﻿2025-08-20T21:45:47.6832753Z Current runner version: '2.328.0'
2025-08-20T21:45:47.6855659Z ##[group]Runner Image Provisioner
2025-08-20T21:45:47.6857369Z Hosted Compute Agent
2025-08-20T21:45:47.6858066Z Version: 20250818.377
2025-08-20T21:45:47.6858689Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T21:45:47.6859453Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T21:45:47.6860367Z ##[endgroup]
2025-08-20T21:45:47.6860964Z ##[group]Operating System
2025-08-20T21:45:47.6861602Z Ubuntu
2025-08-20T21:45:47.6862097Z 24.04.2
2025-08-20T21:45:47.6862566Z LTS
2025-08-20T21:45:47.6863126Z ##[endgroup]
2025-08-20T21:45:47.6863704Z ##[group]Runner Image
2025-08-20T21:45:47.6864305Z Image: ubuntu-24.04
2025-08-20T21:45:47.6864867Z Version: 20250818.1.0
2025-08-20T21:45:47.6865890Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T21:45:47.6867475Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T21:45:47.6868501Z ##[endgroup]
2025-08-20T21:45:47.6870060Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T21:45:47.6872265Z Attestations: write
2025-08-20T21:45:47.6872981Z Contents: write
2025-08-20T21:45:47.6873522Z Metadata: read
2025-08-20T21:45:47.6874092Z Packages: write
2025-08-20T21:45:47.6874612Z ##[endgroup]
2025-08-20T21:45:47.6876753Z Secret source: Actions
2025-08-20T21:45:47.6877766Z Prepare workflow directory
2025-08-20T21:45:47.7194253Z Prepare all required actions
2025-08-20T21:45:47.7232435Z Getting action download info
2025-08-20T21:45:48.1133614Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T21:45:48.8226120Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T21:45:49.4154249Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T21:45:49.5306039Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T21:45:50.0579119Z Getting action download info
2025-08-20T21:45:50.1947226Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T21:45:50.6390598Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T21:45:51.1540221Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/nuclei/official)
2025-08-20T21:45:51.2102655Z ##[group]Run ##Presets
2025-08-20T21:45:51.2103040Z [36;1m##Presets[0m
2025-08-20T21:45:51.2103305Z [36;1mset +x ; set +e[0m
2025-08-20T21:45:51.2103585Z [36;1m#-------------#[0m
2025-08-20T21:45:51.2103939Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T21:45:51.2104373Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T21:45:51.2104782Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:51.2105153Z [36;1m  fi[0m
2025-08-20T21:45:51.2105476Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T21:45:51.2105913Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T21:45:51.2106313Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:51.2106636Z [36;1m  fi[0m
2025-08-20T21:45:51.2107045Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T21:45:51.2107529Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T21:45:51.2107923Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:51.2108244Z [36;1m  fi[0m
2025-08-20T21:45:51.2108546Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T21:45:51.2108946Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T21:45:51.2109545Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T21:45:51.2110062Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T21:45:51.2110437Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:51.2110771Z [36;1m     else[0m
2025-08-20T21:45:51.2111080Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:51.2111415Z [36;1m     fi[0m
2025-08-20T21:45:51.2111703Z [36;1m  fi[0m
2025-08-20T21:45:51.2112021Z [36;1mfi[0m
2025-08-20T21:45:51.2198794Z shell: /usr/bin/bash -e {0}
2025-08-20T21:45:51.2200100Z env:
2025-08-20T21:45:51.2200956Z   GH_TOKEN: ***
2025-08-20T21:45:51.2201313Z ##[endgroup]
2025-08-20T21:45:51.2488683Z ##[group]Run ##Presets
2025-08-20T21:45:51.2489169Z [36;1m##Presets[0m
2025-08-20T21:45:51.2489504Z [36;1mset +x ; set +e[0m
2025-08-20T21:45:51.2490313Z [36;1m#-------------#[0m
2025-08-20T21:45:51.2490771Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T21:45:51.2491480Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T21:45:51.2492121Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T21:45:51.2492658Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T21:45:51.2493243Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T21:45:51.2493790Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T21:45:51.2494254Z [36;1m  exit 1[0m
2025-08-20T21:45:51.2494621Z [36;1mfi[0m
2025-08-20T21:45:51.2534124Z shell: /usr/bin/bash -e {0}
2025-08-20T21:45:51.2534543Z env:
2025-08-20T21:45:51.2535180Z   RO_GHTOKEN: ***
2025-08-20T21:45:51.2535590Z   RO_GLTOKEN: ***
2025-08-20T21:45:51.2599442Z   MINISIGN_KEY: ***
2025-08-20T21:45:51.2599745Z ##[endgroup]
2025-08-20T21:45:51.2736546Z ##[group]Run ##Presets
2025-08-20T21:45:51.2736937Z [36;1m##Presets[0m
2025-08-20T21:45:51.2737188Z [36;1mset +x ; set +e[0m
2025-08-20T21:45:51.2737451Z [36;1m#-------------#[0m
2025-08-20T21:45:51.2737707Z [36;1m##Host Triplet[0m
2025-08-20T21:45:51.2738034Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:45:51.2738409Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T21:45:51.2738773Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:45:51.2739118Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T21:45:51.2739458Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T21:45:51.2740062Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T21:45:51.2740458Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T21:45:51.2740824Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T21:45:51.2741131Z [36;1m   fi[0m
2025-08-20T21:45:51.2741470Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:45:51.2741848Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T21:45:51.2742196Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:45:51.2742561Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T21:45:51.2742891Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T21:45:51.2743155Z [36;1m fi[0m
2025-08-20T21:45:51.2743476Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:51.2743926Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:51.2744354Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:51.2744749Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:51.2745063Z [36;1m##Debug[0m
2025-08-20T21:45:51.2745319Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T21:45:51.2745622Z [36;1m   export DEBUG="1"[0m
2025-08-20T21:45:51.2745895Z [36;1m else[0m
2025-08-20T21:45:51.2746139Z [36;1m   export DEBUG="0"[0m
2025-08-20T21:45:51.2746583Z [36;1m fi[0m
2025-08-20T21:45:51.2746850Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:51.2747183Z [36;1m##Docker Platform[0m
2025-08-20T21:45:51.2747523Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T21:45:51.2747890Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T21:45:51.2748273Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T21:45:51.2748657Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T21:45:51.2749021Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T21:45:51.2749395Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T21:45:51.2749757Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T21:45:51.2750351Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T21:45:51.2750645Z [36;1m fi[0m
2025-08-20T21:45:51.2750979Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:51.2751447Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:51.2751815Z [36;1m##GHCRPKG_URL[0m
2025-08-20T21:45:51.2752334Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/nuclei/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:45:51.2752886Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T21:45:51.2753237Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:51.2753585Z [36;1m##Logs[0m
2025-08-20T21:45:51.2753841Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T21:45:51.2754207Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T21:45:51.2754486Z [36;1m else[0m
2025-08-20T21:45:51.2754729Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T21:45:51.2755036Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T21:45:51.2755342Z [36;1m fi[0m
2025-08-20T21:45:51.2755800Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:51.2756235Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:51.2756629Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T21:45:51.2757037Z [36;1m PKG_FAMILY_LOCAL="$(echo "nuclei" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:45:51.2757469Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T21:45:51.2757840Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:51.2758202Z [36;1m##Rebuild[0m
2025-08-20T21:45:51.2758466Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T21:45:51.2758793Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T21:45:51.2759086Z [36;1m else[0m
2025-08-20T21:45:51.2759339Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T21:45:51.2759633Z [36;1m fi[0m
2025-08-20T21:45:51.2760170Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:51.2760569Z [36;1m ##SBUILD_URL[0m
2025-08-20T21:45:51.2761040Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T21:45:51.2761646Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T21:45:51.2762503Z [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:51.2763264Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:45:51.2763680Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T21:45:51.2764159Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T21:45:51.2764630Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T21:45:51.2765046Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:51.2765377Z [36;1m    exit 1[0m
2025-08-20T21:45:51.2765622Z [36;1m   else[0m
2025-08-20T21:45:51.2765871Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T21:45:51.2766385Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:51.2766763Z [36;1m    #Check for x_exec.host[0m
2025-08-20T21:45:51.2767140Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T21:45:51.2767524Z [36;1m      #check if supported[0m
2025-08-20T21:45:51.2767948Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T21:45:51.2768518Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T21:45:51.2768978Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T21:45:51.2769343Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:51.2769678Z [36;1m         exit 1[0m
2025-08-20T21:45:51.2770143Z [36;1m       fi[0m
2025-08-20T21:45:51.2770414Z [36;1m      #get build system[0m
2025-08-20T21:45:51.2770850Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T21:45:51.2771283Z [36;1m       export BUILD_SYS[0m
2025-08-20T21:45:51.2771610Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:51.2772005Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T21:45:51.2772385Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:51.2772756Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:51.2773136Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T21:45:51.2773523Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:51.2773893Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:51.2774219Z [36;1m       fi[0m
2025-08-20T21:45:51.2774589Z [36;1m     fi[0m
2025-08-20T21:45:51.2774828Z [36;1m   fi[0m
2025-08-20T21:45:51.2775077Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T21:45:51.2814932Z shell: /usr/bin/bash -e {0}
2025-08-20T21:45:51.2815229Z ##[endgroup]
2025-08-20T21:45:53.0667311Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:45:53.0667983Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:45:53.0668249Z 
2025-08-20T21:45:53.1402271Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:45:53.1403021Z 100  4087  100  4087    0     0  54504      0 --:--:-- --:--:-- --:--:-- 55229
2025-08-20T21:45:53.1413329Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nuclei/static.official.source.yaml
2025-08-20T21:45:53.1627517Z ##[group]Run ##Presets
2025-08-20T21:45:53.1627809Z [36;1m##Presets[0m
2025-08-20T21:45:53.1628012Z [36;1mset +x ; set +e[0m
2025-08-20T21:45:53.1628318Z [36;1m#-------------#[0m
2025-08-20T21:45:53.1628523Z [36;1m##Debug?[0m
2025-08-20T21:45:53.1628784Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:45:53.1629075Z [36;1m  set -x[0m
2025-08-20T21:45:53.1629259Z [36;1mfi[0m
2025-08-20T21:45:53.1629448Z [36;1m#-------------#[0m
2025-08-20T21:45:53.1629678Z [36;1m##CoreUtils[0m
2025-08-20T21:45:53.1630156Z [36;1msudo apt update -y[0m
2025-08-20T21:45:53.1630509Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T21:45:53.1631541Z [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:53.1632440Z [36;1m##tmp[0m
2025-08-20T21:45:53.1632725Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T21:45:53.1633064Z [36;1m#GH ENV[0m
2025-08-20T21:45:53.1633295Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:53.1633800Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:53.1634067Z [36;1m#-------------#[0m
2025-08-20T21:45:53.1634292Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T21:45:53.1634534Z [36;1msudo apt update -y[0m
2025-08-20T21:45:53.1634784Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T21:45:53.1635037Z [36;1m##Setup Minisign[0m
2025-08-20T21:45:53.1635302Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T21:45:53.1635863Z [36;1mecho "***[0m
2025-08-20T21:45:53.1637159Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T21:45:53.1637443Z [36;1m##User-Agent[0m
2025-08-20T21:45:53.1638173Z [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:53.1638949Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:45:53.1677813Z shell: /usr/bin/bash -e {0}
2025-08-20T21:45:53.1678062Z env:
2025-08-20T21:45:53.1678250Z   CROSS_COMPILING: NO
2025-08-20T21:45:53.1678460Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:45:53.1678701Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:45:53.1678918Z   ON_QEMU: NO
2025-08-20T21:45:53.1679096Z   DEBUG: 0
2025-08-20T21:45:53.1679281Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:45:53.1679507Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:45:53.1679948Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nuclei/official
2025-08-20T21:45:53.1680312Z   KEEP_LOGS: YES
2025-08-20T21:45:53.1680515Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:45:53.1680754Z   PKG_FAMILY_LOCAL: nuclei
2025-08-20T21:45:53.1680970Z   SBUILD_REBUILD: false
2025-08-20T21:45:53.1681515Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nuclei/static.official.source.yaml
2025-08-20T21:45:53.1682093Z   BUILD_SYS: docker://go
2025-08-20T21:45:53.1682312Z   BUILD_ON_HOST: FALSE
2025-08-20T21:45:53.1682512Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:45:53.1682718Z ##[endgroup]
2025-08-20T21:45:53.1936670Z 
2025-08-20T21:45:53.1937370Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:45:53.1937772Z 
2025-08-20T21:45:53.3191933Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:45:53.3611483Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:45:53.3626418Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T21:45:53.3757746Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T21:45:53.3834252Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T21:45:53.4309307Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:45:53.5575688Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T21:45:53.5736398Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T21:45:53.5766336Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T21:45:53.5787480Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T21:45:53.5893410Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T21:45:53.5975578Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T21:45:53.6006252Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T21:45:53.6267429Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T21:45:53.6268706Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T21:45:53.6269993Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T21:45:53.6353920Z Get:21 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T21:45:53.6695868Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T21:45:53.6716028Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T21:45:53.6732768Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T21:45:53.6750067Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T21:45:53.6938474Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T21:45:53.6998721Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T21:45:53.7031239Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T21:45:53.7039656Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T21:45:53.7104768Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T21:45:53.7134778Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T21:45:53.7144422Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T21:45:53.7286271Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T21:45:53.7295308Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T21:45:53.7302126Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T21:45:53.9181589Z Get:32 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T21:45:53.9603180Z Get:33 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T21:45:53.9882952Z Get:34 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T21:46:00.8374345Z Fetched 10.6 MB in 1s (7953 kB/s)
2025-08-20T21:46:01.5170257Z Reading package lists...
2025-08-20T21:46:01.6566898Z Building dependency tree...
2025-08-20T21:46:01.6573820Z Reading state information...
2025-08-20T21:46:01.6701613Z 21 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:46:01.6811292Z 
2025-08-20T21:46:01.6811738Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:46:01.6812237Z 
2025-08-20T21:46:01.7010518Z Reading package lists...
2025-08-20T21:46:01.8535799Z Building dependency tree...
2025-08-20T21:46:01.8543970Z Reading state information...
2025-08-20T21:46:02.0160153Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:46:02.0160806Z bc set to manually installed.
2025-08-20T21:46:02.0161419Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:46:02.0162145Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T21:46:02.0162831Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:46:02.0163493Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:46:02.0164235Z The following additional packages will be installed:
2025-08-20T21:46:02.0165069Z   libtime-duration-perl
2025-08-20T21:46:02.0680771Z The following NEW packages will be installed:
2025-08-20T21:46:02.0687539Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T21:46:02.0857783Z 0 upgraded, 4 newly installed, 0 to remove and 21 not upgraded.
2025-08-20T21:46:02.1093358Z Need to get 616 kB of archives.
2025-08-20T21:46:02.1094068Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T21:46:02.1094807Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:46:02.2210315Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T21:46:02.4771388Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T21:46:02.6079728Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T21:46:02.8339723Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T21:46:04.5743031Z Fetched 616 kB in 2s (277 kB/s)
2025-08-20T21:46:04.6130290Z Selecting previously unselected package fdupes.
2025-08-20T21:46:04.7201493Z (Reading database ... 
2025-08-20T21:46:04.7202031Z (Reading database ... 5%
2025-08-20T21:46:04.7202567Z (Reading database ... 10%
2025-08-20T21:46:04.7203095Z (Reading database ... 15%
2025-08-20T21:46:04.7203661Z (Reading database ... 20%
2025-08-20T21:46:04.7204230Z (Reading database ... 25%
2025-08-20T21:46:04.7204767Z (Reading database ... 30%
2025-08-20T21:46:04.7205327Z (Reading database ... 35%
2025-08-20T21:46:04.7205898Z (Reading database ... 40%
2025-08-20T21:46:04.7206495Z (Reading database ... 45%
2025-08-20T21:46:04.7207059Z (Reading database ... 50%
2025-08-20T21:46:04.8195273Z (Reading database ... 55%
2025-08-20T21:46:05.2820741Z (Reading database ... 60%
2025-08-20T21:46:05.7587060Z (Reading database ... 65%
2025-08-20T21:46:06.2760018Z (Reading database ... 70%
2025-08-20T21:46:06.7546338Z (Reading database ... 75%
2025-08-20T21:46:07.3004406Z (Reading database ... 80%
2025-08-20T21:46:08.0493296Z (Reading database ... 85%
2025-08-20T21:46:08.6482238Z (Reading database ... 90%
2025-08-20T21:46:09.3500521Z (Reading database ... 95%
2025-08-20T21:46:09.3501092Z (Reading database ... 100%
2025-08-20T21:46:09.3503927Z (Reading database ... 219830 files and directories currently installed.)
2025-08-20T21:46:09.3547823Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T21:46:09.3573275Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T21:46:09.3982969Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T21:46:09.4115281Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T21:46:09.4148853Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T21:46:09.4646581Z Selecting previously unselected package moreutils.
2025-08-20T21:46:09.4778399Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T21:46:09.4791387Z Unpacking moreutils (0.69-1) ...
2025-08-20T21:46:09.5991809Z Selecting previously unselected package dos2unix.
2025-08-20T21:46:09.6122970Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T21:46:09.6136958Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T21:46:09.9307971Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T21:46:09.9340097Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T21:46:09.9373563Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T21:46:09.9404552Z Setting up moreutils (0.69-1) ...
2025-08-20T21:46:09.9435905Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:47:26.9873826Z 
2025-08-20T21:47:26.9874732Z Running kernel seems to be up-to-date.
2025-08-20T21:47:26.9875120Z 
2025-08-20T21:47:26.9875265Z Restarting services...
2025-08-20T21:47:26.9941982Z 
2025-08-20T21:47:26.9942629Z Service restarts being deferred:
2025-08-20T21:47:26.9945303Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:47:26.9945658Z 
2025-08-20T21:47:26.9945822Z No containers need to be restarted.
2025-08-20T21:47:26.9946096Z 
2025-08-20T21:47:26.9946292Z No user sessions are running outdated binaries.
2025-08-20T21:47:26.9946610Z 
2025-08-20T21:47:26.9946926Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:47:27.9550113Z Reading package lists...
2025-08-20T21:47:28.1403332Z Building dependency tree...
2025-08-20T21:47:28.1410652Z Reading state information...
2025-08-20T21:47:28.3125364Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:47:28.3126096Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:47:28.3126720Z apt-utils set to manually installed.
2025-08-20T21:47:28.3128046Z ca-certificates is already the newest version (20240203).
2025-08-20T21:47:28.3128758Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:47:28.3129428Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:47:28.3130121Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T21:47:28.3130618Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:47:28.3131148Z moreutils is already the newest version (0.69-1).
2025-08-20T21:47:28.3131578Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:47:28.3132020Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:47:28.3132408Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:47:28.3132801Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T21:47:28.3133140Z tmux set to manually installed.
2025-08-20T21:47:28.3133524Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T21:47:28.3133944Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:47:28.3134338Z The following additional packages will be installed:
2025-08-20T21:47:28.3134712Z   python3-software-properties
2025-08-20T21:47:28.3134998Z Recommended packages:
2025-08-20T21:47:28.3135250Z   unattended-upgrades
2025-08-20T21:47:28.3449459Z The following NEW packages will be installed:
2025-08-20T21:47:28.3449988Z   rename
2025-08-20T21:47:28.3457531Z The following packages will be upgraded:
2025-08-20T21:47:28.3458196Z   python3-software-properties software-properties-common
2025-08-20T21:47:28.3641301Z 2 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:47:28.3883838Z Need to get 64.7 kB of archives.
2025-08-20T21:47:28.3884448Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T21:47:28.3885152Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:47:28.4820081Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T21:47:28.5866202Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T21:47:28.7263854Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T21:47:29.8366473Z Fetched 64.7 kB in 1s (54.1 kB/s)
2025-08-20T21:47:29.8616912Z (Reading database ... 
2025-08-20T21:47:29.8617324Z (Reading database ... 5%
2025-08-20T21:47:29.8617704Z (Reading database ... 10%
2025-08-20T21:47:29.8618091Z (Reading database ... 15%
2025-08-20T21:47:29.8618537Z (Reading database ... 20%
2025-08-20T21:47:29.8620766Z (Reading database ... 25%
2025-08-20T21:47:29.8621331Z (Reading database ... 30%
2025-08-20T21:47:29.8622097Z (Reading database ... 35%
2025-08-20T21:47:29.8622590Z (Reading database ... 40%
2025-08-20T21:47:29.8623063Z (Reading database ... 45%
2025-08-20T21:47:29.8623507Z (Reading database ... 50%
2025-08-20T21:47:29.8644518Z (Reading database ... 55%
2025-08-20T21:47:29.8744426Z (Reading database ... 60%
2025-08-20T21:47:29.8767140Z (Reading database ... 65%
2025-08-20T21:47:29.8802953Z (Reading database ... 70%
2025-08-20T21:47:29.8828086Z (Reading database ... 75%
2025-08-20T21:47:29.8857459Z (Reading database ... 80%
2025-08-20T21:47:29.8994781Z (Reading database ... 85%
2025-08-20T21:47:29.9091965Z (Reading database ... 90%
2025-08-20T21:47:29.9380806Z (Reading database ... 95%
2025-08-20T21:47:29.9381259Z (Reading database ... 100%
2025-08-20T21:47:29.9381775Z (Reading database ... 219999 files and directories currently installed.)
2025-08-20T21:47:29.9425584Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T21:47:30.0637022Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:47:30.1529761Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T21:47:30.2212364Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:47:30.2474518Z Selecting previously unselected package rename.
2025-08-20T21:47:30.2613171Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T21:47:30.2626729Z Unpacking rename (2.02-1) ...
2025-08-20T21:47:30.3043311Z Setting up rename (2.02-1) ...
2025-08-20T21:47:30.3108412Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T21:47:30.3147503Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T21:47:30.4707557Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T21:47:30.5734452Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:47:34.6525679Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T21:47:36.2200053Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:47:36.2506668Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:47:36.2519606Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:47:36.2525748Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:47:36.2531613Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:47:36.2537631Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:47:36.2545914Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:47:37.4245497Z Reading package lists...
2025-08-20T21:47:37.5949371Z Building dependency tree...
2025-08-20T21:47:37.5956376Z Reading state information...
2025-08-20T21:47:37.6121857Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:47:37.6270096Z 
2025-08-20T21:47:37.6270750Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:47:37.6271266Z 
2025-08-20T21:47:37.6822644Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:47:37.7107416Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:47:37.7131063Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:47:37.7153315Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:47:37.7158698Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:47:37.7997621Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:47:37.8172247Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:47:38.8985376Z Reading package lists...
2025-08-20T21:47:39.0732971Z Building dependency tree...
2025-08-20T21:47:39.0739437Z Reading state information...
2025-08-20T21:47:39.0882196Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:47:39.0995060Z 
2025-08-20T21:47:39.0995766Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:47:39.0996095Z 
2025-08-20T21:47:39.1124153Z Reading package lists...
2025-08-20T21:47:39.2958512Z Building dependency tree...
2025-08-20T21:47:39.2966060Z Reading state information...
2025-08-20T21:47:39.4628454Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:47:39.5068726Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:47:39.5376024Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T21:47:39.5940781Z ##[group]Run ##Presets
2025-08-20T21:47:39.5941233Z [36;1m##Presets[0m
2025-08-20T21:47:39.5941582Z [36;1mset +x ; set +e[0m
2025-08-20T21:47:39.5941928Z [36;1m#-------------#[0m
2025-08-20T21:47:39.5942277Z [36;1m##Debug?[0m
2025-08-20T21:47:39.5942699Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:47:39.5943217Z [36;1m  set -x[0m
2025-08-20T21:47:39.5943538Z [36;1mfi[0m
2025-08-20T21:47:39.5943844Z [36;1m#-------------#[0m
2025-08-20T21:47:39.5944632Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T21:47:39.5945698Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T21:47:39.5946659Z [36;1msudo service procps restart[0m
2025-08-20T21:47:39.5947132Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T21:47:39.5989456Z shell: /usr/bin/bash -e {0}
2025-08-20T21:47:39.5989691Z env:
2025-08-20T21:47:39.5990096Z   CROSS_COMPILING: NO
2025-08-20T21:47:39.5990315Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:47:39.5990542Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:47:39.5990749Z   ON_QEMU: NO
2025-08-20T21:47:39.5990912Z   DEBUG: 0
2025-08-20T21:47:39.5991087Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:47:39.5991305Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:47:39.5991580Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nuclei/official
2025-08-20T21:47:39.5991883Z   KEEP_LOGS: YES
2025-08-20T21:47:39.5992070Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:47:39.5992280Z   PKG_FAMILY_LOCAL: nuclei
2025-08-20T21:47:39.5992497Z   SBUILD_REBUILD: false
2025-08-20T21:47:39.5993027Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nuclei/static.official.source.yaml
2025-08-20T21:47:39.5993580Z   BUILD_SYS: docker://go
2025-08-20T21:47:39.5993779Z   BUILD_ON_HOST: FALSE
2025-08-20T21:47:39.5993969Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:47:39.5994155Z   SYSTMP: /tmp
2025-08-20T21:47:39.5994333Z   GHA_MODE: MATRIX
2025-08-20T21:47:39.5994758Z   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:47:39.5995214Z ##[endgroup]
2025-08-20T21:47:39.6116396Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T21:47:39.6188766Z 0
2025-08-20T21:47:39.6529558Z vm.max_map_count = 262144
2025-08-20T21:47:39.6530156Z fs.inotify.max_user_watches = 655360
2025-08-20T21:47:39.6530457Z fs.inotify.max_user_instances = 1280
2025-08-20T21:47:39.6530699Z vm.mmap_rnd_bits = 28
2025-08-20T21:47:39.6601105Z ##[group]Run ##Presets
2025-08-20T21:47:39.6601424Z [36;1m##Presets[0m
2025-08-20T21:47:39.6601622Z [36;1mset +x ; set +e[0m
2025-08-20T21:47:39.6601841Z [36;1m#-------------#[0m
2025-08-20T21:47:39.6602028Z [36;1m##Debug?[0m
2025-08-20T21:47:39.6602267Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:47:39.6602551Z [36;1m  set -x[0m
2025-08-20T21:47:39.6602727Z [36;1mfi[0m
2025-08-20T21:47:39.6602901Z [36;1m#-------------#[0m
2025-08-20T21:47:39.6603095Z [36;1m##Main[0m
2025-08-20T21:47:39.6603302Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:47:39.6603940Z [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:47:39.6604672Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:47:39.6605040Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T21:47:39.6605309Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T21:47:39.6605554Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T21:47:39.6605848Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T21:47:39.6606161Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T21:47:39.6606461Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T21:47:39.6606773Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T21:47:39.6607058Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T21:47:39.6607383Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T21:47:39.6607749Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T21:47:39.6608027Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T21:47:39.6608282Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T21:47:39.6608556Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T21:47:39.6608833Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T21:47:39.6609104Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T21:47:39.6609378Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T21:47:39.6610072Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T21:47:39.6610391Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T21:47:39.6610679Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T21:47:39.6610981Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T21:47:39.6611277Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T21:47:39.6611564Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T21:47:39.6611856Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T21:47:39.6612121Z [36;1m     "${POD_ID}" \[0m
2025-08-20T21:47:39.6612456Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T21:47:39.6612900Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:47:39.6613357Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:47:39.6613825Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T21:47:39.6614171Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:47:39.6614505Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:47:39.6615121Z [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:47:39.6615882Z [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:47:39.6616400Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T21:47:39.6616669Z [36;1m else[0m
2025-08-20T21:47:39.6617132Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T21:47:39.6617487Z [36;1m fi[0m
2025-08-20T21:47:39.6617723Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T21:47:39.6618101Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T21:47:39.6618509Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:47:39.6618886Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:47:39.6619261Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:47:39.6619643Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:47:39.6620199Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:47:39.6620597Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:47:39.6620995Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:47:39.6621399Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:47:39.6621704Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:47:39.6660490Z shell: /usr/bin/bash -e {0}
2025-08-20T21:47:39.6660723Z env:
2025-08-20T21:47:39.6660900Z   CROSS_COMPILING: NO
2025-08-20T21:47:39.6661116Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:47:39.6661346Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:47:39.6661552Z   ON_QEMU: NO
2025-08-20T21:47:39.6661723Z   DEBUG: 0
2025-08-20T21:47:39.6661912Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:47:39.6662132Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:47:39.6662407Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nuclei/official
2025-08-20T21:47:39.6662700Z   KEEP_LOGS: YES
2025-08-20T21:47:39.6662892Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:47:39.6663101Z   PKG_FAMILY_LOCAL: nuclei
2025-08-20T21:47:39.6663310Z   SBUILD_REBUILD: false
2025-08-20T21:47:39.6663861Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nuclei/static.official.source.yaml
2025-08-20T21:47:39.6664432Z   BUILD_SYS: docker://go
2025-08-20T21:47:39.6664790Z   BUILD_ON_HOST: FALSE
2025-08-20T21:47:39.6664985Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:47:39.6665172Z   SYSTMP: /tmp
2025-08-20T21:47:39.6665347Z   GHA_MODE: MATRIX
2025-08-20T21:47:39.6665770Z   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:47:39.6666415Z   GHCR_TOKEN: ***
2025-08-20T21:47:39.6666700Z   GITHUB_TOKEN: ***
2025-08-20T21:47:39.6667051Z   GITLAB_TOKEN: ***
2025-08-20T21:47:39.6668210Z   MINISIGN_KEY: ***
2025-08-20T21:47:39.6668399Z ##[endgroup]
2025-08-20T21:47:39.7461697Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T21:47:39.8553272Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:47:39.8554432Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:47:39.8555980Z 
2025-08-20T21:47:39.9009393Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:47:39.9010430Z 100  4087  100  4087    0     0  89298      0 --:--:-- --:--:-- --:--:-- 90822
2025-08-20T21:47:39.9021812Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nuclei/static.official.source.yaml
2025-08-20T21:47:39.9108248Z 
2025-08-20T21:47:39.9108616Z [+] Building [/tmp/tmp.G9S6keyzcH/SBUILD_INPUT] Locally
2025-08-20T21:47:39.9109017Z 
2025-08-20T21:47:39.9122565Z '/tmp/tmp.G9S6keyzcH/SBUILD_INPUT' -> '/tmp/pkgforge/ynv5YXVeD_build.yaml'
2025-08-20T21:47:39.9967696Z 
2025-08-20T21:47:39.9968164Z [+] Passwordless sudo is Configured
2025-08-20T21:47:40.0821286Z 
2025-08-20T21:47:40.0832435Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T21:47:40.0832697Z 
2025-08-20T21:47:40.1311809Z 
2025-08-20T21:47:40.1313307Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T21:47:40.1313899Z 
2025-08-20T21:47:40.1313919Z 
2025-08-20T21:47:40.1314149Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T21:47:40.1314456Z 
2025-08-20T21:47:40.1582494Z [+] Installing: 7z -> 7z
2025-08-20T21:47:40.6901630Z [+] Installing: actionlint -> actionlint
2025-08-20T21:47:41.6437693Z [+] Installing: anew -> anew
2025-08-20T21:47:42.7923003Z [+] Installing: anew-rs -> anew-rs
2025-08-20T21:47:44.0377984Z [+] Installing: ansi2html -> ansi2html
2025-08-20T21:47:44.5443427Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T21:47:45.0736920Z [+] Installing: archey -> archey
2025-08-20T21:47:45.5989241Z [+] Installing: aria2 -> aria2c
2025-08-20T21:47:47.5903912Z [+] Installing: askalono -> askalono
2025-08-20T21:47:48.1204434Z [+] Installing: bsdtar -> bsdtar
2025-08-20T21:47:48.8009074Z [+] Installing: b3sum -> b3sum
2025-08-20T21:47:49.3186810Z [+] Installing: bita -> bita
2025-08-20T21:47:49.8780854Z [+] Installing: btop -> btop
2025-08-20T21:47:50.3768190Z [+] Installing: chafa -> chafa
2025-08-20T21:47:52.4055719Z [+] Installing: cloudflared -> cloudflared
2025-08-20T21:47:53.7732673Z [+] Installing: croc -> croc
2025-08-20T21:47:54.6239510Z [+] Installing: csvtk -> csvtk
2025-08-20T21:47:55.6881611Z [+] Installing: cutlines -> cutlines
2025-08-20T21:47:56.1920423Z curl: (22) The requested URL returned error: 404
2025-08-20T21:47:56.1963958Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T21:47:56.1965191Z [+] Installing: dbin -> dbin
2025-08-20T21:47:56.7382344Z [+] Installing: dasel -> dasel
2025-08-20T21:47:57.3344004Z [+] Installing: delta -> delta
2025-08-20T21:47:57.5483094Z [+] Installing: ds -> ds
2025-08-20T21:47:58.0310403Z curl: (22) The requested URL returned error: 404
2025-08-20T21:47:58.0354870Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T21:47:58.0356104Z [+] Installing: dos2unix -> dos2unix
2025-08-20T21:47:58.5669617Z [+] Installing: duf -> duf
2025-08-20T21:47:59.0532165Z [+] Installing: duplicut -> duplicut
2025-08-20T21:47:59.9278448Z [+] Installing: dust -> dust
2025-08-20T21:48:00.7817923Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T21:48:01.6457499Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T21:48:01.8919648Z [+] Installing: dysk -> dysk
2025-08-20T21:48:02.8938477Z [+] Installing: eget -> eget
2025-08-20T21:48:03.4839976Z [+] Installing: epoch -> epoch
2025-08-20T21:48:04.0978659Z [+] Installing: faketty -> faketty
2025-08-20T21:48:04.8425660Z [+] Installing: fastfetch -> fastfetch
2025-08-20T21:48:05.3398156Z [+] Installing: freeze -> freeze
2025-08-20T21:48:06.7789412Z [+] Installing: fusermount3 -> fusermount
2025-08-20T21:48:07.2216841Z [+] Installing: gdu -> gdu
2025-08-20T21:48:08.1109170Z [+] Installing: gh -> gh
2025-08-20T21:48:09.5908031Z [+] Installing: gitleaks -> gitleaks
2025-08-20T21:48:10.5258121Z [+] Installing: git-sizer -> git-sizer
2025-08-20T21:48:11.3941089Z [+] Installing: glab -> glab
2025-08-20T21:48:11.7210073Z [+] Installing: glow -> glow
2025-08-20T21:48:14.3010187Z [+] Installing: httpx -> httpx
2025-08-20T21:48:15.9000882Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T21:48:16.7881187Z [+] Installing: husarnet -> husarnet
2025-08-20T21:48:17.1964525Z curl: (22) The requested URL returned error: 404
2025-08-20T21:48:17.2005473Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T21:48:17.2006456Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T21:48:17.6913918Z curl: (22) The requested URL returned error: 404
2025-08-20T21:48:17.6958993Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T21:48:17.6960206Z [+] Installing: imgcat -> imgcat
2025-08-20T21:48:18.4032747Z [+] Installing: jc -> jc
2025-08-20T21:48:19.6002606Z [+] Installing: jq -> jq
2025-08-20T21:48:19.7665058Z [+] Installing: logdy -> logdy
2025-08-20T21:48:20.3666331Z [+] Installing: micro -> micro
2025-08-20T21:48:22.1862436Z [+] Installing: miniserve -> miniserve
2025-08-20T21:48:23.3604191Z [+] Installing: minisign -> minisign
2025-08-20T21:48:23.9658385Z [+] Installing: ncdu -> ncdu
2025-08-20T21:48:24.4544722Z [+] Installing: notify -> notify
2025-08-20T21:48:25.6641539Z [+] Installing: ouch -> ouch
2025-08-20T21:48:25.9014818Z [+] Installing: oras -> oras
2025-08-20T21:48:26.4854635Z [+] Installing: pipetty -> pipetty
2025-08-20T21:48:26.9131868Z [+] Installing: pixterm -> pixterm
2025-08-20T21:48:27.5084233Z [+] Installing: qsv -> qsv
2025-08-20T21:48:28.7230512Z [+] Installing: rclone -> rclone
2025-08-20T21:48:29.4035473Z [+] Installing: ripgrep -> rg
2025-08-20T21:48:30.1107214Z [+] Installing: rga -> rga
2025-08-20T21:48:30.6252544Z [+] Installing: rsync -> rsync
2025-08-20T21:48:31.1480338Z [+] Installing: script -> script
2025-08-20T21:48:31.7966271Z [+] Installing: shellcheck -> shellcheck
2025-08-20T21:48:32.5945368Z [+] Installing: soar -> soar
2025-08-20T21:48:34.7178400Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T21:48:35.2477845Z [+] Installing: sstrip -> sstrip
2025-08-20T21:48:35.3783110Z [+] Installing: strace -> strace
2025-08-20T21:48:36.1608556Z [+] Installing: sttr -> sttr
2025-08-20T21:48:36.8582642Z [+] Installing: tailscale -> tailscale
2025-08-20T21:48:37.7719076Z [+] Installing: tailscaled -> tailscaled
2025-08-20T21:48:38.3582445Z [+] Installing: taplo -> taplo
2025-08-20T21:48:40.7067346Z [+] Installing: tldr -> tldr
2025-08-20T21:48:41.2236413Z [+] Installing: tldr -> tealdeer
2025-08-20T21:48:41.7475217Z [+] Installing: tmux -> tmux
2025-08-20T21:48:41.9970449Z [+] Installing: tok -> tok
2025-08-20T21:48:42.8389097Z [+] Installing: trufflehog -> trufflehog
2025-08-20T21:48:43.4702194Z [+] Installing: trurl -> trurl
2025-08-20T21:48:44.5945160Z [+] Installing: tss -> tss
2025-08-20T21:48:45.0607565Z [+] Installing: ulexec -> ulexec
2025-08-20T21:48:45.8131030Z [+] Installing: unfurl -> unfurl
2025-08-20T21:48:46.3380680Z [+] Installing: upx -> upx
2025-08-20T21:48:46.9261540Z [+] Installing: validtoml -> validtoml
2025-08-20T21:48:47.5269332Z [+] Installing: wget -> wget
2025-08-20T21:48:47.7382025Z [+] Installing: wget2 -> wget2
2025-08-20T21:48:48.8854162Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T21:48:49.8356291Z [+] Installing: xq -> xq
2025-08-20T21:48:50.3955572Z [+] Installing: xz -> xz
2025-08-20T21:48:50.5503284Z [+] Installing: unxz -> unxz
2025-08-20T21:48:51.0857752Z [+] Installing: yq -> yq
2025-08-20T21:48:51.7976571Z [+] Installing: yj -> yj
2025-08-20T21:48:52.6228047Z [+] Installing: zapper -> zapper
2025-08-20T21:48:53.1623397Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T21:48:53.6226327Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T21:48:53.7875078Z curl: (22) The requested URL returned error: 404
2025-08-20T21:48:53.7918733Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T21:48:53.7919460Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T21:48:54.2175895Z curl: (22) The requested URL returned error: 404
2025-08-20T21:48:54.2216755Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T21:48:54.2218064Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T21:48:57.1061075Z curl: (22) The requested URL returned error: 404
2025-08-20T21:48:57.1100740Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T21:48:57.1102024Z [+] Installing: zstd -> zstd
2025-08-20T21:48:57.6772548Z [+] Creating symlinks...
2025-08-20T21:48:57.6867843Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T21:48:57.6973809Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T21:48:57.7072456Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T21:48:57.7169635Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T21:48:57.7269350Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T21:48:57.7366094Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T21:48:57.7468140Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T21:48:57.7567491Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T21:48:57.7664265Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T21:48:57.7763767Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T21:48:57.7861380Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T21:48:57.7962402Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T21:48:57.8060445Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T21:48:57.8156970Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T21:48:57.8256930Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T21:48:57.8353456Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T21:48:57.8453691Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T21:48:57.8491638Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T21:48:57.8580738Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T21:48:57.8676673Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T21:48:57.8778340Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T21:48:57.8816255Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T21:48:57.8906653Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T21:48:57.9008444Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T21:48:57.9107405Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T21:48:57.9203757Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T21:48:57.9299543Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T21:48:57.9400743Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T21:48:57.9498451Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T21:48:57.9599962Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T21:48:57.9699288Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T21:48:57.9797059Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T21:48:57.9898217Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T21:48:57.9996904Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T21:48:58.0098479Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T21:48:58.0197814Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T21:48:58.0294560Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T21:48:58.0390447Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T21:48:58.0490994Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T21:48:58.0587075Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T21:48:58.0687082Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T21:48:58.0786514Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:48:58.0884368Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:48:58.0981361Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T21:48:58.1020293Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T21:48:58.1049443Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T21:48:58.1139618Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T21:48:58.1242023Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T21:48:58.1344370Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T21:48:58.1441963Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T21:48:58.1541670Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T21:48:58.1643725Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T21:48:58.1743594Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T21:48:58.1846963Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T21:48:58.1945731Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T21:48:58.2045219Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T21:48:58.2147379Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T21:48:58.2247084Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T21:48:58.2351653Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T21:48:58.2451309Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T21:48:58.2549598Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T21:48:58.2651972Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T21:48:58.2752436Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T21:48:58.2855140Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T21:48:58.2955309Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T21:48:58.3053243Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T21:48:58.3153083Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T21:48:58.3254044Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T21:48:58.3356130Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T21:48:58.3457947Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T21:48:58.3555895Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T21:48:58.3653779Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T21:48:58.3758758Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T21:48:58.3858182Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T21:48:58.3960643Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T21:48:58.4060023Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T21:48:58.4157233Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T21:48:58.4258629Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T21:48:58.4357850Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T21:48:58.4461589Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T21:48:58.4559100Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T21:48:58.4655605Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T21:48:58.4755154Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T21:48:58.4855920Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T21:48:58.4956995Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T21:48:58.5057139Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T21:48:58.5155474Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T21:48:58.5251413Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T21:48:58.5355197Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T21:48:58.5453843Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T21:48:58.5557733Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T21:48:58.5657527Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T21:48:58.5756120Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T21:48:58.5855894Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T21:48:58.5959106Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T21:48:58.5996522Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T21:48:58.6024566Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T21:48:58.6052259Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T21:48:58.6145502Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T21:48:58.6172759Z 
2025-08-20T21:48:58.6173275Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T21:48:58.6173685Z 
2025-08-20T21:48:58.6189223Z 
2025-08-20T21:48:58.6283918Z 
2025-08-20T21:48:58.6284286Z [+] Disk Size (/usr/local/bin) :: 931M --> 1.9G
2025-08-20T21:48:58.6284549Z 
2025-08-20T21:48:58.6284707Z [+] Installation completed!
2025-08-20T21:48:58.6356423Z 
2025-08-20T21:48:58.6356716Z [+] GITHUB_TOKEN is Exported
2025-08-20T21:48:58.9369361Z github.com
2025-08-20T21:48:58.9370557Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T21:48:58.9371191Z   - Active account: true
2025-08-20T21:48:58.9371628Z   - Git operations protocol: https
2025-08-20T21:48:58.9372145Z   - Token: ghp_************************************
2025-08-20T21:48:58.9373493Z   - 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:48:58.9374862Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T21:48:58.9375551Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T21:48:59.0963675Z Limit: 5000, Remaining: 4961, Reset: 2025-08-20 22:27:57 +0000 UTC (38m58s)
2025-08-20T21:48:59.0973523Z 
2025-08-20T21:48:59.0973727Z [+] GHCR_TOKEN is Exported
2025-08-20T21:48:59.1009037Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T21:48:59.2949394Z Login Succeeded
2025-08-20T21:48:59.2960744Z 
2025-08-20T21:48:59.2960884Z [+] GITLAB is Exported
2025-08-20T21:48:59.3285737Z [git remote -v]
2025-08-20T21:48:59.5869599Z gitlab.com
2025-08-20T21:48:59.5870720Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T21:48:59.5871806Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T21:48:59.5872578Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T21:48:59.5873245Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T21:48:59.5873880Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T21:48:59.5874353Z   ✓ Token found: **************************
2025-08-20T21:48:59.5874580Z 
2025-08-20T21:48:59.5875174Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T21:48:59.5876028Z [git remote -v]
2025-08-20T21:48:59.5890388Z 2025/08/20 21:48:59 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T21:48:59.5891384Z git: exit status 128]
2025-08-20T21:48:59.8433435Z 
2025-08-20T21:48:59.8433445Z 
2025-08-20T21:48:59.8434320Z  [+] Started Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (09:48:59 PM)
2025-08-20T21:48:59.8435034Z 
2025-08-20T21:48:59.8435040Z 
2025-08-20T21:48:59.8435140Z [+] USER = runner
2025-08-20T21:48:59.8435346Z [+] HOME = /home/runner
2025-08-20T21:48:59.8437566Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T21:48:59.8440337Z 
2025-08-20T21:48:59.9111793Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:48:59.9412773Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:48:59.9427878Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:48:59.9434391Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:48:59.9441339Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:49:00.0435646Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:49:00.0797428Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:49:01.1211229Z Reading package lists...
2025-08-20T21:49:01.1523802Z Reading package lists...
2025-08-20T21:49:01.3327963Z Building dependency tree...
2025-08-20T21:49:01.3335512Z Reading state information...
2025-08-20T21:49:01.5122582Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:49:01.5123175Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:49:01.5123767Z ca-certificates is already the newest version (20240203).
2025-08-20T21:49:01.5124196Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:49:01.5137307Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T21:49:01.5137935Z moreutils is already the newest version (0.69-1).
2025-08-20T21:49:01.5138601Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T21:49:01.5139292Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T21:49:01.5140431Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:49:01.5823772Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:49:01.6121003Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:49:01.6133091Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:49:01.6139669Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:49:01.6149076Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:49:01.6891348Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:49:01.6989723Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:49:02.7852672Z Reading package lists...
2025-08-20T21:49:02.8165108Z Reading package lists...
2025-08-20T21:49:03.0014427Z Building dependency tree...
2025-08-20T21:49:03.0022397Z Reading state information...
2025-08-20T21:49:03.1787178Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:49:03.1787911Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:49:03.1788499Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:49:03.1789154Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:49:03.1790059Z ca-certificates is already the newest version (20240203).
2025-08-20T21:49:03.1790764Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:49:03.1791328Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:49:03.1791964Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:49:03.1792509Z gawk set to manually installed.
2025-08-20T21:49:03.1792961Z git-lfs is already the newest version (3.7.0).
2025-08-20T21:49:03.1793519Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:49:03.1794087Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:49:03.1794630Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:49:03.1795252Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:49:03.1795895Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:49:03.1796925Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:49:03.1797451Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:49:03.1798014Z The following additional packages will be installed:
2025-08-20T21:49:03.1798732Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T21:49:03.1799548Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T21:49:03.1802260Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T21:49:03.1802792Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T21:49:03.1803289Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T21:49:03.1803738Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:49:03.1805343Z Suggested packages:
2025-08-20T21:49:03.1805749Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T21:49:03.1806234Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T21:49:03.1806746Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T21:49:03.1807246Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T21:49:03.1807729Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T21:49:03.1808186Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T21:49:03.1808549Z   fonts-arphic-uming fonts-nanum
2025-08-20T21:49:03.2357305Z The following NEW packages will be installed:
2025-08-20T21:49:03.2357866Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T21:49:03.2360007Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T21:49:03.2361370Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T21:49:03.2362431Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T21:49:03.2363444Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T21:49:03.2367781Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T21:49:03.2369120Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:49:03.2557043Z 0 upgraded, 36 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:49:03.2557685Z Need to get 27.5 MB of archives.
2025-08-20T21:49:03.2558236Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T21:49:03.2558899Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:49:03.3162777Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T21:49:03.4433949Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T21:49:03.5690311Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T21:49:03.6163546Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T21:49:03.6574139Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libhiredis1.1.0 amd64 1.2.0-6ubuntu3 [41.4 kB]
2025-08-20T21:49:03.7050324Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T21:49:03.7837635Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T21:49:03.8311852Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T21:49:03.8795269Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T21:49:04.1440188Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T21:49:04.4564484Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T21:49:04.4993485Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T21:49:04.5490537Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T21:49:04.5903074Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libijs-0.35 amd64 0.35-15.1build1 [15.3 kB]
2025-08-20T21:49:04.6342959Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T21:49:04.6767281Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T21:49:04.7189170Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.7 [3897 kB]
2025-08-20T21:49:04.9163876Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 ghostscript amd64 10.02.1~dfsg1-0ubuntu7.7 [43.4 kB]
2025-08-20T21:49:05.0016475Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick-6.q16 amd64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T21:49:05.0482780Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick amd64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T21:49:05.0899728Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T21:49:05.1323245Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre21 amd64 3.5.28-2ubuntu0.24.04.1 [638 kB]
2025-08-20T21:49:05.2215533Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libimath-3-1-29t64 amd64 3.1.9-3.1ubuntu2 [72.2 kB]
2025-08-20T21:49:05.2672792Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T21:49:05.3190591Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr-tools amd64 1.2~git20170615.f752187-5.1ubuntu2 [15.8 kB]
2025-08-20T21:49:05.3666522Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libopenexr-3-1-30 amd64 3.1.5-5.1build3 [1004 kB]
2025-08-20T21:49:05.4650183Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwmflite-0.2-7 amd64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T21:49:05.5098221Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libmagickcore-6.q16-7-extra amd64 8:6.9.12.98+dfsg1-5.2build2 [70.1 kB]
2025-08-20T21:49:05.5557122Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T21:49:05.6017707Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T21:49:05.6514442Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T21:49:05.6960672Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T21:49:05.7494114Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T21:49:05.8770556Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T21:49:05.9269535Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T21:49:05.9803468Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T21:49:06.2302017Z Preconfiguring packages ...
2025-08-20T21:49:06.2928271Z Fetched 27.5 MB in 3s (10.0 MB/s)
2025-08-20T21:49:06.3142747Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T21:49:06.3194703Z (Reading database ... 
2025-08-20T21:49:06.3195430Z (Reading database ... 5%
2025-08-20T21:49:06.3195850Z (Reading database ... 10%
2025-08-20T21:49:06.3196249Z (Reading database ... 15%
2025-08-20T21:49:06.3196656Z (Reading database ... 20%
2025-08-20T21:49:06.3198678Z (Reading database ... 25%
2025-08-20T21:49:06.3199000Z (Reading database ... 30%
2025-08-20T21:49:06.3199330Z (Reading database ... 35%
2025-08-20T21:49:06.3199670Z (Reading database ... 40%
2025-08-20T21:49:06.3200252Z (Reading database ... 45%
2025-08-20T21:49:06.3200619Z (Reading database ... 50%
2025-08-20T21:49:06.3219403Z (Reading database ... 55%
2025-08-20T21:49:06.3315979Z (Reading database ... 60%
2025-08-20T21:49:06.3338422Z (Reading database ... 65%
2025-08-20T21:49:06.3373964Z (Reading database ... 70%
2025-08-20T21:49:06.3398785Z (Reading database ... 75%
2025-08-20T21:49:06.3428464Z (Reading database ... 80%
2025-08-20T21:49:06.3576998Z (Reading database ... 85%
2025-08-20T21:49:06.3672350Z (Reading database ... 90%
2025-08-20T21:49:06.3946565Z (Reading database ... 95%
2025-08-20T21:49:06.3946885Z (Reading database ... 100%
2025-08-20T21:49:06.3947224Z (Reading database ... 220021 files and directories currently installed.)
2025-08-20T21:49:06.3991628Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T21:49:06.4260539Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:49:06.5774650Z Selecting previously unselected package poppler-data.
2025-08-20T21:49:06.5908792Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T21:49:06.5919590Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T21:49:06.7175056Z Selecting previously unselected package b3sum.
2025-08-20T21:49:06.7312068Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T21:49:06.7321724Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T21:49:06.8007754Z Selecting previously unselected package build-essential.
2025-08-20T21:49:06.8143552Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T21:49:06.8158934Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T21:49:06.8394867Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T21:49:06.8530986Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T21:49:06.8557623Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T21:49:06.8792637Z Selecting previously unselected package ccache.
2025-08-20T21:49:06.8929286Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T21:49:06.8943947Z Unpacking ccache (4.9.1-1) ...
2025-08-20T21:49:06.9511188Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T21:49:06.9644736Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T21:49:06.9658586Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T21:49:06.9948806Z Selecting previously unselected package xfonts-encodings.
2025-08-20T21:49:07.0086314Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T21:49:07.0100123Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:49:07.0414767Z Selecting previously unselected package xfonts-utils.
2025-08-20T21:49:07.0551191Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T21:49:07.0560801Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:49:07.1089167Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T21:49:07.1226007Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T21:49:07.1866494Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T21:49:07.2835707Z Selecting previously unselected package libgs-common.
2025-08-20T21:49:07.2971049Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:49:07.2984734Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:49:07.3261755Z Selecting previously unselected package libgs10-common.
2025-08-20T21:49:07.3397475Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:49:07.3410891Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:49:07.4150066Z Selecting previously unselected package libidn12:amd64.
2025-08-20T21:49:07.4288330Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T21:49:07.4301924Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T21:49:07.4568644Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T21:49:07.4706425Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T21:49:07.4722332Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T21:49:07.4954876Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T21:49:07.5092183Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T21:49:07.5106023Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T21:49:07.5380613Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T21:49:07.5519523Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T21:49:07.5534000Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T21:49:07.5921095Z Selecting previously unselected package libgs10:amd64.
2025-08-20T21:49:07.6056109Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T21:49:07.6067611Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:49:07.7137692Z Selecting previously unselected package ghostscript.
2025-08-20T21:49:07.7275349Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T21:49:07.7286480Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:49:07.7600126Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T21:49:07.7735592Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:49:07.7749005Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:49:07.8781862Z Selecting previously unselected package imagemagick.
2025-08-20T21:49:07.8918749Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:49:07.8939338Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:49:07.9163229Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T21:49:07.9297194Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T21:49:07.9308133Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:49:07.9563351Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T21:49:07.9698127Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T21:49:07.9713807Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:49:08.0008178Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T21:49:08.0145570Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T21:49:08.0154419Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:49:08.0400420Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T21:49:08.0535359Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T21:49:08.0543944Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:49:08.0784467Z Selecting previously unselected package libjxr-tools.
2025-08-20T21:49:08.0919189Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T21:49:08.0930219Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:49:08.1152463Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T21:49:08.1285494Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T21:49:08.1294662Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T21:49:08.1697354Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T21:49:08.1832444Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T21:49:08.1847405Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T21:49:08.2076103Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T21:49:08.2212952Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:49:08.2224856Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:49:08.2624757Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T21:49:08.2760815Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T21:49:08.2770379Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T21:49:08.2999423Z Selecting previously unselected package libpaper-utils.
2025-08-20T21:49:08.3135360Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T21:49:08.3145383Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T21:49:08.3417661Z Selecting previously unselected package libtool-bin.
2025-08-20T21:49:08.3553520Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T21:49:08.3562122Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T21:49:08.3791152Z Selecting previously unselected package lzip.
2025-08-20T21:49:08.3924812Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T21:49:08.3933310Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T21:49:08.4221085Z Selecting previously unselected package netpbm.
2025-08-20T21:49:08.4357482Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T21:49:08.4366780Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:49:08.6111094Z Selecting previously unselected package musl:amd64.
2025-08-20T21:49:08.6251404Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T21:49:08.6261671Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T21:49:08.6570579Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T21:49:08.6705246Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T21:49:08.6714352Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T21:49:08.7408199Z Selecting previously unselected package musl-tools.
2025-08-20T21:49:08.7545733Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T21:49:08.7555426Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T21:49:08.7996133Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T21:49:08.9395850Z 
2025-08-20T21:49:08.9396362Z Creating config file /etc/papersize with new version
2025-08-20T21:49:09.0093805Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T21:49:09.0117608Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T21:49:09.0150622Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T21:49:09.0172659Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T21:49:09.0195591Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:49:09.0221721Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T21:49:09.0244711Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T21:49:09.0268991Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T21:49:09.0387211Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:49:09.0412589Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T21:49:09.0436828Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T21:49:09.0497049Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T21:49:09.0544471Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T21:49:09.0591806Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T21:49:09.0614424Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:49:09.0636813Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:49:09.0662755Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T21:49:09.0686803Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:49:09.0708395Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:49:09.0784732Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T21:49:09.0828653Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T21:49:09.0884798Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T21:49:09.0931623Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T21:49:09.0989232Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T21:49:09.1037238Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T21:49:09.1093515Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T21:49:09.1140150Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T21:49:09.1197302Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T21:49:09.1242623Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T21:49:09.1301159Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T21:49:09.1348588Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T21:49:09.1405816Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T21:49:09.1452685Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T21:49:09.1509377Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T21:49:09.1558083Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T21:49:09.1614995Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T21:49:09.1665210Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T21:49:09.1724632Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T21:49:09.1774222Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T21:49:09.1835255Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T21:49:09.1882979Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T21:49:09.1905935Z Setting up b3sum (1.2.0-1) ...
2025-08-20T21:49:09.1937900Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T21:49:09.1980964Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T21:49:09.2005352Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:49:09.2206643Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:49:09.2230263Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T21:49:09.2255671Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:49:09.2278188Z Setting up ccache (4.9.1-1) ...
2025-08-20T21:49:09.2303925Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:49:09.2501185Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:49:09.2525856Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:49:09.2574319Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T21:49:09.2607715Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T21:49:09.2631958Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:49:09.2659422Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:49:09.2686520Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T21:49:09.4381068Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T21:49:09.4405933Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:49:09.4431407Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:49:09.4455435Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:49:09.4523407Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:49:09.7079311Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T21:49:09.9127502Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T21:49:11.0954974Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:49:11.1651322Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:49:22.0943419Z Reading package lists...
2025-08-20T21:49:22.2821185Z Building dependency tree...
2025-08-20T21:49:22.2829269Z Reading state information...
2025-08-20T21:49:22.4550083Z autoconf is already the newest version (2.71-3).
2025-08-20T21:49:22.4551502Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:49:22.4552340Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:49:22.4553008Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:49:22.4553653Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:49:22.4554283Z ca-certificates is already the newest version (20240203).
2025-08-20T21:49:22.4554851Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:49:22.4555388Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:49:22.4556096Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:49:22.4556471Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:49:22.4556828Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:49:22.4557192Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:49:22.4557500Z patch set to manually installed.
2025-08-20T21:49:22.4557805Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:49:22.4558168Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:49:22.4558510Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:49:22.4558841Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:49:22.4559133Z Suggested packages:
2025-08-20T21:49:22.4559329Z   scons-doc
2025-08-20T21:49:22.4712724Z The following NEW packages will be installed:
2025-08-20T21:49:22.4720377Z   autopoint byacc clang qemu-user-static scons
2025-08-20T21:49:22.4900669Z 0 upgraded, 5 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:49:22.4901287Z Need to get 15.8 MB of archives.
2025-08-20T21:49:22.4901859Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T21:49:22.4902344Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:49:22.5704211Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T21:49:23.1991182Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T21:49:23.2685084Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 qemu-user-static amd64 1:8.2.2+ds-0ubuntu1.9 [14.7 MB]
2025-08-20T21:49:43.7985111Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T21:49:44.5968283Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T21:49:44.9475316Z Fetched 15.8 MB in 22s (709 kB/s)
2025-08-20T21:49:44.9657030Z Selecting previously unselected package autopoint.
2025-08-20T21:49:44.9711563Z (Reading database ... 
2025-08-20T21:49:44.9711989Z (Reading database ... 5%
2025-08-20T21:49:44.9712668Z (Reading database ... 10%
2025-08-20T21:49:44.9713058Z (Reading database ... 15%
2025-08-20T21:49:44.9713441Z (Reading database ... 20%
2025-08-20T21:49:44.9713844Z (Reading database ... 25%
2025-08-20T21:49:44.9714227Z (Reading database ... 30%
2025-08-20T21:49:44.9714603Z (Reading database ... 35%
2025-08-20T21:49:44.9714981Z (Reading database ... 40%
2025-08-20T21:49:44.9715360Z (Reading database ... 45%
2025-08-20T21:49:44.9715622Z (Reading database ... 50%
2025-08-20T21:49:44.9728814Z (Reading database ... 55%
2025-08-20T21:49:44.9839611Z (Reading database ... 60%
2025-08-20T21:49:44.9866440Z (Reading database ... 65%
2025-08-20T21:49:44.9904481Z (Reading database ... 70%
2025-08-20T21:49:44.9932028Z (Reading database ... 75%
2025-08-20T21:49:44.9964597Z (Reading database ... 80%
2025-08-20T21:49:45.0110038Z (Reading database ... 85%
2025-08-20T21:49:45.0209347Z (Reading database ... 90%
2025-08-20T21:49:45.0502296Z (Reading database ... 95%
2025-08-20T21:49:45.0502620Z (Reading database ... 100%
2025-08-20T21:49:45.0503044Z (Reading database ... 222514 files and directories currently installed.)
2025-08-20T21:49:45.0547304Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T21:49:45.0556046Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T21:49:45.0876678Z Selecting previously unselected package clang.
2025-08-20T21:49:45.1012665Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T21:49:45.1022904Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T21:49:45.1239477Z Selecting previously unselected package qemu-user-static.
2025-08-20T21:49:45.1375657Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T21:49:45.1384094Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:49:45.5732925Z Selecting previously unselected package scons.
2025-08-20T21:49:45.5870085Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T21:49:45.5879522Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T21:49:45.6557393Z Selecting previously unselected package byacc.
2025-08-20T21:49:45.6697586Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T21:49:45.6706886Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T21:49:45.7121194Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:49:45.7169063Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T21:49:45.7249118Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T21:49:45.7483002Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T21:49:46.1556781Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T21:49:46.1581199Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:49:50.2161004Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T21:49:51.7904829Z Reading package lists...
2025-08-20T21:49:51.9883786Z Building dependency tree...
2025-08-20T21:49:51.9891608Z Reading state information...
2025-08-20T21:49:52.1597474Z The following additional packages will be installed:
2025-08-20T21:49:52.1598341Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:49:52.1599028Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:49:52.1600033Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:49:52.1600954Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:49:52.1601774Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:49:52.1602563Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:49:52.1603360Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:49:52.1604149Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:49:52.1604867Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:49:52.1610199Z Suggested packages:
2025-08-20T21:49:52.1610683Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T21:49:52.1611391Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T21:49:52.1612437Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T21:49:52.1613147Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T21:49:52.1613719Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T21:49:52.1614187Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T21:49:52.1614633Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T21:49:52.1615118Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T21:49:52.1615474Z   wdiff-doc
2025-08-20T21:49:52.1615648Z Recommended packages:
2025-08-20T21:49:52.1615951Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T21:49:52.1616402Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T21:49:52.1616855Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T21:49:52.1617332Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T21:49:52.1800145Z The following NEW packages will be installed:
2025-08-20T21:49:52.1802036Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:49:52.1802563Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:49:52.1803556Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:49:52.1804450Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:49:52.1805057Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:49:52.1805861Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:49:52.1806893Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:49:52.1808617Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:49:52.1813533Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:49:52.1994603Z 0 upgraded, 30 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:49:52.1994973Z Need to get 2417 kB of archives.
2025-08-20T21:49:52.1995302Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T21:49:52.1995684Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:49:52.2951299Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T21:49:52.3777416Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T21:49:52.4766726Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T21:49:52.6049716Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T21:49:52.6891381Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T21:49:52.7722468Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T21:49:52.8824494Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libb-hooks-op-check-perl amd64 0.22-3build1 [9518 B]
2025-08-20T21:49:52.9519199Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T21:49:53.0325171Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T21:49:53.1137149Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T21:49:53.1961472Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T21:49:53.2913984Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T21:49:53.3765832Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T21:49:53.4593971Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T21:49:53.5601358Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T21:49:53.6726729Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T21:49:53.7430545Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T21:49:54.0509573Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T21:49:54.1320394Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T21:49:54.2183261Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T21:49:54.2886604Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T21:49:54.7358243Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T21:49:55.0092332Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T21:49:55.1534252Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T21:49:55.2298893Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T21:49:55.3162771Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T21:49:55.3980766Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T21:49:55.6485257Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T21:49:55.7791112Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T21:49:55.8685940Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T21:49:57.3911313Z Fetched 2417 kB in 5s (490 kB/s)
2025-08-20T21:49:57.4095096Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T21:49:57.4149464Z (Reading database ... 
2025-08-20T21:49:57.4150789Z (Reading database ... 5%
2025-08-20T21:49:57.4151245Z (Reading database ... 10%
2025-08-20T21:49:57.4151652Z (Reading database ... 15%
2025-08-20T21:49:57.4152033Z (Reading database ... 20%
2025-08-20T21:49:57.4152413Z (Reading database ... 25%
2025-08-20T21:49:57.4152827Z (Reading database ... 30%
2025-08-20T21:49:57.4153216Z (Reading database ... 35%
2025-08-20T21:49:57.4153508Z (Reading database ... 40%
2025-08-20T21:49:57.4153768Z (Reading database ... 45%
2025-08-20T21:49:57.4154010Z (Reading database ... 50%
2025-08-20T21:49:57.4168264Z (Reading database ... 55%
2025-08-20T21:49:57.4269429Z (Reading database ... 60%
2025-08-20T21:49:57.4291150Z (Reading database ... 65%
2025-08-20T21:49:57.4324871Z (Reading database ... 70%
2025-08-20T21:49:57.4349687Z (Reading database ... 75%
2025-08-20T21:49:57.4378224Z (Reading database ... 80%
2025-08-20T21:49:57.4528642Z (Reading database ... 85%
2025-08-20T21:49:57.4630167Z (Reading database ... 90%
2025-08-20T21:49:57.4913048Z (Reading database ... 95%
2025-08-20T21:49:57.4913389Z (Reading database ... 100%
2025-08-20T21:49:57.4913785Z (Reading database ... 222962 files and directories currently installed.)
2025-08-20T21:49:57.4955508Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T21:49:57.4964958Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:49:57.5336226Z Selecting previously unselected package libfile-which-perl.
2025-08-20T21:49:57.5470581Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T21:49:57.5481217Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T21:49:57.5693669Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T21:49:57.5830987Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T21:49:57.5842159Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T21:49:57.6085625Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T21:49:57.6222639Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T21:49:57.6231988Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T21:49:57.6442687Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T21:49:57.6577615Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T21:49:57.6587933Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:49:57.6795930Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T21:49:57.6932767Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T21:49:57.6941225Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:49:57.7171787Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T21:49:57.7308195Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T21:49:57.7316220Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T21:49:57.7542287Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T21:49:57.7675734Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T21:49:57.7685306Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:49:57.7895938Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T21:49:57.8037961Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T21:49:57.8047552Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T21:49:57.8266448Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T21:49:57.8405597Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T21:49:57.8419010Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T21:49:57.8641866Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T21:49:57.8778605Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T21:49:57.8789090Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:49:57.9015816Z Selecting previously unselected package libimport-into-perl.
2025-08-20T21:49:57.9155811Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T21:49:57.9169052Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T21:49:57.9389415Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T21:49:57.9532267Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T21:49:57.9543954Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T21:49:57.9783473Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T21:49:57.9921530Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T21:49:57.9932623Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:49:58.0152813Z Selecting previously unselected package libmoo-perl.
2025-08-20T21:49:58.0291475Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T21:49:58.0300971Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T21:49:58.0548761Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T21:49:58.0688608Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T21:49:58.0697172Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T21:49:58.0913950Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T21:49:58.1052720Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T21:49:58.1064613Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T21:49:58.1525390Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T21:49:58.1665093Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T21:49:58.1675346Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:49:58.1946883Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T21:49:58.2084778Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T21:49:58.2093062Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:49:58.2305698Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T21:49:58.2444950Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T21:49:58.2453046Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T21:49:58.2690966Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T21:49:58.2829482Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T21:49:58.2837567Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T21:49:58.3273094Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T21:49:58.3411379Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T21:49:58.3423764Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:49:58.3689317Z Selecting previously unselected package libnet-http-perl.
2025-08-20T21:49:58.3828719Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T21:49:58.3838657Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T21:49:58.4060236Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T21:49:58.4197606Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T21:49:58.4206399Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:49:58.4456664Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T21:49:58.4593032Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T21:49:58.4603037Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T21:49:58.4815384Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T21:49:58.4954903Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T21:49:58.4963457Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:49:58.5185607Z Selecting previously unselected package libwww-perl.
2025-08-20T21:49:58.5325166Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T21:49:58.5332831Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T21:49:58.5641396Z Selecting previously unselected package patchutils.
2025-08-20T21:49:58.5780268Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T21:49:58.5789188Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T21:49:58.6099616Z Selecting previously unselected package wdiff.
2025-08-20T21:49:58.6236766Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T21:49:58.6247405Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T21:49:58.6504436Z Selecting previously unselected package devscripts.
2025-08-20T21:49:58.6641622Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T21:49:58.6837975Z Unpacking devscripts (2.23.7) ...
2025-08-20T21:49:58.8176984Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T21:49:58.8201476Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:49:58.8221622Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T21:49:58.8246165Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T21:49:58.8275079Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:49:58.8297686Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:49:58.8320210Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:49:58.8346351Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T21:49:58.8370596Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T21:49:58.8393027Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T21:49:58.8416254Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T21:49:58.8439293Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T21:49:58.8485593Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T21:49:58.8508899Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:49:58.8535751Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T21:49:58.8560146Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:49:58.8584644Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:49:58.8607462Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:49:58.8634898Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T21:49:58.8662749Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T21:49:58.8688942Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T21:49:58.8714595Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T21:49:58.8736728Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:49:58.8759611Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T21:49:58.8784618Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:49:58.8810752Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T21:49:58.8837226Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T21:49:58.8873486Z Setting up libwww-perl (6.76-1) ...
2025-08-20T21:49:58.8906735Z Setting up devscripts (2.23.7) ...
2025-08-20T21:49:59.0137940Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:49:59.0168692Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:50:03.8265399Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:50:05.4883721Z Reading package lists...
2025-08-20T21:50:05.6936461Z Building dependency tree...
2025-08-20T21:50:05.6945071Z Reading state information...
2025-08-20T21:50:05.8783408Z The following additional packages will be installed:
2025-08-20T21:50:05.8790361Z   cmake-data libjsoncpp25 librhash0
2025-08-20T21:50:05.8796290Z Suggested packages:
2025-08-20T21:50:05.8796786Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T21:50:05.8942249Z The following NEW packages will be installed:
2025-08-20T21:50:05.8952893Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T21:50:05.9134188Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:50:05.9134781Z Need to get 13.6 MB of archives.
2025-08-20T21:50:05.9135328Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T21:50:05.9135963Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:50:05.9937650Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T21:50:06.1288569Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T21:50:06.3483923Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T21:50:08.4901711Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T21:50:20.5054739Z Fetched 13.6 MB in 14s (946 kB/s)
2025-08-20T21:50:20.5255485Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T21:50:20.5311337Z (Reading database ... 
2025-08-20T21:50:20.5311749Z (Reading database ... 5%
2025-08-20T21:50:20.5312393Z (Reading database ... 10%
2025-08-20T21:50:20.5312916Z (Reading database ... 15%
2025-08-20T21:50:20.5313408Z (Reading database ... 20%
2025-08-20T21:50:20.5313961Z (Reading database ... 25%
2025-08-20T21:50:20.5326754Z (Reading database ... 30%
2025-08-20T21:50:20.5327200Z (Reading database ... 35%
2025-08-20T21:50:20.5327591Z (Reading database ... 40%
2025-08-20T21:50:20.5327963Z (Reading database ... 45%
2025-08-20T21:50:20.5328308Z (Reading database ... 50%
2025-08-20T21:50:20.5332598Z (Reading database ... 55%
2025-08-20T21:50:20.5431921Z (Reading database ... 60%
2025-08-20T21:50:20.5456103Z (Reading database ... 65%
2025-08-20T21:50:20.5489917Z (Reading database ... 70%
2025-08-20T21:50:20.5516261Z (Reading database ... 75%
2025-08-20T21:50:20.5548016Z (Reading database ... 80%
2025-08-20T21:50:20.5694391Z (Reading database ... 85%
2025-08-20T21:50:20.5795276Z (Reading database ... 90%
2025-08-20T21:50:20.6064765Z (Reading database ... 95%
2025-08-20T21:50:20.6065245Z (Reading database ... 100%
2025-08-20T21:50:20.6065824Z (Reading database ... 223897 files and directories currently installed.)
2025-08-20T21:50:20.6109258Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T21:50:20.6126935Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T21:50:20.6369186Z Selecting previously unselected package librhash0:amd64.
2025-08-20T21:50:20.6504303Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T21:50:20.6514160Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T21:50:20.6761526Z Selecting previously unselected package cmake-data.
2025-08-20T21:50:20.6900415Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T21:50:20.6966055Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T21:50:21.2550671Z Selecting previously unselected package cmake.
2025-08-20T21:50:21.2702220Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T21:50:21.2711609Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T21:50:21.4793685Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T21:50:21.4818769Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T21:50:21.4842827Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T21:50:21.4906760Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T21:50:21.4933660Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:50:25.7476762Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:50:26.3172220Z Could not send telemetry data: POST https://gitlab.com/api/v4/usage_data/track_event: 403 {error: insufficient_scope}, {error_description: The request requires higher privileges than provided by the access token.}, {scope: ai_workflows api read_api}
2025-08-20T21:50:26.3173896Z Running kernel seems to be up-to-date.
2025-08-20T21:50:26.3174189Z 
2025-08-20T21:50:26.3174326Z Restarting services...
2025-08-20T21:50:26.3234956Z 
2025-08-20T21:50:26.3235348Z Service restarts being deferred:
2025-08-20T21:50:26.3235885Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:50:26.3236251Z 
2025-08-20T21:50:26.3236444Z No containers need to be restarted.
2025-08-20T21:50:26.3238036Z 
2025-08-20T21:50:26.3238287Z No user sessions are running outdated binaries.
2025-08-20T21:50:26.3238628Z 
2025-08-20T21:50:26.3238947Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:50:27.2835653Z Reading package lists...
2025-08-20T21:50:27.4813413Z Building dependency tree...
2025-08-20T21:50:27.4821507Z Reading state information...
2025-08-20T21:50:27.6772682Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:50:27.6773152Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:50:27.6773569Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:50:27.6774121Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:50:27.6774459Z b3sum is already the newest version (1.2.0-1).
2025-08-20T21:50:27.6774794Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:50:27.6775161Z ca-certificates is already the newest version (20240203).
2025-08-20T21:50:27.6775495Z ccache is already the newest version (4.9.1-1).
2025-08-20T21:50:27.6776031Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:50:27.6776579Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:50:27.6777029Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:50:27.6777328Z git-lfs is already the newest version (3.7.0).
2025-08-20T21:50:27.6777684Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T21:50:27.6778347Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T21:50:27.6778670Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:50:27.6778988Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:50:27.6779307Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:50:27.6779618Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:50:27.6780308Z musl is already the newest version (1.2.4-2).
2025-08-20T21:50:27.6780609Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T21:50:27.6780922Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T21:50:27.6781274Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:50:27.6781642Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:50:27.6782007Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:50:27.6782498Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:50:27.6783063Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:50:27.7006129Z Reading package lists...
2025-08-20T21:50:27.8848111Z Building dependency tree...
2025-08-20T21:50:27.8855912Z Reading state information...
2025-08-20T21:50:28.0757368Z autoconf is already the newest version (2.71-3).
2025-08-20T21:50:28.0758032Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:50:28.0758697Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T21:50:28.0759316Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:50:28.0760151Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:50:28.0760728Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:50:28.0761403Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T21:50:28.0761818Z ca-certificates is already the newest version (20240203).
2025-08-20T21:50:28.0762239Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T21:50:28.0762622Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:50:28.0762996Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:50:28.0763537Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:50:28.0764094Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:50:28.0764697Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:50:28.0765239Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:50:28.0765872Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:50:28.0766487Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:50:28.0767223Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:50:28.0767926Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:50:28.0768491Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:50:28.0769078Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:50:28.0769649Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:50:28.0995043Z Reading package lists...
2025-08-20T21:50:28.2888530Z Building dependency tree...
2025-08-20T21:50:28.2896320Z Reading state information...
2025-08-20T21:50:28.4801668Z devscripts is already the newest version (2.23.7).
2025-08-20T21:50:28.4802177Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:50:28.5031313Z Reading package lists...
2025-08-20T21:50:28.6896714Z Building dependency tree...
2025-08-20T21:50:28.6904345Z Reading state information...
2025-08-20T21:50:28.8784197Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T21:50:28.8784655Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:50:28.9017490Z Reading package lists...
2025-08-20T21:50:29.0877440Z Building dependency tree...
2025-08-20T21:50:29.0885825Z Reading state information...
2025-08-20T21:50:29.2597477Z Suggested packages:
2025-08-20T21:50:29.2597808Z   binutils-doc
2025-08-20T21:50:29.2876048Z The following NEW packages will be installed:
2025-08-20T21:50:29.2884683Z   binutils-aarch64-linux-gnu
2025-08-20T21:50:29.3050761Z 0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:50:29.3279087Z Need to get 3711 kB of archives.
2025-08-20T21:50:29.3280380Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T21:50:29.3281191Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:50:29.4053739Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-aarch64-linux-gnu amd64 2.42-4ubuntu2.5 [3711 kB]
2025-08-20T21:50:33.6549130Z Fetched 3711 kB in 4s (911 kB/s)
2025-08-20T21:50:33.6745724Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T21:50:33.6802580Z (Reading database ... 
2025-08-20T21:50:33.6803011Z (Reading database ... 5%
2025-08-20T21:50:33.6803403Z (Reading database ... 10%
2025-08-20T21:50:33.6803845Z (Reading database ... 15%
2025-08-20T21:50:33.6804236Z (Reading database ... 20%
2025-08-20T21:50:33.6804618Z (Reading database ... 25%
2025-08-20T21:50:33.6804998Z (Reading database ... 30%
2025-08-20T21:50:33.6805261Z (Reading database ... 35%
2025-08-20T21:50:33.6805509Z (Reading database ... 40%
2025-08-20T21:50:33.6805753Z (Reading database ... 45%
2025-08-20T21:50:33.6806000Z (Reading database ... 50%
2025-08-20T21:50:33.6820095Z (Reading database ... 55%
2025-08-20T21:50:33.6928670Z (Reading database ... 60%
2025-08-20T21:50:33.6955228Z (Reading database ... 65%
2025-08-20T21:50:33.6994096Z (Reading database ... 70%
2025-08-20T21:50:33.7022056Z (Reading database ... 75%
2025-08-20T21:50:33.7054231Z (Reading database ... 80%
2025-08-20T21:50:33.7200877Z (Reading database ... 85%
2025-08-20T21:50:33.7304113Z (Reading database ... 90%
2025-08-20T21:50:33.7602849Z (Reading database ... 95%
2025-08-20T21:50:33.7603303Z (Reading database ... 100%
2025-08-20T21:50:33.7603744Z (Reading database ... 227306 files and directories currently installed.)
2025-08-20T21:50:33.7646501Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:50:33.7663902Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T21:50:33.9237240Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T21:50:33.9267656Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:50:33.9420913Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:50:39.5483054Z Reading package lists...
2025-08-20T21:50:39.7352172Z Building dependency tree...
2025-08-20T21:50:39.7360224Z Reading state information...
2025-08-20T21:50:39.9074855Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:50:39.9075843Z The following additional packages will be installed:
2025-08-20T21:50:39.9076628Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:50:39.9077536Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T21:50:39.9078223Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T21:50:39.9079046Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:50:39.9080200Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T21:50:39.9080942Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:50:39.9081552Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:50:39.9082275Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:50:39.9083127Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T21:50:39.9083624Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:50:39.9084106Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:50:39.9084560Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T21:50:39.9085318Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T21:50:39.9085781Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T21:50:39.9086236Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T21:50:39.9086643Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T21:50:39.9087062Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T21:50:39.9087468Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:50:39.9087863Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:50:39.9088276Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T21:50:39.9088721Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T21:50:39.9089244Z   linux-libc-dev-armhf-cross
2025-08-20T21:50:39.9089646Z Suggested packages:
2025-08-20T21:50:39.9090173Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T21:50:39.9090635Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T21:50:39.9630085Z The following NEW packages will be installed:
2025-08-20T21:50:39.9630845Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:50:39.9631778Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T21:50:39.9632915Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T21:50:39.9633562Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:50:39.9634163Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T21:50:39.9634893Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T21:50:39.9635305Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:50:39.9635781Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:50:39.9636451Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:50:39.9637173Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T21:50:39.9637736Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:50:39.9638230Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:50:39.9638762Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T21:50:39.9639307Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T21:50:39.9640042Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T21:50:39.9640556Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T21:50:39.9641072Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T21:50:39.9641853Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T21:50:39.9642592Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:50:39.9643057Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:50:39.9643542Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T21:50:39.9644067Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T21:50:39.9644522Z   linux-libc-dev-armhf-cross
2025-08-20T21:50:39.9833503Z 0 upgraded, 64 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:50:39.9834064Z Need to get 171 MB of archives.
2025-08-20T21:50:39.9834411Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T21:50:39.9834797Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:50:40.0624926Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T21:50:40.1918848Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [10.8 MB]
2025-08-20T21:50:49.9657730Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T21:50:50.0605649Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 cpp-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T21:51:00.0432352Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T21:51:00.1557566Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T21:51:09.5551737Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [5332 B]
2025-08-20T21:51:09.6214578Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 cpp-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [4452 B]
2025-08-20T21:51:09.6825514Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [5324 B]
2025-08-20T21:51:09.7435519Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T21:51:09.8402517Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T21:51:09.9469522Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T21:51:11.2486747Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [61.9 kB]
2025-08-20T21:51:11.3714041Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [110 kB]
2025-08-20T21:51:11.4991097Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libitm1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [31.5 kB]
2025-08-20T21:51:11.5761197Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [11.4 kB]
2025-08-20T21:51:11.6385699Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [524 kB]
2025-08-20T21:51:12.1018586Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblsan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [238 kB]
2025-08-20T21:51:12.3279199Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libtsan2-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [500 kB]
2025-08-20T21:51:12.7527893Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [658 kB]
2025-08-20T21:51:13.3433832Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [219 kB]
2025-08-20T21:51:13.5989703Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libhwasan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [303 kB]
2025-08-20T21:51:13.8698290Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2616 kB]
2025-08-20T21:51:16.2320410Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [21.1 MB]
2025-08-20T21:51:34.7776598Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-arm64-cross all 6.8.0-25.25cross1 [1375 kB]
2025-08-20T21:51:36.3129247Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T21:51:38.0765977Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2657 kB]
2025-08-20T21:51:40.9055716Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [12.2 MB]
2025-08-20T21:51:54.1668830Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 binutils-arm-linux-gnueabi amd64 2.42-4ubuntu2.5 [3553 kB]
2025-08-20T21:51:57.9135323Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T21:51:58.0258295Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T21:51:58.1438791Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T21:51:59.2720494Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T21:51:59.3635179Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T21:51:59.5620494Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T21:51:59.6237156Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T21:52:03.3362763Z Get:38 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T21:52:04.1598609Z Get:39 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T21:52:05.3925415Z Get:40 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T21:52:06.3613160Z Get:41 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T21:52:26.0414325Z Get:42 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T21:52:27.5834691Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T21:52:29.3678003Z Get:44 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T21:52:32.3072939Z Get:45 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 g++-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T21:52:47.5400848Z Get:46 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-arm-linux-gnueabihf amd64 2.42-4ubuntu2.5 [3552 kB]
2025-08-20T21:52:52.9430729Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T21:52:54.8444358Z Get:48 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T21:52:54.9790544Z Get:49 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T21:52:55.2281192Z Get:50 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T21:52:55.3083621Z Get:51 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T21:52:59.1914380Z Get:52 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T21:52:59.9809434Z Get:53 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T21:53:01.5627432Z Get:54 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T21:53:02.6962778Z Get:55 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T21:53:25.6861733Z Get:56 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T21:53:27.3522867Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T21:53:28.9389483Z Get:58 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T21:53:31.8692662Z Get:59 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T21:53:43.1226716Z Get:60 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [1210 B]
2025-08-20T21:53:43.1788500Z Get:61 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [962 B]
2025-08-20T21:53:43.2369403Z Get:62 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 gcc-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T21:53:43.2939626Z Get:63 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 g++-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [944 B]
2025-08-20T21:53:43.3546822Z Get:64 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [1230 B]
2025-08-20T21:53:43.4133842Z Get:65 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T21:53:43.7257468Z Fetched 171 MB in 3min 3s (930 kB/s)
2025-08-20T21:53:43.7444507Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T21:53:43.7500294Z (Reading database ... 
2025-08-20T21:53:43.7500695Z (Reading database ... 5%
2025-08-20T21:53:43.7501081Z (Reading database ... 10%
2025-08-20T21:53:43.7501454Z (Reading database ... 15%
2025-08-20T21:53:43.7501814Z (Reading database ... 20%
2025-08-20T21:53:43.7502170Z (Reading database ... 25%
2025-08-20T21:53:43.7502540Z (Reading database ... 30%
2025-08-20T21:53:43.7502896Z (Reading database ... 35%
2025-08-20T21:53:43.7503931Z (Reading database ... 40%
2025-08-20T21:53:43.7504286Z (Reading database ... 45%
2025-08-20T21:53:43.7504640Z (Reading database ... 50%
2025-08-20T21:53:43.7517338Z (Reading database ... 55%
2025-08-20T21:53:43.7614370Z (Reading database ... 60%
2025-08-20T21:53:43.7635373Z (Reading database ... 65%
2025-08-20T21:53:43.7668635Z (Reading database ... 70%
2025-08-20T21:53:43.7692777Z (Reading database ... 75%
2025-08-20T21:53:43.7720625Z (Reading database ... 80%
2025-08-20T21:53:43.7853898Z (Reading database ... 85%
2025-08-20T21:53:43.7940524Z (Reading database ... 90%
2025-08-20T21:53:43.8198111Z (Reading database ... 95%
2025-08-20T21:53:43.8198590Z (Reading database ... 100%
2025-08-20T21:53:43.8199221Z (Reading database ... 227650 files and directories currently installed.)
2025-08-20T21:53:43.8237286Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:53:43.8248203Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:43.8473926Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T21:53:43.8608866Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:53:43.8642559Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:44.0051214Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T21:53:44.0188310Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:53:44.0197618Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:44.0407604Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T21:53:44.0545183Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:53:44.0577353Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:44.1884513Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T21:53:44.2021548Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:53:44.2033891Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:44.2245668Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T21:53:44.2384978Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:53:44.2415162Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:44.3754680Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T21:53:44.3892810Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:53:44.3900455Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:53:44.4106363Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T21:53:44.4244062Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:53:44.4252463Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:53:44.4458028Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T21:53:44.4597505Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:53:44.4605699Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:53:44.4815193Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T21:53:44.4955709Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:53:44.4966046Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:44.5173660Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T21:53:44.5312719Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:53:44.5324131Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:44.5534065Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T21:53:44.5671087Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:53:44.5678959Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:53:44.6082564Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T21:53:44.6219617Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:53:44.6231071Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:44.6440213Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T21:53:44.6577501Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:53:44.6586708Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:44.6812812Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T21:53:44.6950421Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:53:44.6957672Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:44.7183473Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T21:53:44.7320947Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:53:44.7329039Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:44.7535436Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T21:53:44.7672044Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:53:44.7680074Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:44.7990574Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T21:53:44.8128383Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:53:44.8138797Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:44.8414818Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T21:53:44.8551889Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:53:44.8561164Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:44.8870394Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T21:53:44.9007801Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:53:44.9016505Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:44.9374706Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T21:53:44.9513887Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:53:44.9522327Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:44.9770355Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T21:53:44.9910037Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:53:44.9919274Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:45.0196084Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T21:53:45.0333804Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:53:45.0346467Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:45.1347225Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T21:53:45.1484887Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:53:45.1517462Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:45.4224716Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T21:53:45.4361952Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:53:45.4372578Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T21:53:45.6258094Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T21:53:45.6399491Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:53:45.6410505Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:53:45.7631001Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T21:53:45.7771457Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:53:45.7779034Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:45.9969242Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T21:53:46.0109389Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:53:46.0147609Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:46.1637792Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T21:53:46.1779432Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:53:46.1800754Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:53:46.2696847Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T21:53:46.2837120Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:53:46.2849510Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:46.3062295Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T21:53:46.3203194Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:53:46.3214352Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:46.3427066Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T21:53:46.3566844Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:53:46.3581767Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:53:46.3943570Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T21:53:46.4082168Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:53:46.4096192Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:46.4304404Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T21:53:46.4442638Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:53:46.4450558Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:46.4696614Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T21:53:46.4837525Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:53:46.4846151Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:46.5067980Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T21:53:46.5206459Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:53:46.5220632Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:46.5843292Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T21:53:46.5983448Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:53:46.6000971Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:46.6310454Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T21:53:46.6449121Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:53:46.6460610Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:46.6805097Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T21:53:46.6944413Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:53:46.6953715Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:46.7491601Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T21:53:46.7630840Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:53:46.7660806Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:47.0036734Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T21:53:47.0174499Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:53:47.0191781Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:53:47.2122034Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T21:53:47.2264356Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:53:47.2275176Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:53:47.3417785Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T21:53:47.3558858Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:53:47.3567294Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:47.5510096Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T21:53:47.5653112Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:53:47.5688121Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:47.7165561Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T21:53:47.7307585Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:53:47.7317671Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:53:47.8187693Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T21:53:47.8371644Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:53:47.8388658Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:53:47.8759273Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T21:53:47.8899356Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:53:47.8912111Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:47.9123178Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T21:53:47.9262469Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:53:47.9271049Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:47.9505077Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T21:53:47.9644375Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:53:47.9653363Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:47.9877413Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T21:53:48.0022593Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:53:48.0037194Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:48.0676773Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T21:53:48.0818069Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:53:48.0845723Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:48.1127853Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T21:53:48.1269285Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:53:48.1278188Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:48.1627495Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T21:53:48.1768562Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:53:48.1785254Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:48.2317823Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T21:53:48.2459198Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:53:48.2489693Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:48.4932590Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T21:53:48.5073329Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:53:48.5083801Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:53:48.6868388Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T21:53:48.7011818Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:53:48.7021042Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:53:48.8144625Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T21:53:48.8286528Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:53:48.8295588Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.0219748Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T21:53:49.0365142Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:53:49.0396544Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.2716864Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T21:53:49.2858809Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:53:49.2868219Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:53:49.3085761Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T21:53:49.3228287Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:53:49.3240195Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:53:49.3438719Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T21:53:49.3580771Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:53:49.3591300Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:53:49.3809444Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T21:53:49.3946364Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:53:49.3954642Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:53:49.4142920Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T21:53:49.4271479Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:53:49.4281646Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:53:49.4516190Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T21:53:49.4645639Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:53:49.4653768Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:53:49.5089047Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:53:49.5118094Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:53:49.5150288Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.5174616Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.5200125Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.5221030Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:53:49.5244131Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.5275091Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:53:49.5297004Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:53:49.5320557Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.5349265Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T21:53:49.5377576Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:53:49.5402230Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.5424684Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.5446455Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.5487603Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:53:49.5513929Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:53:49.5542665Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.5569713Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.5594879Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.5618912Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.5644138Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.5672724Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.5696978Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.5720995Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.5747425Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.5771817Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.5795535Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.5822232Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.5846749Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:53:49.5870741Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.5897637Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:53:49.5921324Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.5945067Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.5977003Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.6008464Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:53:49.6038558Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:53:49.6060217Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.6093157Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.6120969Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.6146957Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.6175050Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.6201228Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:53:49.6224511Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.6251607Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.6280561Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.6306593Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.6330477Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.6354978Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.6378347Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.6402309Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.6427941Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:53:49.6449293Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.6471892Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.6495305Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.6520872Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.6546057Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.6567460Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:53:49.6604964Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:53:49.6626573Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.6648529Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:53:49.6669718Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:53:49.6694909Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:53:49.6717120Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:53:49.6746070Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T21:53:49.6764051Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:53:49.6852292Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:53:54.0033923Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:53:55.3982276Z Reading package lists...
2025-08-20T21:53:55.5556514Z Building dependency tree...
2025-08-20T21:53:55.5564799Z Reading state information...
2025-08-20T21:53:55.7010315Z The following additional packages will be installed:
2025-08-20T21:53:55.7011437Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:53:55.7014271Z   libpcap0.8-dev
2025-08-20T21:53:55.7283192Z The following NEW packages will be installed:
2025-08-20T21:53:55.7284071Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:53:55.7289408Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T21:53:55.7464731Z 0 upgraded, 8 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:53:55.7702268Z Need to get 1613 kB of archives.
2025-08-20T21:53:55.7702917Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T21:53:55.7703394Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:53:55.8363811Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdbus-1-dev amd64 1.14.10-4ubuntu4.1 [190 kB]
2025-08-20T21:53:56.0353857Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T21:53:56.1915966Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-3-dev amd64 3.7.0-0.3build1.1 [99.5 kB]
2025-08-20T21:53:56.3439324Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-route-3-dev amd64 3.7.0-0.3build1.1 [216 kB]
2025-08-20T21:53:56.5424817Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T21:53:57.1260520Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap0.8-dev amd64 1.10.4-4.1ubuntu3 [269 kB]
2025-08-20T21:53:57.3370372Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T21:53:57.3892321Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T21:53:57.6714660Z Fetched 1613 kB in 2s (974 kB/s)
2025-08-20T21:53:57.6921582Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T21:53:57.6980899Z (Reading database ... 
2025-08-20T21:53:57.6981431Z (Reading database ... 5%
2025-08-20T21:53:57.6981879Z (Reading database ... 10%
2025-08-20T21:53:57.6982196Z (Reading database ... 15%
2025-08-20T21:53:57.6982446Z (Reading database ... 20%
2025-08-20T21:53:57.6982706Z (Reading database ... 25%
2025-08-20T21:53:57.6982949Z (Reading database ... 30%
2025-08-20T21:53:57.6983195Z (Reading database ... 35%
2025-08-20T21:53:57.6983431Z (Reading database ... 40%
2025-08-20T21:53:57.6983674Z (Reading database ... 45%
2025-08-20T21:53:57.6983918Z (Reading database ... 50%
2025-08-20T21:53:57.7006086Z (Reading database ... 55%
2025-08-20T21:53:57.7100066Z (Reading database ... 60%
2025-08-20T21:53:57.7122080Z (Reading database ... 65%
2025-08-20T21:53:57.7161241Z (Reading database ... 70%
2025-08-20T21:53:57.7184412Z (Reading database ... 75%
2025-08-20T21:53:57.7224734Z (Reading database ... 80%
2025-08-20T21:53:57.7369461Z (Reading database ... 85%
2025-08-20T21:53:57.7651978Z (Reading database ... 90%
2025-08-20T21:53:57.7728239Z (Reading database ... 95%
2025-08-20T21:53:57.7728674Z (Reading database ... 100%
2025-08-20T21:53:57.7729204Z (Reading database ... 235709 files and directories currently installed.)
2025-08-20T21:53:57.7771929Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T21:53:57.7781938Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:53:57.8275280Z Selecting previously unselected package libjudydebian1.
2025-08-20T21:53:57.8418368Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T21:53:57.8437350Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:53:57.8664296Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T21:53:57.8807825Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T21:53:57.8816908Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:53:57.9266961Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T21:53:57.9411321Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T21:53:57.9419479Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:53:57.9675327Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T21:53:57.9819658Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T21:53:57.9829415Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T21:53:58.0560714Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T21:53:58.0705556Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T21:53:58.0740180Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:53:58.1144088Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T21:53:58.1287154Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T21:53:58.1301072Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:53:58.1508979Z Selecting previously unselected package pcaputils.
2025-08-20T21:53:58.1652316Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T21:53:58.1683885Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T21:53:58.2118175Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:53:58.2144287Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:53:58.3808488Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:53:58.3830263Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T21:53:58.3932023Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T21:53:58.6959657Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:53:58.6979524Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T21:53:58.7026790Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:53:58.7170195Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:54:03.3471152Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:54:03.3809304Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:54:03.3832184Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:54:04.7699120Z Reading package lists...
2025-08-20T21:54:04.9196024Z Building dependency tree...
2025-08-20T21:54:04.9204602Z Reading state information...
2025-08-20T21:54:04.9599086Z Reading package lists...
2025-08-20T21:54:05.1073935Z Building dependency tree...
2025-08-20T21:54:05.1082152Z Reading state information...
2025-08-20T21:54:05.2518082Z The following additional packages will be installed:
2025-08-20T21:54:05.2522540Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T21:54:05.2527404Z Suggested packages:
2025-08-20T21:54:05.2527996Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T21:54:05.2528705Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T21:54:05.2675889Z The following NEW packages will be installed:
2025-08-20T21:54:05.2676554Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T21:54:05.2680196Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T21:54:05.2845654Z 0 upgraded, 9 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:54:05.2846302Z Need to get 800 kB of archives.
2025-08-20T21:54:05.2846631Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T21:54:05.2847251Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:54:05.3922030Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T21:54:05.4635570Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T21:54:05.5535130Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T21:54:05.8582178Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-cc-dev amd64 1.0.83-1 [61.6 kB]
2025-08-20T21:54:05.9599370Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-pkg-config-dev amd64 0.3.27-1 [21.5 kB]
2025-08-20T21:54:06.0211832Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblzma-dev amd64 5.6.1+really5.4.5-1ubuntu0.2 [176 kB]
2025-08-20T21:54:06.1785164Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-lzma-sys-dev amd64 0.1.20-1 [10.9 kB]
2025-08-20T21:54:06.2388292Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T21:54:06.3205170Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T21:54:06.5974437Z Fetched 800 kB in 1s (749 kB/s)
2025-08-20T21:54:06.6176995Z Selecting previously unselected package liblz1:amd64.
2025-08-20T21:54:06.6236258Z (Reading database ... 
2025-08-20T21:54:06.6236675Z (Reading database ... 5%
2025-08-20T21:54:06.6237051Z (Reading database ... 10%
2025-08-20T21:54:06.6237427Z (Reading database ... 15%
2025-08-20T21:54:06.6238054Z (Reading database ... 20%
2025-08-20T21:54:06.6238443Z (Reading database ... 25%
2025-08-20T21:54:06.6238802Z (Reading database ... 30%
2025-08-20T21:54:06.6239172Z (Reading database ... 35%
2025-08-20T21:54:06.6239524Z (Reading database ... 40%
2025-08-20T21:54:06.6240065Z (Reading database ... 45%
2025-08-20T21:54:06.6240427Z (Reading database ... 50%
2025-08-20T21:54:06.6262563Z (Reading database ... 55%
2025-08-20T21:54:06.6355560Z (Reading database ... 60%
2025-08-20T21:54:06.6377155Z (Reading database ... 65%
2025-08-20T21:54:06.6416533Z (Reading database ... 70%
2025-08-20T21:54:06.6439993Z (Reading database ... 75%
2025-08-20T21:54:06.6480156Z (Reading database ... 80%
2025-08-20T21:54:06.6627648Z (Reading database ... 85%
2025-08-20T21:54:06.6932620Z (Reading database ... 90%
2025-08-20T21:54:06.7011592Z (Reading database ... 95%
2025-08-20T21:54:06.7012007Z (Reading database ... 100%
2025-08-20T21:54:06.7012532Z (Reading database ... 236365 files and directories currently installed.)
2025-08-20T21:54:06.7056011Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T21:54:06.7072078Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T21:54:06.7293686Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T21:54:06.7433111Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T21:54:06.7441267Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T21:54:06.7661565Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T21:54:06.7802556Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T21:54:06.7810445Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T21:54:06.8666240Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T21:54:06.8810163Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T21:54:06.8818813Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T21:54:06.9080577Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T21:54:06.9223789Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T21:54:06.9232468Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T21:54:06.9464556Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T21:54:06.9608939Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T21:54:06.9620028Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:54:06.9892473Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T21:54:07.0033722Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T21:54:07.0044388Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T21:54:07.0273660Z Selecting previously unselected package lzma.
2025-08-20T21:54:07.0415154Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T21:54:07.0424213Z Unpacking lzma (9.22-2.2) ...
2025-08-20T21:54:07.0666611Z Selecting previously unselected package lzma-dev.
2025-08-20T21:54:07.0807602Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T21:54:07.0834266Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T21:54:07.1266427Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T21:54:07.1292794Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T21:54:07.1317985Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T21:54:07.1341260Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T21:54:07.1363852Z Setting up lzma (9.22-2.2) ...
2025-08-20T21:54:07.1427009Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T21:54:07.1474593Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T21:54:07.1497268Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:54:07.1518740Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T21:54:07.1542636Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T21:54:07.1568959Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:54:07.1710231Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:54:11.5099986Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:54:12.1525932Z 
2025-08-20T21:54:12.1526468Z Running kernel seems to be up-to-date.
2025-08-20T21:54:12.1526914Z 
2025-08-20T21:54:12.1527096Z Restarting services...
2025-08-20T21:54:12.1586992Z 
2025-08-20T21:54:12.1587383Z Service restarts being deferred:
2025-08-20T21:54:12.1587968Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:54:12.1588364Z 
2025-08-20T21:54:12.1588535Z No containers need to be restarted.
2025-08-20T21:54:12.1588815Z 
2025-08-20T21:54:12.1589002Z No user sessions are running outdated binaries.
2025-08-20T21:54:12.1589324Z 
2025-08-20T21:54:12.1589635Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:54:12.9920177Z Reading package lists...
2025-08-20T21:54:13.1367863Z Building dependency tree...
2025-08-20T21:54:13.1376194Z Reading state information...
2025-08-20T21:54:13.3271786Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T21:54:13.3272478Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T21:54:13.3273004Z inetutils-telnet set to manually installed.
2025-08-20T21:54:13.3273471Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T21:54:13.3273966Z The following additional packages will be installed:
2025-08-20T21:54:13.3274384Z   tcpd update-inetd
2025-08-20T21:54:13.3420062Z The following packages will be REMOVED:
2025-08-20T21:54:13.3425863Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T21:54:13.3426886Z The following NEW packages will be installed:
2025-08-20T21:54:13.3427275Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T21:54:13.3427761Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T21:54:13.3433435Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T21:54:13.3602443Z 0 upgraded, 13 newly installed, 3 to remove and 19 not upgraded.
2025-08-20T21:54:13.3603013Z Need to get 698 kB of archives.
2025-08-20T21:54:13.3603344Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T21:54:13.3603979Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:54:13.4670208Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T21:54:13.5462697Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T21:54:13.6067922Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T21:54:13.6700844Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T21:54:13.7520481Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T21:54:13.8496439Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T21:54:13.9403675Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T21:54:14.0223404Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T21:54:14.0980389Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T21:54:14.1653859Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T21:54:14.2405659Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T21:54:14.3158344Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T21:54:14.3859446Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T21:54:14.6397037Z Preconfiguring packages ...
2025-08-20T21:54:14.7338857Z Fetched 698 kB in 1s (658 kB/s)
2025-08-20T21:54:14.7521236Z (Reading database ... 
2025-08-20T21:54:14.7522209Z (Reading database ... 5%
2025-08-20T21:54:14.7522624Z (Reading database ... 10%
2025-08-20T21:54:14.7522995Z (Reading database ... 15%
2025-08-20T21:54:14.7523349Z (Reading database ... 20%
2025-08-20T21:54:14.7523701Z (Reading database ... 25%
2025-08-20T21:54:14.7524055Z (Reading database ... 30%
2025-08-20T21:54:14.7524407Z (Reading database ... 35%
2025-08-20T21:54:14.7524756Z (Reading database ... 40%
2025-08-20T21:54:14.7525106Z (Reading database ... 45%
2025-08-20T21:54:14.7525455Z (Reading database ... 50%
2025-08-20T21:54:14.7539309Z (Reading database ... 55%
2025-08-20T21:54:14.7643941Z (Reading database ... 60%
2025-08-20T21:54:14.7669535Z (Reading database ... 65%
2025-08-20T21:54:14.7707841Z (Reading database ... 70%
2025-08-20T21:54:14.7730985Z (Reading database ... 75%
2025-08-20T21:54:14.7771790Z (Reading database ... 80%
2025-08-20T21:54:14.7923665Z (Reading database ... 85%
2025-08-20T21:54:14.8205127Z (Reading database ... 90%
2025-08-20T21:54:14.8281770Z (Reading database ... 95%
2025-08-20T21:54:14.8282232Z (Reading database ... 100%
2025-08-20T21:54:14.8323557Z (Reading database ... 236857 files and directories currently installed.)
2025-08-20T21:54:14.8324179Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T21:54:14.8523152Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:54:14.8730630Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T21:54:15.2637434Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T21:54:15.2698462Z (Reading database ... 
2025-08-20T21:54:15.2698880Z (Reading database ... 5%
2025-08-20T21:54:15.2700904Z (Reading database ... 10%
2025-08-20T21:54:15.2701183Z (Reading database ... 15%
2025-08-20T21:54:15.2701421Z (Reading database ... 20%
2025-08-20T21:54:15.2701679Z (Reading database ... 25%
2025-08-20T21:54:15.2701907Z (Reading database ... 30%
2025-08-20T21:54:15.2702134Z (Reading database ... 35%
2025-08-20T21:54:15.2702364Z (Reading database ... 40%
2025-08-20T21:54:15.2702806Z (Reading database ... 45%
2025-08-20T21:54:15.2703031Z (Reading database ... 50%
2025-08-20T21:54:15.2715628Z (Reading database ... 55%
2025-08-20T21:54:15.2818618Z (Reading database ... 60%
2025-08-20T21:54:15.2841269Z (Reading database ... 65%
2025-08-20T21:54:15.2882102Z (Reading database ... 70%
2025-08-20T21:54:15.2906370Z (Reading database ... 75%
2025-08-20T21:54:15.2947301Z (Reading database ... 80%
2025-08-20T21:54:15.3102333Z (Reading database ... 85%
2025-08-20T21:54:15.3385456Z (Reading database ... 90%
2025-08-20T21:54:15.3462504Z (Reading database ... 95%
2025-08-20T21:54:15.3462876Z (Reading database ... 100%
2025-08-20T21:54:15.3463397Z (Reading database ... 236785 files and directories currently installed.)
2025-08-20T21:54:15.3505838Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:54:15.3545605Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:54:15.3784785Z Selecting previously unselected package tcpd.
2025-08-20T21:54:15.3928278Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T21:54:15.3937361Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T21:54:15.4183689Z Selecting previously unselected package update-inetd.
2025-08-20T21:54:15.4327567Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T21:54:15.4337734Z Unpacking update-inetd (4.53) ...
2025-08-20T21:54:15.4583836Z Selecting previously unselected package inetutils-inetd.
2025-08-20T21:54:15.4727536Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:54:15.4774875Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:54:15.4998380Z Selecting previously unselected package inetutils-ftp.
2025-08-20T21:54:15.5140816Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:54:15.5150314Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:54:15.5387756Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T21:54:15.5531963Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:54:15.5540945Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:54:15.5794115Z Selecting previously unselected package inetutils-ping.
2025-08-20T21:54:15.5939690Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:54:15.5950443Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:54:15.6191910Z Selecting previously unselected package inetutils-talk.
2025-08-20T21:54:15.6335478Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:54:15.6344707Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:54:15.6580102Z Selecting previously unselected package inetutils-talkd.
2025-08-20T21:54:15.6723245Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:54:15.6731961Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:54:15.6965605Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T21:54:15.7109086Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:54:15.7117001Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:54:15.7324764Z Selecting previously unselected package inetutils-tools.
2025-08-20T21:54:15.7466315Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:54:15.7476430Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:54:15.7714081Z Selecting previously unselected package netcat-traditional.
2025-08-20T21:54:15.7857393Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T21:54:15.7865014Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T21:54:15.8131245Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T21:54:15.8273530Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:54:15.8281702Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:54:15.8691320Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T21:54:15.8796151Z Setting up update-inetd (4.53) ...
2025-08-20T21:54:15.9681572Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:54:15.9744376Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T21:54:15.9765616Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:54:16.3941843Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:54:16.3942286Z 
2025-08-20T21:54:16.3942410Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T21:54:16.3942612Z 
2025-08-20T21:54:16.3942973Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:54:16.3943435Z 
2025-08-20T21:54:16.3944395Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:54:16.3945332Z 
2025-08-20T21:54:16.7017125Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:54:16.7096708Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:54:16.7158384Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T21:54:16.7178112Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:54:16.7209451Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:54:16.7230877Z Setting up tcpd (7.6.q-33) ...
2025-08-20T21:54:16.7252253Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:54:17.1213111Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:54:17.1213573Z 
2025-08-20T21:54:17.1214341Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:54:17.1215245Z 
2025-08-20T21:54:17.4346260Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:54:17.5359063Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:54:17.6000161Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:54:17.6656436Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:54:23.8774424Z Reading package lists...
2025-08-20T21:54:24.0431359Z Building dependency tree...
2025-08-20T21:54:24.0439514Z Reading state information...
2025-08-20T21:54:24.2570838Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T21:54:24.2571295Z iputils-tracepath set to manually installed.
2025-08-20T21:54:24.2571598Z The following packages will be REMOVED:
2025-08-20T21:54:24.2578698Z   inetutils-ping
2025-08-20T21:54:24.2579469Z The following NEW packages will be installed:
2025-08-20T21:54:24.2586011Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T21:54:24.2751721Z 0 upgraded, 3 newly installed, 1 to remove and 19 not upgraded.
2025-08-20T21:54:24.2752344Z Need to get 71.5 kB of archives.
2025-08-20T21:54:24.2752912Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T21:54:24.2753503Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:54:24.3437928Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-ping amd64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T21:54:24.4203476Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-arping amd64 3:20240117-1ubuntu0.1 [15.1 kB]
2025-08-20T21:54:24.4782722Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 iputils-clockdiff amd64 3:20240117-1ubuntu0.1 [11.8 kB]
2025-08-20T21:54:24.7713606Z Fetched 71.5 kB in 0s (327 kB/s)
2025-08-20T21:54:24.7901850Z (Reading database ... 
2025-08-20T21:54:24.7902513Z (Reading database ... 5%
2025-08-20T21:54:24.7903136Z (Reading database ... 10%
2025-08-20T21:54:24.7903663Z (Reading database ... 15%
2025-08-20T21:54:24.7904135Z (Reading database ... 20%
2025-08-20T21:54:24.7904570Z (Reading database ... 25%
2025-08-20T21:54:24.7905332Z (Reading database ... 30%
2025-08-20T21:54:24.7905761Z (Reading database ... 35%
2025-08-20T21:54:24.7906189Z (Reading database ... 40%
2025-08-20T21:54:24.7906613Z (Reading database ... 45%
2025-08-20T21:54:24.7907039Z (Reading database ... 50%
2025-08-20T21:54:24.7919578Z (Reading database ... 55%
2025-08-20T21:54:24.8018980Z (Reading database ... 60%
2025-08-20T21:54:24.8042026Z (Reading database ... 65%
2025-08-20T21:54:24.8083452Z (Reading database ... 70%
2025-08-20T21:54:24.8108658Z (Reading database ... 75%
2025-08-20T21:54:24.8147058Z (Reading database ... 80%
2025-08-20T21:54:24.8312371Z (Reading database ... 85%
2025-08-20T21:54:24.8588002Z (Reading database ... 90%
2025-08-20T21:54:24.8665555Z (Reading database ... 95%
2025-08-20T21:54:24.8665972Z (Reading database ... 100%
2025-08-20T21:54:24.8666436Z (Reading database ... 236946 files and directories currently installed.)
2025-08-20T21:54:24.8707555Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:54:24.9167414Z Selecting previously unselected package iputils-ping.
2025-08-20T21:54:24.9227490Z (Reading database ... 
2025-08-20T21:54:24.9228124Z (Reading database ... 5%
2025-08-20T21:54:24.9228526Z (Reading database ... 10%
2025-08-20T21:54:24.9228903Z (Reading database ... 15%
2025-08-20T21:54:24.9229262Z (Reading database ... 20%
2025-08-20T21:54:24.9229610Z (Reading database ... 25%
2025-08-20T21:54:24.9230097Z (Reading database ... 30%
2025-08-20T21:54:24.9230337Z (Reading database ... 35%
2025-08-20T21:54:24.9230569Z (Reading database ... 40%
2025-08-20T21:54:24.9230800Z (Reading database ... 45%
2025-08-20T21:54:24.9231038Z (Reading database ... 50%
2025-08-20T21:54:24.9245196Z (Reading database ... 55%
2025-08-20T21:54:24.9345270Z (Reading database ... 60%
2025-08-20T21:54:24.9367805Z (Reading database ... 65%
2025-08-20T21:54:24.9407902Z (Reading database ... 70%
2025-08-20T21:54:24.9432658Z (Reading database ... 75%
2025-08-20T21:54:24.9470582Z (Reading database ... 80%
2025-08-20T21:54:24.9630110Z (Reading database ... 85%
2025-08-20T21:54:24.9906025Z (Reading database ... 90%
2025-08-20T21:54:24.9987770Z (Reading database ... 95%
2025-08-20T21:54:24.9988234Z (Reading database ... 100%
2025-08-20T21:54:24.9988852Z (Reading database ... 236937 files and directories currently installed.)
2025-08-20T21:54:25.0033989Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:54:25.0045241Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:54:25.0272399Z Selecting previously unselected package iputils-arping.
2025-08-20T21:54:25.0418101Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:54:25.0428823Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:54:25.0657842Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T21:54:25.0804708Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:54:25.0813236Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:54:25.1240225Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:54:25.1399130Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:54:25.1551618Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:54:25.1706128Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:54:31.1312156Z Reading package lists...
2025-08-20T21:54:31.2915010Z Building dependency tree...
2025-08-20T21:54:31.2923138Z Reading state information...
2025-08-20T21:54:31.4432441Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T21:54:31.4433062Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T21:54:31.4798459Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:54:33.1381346Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T21:54:33.8763515Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:54:34.7776012Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T21:54:34.9207194Z Collecting pip
2025-08-20T21:54:34.9914750Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T21:54:35.0105731Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T21:54:35.0970529Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 21.5 MB/s eta 0:00:00
2025-08-20T21:54:35.4317806Z Installing collected packages: pip
2025-08-20T21:54:36.1605961Z Successfully installed pip-25.2
2025-08-20T21:54:36.3930261Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T21:54:36.4370619Z Reading package lists...
2025-08-20T21:54:36.6080511Z Building dependency tree...
2025-08-20T21:54:36.6089064Z Reading state information...
2025-08-20T21:54:36.7688641Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T21:54:36.7689316Z pciutils set to manually installed.
2025-08-20T21:54:36.7690099Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T21:54:36.7690808Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T21:54:36.7691363Z python3-distro set to manually installed.
2025-08-20T21:54:36.7691911Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T21:54:36.7692550Z python3-netifaces set to manually installed.
2025-08-20T21:54:36.7693129Z The following additional packages will be installed:
2025-08-20T21:54:36.7693662Z   libsysfs2
2025-08-20T21:54:36.7698235Z Suggested packages:
2025-08-20T21:54:36.7698597Z   fancontrol read-edid i2c-tools
2025-08-20T21:54:36.7967324Z The following NEW packages will be installed:
2025-08-20T21:54:36.7969533Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T21:54:36.8150931Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:54:36.8387013Z Need to get 142 kB of archives.
2025-08-20T21:54:36.8388040Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T21:54:36.8388914Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:54:36.9052736Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T21:54:36.9631364Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T21:54:37.0197699Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lm-sensors amd64 1:3.6.0-9build1 [90.1 kB]
2025-08-20T21:54:37.1260307Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T21:54:37.3991076Z Fetched 142 kB in 0s (466 kB/s)
2025-08-20T21:54:37.4192603Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T21:54:37.4251893Z (Reading database ... 
2025-08-20T21:54:37.4252300Z (Reading database ... 5%
2025-08-20T21:54:37.4252671Z (Reading database ... 10%
2025-08-20T21:54:37.4253057Z (Reading database ... 15%
2025-08-20T21:54:37.4253428Z (Reading database ... 20%
2025-08-20T21:54:37.4253799Z (Reading database ... 25%
2025-08-20T21:54:37.4254170Z (Reading database ... 30%
2025-08-20T21:54:37.4254406Z (Reading database ... 35%
2025-08-20T21:54:37.4254627Z (Reading database ... 40%
2025-08-20T21:54:37.4254877Z (Reading database ... 45%
2025-08-20T21:54:37.4255091Z (Reading database ... 50%
2025-08-20T21:54:37.4272096Z (Reading database ... 55%
2025-08-20T21:54:37.4374852Z (Reading database ... 60%
2025-08-20T21:54:37.4398795Z (Reading database ... 65%
2025-08-20T21:54:37.4441007Z (Reading database ... 70%
2025-08-20T21:54:37.4467085Z (Reading database ... 75%
2025-08-20T21:54:37.4506938Z (Reading database ... 80%
2025-08-20T21:54:37.4672933Z (Reading database ... 85%
2025-08-20T21:54:37.4943826Z (Reading database ... 90%
2025-08-20T21:54:37.5018791Z (Reading database ... 95%
2025-08-20T21:54:37.5019164Z (Reading database ... 100%
2025-08-20T21:54:37.5019542Z (Reading database ... 236956 files and directories currently installed.)
2025-08-20T21:54:37.5062207Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T21:54:37.5081568Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T21:54:37.5336045Z Selecting previously unselected package sysfsutils.
2025-08-20T21:54:37.5481261Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T21:54:37.5526705Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T21:54:37.5774408Z Selecting previously unselected package lm-sensors.
2025-08-20T21:54:37.5918191Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T21:54:37.6117699Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:54:37.6385953Z Selecting previously unselected package virt-what.
2025-08-20T21:54:37.6530196Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T21:54:37.6538464Z Unpacking virt-what (1.25-2) ...
2025-08-20T21:54:37.6965547Z Setting up virt-what (1.25-2) ...
2025-08-20T21:54:37.6997420Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T21:54:37.7024922Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T21:54:38.1074568Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:54:38.1075005Z 
2025-08-20T21:54:38.1075472Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:54:38.1075941Z 
2025-08-20T21:54:38.4293353Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:54:38.8321239Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T21:54:38.8322105Z 
2025-08-20T21:54:38.8358016Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:54:43.4747939Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:54:44.9998605Z Reading package lists...
2025-08-20T21:54:45.1720730Z Building dependency tree...
2025-08-20T21:54:45.1729392Z Reading state information...
2025-08-20T21:54:45.3360380Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:54:45.3361058Z The following additional packages will be installed:
2025-08-20T21:54:45.3364548Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T21:54:45.3365203Z   xorg-sgml-doctools
2025-08-20T21:54:45.3370773Z Suggested packages:
2025-08-20T21:54:45.3371117Z   libxcb-doc
2025-08-20T21:54:45.3530648Z The following NEW packages will be installed:
2025-08-20T21:54:45.3532025Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T21:54:45.3535742Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T21:54:45.3536398Z   xcb xorg-sgml-doctools
2025-08-20T21:54:45.3710189Z 0 upgraded, 11 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:54:45.3710817Z Need to get 807 kB of archives.
2025-08-20T21:54:45.3711373Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T21:54:45.3712071Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:54:45.4342824Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T21:54:45.4851602Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T21:54:45.5370747Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T21:54:45.8830140Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T21:54:45.9325022Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu6 [26.5 kB]
2025-08-20T21:54:45.9924947Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T21:54:46.1422490Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T21:54:46.1948688Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T21:54:46.2462532Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T21:54:46.3050450Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T21:54:46.3600324Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T21:54:46.6384491Z Fetched 807 kB in 1s (800 kB/s)
2025-08-20T21:54:46.6578507Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T21:54:46.6638276Z (Reading database ... 
2025-08-20T21:54:46.6638673Z (Reading database ... 5%
2025-08-20T21:54:46.6639052Z (Reading database ... 10%
2025-08-20T21:54:46.6639424Z (Reading database ... 15%
2025-08-20T21:54:46.6640031Z (Reading database ... 20%
2025-08-20T21:54:46.6640441Z (Reading database ... 25%
2025-08-20T21:54:46.6640801Z (Reading database ... 30%
2025-08-20T21:54:46.6641796Z (Reading database ... 35%
2025-08-20T21:54:46.6642170Z (Reading database ... 40%
2025-08-20T21:54:46.6642550Z (Reading database ... 45%
2025-08-20T21:54:46.6642895Z (Reading database ... 50%
2025-08-20T21:54:46.6658041Z (Reading database ... 55%
2025-08-20T21:54:46.6759688Z (Reading database ... 60%
2025-08-20T21:54:46.6782462Z (Reading database ... 65%
2025-08-20T21:54:46.6824091Z (Reading database ... 70%
2025-08-20T21:54:46.6852701Z (Reading database ... 75%
2025-08-20T21:54:46.6888553Z (Reading database ... 80%
2025-08-20T21:54:46.7060329Z (Reading database ... 85%
2025-08-20T21:54:46.7352168Z (Reading database ... 90%
2025-08-20T21:54:46.7434653Z (Reading database ... 95%
2025-08-20T21:54:46.7435105Z (Reading database ... 100%
2025-08-20T21:54:46.7435731Z (Reading database ... 237013 files and directories currently installed.)
2025-08-20T21:54:46.7480539Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T21:54:46.7491276Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T21:54:46.7705900Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T21:54:46.7848822Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T21:54:46.7857344Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:54:46.8177719Z Selecting previously unselected package x11proto-dev.
2025-08-20T21:54:46.8321231Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T21:54:46.8333880Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T21:54:46.8917097Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T21:54:46.9060889Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T21:54:46.9071267Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T21:54:46.9304909Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T21:54:46.9451340Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T21:54:46.9463905Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:54:46.9688082Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T21:54:46.9831669Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:54:46.9841223Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:54:47.0095472Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T21:54:47.0238008Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:54:47.0247060Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:54:47.0481631Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T21:54:47.0625606Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:54:47.0641824Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:54:47.0855575Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T21:54:47.0997646Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:54:47.1010708Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:54:47.1222804Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T21:54:47.1368976Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:54:47.1378520Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:54:47.1625432Z Selecting previously unselected package xcb.
2025-08-20T21:54:47.1771013Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T21:54:47.1783170Z Unpacking xcb (2.4-8build2) ...
2025-08-20T21:54:47.2215443Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:54:47.2251830Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T21:54:47.2282827Z Setting up xcb (2.4-8build2) ...
2025-08-20T21:54:47.2341393Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:54:47.2396556Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:54:47.2550408Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:54:51.7263426Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:54:51.7358540Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T21:54:51.7387589Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T21:54:51.7411457Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:54:51.7439503Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:54:51.7479433Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:54:51.7516235Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:54:51.7550023Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:54:53.4229490Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:54:53.6133256Z Collecting build
2025-08-20T21:54:53.6861232Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:54:53.8036042Z Collecting cffi
2025-08-20T21:54:53.8198376Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T21:54:53.8421462Z Collecting scons
2025-08-20T21:54:53.8577829Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:54:53.8827372Z Collecting scuba
2025-08-20T21:54:53.8994330Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:54:53.9509060Z Collecting pytest
2025-08-20T21:54:53.9661929Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:54:54.0086901Z Collecting packaging>=19.1 (from build)
2025-08-20T21:54:54.0241464Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:54:54.0424086Z Collecting pyproject_hooks (from build)
2025-08-20T21:54:54.0627064Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:54:54.0808030Z Collecting pycparser (from cffi)
2025-08-20T21:54:54.0960552Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:54:54.1349998Z Collecting PyYAML (from scuba)
2025-08-20T21:54:54.1501089Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T21:54:54.1674947Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:54:54.1825255Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:54:54.2063868Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:54:54.2215205Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:54:54.2476127Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:54:54.2625923Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:54:54.2840596Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:54:54.3163285Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T21:54:54.3783008Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:54:54.4299282Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 81.7 MB/s  0:00:00
2025-08-20T21:54:54.4484717Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:54:54.4708556Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:54:54.4896772Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:54:54.5068922Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:54:54.5236348Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:54:54.5407185Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:54:54.5495209Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 153.5 MB/s  0:00:00
2025-08-20T21:54:54.5648600Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:54:54.5820643Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:54:54.5998841Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T21:54:54.6062040Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 129.9 MB/s  0:00:00
2025-08-20T21:54:54.7207804Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:54:56.4089289Z 
2025-08-20T21:54:56.4106790Z 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:54:56.7199660Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:54:56.9074390Z Collecting ansi2txt
2025-08-20T21:54:56.9691288Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:54:56.9989595Z Collecting pipx
2025-08-20T21:54:57.0118005Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:54:57.0398243Z Collecting scons
2025-08-20T21:54:57.0413959Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:54:57.0587931Z Collecting py2static
2025-08-20T21:54:57.0717232Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:54:57.0962159Z Collecting typer
2025-08-20T21:54:57.1072083Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:54:57.1424732Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:54:57.1594746Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:54:57.1853310Z Collecting packaging>=20 (from pipx)
2025-08-20T21:54:57.1863335Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:54:57.2113916Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:54:57.2235039Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:54:57.2437858Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:54:57.2555018Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:54:57.3092322Z Collecting pyinstaller (from py2static)
2025-08-20T21:54:57.3229337Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T21:54:57.3447384Z Collecting staticx (from py2static)
2025-08-20T21:54:57.3596376Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T21:54:57.3850906Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:54:57.3954892Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:54:57.4286111Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:54:57.4399061Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:54:57.4613231Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:54:57.4719304Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:54:57.5155813Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:54:57.5274531Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:54:57.5532459Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:54:57.5653738Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:54:57.5937682Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:54:57.5948353Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:54:57.6151457Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:54:57.6255294Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:54:57.7499565Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:54:57.7808292Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:54:57.8178983Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:54:57.8316885Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:54:57.8597757Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:54:57.8728456Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:54:57.8981496Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:54:57.9125507Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:54:57.9291115Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:54:57.9419304Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:54:57.9552894Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:54:57.9726749Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:54:57.9855213Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:54:58.0000012Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:54:58.0139154Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:54:58.0205541Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:54:58.0438101Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:54:58.0677834Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:54:58.0796184Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:54:58.0915597Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:54:58.1044134Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:54:58.1168466Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:54:58.1309452Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:54:58.1437175Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:54:58.1590833Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T21:54:58.1734353Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 41.8 MB/s  0:00:00
2025-08-20T21:54:58.1842338Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:54:58.2013166Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:54:58.2143823Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 89.6 MB/s  0:00:00
2025-08-20T21:54:58.2247925Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:54:58.2427280Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T21:54:58.2580196Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:54:58.4121965Z 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:54:59.2413402Z   Attempting uninstall: scons
2025-08-20T21:54:59.2496822Z     Found existing installation: SCons 4.9.1
2025-08-20T21:54:59.2874494Z     Uninstalling SCons-4.9.1:
2025-08-20T21:54:59.2946348Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:54:59.8983730Z   Attempting uninstall: pygments
2025-08-20T21:54:59.9070517Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:54:59.9299617Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:54:59.9326315Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:55:00.5517679Z   Attempting uninstall: packaging
2025-08-20T21:55:00.5599373Z     Found existing installation: packaging 25.0
2025-08-20T21:55:00.5624237Z     Uninstalling packaging-25.0:
2025-08-20T21:55:00.5632190Z       Successfully uninstalled packaging-25.0
2025-08-20T21:55:01.5681211Z 
2025-08-20T21:55:01.5711933Z 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:55:01.8847368Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:55:02.0893325Z Collecting build
2025-08-20T21:55:02.0905075Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:55:02.1898544Z Collecting cffi
2025-08-20T21:55:02.1910753Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T21:55:02.2146471Z Collecting scons
2025-08-20T21:55:02.2156949Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:55:02.2449714Z Collecting scuba
2025-08-20T21:55:02.2460155Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:55:02.2980938Z Collecting pytest
2025-08-20T21:55:02.2991733Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:55:02.3264118Z Collecting packaging>=19.1 (from build)
2025-08-20T21:55:02.3274309Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:55:02.3462835Z Collecting pyproject_hooks (from build)
2025-08-20T21:55:02.3472914Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:55:02.3679005Z Collecting pycparser (from cffi)
2025-08-20T21:55:02.3690129Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:55:02.4129025Z Collecting PyYAML (from scuba)
2025-08-20T21:55:02.4140347Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T21:55:02.4333861Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:55:02.4344037Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:55:02.4600547Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:55:02.4618131Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:55:02.4897105Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:55:02.4907232Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:55:02.4965355Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:55:02.4975594Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T21:55:02.4988303Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:55:02.5027502Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:55:02.5039340Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:55:02.5051770Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:55:02.5061388Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:55:02.5070720Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:55:02.5080447Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:55:02.5098748Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:55:02.5109115Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:55:02.5118828Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T21:55:02.6585447Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:55:02.6590648Z   Attempting uninstall: scons
2025-08-20T21:55:02.6674361Z     Found existing installation: SCons 4.9.1
2025-08-20T21:55:02.7053025Z     Uninstalling SCons-4.9.1:
2025-08-20T21:55:02.7125003Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:55:03.3242031Z   Attempting uninstall: PyYAML
2025-08-20T21:55:03.3328991Z     Found existing installation: PyYAML 6.0.2
2025-08-20T21:55:03.3359491Z     Uninstalling PyYAML-6.0.2:
2025-08-20T21:55:03.3368900Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T21:55:03.3890685Z   Attempting uninstall: pyproject_hooks
2025-08-20T21:55:03.3977406Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T21:55:03.3993924Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T21:55:03.4000618Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T21:55:03.4090053Z   Attempting uninstall: pygments
2025-08-20T21:55:03.4167441Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:55:03.4393233Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:55:03.4419509Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:55:04.0368050Z   Attempting uninstall: pycparser
2025-08-20T21:55:04.0458594Z     Found existing installation: pycparser 2.22
2025-08-20T21:55:04.0483890Z     Uninstalling pycparser-2.22:
2025-08-20T21:55:04.0491757Z       Successfully uninstalled pycparser-2.22
2025-08-20T21:55:04.1663965Z   Attempting uninstall: pluggy
2025-08-20T21:55:04.1752101Z     Found existing installation: pluggy 1.6.0
2025-08-20T21:55:04.1771838Z     Uninstalling pluggy-1.6.0:
2025-08-20T21:55:04.1778769Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T21:55:04.1942030Z   Attempting uninstall: packaging
2025-08-20T21:55:04.2023133Z     Found existing installation: packaging 25.0
2025-08-20T21:55:04.2047896Z     Uninstalling packaging-25.0:
2025-08-20T21:55:04.2055798Z       Successfully uninstalled packaging-25.0
2025-08-20T21:55:04.2438675Z   Attempting uninstall: iniconfig
2025-08-20T21:55:04.2523039Z     Found existing installation: iniconfig 2.1.0
2025-08-20T21:55:04.2539351Z     Uninstalling iniconfig-2.1.0:
2025-08-20T21:55:04.2546679Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T21:55:04.2620370Z   Attempting uninstall: scuba
2025-08-20T21:55:04.2700487Z     Found existing installation: scuba 2.14.1
2025-08-20T21:55:04.2722817Z     Uninstalling scuba-2.14.1:
2025-08-20T21:55:04.2732264Z       Successfully uninstalled scuba-2.14.1
2025-08-20T21:55:04.2922088Z   Attempting uninstall: pytest
2025-08-20T21:55:04.3004184Z     Found existing installation: pytest 8.4.1
2025-08-20T21:55:04.3069000Z     Uninstalling pytest-8.4.1:
2025-08-20T21:55:04.3328517Z       Successfully uninstalled pytest-8.4.1
2025-08-20T21:55:04.5414709Z   Attempting uninstall: cffi
2025-08-20T21:55:04.5494021Z     Found existing installation: cffi 1.17.1
2025-08-20T21:55:04.5519645Z     Uninstalling cffi-1.17.1:
2025-08-20T21:55:04.5754541Z       Successfully uninstalled cffi-1.17.1
2025-08-20T21:55:04.6411159Z   Attempting uninstall: build
2025-08-20T21:55:04.6489438Z     Found existing installation: build 1.3.0
2025-08-20T21:55:04.6514464Z     Uninstalling build-1.3.0:
2025-08-20T21:55:04.6524316Z       Successfully uninstalled build-1.3.0
2025-08-20T21:55:04.6700234Z 
2025-08-20T21:55:04.6727884Z 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:55:04.9771503Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:55:05.1830622Z Collecting ansi2txt
2025-08-20T21:55:05.1841998Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:55:05.2136953Z Collecting pipx
2025-08-20T21:55:05.2147309Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:55:05.2400374Z Collecting scons
2025-08-20T21:55:05.2416030Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:55:05.2635262Z Collecting py2static
2025-08-20T21:55:05.2645308Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:55:05.2948286Z Collecting typer
2025-08-20T21:55:05.2958086Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:55:05.3304273Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:55:05.3314691Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:55:05.3582497Z Collecting packaging>=20 (from pipx)
2025-08-20T21:55:05.3592613Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:55:05.3866871Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:55:05.3877270Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:55:05.4111212Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:55:05.4121508Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:55:05.4645058Z Collecting pyinstaller (from py2static)
2025-08-20T21:55:05.4655690Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T21:55:05.4896908Z Collecting staticx (from py2static)
2025-08-20T21:55:05.4906990Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T21:55:05.5210826Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:55:05.5220785Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:55:05.5583325Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:55:05.5594147Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:55:05.5815424Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:55:05.5826089Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:55:05.6272602Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:55:05.6283187Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:55:05.6550637Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:55:05.6562465Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:55:05.6875413Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:55:05.6885882Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:55:05.7085934Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:55:05.7096010Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:55:05.8286406Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:55:05.8297661Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:55:05.8618579Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:55:05.8628889Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:55:05.8914160Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:55:05.8924753Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:55:05.9235976Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:55:05.9246673Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:55:05.9283844Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:55:05.9294018Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:55:05.9304535Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:55:05.9344548Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:55:05.9354481Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:55:05.9364650Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:55:05.9374870Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:55:05.9385414Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:55:05.9395873Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:55:05.9405956Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:55:05.9417608Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:55:05.9436479Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:55:05.9447069Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:55:05.9457070Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:55:05.9467153Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:55:05.9477616Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:55:05.9487693Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T21:55:05.9502923Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:55:05.9516064Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:55:05.9534715Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:55:05.9544896Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T21:55:05.9555717Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:55:06.1063060Z 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:55:06.1068163Z   Attempting uninstall: pyelftools
2025-08-20T21:55:06.1146737Z     Found existing installation: pyelftools 0.32
2025-08-20T21:55:06.1198338Z     Uninstalling pyelftools-0.32:
2025-08-20T21:55:06.1214344Z       Successfully uninstalled pyelftools-0.32
2025-08-20T21:55:06.2302635Z   Attempting uninstall: altgraph
2025-08-20T21:55:06.2388352Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:55:06.2407427Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:55:06.2414169Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:55:06.2549524Z   Attempting uninstall: typing-extensions
2025-08-20T21:55:06.2635852Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T21:55:06.2650424Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T21:55:06.2892009Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T21:55:06.3127045Z   Attempting uninstall: staticx
2025-08-20T21:55:06.3212734Z     Found existing installation: staticx 0.14.1
2025-08-20T21:55:06.3239222Z     Uninstalling staticx-0.14.1:
2025-08-20T21:55:06.3250183Z       Successfully uninstalled staticx-0.14.1
2025-08-20T21:55:06.3448811Z   Attempting uninstall: shellingham
2025-08-20T21:55:06.3530584Z     Found existing installation: shellingham 1.5.4
2025-08-20T21:55:06.3549523Z     Uninstalling shellingham-1.5.4:
2025-08-20T21:55:06.3556595Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T21:55:06.3648313Z   Attempting uninstall: setuptools
2025-08-20T21:55:06.3735202Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:55:06.4019764Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:55:06.4290313Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:55:07.0761458Z   Attempting uninstall: scons
2025-08-20T21:55:07.0851972Z     Found existing installation: SCons 4.9.1
2025-08-20T21:55:07.1237394Z     Uninstalling SCons-4.9.1:
2025-08-20T21:55:07.1306447Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:55:07.7391643Z   Attempting uninstall: pygments
2025-08-20T21:55:07.7473157Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:55:07.7707663Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:55:07.7733563Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:55:08.3722066Z   Attempting uninstall: platformdirs
2025-08-20T21:55:08.3804809Z     Found existing installation: platformdirs 4.3.8
2025-08-20T21:55:08.3827506Z     Uninstalling platformdirs-4.3.8:
2025-08-20T21:55:08.3834189Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T21:55:08.3993301Z   Attempting uninstall: packaging
2025-08-20T21:55:08.4075636Z     Found existing installation: packaging 25.0
2025-08-20T21:55:08.4099174Z     Uninstalling packaging-25.0:
2025-08-20T21:55:08.4110158Z       Successfully uninstalled packaging-25.0
2025-08-20T21:55:08.4477578Z   Attempting uninstall: mdurl
2025-08-20T21:55:08.4561030Z     Found existing installation: mdurl 0.1.2
2025-08-20T21:55:08.4577570Z     Uninstalling mdurl-0.1.2:
2025-08-20T21:55:08.4584067Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T21:55:08.4665547Z   Attempting uninstall: click
2025-08-20T21:55:08.4745841Z     Found existing installation: click 8.2.1
2025-08-20T21:55:08.4768415Z     Uninstalling click-8.2.1:
2025-08-20T21:55:08.4775479Z       Successfully uninstalled click-8.2.1
2025-08-20T21:55:08.5364235Z   Attempting uninstall: argcomplete
2025-08-20T21:55:08.5449663Z     Found existing installation: argcomplete 3.6.2
2025-08-20T21:55:08.5478980Z     Uninstalling argcomplete-3.6.2:
2025-08-20T21:55:08.5490339Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T21:55:08.5722073Z   Attempting uninstall: ansi2txt
2025-08-20T21:55:08.5803142Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T21:55:08.5818152Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T21:55:08.6058216Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T21:55:08.6115703Z   Attempting uninstall: userpath
2025-08-20T21:55:08.6197678Z     Found existing installation: userpath 1.9.2
2025-08-20T21:55:08.6217146Z     Uninstalling userpath-1.9.2:
2025-08-20T21:55:08.6227634Z       Successfully uninstalled userpath-1.9.2
2025-08-20T21:55:08.6328705Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:55:08.6409609Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:55:08.6835126Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:55:08.6876851Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:55:08.9615663Z   Attempting uninstall: markdown-it-py
2025-08-20T21:55:08.9699742Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T21:55:08.9764116Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T21:55:08.9778221Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T21:55:09.0376226Z   Attempting uninstall: rich
2025-08-20T21:55:09.0463993Z     Found existing installation: rich 14.1.0
2025-08-20T21:55:09.0524034Z     Uninstalling rich-14.1.0:
2025-08-20T21:55:09.0533938Z       Successfully uninstalled rich-14.1.0
2025-08-20T21:55:09.2090820Z   Attempting uninstall: pyinstaller
2025-08-20T21:55:09.2171361Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:55:09.2524003Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:55:09.2567036Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:55:09.5811301Z   Attempting uninstall: pipx
2025-08-20T21:55:09.5906171Z     Found existing installation: pipx 1.7.1
2025-08-20T21:55:09.5944346Z     Uninstalling pipx-1.7.1:
2025-08-20T21:55:09.5955125Z       Successfully uninstalled pipx-1.7.1
2025-08-20T21:55:09.6451222Z   Attempting uninstall: typer
2025-08-20T21:55:09.6540947Z     Found existing installation: typer 0.16.1
2025-08-20T21:55:09.6567006Z     Uninstalling typer-0.16.1:
2025-08-20T21:55:09.6576407Z       Successfully uninstalled typer-0.16.1
2025-08-20T21:55:09.6914436Z   Attempting uninstall: py2static
2025-08-20T21:55:09.6993151Z     Found existing installation: py2static 0.0.1
2025-08-20T21:55:09.7012452Z     Uninstalling py2static-0.0.1:
2025-08-20T21:55:09.7023129Z       Successfully uninstalled py2static-0.0.1
2025-08-20T21:55:09.7095323Z 
2025-08-20T21:55:09.7123494Z 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:55:10.0199770Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:55:10.1422982Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T21:55:10.1427066Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-n_sanuta
2025-08-20T21:55:10.1447070Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-n_sanuta
2025-08-20T21:55:11.6459700Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T21:55:11.6500533Z   Installing build dependencies: started
2025-08-20T21:55:12.3670622Z   Installing build dependencies: finished with status 'done'
2025-08-20T21:55:12.3680147Z   Getting requirements to build wheel: started
2025-08-20T21:55:12.6460284Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T21:55:12.6471771Z   Preparing metadata (pyproject.toml): started
2025-08-20T21:55:12.8325397Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T21:55:13.0222599Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T21:55:13.0234559Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:55:13.0522033Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T21:55:13.0532098Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:55:13.0845734Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T21:55:13.0855596Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:55:13.1122173Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T21:55:13.1132257Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:55:13.1175937Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:55:13.1186200Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:55:13.1199491Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:55:13.1218032Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:55:13.1336394Z Building wheels for collected packages: pyinstaller
2025-08-20T21:55:13.1344168Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T21:55:13.8103814Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T21:55:13.8130037Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=d609151976db302eb7e88a6e8bf8db4a1becd10820aa0dd6ea0a8db74bb7893e
2025-08-20T21:55:13.8131465Z   Stored in directory: /tmp/pip-ephem-wheel-cache-crlzt_cp/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T21:55:13.8172573Z Successfully built pyinstaller
2025-08-20T21:55:13.9093994Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T21:55:13.9098707Z   Attempting uninstall: altgraph
2025-08-20T21:55:13.9182622Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:55:13.9202928Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:55:13.9210158Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:55:13.9357437Z   Attempting uninstall: setuptools
2025-08-20T21:55:13.9443924Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:55:13.9729386Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:55:14.0010436Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:55:14.6558290Z   Attempting uninstall: packaging
2025-08-20T21:55:14.6642435Z     Found existing installation: packaging 25.0
2025-08-20T21:55:14.6666295Z     Uninstalling packaging-25.0:
2025-08-20T21:55:14.6673512Z       Successfully uninstalled packaging-25.0
2025-08-20T21:55:14.7051582Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:55:14.7133304Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:55:14.7558829Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:55:14.7600848Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:55:15.0374348Z   Attempting uninstall: pyinstaller
2025-08-20T21:55:15.0460825Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:55:15.0814988Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:55:15.0858494Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:55:15.4246432Z 
2025-08-20T21:55:15.4276642Z 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:55:15.7118331Z 6.15.0
2025-08-20T21:55:16.6371679Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T21:55:16.6381474Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T21:55:16.6381934Z 
2025-08-20T21:55:16.6382189Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T21:55:16.6382676Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T21:55:16.6383028Z installation.
2025-08-20T21:55:16.6383138Z 
2025-08-20T21:55:16.6383340Z If you installed the current Docker package using this script and are using it
2025-08-20T21:55:16.6383829Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T21:55:16.6384266Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T21:55:16.6384656Z files to match the parameters passed to the script.
2025-08-20T21:55:16.6384860Z 
2025-08-20T21:55:16.6384968Z You may press Ctrl+C now to abort this script.
2025-08-20T21:55:16.6548903Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T21:55:17.9033238Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T21:55:18.2305296Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T21:55:18.2332985Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T21:55:18.3116346Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T21:55:18.3132610Z + sh -c 'echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T21:55:18.3140275Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T21:55:19.5627109Z + 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:55:30.8643807Z 
2025-08-20T21:55:30.8644403Z Running kernel seems to be up-to-date.
2025-08-20T21:55:30.8644851Z 
2025-08-20T21:55:30.8645024Z Restarting services...
2025-08-20T21:55:30.8707750Z 
2025-08-20T21:55:30.8708244Z Service restarts being deferred:
2025-08-20T21:55:30.8708758Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:55:30.8709124Z 
2025-08-20T21:55:30.8709515Z No containers need to be restarted.
2025-08-20T21:55:30.8710542Z 
2025-08-20T21:55:30.8710763Z No user sessions are running outdated binaries.
2025-08-20T21:55:30.8711119Z 
2025-08-20T21:55:30.8711434Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:55:31.6654393Z + sh -c 'docker version'
2025-08-20T21:55:31.6811325Z Client: Docker Engine - Community
2025-08-20T21:55:31.6811848Z  Version:           28.3.3
2025-08-20T21:55:31.6812166Z  API version:       1.51
2025-08-20T21:55:31.6812562Z  Go version:        go1.24.5
2025-08-20T21:55:31.6812818Z  Git commit:        980b856
2025-08-20T21:55:31.6813046Z  Built:             Fri Jul 25 11:34:09 2025
2025-08-20T21:55:31.6813374Z  OS/Arch:           linux/amd64
2025-08-20T21:55:31.6813761Z  Context:           default
2025-08-20T21:55:31.6813995Z 
2025-08-20T21:55:31.6814170Z Server: Docker Engine - Community
2025-08-20T21:55:31.6814579Z  Engine:
2025-08-20T21:55:31.6814890Z   Version:          28.3.3
2025-08-20T21:55:31.6815307Z   API version:      1.51 (minimum version 1.24)
2025-08-20T21:55:31.6815689Z   Go version:       go1.24.5
2025-08-20T21:55:31.6815906Z   Git commit:       bea959c
2025-08-20T21:55:31.6816159Z   Built:            Fri Jul 25 11:34:09 2025
2025-08-20T21:55:31.6816409Z   OS/Arch:          linux/amd64
2025-08-20T21:55:31.6816643Z   Experimental:     false
2025-08-20T21:55:31.6816848Z  containerd:
2025-08-20T21:55:31.6817026Z   Version:          1.7.27
2025-08-20T21:55:31.6817284Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T21:55:31.6817853Z  runc:
2025-08-20T21:55:31.6818024Z   Version:          1.2.5
2025-08-20T21:55:31.6818240Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T21:55:31.6818481Z  docker-init:
2025-08-20T21:55:31.6818666Z   Version:          0.19.0
2025-08-20T21:55:31.6818872Z   GitCommit:        de40ad0
2025-08-20T21:55:31.6831035Z 
2025-08-20T21:55:31.6831287Z ================================================================================
2025-08-20T21:55:31.6831642Z 
2025-08-20T21:55:31.6831937Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T21:55:31.6832539Z Docker daemon in rootless mode for your user:
2025-08-20T21:55:31.6832867Z 
2025-08-20T21:55:31.6833046Z     dockerd-rootless-setuptool.sh install
2025-08-20T21:55:31.6833359Z 
2025-08-20T21:55:31.6833708Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T21:55:31.6834165Z 
2025-08-20T21:55:31.6834170Z 
2025-08-20T21:55:31.6834512Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T21:55:31.6835197Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T21:55:31.6835473Z 
2025-08-20T21:55:31.6835680Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T21:55:31.6836143Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T21:55:31.6836745Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T21:55:31.6837142Z 
2025-08-20T21:55:31.6837237Z ================================================================================
2025-08-20T21:55:31.6837436Z 
2025-08-20T21:55:42.3948645Z ● docker.service - Docker Application Container Engine
2025-08-20T21:55:42.3949732Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:55:42.3950718Z      Active: active (running) since Wed 2025-08-20 21:55:32 UTC; 10s ago
2025-08-20T21:55:42.3951378Z TriggeredBy: ● docker.socket
2025-08-20T21:55:42.3951835Z        Docs: https://docs.docker.com
2025-08-20T21:55:42.3952293Z    Main PID: 19743 (dockerd)
2025-08-20T21:55:42.3952662Z       Tasks: 10
2025-08-20T21:55:42.3953008Z      Memory: 23.4M (peak: 27.6M)
2025-08-20T21:55:42.3953389Z         CPU: 303ms
2025-08-20T21:55:42.3953748Z      CGroup: /system.slice/docker.service
2025-08-20T21:55:42.3955032Z              └─19743 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:55:42.3955571Z 
2025-08-20T21:55:42.3956144Z Aug 20 21:55:31 pkrvmqc4gcfdwos dockerd[19743]: time="2025-08-20T21:55:31.841316313Z" level=info msg="Loading containers: start."
2025-08-20T21:55:42.3958310Z Aug 20 21:55:32 pkrvmqc4gcfdwos dockerd[19743]: time="2025-08-20T21:55:32.313552184Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 6e7bed6b0e6d2d009de74736275a4c6c9da4db876f3a04901a7786eb9e7cbb49], retrying...."
2025-08-20T21:55:42.3960647Z Aug 20 21:55:32 pkrvmqc4gcfdwos dockerd[19743]: time="2025-08-20T21:55:32.344770970Z" level=info msg="Loading containers: done."
2025-08-20T21:55:42.3962141Z Aug 20 21:55:32 pkrvmqc4gcfdwos dockerd[19743]: time="2025-08-20T21:55:32.353419560Z" 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:55:42.3963575Z Aug 20 21:55:32 pkrvmqc4gcfdwos dockerd[19743]: time="2025-08-20T21:55:32.353476958Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:55:42.3964524Z Aug 20 21:55:32 pkrvmqc4gcfdwos dockerd[19743]: time="2025-08-20T21:55:32.353504480Z" level=info msg="Initializing buildkit"
2025-08-20T21:55:42.3965289Z Aug 20 21:55:32 pkrvmqc4gcfdwos dockerd[19743]: time="2025-08-20T21:55:32.372327187Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:55:42.3966103Z Aug 20 21:55:32 pkrvmqc4gcfdwos dockerd[19743]: time="2025-08-20T21:55:32.375599247Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:55:42.3967050Z Aug 20 21:55:32 pkrvmqc4gcfdwos dockerd[19743]: time="2025-08-20T21:55:32.375663020Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:55:42.3967693Z Aug 20 21:55:32 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:55:42.4065605Z ● docker.service - Docker Application Container Engine
2025-08-20T21:55:42.4066421Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:55:42.4067241Z      Active: active (running) since Wed 2025-08-20 21:55:32 UTC; 10s ago
2025-08-20T21:55:42.4067883Z TriggeredBy: ● docker.socket
2025-08-20T21:55:42.4068371Z        Docs: https://docs.docker.com
2025-08-20T21:55:42.4068797Z    Main PID: 19743 (dockerd)
2025-08-20T21:55:42.4069148Z       Tasks: 10
2025-08-20T21:55:42.4069463Z      Memory: 23.4M (peak: 27.6M)
2025-08-20T21:55:42.4070433Z         CPU: 303ms
2025-08-20T21:55:42.4070669Z      CGroup: /system.slice/docker.service
2025-08-20T21:55:42.4071158Z              └─19743 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:55:42.4071461Z 
2025-08-20T21:55:42.4071775Z Aug 20 21:55:31 pkrvmqc4gcfdwos dockerd[19743]: time="2025-08-20T21:55:31.841316313Z" level=info msg="Loading containers: start."
2025-08-20T21:55:42.4072913Z Aug 20 21:55:32 pkrvmqc4gcfdwos dockerd[19743]: time="2025-08-20T21:55:32.313552184Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 6e7bed6b0e6d2d009de74736275a4c6c9da4db876f3a04901a7786eb9e7cbb49], retrying...."
2025-08-20T21:55:42.4074207Z Aug 20 21:55:32 pkrvmqc4gcfdwos dockerd[19743]: time="2025-08-20T21:55:32.344770970Z" level=info msg="Loading containers: done."
2025-08-20T21:55:42.4075299Z Aug 20 21:55:32 pkrvmqc4gcfdwos dockerd[19743]: time="2025-08-20T21:55:32.353419560Z" 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:55:42.4077202Z Aug 20 21:55:32 pkrvmqc4gcfdwos dockerd[19743]: time="2025-08-20T21:55:32.353476958Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:55:42.4078821Z Aug 20 21:55:32 pkrvmqc4gcfdwos dockerd[19743]: time="2025-08-20T21:55:32.353504480Z" level=info msg="Initializing buildkit"
2025-08-20T21:55:42.4080006Z Aug 20 21:55:32 pkrvmqc4gcfdwos dockerd[19743]: time="2025-08-20T21:55:32.372327187Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:55:42.4080739Z Aug 20 21:55:32 pkrvmqc4gcfdwos dockerd[19743]: time="2025-08-20T21:55:32.375599247Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:55:42.4081440Z Aug 20 21:55:32 pkrvmqc4gcfdwos dockerd[19743]: time="2025-08-20T21:55:32.375663020Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:55:42.4082086Z Aug 20 21:55:32 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:55:42.4272753Z ● docker.service - Docker Application Container Engine
2025-08-20T21:55:42.4273535Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:55:42.4274324Z      Active: active (running) since Wed 2025-08-20 21:55:32 UTC; 10s ago
2025-08-20T21:55:42.4274950Z TriggeredBy: ● docker.socket
2025-08-20T21:55:42.4275354Z        Docs: https://docs.docker.com
2025-08-20T21:55:42.4275774Z    Main PID: 19743 (dockerd)
2025-08-20T21:55:42.4276022Z       Tasks: 10
2025-08-20T21:55:42.4276220Z      Memory: 23.4M (peak: 27.6M)
2025-08-20T21:55:42.4276452Z         CPU: 303ms
2025-08-20T21:55:42.4276683Z      CGroup: /system.slice/docker.service
2025-08-20T21:55:42.4277372Z              └─19743 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:55:42.4277664Z 
2025-08-20T21:55:42.4278152Z Aug 20 21:55:31 pkrvmqc4gcfdwos dockerd[19743]: time="2025-08-20T21:55:31.841316313Z" level=info msg="Loading containers: start."
2025-08-20T21:55:42.4279304Z Aug 20 21:55:32 pkrvmqc4gcfdwos dockerd[19743]: time="2025-08-20T21:55:32.313552184Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 6e7bed6b0e6d2d009de74736275a4c6c9da4db876f3a04901a7786eb9e7cbb49], retrying...."
2025-08-20T21:55:42.4280751Z Aug 20 21:55:32 pkrvmqc4gcfdwos dockerd[19743]: time="2025-08-20T21:55:32.344770970Z" level=info msg="Loading containers: done."
2025-08-20T21:55:42.4281857Z Aug 20 21:55:32 pkrvmqc4gcfdwos dockerd[19743]: time="2025-08-20T21:55:32.353419560Z" 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:55:42.4283524Z Aug 20 21:55:32 pkrvmqc4gcfdwos dockerd[19743]: time="2025-08-20T21:55:32.353476958Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:55:42.4285144Z Aug 20 21:55:32 pkrvmqc4gcfdwos dockerd[19743]: time="2025-08-20T21:55:32.353504480Z" level=info msg="Initializing buildkit"
2025-08-20T21:55:42.4286264Z Aug 20 21:55:32 pkrvmqc4gcfdwos dockerd[19743]: time="2025-08-20T21:55:32.372327187Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:55:42.4287308Z Aug 20 21:55:32 pkrvmqc4gcfdwos dockerd[19743]: time="2025-08-20T21:55:32.375599247Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:55:42.4288598Z Aug 20 21:55:32 pkrvmqc4gcfdwos dockerd[19743]: time="2025-08-20T21:55:32.375663020Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:55:42.4290132Z Aug 20 21:55:32 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:55:42.4401899Z Docker version 28.3.3, build 980b856
2025-08-20T21:55:42.4578715Z Unable to find image 'hello-world:latest' locally
2025-08-20T21:55:43.1284557Z latest: Pulling from library/hello-world
2025-08-20T21:55:43.2668264Z 17eec7bbc9d7: Pulling fs layer
2025-08-20T21:55:43.6657453Z 17eec7bbc9d7: Verifying Checksum
2025-08-20T21:55:43.6658031Z 17eec7bbc9d7: Download complete
2025-08-20T21:55:43.6704648Z 17eec7bbc9d7: Pull complete
2025-08-20T21:55:43.6742928Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T21:55:43.6761193Z Status: Downloaded newer image for hello-world:latest
2025-08-20T21:55:43.8566104Z 
2025-08-20T21:55:43.8566528Z Hello from Docker!
2025-08-20T21:55:43.8567189Z This message shows that your installation appears to be working correctly.
2025-08-20T21:55:43.8567702Z 
2025-08-20T21:55:43.8567951Z To generate this message, Docker took the following steps:
2025-08-20T21:55:43.8568556Z  1. The Docker client contacted the Docker daemon.
2025-08-20T21:55:43.8569021Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T21:55:43.8569364Z     (amd64)
2025-08-20T21:55:43.8569990Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T21:55:43.8570865Z     executable that produces the output you are currently reading.
2025-08-20T21:55:43.8571935Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T21:55:43.8572559Z     to your terminal.
2025-08-20T21:55:43.8572788Z 
2025-08-20T21:55:43.8573099Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T21:55:43.8573732Z  $ docker run -it ubuntu bash
2025-08-20T21:55:43.8573897Z 
2025-08-20T21:55:43.8574084Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T21:55:43.8574563Z  https://hub.docker.com/
2025-08-20T21:55:43.8574739Z 
2025-08-20T21:55:43.8574915Z For more examples and ideas, visit:
2025-08-20T21:55:43.8575392Z  https://docs.docker.com/get-started/
2025-08-20T21:55:43.8575684Z 
2025-08-20T21:55:43.9542762Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:55:43.9543549Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:55:43.9543931Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:55:43.9544288Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:55:43.9544917Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:55:43.9545566Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:55:43.9546233Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:55:43.9546879Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:55:43.9547495Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:55:43.9548084Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:55:43.9548723Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:55:43.9549398Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:55:43.9550256Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:55:43.9550965Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:55:43.9551652Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:55:43.9552341Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:55:43.9553033Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:55:43.9553649Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:55:43.9554320Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:55:43.9555110Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:55:43.9556166Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:55:43.9556869Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:55:43.9557614Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:55:43.9558314Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:55:43.9558817Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:55:43.9559208Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:55:43.9559632Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:55:43.9560880Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:55:43.9561286Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:55:43.9561694Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:55:43.9562113Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:55:43.9562526Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:55:43.9562950Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:55:43.9563356Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:55:43.9563793Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:55:43.9564308Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:55:43.9564704Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:55:43.9565093Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:55:43.9565514Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:55:43.9565944Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:55:43.9566365Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:55:43.9566768Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:55:43.9567330Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:55:43.9567782Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:55:43.9568248Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:55:43.9568715Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:55:43.9569184Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:55:43.9569614Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:55:43.9570326Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:55:43.9570748Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:55:43.9571142Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:55:43.9571544Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:55:43.9571936Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:55:43.9572301Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:55:43.9572655Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:55:43.9573009Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:55:43.9573325Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:55:43.9573662Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:55:43.9574056Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:55:43.9574421Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:55:43.9574947Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:55:43.9575379Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:55:43.9575792Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:55:43.9576189Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:55:43.9576609Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:55:43.9577027Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:55:43.9577412Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:55:43.9577795Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:55:43.9578208Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:55:43.9578679Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:55:43.9579172Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:55:43.9579645Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:55:43.9580369Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:55:43.9580763Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:55:43.9581152Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:55:43.9581551Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:55:43.9581983Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:55:43.9582472Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:55:43.9582975Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:55:43.9583463Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:55:43.9583891Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:55:43.9584413Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:55:43.9584796Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:55:43.9585197Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:55:43.9585605Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:55:43.9585982Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:55:43.9586401Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:55:43.9586814Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:55:43.9587191Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:55:43.9587559Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:55:43.9587960Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:55:43.9588361Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:55:43.9588734Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:55:43.9589094Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:55:43.9589475Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:55:43.9590025Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:55:43.9590378Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:55:43.9590747Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:55:43.9591115Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:55:43.9602523Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:55:43.9603189Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:55:43.9603609Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:55:43.9603994Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:55:43.9604383Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:55:43.9604773Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:55:43.9605169Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:55:43.9605555Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:55:43.9605924Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:55:43.9606332Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:55:43.9606717Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:55:43.9607114Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:55:43.9607448Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:55:43.9607776Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:55:43.9608130Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:55:43.9608479Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:55:43.9608826Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:55:43.9609176Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:55:43.9609508Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:55:43.9610151Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:55:43.9610587Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:55:43.9611036Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:55:43.9611489Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:55:43.9611888Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:55:43.9612429Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:55:43.9612810Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:55:43.9613191Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:55:43.9613587Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:55:43.9613985Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:55:43.9614349Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:55:43.9614727Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:55:43.9615136Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:55:43.9615578Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:55:43.9616004Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:55:43.9616386Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:55:43.9616790Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:55:43.9617197Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:55:43.9617596Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:55:43.9617980Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:55:43.9618359Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:55:43.9618747Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:55:43.9619139Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:55:43.9619625Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:55:43.9620246Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:55:43.9620572Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:55:43.9620893Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:55:43.9621278Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:55:43.9621664Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:55:43.9622050Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:55:43.9622502Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:55:43.9622869Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:55:43.9623237Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:55:43.9623579Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:55:43.9623915Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:55:43.9624329Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:55:43.9624768Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:55:43.9625156Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:55:43.9625512Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:55:43.9625889Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:55:43.9626286Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:55:43.9626691Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:55:43.9627093Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:55:43.9627448Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:55:43.9627799Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:55:43.9628210Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:55:43.9628765Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:55:43.9629162Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:55:43.9629518Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:55:43.9630021Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:55:43.9630483Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:55:43.9630854Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:55:43.9631270Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:55:43.9631729Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:55:43.9632136Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:55:43.9632496Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:55:43.9632837Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:55:43.9633178Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:55:43.9633617Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:55:43.9634112Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:55:43.9634540Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:55:43.9634907Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:55:43.9635367Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:55:43.9635903Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:55:43.9636519Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:55:43.9637023Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:55:43.9637468Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:55:43.9637844Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:55:43.9638248Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:55:43.9638649Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:55:43.9639045Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:55:43.9639410Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:55:43.9639772Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:55:43.9640370Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:55:43.9640765Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:55:43.9641146Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:55:43.9641534Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:55:43.9641914Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:55:43.9642288Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:55:43.9642704Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:55:43.9643148Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:55:43.9643567Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:55:43.9643933Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:55:43.9644295Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:55:43.9644684Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:55:43.9645052Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:55:43.9645615Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:55:43.9645982Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:55:43.9646360Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:55:43.9646765Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:55:43.9647219Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:55:43.9647653Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:55:43.9648046Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:55:43.9648423Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:55:43.9648793Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:55:43.9649156Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:55:43.9649511Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:55:43.9650050Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:55:43.9650427Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:55:43.9650864Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:55:43.9651336Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:55:43.9651791Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:55:43.9652295Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:55:43.9652792Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:55:43.9653389Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:55:43.9653873Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:55:43.9654296Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:55:43.9654648Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:55:43.9654999Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:55:43.9655362Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:55:43.9655725Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:55:43.9656077Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:55:43.9656438Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:55:43.9656809Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:55:43.9657180Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:55:43.9657551Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:55:43.9657921Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:55:43.9658306Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:55:43.9658704Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:55:43.9659115Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:55:43.9659541Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:55:43.9660150Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:55:43.9660523Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:55:43.9660927Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:55:43.9661295Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:55:43.9661639Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:55:43.9662115Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:55:43.9662467Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:55:43.9662840Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:55:43.9663292Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:55:43.9663678Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:55:43.9664026Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:55:43.9664334Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:55:43.9664786Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:55:43.9665297Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:55:43.9665658Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:55:43.9666024Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:55:43.9666387Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:55:43.9666778Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:55:43.9667201Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:55:43.9667615Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:55:43.9668031Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:55:43.9668422Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:55:43.9668807Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:55:43.9669329Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:55:43.9669734Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:55:43.9670332Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:55:43.9670759Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:55:43.9671237Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:55:43.9671722Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:55:43.9672161Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:55:43.9672556Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:55:43.9672940Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:55:43.9673402Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:55:43.9673877Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:55:43.9674271Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:55:43.9674694Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:55:43.9675132Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:55:43.9675524Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:55:43.9675875Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:55:43.9676227Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:55:43.9676595Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:55:43.9676966Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:55:43.9677322Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:55:43.9677678Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:55:43.9678051Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:55:43.9678423Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:55:43.9678907Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:55:43.9679266Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:55:43.9679606Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:55:43.9680196Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:55:43.9680577Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:55:43.9680928Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:55:43.9681276Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:55:43.9681619Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:55:43.9681981Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:55:43.9682343Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:55:43.9682703Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:55:43.9683046Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:55:43.9683410Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:55:43.9683757Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:55:43.9684115Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:55:43.9684538Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:55:43.9684937Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:55:43.9685286Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:55:43.9685805Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:55:43.9686218Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:55:43.9686601Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:55:43.9686956Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:55:43.9687306Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:55:43.9687647Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:55:43.9687936Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:55:43.9688228Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:55:43.9688564Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:55:43.9688906Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:55:43.9689258Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:55:43.9689607Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:55:43.9690197Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:55:43.9690549Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:55:43.9690929Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:55:43.9691330Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:55:43.9691718Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:55:43.9692100Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:55:43.9692476Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:55:43.9692873Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:55:43.9693358Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:55:43.9693971Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:55:43.9694583Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:55:43.9695252Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:55:43.9695714Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:55:43.9696149Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:55:43.9696656Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:55:43.9697262Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:55:43.9697814Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:55:43.9698299Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:55:43.9698733Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:55:43.9699100Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:55:43.9699467Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:55:43.9699928Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:55:43.9700305Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:55:43.9700685Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:55:43.9701058Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:55:43.9701428Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:55:43.9701798Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:55:43.9702168Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:55:43.9702646Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:55:43.9703011Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:55:43.9703369Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:55:43.9703746Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:55:43.9704126Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:55:43.9704526Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:55:43.9704922Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:55:43.9705274Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:55:43.9705654Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:55:43.9706052Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:55:43.9706485Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:55:43.9706910Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:55:43.9707332Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:55:43.9707694Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:55:43.9708056Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:55:43.9708428Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:55:43.9708784Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:55:43.9709157Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:55:43.9709533Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:55:43.9710089Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:55:43.9710477Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:55:43.9710829Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:55:43.9711176Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:55:43.9711841Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:55:43.9712540Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:55:43.9713203Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:55:43.9713845Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:55:43.9714356Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:55:43.9714730Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:55:43.9715089Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:55:43.9715451Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:55:43.9715817Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:55:43.9716162Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:55:43.9716522Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:55:43.9716893Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:55:43.9717256Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:55:43.9717618Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:55:43.9717991Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:55:43.9718350Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:55:43.9718843Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:55:43.9719245Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:55:43.9719635Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:55:43.9720125Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:55:43.9720510Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:55:43.9720887Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:55:43.9721257Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:55:43.9721627Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:55:43.9721989Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:55:43.9722364Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:55:43.9722756Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:55:43.9723140Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:55:43.9723526Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:55:43.9723913Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:55:43.9724285Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:55:43.9724694Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:55:43.9725114Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:55:43.9725512Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:55:43.9725936Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:55:43.9726724Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:55:43.9727128Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:55:43.9727487Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:55:43.9727983Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:55:43.9728370Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:55:43.9728765Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:55:43.9729154Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:55:43.9729520Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:55:43.9730097Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:55:43.9730596Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:55:43.9731062Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:55:43.9731453Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:55:43.9731848Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:55:43.9732291Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:55:43.9732722Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:55:43.9733183Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:55:43.9733660Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:55:43.9734091Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:55:43.9734514Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:55:43.9734902Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:55:43.9735406Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:55:43.9735818Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:55:43.9736201Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:55:43.9736573Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:55:43.9736968Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:55:43.9737357Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:55:43.9737752Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:55:43.9738162Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:55:43.9738542Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:55:43.9738913Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:55:43.9739264Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:55:43.9739619Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:55:43.9740244Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:55:43.9740665Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:55:43.9741110Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:55:43.9741551Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:55:43.9741943Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:55:43.9742371Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:55:43.9742785Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:55:43.9743185Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:55:43.9743582Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:55:43.9743931Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:55:43.9744285Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:55:43.9744792Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:55:43.9745170Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:55:43.9745529Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:55:43.9745848Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:55:43.9746155Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:55:43.9746501Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:55:43.9746992Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T21:55:43.9747491Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:55:43.9747858Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:55:43.9748218Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:55:43.9748603Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:55:43.9749002Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:55:43.9749398Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:55:43.9749910Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:55:43.9750319Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:55:43.9750716Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:55:43.9751075Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:55:43.9751433Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:55:43.9751899Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:55:43.9752274Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:55:43.9752686Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:55:43.9753100Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:55:43.9753481Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:55:43.9753886Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:55:43.9754311Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:55:43.9754691Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:55:43.9755047Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:55:43.9755382Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:55:43.9755733Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:55:43.9756097Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:55:43.9756464Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:55:43.9756852Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:55:43.9757252Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:55:43.9757696Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:55:43.9758123Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:55:43.9758491Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:55:43.9758862Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:55:43.9759232Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:55:43.9759608Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:55:43.9760097Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:55:43.9760458Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:55:43.9761010Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:55:43.9761489Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:55:43.9761893Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:55:43.9762250Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:55:43.9762611Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:55:43.9763000Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:55:43.9763374Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:55:43.9763741Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:55:43.9764126Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:55:43.9764501Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:55:43.9764848Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:55:43.9765196Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:55:43.9765581Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:55:43.9765991Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:55:43.9766364Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:55:43.9766747Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:55:43.9767179Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:55:43.9767753Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:55:43.9768159Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:55:43.9768532Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:55:43.9769027Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:55:43.9769527Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:55:43.9770006Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:55:43.9770409Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:55:43.9770811Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:55:43.9771219Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:55:43.9771722Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:55:43.9772290Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:55:43.9772884Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:55:43.9773522Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:55:43.9774148Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:55:43.9774761Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:55:43.9775368Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:55:43.9775935Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:55:43.9776409Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:55:43.9776845Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:55:43.9777269Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:55:43.9777811Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:55:43.9778262Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:55:43.9778680Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:55:43.9779056Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:55:43.9779409Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:55:43.9779771Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:55:43.9780410Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:55:43.9780812Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:55:43.9781224Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:55:43.9781576Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:55:43.9781962Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:55:43.9782413Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:55:43.9782889Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:55:43.9783359Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:55:43.9783826Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:55:43.9784292Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:55:43.9784754Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:55:43.9785325Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:55:43.9785736Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:55:43.9786142Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:55:43.9786540Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:55:43.9786937Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:55:43.9787330Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:55:43.9787752Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:55:43.9788168Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:55:43.9788547Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:55:43.9788916Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:55:43.9789285Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:55:43.9789651Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:55:43.9790200Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:55:43.9790624Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:55:43.9791013Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:55:43.9791404Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:55:43.9791811Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:55:43.9792239Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:55:43.9792669Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:55:43.9793086Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:55:43.9793473Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:55:43.9793836Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:55:43.9794340Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:55:43.9794700Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:55:43.9795070Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:55:43.9795466Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:55:43.9795860Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:55:43.9796285Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:55:43.9796747Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:55:43.9797162Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:55:43.9797567Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:55:43.9797957Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:55:43.9798258Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:55:43.9798575Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:55:43.9798953Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:55:43.9799343Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:55:43.9799721Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:55:43.9800220Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:55:43.9800639Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:55:43.9801071Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:55:43.9801589Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:55:43.9801969Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:55:43.9802357Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:55:43.9802893Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:55:43.9803462Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:55:43.9803902Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:55:43.9804329Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:55:43.9804749Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:55:43.9805156Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:55:43.9805546Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:55:43.9805928Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:55:43.9806329Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:55:43.9806718Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:55:43.9807104Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:55:43.9807466Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:55:43.9807840Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:55:43.9808229Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:55:43.9808590Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:55:43.9808983Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:55:43.9809432Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:55:43.9810033Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:55:43.9810460Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:55:43.9810953Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:55:43.9811328Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:55:43.9811691Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:55:43.9812049Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:55:43.9812467Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:55:43.9812904Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:55:43.9813293Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:55:43.9813681Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:55:43.9814067Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:55:43.9814437Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:55:43.9814799Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:55:43.9815172Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:55:43.9815562Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:55:43.9815996Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:55:43.9816439Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:55:43.9816850Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:55:43.9817235Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:55:43.9817739Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:55:43.9818152Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:55:43.9818528Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:55:43.9818878Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:55:43.9819185Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:55:43.9819478Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:55:43.9820041Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:55:43.9820453Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:55:43.9820793Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:55:43.9821155Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:55:43.9821541Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:55:43.9821919Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:55:43.9822268Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:55:43.9822608Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:55:43.9822977Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:55:43.9823362Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:55:43.9823727Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:55:43.9824070Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:55:43.9824417Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:55:43.9824790Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:55:43.9825166Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:55:43.9825508Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:55:43.9825872Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:55:43.9826248Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:55:43.9826744Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:55:43.9827105Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:55:43.9827464Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:55:43.9827986Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:55:43.9828378Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:55:43.9828791Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:55:43.9829182Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:55:43.9829521Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:55:43.9829981Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:55:43.9830322Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:55:43.9830735Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:55:43.9831224Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:55:43.9831703Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:55:43.9832157Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:55:43.9832645Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:55:43.9833080Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:55:43.9833459Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:55:43.9833964Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:55:43.9834348Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:55:43.9834726Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:55:43.9835105Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:55:43.9835476Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:55:43.9835839Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:55:43.9836224Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:55:43.9836655Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:55:43.9837074Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:55:43.9837445Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:55:43.9837841Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:55:43.9838256Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:55:43.9838627Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:55:43.9838974Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:55:43.9839358Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:55:43.9839964Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:55:43.9840387Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:55:43.9840788Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:55:43.9841180Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:55:43.9841496Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:55:43.9841769Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:55:43.9842114Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:55:43.9842589Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:55:44.0387697Z [+] Installing Go for linux-amd64...
2025-08-20T21:55:44.5827259Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T21:55:44.5827943Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T21:55:44.5829029Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T21:55:50.8982508Z [+] Downloading Go go1.25.0...
2025-08-20T21:55:50.9030773Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:55:50.9031777Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:55:50.9032080Z 
2025-08-20T21:55:50.9861883Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:55:50.9862641Z 100    80  100    80    0     0    961      0 --:--:-- --:--:-- --:--:--   963
2025-08-20T21:55:51.0737009Z 
2025-08-20T21:55:51.0737595Z 100    75  100    75    0     0    439      0 --:--:-- --:--:-- --:--:--   439
2025-08-20T21:55:51.6743809Z 
2025-08-20T21:55:51.8989528Z  45 56.8M   45 25.7M    0     0  33.3M      0  0:00:01 --:--:--  0:00:01 33.3M
2025-08-20T21:55:51.8990389Z 100 56.8M  100 56.8M    0     0  57.1M      0 --:--:-- --:--:-- --:--:--  139M
2025-08-20T21:55:51.9025700Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T21:55:53.2907227Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T21:55:53.2907826Z [+] GOROOT: /home/runner/.go
2025-08-20T21:55:53.2908222Z [+] GOPATH: /home/runner/go
2025-08-20T21:55:53.2908795Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T21:55:53.3066607Z go version go1.25.0 linux/amd64
2025-08-20T21:55:53.3420036Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:55:53.3420875Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:55:53.3421902Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:55:53.3422548Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:55:53.3423329Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:55:53.3423845Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:55:53.3424513Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:55:53.3425308Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:55:53.3425787Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:55:53.3426509Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:55:53.3427006Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:55:53.3427797Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:55:53.3428543Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:55:53.3429265Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:55:53.3430322Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:55:53.3430991Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:55:53.3431661Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:55:53.3432274Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:55:53.3433005Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:55:53.3433853Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:55:53.3434610Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:55:53.3435389Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:55:53.3436055Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:55:53.3436992Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:55:53.3437355Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:55:53.3438146Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:55:53.3439025Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:55:53.3439711Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:55:53.3440440Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:55:53.3440851Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:55:53.3441264Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:55:53.3441676Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:55:53.3442093Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:55:53.3442543Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:55:53.3442999Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:55:53.3443430Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:55:53.3443823Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:55:53.3444206Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:55:53.3444607Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:55:53.3445024Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:55:53.3445438Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:55:53.3445833Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:55:53.3446217Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:55:53.3446805Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:55:53.3447282Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:55:53.3447749Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:55:53.3448223Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:55:53.3448654Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:55:53.3449066Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:55:53.3449579Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:55:53.3450997Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:55:53.3451553Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:55:53.3452077Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:55:53.3452673Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:55:53.3453140Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:55:53.3463894Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:55:53.3464304Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:55:53.3464675Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:55:53.3465091Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:55:53.3465474Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:55:53.3465878Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:55:53.3466320Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:55:53.3466744Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:55:53.3467155Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:55:53.3467576Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:55:53.3468170Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:55:53.3468568Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:55:53.3468958Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:55:53.3469374Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:55:53.3470040Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:55:53.3470578Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:55:53.3471048Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:55:53.3471463Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:55:53.3471849Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:55:53.3472234Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:55:53.3472633Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:55:53.3473062Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:55:53.3473536Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:55:53.3474018Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:55:53.3474496Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:55:53.3474922Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:55:53.3475304Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:55:53.3475807Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:55:53.3476230Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:55:53.3476625Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:55:53.3477003Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:55:53.3477412Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:55:53.3477819Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:55:53.3478194Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:55:53.3478560Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:55:53.3478956Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:55:53.3479347Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:55:53.3479716Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:55:53.3480375Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:55:53.3480762Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:55:53.3481146Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:55:53.3481487Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:55:53.3481851Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:55:53.3482219Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:55:53.3482578Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:55:53.3482957Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:55:53.3483318Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:55:53.3483690Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:55:53.3484064Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:55:53.3484450Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:55:53.3484984Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:55:53.3485376Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:55:53.3485739Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:55:53.3486098Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:55:53.3486480Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:55:53.3486877Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:55:53.3487216Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:55:53.3487538Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:55:53.3487911Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:55:53.3488263Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:55:53.3488613Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:55:53.3488970Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:55:53.3489313Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:55:53.3489682Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:55:53.3490260Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:55:53.3490690Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:55:53.3491128Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:55:53.3491517Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:55:53.3491899Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:55:53.3492394Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:55:53.3492784Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:55:53.3493183Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:55:53.3493583Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:55:53.3493952Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:55:53.3494331Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:55:53.3494732Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:55:53.3495171Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:55:53.3495591Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:55:53.3495967Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:55:53.3496348Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:55:53.3496746Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:55:53.3497147Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:55:53.3497539Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:55:53.3497912Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:55:53.3498296Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:55:53.3498682Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:55:53.3499045Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:55:53.3499395Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:55:53.3499699Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:55:53.3500127Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:55:53.3500512Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:55:53.3500899Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:55:53.3501406Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:55:53.3501771Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:55:53.3502130Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:55:53.3502496Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:55:53.3502839Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:55:53.3503169Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:55:53.3503585Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:55:53.3504026Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:55:53.3504425Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:55:53.3504797Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:55:53.3505176Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:55:53.3505577Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:55:53.3505985Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:55:53.3506386Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:55:53.3506740Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:55:53.3507089Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:55:53.3507497Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:55:53.3507917Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:55:53.3508426Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:55:53.3508792Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:55:53.3509132Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:55:53.3509510Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:55:53.3510091Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:55:53.3510527Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:55:53.3510989Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:55:53.3511395Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:55:53.3511750Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:55:53.3512092Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:55:53.3512443Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:55:53.3512884Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:55:53.3513376Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:55:53.3513812Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:55:53.3514176Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:55:53.3514633Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:55:53.3515157Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:55:53.3515641Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:55:53.3516064Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:55:53.3516417Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:55:53.3516793Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:55:53.3517195Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:55:53.3517724Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:55:53.3518120Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:55:53.3518480Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:55:53.3518841Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:55:53.3519217Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:55:53.3519607Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:55:53.3520240Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:55:53.3520646Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:55:53.3521049Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:55:53.3521437Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:55:53.3521854Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:55:53.3522312Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:55:53.3522746Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:55:53.3523113Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:55:53.3523478Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:55:53.3523867Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:55:53.3524238Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:55:53.3524604Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:55:53.3525134Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:55:53.3525523Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:55:53.3525928Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:55:53.3526390Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:55:53.3526829Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:55:53.3527219Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:55:53.3527590Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:55:53.3527960Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:55:53.3528323Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:55:53.3528679Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:55:53.3529057Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:55:53.3529426Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:55:53.3530057Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:55:53.3530539Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:55:53.3530990Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:55:53.3531496Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:55:53.3532002Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:55:53.3532488Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:55:53.3532967Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:55:53.3533391Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:55:53.3533743Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:55:53.3534095Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:55:53.3534594Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:55:53.3534961Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:55:53.3535307Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:55:53.3535675Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:55:53.3536037Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:55:53.3536406Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:55:53.3536777Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:55:53.3537144Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:55:53.3537534Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:55:53.3537912Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:55:53.3538324Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:55:53.3538756Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:55:53.3539136Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:55:53.3539497Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:55:53.3540010Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:55:53.3540377Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:55:53.3540720Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:55:53.3541060Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:55:53.3541524Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:55:53.3541904Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:55:53.3542273Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:55:53.3542660Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:55:53.3543021Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:55:53.3543324Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:55:53.3543773Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:55:53.3544274Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:55:53.3544632Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:55:53.3544995Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:55:53.3545354Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:55:53.3545756Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:55:53.3546181Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:55:53.3546599Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:55:53.3547022Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:55:53.3547421Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:55:53.3547810Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:55:53.3548217Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:55:53.3548618Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:55:53.3548999Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:55:53.3549423Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:55:53.3550003Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:55:53.3550493Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:55:53.3551052Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:55:53.3551448Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:55:53.3551838Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:55:53.3552296Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:55:53.3552768Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:55:53.3553161Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:55:53.3553617Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:55:53.3554063Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:55:53.3554459Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:55:53.3554820Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:55:53.3555177Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:55:53.3555546Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:55:53.3555919Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:55:53.3556275Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:55:53.3556631Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:55:53.3557007Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:55:53.3557379Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:55:53.3557740Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:55:53.3558214Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:55:53.3558566Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:55:53.3558939Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:55:53.3559312Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:55:53.3559662Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:55:53.3560209Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:55:53.3560581Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:55:53.3560936Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:55:53.3561310Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:55:53.3561661Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:55:53.3562017Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:55:53.3562384Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:55:53.3562738Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:55:53.3563109Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:55:53.3563536Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:55:53.3563936Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:55:53.3564291Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:55:53.3564660Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:55:53.3565070Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:55:53.3565455Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:55:53.3565806Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:55:53.3566166Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:55:53.3566517Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:55:53.3566932Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:55:53.3567222Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:55:53.3567564Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:55:53.3567904Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:55:53.3568259Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:55:53.3568605Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:55:53.3568938Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:55:53.3569267Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:55:53.3569640Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:55:53.3570247Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:55:53.3570638Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:55:53.3571026Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:55:53.3571404Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:55:53.3571805Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:55:53.3572295Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:55:53.3572904Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:55:53.3573517Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:55:53.3574053Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:55:53.3574660Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:55:53.3575111Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:55:53.3575623Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:55:53.3576233Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:55:53.3576785Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:55:53.3577267Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:55:53.3577704Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:55:53.3578062Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:55:53.3578430Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:55:53.3578795Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:55:53.3579166Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:55:53.3579551Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:55:53.3580035Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:55:53.3580404Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:55:53.3580776Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:55:53.3581146Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:55:53.3581508Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:55:53.3581871Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:55:53.3582228Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:55:53.3582613Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:55:53.3582995Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:55:53.3583396Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:55:53.3583920Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:55:53.3584275Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:55:53.3584655Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:55:53.3585057Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:55:53.3585454Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:55:53.3585880Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:55:53.3586298Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:55:53.3586663Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:55:53.3587022Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:55:53.3587394Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:55:53.3587748Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:55:53.3588124Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:55:53.3588500Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:55:53.3588871Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:55:53.3589247Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:55:53.3589597Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:55:53.3590109Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:55:53.3590768Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:55:53.3591475Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:55:53.3592150Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:55:53.3592798Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:55:53.3593309Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:55:53.3593684Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:55:53.3594046Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:55:53.3594410Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:55:53.3594772Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:55:53.3595124Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:55:53.3595485Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:55:53.3595867Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:55:53.3596236Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:55:53.3596610Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:55:53.3596982Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:55:53.3597347Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:55:53.3597723Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:55:53.3598126Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:55:53.3598514Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:55:53.3598898Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:55:53.3599291Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:55:53.3599953Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:55:53.3600406Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:55:53.3600780Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:55:53.3601144Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:55:53.3601519Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:55:53.3601914Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:55:53.3602296Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:55:53.3602677Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:55:53.3603071Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:55:53.3603444Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:55:53.3603857Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:55:53.3604285Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:55:53.3604674Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:55:53.3605100Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:55:53.3605548Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:55:53.3605946Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:55:53.3606302Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:55:53.3606671Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:55:53.3607211Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:55:53.3607613Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:55:53.3608001Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:55:53.3608366Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:55:53.3608742Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:55:53.3609198Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:55:53.3609661Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:55:53.3610263Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:55:53.3610663Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:55:53.3611104Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:55:53.3611543Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:55:53.3612011Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:55:53.3612501Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:55:53.3612934Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:55:53.3613360Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:55:53.3613749Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:55:53.3614136Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:55:53.3614544Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:55:53.3614923Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:55:53.3615290Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:55:53.3615694Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:55:53.3616088Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:55:53.3616609Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:55:53.3617017Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:55:53.3617390Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:55:53.3617759Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:55:53.3618115Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:55:53.3618462Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:55:53.3618842Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:55:53.3619251Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:55:53.3619698Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:55:53.3620257Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:55:53.3620655Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:55:53.3621080Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:55:53.3621490Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:55:53.3621883Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:55:53.3622278Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:55:53.3622627Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:55:53.3622980Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:55:53.3623357Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:55:53.3623855Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:55:53.3624221Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:55:53.3624553Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:55:53.3624860Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:55:53.3625197Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:55:53.3625688Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T21:55:53.3626193Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:55:53.3626557Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:55:53.3626918Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:55:53.3627301Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:55:53.3627702Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:55:53.3628098Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:55:53.3628489Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:55:53.3628889Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:55:53.3629283Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:55:53.3629645Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:55:53.3630107Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:55:53.3630463Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:55:53.3630829Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:55:53.3631240Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:55:53.3631658Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:55:53.3632042Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:55:53.3632570Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:55:53.3633000Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:55:53.3633376Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:55:53.3633730Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:55:53.3634073Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:55:53.3634420Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:55:53.3634781Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:55:53.3635149Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:55:53.3635540Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:55:53.3635940Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:55:53.3636389Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:55:53.3636821Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:55:53.3637185Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:55:53.3637560Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:55:53.3637932Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:55:53.3638307Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:55:53.3638675Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:55:53.3639038Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:55:53.3639586Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:55:53.3640284Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:55:53.3640710Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:55:53.3641070Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:55:53.3641435Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:55:53.3641835Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:55:53.3642228Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:55:53.3642596Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:55:53.3642988Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:55:53.3643360Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:55:53.3643710Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:55:53.3644061Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:55:53.3644447Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:55:53.3644860Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:55:53.3645234Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:55:53.3645611Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:55:53.3646041Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:55:53.3646466Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:55:53.3646874Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:55:53.3647253Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:55:53.3647763Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:55:53.3648268Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:55:53.3648738Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:55:53.3649111Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:55:53.3649506Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:55:53.3650112Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:55:53.3650648Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:55:53.3651233Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:55:53.3651830Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:55:53.3652471Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:55:53.3653103Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:55:53.3653748Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:55:53.3654355Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:55:53.3654924Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:55:53.3655403Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:55:53.3655839Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:55:53.3656268Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:55:53.3656683Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:55:53.3657261Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:55:53.3657693Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:55:53.3658075Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:55:53.3658434Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:55:53.3658804Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:55:53.3659176Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:55:53.3659574Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:55:53.3660080Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:55:53.3660436Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:55:53.3660821Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:55:53.3661282Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:55:53.3661763Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:55:53.3662238Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:55:53.3662710Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:55:53.3663175Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:55:53.3663643Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:55:53.3664074Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:55:53.3664478Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:55:53.3664880Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:55:53.3665284Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:55:53.3665682Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:55:53.3666197Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:55:53.3666619Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:55:53.3667037Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:55:53.3667414Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:55:53.3667784Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:55:53.3668154Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:55:53.3668528Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:55:53.3668950Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:55:53.3669380Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:55:53.3669773Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:55:53.3670340Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:55:53.3670757Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:55:53.3671195Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:55:53.3671630Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:55:53.3672049Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:55:53.3672432Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:55:53.3672797Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:55:53.3673178Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:55:53.3673659Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:55:53.3674032Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:55:53.3674428Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:55:53.3674821Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:55:53.3675236Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:55:53.3675693Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:55:53.3676102Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:55:53.3676500Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:55:53.3676889Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:55:53.3677183Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:55:53.3677499Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:55:53.3677878Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:55:53.3678259Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:55:53.3678639Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:55:53.3679024Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:55:53.3679442Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:55:53.3680103Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:55:53.3680521Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:55:53.3680894Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:55:53.3681288Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:55:53.3681831Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:55:53.3682400Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:55:53.3682976Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:55:53.3683401Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:55:53.3683826Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:55:53.3684236Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:55:53.3684625Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:55:53.3685002Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:55:53.3685374Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:55:53.3685766Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:55:53.3686153Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:55:53.3686517Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:55:53.3686898Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:55:53.3687282Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:55:53.3687647Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:55:53.3688050Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:55:53.3688501Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:55:53.3688915Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:55:53.3689282Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:55:53.3689766Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:55:53.3690399Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:55:53.3690774Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:55:53.3691145Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:55:53.3691564Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:55:53.3692001Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:55:53.3692400Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:55:53.3692792Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:55:53.3693177Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:55:53.3693548Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:55:53.3693916Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:55:53.3694284Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:55:53.3694670Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:55:53.3695112Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:55:53.3695554Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:55:53.3695965Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:55:53.3696355Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:55:53.3696744Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:55:53.3697156Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:55:53.3697538Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:55:53.3697889Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:55:53.3698197Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:55:53.3698497Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:55:53.3698992Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:55:53.3699356Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:55:53.3699699Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:55:53.3700169Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:55:53.3700556Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:55:53.3700930Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:55:53.3701278Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:55:53.3701621Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:55:53.3701995Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:55:53.3702387Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:55:53.3702745Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:55:53.3703101Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:55:53.3703452Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:55:53.3703823Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:55:53.3704199Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:55:53.3704537Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:55:53.3704903Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:55:53.3705280Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:55:53.3705644Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:55:53.3706125Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:55:53.3706494Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:55:53.3706871Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:55:53.3707260Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:55:53.3707674Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:55:53.3708066Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:55:53.3708405Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:55:53.3708743Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:55:53.3709080Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:55:53.3709486Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:55:53.3710081Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:55:53.3710537Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:55:53.3711000Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:55:53.3711481Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:55:53.3711902Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:55:53.3712271Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:55:53.3712648Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:55:53.3713024Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:55:53.3713396Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:55:53.3713764Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:55:53.3714137Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:55:53.3714496Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:55:53.3714994Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:55:53.3715421Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:55:53.3715839Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:55:53.3716202Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:55:53.3716589Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:55:53.3716996Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:55:53.3717365Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:55:53.3717706Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:55:53.3718083Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:55:53.3718526Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:55:53.3718946Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:55:53.3719347Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:55:53.3719739Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:55:53.3720261Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:55:53.3720539Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:55:53.3720883Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:55:53.3721351Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:55:53.5880914Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:55:53.7768688Z Collecting meson
2025-08-20T21:55:53.8560959Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T21:55:53.8972279Z Collecting ninja
2025-08-20T21:55:53.9140948Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T21:55:53.9353186Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T21:55:54.0360766Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 12.3 MB/s  0:00:00
2025-08-20T21:55:54.0512864Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T21:55:54.1405940Z Installing collected packages: ninja, meson
2025-08-20T21:55:54.8567878Z 
2025-08-20T21:55:54.8596775Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T21:55:55.1421749Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:55:55.2477415Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T21:55:55.3245928Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T21:55:55.7643531Z 1.8.4
2025-08-20T21:55:55.7888064Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T21:55:55.8139976Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:55:55.8140615Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:55:55.8141256Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:55:55.8141878Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:55:55.8142510Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:55:55.8143120Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:55:55.8143745Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:55:55.8144187Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:55:55.8144542Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:55:55.8144891Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:55:55.8145252Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:55:55.8145846Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:55:55.8146221Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:55:55.8146619Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:55:55.8147089Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:55:55.8147479Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:55:55.8147880Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:55:55.8148256Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:55:55.8148683Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:55:55.8162262Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:55:55.8163155Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:55:55.8163869Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:55:55.8164666Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:55:55.8165382Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:55:55.8166019Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:55:55.8166710Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:55:55.8167480Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:55:55.8168211Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:55:55.8168920Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:55:55.8170115Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:55:55.8170902Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:55:55.8171656Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:55:55.8172428Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:55:55.8173180Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:55:55.8173967Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:55:55.8174728Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:55:55.8175435Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:55:55.8176130Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:55:55.8176838Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:55:55.8177615Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:55:55.8178379Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:55:55.8179119Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:55:55.8180071Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:55:55.8180898Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:55:55.8181752Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:55:55.8182581Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:55:55.8183438Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:55:55.8184214Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:55:55.8184950Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:55:55.8185694Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:55:55.8186417Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:55:55.8187327Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:55:55.8188029Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:55:55.8188669Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:55:55.8189285Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:55:55.8190100Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:55:55.8190672Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:55:55.8191275Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:55:55.8191985Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:55:55.8192663Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:55:55.8193390Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:55:55.8194158Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:55:55.8194905Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:55:55.8195591Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:55:55.8196051Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:55:55.8196480Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:55:55.8196870Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:55:55.8197263Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:55:55.8197680Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:55:55.8198288Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:55:55.8198799Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:55:55.8199268Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:55:55.8199683Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:55:55.8201487Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:55:55.8201901Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:55:55.8202297Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:55:55.8202726Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:55:55.8203204Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:55:55.8203686Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:55:55.8204166Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:55:55.8204598Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:55:55.8204988Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:55:55.8205367Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:55:55.8205759Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:55:55.8206144Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:55:55.8206515Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:55:55.8206925Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:55:55.8207331Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:55:55.8207708Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:55:55.8208075Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:55:55.8208470Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:55:55.8209004Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:55:55.8209367Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:55:55.8209970Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:55:55.8210360Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:55:55.8210730Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:55:55.8211072Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:55:55.8211438Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:55:55.8211822Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:55:55.8212187Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:55:55.8212574Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:55:55.8212940Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:55:55.8213293Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:55:55.8213660Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:55:55.8214041Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:55:55.8214431Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:55:55.8214811Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:55:55.8215172Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:55:55.8215533Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:55:55.8216035Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:55:55.8216435Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:55:55.8216773Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:55:55.8217096Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:55:55.8217444Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:55:55.8217793Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:55:55.8218136Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:55:55.8218482Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:55:55.8218818Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:55:55.8219181Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:55:55.8219570Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:55:55.8220228Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:55:55.8220667Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:55:55.8221060Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:55:55.8221433Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:55:55.8221810Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:55:55.8222187Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:55:55.8222578Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:55:55.8222974Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:55:55.8223338Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:55:55.8223715Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:55:55.8224118Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:55:55.8224555Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:55:55.8225105Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:55:55.8225484Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:55:55.8225868Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:55:55.8226268Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:55:55.8226665Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:55:55.8227046Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:55:55.8227430Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:55:55.8227815Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:55:55.8228209Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:55:55.8228574Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:55:55.8228927Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:55:55.8229227Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:55:55.8229543Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:55:55.8230101Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:55:55.8230491Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:55:55.8230901Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:55:55.8231259Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:55:55.8231613Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:55:55.8231978Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:55:55.8232440Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:55:55.8232774Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:55:55.8233191Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:55:55.8233627Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:55:55.8234010Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:55:55.8234368Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:55:55.8234735Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:55:55.8235133Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:55:55.8235536Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:55:55.8235942Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:55:55.8236293Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:55:55.8236639Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:55:55.8237044Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:55:55.8237466Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:55:55.8237856Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:55:55.8238210Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:55:55.8238541Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:55:55.8238925Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:55:55.8239299Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:55:55.8239740Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:55:55.8240464Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:55:55.8240872Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:55:55.8241231Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:55:55.8241693Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:55:55.8242035Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:55:55.8242471Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:55:55.8242966Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:55:55.8243396Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:55:55.8243760Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:55:55.8244213Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:55:55.8244750Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:55:55.8245241Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:55:55.8245666Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:55:55.8246017Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:55:55.8246389Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:55:55.8246790Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:55:55.8247194Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:55:55.8247585Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:55:55.8247942Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:55:55.8248306Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:55:55.8248807Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:55:55.8249203Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:55:55.8249592Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:55:55.8250127Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:55:55.8250508Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:55:55.8250891Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:55:55.8251303Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:55:55.8251740Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:55:55.8252150Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:55:55.8252511Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:55:55.8252879Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:55:55.8253265Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:55:55.8253630Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:55:55.8254002Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:55:55.8254369Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:55:55.8254748Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:55:55.8255161Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:55:55.8255615Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:55:55.8256044Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:55:55.8256433Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:55:55.8256812Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:55:55.8257181Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:55:55.8257544Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:55:55.8258027Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:55:55.8258401Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:55:55.8258770Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:55:55.8259208Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:55:55.8259677Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:55:55.8260229Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:55:55.8260733Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:55:55.8261235Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:55:55.8261721Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:55:55.8262204Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:55:55.8262627Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:55:55.8262977Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:55:55.8263325Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:55:55.8263690Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:55:55.8264056Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:55:55.8264403Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:55:55.8264762Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:55:55.8265292Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:55:55.8265672Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:55:55.8266050Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:55:55.8266416Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:55:55.8266798Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:55:55.8267175Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:55:55.8267576Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:55:55.8268019Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:55:55.8268396Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:55:55.8268754Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:55:55.8269155Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:55:55.8269516Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:55:55.8269957Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:55:55.8270300Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:55:55.8270648Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:55:55.8271019Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:55:55.8271376Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:55:55.8271752Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:55:55.8272098Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:55:55.8272402Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:55:55.8272851Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:55:55.8273361Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:55:55.8273721Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:55:55.8274205Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:55:55.8274566Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:55:55.8274955Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:55:55.8275375Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:55:55.8275787Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:55:55.8276203Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:55:55.8276596Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:55:55.8276985Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:55:55.8277419Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:55:55.8277825Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:55:55.8278210Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:55:55.8278630Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:55:55.8279106Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:55:55.8279591Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:55:55.8280153Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:55:55.8280545Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:55:55.8280929Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:55:55.8281505Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:55:55.8281978Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:55:55.8282375Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:55:55.8282791Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:55:55.8283229Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:55:55.8283622Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:55:55.8283974Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:55:55.8284329Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:55:55.8284700Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:55:55.8285075Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:55:55.8285437Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:55:55.8285794Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:55:55.8286174Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:55:55.8286545Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:55:55.8286901Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:55:55.8287257Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:55:55.8287598Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:55:55.8287967Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:55:55.8288337Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:55:55.8288685Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:55:55.8289031Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:55:55.8289380Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:55:55.8289734Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:55:55.8290219Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:55:55.8290688Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:55:55.8291030Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:55:55.8291390Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:55:55.8291736Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:55:55.8292097Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:55:55.8292517Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:55:55.8292911Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:55:55.8293259Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:55:55.8293631Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:55:55.8294040Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:55:55.8294426Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:55:55.8294771Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:55:55.8295120Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:55:55.8295466Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:55:55.8295753Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:55:55.8296050Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:55:55.8296391Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:55:55.8296736Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:55:55.8297090Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:55:55.8297550Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:55:55.8297887Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:55:55.8298216Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:55:55.8298583Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:55:55.8298980Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:55:55.8299364Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:55:55.8299744Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:55:55.8300222Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:55:55.8300625Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:55:55.8301109Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:55:55.8301742Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:55:55.8302371Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:55:55.8302907Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:55:55.8303370Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:55:55.8303808Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:55:55.8304316Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:55:55.8304925Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:55:55.8305476Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:55:55.8305964Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:55:55.8306399Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:55:55.8306877Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:55:55.8307243Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:55:55.8307603Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:55:55.8307973Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:55:55.8308353Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:55:55.8308726Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:55:55.8309101Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:55:55.8309469Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:55:55.8309950Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:55:55.8310311Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:55:55.8310673Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:55:55.8311037Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:55:55.8311416Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:55:55.8311796Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:55:55.8312198Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:55:55.8312598Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:55:55.8312946Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:55:55.8313322Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:55:55.8313830Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:55:55.8314232Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:55:55.8314656Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:55:55.8315077Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:55:55.8315430Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:55:55.8315789Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:55:55.8316158Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:55:55.8316508Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:55:55.8316884Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:55:55.8317257Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:55:55.8317626Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:55:55.8317999Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:55:55.8318351Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:55:55.8318704Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:55:55.8319236Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:55:55.8320036Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:55:55.8320701Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:55:55.8321344Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:55:55.8321852Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:55:55.8322222Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:55:55.8322580Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:55:55.8323062Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:55:55.8323421Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:55:55.8323770Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:55:55.8324129Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:55:55.8324503Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:55:55.8324859Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:55:55.8325223Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:55:55.8325589Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:55:55.8325955Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:55:55.8326333Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:55:55.8326734Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:55:55.8327128Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:55:55.8327513Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:55:55.8327902Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:55:55.8328281Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:55:55.8328653Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:55:55.8329027Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:55:55.8329387Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:55:55.8329978Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:55:55.8330414Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:55:55.8330838Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:55:55.8331230Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:55:55.8331614Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:55:55.8331990Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:55:55.8332403Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:55:55.8332824Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:55:55.8333211Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:55:55.8333635Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:55:55.8334086Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:55:55.8334487Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:55:55.8334847Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:55:55.8335219Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:55:55.8335604Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:55:55.8336000Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:55:55.8336387Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:55:55.8336754Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:55:55.8337126Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:55:55.8337582Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:55:55.8338047Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:55:55.8338435Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:55:55.8338841Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:55:55.8339401Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:55:55.8339931Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:55:55.8340397Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:55:55.8340873Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:55:55.8341309Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:55:55.8341726Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:55:55.8342121Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:55:55.8342514Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:55:55.8342923Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:55:55.8343299Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:55:55.8343668Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:55:55.8344062Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:55:55.8344452Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:55:55.8344847Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:55:55.8345251Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:55:55.8345633Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:55:55.8345997Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:55:55.8346465Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:55:55.8346819Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:55:55.8347200Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:55:55.8347605Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:55:55.8348049Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:55:55.8348489Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:55:55.8348880Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:55:55.8349303Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:55:55.8349705Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:55:55.8350197Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:55:55.8350594Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:55:55.8350945Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:55:55.8351305Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:55:55.8351683Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:55:55.8352062Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:55:55.8352423Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:55:55.8352747Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:55:55.8353051Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:55:55.8353394Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:55:55.8353890Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T21:55:55.8354398Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:55:55.8354770Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:55:55.8355250Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:55:55.8355631Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:55:55.8356031Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:55:55.8356433Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:55:55.8356822Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:55:55.8357218Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:55:55.8357615Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:55:55.8357976Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:55:55.8358344Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:55:55.8358697Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:55:55.8359062Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:55:55.8359476Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:55:55.8359992Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:55:55.8360378Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:55:55.8360786Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:55:55.8361209Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:55:55.8361588Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:55:55.8361942Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:55:55.8362397Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:55:55.8362748Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:55:55.8363107Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:55:55.8363474Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:55:55.8363859Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:55:55.8364254Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:55:55.8364698Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:55:55.8365117Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:55:55.8365481Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:55:55.8365849Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:55:55.8366232Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:55:55.8366604Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:55:55.8366968Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:55:55.8367335Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:55:55.8367763Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:55:55.8368240Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:55:55.8368642Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:55:55.8369001Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:55:55.8369365Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:55:55.8369756Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:55:55.8370241Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:55:55.8370606Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:55:55.8370998Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:55:55.8371489Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:55:55.8371830Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:55:55.8372171Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:55:55.8372552Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:55:55.8372957Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:55:55.8373325Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:55:55.8373703Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:55:55.8374133Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:55:55.8374555Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:55:55.8374962Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:55:55.8375347Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:55:55.8375850Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:55:55.8376356Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:55:55.8376661Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:55:55.8377000Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:55:55.8377398Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:55:55.8377807Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:55:55.8378426Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:55:55.8379003Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:55:55.8379600Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:55:55.8380332Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:55:55.8380961Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:55:55.8381571Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:55:55.8382181Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:55:55.8382747Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:55:55.8383223Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:55:55.8383653Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:55:55.8384077Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:55:55.8384492Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:55:55.8384950Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:55:55.8385373Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:55:55.8385743Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:55:55.8386100Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:55:55.8386464Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:55:55.8386828Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:55:55.8387229Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:55:55.8387630Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:55:55.8388105Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:55:55.8388484Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:55:55.8388931Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:55:55.8389406Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:55:55.8389975Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:55:55.8390444Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:55:55.8390908Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:55:55.8391374Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:55:55.8391811Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:55:55.8392210Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:55:55.8392612Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:55:55.8393009Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:55:55.8393401Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:55:55.8393794Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:55:55.8394216Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:55:55.8394631Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:55:55.8395005Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:55:55.8395523Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:55:55.8395897Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:55:55.8396262Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:55:55.8396687Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:55:55.8397109Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:55:55.8397508Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:55:55.8397904Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:55:55.8398316Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:55:55.8398750Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:55:55.8399183Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:55:55.8399604Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:55:55.8400150Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:55:55.8400515Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:55:55.8400893Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:55:55.8401249Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:55:55.8401609Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:55:55.8401997Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:55:55.8402384Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:55:55.8402798Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:55:55.8403252Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:55:55.8403661Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:55:55.8404054Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:55:55.8404557Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:55:55.8404849Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:55:55.8405161Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:55:55.8405530Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:55:55.8405917Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:55:55.8406294Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:55:55.8406671Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:55:55.8407083Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:55:55.8407520Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:55:55.8407919Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:55:55.8408290Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:55:55.8408685Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:55:55.8409228Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:55:55.8409893Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:55:55.8410334Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:55:55.8410759Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:55:55.8411176Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:55:55.8411582Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:55:55.8412080Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:55:55.8412463Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:55:55.8412834Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:55:55.8413216Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:55:55.8413598Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:55:55.8413958Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:55:55.8414329Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:55:55.8414715Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:55:55.8415077Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:55:55.8415480Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:55:55.8415930Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:55:55.8416337Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:55:55.8416703Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:55:55.8417068Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:55:55.8417440Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:55:55.8417801Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:55:55.8418155Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:55:55.8418572Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:55:55.8419010Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:55:55.8419403Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:55:55.8419883Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:55:55.8420271Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:55:55.8420759Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:55:55.8421119Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:55:55.8421484Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:55:55.8421870Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:55:55.8422307Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:55:55.8422750Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:55:55.8423159Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:55:55.8423544Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:55:55.8423934Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:55:55.8424342Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:55:55.8424722Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:55:55.8425069Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:55:55.8425383Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:55:55.8425674Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:55:55.8426031Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:55:55.8426391Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:55:55.8426728Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:55:55.8427087Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:55:55.8427588Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:55:55.8427967Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:55:55.8428315Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:55:55.8428655Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:55:55.8429018Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:55:55.8429402Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:55:55.8429762Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:55:55.8430209Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:55:55.8430576Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:55:55.8430949Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:55:55.8431320Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:55:55.8431658Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:55:55.8432018Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:55:55.8432397Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:55:55.8432758Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:55:55.8433124Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:55:55.8433485Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:55:55.8433854Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:55:55.8434244Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:55:55.8434658Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:55:55.8435048Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:55:55.8435390Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:55:55.8435727Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:55:55.8436063Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:55:55.8436593Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:55:55.8437076Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:55:55.8437534Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:55:55.8437993Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:55:55.8438476Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:55:55.8438899Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:55:55.8439273Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:55:55.8439651Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:55:55.8440130Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:55:55.8440510Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:55:55.8440874Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:55:55.8441243Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:55:55.8441604Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:55:55.8441983Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:55:55.8442411Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:55:55.8442826Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:55:55.8443190Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:55:55.8443690Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:55:55.8444108Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:55:55.8444476Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:55:55.8444815Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:55:55.8445191Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:55:55.8445628Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:55:55.8446043Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:55:55.8446442Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:55:55.8446837Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:55:55.8447154Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:55:55.8447426Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:55:55.8447770Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:55:55.8448237Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:55:56.1997417Z info: downloading installer
2025-08-20T21:55:56.5013623Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T21:55:56.5014116Z warn: /home/runner/.rustup/settings.toml
2025-08-20T21:55:56.5014544Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T21:55:56.5015017Z warn: instead of the one inferred from the default host triple.
2025-08-20T21:55:56.5180581Z info: profile set to 'default'
2025-08-20T21:55:56.5180963Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T21:55:56.5181440Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T21:55:56.5859685Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:55:56.6602051Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:55:56.6602661Z 
2025-08-20T21:55:56.6695157Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:55:56.6695899Z 
2025-08-20T21:55:56.6695904Z 
2025-08-20T21:55:56.6696003Z Rust is installed now. Great!
2025-08-20T21:55:56.6696176Z 
2025-08-20T21:55:56.6696392Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T21:55:56.6697110Z environment variable. This has not been done automatically.
2025-08-20T21:55:56.6697498Z 
2025-08-20T21:55:56.6697686Z To configure your current shell, you need to source
2025-08-20T21:55:56.6698185Z the corresponding env file under $HOME/.cargo.
2025-08-20T21:55:56.6698490Z 
2025-08-20T21:55:56.6698796Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T21:55:56.6699459Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T21:55:56.6700201Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T21:55:56.6700701Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T21:55:56.7005984Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:55:56.7338923Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:55:56.7339385Z 
2025-08-20T21:55:56.7432036Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:55:56.7432377Z 
2025-08-20T21:55:56.7911553Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:55:57.9491827Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T21:55:57.9799106Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:55:57.9799711Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:55:57.9800523Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:55:57.9801146Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:55:57.9802089Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:55:57.9803101Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:55:57.9803758Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:55:57.9804415Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:55:57.9805031Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:55:57.9805605Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:55:57.9806235Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:55:57.9806913Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:55:57.9807590Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:55:57.9808298Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:55:57.9808988Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:55:57.9809695Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:55:57.9810586Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:55:57.9811206Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:55:57.9811683Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:55:57.9812228Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:55:57.9812660Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:55:57.9813032Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:55:57.9813436Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:55:57.9813823Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:55:57.9814172Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:55:57.9814557Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:55:57.9814978Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:55:57.9815374Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:55:57.9815971Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:55:57.9816369Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:55:57.9816772Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:55:57.9817174Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:55:57.9817583Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:55:57.9817982Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:55:57.9818408Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:55:57.9818830Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:55:57.9819231Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:55:57.9819616Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:55:57.9820278Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:55:57.9820699Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:55:57.9821108Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:55:57.9821497Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:55:57.9821874Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:55:57.9822315Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:55:57.9822772Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:55:57.9823352Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:55:57.9823829Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:55:57.9824258Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:55:57.9824668Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:55:57.9825068Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:55:57.9825457Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:55:57.9825857Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:55:57.9826239Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:55:57.9826599Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:55:57.9826940Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:55:57.9827299Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:55:57.9827616Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:55:57.9827949Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:55:57.9828338Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:55:57.9828700Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:55:57.9829093Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:55:57.9829514Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:55:57.9830095Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:55:57.9830498Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:55:57.9830923Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:55:57.9831353Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:55:57.9831751Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:55:57.9832273Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:55:57.9832726Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:55:57.9833185Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:55:57.9833666Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:55:57.9834127Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:55:57.9834536Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:55:57.9834915Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:55:57.9835298Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:55:57.9835686Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:55:57.9836113Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:55:57.9836588Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:55:57.9837072Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:55:57.9837546Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:55:57.9837965Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:55:57.9838348Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:55:57.9838725Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:55:57.9839115Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:55:57.9839612Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:55:57.9840298Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:55:57.9841020Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:55:57.9841600Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:55:57.9841983Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:55:57.9842348Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:55:57.9842738Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:55:57.9843130Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:55:57.9843498Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:55:57.9843852Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:55:57.9844225Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:55:57.9844595Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:55:57.9844934Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:55:57.9845301Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:55:57.9845665Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:55:57.9846017Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:55:57.9846387Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:55:57.9846733Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:55:57.9847078Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:55:57.9847438Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:55:57.9847812Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:55:57.9848206Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:55:57.9848592Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:55:57.9849086Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:55:57.9849450Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:55:57.9849990Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:55:57.9850400Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:55:57.9850746Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:55:57.9851066Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:55:57.9851657Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:55:57.9852162Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:55:57.9852506Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:55:57.9852863Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:55:57.9853201Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:55:57.9853572Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:55:57.9853958Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:55:57.9854382Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:55:57.9854816Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:55:57.9855205Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:55:57.9855581Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:55:57.9855952Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:55:57.9856330Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:55:57.9856864Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:55:57.9857269Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:55:57.9857639Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:55:57.9858016Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:55:57.9858418Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:55:57.9858845Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:55:57.9859270Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:55:57.9859644Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:55:57.9860223Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:55:57.9860621Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:55:57.9861019Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:55:57.9861406Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:55:57.9861787Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:55:57.9862169Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:55:57.9862559Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:55:57.9862923Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:55:57.9863270Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:55:57.9863572Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:55:57.9863887Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:55:57.9864271Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:55:57.9864661Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:55:57.9865042Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:55:57.9865399Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:55:57.9865884Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:55:57.9866241Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:55:57.9866585Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:55:57.9866917Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:55:57.9867330Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:55:57.9867768Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:55:57.9868160Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:55:57.9868520Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:55:57.9868897Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:55:57.9869302Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:55:57.9869712Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:55:57.9870315Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:55:57.9870667Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:55:57.9871012Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:55:57.9871427Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:55:57.9871843Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:55:57.9872237Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:55:57.9872589Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:55:57.9873106Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:55:57.9873487Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:55:57.9873856Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:55:57.9874267Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:55:57.9874726Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:55:57.9875132Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:55:57.9875489Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:55:57.9875824Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:55:57.9876164Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:55:57.9876599Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:55:57.9877095Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:55:57.9877526Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:55:57.9877890Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:55:57.9878489Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:55:57.9879127Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:55:57.9879621Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:55:57.9880215Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:55:57.9880578Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:55:57.9880956Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:55:57.9881358Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:55:57.9881767Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:55:57.9882164Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:55:57.9882678Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:55:57.9883060Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:55:57.9883451Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:55:57.9883839Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:55:57.9884224Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:55:57.9884605Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:55:57.9884987Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:55:57.9885367Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:55:57.9885787Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:55:57.9886225Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:55:57.9886641Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:55:57.9887010Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:55:57.9887373Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:55:57.9887760Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:55:57.9888131Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:55:57.9888496Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:55:57.9888862Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:55:57.9889239Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:55:57.9889762Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:55:57.9890417Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:55:57.9890856Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:55:57.9891249Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:55:57.9891627Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:55:57.9892000Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:55:57.9892363Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:55:57.9892720Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:55:57.9893099Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:55:57.9893469Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:55:57.9893910Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:55:57.9894377Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:55:57.9894825Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:55:57.9895331Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:55:57.9895825Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:55:57.9896309Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:55:57.9896785Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:55:57.9897208Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:55:57.9897560Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:55:57.9897913Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:55:57.9898284Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:55:57.9898650Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:55:57.9899126Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:55:57.9899489Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:55:57.9900056Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:55:57.9900459Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:55:57.9900832Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:55:57.9901217Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:55:57.9901611Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:55:57.9901983Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:55:57.9902392Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:55:57.9902820Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:55:57.9903201Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:55:57.9903836Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:55:57.9904555Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:55:57.9904930Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:55:57.9905275Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:55:57.9905614Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:55:57.9905966Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:55:57.9906337Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:55:57.9906699Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:55:57.9907220Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:55:57.9907599Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:55:57.9907912Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:55:57.9908363Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:55:57.9908871Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:55:57.9909231Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:55:57.9909605Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:55:57.9910182Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:55:57.9910591Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:55:57.9911016Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:55:57.9911431Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:55:57.9911852Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:55:57.9912251Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:55:57.9912659Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:55:57.9913063Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:55:57.9913461Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:55:57.9913838Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:55:57.9914254Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:55:57.9914732Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:55:57.9915219Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:55:57.9915654Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:55:57.9916050Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:55:57.9916563Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:55:57.9917028Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:55:57.9917496Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:55:57.9917891Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:55:57.9918312Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:55:57.9918752Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:55:57.9919149Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:55:57.9919503Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:55:57.9919968Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:55:57.9920345Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:55:57.9920722Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:55:57.9921079Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:55:57.9921426Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:55:57.9921801Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:55:57.9922171Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:55:57.9922527Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:55:57.9922887Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:55:57.9923230Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:55:57.9923719Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:55:57.9924096Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:55:57.9924452Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:55:57.9924799Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:55:57.9925140Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:55:57.9925494Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:55:57.9925856Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:55:57.9926206Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:55:57.9926549Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:55:57.9926912Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:55:57.9927259Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:55:57.9927633Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:55:57.9928058Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:55:57.9928455Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:55:57.9928813Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:55:57.9929184Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:55:57.9929605Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:55:57.9930107Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:55:57.9930464Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:55:57.9930822Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:55:57.9931172Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:55:57.9931466Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:55:57.9931761Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:55:57.9932104Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:55:57.9932604Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:55:57.9932958Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:55:57.9933307Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:55:57.9933643Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:55:57.9933976Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:55:57.9934347Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:55:57.9934748Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:55:57.9935134Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:55:57.9935523Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:55:57.9935902Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:55:57.9936306Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:55:57.9936796Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:55:57.9937406Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:55:57.9938017Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:55:57.9938549Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:55:57.9939005Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:55:57.9939448Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:55:57.9940309Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:55:57.9940936Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:55:57.9941496Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:55:57.9941982Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:55:57.9942420Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:55:57.9942783Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:55:57.9943147Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:55:57.9943506Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:55:57.9943876Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:55:57.9944306Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:55:57.9944681Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:55:57.9945057Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:55:57.9945428Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:55:57.9945796Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:55:57.9946156Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:55:57.9946520Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:55:57.9946876Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:55:57.9947254Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:55:57.9947636Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:55:57.9948037Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:55:57.9948439Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:55:57.9948792Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:55:57.9949285Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:55:57.9949691Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:55:57.9950203Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:55:57.9950631Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:55:57.9951051Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:55:57.9951412Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:55:57.9951773Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:55:57.9952142Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:55:57.9952496Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:55:57.9952873Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:55:57.9953253Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:55:57.9953623Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:55:57.9953999Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:55:57.9954356Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:55:57.9954715Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:55:57.9955252Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:55:57.9955950Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:55:57.9956728Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:55:57.9957377Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:55:57.9957895Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:55:57.9958266Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:55:57.9958631Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:55:57.9958998Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:55:57.9959363Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:55:57.9959713Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:55:57.9960181Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:55:57.9960559Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:55:57.9960933Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:55:57.9961457Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:55:57.9962095Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:55:57.9962743Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:55:57.9963434Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:55:57.9964175Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:55:57.9964804Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:55:57.9965196Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:55:57.9965587Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:55:57.9965977Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:55:57.9966357Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:55:57.9966732Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:55:57.9967337Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:55:57.9967718Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:55:57.9968118Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:55:57.9968502Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:55:57.9968885Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:55:57.9969267Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:55:57.9969642Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:55:57.9970190Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:55:57.9970619Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:55:57.9971005Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:55:57.9971436Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:55:57.9971888Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:55:57.9972288Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:55:57.9972648Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:55:57.9973022Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:55:57.9973409Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:55:57.9973807Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:55:57.9974323Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:55:57.9974698Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:55:57.9975075Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:55:57.9975532Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:55:57.9975994Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:55:57.9976381Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:55:57.9976775Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:55:57.9977217Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:55:57.9977650Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:55:57.9978113Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:55:57.9978592Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:55:57.9979023Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:55:57.9979450Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:55:57.9979936Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:55:57.9980322Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:55:57.9980726Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:55:57.9981100Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:55:57.9981463Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:55:57.9981855Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:55:57.9982246Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:55:57.9982657Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:55:57.9983077Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:55:57.9983593Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:55:57.9983964Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:55:57.9984321Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:55:57.9984673Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:55:57.9985057Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:55:57.9985473Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:55:57.9985919Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:55:57.9986367Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:55:57.9986768Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:55:57.9987197Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:55:57.9987616Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:55:57.9988013Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:55:57.9988410Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:55:57.9988762Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:55:57.9989117Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:55:57.9989500Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:55:57.9990084Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:55:57.9990455Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:55:57.9990897Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:55:57.9991208Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:55:57.9991551Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:55:57.9992050Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T21:55:57.9992551Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:55:57.9992921Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:55:57.9993279Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:55:57.9993664Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:55:57.9994067Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:55:57.9994464Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:55:57.9994858Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:55:57.9995259Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:55:57.9995662Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:55:57.9996025Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:55:57.9996384Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:55:57.9996738Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:55:57.9997108Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:55:57.9997520Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:55:57.9997935Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:55:57.9998320Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:55:57.9998729Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:55:57.9999157Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:55:57.9999659Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:55:58.0000124Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:55:58.0000467Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:55:58.0000824Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:55:58.0001187Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:55:58.0001556Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:55:58.0001946Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:55:58.0002347Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:55:58.0002797Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:55:58.0003592Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:55:58.0003967Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:55:58.0004347Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:55:58.0004717Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:55:58.0005092Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:55:58.0005457Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:55:58.0005821Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:55:58.0006251Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:55:58.0006732Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:55:58.0007303Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:55:58.0007673Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:55:58.0008037Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:55:58.0008433Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:55:58.0008811Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:55:58.0009177Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:55:58.0009564Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:55:58.0010051Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:55:58.0010391Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:55:58.0010737Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:55:58.0011127Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:55:58.0011540Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:55:58.0011911Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:55:58.0012291Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:55:58.0012721Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:55:58.0013143Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:55:58.0013550Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:55:58.0013931Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:55:58.0014435Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:55:58.0014940Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:55:58.0015244Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:55:58.0015584Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:55:58.0015986Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:55:58.0016520Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:55:58.0017028Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:55:58.0017603Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:55:58.0018202Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:55:58.0018840Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:55:58.0019469Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:55:58.0020189Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:55:58.0020806Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:55:58.0021379Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:55:58.0021853Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:55:58.0022287Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:55:58.0022710Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:55:58.0023127Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:55:58.0023586Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:55:58.0024003Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:55:58.0024494Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:55:58.0024856Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:55:58.0025225Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:55:58.0025594Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:55:58.0025993Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:55:58.0026398Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:55:58.0026752Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:55:58.0027130Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:55:58.0027578Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:55:58.0028065Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:55:58.0028535Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:55:58.0029007Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:55:58.0029475Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:55:58.0030135Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:55:58.0030575Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:55:58.0030978Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:55:58.0031376Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:55:58.0031777Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:55:58.0032174Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:55:58.0032611Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:55:58.0033034Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:55:58.0033448Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:55:58.0033954Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:55:58.0034327Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:55:58.0034695Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:55:58.0035064Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:55:58.0035488Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:55:58.0035918Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:55:58.0036310Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:55:58.0036709Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:55:58.0037122Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:55:58.0037558Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:55:58.0037990Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:55:58.0038411Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:55:58.0038800Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:55:58.0039169Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:55:58.0039545Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:55:58.0040005Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:55:58.0040369Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:55:58.0040871Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:55:58.0041267Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:55:58.0041679Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:55:58.0042138Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:55:58.0042546Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:55:58.0042942Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:55:58.0043325Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:55:58.0043619Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:55:58.0043933Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:55:58.0044307Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:55:58.0044694Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:55:58.0045065Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:55:58.0045453Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:55:58.0045877Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:55:58.0046310Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:55:58.0046716Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:55:58.0047093Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:55:58.0047479Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:55:58.0048009Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:55:58.0048574Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:55:58.0049018Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:55:58.0049445Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:55:58.0050080Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:55:58.0050489Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:55:58.0050877Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:55:58.0051257Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:55:58.0051627Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:55:58.0052006Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:55:58.0052393Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:55:58.0052757Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:55:58.0053131Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:55:58.0053521Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:55:58.0053889Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:55:58.0054282Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:55:58.0054731Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:55:58.0055137Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:55:58.0055501Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:55:58.0055868Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:55:58.0056246Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:55:58.0056611Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:55:58.0057086Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:55:58.0057510Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:55:58.0057948Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:55:58.0058344Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:55:58.0058726Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:55:58.0059110Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:55:58.0059479Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:55:58.0059932Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:55:58.0060307Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:55:58.0060691Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:55:58.0061134Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:55:58.0061579Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:55:58.0061992Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:55:58.0062377Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:55:58.0062769Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:55:58.0063178Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:55:58.0063555Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:55:58.0063901Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:55:58.0064209Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:55:58.0064506Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:55:58.0064868Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:55:58.0065234Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:55:58.0065577Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:55:58.0066053Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:55:58.0066441Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:55:58.0066813Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:55:58.0067158Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:55:58.0067496Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:55:58.0067858Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:55:58.0068246Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:55:58.0068608Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:55:58.0068957Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:55:58.0069309Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:55:58.0069691Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:55:58.0070268Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:55:58.0070608Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:55:58.0070971Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:55:58.0071352Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:55:58.0071717Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:55:58.0072077Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:55:58.0072439Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:55:58.0072941Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:55:58.0073346Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:55:58.0073757Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:55:58.0074154Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:55:58.0074502Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:55:58.0074843Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:55:58.0075178Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:55:58.0075591Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:55:58.0076083Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:55:58.0076544Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:55:58.0077005Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:55:58.0077492Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:55:58.0077921Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:55:58.0078290Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:55:58.0078667Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:55:58.0079046Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:55:58.0079421Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:55:58.0079902Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:55:58.0080275Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:55:58.0080635Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:55:58.0092075Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:55:58.0092551Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:55:58.0093155Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:55:58.0093532Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:55:58.0093951Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:55:58.0094374Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:55:58.0094747Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:55:58.0095091Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:55:58.0095472Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:55:58.0095916Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:55:58.0096336Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:55:58.0096742Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:55:58.0097145Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:55:58.0097461Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:55:58.0097731Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:55:58.0098075Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:55:58.0098546Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:55:58.0098863Z 
2025-08-20T21:55:58.0098868Z 
2025-08-20T21:55:58.0099228Z  [+] Finished Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (09:55:57 PM)
2025-08-20T21:55:58.0099600Z 
2025-08-20T21:55:58.0099603Z 
2025-08-20T21:55:58.0099607Z 
2025-08-20T21:55:58.0099683Z [+] Continue : YES
2025-08-20T21:55:58.0099911Z 
2025-08-20T21:55:58.0100286Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T21:55:58.0627257Z 
2025-08-20T21:55:58.0627797Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (09:55:58 PM) UTC
2025-08-20T21:55:58.0628250Z 
2025-08-20T21:55:58.0644994Z 
2025-08-20T21:55:58.0645375Z [+] Total RECIPES :: 1
2025-08-20T21:55:58.0645548Z 
2025-08-20T21:55:58.0720451Z 
2025-08-20T21:55:58.0721074Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nuclei/static.official.source.yaml (1/1)
2025-08-20T21:55:58.0721617Z 
2025-08-20T21:55:58.1671631Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nuclei/static.official.source.yaml
2025-08-20T21:55:58.1682362Z mode of '/tmp/pkgforge/ynv5YXVeD_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:55:58.1728967Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/nuclei/official [Provided]
2025-08-20T21:55:58.1729447Z [+] Setting '.pkg_family' --> nuclei [Provided]
2025-08-20T21:55:58.1742304Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T21:55:58.1749054Z [00:00:00.000]➜  [+] HOST: Linux pkrvmqc4gcfdwos 6.11.0-1018-azure #18~24.04.1-Ubuntu SMP Sat Jun 28 04:46:03 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
2025-08-20T21:55:58.1778723Z [00:00:00.003]➜  
2025-08-20T21:55:58.1779273Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/amd64" to 'docker run' ==> /tmp/pkgforge/ynv5YXVeD_build.yaml
2025-08-20T21:55:58.1779732Z [00:00:00.003]➜  
2025-08-20T21:55:58.1820425Z [00:00:00.007]➜  
2025-08-20T21:55:58.1821216Z [00:00:00.007]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':x86_64' ==> /tmp/pkgforge/ynv5YXVeD_build.yaml
2025-08-20T21:55:58.1821687Z [00:00:00.007]➜  
2025-08-20T21:55:58.1900170Z [00:00:00.015]➜  
2025-08-20T21:55:58.1901273Z [00:00:00.015]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/nuclei/static.official.source.yaml) --> /tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (09:55:58 PM) UTC]
2025-08-20T21:55:58.1902778Z [00:00:00.015]➜  
2025-08-20T21:55:58.1903120Z [00:00:00.015]➜  
2025-08-20T21:55:58.1903866Z [00:00:00.015]➜  
2025-08-20T21:55:58.1904353Z [00:00:00.015]➜  ###################################################################
2025-08-20T21:55:58.1911009Z [00:00:00.016]➜  #!/SBUILD ver @v1.0.0
2025-08-20T21:55:58.1912553Z [00:00:00.016]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nuclei/static.official.source.yaml
2025-08-20T21:55:58.1913688Z [00:00:00.016]➜  _disabled: false
2025-08-20T21:55:58.1914136Z [00:00:00.016]➜  
2025-08-20T21:55:58.1914513Z [00:00:00.016]➜  pkg: "nuclei"
2025-08-20T21:55:58.1915108Z [00:00:00.016]➜  pkg_id: "github.com.projectdiscovery.nuclei"
2025-08-20T21:55:58.1915750Z [00:00:00.016]➜  pkg_type: "static"
2025-08-20T21:55:58.1916212Z [00:00:00.016]➜  category:
2025-08-20T21:55:58.1917026Z [00:00:00.016]➜    - "ConsoleOnly"
2025-08-20T21:55:58.1917541Z [00:00:00.016]➜    - "Utility"
2025-08-20T21:55:58.1918077Z [00:00:00.016]➜  description: "Fast and customizable vulnerability scanner based on simple YAML based DSL"
2025-08-20T21:55:58.1918545Z [00:00:00.016]➜  distro_pkg:
2025-08-20T21:55:58.1918804Z [00:00:00.016]➜    archlinux:
2025-08-20T21:55:58.1919041Z [00:00:00.016]➜      aur:
2025-08-20T21:55:58.1919276Z [00:00:00.016]➜        - "nuclei"
2025-08-20T21:55:58.1919541Z [00:00:00.016]➜        - "nuclei-bin"
2025-08-20T21:55:58.1919995Z [00:00:00.016]➜    homebrew:
2025-08-20T21:55:58.1920298Z [00:00:00.016]➜      - "nuclei"
2025-08-20T21:55:58.1920547Z [00:00:00.017]➜    nixpkgs:
2025-08-20T21:55:58.1920780Z [00:00:00.017]➜      - "nuclei"
2025-08-20T21:55:58.1921017Z [00:00:00.017]➜  homepage:
2025-08-20T21:55:58.1921344Z [00:00:00.017]➜    - "https://github.com/projectdiscovery/nuclei"
2025-08-20T21:55:58.1921682Z [00:00:00.017]➜  license:
2025-08-20T21:55:58.1921941Z [00:00:00.017]➜    - id: "MIT"
2025-08-20T21:55:58.1922704Z [00:00:00.017]➜      url: "https://github.com/projectdiscovery/nuclei/raw/e4a0b8ec6054410887fcd8cfc569f7e388b2c8d0/LICENSE.md"  
2025-08-20T21:55:58.1923265Z [00:00:00.017]➜  maintainer:
2025-08-20T21:55:58.1923607Z [00:00:00.017]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:55:58.1923927Z [00:00:00.017]➜  note:
2025-08-20T21:55:58.1924221Z [00:00:00.017]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T21:55:58.1924773Z [00:00:00.017]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/projectdiscovery/nuclei"
2025-08-20T21:55:58.1925249Z [00:00:00.017]➜  provides:
2025-08-20T21:55:58.1925481Z [00:00:00.017]➜    - "nuclei"
2025-08-20T21:55:58.1925720Z [00:00:00.017]➜  repology:
2025-08-20T21:55:58.1925945Z [00:00:00.017]➜    - "nuclei"
2025-08-20T21:55:58.1926172Z [00:00:00.017]➜  src_url:
2025-08-20T21:55:58.1926480Z [00:00:00.017]➜    - "https://github.com/projectdiscovery/nuclei"
2025-08-20T21:55:58.1926789Z [00:00:00.017]➜  tag:
2025-08-20T21:55:58.1927028Z [00:00:00.017]➜    - "bug-bounty"
2025-08-20T21:55:58.1927282Z [00:00:00.017]➜    - "recon"
2025-08-20T21:55:58.1927522Z [00:00:00.017]➜    - "security"
2025-08-20T21:55:58.1927891Z [00:00:00.017]➜  x_exec:
2025-08-20T21:55:58.1928378Z [00:00:00.017]➜    bsys: "docker://go"
2025-08-20T21:55:58.1928840Z [00:00:00.017]➜    host:
2025-08-20T21:55:58.1929255Z [00:00:00.017]➜      - "aarch64-Linux"
2025-08-20T21:55:58.1929724Z [00:00:00.017]➜      - "x86_64-Linux"
2025-08-20T21:55:58.1930342Z [00:00:00.017]➜    shell: "bash"
2025-08-20T21:55:58.1930772Z [00:00:00.017]➜    pkgver: |
2025-08-20T21:55:58.1931230Z [00:00:00.017]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T21:55:58.1931996Z [00:00:00.017]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/projectdiscovery/nuclei" "./TEMPREPO" &>/dev/null && \
2025-08-20T21:55:58.1932915Z [00:00:00.017]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T21:55:58.1933585Z [00:00:00.017]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T21:55:58.1934151Z [00:00:00.017]➜    run: |
2025-08-20T21:55:58.1934384Z [00:00:00.017]➜      #Build
2025-08-20T21:55:58.1934995Z [00:00:00.017]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/amd64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T21:55:58.1935734Z [00:00:00.017]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T21:55:58.1936317Z [00:00:00.017]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T21:55:58.1936797Z [00:00:00.017]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T21:55:58.1937221Z [00:00:00.017]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:x86_64" \
2025-08-20T21:55:58.1937714Z [00:00:00.017]➜        bash -l -c '
2025-08-20T21:55:58.1938195Z [00:00:00.017]➜        #Setup ENV
2025-08-20T21:55:58.1938891Z [00:00:00.017]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T21:55:58.1939588Z [00:00:00.017]➜         CGO_ENABLED="1" 
2025-08-20T21:55:58.1940492Z [00:00:00.017]➜         CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T21:55:58.1941457Z [00:00:00.017]➜         GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T21:55:58.1942154Z [00:00:00.017]➜         GOOS="linux"
2025-08-20T21:55:58.1942732Z [00:00:00.017]➜         export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T21:55:58.1943275Z [00:00:00.017]➜        #Build
2025-08-20T21:55:58.1944275Z [00:00:00.017]➜         git clone --filter "blob:none" --quiet "https://github.com/projectdiscovery/nuclei" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T21:55:58.1945337Z [00:00:00.017]➜         echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T21:55:58.1946427Z [00:00:00.017]➜         echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T21:55:58.1947275Z [00:00:00.017]➜         go mod tidy -v ; go generate ./...
2025-08-20T21:55:58.1948781Z [00:00:00.017]➜         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:55:58.1950308Z [00:00:00.017]➜        #Copy
2025-08-20T21:55:58.1951558Z [00:00:00.017]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T21:55:58.1952625Z [00:00:00.017]➜        #Strip 
2025-08-20T21:55:58.1953559Z [00:00:00.017]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T21:55:58.1954867Z [00:00:00.017]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T21:55:58.1956162Z [00:00:00.017]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T21:55:58.1957293Z [00:00:00.017]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T21:55:58.1958342Z [00:00:00.017]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T21:55:58.1959154Z [00:00:00.017]➜         popd &>/dev/null
2025-08-20T21:55:58.1959634Z [00:00:00.017]➜        '
2025-08-20T21:55:58.1960413Z [00:00:00.017]➜      #Copy & Meta
2025-08-20T21:55:58.1961101Z [00:00:00.017]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T21:55:58.1962128Z [00:00:00.017]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T21:55:58.1964159Z [00:00:00.017]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T21:55:58.1965943Z [00:00:00.017]➜  
2025-08-20T21:55:58.1966312Z [00:00:00.017]➜  
2025-08-20T21:55:58.1966828Z [00:00:00.017]➜  ###################################################################
2025-08-20T21:55:58.1967350Z [00:00:00.017]➜  
2025-08-20T21:55:58.1967704Z [00:00:00.017]➜  
2025-08-20T21:55:58.1968053Z [00:00:00.017]➜  
2025-08-20T21:55:58.1968945Z [00:00:00.018]➜  '/tmp/pkgforge/ynv5YXVeD_build.yaml' -> '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T21:55:59.6091242Z [00:00:01.434]➜  '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/nuclei.static.version' -> '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/nuclei.version'
2025-08-20T21:55:59.6146721Z [00:00:01.440]➜  [+] Version: HEAD-b4644af-250820T052823 ('.x_exec.pkgver') [/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/nuclei.static.version]
2025-08-20T21:55:59.6389606Z [00:00:01.464]➜  [+] Progs: nuclei
2025-08-20T21:55:59.9087767Z [00:00:01.734]➜  
2025-08-20T21:55:59.9088151Z [00:00:01.734]➜  [-] Missing packages. Found: 
2025-08-20T21:55:59.9088476Z [00:00:01.734]➜  [+] Expected: nuclei
2025-08-20T21:55:59.9088770Z [00:00:01.734]➜  [+] Continuing with build...
2025-08-20T21:55:59.9089032Z [00:00:01.734]➜  
2025-08-20T21:56:00.2851753Z [00:00:02.110]➜  
2025-08-20T21:56:00.2852217Z [00:00:02.110]➜  
2025-08-20T21:56:00.2943716Z [00:00:02.120]➜  + mkdir -pv /tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T21:56:00.2962245Z [00:00:02.121]➜  + docker run --platform=linux/amd64 --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/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:x86_64 bash -l -c '
2025-08-20T21:56:00.2964414Z [00:00:02.121]➜    #Setup ENV
2025-08-20T21:56:00.2964827Z [00:00:02.121]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T21:56:00.2965240Z [00:00:02.121]➜     CGO_ENABLED="1" 
2025-08-20T21:56:00.2965630Z [00:00:02.121]➜     CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T21:56:00.2966165Z [00:00:02.121]➜     GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T21:56:00.2966564Z [00:00:02.121]➜     GOOS="linux"
2025-08-20T21:56:00.2966877Z [00:00:02.121]➜     export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T21:56:00.2967185Z [00:00:02.121]➜    #Build
2025-08-20T21:56:00.2967746Z [00:00:02.121]➜     git clone --filter "blob:none" --quiet "https://github.com/projectdiscovery/nuclei" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T21:56:00.2968358Z [00:00:02.121]➜     echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T21:56:00.2968836Z [00:00:02.121]➜     echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T21:56:00.2969279Z [00:00:02.121]➜     go mod tidy -v ; go generate ./...
2025-08-20T21:56:00.2970294Z [00:00:02.121]➜     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:56:00.2970975Z [00:00:02.121]➜    #Copy
2025-08-20T21:56:00.2971621Z [00:00:02.121]➜     ( 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:56:00.2972187Z [00:00:02.121]➜    #Strip 
2025-08-20T21:56:00.2972692Z [00:00:02.121]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T21:56:00.2973394Z [00:00:02.121]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T21:56:00.2974119Z [00:00:02.121]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T21:56:00.2974913Z [00:00:02.121]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T21:56:00.2975475Z [00:00:02.121]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T21:56:00.2975899Z [00:00:02.121]➜     popd &>/dev/null
2025-08-20T21:56:00.2976150Z [00:00:02.121]➜    '
2025-08-20T21:56:00.7993002Z [00:00:02.625]➜  x86_64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T21:56:00.9240936Z [00:00:02.749]➜  d62bb7eb03b5: Pulling fs layer
2025-08-20T21:56:00.9241717Z [00:00:02.749]➜  74f0d3ee81d8: Pulling fs layer
2025-08-20T21:56:00.9242245Z [00:00:02.749]➜  bffca73cb30c: Pulling fs layer
2025-08-20T21:56:00.9242698Z [00:00:02.749]➜  73d19b2d2e73: Pulling fs layer
2025-08-20T21:56:00.9243126Z [00:00:02.749]➜  eb4a15147d73: Pulling fs layer
2025-08-20T21:56:00.9243525Z [00:00:02.749]➜  1eff1cf6af24: Pulling fs layer
2025-08-20T21:56:00.9243923Z [00:00:02.749]➜  73d19b2d2e73: Waiting
2025-08-20T21:56:00.9244278Z [00:00:02.749]➜  eb4a15147d73: Waiting
2025-08-20T21:56:00.9244626Z [00:00:02.749]➜  1eff1cf6af24: Waiting
2025-08-20T21:56:01.1488206Z [00:00:02.974]➜  bffca73cb30c: Verifying Checksum
2025-08-20T21:56:01.1488887Z [00:00:02.974]➜  bffca73cb30c: Download complete
2025-08-20T21:56:01.2048382Z [00:00:03.030]➜  d62bb7eb03b5: Verifying Checksum
2025-08-20T21:56:01.2049294Z [00:00:03.030]➜  d62bb7eb03b5: Download complete
2025-08-20T21:56:01.2785873Z [00:00:03.104]➜  74f0d3ee81d8: Verifying Checksum
2025-08-20T21:56:01.2786829Z [00:00:03.104]➜  74f0d3ee81d8: Download complete
2025-08-20T21:56:01.3099655Z [00:00:03.135]➜  d62bb7eb03b5: Pull complete
2025-08-20T21:56:01.4643037Z [00:00:03.289]➜  1eff1cf6af24: Verifying Checksum
2025-08-20T21:56:01.4643800Z [00:00:03.289]➜  1eff1cf6af24: Download complete
2025-08-20T21:56:01.9812729Z [00:00:03.806]➜  eb4a15147d73: Verifying Checksum
2025-08-20T21:56:01.9813619Z [00:00:03.806]➜  eb4a15147d73: Download complete
2025-08-20T21:56:02.2719227Z [00:00:04.097]➜  74f0d3ee81d8: Pull complete
2025-08-20T21:56:02.5745353Z [00:00:04.400]➜  bffca73cb30c: Pull complete
2025-08-20T21:56:19.4053522Z [00:00:21.230]➜  73d19b2d2e73: Verifying Checksum
2025-08-20T21:56:19.4054186Z [00:00:21.230]➜  73d19b2d2e73: Download complete
2025-08-20T21:57:30.7181254Z [00:01:32.543]➜  73d19b2d2e73: Pull complete
2025-08-20T21:57:35.9189708Z [00:01:37.744]➜  eb4a15147d73: Pull complete
2025-08-20T21:57:35.9296208Z [00:01:37.755]➜  1eff1cf6af24: Pull complete
2025-08-20T21:57:35.9345629Z [00:01:37.760]➜  Digest: sha256:275f0d74757c41d7d8c67ff66bbd1327d906f1cc180818b350613ea49d8459ac
2025-08-20T21:57:35.9361033Z [00:01:37.761]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:x86_64
2025-08-20T21:57:36.1327294Z [00:01:37.958]➜  + mkdir -p /build-bins
2025-08-20T21:57:36.1344890Z [00:01:37.960]➜  ++ mktemp -d
2025-08-20T21:57:36.1361245Z [00:01:37.961]➜  + pushd /tmp/tmp.uU6nIRp2JA
2025-08-20T21:57:36.1364515Z [00:01:37.961]➜  + CGO_ENABLED=1
2025-08-20T21:57:36.1365672Z [00:01:37.961]➜  + CGO_CFLAGS='-O2 -flto=auto -fPIE -fpie -static -w -pipe'
2025-08-20T21:57:36.1371256Z [00:01:37.962]➜  ++ uname -m
2025-08-20T21:57:36.1372591Z [00:01:37.962]➜  ++ sed 's/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/'
2025-08-20T21:57:36.1387725Z [00:01:37.964]➜  + GOARCH=amd64
2025-08-20T21:57:36.1388210Z [00:01:37.964]➜  + GOOS=linux
2025-08-20T21:57:36.1388755Z [00:01:37.964]➜  + export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T21:57:36.1392296Z [00:01:37.964]➜  + git clone --filter blob:none --quiet https://github.com/projectdiscovery/nuclei ./TEMPREPO
2025-08-20T21:57:37.8704081Z [00:01:39.696]➜  + cd ./TEMPREPO
2025-08-20T21:57:37.8705099Z [00:01:39.696]➜  + echo -e '\n[+] Target: "amd64/linux"'
2025-08-20T21:57:37.8705588Z [00:01:39.696]➜  
2025-08-20T21:57:37.8706011Z [00:01:39.696]➜  [+] Target: "amd64/linux"
2025-08-20T21:57:37.8707189Z [00:01:39.696]➜  [+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T21:57:37.8707868Z [00:01:39.696]➜  
2025-08-20T21:57:37.8708603Z [00:01:39.696]➜  + echo -e '[+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"\n'
2025-08-20T21:57:37.8709377Z [00:01:39.696]➜  + go mod tidy -v
2025-08-20T21:57:37.9121293Z [00:01:39.737]➜  go: downloading github.com/kitabisa/go-ci v1.0.3
2025-08-20T21:57:37.9124907Z [00:01:39.737]➜  go: downloading github.com/logrusorgru/aurora v2.0.3+incompatible
2025-08-20T21:57:37.9125753Z [00:01:39.738]➜  go: downloading github.com/pkg/errors v0.9.1
2025-08-20T21:57:37.9234618Z [00:01:39.749]➜  go: downloading github.com/projectdiscovery/utils v0.4.23
2025-08-20T21:57:38.1622135Z [00:01:39.987]➜  go: downloading github.com/invopop/jsonschema v0.13.0
2025-08-20T21:57:38.1652414Z [00:01:39.990]➜  go: downloading github.com/mattn/go-sqlite3 v1.14.28
2025-08-20T21:57:38.2650345Z [00:01:40.090]➜  go: downloading github.com/projectdiscovery/gologger v1.1.54
2025-08-20T21:57:38.2651354Z [00:01:40.090]➜  go: downloading github.com/projectdiscovery/goflags v0.1.74
2025-08-20T21:57:38.3213522Z [00:01:40.147]➜  go: downloading github.com/projectdiscovery/interactsh v1.2.4
2025-08-20T21:57:38.3216869Z [00:01:40.147]➜  go: downloading github.com/rs/xid v1.6.0
2025-08-20T21:57:38.3773642Z [00:01:40.203]➜  go: downloading github.com/projectdiscovery/retryablehttp-go v1.0.119
2025-08-20T21:57:38.3774498Z [00:01:40.203]➜  go: downloading gopkg.in/yaml.v3 v3.0.1
2025-08-20T21:57:38.3971656Z [00:01:40.222]➜  go: downloading github.com/stretchr/testify v1.10.0
2025-08-20T21:57:38.4407207Z [00:01:40.266]➜  go: downloading github.com/alitto/pond v1.9.2
2025-08-20T21:57:38.4426184Z [00:01:40.268]➜  go: downloading github.com/labstack/echo/v4 v4.13.4
2025-08-20T21:57:38.4604761Z [00:01:40.286]➜  go: downloading github.com/projectdiscovery/ratelimit v0.0.81
2025-08-20T21:57:38.5003991Z [00:01:40.326]➜  go: downloading github.com/tarunKoyalwar/goleak v0.0.0-20240429141123-0efa90dbdcf9
2025-08-20T21:57:38.5145036Z [00:01:40.340]➜  go: downloading github.com/alecthomas/chroma v0.10.0
2025-08-20T21:57:38.5220200Z [00:01:40.347]➜  go: downloading github.com/go-playground/validator/v10 v10.26.0
2025-08-20T21:57:38.5222142Z [00:01:40.347]➜  go: downloading github.com/json-iterator/go v1.1.12
2025-08-20T21:57:38.5567793Z [00:01:40.382]➜  go: downloading github.com/projectdiscovery/hmap v0.0.92
2025-08-20T21:57:38.6051711Z [00:01:40.430]➜  go: downloading github.com/projectdiscovery/httpx v1.7.0
2025-08-20T21:57:38.6178832Z [00:01:40.443]➜  go: downloading github.com/projectdiscovery/uncover v1.1.0
2025-08-20T21:57:38.6317689Z [00:01:40.457]➜  go: downloading github.com/remeh/sizedwaitgroup v1.0.0
2025-08-20T21:57:38.6836786Z [00:01:40.509]➜  go: downloading github.com/aws/aws-sdk-go-v2 v1.36.5
2025-08-20T21:57:38.6927296Z [00:01:40.518]➜  go: downloading github.com/aws/aws-sdk-go-v2/config v1.29.17
2025-08-20T21:57:38.7124594Z [00:01:40.538]➜  go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.17.70
2025-08-20T21:57:38.7316159Z [00:01:40.557]➜  go: downloading github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.82
2025-08-20T21:57:38.8021147Z [00:01:40.627]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/s3 v1.82.0
2025-08-20T21:57:38.8039948Z [00:01:40.629]➜  go: downloading github.com/Masterminds/semver/v3 v3.4.0
2025-08-20T21:57:38.8044344Z [00:01:40.630]➜  go: downloading gopkg.in/yaml.v2 v2.4.0
2025-08-20T21:57:38.8118777Z [00:01:40.637]➜  go: downloading github.com/gobwas/ws v1.4.0
2025-08-20T21:57:38.8618979Z [00:01:40.687]➜  go: downloading github.com/julienschmidt/httprouter v1.3.0
2025-08-20T21:57:38.8656636Z [00:01:40.691]➜  go: downloading github.com/ory/dockertest/v3 v3.12.0
2025-08-20T21:57:38.8785638Z [00:01:40.704]➜  go: downloading go.uber.org/multierr v1.11.0
2025-08-20T21:57:38.9220506Z [00:01:40.747]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.10.1
2025-08-20T21:57:38.9333537Z [00:01:40.759]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.1
2025-08-20T21:57:38.9406408Z [00:01:40.766]➜  go: downloading github.com/go-git/go-git/v5 v5.16.2
2025-08-20T21:57:39.0078300Z [00:01:40.833]➜  go: downloading github.com/google/go-github v17.0.0+incompatible
2025-08-20T21:57:39.0364907Z [00:01:40.862]➜  go: downloading gitlab.com/gitlab-org/api/client-go v0.130.1
2025-08-20T21:57:39.1073325Z [00:01:40.933]➜  go: downloading golang.org/x/oauth2 v0.30.0
2025-08-20T21:57:39.1077517Z [00:01:40.933]➜  go: downloading github.com/bluele/gcache v0.0.2
2025-08-20T21:57:39.1096583Z [00:01:40.935]➜  go: downloading github.com/clbanning/mxj/v2 v2.7.0
2025-08-20T21:57:39.1693009Z [00:01:40.995]➜  go: downloading golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b
2025-08-20T21:57:39.2083478Z [00:01:41.034]➜  go: downloading github.com/seh-msft/burpxml v1.0.1
2025-08-20T21:57:39.2147062Z [00:01:41.040]➜  go: downloading github.com/leslie-qiwa/flat v0.0.0-20230424180412-f9d1cf014baa
2025-08-20T21:57:39.2515509Z [00:01:41.077]➜  go: downloading github.com/getkin/kin-openapi v0.132.0
2025-08-20T21:57:39.3154761Z [00:01:41.141]➜  go: downloading github.com/invopop/yaml v0.3.1
2025-08-20T21:57:39.3672587Z [00:01:41.193]➜  go: downloading github.com/valyala/fasttemplate v1.2.2
2025-08-20T21:57:39.3809412Z [00:01:41.206]➜  go: downloading github.com/projectdiscovery/useragent v0.0.101
2025-08-20T21:57:39.3810674Z [00:01:41.206]➜  go: downloading github.com/projectdiscovery/mapcidr v1.1.34
2025-08-20T21:57:39.3813565Z [00:01:41.207]➜  go: downloading github.com/miekg/dns v1.1.66
2025-08-20T21:57:39.4351019Z [00:01:41.260]➜  go: downloading github.com/charmbracelet/glamour v0.10.0
2025-08-20T21:57:39.4395744Z [00:01:41.265]➜  go: downloading github.com/olekukonko/tablewriter v1.0.8
2025-08-20T21:57:39.4543491Z [00:01:41.280]➜  go: downloading github.com/Mzack9999/goja v0.0.0-20250507184235-e46100e9c697
2025-08-20T21:57:39.4716422Z [00:01:41.297]➜  go: downloading github.com/Mzack9999/goja_nodejs v0.0.0-20250507184139-66bcbf65c883
2025-08-20T21:57:39.5216353Z [00:01:41.347]➜  go: downloading golang.org/x/tools v0.34.0
2025-08-20T21:57:39.5349499Z [00:01:41.360]➜  go: downloading github.com/projectdiscovery/n3iwf v0.0.0-20230523120440-b8cd232ff1f5
2025-08-20T21:57:39.5556689Z [00:01:41.381]➜  go: downloading github.com/jcmturner/gokrb5/v8 v8.4.4
2025-08-20T21:57:39.6453522Z [00:01:41.470]➜  go: downloading github.com/microsoft/go-mssqldb v1.9.2
2025-08-20T21:57:39.6455367Z [00:01:41.471]➜  go: downloading github.com/praetorian-inc/fingerprintx v1.1.15
2025-08-20T21:57:39.6458507Z [00:01:41.471]➜  go: downloading github.com/go-ldap/ldap/v3 v3.4.11
2025-08-20T21:57:39.7304938Z [00:01:41.556]➜  go: downloading github.com/go-sql-driver/mysql v1.9.3
2025-08-20T21:57:39.8443868Z [00:01:41.670]➜  go: downloading github.com/go-pg/pg v8.0.7+incompatible
2025-08-20T21:57:39.8445757Z [00:01:41.670]➜  go: downloading github.com/redis/go-redis/v9 v9.11.0
2025-08-20T21:57:39.8446660Z [00:01:41.670]➜  go: downloading github.com/projectdiscovery/gostruct v0.0.2
2025-08-20T21:57:39.9035538Z [00:01:41.729]➜  go: downloading github.com/zmap/zgrab2 v0.1.8
2025-08-20T21:57:39.9426225Z [00:01:41.768]➜  go: downloading github.com/projectdiscovery/go-smb2 v0.0.0-20240129202741-052cc450c6cb
2025-08-20T21:57:40.0209437Z [00:01:41.846]➜  go: downloading github.com/lib/pq v1.10.9
2025-08-20T21:57:40.0883180Z [00:01:41.914]➜  go: downloading github.com/projectdiscovery/fastdialer v0.4.4
2025-08-20T21:57:40.0912951Z [00:01:41.916]➜  go: downloading github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible
2025-08-20T21:57:40.0914024Z [00:01:41.917]➜  go: downloading github.com/projectdiscovery/dsl v0.5.0
2025-08-20T21:57:40.1039062Z [00:01:41.929]➜  go: downloading github.com/antchfx/htmlquery v1.3.4
2025-08-20T21:57:40.1486708Z [00:01:41.974]➜  go: downloading github.com/antchfx/xmlquery v1.4.4
2025-08-20T21:57:40.1545267Z [00:01:41.980]➜  go: downloading github.com/itchyny/gojq v0.12.17
2025-08-20T21:57:40.1586194Z [00:01:41.984]➜  go: downloading github.com/antchfx/xpath v1.3.4
2025-08-20T21:57:40.2130618Z [00:01:42.038]➜  go: downloading github.com/projectdiscovery/clistats v0.1.1
2025-08-20T21:57:40.2293419Z [00:01:42.055]➜  go: downloading github.com/ditashi/jsbeautifier-go v0.0.0-20141206144643-2520a8026a9c
2025-08-20T21:57:40.2298492Z [00:01:42.055]➜  go: downloading github.com/projectdiscovery/gozero v0.0.3
2025-08-20T21:57:40.2709391Z [00:01:42.096]➜  go: downloading github.com/projectdiscovery/wappalyzergo v0.2.36
2025-08-20T21:57:40.2916676Z [00:01:42.117]➜  go: downloading github.com/segmentio/ksuid v1.0.4
2025-08-20T21:57:40.2921462Z [00:01:42.117]➜  go: downloading github.com/spf13/cast v1.9.2
2025-08-20T21:57:40.2926718Z [00:01:42.118]➜  go: downloading golang.org/x/text v0.26.0
2025-08-20T21:57:40.3529652Z [00:01:42.178]➜  go: downloading github.com/projectdiscovery/gcache v0.0.0-20241015120333-12546c6e3f4c
2025-08-20T21:57:40.4088735Z [00:01:42.234]➜  go: downloading github.com/Mzack9999/gcache v0.0.0-20230410081825-519e28eab057
2025-08-20T21:57:40.4147829Z [00:01:42.240]➜  go: downloading github.com/go-rod/rod v0.116.2
2025-08-20T21:57:40.5315402Z [00:01:42.357]➜  go: downloading github.com/projectdiscovery/networkpolicy v0.1.18
2025-08-20T21:57:40.5316279Z [00:01:42.357]➜  go: downloading github.com/projectdiscovery/rawhttp v0.1.90
2025-08-20T21:57:40.5914291Z [00:01:42.417]➜  go: downloading golang.org/x/net v0.41.0
2025-08-20T21:57:40.5984032Z [00:01:42.424]➜  go: downloading github.com/projectdiscovery/fasttemplate v0.0.2
2025-08-20T21:57:40.6513932Z [00:01:42.477]➜  go: downloading github.com/yassinebenaid/godump v0.11.1
2025-08-20T21:57:40.7137866Z [00:01:42.539]➜  go: downloading github.com/cespare/xxhash v1.1.0
2025-08-20T21:57:40.7663459Z [00:01:42.592]➜  go: downloading github.com/projectdiscovery/retryabledns v1.0.105
2025-08-20T21:57:40.8356204Z [00:01:42.661]➜  go: downloading github.com/docker/go-units v0.5.0
2025-08-20T21:57:40.8423053Z [00:01:42.668]➜  go: downloading github.com/h2non/filetype v1.1.3
2025-08-20T21:57:40.8862806Z [00:01:42.712]➜  go: downloading github.com/mholt/archives v0.1.3
2025-08-20T21:57:40.9000968Z [00:01:42.725]➜  go: downloading moul.io/http2curl v1.0.0
2025-08-20T21:57:40.9007947Z [00:01:42.726]➜  go: downloading github.com/fatih/structs v1.1.0
2025-08-20T21:57:40.9473415Z [00:01:42.773]➜  go: downloading github.com/projectdiscovery/tlsx v1.1.9
2025-08-20T21:57:41.0348824Z [00:01:42.860]➜  go: downloading github.com/weppos/publicsuffix-go v0.40.3-0.20250408071509-6074bbe7fd39
2025-08-20T21:57:41.0349491Z [00:01:42.860]➜  go: downloading github.com/projectdiscovery/rdap v0.9.0
2025-08-20T21:57:41.0350212Z [00:01:42.860]➜  go: downloading github.com/syndtr/goleveldb v1.0.0
2025-08-20T21:57:41.1089031Z [00:01:42.934]➜  go: downloading github.com/google/uuid v1.6.0
2025-08-20T21:57:41.1098213Z [00:01:42.935]➜  go: downloading go.mongodb.org/mongo-driver v1.17.4
2025-08-20T21:57:41.1451432Z [00:01:42.970]➜  go: downloading github.com/projectdiscovery/sarif v0.0.1
2025-08-20T21:57:41.1705307Z [00:01:42.995]➜  go: downloading code.gitea.io/sdk/gitea v0.21.0
2025-08-20T21:57:41.2042385Z [00:01:43.029]➜  go: downloading github.com/andygrunwald/go-jira v1.16.0
2025-08-20T21:57:41.2414043Z [00:01:43.067]➜  go: downloading github.com/trivago/tgo v1.0.7
2025-08-20T21:57:41.2892381Z [00:01:43.114]➜  go: downloading github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466
2025-08-20T21:57:41.3207076Z [00:01:43.146]➜  go: downloading github.com/go-echarts/go-echarts/v2 v2.6.0
2025-08-20T21:57:41.4447281Z [00:01:43.270]➜  go: downloading golang.org/x/term v0.32.0
2025-08-20T21:57:41.4488738Z [00:01:43.274]➜  go: downloading github.com/projectdiscovery/yamldoc-go v1.0.6
2025-08-20T21:57:41.5056565Z [00:01:43.331]➜  go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
2025-08-20T21:57:41.5070672Z [00:01:43.332]➜  go: downloading github.com/bytedance/sonic v1.14.0
2025-08-20T21:57:41.5650929Z [00:01:43.390]➜  go: downloading github.com/goccy/go-json v0.10.5
2025-08-20T21:57:41.6602247Z [00:01:43.485]➜  go: downloading github.com/DataDog/gostackparse v0.7.0
2025-08-20T21:57:41.6888467Z [00:01:43.514]➜  go: downloading github.com/wk8/go-ordered-map/v2 v2.1.8
2025-08-20T21:57:41.6917756Z [00:01:43.517]➜  go: downloading github.com/microcosm-cc/bluemonday v1.0.27
2025-08-20T21:57:41.7180608Z [00:01:43.543]➜  go: downloading github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d
2025-08-20T21:57:41.7457576Z [00:01:43.571]➜  go: downloading github.com/mattn/go-isatty v0.0.20
2025-08-20T21:57:41.7574418Z [00:01:43.583]➜  go: downloading github.com/felixge/fgprof v0.9.5
2025-08-20T21:57:41.7940708Z [00:01:43.618]➜  go: downloading github.com/cheggaaa/pb/v3 v3.1.4
2025-08-20T21:57:41.7977699Z [00:01:43.623]➜  go: downloading github.com/google/go-github/v30 v30.1.0
2025-08-20T21:57:41.8037441Z [00:01:43.629]➜  go: downloading github.com/minio/selfupdate v0.6.1-0.20230907112617-f11e74f84ca7
2025-08-20T21:57:41.8203139Z [00:01:43.646]➜  go: downloading github.com/projectdiscovery/machineid v0.0.0-20240226150047-2e2c51e35983
2025-08-20T21:57:41.8595105Z [00:01:43.685]➜  go: downloading github.com/zcalusic/sysinfo v1.0.2
2025-08-20T21:57:41.8615008Z [00:01:43.687]➜  go: downloading github.com/cnf/structhash v0.0.0-20201127153200-e1b16c1ebc08
2025-08-20T21:57:41.8744022Z [00:01:43.700]➜  go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
2025-08-20T21:57:41.9209209Z [00:01:43.746]➜  go: downloading github.com/projectdiscovery/asnmap v1.1.1
2025-08-20T21:57:41.9218035Z [00:01:43.747]➜  go: downloading gopkg.in/corvus-ch/zbase32.v1 v1.0.0
2025-08-20T21:57:41.9248807Z [00:01:43.750]➜  go: downloading github.com/Mzack9999/go-http-digest-auth-client v0.6.1-0.20220414142836-eb8883508809
2025-08-20T21:57:41.9806229Z [00:01:43.806]➜  go: downloading github.com/tidwall/gjson v1.18.0
2025-08-20T21:57:41.9823780Z [00:01:43.808]➜  go: downloading golang.org/x/time v0.11.0
2025-08-20T21:57:42.0334520Z [00:01:43.859]➜  go: downloading github.com/labstack/gommon v0.4.2
2025-08-20T21:57:42.0864807Z [00:01:43.912]➜  go: downloading golang.org/x/crypto v0.39.0
2025-08-20T21:57:42.2590447Z [00:01:44.084]➜  go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
2025-08-20T21:57:42.2591921Z [00:01:44.084]➜  go: downloading github.com/modern-go/reflect2 v1.0.2
2025-08-20T21:57:42.3100767Z [00:01:44.135]➜  go: downloading github.com/gabriel-vasile/mimetype v1.4.8
2025-08-20T21:57:42.3131416Z [00:01:44.138]➜  go: downloading github.com/go-playground/universal-translator v0.18.1
2025-08-20T21:57:42.3711587Z [00:01:44.196]➜  go: downloading github.com/leodido/go-urn v1.4.0
2025-08-20T21:57:42.4806330Z [00:01:44.306]➜  go: downloading github.com/go-playground/locales v0.14.1
2025-08-20T21:57:43.0308218Z [00:01:44.856]➜  go: downloading golang.org/x/sys v0.33.0
2025-08-20T21:57:43.2434153Z [00:01:45.069]➜  go: downloading github.com/PuerkitoBio/goquery v1.10.3
2025-08-20T21:57:43.2812711Z [00:01:45.106]➜  go: downloading github.com/hbakhtiyor/strsim v0.0.0-20190107154042-4d2bbb273edf
2025-08-20T21:57:43.3069998Z [00:01:45.132]➜  go: downloading github.com/projectdiscovery/cdncheck v1.1.26
2025-08-20T21:57:43.4134274Z [00:01:45.239]➜  go: downloading github.com/zmap/zcrypto v0.0.0-20240512203510-0fef58d9a9db
2025-08-20T21:57:43.5733496Z [00:01:45.399]➜  go: downloading github.com/aws/smithy-go v1.22.4
2025-08-20T21:57:43.6379609Z [00:01:45.463]➜  go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.32
2025-08-20T21:57:43.6684171Z [00:01:45.494]➜  go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3
2025-08-20T21:57:43.6989724Z [00:01:45.524]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.25.5
2025-08-20T21:57:43.7312208Z [00:01:45.556]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.3
2025-08-20T21:57:43.7629104Z [00:01:45.588]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.34.0
2025-08-20T21:57:43.8027615Z [00:01:45.628]➜  go: downloading github.com/projectdiscovery/blackrock v0.0.1
2025-08-20T21:57:43.8434155Z [00:01:45.669]➜  go: downloading github.com/gobwas/pool v0.2.1
2025-08-20T21:57:43.8708388Z [00:01:45.696]➜  go: downloading github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.11
2025-08-20T21:57:43.9092966Z [00:01:45.735]➜  go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.36
2025-08-20T21:57:43.9352786Z [00:01:45.761]➜  go: downloading github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.36
2025-08-20T21:57:43.9648012Z [00:01:45.790]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.4
2025-08-20T21:57:43.9914784Z [00:01:45.817]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.4
2025-08-20T21:57:44.0216632Z [00:01:45.847]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.17
2025-08-20T21:57:44.0487287Z [00:01:45.874]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.17
2025-08-20T21:57:44.0795219Z [00:01:45.905]➜  go: downloading github.com/cenkalti/backoff/v4 v4.3.0
2025-08-20T21:57:44.1109995Z [00:01:45.936]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.0
2025-08-20T21:57:44.1637011Z [00:01:45.989]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.1
2025-08-20T21:57:44.2046328Z [00:01:46.030]➜  go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2
2025-08-20T21:57:47.6094809Z [00:01:49.435]➜  go: downloading github.com/fortytw2/leaktest v1.3.0
2025-08-20T21:57:47.6096158Z [00:01:49.435]➜  go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
2025-08-20T21:57:47.6097256Z [00:01:49.435]➜  go: downloading github.com/go-playground/assert/v2 v2.2.0
2025-08-20T21:57:47.6098018Z [00:01:49.435]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity/cache v0.3.2
2025-08-20T21:57:47.6407585Z [00:01:49.466]➜  go: downloading github.com/golang-jwt/jwt/v5 v5.2.2
2025-08-20T21:57:47.6612574Z [00:01:49.487]➜  go: downloading dario.cat/mergo v1.0.0
2025-08-20T21:57:47.6617901Z [00:01:49.487]➜  go: downloading github.com/ProtonMail/go-crypto v1.1.6
2025-08-20T21:57:47.6781801Z [00:01:49.503]➜  go: downloading github.com/go-git/go-billy/v5 v5.6.2
2025-08-20T21:57:47.7226166Z [00:01:49.548]➜  go: downloading github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3
2025-08-20T21:57:47.7227296Z [00:01:49.548]➜  go: downloading github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
2025-08-20T21:57:47.7404079Z [00:01:49.566]➜  go: downloading github.com/elazarl/goproxy v1.7.2
2025-08-20T21:57:47.7407776Z [00:01:49.566]➜  go: downloading github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399
2025-08-20T21:57:47.7554413Z [00:01:49.581]➜  go: downloading github.com/google/go-querystring v1.1.0
2025-08-20T21:57:47.7837199Z [00:01:49.609]➜  go: downloading github.com/google/go-cmp v0.7.0
2025-08-20T21:57:47.8018728Z [00:01:49.627]➜  go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
2025-08-20T21:57:47.8217546Z [00:01:49.647]➜  go: downloading github.com/hashicorp/go-retryablehttp v0.7.8
2025-08-20T21:57:47.8278949Z [00:01:49.653]➜  go: downloading github.com/imdario/mergo v0.3.16
2025-08-20T21:57:47.8455907Z [00:01:49.671]➜  go: downloading github.com/go-openapi/jsonpointer v0.21.0
2025-08-20T21:57:47.8506028Z [00:01:49.676]➜  go: downloading github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037
2025-08-20T21:57:47.8615444Z [00:01:49.687]➜  go: downloading github.com/perimeterx/marshmallow v1.1.5
2025-08-20T21:57:47.8728826Z [00:01:49.698]➜  go: downloading github.com/bits-and-blooms/bloom/v3 v3.5.0
2025-08-20T21:57:47.8774620Z [00:01:49.703]➜  go: downloading github.com/hashicorp/golang-lru/v2 v2.0.7
2025-08-20T21:57:47.8915315Z [00:01:49.717]➜  go: downloading github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
2025-08-20T21:57:47.9009537Z [00:01:49.726]➜  go: downloading github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90
2025-08-20T21:57:47.9068102Z [00:01:49.732]➜  go: downloading github.com/valyala/bytebufferpool v1.0.0
2025-08-20T21:57:47.9226976Z [00:01:49.748]➜  go: downloading golang.org/x/sync v0.15.0
2025-08-20T21:57:47.9330759Z [00:01:49.758]➜  go: downloading github.com/mattn/go-runewidth v0.0.16
2025-08-20T21:57:47.9378134Z [00:01:49.763]➜  go: downloading github.com/olekukonko/errors v1.1.0
2025-08-20T21:57:47.9520144Z [00:01:49.777]➜  go: downloading github.com/olekukonko/ll v0.0.9
2025-08-20T21:57:47.9705379Z [00:01:49.796]➜  go: downloading github.com/muesli/termenv v0.16.0
2025-08-20T21:57:47.9901609Z [00:01:49.815]➜  go: downloading github.com/yuin/goldmark v1.7.8
2025-08-20T21:57:47.9902475Z [00:01:49.815]➜  go: downloading github.com/yuin/goldmark-emoji v1.0.5
2025-08-20T21:57:48.0401792Z [00:01:49.865]➜  go: downloading github.com/charmbracelet/x/exp/golden v0.0.0-20240806155701-69247e0abc2a
2025-08-20T21:57:48.0402809Z [00:01:49.865]➜  go: downloading github.com/dlclark/regexp2 v1.11.5
2025-08-20T21:57:48.0403347Z [00:01:49.865]➜  go: downloading github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8
2025-08-20T21:57:48.1078426Z [00:01:49.933]➜  go: downloading github.com/free5gc/util v1.0.5-0.20230511064842-2e120956883b
2025-08-20T21:57:48.1416666Z [00:01:49.967]➜  go: downloading github.com/sirupsen/logrus v1.9.3
2025-08-20T21:57:48.1921722Z [00:01:50.017]➜  go: downloading github.com/jcmturner/gofork v1.7.6
2025-08-20T21:57:48.2353272Z [00:01:50.060]➜  go: downloading github.com/jcmturner/dnsutils/v2 v2.0.0
2025-08-20T21:57:48.2718002Z [00:01:50.097]➜  go: downloading github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358
2025-08-20T21:57:48.3059411Z [00:01:50.131]➜  go: downloading github.com/go-asn1-ber/asn1-ber v1.5.8-0.20250403174932-29230038a667
2025-08-20T21:57:48.3185994Z [00:01:50.144]➜  go: downloading filippo.io/edwards25519 v1.1.0
2025-08-20T21:57:48.3324755Z [00:01:50.158]➜  go: downloading github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9
2025-08-20T21:57:48.3408218Z [00:01:50.166]➜  go: downloading github.com/golang-sql/sqlexp v0.1.0
2025-08-20T21:57:48.3501332Z [00:01:50.175]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.3.1
2025-08-20T21:57:48.3587963Z [00:01:50.184]➜  go: downloading mellium.im/sasl v0.3.2
2025-08-20T21:57:48.3676535Z [00:01:50.193]➜  go: downloading github.com/onsi/ginkgo v1.16.4
2025-08-20T21:57:48.3912382Z [00:01:50.217]➜  go: downloading github.com/onsi/gomega v1.34.1
2025-08-20T21:57:48.4121408Z [00:01:50.237]➜  go: downloading github.com/cespare/xxhash/v2 v2.3.0
2025-08-20T21:57:48.4447616Z [00:01:50.270]➜  go: downloading github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
2025-08-20T21:57:48.4747041Z [00:01:50.300]➜  go: downloading github.com/bsm/ginkgo/v2 v2.12.0
2025-08-20T21:57:48.5079694Z [00:01:50.333]➜  go: downloading github.com/bsm/gomega v1.27.10
2025-08-20T21:57:48.5177053Z [00:01:50.343]➜  go: downloading github.com/hashicorp/go-version v1.7.0
2025-08-20T21:57:48.5460100Z [00:01:50.371]➜  go: downloading github.com/kataras/jwt v0.1.10
2025-08-20T21:57:48.5660357Z [00:01:50.391]➜  go: downloading github.com/sashabaranov/go-openai v1.37.0
2025-08-20T21:57:48.5832027Z [00:01:50.408]➜  go: downloading github.com/spaolacci/murmur3 v1.1.0
2025-08-20T21:57:48.6030501Z [00:01:50.428]➜  go: downloading git.mills.io/prologic/smtpd v0.0.0-20210710122116-a525b76c287a
2025-08-20T21:57:48.6099246Z [00:01:50.435]➜  go: downloading github.com/mackerelio/go-osstat v0.2.4
2025-08-20T21:57:48.6297106Z [00:01:50.455]➜  go: downloading github.com/projectdiscovery/ldapserver v1.0.2-0.20240219154113-dcc758ebc0cb
2025-08-20T21:57:48.6447598Z [00:01:50.470]➜  go: downloading goftp.io/server/v2 v2.0.1
2025-08-20T21:57:48.6600740Z [00:01:50.485]➜  go: downloading github.com/gobwas/httphead v0.1.0
2025-08-20T21:57:48.6807084Z [00:01:50.506]➜  go: downloading github.com/itchyny/timefmt-go v0.1.6
2025-08-20T21:57:48.6809383Z [00:01:50.506]➜  go: downloading github.com/dimchansky/utfbom v1.1.1
2025-08-20T21:57:48.6875203Z [00:01:50.513]➜  go: downloading github.com/refraction-networking/utls v1.7.1
2025-08-20T21:57:48.7084072Z [00:01:50.534]➜  go: downloading github.com/projectdiscovery/freeport v0.0.7
2025-08-20T21:57:48.7111502Z [00:01:50.536]➜  go: downloading github.com/frankban/quicktest v1.14.6
2025-08-20T21:57:48.7352276Z [00:01:50.560]➜  go: downloading github.com/go-sourcemap/sourcemap v2.1.4+incompatible
2025-08-20T21:57:48.7636070Z [00:01:50.589]➜  go: downloading github.com/ysmood/goob v0.4.0
2025-08-20T21:57:48.7718529Z [00:01:50.597]➜  go: downloading github.com/ysmood/got v0.40.0
2025-08-20T21:57:48.7967868Z [00:01:50.622]➜  go: downloading github.com/ysmood/gson v0.7.3
2025-08-20T21:57:48.8131103Z [00:01:50.638]➜  go: downloading github.com/ysmood/gotrace v0.6.0
2025-08-20T21:57:48.8136874Z [00:01:50.639]➜  go: downloading github.com/projectdiscovery/stringsutil v0.0.2
2025-08-20T21:57:48.8301193Z [00:01:50.655]➜  go: downloading github.com/dsnet/compress v0.0.2-0.20230904184137-39efe44ab707
2025-08-20T21:57:48.8465752Z [00:01:50.672]➜  go: downloading github.com/klauspost/compress v1.18.0
2025-08-20T21:57:49.6462780Z [00:01:51.471]➜  go: downloading github.com/shirou/gopsutil v3.21.11+incompatible
2025-08-20T21:57:49.6463303Z [00:01:51.472]➜  go: downloading github.com/gaissmai/bart v0.20.5
2025-08-20T21:57:49.6463727Z [00:01:51.472]➜  go: downloading github.com/yl2chen/cidranger v1.0.2
2025-08-20T21:57:49.7101734Z [00:01:51.535]➜  go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
2025-08-20T21:57:49.7171394Z [00:01:51.542]➜  go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
2025-08-20T21:57:49.7502892Z [00:01:51.575]➜  go: downloading github.com/OneOfOne/xxhash v1.2.2
2025-08-20T21:57:49.7566517Z [00:01:51.582]➜  go: downloading github.com/ysmood/fetchup v0.2.3
2025-08-20T21:57:49.7786111Z [00:01:51.604]➜  go: downloading github.com/ysmood/leakless v0.9.0
2025-08-20T21:57:49.7922955Z [00:01:51.618]➜  go: downloading github.com/shirou/gopsutil/v3 v3.24.5
2025-08-20T21:57:49.8052537Z [00:01:51.631]➜  go: downloading github.com/STARRY-S/zip v0.2.1
2025-08-20T21:57:49.8418427Z [00:01:51.667]➜  go: downloading github.com/andybalholm/brotli v1.1.2-0.20250424173009-453214e765f3
2025-08-20T21:57:49.9011536Z [00:01:51.725]➜  go: downloading github.com/bodgit/sevenzip v1.6.0
2025-08-20T21:57:49.9546825Z [00:01:51.780]➜  go: downloading github.com/klauspost/pgzip v1.2.6
2025-08-20T21:57:49.9596047Z [00:01:51.785]➜  go: downloading github.com/mikelolasagasti/xz v1.0.1
2025-08-20T21:57:49.9870697Z [00:01:51.812]➜  go: downloading github.com/minio/minlz v1.0.0
2025-08-20T21:57:50.0069246Z [00:01:51.832]➜  go: downloading github.com/nwaples/rardecode/v2 v2.1.0
2025-08-20T21:57:50.0381688Z [00:01:51.863]➜  go: downloading github.com/pierrec/lz4/v4 v4.1.21
2025-08-20T21:57:50.0451318Z [00:01:51.870]➜  go: downloading github.com/sorairolake/lzip-go v0.3.5
2025-08-20T21:57:50.0815485Z [00:01:51.907]➜  go: downloading github.com/ulikunitz/xz v0.5.12
2025-08-20T21:57:50.3732338Z [00:01:52.198]➜  go: downloading github.com/smartystreets/goconvey v1.6.4
2025-08-20T21:57:50.3820633Z [00:01:52.207]➜  go: downloading github.com/cloudflare/cfssl v1.6.4
2025-08-20T21:57:50.5149623Z [00:01:52.340]➜  go: downloading github.com/openrdap/rdap v0.9.1
2025-08-20T21:57:50.5680357Z [00:01:52.393]➜  go: downloading gopkg.in/alecthomas/kingpin.v2 v2.2.6
2025-08-20T21:57:50.6071109Z [00:01:52.432]➜  go: downloading github.com/42wim/httpsig v1.2.2
2025-08-20T21:57:50.6145591Z [00:01:52.440]➜  go: downloading github.com/davidmz/go-pageant v1.0.2
2025-08-20T21:57:50.6146461Z [00:01:52.440]➜  go: downloading github.com/go-fed/httpsig v1.1.0
2025-08-20T21:57:50.6340011Z [00:01:52.459]➜  go: downloading github.com/golang-jwt/jwt/v4 v4.5.2
2025-08-20T21:57:50.6437021Z [00:01:52.469]➜  go: downloading github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78
2025-08-20T21:57:50.6720443Z [00:01:52.497]➜  go: downloading github.com/bahlo/generic-list-go v0.2.0
2025-08-20T21:57:50.6721579Z [00:01:52.497]➜  go: downloading github.com/buger/jsonparser v1.1.1
2025-08-20T21:57:50.6722859Z [00:01:52.497]➜  go: downloading github.com/mailru/easyjson v0.7.7
2025-08-20T21:57:50.7001502Z [00:01:52.525]➜  go: downloading gopkg.in/djherbis/times.v1 v1.3.0
2025-08-20T21:57:50.7109408Z [00:01:52.536]➜  go: downloading github.com/aymerick/douceur v0.2.0
2025-08-20T21:57:50.7177057Z [00:01:52.543]➜  go: downloading github.com/VividCortex/ewma v1.2.0
2025-08-20T21:57:50.7274226Z [00:01:52.553]➜  go: downloading github.com/fatih/color v1.18.0
2025-08-20T21:57:50.7386892Z [00:01:52.564]➜  go: downloading github.com/mattn/go-colorable v0.1.14
2025-08-20T21:57:50.7440665Z [00:01:52.569]➜  go: downloading aead.dev/minisign v0.2.0
2025-08-20T21:57:50.7592225Z [00:01:52.585]➜  go: downloading github.com/goburrow/cache v0.1.4
2025-08-20T21:57:50.7676872Z [00:01:52.593]➜  go: downloading github.com/tidwall/match v1.1.1
2025-08-20T21:57:50.7725451Z [00:01:52.598]➜  go: downloading github.com/tidwall/pretty v1.2.1
2025-08-20T21:57:50.7936689Z [00:01:52.619]➜  go: downloading github.com/logrusorgru/aurora/v4 v4.0.0
2025-08-20T21:57:50.7978468Z [00:01:52.623]➜  go: downloading github.com/akrylysov/pogreb v0.10.2
2025-08-20T21:57:50.7990842Z [00:01:52.624]➜  go: downloading github.com/tidwall/buntdb v1.3.1
2025-08-20T21:57:50.8300878Z [00:01:52.655]➜  go: downloading go.etcd.io/bbolt v1.3.10
2025-08-20T21:57:50.8369941Z [00:01:52.662]➜  go: downloading github.com/andybalholm/cascadia v1.3.3
2025-08-20T21:57:50.8382565Z [00:01:52.664]➜  go: downloading github.com/zmap/rc2 v0.0.0-20190804163417-abaa70531248
2025-08-20T21:57:50.8715734Z [00:01:52.697]➜  go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.36
2025-08-20T21:57:50.8775090Z [00:01:52.703]➜  go: downloading github.com/Microsoft/go-winio v0.6.2
2025-08-20T21:57:50.8786698Z [00:01:52.704]➜  go: downloading github.com/docker/cli v27.4.1+incompatible
2025-08-20T21:57:50.9003172Z [00:01:52.726]➜  go: downloading github.com/kylelemons/godebug v1.1.0
2025-08-20T21:57:50.9324427Z [00:01:52.758]➜  go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
2025-08-20T21:57:50.9360154Z [00:01:52.761]➜  go: downloading github.com/kr/pretty v0.3.1
2025-08-20T21:57:50.9638583Z [00:01:52.789]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage v1.8.0
2025-08-20T21:57:50.9904710Z [00:01:52.816]➜  go: downloading github.com/AzureAD/microsoft-authentication-extensions-for-go/cache v0.1.1
2025-08-20T21:57:51.0536776Z [00:01:52.879]➜  go: downloading github.com/cyphar/filepath-securejoin v0.4.1
2025-08-20T21:57:51.0723973Z [00:01:52.898]➜  go: downloading github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376
2025-08-20T21:57:51.0874914Z [00:01:52.913]➜  go: downloading github.com/pjbgf/sha1cd v0.3.2
2025-08-20T21:57:51.1053517Z [00:01:52.930]➜  go: downloading github.com/emirpasic/gods v1.18.1
2025-08-20T21:57:51.1752517Z [00:01:53.000]➜  go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
2025-08-20T21:57:51.1871306Z [00:01:53.012]➜  go: downloading github.com/hashicorp/go-hclog v1.6.3
2025-08-20T21:57:51.2020242Z [00:01:53.027]➜  go: downloading github.com/go-openapi/swag v0.23.0
2025-08-20T21:57:51.2362232Z [00:01:53.061]➜  go: downloading github.com/go-test/deep v1.0.8
2025-08-20T21:57:51.2412918Z [00:01:53.067]➜  go: downloading github.com/ugorji/go/codec v1.2.11
2025-08-20T21:57:51.2898295Z [00:01:53.115]➜  go: downloading github.com/bits-and-blooms/bitset v1.13.0
2025-08-20T21:57:51.2919058Z [00:01:53.117]➜  go: downloading github.com/twmb/murmur3 v1.1.6
2025-08-20T21:57:51.3059039Z [00:01:53.131]➜  go: downloading github.com/rivo/uniseg v0.4.7
2025-08-20T21:57:51.3228332Z [00:01:53.148]➜  go: downloading github.com/alecthomas/chroma/v2 v2.14.0
2025-08-20T21:57:51.5039240Z [00:01:53.329]➜  go: downloading github.com/charmbracelet/lipgloss v1.1.1-0.20250404203927-76690c660834
2025-08-20T21:57:51.5040605Z [00:01:53.329]➜  go: downloading github.com/charmbracelet/x/ansi v0.8.0
2025-08-20T21:57:51.5503428Z [00:01:53.376]➜  go: downloading github.com/charmbracelet/x/exp/slice v0.0.0-20250327172914-2fdc97757edf
2025-08-20T21:57:51.5580636Z [00:01:53.383]➜  go: downloading github.com/muesli/reflow v0.3.0
2025-08-20T21:57:51.5766099Z [00:01:53.402]➜  go: downloading github.com/aymanbagabas/go-osc52/v2 v2.0.1
2025-08-20T21:57:51.5880045Z [00:01:53.413]➜  go: downloading github.com/lucasb-eyer/go-colorful v1.2.0
2025-08-20T21:57:51.5882314Z [00:01:53.413]➜  go: downloading github.com/aymanbagabas/go-udiff v0.2.0
2025-08-20T21:57:51.5882883Z [00:01:53.413]➜  go: downloading github.com/gin-gonic/gin v1.9.1
2025-08-20T21:57:51.6033028Z [00:01:53.429]➜  go: downloading github.com/tim-ywliu/nested-logrus-formatter v1.3.2
2025-08-20T21:57:51.6315767Z [00:01:53.457]➜  go: downloading github.com/hashicorp/go-uuid v1.0.3
2025-08-20T21:57:51.6421465Z [00:01:53.467]➜  go: downloading github.com/jcmturner/goidentity/v6 v6.0.1
2025-08-20T21:57:51.6484737Z [00:01:53.474]➜  go: downloading github.com/jcmturner/rpc/v2 v2.0.3
2025-08-20T21:57:51.6588485Z [00:01:53.484]➜  go: downloading github.com/alexbrainman/sspi v0.0.0-20231016080023-1a75b4708caa
2025-08-20T21:57:51.6790690Z [00:01:53.504]➜  go: downloading github.com/jinzhu/inflection v1.0.0
2025-08-20T21:57:51.6791580Z [00:01:53.504]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.1.1
2025-08-20T21:57:51.7056350Z [00:01:53.531]➜  go: downloading github.com/geoffgarside/ber v1.1.0
2025-08-20T21:57:51.7131066Z [00:01:53.538]➜  go: downloading golang.org/x/mod v0.25.0
2025-08-20T21:57:51.7319968Z [00:01:53.557]➜  go: downloading github.com/hdm/jarm-go v0.0.7
2025-08-20T21:57:51.7343331Z [00:01:53.560]➜  go: downloading github.com/caddyserver/certmagic v0.19.2
2025-08-20T21:57:51.7631434Z [00:01:53.588]➜  go: downloading github.com/libdns/libdns v0.2.1
2025-08-20T21:57:51.7632182Z [00:01:53.588]➜  go: downloading go.uber.org/zap v1.25.0
2025-08-20T21:57:51.7799231Z [00:01:53.605]➜  go: downloading github.com/lor00x/goldap v0.0.0-20180618054307-a546dffdd1a3
2025-08-20T21:57:51.7936785Z [00:01:53.619]➜  go: downloading github.com/cloudflare/circl v1.6.1
2025-08-20T21:57:52.1255129Z [00:01:53.951]➜  go: downloading github.com/ysmood/gop v0.2.0
2025-08-20T21:57:52.1256094Z [00:01:53.951]➜  go: downloading github.com/tklauser/go-sysconf v0.3.12
2025-08-20T21:57:52.1257076Z [00:01:53.951]➜  go: downloading github.com/xyproto/randomstring v1.0.5
2025-08-20T21:57:52.1258703Z [00:01:53.951]➜  go: downloading github.com/bodgit/plumbing v1.3.0
2025-08-20T21:57:52.1532989Z [00:01:53.979]➜  go: downloading github.com/bodgit/windows v1.0.1
2025-08-20T21:57:52.1571175Z [00:01:53.982]➜  go: downloading github.com/hashicorp/go-multierror v1.1.1
2025-08-20T21:57:52.1670840Z [00:01:53.992]➜  go: downloading go4.org v0.0.0-20230225012048-214862532bf5
2025-08-20T21:57:52.1795203Z [00:01:54.005]➜  go: downloading github.com/jtolds/gls v4.20.0+incompatible
2025-08-20T21:57:52.1847543Z [00:01:54.010]➜  go: downloading github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d
2025-08-20T21:57:52.1906919Z [00:01:54.016]➜  go: downloading github.com/golang/snappy v0.0.4
2025-08-20T21:57:52.2063892Z [00:01:54.032]➜  go: downloading github.com/mitchellh/go-homedir v1.1.0
2025-08-20T21:57:52.2217083Z [00:01:54.047]➜  go: downloading github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
2025-08-20T21:57:52.2236366Z [00:01:54.049]➜  go: downloading github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137
2025-08-20T21:57:52.2251530Z [00:01:54.050]➜  go: downloading github.com/alecthomas/kingpin/v2 v2.4.0
2025-08-20T21:57:52.2321391Z [00:01:54.057]➜  go: downloading github.com/jarcoal/httpmock v1.3.0
2025-08-20T21:57:52.2502079Z [00:01:54.075]➜  go: downloading github.com/xdg-go/scram v1.1.2
2025-08-20T21:57:52.2506817Z [00:01:54.076]➜  go: downloading github.com/xdg-go/stringprep v1.0.4
2025-08-20T21:57:52.2585532Z [00:01:54.084]➜  go: downloading github.com/montanaflynn/stats v0.7.1
2025-08-20T21:57:52.2815046Z [00:01:54.107]➜  go: downloading github.com/cloudwego/base64x v0.1.5
2025-08-20T21:57:52.2885064Z [00:01:54.114]➜  go: downloading golang.org/x/arch v0.3.0
2025-08-20T21:57:52.2898135Z [00:01:54.115]➜  go: downloading github.com/gorilla/css v1.0.1
2025-08-20T21:57:52.2968817Z [00:01:54.122]➜  go: downloading github.com/tidwall/btree v1.7.0
2025-08-20T21:57:52.3170720Z [00:01:54.142]➜  go: downloading github.com/tidwall/grect v0.1.4
2025-08-20T21:57:52.3198856Z [00:01:54.145]➜  go: downloading github.com/tidwall/rtred v0.1.2
2025-08-20T21:57:52.3262484Z [00:01:54.152]➜  go: downloading github.com/tidwall/assert v0.1.0
2025-08-20T21:57:52.3433888Z [00:01:54.169]➜  go: downloading github.com/tidwall/lotsa v1.0.2
2025-08-20T21:57:52.3536286Z [00:01:54.179]➜  go: downloading github.com/opencontainers/runc v1.2.3
2025-08-20T21:57:52.3868210Z [00:01:54.212]➜  go: downloading github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5
2025-08-20T21:57:52.3892709Z [00:01:54.215]➜  go: downloading github.com/moby/term v0.5.0
2025-08-20T21:57:52.4076105Z [00:01:54.233]➜  go: downloading github.com/opencontainers/image-spec v1.1.0
2025-08-20T21:57:52.4130159Z [00:01:54.238]➜  go: downloading github.com/docker/go-connections v0.5.0
2025-08-20T21:57:52.4209711Z [00:01:54.246]➜  go: downloading github.com/kr/text v0.2.0
2025-08-20T21:57:52.4584940Z [00:01:54.284]➜  go: downloading github.com/rogpeppe/go-internal v1.14.1
2025-08-20T21:57:52.4596549Z [00:01:54.285]➜  go: downloading github.com/keybase/go-keychain v0.0.1
2025-08-20T21:57:52.4780078Z [00:01:54.303]➜  go: downloading gopkg.in/warnings.v0 v0.1.2
2025-08-20T21:57:52.4827936Z [00:01:54.308]➜  go: downloading github.com/kevinburke/ssh_config v1.2.0
2025-08-20T21:57:52.5038675Z [00:01:54.329]➜  go: downloading github.com/skeema/knownhosts v1.3.1
2025-08-20T21:57:52.5135563Z [00:01:54.339]➜  go: downloading github.com/xanzy/ssh-agent v0.3.3
2025-08-20T21:57:52.5320067Z [00:01:54.357]➜  go: downloading github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
2025-08-20T21:57:52.5398502Z [00:01:54.365]➜  go: downloading github.com/gliderlabs/ssh v0.3.8
2025-08-20T21:57:52.5485690Z [00:01:54.374]➜  go: downloading github.com/docker/docker v28.0.0+incompatible
2025-08-20T21:57:52.5978535Z [00:01:54.423]➜  go: downloading github.com/go-viper/mapstructure/v2 v2.3.0
2025-08-20T21:57:52.6295903Z [00:01:54.455]➜  go: downloading gotest.tools/v3 v3.5.1
2025-08-20T21:57:52.6973601Z [00:01:54.523]➜  go: downloading github.com/josharian/intern v1.0.0
2025-08-20T21:57:52.6990459Z [00:01:54.523]➜  go: downloading github.com/alecthomas/assert/v2 v2.7.0
2025-08-20T21:57:52.7239473Z [00:01:54.549]➜  go: downloading github.com/charmbracelet/x/cellbuf v0.0.13
2025-08-20T21:57:52.7544750Z [00:01:54.580]➜  go: downloading github.com/gin-contrib/sse v0.1.0
2025-08-20T21:57:52.7560472Z [00:01:54.581]➜  go: downloading google.golang.org/protobuf v1.35.1
2025-08-20T21:57:52.7813287Z [00:01:54.606]➜  go: downloading github.com/jcmturner/aescts/v2 v2.0.0
2025-08-20T21:57:52.8106956Z [00:01:54.636]➜  go: downloading github.com/nxadm/tail v1.4.11
2025-08-20T21:57:52.8886545Z [00:01:54.714]➜  go: downloading github.com/klauspost/cpuid/v2 v2.2.5
2025-08-20T21:57:52.9207127Z [00:01:54.746]➜  go: downloading github.com/mholt/acmez v1.2.0
2025-08-20T21:57:52.9544495Z [00:01:54.780]➜  go: downloading github.com/zeebo/blake3 v0.2.3
2025-08-20T21:57:52.9972620Z [00:01:54.822]➜  go: downloading go.uber.org/goleak v1.3.0
2025-08-20T21:57:53.0340707Z [00:01:54.859]➜  go: downloading github.com/yusufpapurcu/wmi v1.2.4
2025-08-20T21:57:53.0594091Z [00:01:54.885]➜  go: downloading github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0
2025-08-20T21:57:53.0612411Z [00:01:54.886]➜  go: downloading github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c
2025-08-20T21:57:53.0945868Z [00:01:54.920]➜  go: downloading github.com/shoenig/go-m1cpu v0.1.6
2025-08-20T21:57:53.0966601Z [00:01:54.922]➜  go: downloading github.com/tklauser/numcpus v0.6.1
2025-08-20T21:57:53.1266572Z [00:01:54.952]➜  go: downloading github.com/hashicorp/errwrap v1.1.0
2025-08-20T21:57:53.1285459Z [00:01:54.954]➜  go: downloading github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1
2025-08-20T21:57:53.1558990Z [00:01:54.981]➜  go: downloading github.com/google/certificate-transparency-go v1.1.4
2025-08-20T21:57:53.2906841Z [00:01:55.116]➜  go: downloading github.com/xhit/go-str2duration/v2 v2.1.0
2025-08-20T21:57:53.3058133Z [00:01:55.131]➜  go: downloading github.com/xdg-go/pbkdf2 v1.0.0
2025-08-20T21:57:53.3058947Z [00:01:55.131]➜  go: downloading github.com/containerd/continuity v0.4.5
2025-08-20T21:57:53.3059761Z [00:01:55.131]➜  go: downloading github.com/creack/pty v1.1.18
2025-08-20T21:57:53.3170451Z [00:01:55.142]➜  go: downloading github.com/xhit/go-str2duration v1.2.0
2025-08-20T21:57:53.3324286Z [00:01:55.158]➜  go: downloading github.com/opencontainers/go-digest v1.0.0
2025-08-20T21:57:53.3542805Z [00:01:55.180]➜  go: downloading github.com/moby/sys/user v0.3.0
2025-08-20T21:57:53.3617401Z [00:01:55.187]➜  go: downloading github.com/xeipuuv/gojsonschema v1.2.0
2025-08-20T21:57:53.3645475Z [00:01:55.190]➜  go: downloading github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be
2025-08-20T21:57:53.3782945Z [00:01:55.204]➜  go: downloading github.com/alecthomas/repr v0.4.0
2025-08-20T21:57:53.3806267Z [00:01:55.206]➜  go: downloading github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc
2025-08-20T21:57:53.4068387Z [00:01:55.232]➜  go: downloading github.com/charmbracelet/x/term v0.2.1
2025-08-20T21:57:53.4096329Z [00:01:55.235]➜  go: downloading github.com/hexops/gotextdiff v1.0.3
2025-08-20T21:57:53.4296767Z [00:01:55.255]➜  go: downloading github.com/pelletier/go-toml/v2 v2.0.8
2025-08-20T21:57:53.4333002Z [00:01:55.259]➜  go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
2025-08-20T21:57:53.4600300Z [00:01:55.285]➜  go: downloading github.com/zeebo/assert v1.1.0
2025-08-20T21:57:53.4653402Z [00:01:55.291]➜  go: downloading github.com/benbjohnson/clock v1.3.0
2025-08-20T21:57:53.4656356Z [00:01:55.291]➜  go: downloading github.com/go-ole/go-ole v1.2.6
2025-08-20T21:57:53.4852116Z [00:01:55.310]➜  go: downloading github.com/shoenig/test v0.6.4
2025-08-20T21:57:53.5040862Z [00:01:55.329]➜  go: downloading github.com/bytedance/sonic/loader v0.3.0
2025-08-20T21:57:53.5041505Z [00:01:55.329]➜  go: downloading github.com/twitchyliquid64/golang-asm v0.15.1
2025-08-20T21:57:53.5465810Z [00:01:55.372]➜  go: downloading github.com/tidwall/tinyqueue v0.1.1
2025-08-20T21:57:53.5471905Z [00:01:55.372]➜  go: downloading github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161
2025-08-20T21:57:53.5787112Z [00:01:55.404]➜  go: downloading github.com/moby/docker-image-spec v1.3.1
2025-08-20T21:57:53.5787761Z [00:01:55.404]➜  go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
2025-08-20T21:57:53.5795050Z [00:01:55.405]➜  go: downloading github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e
2025-08-20T21:57:53.5796214Z [00:01:55.405]➜  go: downloading github.com/fsnotify/fsnotify v1.6.0
2025-08-20T21:57:53.6083217Z [00:01:55.433]➜  go: downloading github.com/gogo/protobuf v1.3.2
2025-08-20T21:57:53.6086878Z [00:01:55.434]➜  go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
2025-08-20T21:57:53.6132225Z [00:01:55.438]➜  go: downloading github.com/zeebo/pcg v1.0.1
2025-08-20T21:57:53.8967897Z [00:01:55.722]➜  + go generate ./...
2025-08-20T21:57:54.2561468Z [00:01:56.081]➜  pkg/templates/templates.go:1: running "dstdocgen": exec: "dstdocgen": executable file not found in $PATH
2025-08-20T21:57:54.2597982Z [00:01:56.085]➜  + 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:57:54.2625229Z [00:01:56.088]➜  WORK=/tmp/go-build282983591
2025-08-20T21:57:54.3303752Z [00:01:56.156]➜  # get https://proxy.golang.org/github.com/projectdiscovery/gologger/@v/v1.1.54.info
2025-08-20T21:57:54.3304499Z [00:01:56.156]➜  # get https://proxy.golang.org/github.com/projectdiscovery/goflags/@v/v0.1.74.info
2025-08-20T21:57:54.3305133Z [00:01:56.156]➜  # get https://proxy.golang.org/github.com/projectdiscovery/interactsh/@v/v1.2.4.info
2025-08-20T21:57:54.4672905Z [00:01:56.292]➜  # get https://proxy.golang.org/github.com/projectdiscovery/goflags/@v/v0.1.74.info: 200 OK (0.137s)
2025-08-20T21:57:54.4678425Z [00:01:56.293]➜  # get https://proxy.golang.org/github.com/projectdiscovery/gologger/@v/v1.1.54.info: 200 OK (0.137s)
2025-08-20T21:57:54.4710343Z [00:01:56.296]➜  # get https://proxy.golang.org/github.com/json-iterator/go/@v/v1.1.12.info
2025-08-20T21:57:54.4711140Z [00:01:56.296]➜  # get https://proxy.golang.org/github.com/alecthomas/chroma/@v/v0.10.0.info
2025-08-20T21:57:54.4711886Z [00:01:56.296]➜  # get https://proxy.golang.org/github.com/logrusorgru/aurora/@v/v2.0.3+incompatible.info
2025-08-20T21:57:54.4727142Z [00:01:56.298]➜  # get https://proxy.golang.org/github.com/projectdiscovery/interactsh/@v/v1.2.4.info: 200 OK (0.142s)
2025-08-20T21:57:54.4729450Z [00:01:56.298]➜  # get https://proxy.golang.org/github.com/invopop/jsonschema/@v/v0.13.0.info
2025-08-20T21:57:54.4948200Z [00:01:56.320]➜  # get https://proxy.golang.org/github.com/json-iterator/go/@v/v1.1.12.info: 200 OK (0.024s)
2025-08-20T21:57:54.4951579Z [00:01:56.320]➜  # get https://proxy.golang.org/github.com/go-playground/validator/v10/@v/v10.26.0.info
2025-08-20T21:57:54.4958889Z [00:01:56.321]➜  # get https://proxy.golang.org/github.com/alecthomas/chroma/@v/v0.10.0.info: 200 OK (0.025s)
2025-08-20T21:57:54.4963118Z [00:01:56.322]➜  # get https://proxy.golang.org/github.com/cnf/structhash/@v/v0.0.0-20201127153200-e1b16c1ebc08.info
2025-08-20T21:57:54.4972793Z [00:01:56.323]➜  # get https://proxy.golang.org/github.com/invopop/jsonschema/@v/v0.13.0.info: 200 OK (0.024s)
2025-08-20T21:57:54.4975718Z [00:01:56.323]➜  # get https://proxy.golang.org/github.com/%21masterminds/semver/v3/@v/v3.4.0.info
2025-08-20T21:57:54.5100088Z [00:01:56.335]➜  # get https://proxy.golang.org/github.com/logrusorgru/aurora/@v/v2.0.3+incompatible.info: 200 OK (0.039s)
2025-08-20T21:57:54.5107234Z [00:01:56.336]➜  # get https://proxy.golang.org/github.com/%21knetic/govaluate/@v/v3.0.1-0.20171022003610-9aa49832a739+incompatible.info
2025-08-20T21:57:54.5190971Z [00:01:56.344]➜  # get https://proxy.golang.org/github.com/go-playground/validator/v10/@v/v10.26.0.info: 200 OK (0.024s)
2025-08-20T21:57:54.5194029Z [00:01:56.345]➜  # get https://proxy.golang.org/github.com/pkg/errors/@v/v0.9.1.info
2025-08-20T21:57:54.5206619Z [00:01:56.346]➜  # get https://proxy.golang.org/github.com/cnf/structhash/@v/v0.0.0-20201127153200-e1b16c1ebc08.info: 200 OK (0.024s)
2025-08-20T21:57:54.5211542Z [00:01:56.346]➜  # get https://proxy.golang.org/github.com/google/shlex/@v/v0.0.0-20191202100458-e7afc7fbc510.info
2025-08-20T21:57:54.5214679Z [00:01:56.347]➜  # get https://proxy.golang.org/github.com/%21masterminds/semver/v3/@v/v3.4.0.info: 200 OK (0.024s)
2025-08-20T21:57:54.5219513Z [00:01:56.347]➜  # get https://proxy.golang.org/github.com/mholt/archives/@v/v0.1.3.info
2025-08-20T21:57:54.5348743Z [00:01:56.360]➜  # get https://proxy.golang.org/github.com/%21knetic/govaluate/@v/v3.0.1-0.20171022003610-9aa49832a739+incompatible.info: 200 OK (0.024s)
2025-08-20T21:57:54.5353672Z [00:01:56.361]➜  # get https://proxy.golang.org/github.com/miekg/dns/@v/v1.1.66.info
2025-08-20T21:57:54.5435098Z [00:01:56.369]➜  # get https://proxy.golang.org/github.com/pkg/errors/@v/v0.9.1.info: 200 OK (0.024s)
2025-08-20T21:57:54.5438931Z [00:01:56.369]➜  # get https://proxy.golang.org/github.com/projectdiscovery/retryablehttp-go/@v/v1.0.119.info
2025-08-20T21:57:54.5450857Z [00:01:56.370]➜  # get https://proxy.golang.org/github.com/google/shlex/@v/v0.0.0-20191202100458-e7afc7fbc510.info: 200 OK (0.024s)
2025-08-20T21:57:54.5456164Z [00:01:56.371]➜  # get https://proxy.golang.org/github.com/projectdiscovery/dsl/@v/v0.5.0.info
2025-08-20T21:57:54.5525827Z [00:01:56.378]➜  # get https://proxy.golang.org/github.com/mholt/archives/@v/v0.1.3.info: 200 OK (0.031s)
2025-08-20T21:57:54.5530248Z [00:01:56.378]➜  # get https://proxy.golang.org/github.com/projectdiscovery/utils/@v/v0.4.23.info
2025-08-20T21:57:54.5593723Z [00:01:56.385]➜  # get https://proxy.golang.org/github.com/miekg/dns/@v/v1.1.66.info: 200 OK (0.024s)
2025-08-20T21:57:54.5596006Z [00:01:56.385]➜  # get https://proxy.golang.org/github.com/bytedance/sonic/@v/v1.14.0.info
2025-08-20T21:57:54.5707284Z [00:01:56.396]➜  # get https://proxy.golang.org/github.com/projectdiscovery/dsl/@v/v0.5.0.info: 200 OK (0.025s)
2025-08-20T21:57:54.5736725Z [00:01:56.399]➜  # get https://proxy.golang.org/github.com/projectdiscovery/retryablehttp-go/@v/v1.0.119.info: 200 OK (0.030s)
2025-08-20T21:57:54.5818704Z [00:01:56.407]➜  # get https://proxy.golang.org/github.com/projectdiscovery/utils/@v/v0.4.23.info: 200 OK (0.029s)
2025-08-20T21:57:54.5828146Z [00:01:56.408]➜  # get https://proxy.golang.org/gopkg.in/yaml.v3/@v/v3.0.1.info
2025-08-20T21:57:54.5829558Z [00:01:56.408]➜  # get https://proxy.golang.org/github.com/charmbracelet/glamour/@v/v0.10.0.info
2025-08-20T21:57:54.5831034Z [00:01:56.408]➜  # get https://proxy.golang.org/gopkg.in/djherbis/times.v1/@v/v1.3.0.info
2025-08-20T21:57:54.5875026Z [00:01:56.413]➜  # get https://proxy.golang.org/github.com/bytedance/sonic/@v/v1.14.0.info: 200 OK (0.028s)
2025-08-20T21:57:54.5880366Z [00:01:56.413]➜  # get https://proxy.golang.org/github.com/projectdiscovery/uncover/@v/v1.1.0.info
2025-08-20T21:57:54.6071967Z [00:01:56.432]➜  # get https://proxy.golang.org/gopkg.in/yaml.v3/@v/v3.0.1.info: 200 OK (0.024s)
2025-08-20T21:57:54.6078053Z [00:01:56.433]➜  # get https://proxy.golang.org/github.com/charmbracelet/glamour/@v/v0.10.0.info: 200 OK (0.025s)
2025-08-20T21:57:54.6079278Z [00:01:56.433]➜  # get https://proxy.golang.org/github.com/dlclark/regexp2/@v/v1.11.5.info
2025-08-20T21:57:54.6083384Z [00:01:56.434]➜  # get https://proxy.golang.org/gopkg.in/djherbis/times.v1/@v/v1.3.0.info: 200 OK (0.025s)
2025-08-20T21:57:54.6084231Z [00:01:56.434]➜  # get https://proxy.golang.org/github.com/olekukonko/tablewriter/@v/v1.0.8.info
2025-08-20T21:57:54.6088617Z [00:01:56.434]➜  # get https://proxy.golang.org/github.com/wk8/go-ordered-map/v2/@v/v2.1.8.info
2025-08-20T21:57:54.6164189Z [00:01:56.442]➜  # get https://proxy.golang.org/github.com/projectdiscovery/uncover/@v/v1.1.0.info: 200 OK (0.028s)
2025-08-20T21:57:54.6181880Z [00:01:56.443]➜  # get https://proxy.golang.org/github.com/modern-go/concurrent/@v/v0.0.0-20180306012644-bacd9c7ef1dd.info
2025-08-20T21:57:54.6318414Z [00:01:56.457]➜  # get https://proxy.golang.org/github.com/dlclark/regexp2/@v/v1.11.5.info: 200 OK (0.024s)
2025-08-20T21:57:54.6333972Z [00:01:56.459]➜  # get https://proxy.golang.org/github.com/wk8/go-ordered-map/v2/@v/v2.1.8.info: 200 OK (0.024s)
2025-08-20T21:57:54.6337781Z [00:01:56.459]➜  # get https://proxy.golang.org/github.com/projectdiscovery/blackrock/@v/v0.0.1.info
2025-08-20T21:57:54.6338831Z [00:01:56.459]➜  # get https://proxy.golang.org/github.com/projectdiscovery/retryabledns/@v/v1.0.105.info
2025-08-20T21:57:54.6383492Z [00:01:56.464]➜  # get https://proxy.golang.org/github.com/olekukonko/tablewriter/@v/v1.0.8.info: 200 OK (0.030s)
2025-08-20T21:57:54.6389064Z [00:01:56.464]➜  # get https://proxy.golang.org/github.com/modern-go/reflect2/@v/v1.0.2.info
2025-08-20T21:57:54.6428814Z [00:01:56.468]➜  # get https://proxy.golang.org/github.com/modern-go/concurrent/@v/v0.0.0-20180306012644-bacd9c7ef1dd.info: 200 OK (0.025s)
2025-08-20T21:57:54.6431124Z [00:01:56.468]➜  # get https://proxy.golang.org/github.com/projectdiscovery/hmap/@v/v0.0.92.info
2025-08-20T21:57:54.6581952Z [00:01:56.483]➜  # get https://proxy.golang.org/github.com/projectdiscovery/blackrock/@v/v0.0.1.info: 200 OK (0.024s)
2025-08-20T21:57:54.6631039Z [00:01:56.488]➜  # get https://proxy.golang.org/github.com/modern-go/reflect2/@v/v1.0.2.info: 200 OK (0.024s)
2025-08-20T21:57:54.6639143Z [00:01:56.489]➜  # get https://proxy.golang.org/github.com/cespare/xxhash/@v/v1.1.0.info
2025-08-20T21:57:54.6646245Z [00:01:56.490]➜  # get https://proxy.golang.org/github.com/projectdiscovery/retryabledns/@v/v1.0.105.info: 200 OK (0.031s)
2025-08-20T21:57:54.6650336Z [00:01:56.490]➜  # get https://proxy.golang.org/github.com/%21s%21t%21a%21r%21r%21y-%21s/zip/@v/v0.2.1.info
2025-08-20T21:57:54.6710078Z [00:01:56.496]➜  # get https://proxy.golang.org/github.com/projectdiscovery/hmap/@v/v0.0.92.info: 200 OK (0.028s)
2025-08-20T21:57:54.6713299Z [00:01:56.497]➜  # get https://proxy.golang.org/github.com/gabriel-vasile/mimetype/@v/v1.4.8.info
2025-08-20T21:57:54.6714149Z [00:01:56.497]➜  # get https://proxy.golang.org/github.com/projectdiscovery/httpx/@v/v1.7.0.info
2025-08-20T21:57:54.6881388Z [00:01:56.513]➜  # get https://proxy.golang.org/github.com/cespare/xxhash/@v/v1.1.0.info: 200 OK (0.024s)
2025-08-20T21:57:54.6890173Z [00:01:56.514]➜  # get https://proxy.golang.org/github.com/%21mzack9999/go-http-digest-auth-client/@v/v0.6.1-0.20220414142836-eb8883508809.info
2025-08-20T21:57:54.6894639Z [00:01:56.515]➜  # get https://proxy.golang.org/github.com/%21s%21t%21a%21r%21r%21y-%21s/zip/@v/v0.2.1.info: 200 OK (0.024s)
2025-08-20T21:57:54.6895603Z [00:01:56.515]➜  # get https://proxy.golang.org/github.com/projectdiscovery/useragent/@v/v0.0.101.info
2025-08-20T21:57:54.6955337Z [00:01:56.521]➜  # get https://proxy.golang.org/github.com/gabriel-vasile/mimetype/@v/v1.4.8.info: 200 OK (0.024s)
2025-08-20T21:57:54.6963206Z [00:01:56.522]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.33.0.info
2025-08-20T21:57:54.7012548Z [00:01:56.526]➜  # get https://proxy.golang.org/github.com/projectdiscovery/httpx/@v/v1.7.0.info: 200 OK (0.030s)
2025-08-20T21:57:54.7017088Z [00:01:56.527]➜  # get https://proxy.golang.org/gopkg.in/yaml.v2/@v/v2.4.0.info
2025-08-20T21:57:54.7132697Z [00:01:56.538]➜  # get https://proxy.golang.org/github.com/%21mzack9999/go-http-digest-auth-client/@v/v0.6.1-0.20220414142836-eb8883508809.info: 200 OK (0.024s)
2025-08-20T21:57:54.7135306Z [00:01:56.539]➜  # get https://proxy.golang.org/github.com/asaskevich/govalidator/@v/v0.0.0-20230301143203-a9d515a09cc2.info
2025-08-20T21:57:54.7223136Z [00:01:56.548]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.33.0.info: 200 OK (0.026s)
2025-08-20T21:57:54.7260105Z [00:01:56.551]➜  # get https://proxy.golang.org/github.com/projectdiscovery/useragent/@v/v0.0.101.info: 200 OK (0.036s)
2025-08-20T21:57:54.7261518Z [00:01:56.551]➜  # get https://proxy.golang.org/gopkg.in/yaml.v2/@v/v2.4.0.info: 200 OK (0.024s)
2025-08-20T21:57:54.7283698Z [00:01:56.554]➜  # get https://proxy.golang.org/github.com/andybalholm/brotli/@v/v1.1.2-0.20250424173009-453214e765f3.info
2025-08-20T21:57:54.7285458Z [00:01:56.554]➜  # get https://proxy.golang.org/github.com/go-playground/universal-translator/@v/v0.18.1.info
2025-08-20T21:57:54.7376027Z [00:01:56.563]➜  # get https://proxy.golang.org/github.com/asaskevich/govalidator/@v/v0.0.0-20230301143203-a9d515a09cc2.info: 200 OK (0.024s)
2025-08-20T21:57:54.7384893Z [00:01:56.564]➜  # get https://proxy.golang.org/github.com/projectdiscovery/mapcidr/@v/v1.1.34.info
2025-08-20T21:57:54.7385665Z [00:01:56.564]➜  # get https://proxy.golang.org/github.com/getkin/kin-openapi/@v/v0.132.0.info
2025-08-20T21:57:54.7515213Z [00:01:56.577]➜  # get https://proxy.golang.org/github.com/andybalholm/brotli/@v/v1.1.2-0.20250424173009-453214e765f3.info: 200 OK (0.025s)
2025-08-20T21:57:54.7518428Z [00:01:56.577]➜  # get https://proxy.golang.org/github.com/projectdiscovery/fastdialer/@v/v0.4.4.info
2025-08-20T21:57:54.7521034Z [00:01:56.577]➜  # get https://proxy.golang.org/github.com/go-playground/universal-translator/@v/v0.18.1.info: 200 OK (0.025s)
2025-08-20T21:57:54.7524888Z [00:01:56.578]➜  # get https://proxy.golang.org/golang.org/x/exp/@v/v0.0.0-20250620022241-b7579e27df2b.info
2025-08-20T21:57:54.7628795Z [00:01:56.588]➜  # get https://proxy.golang.org/github.com/getkin/kin-openapi/@v/v0.132.0.info: 200 OK (0.024s)
2025-08-20T21:57:54.7633893Z [00:01:56.589]➜  # get https://proxy.golang.org/github.com/mattn/go-isatty/@v/v0.0.20.info
2025-08-20T21:57:54.7660251Z [00:01:56.591]➜  # get https://proxy.golang.org/github.com/projectdiscovery/mapcidr/@v/v1.1.34.info: 200 OK (0.028s)
2025-08-20T21:57:54.7666313Z [00:01:56.592]➜  # get https://proxy.golang.org/github.com/microcosm-cc/bluemonday/@v/v1.0.27.info
2025-08-20T21:57:54.7767692Z [00:01:56.602]➜  # get https://proxy.golang.org/golang.org/x/exp/@v/v0.0.0-20250620022241-b7579e27df2b.info: 200 OK (0.024s)
2025-08-20T21:57:54.7771571Z [00:01:56.602]➜  # get https://proxy.golang.org/github.com/bodgit/sevenzip/@v/v1.6.0.info
2025-08-20T21:57:54.7800885Z [00:01:56.605]➜  # get https://proxy.golang.org/github.com/projectdiscovery/fastdialer/@v/v0.4.4.info: 200 OK (0.028s)
2025-08-20T21:57:54.7806150Z [00:01:56.606]➜  # get https://proxy.golang.org/github.com/leodido/go-urn/@v/v1.4.0.info
2025-08-20T21:57:54.7874491Z [00:01:56.613]➜  # get https://proxy.golang.org/github.com/mattn/go-isatty/@v/v0.0.20.info: 200 OK (0.024s)
2025-08-20T21:57:54.7881754Z [00:01:56.613]➜  # get https://proxy.golang.org/github.com/muesli/termenv/@v/v0.16.0.info
2025-08-20T21:57:54.7918561Z [00:01:56.617]➜  # get https://proxy.golang.org/github.com/microcosm-cc/bluemonday/@v/v1.0.27.info: 200 OK (0.025s)
2025-08-20T21:57:54.7925555Z [00:01:56.618]➜  # get https://proxy.golang.org/github.com/clbanning/mxj/v2/@v/v2.7.0.info
2025-08-20T21:57:54.8016741Z [00:01:56.627]➜  # get https://proxy.golang.org/github.com/bodgit/sevenzip/@v/v1.6.0.info: 200 OK (0.024s)
2025-08-20T21:57:54.8027371Z [00:01:56.628]➜  # get https://proxy.golang.org/github.com/%21data%21dog/gostackparse/@v/v0.7.0.info
2025-08-20T21:57:54.8047416Z [00:01:56.630]➜  # get https://proxy.golang.org/github.com/leodido/go-urn/@v/v1.4.0.info: 200 OK (0.024s)
2025-08-20T21:57:54.8052012Z [00:01:56.630]➜  # get https://proxy.golang.org/github.com/projectdiscovery/ratelimit/@v/v0.0.81.info
2025-08-20T21:57:54.8123224Z [00:01:56.638]➜  # get https://proxy.golang.org/github.com/muesli/termenv/@v/v0.16.0.info: 200 OK (0.024s)
2025-08-20T21:57:54.8125679Z [00:01:56.638]➜  # get https://proxy.golang.org/github.com/saintfish/chardet/@v/v0.0.0-20230101081208-5e3ef4b5456d.info
2025-08-20T21:57:54.8168866Z [00:01:56.642]➜  # get https://proxy.golang.org/github.com/clbanning/mxj/v2/@v/v2.7.0.info: 200 OK (0.024s)
2025-08-20T21:57:54.8172377Z [00:01:56.643]➜  # get https://proxy.golang.org/github.com/dsnet/compress/@v/v0.0.2-0.20230904184137-39efe44ab707.info
2025-08-20T21:57:54.8267034Z [00:01:56.652]➜  # get https://proxy.golang.org/github.com/%21data%21dog/gostackparse/@v/v0.7.0.info: 200 OK (0.024s)
2025-08-20T21:57:54.8271205Z [00:01:56.652]➜  # get https://proxy.golang.org/golang.org/x/crypto/@v/v0.39.0.info
2025-08-20T21:57:54.8291578Z [00:01:56.654]➜  # get https://proxy.golang.org/github.com/projectdiscovery/ratelimit/@v/v0.0.81.info: 200 OK (0.024s)
2025-08-20T21:57:54.8297913Z [00:01:56.655]➜  # get https://proxy.golang.org/github.com/yuin/goldmark/@v/v1.7.8.info
2025-08-20T21:57:54.8367482Z [00:01:56.662]➜  # get https://proxy.golang.org/github.com/saintfish/chardet/@v/v0.0.0-20230101081208-5e3ef4b5456d.info: 200 OK (0.024s)
2025-08-20T21:57:54.8370165Z [00:01:56.662]➜  # get https://proxy.golang.org/github.com/alecthomas/chroma/v2/@v/v2.14.0.info
2025-08-20T21:57:54.8412494Z [00:01:56.666]➜  # get https://proxy.golang.org/github.com/dsnet/compress/@v/v0.0.2-0.20230904184137-39efe44ab707.info: 200 OK (0.024s)
2025-08-20T21:57:54.8419534Z [00:01:56.667]➜  # get https://proxy.golang.org/github.com/seh-msft/burpxml/@v/v1.0.1.info
2025-08-20T21:57:54.8510396Z [00:01:56.676]➜  # get https://proxy.golang.org/golang.org/x/crypto/@v/v0.39.0.info: 200 OK (0.024s)
2025-08-20T21:57:54.8515277Z [00:01:56.677]➜  # get https://proxy.golang.org/golang.org/x/term/@v/v0.32.0.info
2025-08-20T21:57:54.8539121Z [00:01:56.679]➜  # get https://proxy.golang.org/github.com/yuin/goldmark/@v/v1.7.8.info: 200 OK (0.024s)
2025-08-20T21:57:54.8543401Z [00:01:56.680]➜  # get https://proxy.golang.org/github.com/projectdiscovery/asnmap/@v/v1.1.1.info
2025-08-20T21:57:54.8620282Z [00:01:56.687]➜  # get https://proxy.golang.org/github.com/alecthomas/chroma/v2/@v/v2.14.0.info: 200 OK (0.025s)
2025-08-20T21:57:54.8623212Z [00:01:56.688]➜  # get https://proxy.golang.org/github.com/cloudwego/base64x/@v/v0.1.5.info
2025-08-20T21:57:54.8711326Z [00:01:56.696]➜  # get https://proxy.golang.org/github.com/seh-msft/burpxml/@v/v1.0.1.info: 200 OK (0.029s)
2025-08-20T21:57:54.8715447Z [00:01:56.697]➜  # get https://proxy.golang.org/github.com/bahlo/generic-list-go/@v/v0.2.0.info
2025-08-20T21:57:54.8756907Z [00:01:56.701]➜  # get https://proxy.golang.org/golang.org/x/term/@v/v0.32.0.info: 200 OK (0.024s)
2025-08-20T21:57:54.8763884Z [00:01:56.702]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.16.info
2025-08-20T21:57:54.8847208Z [00:01:56.710]➜  # get https://proxy.golang.org/github.com/projectdiscovery/asnmap/@v/v1.1.1.info: 200 OK (0.030s)
2025-08-20T21:57:54.8850121Z [00:01:56.710]➜  # get https://proxy.golang.org/github.com/klauspost/compress/@v/v1.18.0.info
2025-08-20T21:57:54.8863640Z [00:01:56.712]➜  # get https://proxy.golang.org/github.com/cloudwego/base64x/@v/v0.1.5.info: 200 OK (0.024s)
2025-08-20T21:57:54.8866988Z [00:01:56.712]➜  # get https://proxy.golang.org/github.com/akrylysov/pogreb/@v/v0.10.2.info
2025-08-20T21:57:54.8957088Z [00:01:56.721]➜  # get https://proxy.golang.org/github.com/bahlo/generic-list-go/@v/v0.2.0.info: 200 OK (0.024s)
2025-08-20T21:57:54.8961807Z [00:01:56.721]➜  # get https://proxy.golang.org/golang.org/x/text/@v/v0.26.0.info
2025-08-20T21:57:54.9004075Z [00:01:56.726]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.16.info: 200 OK (0.024s)
2025-08-20T21:57:54.9006968Z [00:01:56.726]➜  # get https://proxy.golang.org/github.com/google/uuid/@v/v1.6.0.info
2025-08-20T21:57:54.9096744Z [00:01:56.735]➜  # get https://proxy.golang.org/github.com/klauspost/compress/@v/v1.18.0.info: 200 OK (0.025s)
2025-08-20T21:57:54.9103447Z [00:01:56.736]➜  # get https://proxy.golang.org/github.com/yuin/goldmark-emoji/@v/v1.0.5.info
2025-08-20T21:57:54.9170594Z [00:01:56.742]➜  # get https://proxy.golang.org/github.com/akrylysov/pogreb/@v/v0.10.2.info: 200 OK (0.030s)
2025-08-20T21:57:54.9176187Z [00:01:56.743]➜  # get https://proxy.golang.org/github.com/invopop/yaml/@v/v0.3.1.info
2025-08-20T21:57:54.9211318Z [00:01:56.746]➜  # get https://proxy.golang.org/golang.org/x/text/@v/v0.26.0.info: 200 OK (0.025s)
2025-08-20T21:57:54.9215607Z [00:01:56.747]➜  # get https://proxy.golang.org/golang.org/x/net/@v/v0.41.0.info
2025-08-20T21:57:54.9248214Z [00:01:56.750]➜  # get https://proxy.golang.org/github.com/google/uuid/@v/v1.6.0.info: 200 OK (0.024s)
2025-08-20T21:57:54.9252724Z [00:01:56.750]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/azidentity/@v/v1.10.1.info
2025-08-20T21:57:54.9342847Z [00:01:56.760]➜  # get https://proxy.golang.org/github.com/yuin/goldmark-emoji/@v/v1.0.5.info: 200 OK (0.024s)
2025-08-20T21:57:54.9345749Z [00:01:56.760]➜  # get https://proxy.golang.org/github.com/tidwall/gjson/@v/v1.18.0.info
2025-08-20T21:57:54.9415602Z [00:01:56.767]➜  # get https://proxy.golang.org/github.com/invopop/yaml/@v/v0.3.1.info: 200 OK (0.024s)
2025-08-20T21:57:54.9422732Z [00:01:56.768]➜  # get https://proxy.golang.org/golang.org/x/arch/@v/v0.3.0.info
2025-08-20T21:57:54.9455271Z [00:01:56.771]➜  # get https://proxy.golang.org/golang.org/x/net/@v/v0.41.0.info: 200 OK (0.024s)
2025-08-20T21:57:54.9458753Z [00:01:56.771]➜  # get https://proxy.golang.org/github.com/buger/jsonparser/@v/v1.1.1.info
2025-08-20T21:57:54.9493653Z [00:01:56.775]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/azidentity/@v/v1.10.1.info: 200 OK (0.024s)
2025-08-20T21:57:54.9500047Z [00:01:56.775]➜  # get https://proxy.golang.org/github.com/olekukonko/errors/@v/v1.1.0.info
2025-08-20T21:57:54.9586510Z [00:01:56.784]➜  # get https://proxy.golang.org/github.com/tidwall/gjson/@v/v1.18.0.info: 200 OK (0.024s)
2025-08-20T21:57:54.9591785Z [00:01:56.784]➜  # get https://proxy.golang.org/github.com/bits-and-blooms/bloom/v3/@v/v3.5.0.info
2025-08-20T21:57:54.9666013Z [00:01:56.792]➜  # get https://proxy.golang.org/golang.org/x/arch/@v/v0.3.0.info: 200 OK (0.024s)
2025-08-20T21:57:54.9670548Z [00:01:56.792]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.4.7.info
2025-08-20T21:57:54.9701727Z [00:01:56.795]➜  # get https://proxy.golang.org/github.com/buger/jsonparser/@v/v1.1.1.info: 200 OK (0.024s)
2025-08-20T21:57:54.9710666Z [00:01:56.796]➜  # get https://proxy.golang.org/git.mills.io/prologic/smtpd/@v/v0.0.0-20210710122116-a525b76c287a.info
2025-08-20T21:57:54.9741216Z [00:01:56.799]➜  # get https://proxy.golang.org/github.com/olekukonko/errors/@v/v1.1.0.info: 200 OK (0.024s)
2025-08-20T21:57:54.9745540Z [00:01:56.800]➜  # get https://proxy.golang.org/github.com/go-playground/locales/@v/v0.14.1.info
2025-08-20T21:57:54.9830976Z [00:01:56.808]➜  # get https://proxy.golang.org/github.com/bits-and-blooms/bloom/v3/@v/v3.5.0.info: 200 OK (0.024s)
2025-08-20T21:57:54.9835730Z [00:01:56.809]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/storage/azblob/@v/v1.6.1.info
2025-08-20T21:57:54.9953278Z [00:01:56.820]➜  # get https://proxy.golang.org/git.mills.io/prologic/smtpd/@v/v0.0.0-20210710122116-a525b76c287a.info: 200 OK (0.024s)
2025-08-20T21:57:54.9955183Z [00:01:56.821]➜  # get https://proxy.golang.org/github.com/go-openapi/jsonpointer/@v/v0.21.0.info
2025-08-20T21:57:54.9987431Z [00:01:56.824]➜  # get https://proxy.golang.org/github.com/go-playground/locales/@v/v0.14.1.info: 200 OK (0.024s)
2025-08-20T21:57:54.9992394Z [00:01:56.824]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.4.7.info: 200 OK (0.032s)
2025-08-20T21:57:54.9995594Z [00:01:56.825]➜  # get https://proxy.golang.org/github.com/mailru/easyjson/@v/v0.7.7.info
2025-08-20T21:57:54.9998967Z [00:01:56.825]➜  # get https://proxy.golang.org/github.com/aymanbagabas/go-osc52/v2/@v/v2.0.1.info
2025-08-20T21:57:55.0075487Z [00:01:56.833]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/storage/azblob/@v/v1.6.1.info: 200 OK (0.024s)
2025-08-20T21:57:55.0078497Z [00:01:56.833]➜  # get https://proxy.golang.org/github.com/olekukonko/ll/@v/v0.0.9.info
2025-08-20T21:57:55.0197265Z [00:01:56.845]➜  # get https://proxy.golang.org/github.com/go-openapi/jsonpointer/@v/v0.21.0.info: 200 OK (0.024s)
2025-08-20T21:57:55.0199325Z [00:01:56.845]➜  # get https://proxy.golang.org/github.com/tidwall/match/@v/v1.1.1.info
2025-08-20T21:57:55.0238853Z [00:01:56.849]➜  # get https://proxy.golang.org/github.com/mailru/easyjson/@v/v0.7.7.info: 200 OK (0.024s)
2025-08-20T21:57:55.0245005Z [00:01:56.850]➜  # get https://proxy.golang.org/github.com/aymanbagabas/go-osc52/v2/@v/v2.0.1.info: 200 OK (0.025s)
2025-08-20T21:57:55.0246261Z [00:01:56.850]➜  # get https://proxy.golang.org/github.com/syndtr/goleveldb/@v/v1.0.0.info
2025-08-20T21:57:55.0247778Z [00:01:56.850]➜  # get https://proxy.golang.org/github.com/hashicorp/golang-lru/v2/@v/v2.0.7.info
2025-08-20T21:57:55.0318337Z [00:01:56.857]➜  # get https://proxy.golang.org/github.com/olekukonko/ll/@v/v0.0.9.info: 200 OK (0.024s)
2025-08-20T21:57:55.0321366Z [00:01:56.857]➜  # get https://proxy.golang.org/golang.org/x/time/@v/v0.11.0.info
2025-08-20T21:57:55.0470636Z [00:01:56.872]➜  # get https://proxy.golang.org/github.com/tidwall/match/@v/v1.1.1.info: 200 OK (0.027s)
2025-08-20T21:57:55.0476991Z [00:01:56.873]➜  # get https://proxy.golang.org/github.com/aymerick/douceur/@v/v0.2.0.info
2025-08-20T21:57:55.0488061Z [00:01:56.874]➜  # get https://proxy.golang.org/github.com/hashicorp/golang-lru/v2/@v/v2.0.7.info: 200 OK (0.024s)
2025-08-20T21:57:55.0497944Z [00:01:56.875]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/@v/v1.36.5.info
2025-08-20T21:57:55.0550255Z [00:01:56.880]➜  # get https://proxy.golang.org/github.com/syndtr/goleveldb/@v/v1.0.0.info: 200 OK (0.031s)
2025-08-20T21:57:55.0552930Z [00:01:56.881]➜  # get https://proxy.golang.org/github.com/oasdiff/yaml/@v/v0.0.0-20250309154309-f31be36b4037.info
2025-08-20T21:57:55.0567461Z [00:01:56.882]➜  # get https://proxy.golang.org/golang.org/x/time/@v/v0.11.0.info: 200 OK (0.025s)
2025-08-20T21:57:55.0570872Z [00:01:56.882]➜  # get https://proxy.golang.org/github.com/%21puerkito%21bio/goquery/@v/v1.10.3.info
2025-08-20T21:57:55.0718385Z [00:01:56.897]➜  # get https://proxy.golang.org/github.com/aymerick/douceur/@v/v0.2.0.info: 200 OK (0.024s)
2025-08-20T21:57:55.0727955Z [00:01:56.898]➜  # get https://proxy.golang.org/github.com/felixge/fgprof/@v/v0.9.5.info
2025-08-20T21:57:55.0739507Z [00:01:56.899]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/@v/v1.36.5.info: 200 OK (0.024s)
2025-08-20T21:57:55.0742310Z [00:01:56.900]➜  # get https://proxy.golang.org/github.com/rs/xid/@v/v1.6.0.info
2025-08-20T21:57:55.0796055Z [00:01:56.905]➜  # get https://proxy.golang.org/github.com/oasdiff/yaml/@v/v0.0.0-20250309154309-f31be36b4037.info: 200 OK (0.024s)
2025-08-20T21:57:55.0800345Z [00:01:56.905]➜  # get https://proxy.golang.org/github.com/lucasb-eyer/go-colorful/@v/v1.2.0.info
2025-08-20T21:57:55.0813808Z [00:01:56.907]➜  # get https://proxy.golang.org/github.com/%21puerkito%21bio/goquery/@v/v1.10.3.info: 200 OK (0.024s)
2025-08-20T21:57:55.0817768Z [00:01:56.907]➜  # get https://proxy.golang.org/github.com/tidwall/pretty/@v/v1.2.1.info
2025-08-20T21:57:55.0969740Z [00:01:56.922]➜  # get https://proxy.golang.org/github.com/felixge/fgprof/@v/v0.9.5.info: 200 OK (0.024s)
2025-08-20T21:57:55.0980463Z [00:01:56.923]➜  # get https://proxy.golang.org/github.com/%21mzack9999/goja/@v/v0.0.0-20250507184235-e46100e9c697.info
2025-08-20T21:57:55.0988545Z [00:01:56.924]➜  # get https://proxy.golang.org/github.com/rs/xid/@v/v1.6.0.info: 200 OK (0.025s)
2025-08-20T21:57:55.0993125Z [00:01:56.925]➜  # get https://proxy.golang.org/github.com/charmbracelet/lipgloss/@v/v1.1.1-0.20250404203927-76690c660834.info
2025-08-20T21:57:55.1045723Z [00:01:56.930]➜  # get https://proxy.golang.org/github.com/lucasb-eyer/go-colorful/@v/v1.2.0.info: 200 OK (0.024s)
2025-08-20T21:57:55.1051415Z [00:01:56.930]➜  # get https://proxy.golang.org/github.com/docker/go-units/@v/v0.5.0.info
2025-08-20T21:57:55.1063712Z [00:01:56.932]➜  # get https://proxy.golang.org/github.com/tidwall/pretty/@v/v1.2.1.info: 200 OK (0.025s)
2025-08-20T21:57:55.1234795Z [00:01:56.949]➜  # get https://proxy.golang.org/github.com/charmbracelet/lipgloss/@v/v1.1.1-0.20250404203927-76690c660834.info: 200 OK (0.024s)
2025-08-20T21:57:55.1238850Z [00:01:56.949]➜  # get https://proxy.golang.org/github.com/segmentio/ksuid/@v/v1.0.4.info
2025-08-20T21:57:55.1276107Z [00:01:56.953]➜  # get https://proxy.golang.org/github.com/%21mzack9999/goja/@v/v0.0.0-20250507184235-e46100e9c697.info: 200 OK (0.029s)
2025-08-20T21:57:55.1278772Z [00:01:56.953]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/config/@v/v1.29.17.info
2025-08-20T21:57:55.1279522Z [00:01:56.953]➜  # get https://proxy.golang.org/github.com/perimeterx/marshmallow/@v/v1.1.5.info
2025-08-20T21:57:55.1290457Z [00:01:56.954]➜  # get https://proxy.golang.org/github.com/docker/go-units/@v/v0.5.0.info: 200 OK (0.024s)
2025-08-20T21:57:55.1293214Z [00:01:56.955]➜  # get https://proxy.golang.org/github.com/hbakhtiyor/strsim/@v/v0.0.0-20190107154042-4d2bbb273edf.info
2025-08-20T21:57:55.1478743Z [00:01:56.973]➜  # get https://proxy.golang.org/github.com/segmentio/ksuid/@v/v1.0.4.info: 200 OK (0.024s)
2025-08-20T21:57:55.1517434Z [00:01:56.977]➜  # get https://proxy.golang.org/github.com/klauspost/cpuid/v2/@v/v2.2.5.info
2025-08-20T21:57:55.1521144Z [00:01:56.977]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/config/@v/v1.29.17.info: 200 OK (0.024s)
2025-08-20T21:57:55.1526706Z [00:01:56.978]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/azcore/@v/v1.18.0.info
2025-08-20T21:57:55.1528597Z [00:01:56.978]➜  # get https://proxy.golang.org/github.com/perimeterx/marshmallow/@v/v1.1.5.info: 200 OK (0.025s)
2025-08-20T21:57:55.1535981Z [00:01:56.979]➜  # get https://proxy.golang.org/github.com/hbakhtiyor/strsim/@v/v0.0.0-20190107154042-4d2bbb273edf.info: 200 OK (0.024s)
2025-08-20T21:57:55.1538706Z [00:01:56.979]➜  # get https://proxy.golang.org/github.com/bytedance/sonic/loader/@v/v0.3.0.info
2025-08-20T21:57:55.1541618Z [00:01:56.979]➜  # get https://proxy.golang.org/github.com/%21mzack9999/goja_nodejs/@v/v0.0.0-20250507184139-66bcbf65c883.info
2025-08-20T21:57:55.1767455Z [00:01:57.002]➜  # get https://proxy.golang.org/github.com/klauspost/cpuid/v2/@v/v2.2.5.info: 200 OK (0.025s)
2025-08-20T21:57:55.1777312Z [00:01:57.003]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/ansi/@v/v0.8.0.info
2025-08-20T21:57:55.1785181Z [00:01:57.004]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/azcore/@v/v1.18.0.info: 200 OK (0.026s)
2025-08-20T21:57:55.1789141Z [00:01:57.004]➜  # get https://proxy.golang.org/github.com/bytedance/sonic/loader/@v/v0.3.0.info: 200 OK (0.025s)
2025-08-20T21:57:55.1791297Z [00:01:57.004]➜  # get https://proxy.golang.org/github.com/bodgit/plumbing/@v/v1.3.0.info
2025-08-20T21:57:55.1793560Z [00:01:57.005]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/credentials/@v/v1.17.70.info
2025-08-20T21:57:55.1874756Z [00:01:57.013]➜  # get https://proxy.golang.org/github.com/%21mzack9999/goja_nodejs/@v/v0.0.0-20250507184139-66bcbf65c883.info: 200 OK (0.033s)
2025-08-20T21:57:55.1883713Z [00:01:57.014]➜  # get https://proxy.golang.org/github.com/andybalholm/cascadia/@v/v1.3.3.info
2025-08-20T21:57:55.2021477Z [00:01:57.027]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/ansi/@v/v0.8.0.info: 200 OK (0.024s)
2025-08-20T21:57:55.2027114Z [00:01:57.028]➜  # get https://proxy.golang.org/github.com/google/pprof/@v/v0.0.0-20240727154555-813a5fbdbec8.info
2025-08-20T21:57:55.2034037Z [00:01:57.029]➜  # get https://proxy.golang.org/github.com/bodgit/plumbing/@v/v1.3.0.info: 200 OK (0.024s)
2025-08-20T21:57:55.2037552Z [00:01:57.029]➜  # get https://proxy.golang.org/github.com/klauspost/pgzip/@v/v1.2.6.info
2025-08-20T21:57:55.2039343Z [00:01:57.029]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/credentials/@v/v1.17.70.info: 200 OK (0.025s)
2025-08-20T21:57:55.2043586Z [00:01:57.030]➜  # get https://proxy.golang.org/github.com/%21mzack9999/gcache/@v/v0.0.0-20230410081825-519e28eab057.info
2025-08-20T21:57:55.2122909Z [00:01:57.038]➜  # get https://proxy.golang.org/github.com/andybalholm/cascadia/@v/v1.3.3.info: 200 OK (0.024s)
2025-08-20T21:57:55.2134511Z [00:01:57.039]➜  # get https://proxy.golang.org/github.com/mackerelio/go-osstat/@v/v0.2.4.info
2025-08-20T21:57:55.2280801Z [00:01:57.053]➜  # get https://proxy.golang.org/github.com/klauspost/pgzip/@v/v1.2.6.info: 200 OK (0.024s)
2025-08-20T21:57:55.2285423Z [00:01:57.054]➜  # get https://proxy.golang.org/github.com/spf13/cast/@v/v1.9.2.info
2025-08-20T21:57:55.2286860Z [00:01:57.054]➜  # get https://proxy.golang.org/github.com/%21mzack9999/gcache/@v/v0.0.0-20230410081825-519e28eab057.info: 200 OK (0.024s)
2025-08-20T21:57:55.2288880Z [00:01:57.054]➜  # get https://proxy.golang.org/github.com/go-rod/rod/@v/v0.116.2.info
2025-08-20T21:57:55.2312488Z [00:01:57.056]➜  # get https://proxy.golang.org/github.com/google/pprof/@v/v0.0.0-20240727154555-813a5fbdbec8.info: 200 OK (0.028s)
2025-08-20T21:57:55.2315679Z [00:01:57.057]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/cellbuf/@v/v0.0.13.info
2025-08-20T21:57:55.2378817Z [00:01:57.063]➜  # get https://proxy.golang.org/github.com/mackerelio/go-osstat/@v/v0.2.4.info: 200 OK (0.024s)
2025-08-20T21:57:55.2387072Z [00:01:57.064]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/feature/s3/manager/@v/v1.17.82.info
2025-08-20T21:57:55.2561076Z [00:01:57.081]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/cellbuf/@v/v0.0.13.info: 200 OK (0.024s)
2025-08-20T21:57:55.2566430Z [00:01:57.082]➜  # get https://proxy.golang.org/github.com/projectdiscovery/cdncheck/@v/v1.1.26.info
2025-08-20T21:57:55.2567617Z [00:01:57.082]➜  # get https://proxy.golang.org/github.com/go-rod/rod/@v/v0.116.2.info: 200 OK (0.028s)
2025-08-20T21:57:55.2582774Z [00:01:57.084]➜  # get https://proxy.golang.org/github.com/go-openapi/swag/@v/v0.23.0.info
2025-08-20T21:57:55.2607030Z [00:01:57.086]➜  # get https://proxy.golang.org/github.com/spf13/cast/@v/v1.9.2.info: 200 OK (0.032s)
2025-08-20T21:57:55.2609734Z [00:01:57.086]➜  # get https://proxy.golang.org/github.com/mikelolasagasti/xz/@v/v1.0.1.info
2025-08-20T21:57:55.2670459Z [00:01:57.092]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/feature/s3/manager/@v/v1.17.82.info: 200 OK (0.028s)
2025-08-20T21:57:55.2673946Z [00:01:57.093]➜  # get https://proxy.golang.org/github.com/dimchansky/utfbom/@v/v1.1.1.info
2025-08-20T21:57:55.2824358Z [00:01:57.108]➜  # get https://proxy.golang.org/github.com/go-openapi/swag/@v/v0.23.0.info: 200 OK (0.024s)
2025-08-20T21:57:55.2826106Z [00:01:57.108]➜  # get https://proxy.golang.org/github.com/tidwall/buntdb/@v/v1.3.1.info
2025-08-20T21:57:55.2840114Z [00:01:57.109]➜  # get https://proxy.golang.org/github.com/projectdiscovery/cdncheck/@v/v1.1.26.info: 200 OK (0.027s)
2025-08-20T21:57:55.2846089Z [00:01:57.110]➜  # get https://proxy.golang.org/github.com/projectdiscovery/fasttemplate/@v/v0.0.2.info
2025-08-20T21:57:55.2849712Z [00:01:57.110]➜  # get https://proxy.golang.org/github.com/mikelolasagasti/xz/@v/v1.0.1.info: 200 OK (0.024s)
2025-08-20T21:57:55.2851467Z [00:01:57.110]➜  # get https://proxy.golang.org/github.com/alitto/pond/@v/v1.9.2.info
2025-08-20T21:57:55.2922483Z [00:01:57.117]➜  # get https://proxy.golang.org/github.com/dimchansky/utfbom/@v/v1.1.1.info: 200 OK (0.025s)
2025-08-20T21:57:55.2924804Z [00:01:57.118]➜  # get https://proxy.golang.org/github.com/kitabisa/go-ci/@v/v1.0.3.info
2025-08-20T21:57:55.3088946Z [00:01:57.134]➜  # get https://proxy.golang.org/github.com/projectdiscovery/fasttemplate/@v/v0.0.2.info: 200 OK (0.024s)
2025-08-20T21:57:55.3092054Z [00:01:57.134]➜  # get https://proxy.golang.org/github.com/alitto/pond/@v/v1.9.2.info: 200 OK (0.024s)
2025-08-20T21:57:55.3095708Z [00:01:57.135]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/exp/slice/@v/v0.0.0-20250327172914-2fdc97757edf.info
2025-08-20T21:57:55.3101698Z [00:01:57.135]➜  # get https://proxy.golang.org/github.com/mohae/deepcopy/@v/v0.0.0-20170929034955-c48cc78d4826.info
2025-08-20T21:57:55.3110169Z [00:01:57.136]➜  # get https://proxy.golang.org/github.com/tidwall/buntdb/@v/v1.3.1.info: 200 OK (0.028s)
2025-08-20T21:57:55.3114774Z [00:01:57.137]➜  # get https://proxy.golang.org/github.com/bits-and-blooms/bitset/@v/v1.13.0.info
2025-08-20T21:57:55.3238067Z [00:01:57.149]➜  # get https://proxy.golang.org/github.com/kitabisa/go-ci/@v/v1.0.3.info: 200 OK (0.031s)
2025-08-20T21:57:55.3244515Z [00:01:57.150]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/s3/@v/v1.82.0.info
2025-08-20T21:57:55.3337897Z [00:01:57.159]➜  # 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:57:55.3341495Z [00:01:57.159]➜  # get https://proxy.golang.org/github.com/gorilla/css/@v/v1.0.1.info
2025-08-20T21:57:55.3344317Z [00:01:57.160]➜  # get https://proxy.golang.org/github.com/mohae/deepcopy/@v/v0.0.0-20170929034955-c48cc78d4826.info: 200 OK (0.024s)
2025-08-20T21:57:55.3353958Z [00:01:57.161]➜  # get https://proxy.golang.org/github.com/bits-and-blooms/bitset/@v/v1.13.0.info: 200 OK (0.024s)
2025-08-20T21:57:55.3358405Z [00:01:57.161]➜  # get https://proxy.golang.org/github.com/minio/minlz/@v/v1.0.0.info
2025-08-20T21:57:55.3359263Z [00:01:57.161]➜  # get https://proxy.golang.org/go.etcd.io/bbolt/@v/v1.3.10.info
2025-08-20T21:57:55.3486056Z [00:01:57.174]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/s3/@v/v1.82.0.info: 200 OK (0.024s)
2025-08-20T21:57:55.3494155Z [00:01:57.175]➜  # get https://proxy.golang.org/github.com/labstack/echo/v4/@v/v4.13.4.info
2025-08-20T21:57:55.3580860Z [00:01:57.183]➜  # get https://proxy.golang.org/github.com/gorilla/css/@v/v1.0.1.info: 200 OK (0.024s)
2025-08-20T21:57:55.3586816Z [00:01:57.184]➜  # get https://proxy.golang.org/github.com/antchfx/htmlquery/@v/v1.3.4.info
2025-08-20T21:57:55.3597888Z [00:01:57.185]➜  # get https://proxy.golang.org/github.com/minio/minlz/@v/v1.0.0.info: 200 OK (0.024s)
2025-08-20T21:57:55.3601775Z [00:01:57.185]➜  # get https://proxy.golang.org/go.etcd.io/bbolt/@v/v1.3.10.info: 200 OK (0.024s)
2025-08-20T21:57:55.3602731Z [00:01:57.185]➜  # get https://proxy.golang.org/github.com/go-sql-driver/mysql/@v/v1.9.3.info
2025-08-20T21:57:55.3611078Z [00:01:57.186]➜  # get https://proxy.golang.org/github.com/go-git/go-git/v5/@v/v5.16.2.info
2025-08-20T21:57:55.3736245Z [00:01:57.199]➜  # get https://proxy.golang.org/github.com/labstack/echo/v4/@v/v4.13.4.info: 200 OK (0.024s)
2025-08-20T21:57:55.3751736Z [00:01:57.200]➜  # get https://proxy.golang.org/github.com/nwaples/rardecode/v2/@v/v2.1.0.info
2025-08-20T21:57:55.3841417Z [00:01:57.209]➜  # get https://proxy.golang.org/github.com/go-sql-driver/mysql/@v/v1.9.3.info: 200 OK (0.024s)
2025-08-20T21:57:55.3851079Z [00:01:57.210]➜  # get https://proxy.golang.org/github.com/muesli/reflow/@v/v0.3.0.info
2025-08-20T21:57:55.3854728Z [00:01:57.211]➜  # get https://proxy.golang.org/github.com/go-git/go-git/v5/@v/v5.16.2.info: 200 OK (0.024s)
2025-08-20T21:57:55.3857678Z [00:01:57.211]➜  # get https://proxy.golang.org/github.com/cheggaaa/pb/v3/@v/v3.1.4.info
2025-08-20T21:57:55.3879104Z [00:01:57.213]➜  # get https://proxy.golang.org/github.com/antchfx/htmlquery/@v/v1.3.4.info: 200 OK (0.029s)
2025-08-20T21:57:55.3882850Z [00:01:57.214]➜  # get https://proxy.golang.org/github.com/antchfx/xmlquery/@v/v1.4.4.info
2025-08-20T21:57:55.3991112Z [00:01:57.224]➜  # get https://proxy.golang.org/github.com/nwaples/rardecode/v2/@v/v2.1.0.info: 200 OK (0.024s)
2025-08-20T21:57:55.4000913Z [00:01:57.225]➜  # get https://proxy.golang.org/github.com/refraction-networking/utls/@v/v1.7.1.info
2025-08-20T21:57:55.4090435Z [00:01:57.234]➜  # get https://proxy.golang.org/github.com/muesli/reflow/@v/v0.3.0.info: 200 OK (0.024s)
2025-08-20T21:57:55.4095566Z [00:01:57.235]➜  # get https://proxy.golang.org/github.com/aws/smithy-go/@v/v1.22.4.info
2025-08-20T21:57:55.4100730Z [00:01:57.235]➜  # get https://proxy.golang.org/github.com/cheggaaa/pb/v3/@v/v3.1.4.info: 200 OK (0.024s)
2025-08-20T21:57:55.4103476Z [00:01:57.236]➜  # get https://proxy.golang.org/github.com/oasdiff/yaml3/@v/v0.0.0-20250309153720-d2182401db90.info
2025-08-20T21:57:55.4123518Z [00:01:57.238]➜  # get https://proxy.golang.org/github.com/antchfx/xmlquery/@v/v1.4.4.info: 200 OK (0.024s)
2025-08-20T21:57:55.4127482Z [00:01:57.238]➜  # get https://proxy.golang.org/github.com/mattn/go-sqlite3/@v/v1.14.28.info
2025-08-20T21:57:55.4284480Z [00:01:57.254]➜  # get https://proxy.golang.org/github.com/refraction-networking/utls/@v/v1.7.1.info: 200 OK (0.028s)
2025-08-20T21:57:55.4289068Z [00:01:57.254]➜  # get https://proxy.golang.org/github.com/fatih/color/@v/v1.18.0.info
2025-08-20T21:57:55.4339450Z [00:01:57.259]➜  # get https://proxy.golang.org/github.com/aws/smithy-go/@v/v1.22.4.info: 200 OK (0.024s)
2025-08-20T21:57:55.4343302Z [00:01:57.260]➜  # get https://proxy.golang.org/github.com/pierrec/lz4/v4/@v/v4.1.21.info
2025-08-20T21:57:55.4345668Z [00:01:57.260]➜  # get https://proxy.golang.org/github.com/oasdiff/yaml3/@v/v0.0.0-20250309153720-d2182401db90.info: 200 OK (0.024s)
2025-08-20T21:57:55.4354083Z [00:01:57.261]➜  # get https://proxy.golang.org/github.com/valyala/bytebufferpool/@v/v1.0.0.info
2025-08-20T21:57:55.4366453Z [00:01:57.262]➜  # get https://proxy.golang.org/github.com/mattn/go-sqlite3/@v/v1.14.28.info: 200 OK (0.024s)
2025-08-20T21:57:55.4374002Z [00:01:57.263]➜  # get https://proxy.golang.org/github.com/google/go-github/v30/@v/v30.1.0.info
2025-08-20T21:57:55.4528860Z [00:01:57.278]➜  # get https://proxy.golang.org/github.com/fatih/color/@v/v1.18.0.info: 200 OK (0.024s)
2025-08-20T21:57:55.4532677Z [00:01:57.279]➜  # get https://proxy.golang.org/github.com/ysmood/gson/@v/v0.7.3.info
2025-08-20T21:57:55.4582538Z [00:01:57.283]➜  # get https://proxy.golang.org/github.com/pierrec/lz4/v4/@v/v4.1.21.info: 200 OK (0.024s)
2025-08-20T21:57:55.4593474Z [00:01:57.284]➜  # get https://proxy.golang.org/github.com/valyala/bytebufferpool/@v/v1.0.0.info: 200 OK (0.024s)
2025-08-20T21:57:55.4594853Z [00:01:57.285]➜  # get https://proxy.golang.org/github.com/google/go-github/@v/v17.0.0+incompatible.info
2025-08-20T21:57:55.4596027Z [00:01:57.285]➜  # get https://proxy.golang.org/github.com/charmbracelet/colorprofile/@v/v0.2.3-0.20250311203215-f60798e515dc.info
2025-08-20T21:57:55.4613309Z [00:01:57.287]➜  # get https://proxy.golang.org/github.com/google/go-github/v30/@v/v30.1.0.info: 200 OK (0.024s)
2025-08-20T21:57:55.4626900Z [00:01:57.288]➜  # get https://proxy.golang.org/github.com/sorairolake/lzip-go/@v/v0.3.5.info
2025-08-20T21:57:55.4813838Z [00:01:57.307]➜  # get https://proxy.golang.org/github.com/ysmood/gson/@v/v0.7.3.info: 200 OK (0.028s)
2025-08-20T21:57:55.4818089Z [00:01:57.307]➜  # get https://proxy.golang.org/github.com/gaissmai/bart/@v/v0.20.5.info
2025-08-20T21:57:55.4834263Z [00:01:57.309]➜  # get https://proxy.golang.org/github.com/google/go-github/@v/v17.0.0+incompatible.info: 200 OK (0.024s)
2025-08-20T21:57:55.4839966Z [00:01:57.309]➜  # get https://proxy.golang.org/github.com/charmbracelet/colorprofile/@v/v0.2.3-0.20250311203215-f60798e515dc.info: 200 OK (0.024s)
2025-08-20T21:57:55.4841220Z [00:01:57.309]➜  # get https://proxy.golang.org/github.com/bluele/gcache/@v/v0.0.2.info
2025-08-20T21:57:55.4846940Z [00:01:57.310]➜  # get https://proxy.golang.org/github.com/itchyny/gojq/@v/v0.12.17.info
2025-08-20T21:57:55.4866028Z [00:01:57.312]➜  # get https://proxy.golang.org/github.com/sorairolake/lzip-go/@v/v0.3.5.info: 200 OK (0.024s)
2025-08-20T21:57:55.4874160Z [00:01:57.313]➜  # get https://proxy.golang.org/github.com/tidwall/btree/@v/v1.7.0.info
2025-08-20T21:57:55.5058740Z [00:01:57.331]➜  # get https://proxy.golang.org/github.com/gaissmai/bart/@v/v0.20.5.info: 200 OK (0.024s)
2025-08-20T21:57:55.5062248Z [00:01:57.331]➜  # get https://proxy.golang.org/github.com/valyala/fasttemplate/@v/v1.2.2.info
2025-08-20T21:57:55.5078009Z [00:01:57.333]➜  # get https://proxy.golang.org/github.com/bluele/gcache/@v/v0.0.2.info: 200 OK (0.024s)
2025-08-20T21:57:55.5083617Z [00:01:57.334]➜  # get https://proxy.golang.org/github.com/projectdiscovery/networkpolicy/@v/v0.1.18.info
2025-08-20T21:57:55.5097773Z [00:01:57.335]➜  # get https://proxy.golang.org/github.com/itchyny/gojq/@v/v0.12.17.info: 200 OK (0.025s)
2025-08-20T21:57:55.5112511Z [00:01:57.336]➜  # get https://proxy.golang.org/github.com/ulikunitz/xz/@v/v0.5.12.info
2025-08-20T21:57:55.5113677Z [00:01:57.337]➜  # get https://proxy.golang.org/github.com/tidwall/btree/@v/v1.7.0.info: 200 OK (0.024s)
2025-08-20T21:57:55.5150329Z [00:01:57.340]➜  # get https://proxy.golang.org/github.com/mattn/go-colorable/@v/v0.1.14.info
2025-08-20T21:57:55.5303603Z [00:01:57.356]➜  # get https://proxy.golang.org/github.com/valyala/fasttemplate/@v/v1.2.2.info: 200 OK (0.024s)
2025-08-20T21:57:55.5307159Z [00:01:57.356]➜  # get https://proxy.golang.org/github.com/antchfx/xpath/@v/v1.3.4.info
2025-08-20T21:57:55.5336839Z [00:01:57.359]➜  # get https://proxy.golang.org/github.com/projectdiscovery/networkpolicy/@v/v0.1.18.info: 200 OK (0.025s)
2025-08-20T21:57:55.5345945Z [00:01:57.360]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/term/@v/v0.2.1.info
2025-08-20T21:57:55.5350988Z [00:01:57.360]➜  # get https://proxy.golang.org/github.com/ulikunitz/xz/@v/v0.5.12.info: 200 OK (0.024s)
2025-08-20T21:57:55.5354123Z [00:01:57.361]➜  # get https://proxy.golang.org/github.com/projectdiscovery/rawhttp/@v/v0.1.90.info
2025-08-20T21:57:55.5364462Z [00:01:57.362]➜  # get https://proxy.golang.org/github.com/mattn/go-colorable/@v/v0.1.14.info: 200 OK (0.024s)
2025-08-20T21:57:55.5371179Z [00:01:57.362]➜  # get https://proxy.golang.org/github.com/%21vivid%21cortex/ewma/@v/v1.2.0.info
2025-08-20T21:57:55.5576282Z [00:01:57.383]➜  # get https://proxy.golang.org/github.com/antchfx/xpath/@v/v1.3.4.info: 200 OK (0.027s)
2025-08-20T21:57:55.5586496Z [00:01:57.384]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/term/@v/v0.2.1.info: 200 OK (0.024s)
2025-08-20T21:57:55.5591982Z [00:01:57.384]➜  # get https://proxy.golang.org/github.com/minio/selfupdate/@v/v0.6.1-0.20230907112617-f11e74f84ca7.info
2025-08-20T21:57:55.5592704Z [00:01:57.384]➜  # get https://proxy.golang.org/go.uber.org/multierr/@v/v1.11.0.info
2025-08-20T21:57:55.5645789Z [00:01:57.390]➜  # get https://proxy.golang.org/github.com/%21vivid%21cortex/ewma/@v/v1.2.0.info: 200 OK (0.027s)
2025-08-20T21:57:55.5651100Z [00:01:57.390]➜  # get https://proxy.golang.org/github.com/go-sourcemap/sourcemap/@v/v2.1.4+incompatible.info
2025-08-20T21:57:55.5677901Z [00:01:57.393]➜  # get https://proxy.golang.org/github.com/projectdiscovery/rawhttp/@v/v0.1.90.info: 200 OK (0.032s)
2025-08-20T21:57:55.5682579Z [00:01:57.394]➜  # get https://proxy.golang.org/github.com/tidwall/grect/@v/v0.1.4.info
2025-08-20T21:57:55.5833092Z [00:01:57.408]➜  # get https://proxy.golang.org/github.com/minio/selfupdate/@v/v0.6.1-0.20230907112617-f11e74f84ca7.info: 200 OK (0.024s)
2025-08-20T21:57:55.5836124Z [00:01:57.409]➜  # get https://proxy.golang.org/go.uber.org/multierr/@v/v1.11.0.info: 200 OK (0.024s)
2025-08-20T21:57:55.5838559Z [00:01:57.409]➜  # get https://proxy.golang.org/github.com/hashicorp/go-multierror/@v/v1.1.1.info
2025-08-20T21:57:55.5848533Z [00:01:57.410]➜  # get https://proxy.golang.org/github.com/leslie-qiwa/flat/@v/v0.0.0-20230424180412-f9d1cf014baa.info
2025-08-20T21:57:55.5890232Z [00:01:57.414]➜  # get https://proxy.golang.org/github.com/go-sourcemap/sourcemap/@v/v2.1.4+incompatible.info: 200 OK (0.024s)
2025-08-20T21:57:55.5893727Z [00:01:57.415]➜  # get https://proxy.golang.org/github.com/twitchyliquid64/golang-asm/@v/v0.15.1.info
2025-08-20T21:57:55.5916915Z [00:01:57.417]➜  # get https://proxy.golang.org/go4.org/@v/v0.0.0-20230225012048-214862532bf5.info
2025-08-20T21:57:55.5920755Z [00:01:57.417]➜  # get https://proxy.golang.org/github.com/tidwall/grect/@v/v0.1.4.info: 200 OK (0.024s)
2025-08-20T21:57:55.5928630Z [00:01:57.418]➜  # get https://proxy.golang.org/github.com/weppos/publicsuffix-go/@v/v0.40.3-0.20250408071509-6074bbe7fd39.info
2025-08-20T21:57:55.6088884Z [00:01:57.434]➜  # get https://proxy.golang.org/github.com/hashicorp/go-multierror/@v/v1.1.1.info: 200 OK (0.025s)
2025-08-20T21:57:55.6096080Z [00:01:57.435]➜  # get https://proxy.golang.org/dario.cat/mergo/@v/v1.0.0.info
2025-08-20T21:57:55.6135328Z [00:01:57.439]➜  # get https://proxy.golang.org/github.com/leslie-qiwa/flat/@v/v0.0.0-20230424180412-f9d1cf014baa.info: 200 OK (0.029s)
2025-08-20T21:57:55.6137144Z [00:01:57.439]➜  # get https://proxy.golang.org/github.com/twitchyliquid64/golang-asm/@v/v0.15.1.info: 200 OK (0.024s)
2025-08-20T21:57:55.6138020Z [00:01:57.439]➜  # get https://proxy.golang.org/github.com/hashicorp/go-version/@v/v1.7.0.info
2025-08-20T21:57:55.6155346Z [00:01:57.441]➜  # get https://proxy.golang.org/go4.org/@v/v0.0.0-20230225012048-214862532bf5.info: 200 OK (0.024s)
2025-08-20T21:57:55.6163233Z [00:01:57.442]➜  # get https://proxy.golang.org/github.com/hashicorp/errwrap/@v/v1.1.0.info
2025-08-20T21:57:55.6204139Z [00:01:57.446]➜  # get https://proxy.golang.org/github.com/weppos/publicsuffix-go/@v/v0.40.3-0.20250408071509-6074bbe7fd39.info: 200 OK (0.027s)
2025-08-20T21:57:55.6206303Z [00:01:57.446]➜  # get https://proxy.golang.org/github.com/projectdiscovery/ldapserver/@v/v1.0.2-0.20240219154113-dcc758ebc0cb.info
2025-08-20T21:57:55.6209122Z [00:01:57.446]➜  # get https://proxy.golang.org/aead.dev/minisign/@v/v0.2.0.info
2025-08-20T21:57:55.6338482Z [00:01:57.459]➜  # get https://proxy.golang.org/dario.cat/mergo/@v/v1.0.0.info: 200 OK (0.024s)
2025-08-20T21:57:55.6347877Z [00:01:57.460]➜  # get https://proxy.golang.org/github.com/projectdiscovery/tlsx/@v/v1.1.9.info
2025-08-20T21:57:55.6413410Z [00:01:57.467]➜  # get https://proxy.golang.org/github.com/hashicorp/go-version/@v/v1.7.0.info: 200 OK (0.028s)
2025-08-20T21:57:55.6421684Z [00:01:57.467]➜  # get https://proxy.golang.org/github.com/hashicorp/errwrap/@v/v1.1.0.info: 200 OK (0.026s)
2025-08-20T21:57:55.6425229Z [00:01:57.468]➜  # get https://proxy.golang.org/github.com/josharian/intern/@v/v1.0.0.info
2025-08-20T21:57:55.6438840Z [00:01:57.469]➜  # get https://proxy.golang.org/github.com/bodgit/windows/@v/v1.0.1.info
2025-08-20T21:57:55.6446149Z [00:01:57.470]➜  # get https://proxy.golang.org/github.com/projectdiscovery/ldapserver/@v/v1.0.2-0.20240219154113-dcc758ebc0cb.info: 200 OK (0.024s)
2025-08-20T21:57:55.6451261Z [00:01:57.470]➜  # get https://proxy.golang.org/aead.dev/minisign/@v/v0.2.0.info: 200 OK (0.024s)
2025-08-20T21:57:55.6452720Z [00:01:57.471]➜  # get https://proxy.golang.org/gopkg.in/corvus-ch/zbase32.v1/@v/v1.0.0.info
2025-08-20T21:57:55.6457376Z [00:01:57.471]➜  # get https://proxy.golang.org/github.com/projectdiscovery/machineid/@v/v0.0.0-20240226150047-2e2c51e35983.info
2025-08-20T21:57:55.6624218Z [00:01:57.488]➜  # get https://proxy.golang.org/github.com/projectdiscovery/tlsx/@v/v1.1.9.info: 200 OK (0.027s)
2025-08-20T21:57:55.6627894Z [00:01:57.488]➜  # get https://proxy.golang.org/github.com/golang/groupcache/@v/v0.0.0-20241129210726-2c02b8208cf8.info
2025-08-20T21:57:55.6664496Z [00:01:57.492]➜  # get https://proxy.golang.org/github.com/josharian/intern/@v/v1.0.0.info: 200 OK (0.024s)
2025-08-20T21:57:55.6667472Z [00:01:57.492]➜  # get https://proxy.golang.org/github.com/kataras/jwt/@v/v0.1.10.info
2025-08-20T21:57:55.6677439Z [00:01:57.493]➜  # get https://proxy.golang.org/github.com/bodgit/windows/@v/v1.0.1.info: 200 OK (0.024s)
2025-08-20T21:57:55.6694063Z [00:01:57.495]➜  # get https://proxy.golang.org/gopkg.in/corvus-ch/zbase32.v1/@v/v1.0.0.info: 200 OK (0.024s)
2025-08-20T21:57:55.6699373Z [00:01:57.495]➜  # get https://proxy.golang.org/github.com/projectdiscovery/machineid/@v/v0.0.0-20240226150047-2e2c51e35983.info: 200 OK (0.024s)
2025-08-20T21:57:55.6701063Z [00:01:57.495]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/internal/@v/v1.11.1.info
2025-08-20T21:57:55.6705039Z [00:01:57.496]➜  # get https://proxy.golang.org/github.com/cloudflare/circl/@v/v1.6.1.info
2025-08-20T21:57:55.6870910Z [00:01:57.512]➜  # get https://proxy.golang.org/github.com/golang/groupcache/@v/v0.0.0-20241129210726-2c02b8208cf8.info: 200 OK (0.024s)
2025-08-20T21:57:55.6943216Z [00:01:57.520]➜  # get https://proxy.golang.org/github.com/kataras/jwt/@v/v0.1.10.info: 200 OK (0.027s)
2025-08-20T21:57:55.6945406Z [00:01:57.520]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/internal/@v/v1.11.1.info: 200 OK (0.025s)
2025-08-20T21:57:55.6949192Z [00:01:57.520]➜  # get https://proxy.golang.org/github.com/tidwall/rtred/@v/v0.1.2.info
2025-08-20T21:57:55.6959410Z [00:01:57.521]➜  # get https://proxy.golang.org/github.com/cloudflare/circl/@v/v1.6.1.info: 200 OK (0.024s)
2025-08-20T21:57:55.6960905Z [00:01:57.521]➜  # get https://proxy.golang.org/github.com/xo/terminfo/@v/v0.0.0-20220910002029-abceb7e1c41e.info
2025-08-20T21:57:55.6962314Z [00:01:57.521]➜  # get https://proxy.golang.org/github.com/projectdiscovery/n3iwf/@v/v0.0.0-20230523120440-b8cd232ff1f5.info
2025-08-20T21:57:55.6963609Z [00:01:57.522]➜  # get https://proxy.golang.org/github.com/imdario/mergo/@v/v0.3.16.info
2025-08-20T21:57:55.7008518Z [00:01:57.526]➜  # get https://proxy.golang.org/github.com/golang/snappy/@v/v0.0.4.info
2025-08-20T21:57:55.7190820Z [00:01:57.544]➜  # get https://proxy.golang.org/github.com/tidwall/rtred/@v/v0.1.2.info: 200 OK (0.024s)
2025-08-20T21:57:55.7196243Z [00:01:57.545]➜  # get https://proxy.golang.org/github.com/caddyserver/certmagic/@v/v0.19.2.info
2025-08-20T21:57:55.7201567Z [00:01:57.545]➜  # get https://proxy.golang.org/github.com/xo/terminfo/@v/v0.0.0-20220910002029-abceb7e1c41e.info: 200 OK (0.024s)
2025-08-20T21:57:55.7210955Z [00:01:57.546]➜  # get https://proxy.golang.org/github.com/imdario/mergo/@v/v0.3.16.info: 200 OK (0.025s)
2025-08-20T21:57:55.7219063Z [00:01:57.547]➜  # get https://proxy.golang.org/github.com/projectdiscovery/gostruct/@v/v0.0.2.info
2025-08-20T21:57:55.7247060Z [00:01:57.550]➜  # get https://proxy.golang.org/github.com/golang/snappy/@v/v0.0.4.info: 200 OK (0.024s)
2025-08-20T21:57:55.7252553Z [00:01:57.550]➜  # get https://proxy.golang.org/github.com/projectdiscovery/n3iwf/@v/v0.0.0-20230523120440-b8cd232ff1f5.info: 200 OK (0.029s)
2025-08-20T21:57:55.7254967Z [00:01:57.551]➜  # get https://proxy.golang.org/github.com/tidwall/tinyqueue/@v/v0.1.1.info
2025-08-20T21:57:55.7256080Z [00:01:57.551]➜  # get https://proxy.golang.org/github.com/libdns/libdns/@v/v0.2.1.info
2025-08-20T21:57:55.7293131Z [00:01:57.555]➜  # get https://proxy.golang.org/github.com/%21azure%21a%21d/microsoft-authentication-library-for-go/@v/v1.4.2.info
2025-08-20T21:57:55.7436984Z [00:01:57.569]➜  # get https://proxy.golang.org/github.com/caddyserver/certmagic/@v/v0.19.2.info: 200 OK (0.024s)
2025-08-20T21:57:55.7450422Z [00:01:57.570]➜  # get https://proxy.golang.org/github.com/free5gc/util/@v/v1.0.5-0.20230511064842-2e120956883b.info
2025-08-20T21:57:55.7494716Z [00:01:57.575]➜  # get https://proxy.golang.org/github.com/tidwall/tinyqueue/@v/v0.1.1.info: 200 OK (0.024s)
2025-08-20T21:57:55.7497819Z [00:01:57.575]➜  # get https://proxy.golang.org/github.com/libdns/libdns/@v/v0.2.1.info: 200 OK (0.024s)
2025-08-20T21:57:55.7503800Z [00:01:57.576]➜  # get https://proxy.golang.org/github.com/%21proton%21mail/go-crypto/@v/v1.1.6.info
2025-08-20T21:57:55.7506576Z [00:01:57.576]➜  # get https://proxy.golang.org/github.com/zmap/zcrypto/@v/v0.0.0-20240512203510-0fef58d9a9db.info
2025-08-20T21:57:55.7523630Z [00:01:57.578]➜  # get https://proxy.golang.org/github.com/%21azure%21a%21d/microsoft-authentication-library-for-go/@v/v1.4.2.info: 200 OK (0.025s)
2025-08-20T21:57:55.7527399Z [00:01:57.578]➜  # get https://proxy.golang.org/github.com/projectdiscovery/gostruct/@v/v0.0.2.info: 200 OK (0.031s)
2025-08-20T21:57:55.7529033Z [00:01:57.578]➜  # get https://proxy.golang.org/goftp.io/server/v2/@v/v2.0.1.info
2025-08-20T21:57:55.7533194Z [00:01:57.579]➜  # get https://proxy.golang.org/github.com/labstack/gommon/@v/v0.4.2.info
2025-08-20T21:57:55.7723388Z [00:01:57.598]➜  # get https://proxy.golang.org/github.com/free5gc/util/@v/v1.0.5-0.20230511064842-2e120956883b.info: 200 OK (0.027s)
2025-08-20T21:57:55.7729344Z [00:01:57.598]➜  # get https://proxy.golang.org/github.com/itchyny/timefmt-go/@v/v0.1.6.info
2025-08-20T21:57:55.7748498Z [00:01:57.600]➜  # get https://proxy.golang.org/github.com/%21proton%21mail/go-crypto/@v/v1.1.6.info: 200 OK (0.024s)
2025-08-20T21:57:55.7758193Z [00:01:57.601]➜  # get https://proxy.golang.org/github.com/lor00x/goldap/@v/v0.0.0-20180618054307-a546dffdd1a3.info
2025-08-20T21:57:55.7775163Z [00:01:57.603]➜  # get https://proxy.golang.org/goftp.io/server/v2/@v/v2.0.1.info: 200 OK (0.025s)
2025-08-20T21:57:55.7780221Z [00:01:57.603]➜  # get https://proxy.golang.org/github.com/goburrow/cache/@v/v0.1.4.info
2025-08-20T21:57:55.7782957Z [00:01:57.604]➜  # get https://proxy.golang.org/github.com/labstack/gommon/@v/v0.4.2.info: 200 OK (0.025s)
2025-08-20T21:57:55.7787943Z [00:01:57.604]➜  # get https://proxy.golang.org/github.com/sirupsen/logrus/@v/v1.9.3.info
2025-08-20T21:57:55.7843702Z [00:01:57.610]➜  # get https://proxy.golang.org/github.com/zmap/zcrypto/@v/v0.0.0-20240512203510-0fef58d9a9db.info: 200 OK (0.034s)
2025-08-20T21:57:55.7846913Z [00:01:57.610]➜  # get https://proxy.golang.org/github.com/zmap/rc2/@v/v0.0.0-20190804163417-abaa70531248.info
2025-08-20T21:57:55.8008053Z [00:01:57.626]➜  # get https://proxy.golang.org/github.com/lor00x/goldap/@v/v0.0.0-20180618054307-a546dffdd1a3.info: 200 OK (0.025s)
2025-08-20T21:57:55.8022787Z [00:01:57.628]➜  # get https://proxy.golang.org/gitlab.com/gitlab-org/api/client-go/@v/v0.130.1.info
2025-08-20T21:57:55.8040096Z [00:01:57.629]➜  # get https://proxy.golang.org/github.com/itchyny/timefmt-go/@v/v0.1.6.info: 200 OK (0.031s)
2025-08-20T21:57:55.8046151Z [00:01:57.630]➜  # get https://proxy.golang.org/github.com/goburrow/cache/@v/v0.1.4.info: 200 OK (0.026s)
2025-08-20T21:57:55.8049087Z [00:01:57.630]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/@v/v1.16.32.info
2025-08-20T21:57:55.8050767Z [00:01:57.630]➜  # get https://proxy.golang.org/github.com/sirupsen/logrus/@v/v1.9.3.info: 200 OK (0.026s)
2025-08-20T21:57:55.8051895Z [00:01:57.630]➜  # get https://proxy.golang.org/github.com/ditashi/jsbeautifier-go/@v/v0.0.0-20141206144643-2520a8026a9c.info
2025-08-20T21:57:55.8059504Z [00:01:57.631]➜  # get https://proxy.golang.org/github.com/go-git/go-billy/v5/@v/v5.6.2.info
2025-08-20T21:57:55.8087010Z [00:01:57.634]➜  # get https://proxy.golang.org/github.com/zmap/rc2/@v/v0.0.0-20190804163417-abaa70531248.info: 200 OK (0.024s)
2025-08-20T21:57:55.8102100Z [00:01:57.635]➜  # get https://proxy.golang.org/golang.org/x/sync/@v/v0.15.0.info
2025-08-20T21:57:55.8261351Z [00:01:57.651]➜  # get https://proxy.golang.org/gitlab.com/gitlab-org/api/client-go/@v/v0.130.1.info: 200 OK (0.024s)
2025-08-20T21:57:55.8264972Z [00:01:57.652]➜  # get https://proxy.golang.org/github.com/zcalusic/sysinfo/@v/v1.0.2.info
2025-08-20T21:57:55.8288109Z [00:01:57.654]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/@v/v1.16.32.info: 200 OK (0.024s)
2025-08-20T21:57:55.8290682Z [00:01:57.654]➜  # get https://proxy.golang.org/github.com/ditashi/jsbeautifier-go/@v/v0.0.0-20141206144643-2520a8026a9c.info: 200 OK (0.024s)
2025-08-20T21:57:55.8293590Z [00:01:57.655]➜  # get https://proxy.golang.org/go.uber.org/zap/@v/v1.25.0.info
2025-08-20T21:57:55.8299304Z [00:01:57.655]➜  # get https://proxy.golang.org/golang.org/x/oauth2/@v/v0.30.0.info
2025-08-20T21:57:55.8300382Z [00:01:57.655]➜  # get https://proxy.golang.org/github.com/go-git/go-billy/v5/@v/v5.6.2.info: 200 OK (0.024s)
2025-08-20T21:57:55.8304730Z [00:01:57.656]➜  # get https://proxy.golang.org/github.com/gin-gonic/gin/@v/v1.9.1.info
2025-08-20T21:57:55.8379703Z [00:01:57.663]➜  # get https://proxy.golang.org/golang.org/x/sync/@v/v0.15.0.info: 200 OK (0.028s)
2025-08-20T21:57:55.8420757Z [00:01:57.667]➜  # get https://proxy.golang.org/github.com/google/go-querystring/@v/v1.1.0.info
2025-08-20T21:57:55.8505938Z [00:01:57.676]➜  # get https://proxy.golang.org/github.com/zcalusic/sysinfo/@v/v1.0.2.info: 200 OK (0.024s)
2025-08-20T21:57:55.8511806Z [00:01:57.676]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/ini/@v/v1.8.3.info
2025-08-20T21:57:55.8541858Z [00:01:57.679]➜  # get https://proxy.golang.org/golang.org/x/oauth2/@v/v0.30.0.info: 200 OK (0.024s)
2025-08-20T21:57:55.8548899Z [00:01:57.680]➜  # get https://proxy.golang.org/github.com/gin-gonic/gin/@v/v1.9.1.info: 200 OK (0.024s)
2025-08-20T21:57:55.8554163Z [00:01:57.681]➜  # get https://proxy.golang.org/github.com/jcmturner/gokrb5/v8/@v/v8.4.4.info
2025-08-20T21:57:55.8554871Z [00:01:57.681]➜  # get https://proxy.golang.org/github.com/go-ldap/ldap/v3/@v/v3.4.11.info
2025-08-20T21:57:55.8586188Z [00:01:57.684]➜  # get https://proxy.golang.org/go.uber.org/zap/@v/v1.25.0.info: 200 OK (0.029s)
2025-08-20T21:57:55.8611092Z [00:01:57.686]➜  # get https://proxy.golang.org/github.com/projectdiscovery/clistats/@v/v0.1.1.info
2025-08-20T21:57:55.8660398Z [00:01:57.691]➜  # get https://proxy.golang.org/github.com/google/go-querystring/@v/v1.1.0.info: 200 OK (0.024s)
2025-08-20T21:57:55.8674624Z [00:01:57.693]➜  # get https://proxy.golang.org/github.com/shirou/gopsutil/v3/@v/v3.24.5.info
2025-08-20T21:57:55.8752541Z [00:01:57.700]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/ini/@v/v1.8.3.info: 200 OK (0.024s)
2025-08-20T21:57:55.8794736Z [00:01:57.705]➜  # get https://proxy.golang.org/github.com/jcmturner/gokrb5/v8/@v/v8.4.4.info: 200 OK (0.024s)
2025-08-20T21:57:55.8797381Z [00:01:57.705]➜  # get https://proxy.golang.org/github.com/go-ldap/ldap/v3/@v/v3.4.11.info: 200 OK (0.024s)
2025-08-20T21:57:55.8802579Z [00:01:57.705]➜  # get https://proxy.golang.org/github.com/microsoft/go-mssqldb/@v/v1.9.2.info
2025-08-20T21:57:55.8805434Z [00:01:57.706]➜  # get https://proxy.golang.org/github.com/sashabaranov/go-openai/@v/v1.37.0.info
2025-08-20T21:57:55.8811889Z [00:01:57.706]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/sso/@v/v1.25.5.info
2025-08-20T21:57:55.8915771Z [00:01:57.717]➜  # get https://proxy.golang.org/github.com/shirou/gopsutil/v3/@v/v3.24.5.info: 200 OK (0.024s)
2025-08-20T21:57:55.8921032Z [00:01:57.717]➜  # get https://proxy.golang.org/github.com/projectdiscovery/clistats/@v/v0.1.1.info: 200 OK (0.031s)
2025-08-20T21:57:55.8925751Z [00:01:57.718]➜  # get https://proxy.golang.org/github.com/tklauser/go-sysconf/@v/v0.3.12.info
2025-08-20T21:57:55.8926557Z [00:01:57.718]➜  # get https://proxy.golang.org/github.com/projectdiscovery/gozero/@v/v0.0.3.info
2025-08-20T21:57:55.9042867Z [00:01:57.730]➜  # get https://proxy.golang.org/github.com/microsoft/go-mssqldb/@v/v1.9.2.info: 200 OK (0.024s)
2025-08-20T21:57:55.9051910Z [00:01:57.730]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/@v/v1.6.11.info
2025-08-20T21:57:55.9053526Z [00:01:57.731]➜  # get https://proxy.golang.org/github.com/sashabaranov/go-openai/@v/v1.37.0.info: 200 OK (0.025s)
2025-08-20T21:57:55.9061463Z [00:01:57.731]➜  # get https://proxy.golang.org/github.com/praetorian-inc/fingerprintx/@v/v1.1.15.info
2025-08-20T21:57:55.9064709Z [00:01:57.732]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/sso/@v/v1.25.5.info: 200 OK (0.025s)
2025-08-20T21:57:55.9068059Z [00:01:57.732]➜  # get https://proxy.golang.org/github.com/cyphar/filepath-securejoin/@v/v0.4.1.info
2025-08-20T21:57:55.9165908Z [00:01:57.742]➜  # get https://proxy.golang.org/github.com/tklauser/go-sysconf/@v/v0.3.12.info: 200 OK (0.024s)
2025-08-20T21:57:55.9168315Z [00:01:57.742]➜  # get https://proxy.golang.org/github.com/tklauser/numcpus/@v/v0.6.1.info
2025-08-20T21:57:55.9213859Z [00:01:57.747]➜  # get https://proxy.golang.org/github.com/projectdiscovery/gozero/@v/v0.0.3.info: 200 OK (0.029s)
2025-08-20T21:57:55.9222371Z [00:01:57.747]➜  # get https://proxy.golang.org/github.com/tim-ywliu/nested-logrus-formatter/@v/v1.3.2.info
2025-08-20T21:57:55.9297110Z [00:01:57.755]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/@v/v1.6.11.info: 200 OK (0.025s)
2025-08-20T21:57:55.9299529Z [00:01:57.755]➜  # get https://proxy.golang.org/github.com/pjbgf/sha1cd/@v/v0.3.2.info
2025-08-20T21:57:55.9307269Z [00:01:57.756]➜  # get https://proxy.golang.org/github.com/cyphar/filepath-securejoin/@v/v0.4.1.info: 200 OK (0.024s)
2025-08-20T21:57:55.9311827Z [00:01:57.756]➜  # get https://proxy.golang.org/github.com/kylelemons/godebug/@v/v1.1.0.info
2025-08-20T21:57:55.9347284Z [00:01:57.760]➜  # get https://proxy.golang.org/github.com/praetorian-inc/fingerprintx/@v/v1.1.15.info: 200 OK (0.029s)
2025-08-20T21:57:55.9350634Z [00:01:57.760]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/ssooidc/@v/v1.30.3.info
2025-08-20T21:57:55.9408492Z [00:01:57.766]➜  # get https://proxy.golang.org/github.com/tklauser/numcpus/@v/v0.6.1.info: 200 OK (0.024s)
2025-08-20T21:57:55.9424067Z [00:01:57.768]➜  # get https://proxy.golang.org/github.com/mholt/acmez/@v/v1.2.0.info
2025-08-20T21:57:55.9494633Z [00:01:57.775]➜  # get https://proxy.golang.org/github.com/tim-ywliu/nested-logrus-formatter/@v/v1.3.2.info: 200 OK (0.027s)
2025-08-20T21:57:55.9500787Z [00:01:57.775]➜  # get https://proxy.golang.org/github.com/yassinebenaid/godump/@v/v0.11.1.info
2025-08-20T21:57:55.9553551Z [00:01:57.781]➜  # get https://proxy.golang.org/github.com/kylelemons/godebug/@v/v1.1.0.info: 200 OK (0.024s)
2025-08-20T21:57:55.9570400Z [00:01:57.782]➜  # get https://proxy.golang.org/github.com/ysmood/goob/@v/v0.4.0.info
2025-08-20T21:57:55.9590805Z [00:01:57.784]➜  # get https://proxy.golang.org/github.com/pjbgf/sha1cd/@v/v0.3.2.info: 200 OK (0.029s)
2025-08-20T21:57:55.9594631Z [00:01:57.785]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/ssooidc/@v/v1.30.3.info: 200 OK (0.024s)
2025-08-20T21:57:55.9763484Z [00:01:57.785]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/sts/@v/v1.34.0.info
2025-08-20T21:57:55.9764282Z [00:01:57.802]➜  # get https://proxy.golang.org/github.com/mholt/acmez/@v/v1.2.0.info: 200 OK (0.034s)
2025-08-20T21:57:55.9775630Z [00:01:57.803]➜  # get https://proxy.golang.org/github.com/zeebo/blake3/@v/v0.2.3.info
2025-08-20T21:57:55.9787283Z [00:01:57.804]➜  # get https://proxy.golang.org/github.com/yassinebenaid/godump/@v/v0.11.1.info: 200 OK (0.029s)
2025-08-20T21:57:55.9801365Z [00:01:57.805]➜  # get https://proxy.golang.org/github.com/cloudflare/cfssl/@v/v1.6.4.info
2025-08-20T21:57:55.9839473Z [00:01:57.809]➜  # get https://proxy.golang.org/github.com/ysmood/goob/@v/v0.4.0.info: 200 OK (0.027s)
2025-08-20T21:57:55.9843776Z [00:01:57.810]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/sts/@v/v1.34.0.info: 200 OK (0.025s)
2025-08-20T21:57:55.9847568Z [00:01:57.810]➜  # get https://proxy.golang.org/github.com/ysmood/got/@v/v0.40.0.info
2025-08-20T21:57:55.9853735Z [00:01:57.811]➜  # get https://proxy.golang.org/filippo.io/edwards25519/@v/v1.1.0.info
2025-08-20T21:57:56.0017132Z [00:01:57.827]➜  # get https://proxy.golang.org/github.com/zeebo/blake3/@v/v0.2.3.info: 200 OK (0.024s)
2025-08-20T21:57:56.0042452Z [00:01:57.829]➜  # get https://proxy.golang.org/github.com/cloudflare/cfssl/@v/v1.6.4.info: 200 OK (0.024s)
2025-08-20T21:57:56.0047979Z [00:01:57.830]➜  # get https://proxy.golang.org/github.com/jbenet/go-context/@v/v0.0.0-20150711004518-d14ea06fba99.info
2025-08-20T21:57:56.0052560Z [00:01:57.831]➜  # get https://proxy.golang.org/github.com/projectdiscovery/freeport/@v/v0.0.7.info
2025-08-20T21:57:56.0072434Z [00:01:57.832]➜  # get https://proxy.golang.org/github.com/google/certificate-transparency-go/@v/v1.1.4.info
2025-08-20T21:57:56.0094832Z [00:01:57.835]➜  # get https://proxy.golang.org/filippo.io/edwards25519/@v/v1.1.0.info: 200 OK (0.024s)
2025-08-20T21:57:56.0105259Z [00:01:57.836]➜  # get https://proxy.golang.org/github.com/go-pg/pg/@v/v8.0.7+incompatible.info
2025-08-20T21:57:56.0124779Z [00:01:57.838]➜  # get https://proxy.golang.org/github.com/ysmood/got/@v/v0.40.0.info: 200 OK (0.028s)
2025-08-20T21:57:56.0127237Z [00:01:57.838]➜  # get https://proxy.golang.org/github.com/jcmturner/gofork/@v/v1.7.6.info
2025-08-20T21:57:56.0294508Z [00:01:57.855]➜  # get https://proxy.golang.org/github.com/jbenet/go-context/@v/v0.0.0-20150711004518-d14ea06fba99.info: 200 OK (0.025s)
2025-08-20T21:57:56.0300654Z [00:01:57.855]➜  # get https://proxy.golang.org/github.com/hashicorp/go-cleanhttp/@v/v0.5.2.info
2025-08-20T21:57:56.0330785Z [00:01:57.858]➜  # get https://proxy.golang.org/github.com/projectdiscovery/freeport/@v/v0.0.7.info: 200 OK (0.028s)
2025-08-20T21:57:56.0333780Z [00:01:57.859]➜  # get https://proxy.golang.org/github.com/hdm/jarm-go/@v/v0.0.7.info
2025-08-20T21:57:56.0349042Z [00:01:57.860]➜  # get https://proxy.golang.org/github.com/google/certificate-transparency-go/@v/v1.1.4.info: 200 OK (0.028s)
2025-08-20T21:57:56.0408842Z [00:01:57.866]➜  # get https://proxy.golang.org/github.com/jcmturner/gofork/@v/v1.7.6.info: 200 OK (0.028s)
2025-08-20T21:57:56.0410452Z [00:01:57.866]➜  # get https://proxy.golang.org/github.com/go-pg/pg/@v/v8.0.7+incompatible.info: 200 OK (0.030s)
2025-08-20T21:57:56.0433155Z [00:01:57.869]➜  # get https://proxy.golang.org/github.com/h2non/filetype/@v/v1.1.3.info
2025-08-20T21:57:56.0434180Z [00:01:57.869]➜  # get https://proxy.golang.org/github.com/projectdiscovery/rdap/@v/v0.9.0.info
2025-08-20T21:57:56.0540590Z [00:01:57.879]➜  # get https://proxy.golang.org/github.com/hashicorp/go-cleanhttp/@v/v0.5.2.info: 200 OK (0.024s)
2025-08-20T21:57:56.0550223Z [00:01:57.880]➜  # get https://proxy.golang.org/github.com/jcmturner/dnsutils/v2/@v/v2.0.0.info
2025-08-20T21:57:56.0572906Z [00:01:57.882]➜  # get https://proxy.golang.org/github.com/hdm/jarm-go/@v/v0.0.7.info: 200 OK (0.024s)
2025-08-20T21:57:56.0576868Z [00:01:57.883]➜  # get https://proxy.golang.org/github.com/spaolacci/murmur3/@v/v1.1.0.info
2025-08-20T21:57:56.0577762Z [00:01:57.883]➜  # get https://proxy.golang.org/github.com/hashicorp/go-retryablehttp/@v/v0.7.8.info
2025-08-20T21:57:56.0660009Z [00:01:57.891]➜  # get https://proxy.golang.org/github.com/h2non/filetype/@v/v1.1.3.info: 200 OK (0.024s)
2025-08-20T21:57:56.0674726Z [00:01:57.893]➜  # get https://proxy.golang.org/github.com/projectdiscovery/gcache/@v/v0.0.0-20241015120333-12546c6e3f4c.info
2025-08-20T21:57:56.0700608Z [00:01:57.895]➜  # get https://proxy.golang.org/github.com/projectdiscovery/rdap/@v/v0.9.0.info: 200 OK (0.028s)
2025-08-20T21:57:56.0717495Z [00:01:57.897]➜  # get https://proxy.golang.org/github.com/gin-contrib/sse/@v/v0.1.0.info
2025-08-20T21:57:56.0790989Z [00:01:57.904]➜  # get https://proxy.golang.org/github.com/jcmturner/dnsutils/v2/@v/v2.0.0.info: 200 OK (0.024s)
2025-08-20T21:57:56.0810240Z [00:01:57.906]➜  # get https://proxy.golang.org/github.com/fatih/structs/@v/v1.1.0.info
2025-08-20T21:57:56.0816639Z [00:01:57.907]➜  # get https://proxy.golang.org/github.com/spaolacci/murmur3/@v/v1.1.0.info: 200 OK (0.024s)
2025-08-20T21:57:56.0820813Z [00:01:57.907]➜  # get https://proxy.golang.org/github.com/hashicorp/go-retryablehttp/@v/v0.7.8.info: 200 OK (0.024s)
2025-08-20T21:57:56.0826099Z [00:01:57.908]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/configsources/@v/v1.3.36.info
2025-08-20T21:57:56.0853382Z [00:01:57.911]➜  # get https://proxy.golang.org/github.com/ysmood/fetchup/@v/v0.2.3.info
2025-08-20T21:57:56.0964460Z [00:01:57.922]➜  # get https://proxy.golang.org/github.com/gin-contrib/sse/@v/v0.1.0.info: 200 OK (0.025s)
2025-08-20T21:57:56.0967007Z [00:01:57.922]➜  # get https://proxy.golang.org/github.com/projectdiscovery/gcache/@v/v0.0.0-20241015120333-12546c6e3f4c.info: 200 OK (0.029s)
2025-08-20T21:57:56.0970414Z [00:01:57.922]➜  # get https://proxy.golang.org/github.com/redis/go-redis/v9/@v/v9.11.0.info
2025-08-20T21:57:56.0980193Z [00:01:57.923]➜  # get https://proxy.golang.org/github.com/gobwas/ws/@v/v1.4.0.info
2025-08-20T21:57:56.1051001Z [00:01:57.930]➜  # get https://proxy.golang.org/github.com/fatih/structs/@v/v1.1.0.info: 200 OK (0.024s)
2025-08-20T21:57:56.1061604Z [00:01:57.931]➜  # get https://proxy.golang.org/github.com/go-git/gcfg/@v/v1.5.1-0.20230307220236-3a3c6141e376.info
2025-08-20T21:57:56.1065711Z [00:01:57.932]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/configsources/@v/v1.3.36.info: 200 OK (0.024s)
2025-08-20T21:57:56.1068812Z [00:01:57.932]➜  # get https://proxy.golang.org/github.com/%21azure/go-ntlmssp/@v/v0.0.0-20221128193559-754e69321358.info
2025-08-20T21:57:56.1092622Z [00:01:57.934]➜  # get https://proxy.golang.org/github.com/ysmood/fetchup/@v/v0.2.3.info: 200 OK (0.024s)
2025-08-20T21:57:56.1094831Z [00:01:57.935]➜  # get https://proxy.golang.org/github.com/ysmood/leakless/@v/v0.9.0.info
2025-08-20T21:57:56.1210210Z [00:01:57.946]➜  # get https://proxy.golang.org/github.com/redis/go-redis/v9/@v/v9.11.0.info: 200 OK (0.024s)
2025-08-20T21:57:56.1219667Z [00:01:57.947]➜  # get https://proxy.golang.org/github.com/gobwas/ws/@v/v1.4.0.info: 200 OK (0.024s)
2025-08-20T21:57:56.1226238Z [00:01:57.948]➜  # get https://proxy.golang.org/github.com/projectdiscovery/go-smb2/@v/v0.0.0-20240129202741-052cc450c6cb.info
2025-08-20T21:57:56.1230482Z [00:01:57.948]➜  # get https://proxy.golang.org/github.com/go-asn1-ber/asn1-ber/@v/v1.5.8-0.20250403174932-29230038a667.info
2025-08-20T21:57:56.1306867Z [00:01:57.956]➜  # get https://proxy.golang.org/github.com/go-git/gcfg/@v/v1.5.1-0.20230307220236-3a3c6141e376.info: 200 OK (0.025s)
2025-08-20T21:57:56.1315904Z [00:01:57.957]➜  # get https://proxy.golang.org/github.com/%21azure/go-ntlmssp/@v/v0.0.0-20221128193559-754e69321358.info: 200 OK (0.025s)
2025-08-20T21:57:56.1318322Z [00:01:57.957]➜  # get https://proxy.golang.org/github.com/golang-sql/civil/@v/v0.0.0-20220223132316-b832511892a9.info
2025-08-20T21:57:56.1323929Z [00:01:57.958]➜  # get https://proxy.golang.org/github.com/zmap/zgrab2/@v/v0.1.8.info
2025-08-20T21:57:56.1333205Z [00:01:57.959]➜  # get https://proxy.golang.org/github.com/ysmood/leakless/@v/v0.9.0.info: 200 OK (0.024s)
2025-08-20T21:57:56.1345839Z [00:01:57.960]➜  # get https://proxy.golang.org/golang.org/x/tools/@v/v0.34.0.info
2025-08-20T21:57:56.1470845Z [00:01:57.972]➜  # get https://proxy.golang.org/github.com/go-asn1-ber/asn1-ber/@v/v1.5.8-0.20250403174932-29230038a667.info: 200 OK (0.024s)
2025-08-20T21:57:56.1476566Z [00:01:57.973]➜  # get https://proxy.golang.org/github.com/hashicorp/go-uuid/@v/v1.0.3.info
2025-08-20T21:57:56.1525646Z [00:01:57.978]➜  # get https://proxy.golang.org/github.com/projectdiscovery/go-smb2/@v/v0.0.0-20240129202741-052cc450c6cb.info: 200 OK (0.030s)
2025-08-20T21:57:56.1533550Z [00:01:57.979]➜  # get https://proxy.golang.org/github.com/golang-sql/sqlexp/@v/v0.1.0.info
2025-08-20T21:57:56.1555657Z [00:01:57.981]➜  # get https://proxy.golang.org/github.com/golang-sql/civil/@v/v0.0.0-20220223132316-b832511892a9.info: 200 OK (0.024s)
2025-08-20T21:57:56.1560506Z [00:01:57.981]➜  # get https://proxy.golang.org/github.com/openrdap/rdap/@v/v0.9.1.info
2025-08-20T21:57:56.1585606Z [00:01:57.984]➜  # get https://proxy.golang.org/golang.org/x/tools/@v/v0.34.0.info: 200 OK (0.024s)
2025-08-20T21:57:56.1588951Z [00:01:57.984]➜  # get https://proxy.golang.org/golang.org/x/mod/@v/v0.25.0.info
2025-08-20T21:57:56.1601015Z [00:01:57.985]➜  # get https://proxy.golang.org/github.com/zmap/zgrab2/@v/v0.1.8.info: 200 OK (0.028s)
2025-08-20T21:57:56.1716130Z [00:01:57.997]➜  # get https://proxy.golang.org/github.com/hashicorp/go-uuid/@v/v1.0.3.info: 200 OK (0.024s)
2025-08-20T21:57:56.1721044Z [00:01:57.997]➜  # get https://proxy.golang.org/github.com/lib/pq/@v/v1.10.9.info
2025-08-20T21:57:56.1772707Z [00:01:58.003]➜  # get https://proxy.golang.org/github.com/golang-sql/sqlexp/@v/v0.1.0.info: 200 OK (0.024s)
2025-08-20T21:57:56.1828400Z [00:01:58.008]➜  # get https://proxy.golang.org/golang.org/x/mod/@v/v0.25.0.info: 200 OK (0.024s)
2025-08-20T21:57:56.1833178Z [00:01:58.009]➜  # get https://proxy.golang.org/github.com/openrdap/rdap/@v/v0.9.1.info: 200 OK (0.027s)
2025-08-20T21:57:56.1842947Z [00:01:58.010]➜  # get https://proxy.golang.org/go.mongodb.org/mongo-driver/@v/v1.17.4.info
2025-08-20T21:57:56.1843934Z [00:01:58.010]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/v4a/@v/v1.3.36.info
2025-08-20T21:57:56.1844598Z [00:01:58.010]➜  # get https://proxy.golang.org/code.gitea.io/sdk/gitea/@v/v0.21.0.info
2025-08-20T21:57:56.1851240Z [00:01:58.010]➜  # get https://proxy.golang.org/github.com/pelletier/go-toml/v2/@v/v2.0.8.info
2025-08-20T21:57:56.1972038Z [00:01:58.022]➜  # get https://proxy.golang.org/github.com/lib/pq/@v/v1.10.9.info: 200 OK (0.025s)
2025-08-20T21:57:56.1986206Z [00:01:58.024]➜  # get https://proxy.golang.org/github.com/projectdiscovery/sarif/@v/v0.0.1.info
2025-08-20T21:57:56.2093176Z [00:01:58.034]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/v4a/@v/v1.3.36.info: 200 OK (0.025s)
2025-08-20T21:57:56.2096376Z [00:01:58.035]➜  # get https://proxy.golang.org/go.mongodb.org/mongo-driver/@v/v1.17.4.info: 200 OK (0.025s)
2025-08-20T21:57:56.2100570Z [00:01:58.035]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding/@v/v1.12.4.info
2025-08-20T21:57:56.2104296Z [00:01:58.036]➜  # get https://proxy.golang.org/github.com/pelletier/go-toml/v2/@v/v2.0.8.info: 200 OK (0.025s)
2025-08-20T21:57:56.2105622Z [00:01:58.036]➜  # get https://proxy.golang.org/gopkg.in/alecthomas/kingpin.v2/@v/v2.2.6.info
2025-08-20T21:57:56.2110004Z [00:01:58.036]➜  # get https://proxy.golang.org/github.com/ugorji/go/codec/@v/v1.2.11.info
2025-08-20T21:57:56.2150725Z [00:01:58.040]➜  # get https://proxy.golang.org/code.gitea.io/sdk/gitea/@v/v0.21.0.info: 200 OK (0.031s)
2025-08-20T21:57:56.2160626Z [00:01:58.041]➜  # get https://proxy.golang.org/github.com/pkg/browser/@v/v0.0.0-20240102092130-5ac0b6a4141c.info
2025-08-20T21:57:56.2226475Z [00:01:58.048]➜  # get https://proxy.golang.org/github.com/projectdiscovery/sarif/@v/v0.0.1.info: 200 OK (0.024s)
2025-08-20T21:57:56.2231201Z [00:01:58.048]➜  # get https://proxy.golang.org/github.com/gobwas/pool/@v/v0.2.1.info
2025-08-20T21:57:56.2345149Z [00:01:58.060]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding/@v/v1.12.4.info: 200 OK (0.024s)
2025-08-20T21:57:56.2350094Z [00:01:58.060]➜  # get https://proxy.golang.org/gopkg.in/alecthomas/kingpin.v2/@v/v2.2.6.info: 200 OK (0.024s)
2025-08-20T21:57:56.2351688Z [00:01:58.060]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/checksum/@v/v1.7.4.info
2025-08-20T21:57:56.2354773Z [00:01:58.061]➜  # get https://proxy.golang.org/github.com/ugorji/go/codec/@v/v1.2.11.info: 200 OK (0.024s)
2025-08-20T21:57:56.2358478Z [00:01:58.061]➜  # get https://proxy.golang.org/github.com/mitchellh/go-homedir/@v/v1.1.0.info
2025-08-20T21:57:56.2359275Z [00:01:58.061]➜  # get https://proxy.golang.org/google.golang.org/protobuf/@v/v1.35.1.info
2025-08-20T21:57:56.2401326Z [00:01:58.065]➜  # get https://proxy.golang.org/github.com/pkg/browser/@v/v0.0.0-20240102092130-5ac0b6a4141c.info: 200 OK (0.024s)
2025-08-20T21:57:56.2469620Z [00:01:58.072]➜  # get https://proxy.golang.org/github.com/gobwas/pool/@v/v0.2.1.info: 200 OK (0.024s)
2025-08-20T21:57:56.2473898Z [00:01:58.073]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/@v/v1.12.17.info
2025-08-20T21:57:56.2591906Z [00:01:58.084]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/checksum/@v/v1.7.4.info: 200 OK (0.024s)
2025-08-20T21:57:56.2596478Z [00:01:58.085]➜  # get https://proxy.golang.org/gopkg.in/warnings.v0/@v/v0.1.2.info
2025-08-20T21:57:56.2601633Z [00:01:58.085]➜  # get https://proxy.golang.org/google.golang.org/protobuf/@v/v1.35.1.info: 200 OK (0.024s)
2025-08-20T21:57:56.2611638Z [00:01:58.086]➜  # get https://proxy.golang.org/github.com/mitchellh/go-homedir/@v/v1.1.0.info: 200 OK (0.025s)
2025-08-20T21:57:56.2612861Z [00:01:58.086]➜  # get https://proxy.golang.org/github.com/andygrunwald/go-jira/@v/v1.16.0.info
2025-08-20T21:57:56.2614049Z [00:01:58.087]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/s3shared/@v/v1.18.17.info
2025-08-20T21:57:56.2624121Z [00:01:58.088]➜  # get https://proxy.golang.org/github.com/jcmturner/aescts/v2/@v/v2.0.0.info
2025-08-20T21:57:56.2715250Z [00:01:58.097]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/@v/v1.12.17.info: 200 OK (0.024s)
2025-08-20T21:57:56.2721317Z [00:01:58.097]➜  # get https://proxy.golang.org/github.com/emirpasic/gods/@v/v1.18.1.info
2025-08-20T21:57:56.2837826Z [00:01:58.109]➜  # get https://proxy.golang.org/gopkg.in/warnings.v0/@v/v0.1.2.info: 200 OK (0.024s)
2025-08-20T21:57:56.2841339Z [00:01:58.109]➜  # get https://proxy.golang.org/github.com/cespare/xxhash/v2/@v/v2.3.0.info
2025-08-20T21:57:56.2860243Z [00:01:58.110]➜  # get https://proxy.golang.org/github.com/andygrunwald/go-jira/@v/v1.16.0.info: 200 OK (0.024s)
2025-08-20T21:57:56.2861742Z [00:01:58.111]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/s3shared/@v/v1.18.17.info: 200 OK (0.024s)
2025-08-20T21:57:56.2862877Z [00:01:58.111]➜  # get https://proxy.golang.org/github.com/gobwas/httphead/@v/v0.1.0.info
2025-08-20T21:57:56.2865681Z [00:01:58.112]➜  # get https://proxy.golang.org/github.com/dgryski/go-rendezvous/@v/v0.0.0-20200823014737-9f7001d12a5f.info
2025-08-20T21:57:56.2870880Z [00:01:58.112]➜  # get https://proxy.golang.org/github.com/jcmturner/aescts/v2/@v/v2.0.0.info: 200 OK (0.024s)
2025-08-20T21:57:56.2882488Z [00:01:58.114]➜  # get https://proxy.golang.org/github.com/jcmturner/rpc/v2/@v/v2.0.3.info
2025-08-20T21:57:56.2963445Z [00:01:58.121]➜  # get https://proxy.golang.org/github.com/emirpasic/gods/@v/v1.18.1.info: 200 OK (0.024s)
2025-08-20T21:57:56.2967260Z [00:01:58.122]➜  # get https://proxy.golang.org/mellium.im/sasl/@v/v0.3.2.info
2025-08-20T21:57:56.3081437Z [00:01:58.133]➜  # get https://proxy.golang.org/github.com/cespare/xxhash/v2/@v/v2.3.0.info: 200 OK (0.024s)
2025-08-20T21:57:56.3093506Z [00:01:58.135]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/@v/v2.6.36.info
2025-08-20T21:57:56.3095225Z [00:01:58.135]➜  # get https://proxy.golang.org/github.com/gobwas/httphead/@v/v0.1.0.info: 200 OK (0.024s)
2025-08-20T21:57:56.3107223Z [00:01:58.136]➜  # get https://proxy.golang.org/github.com/dgryski/go-rendezvous/@v/v0.0.0-20200823014737-9f7001d12a5f.info: 200 OK (0.024s)
2025-08-20T21:57:56.3108786Z [00:01:58.136]➜  # get https://proxy.golang.org/github.com/alecthomas/template/@v/v0.0.0-20190718012654-fb15b899a751.info
2025-08-20T21:57:56.3120346Z [00:01:58.137]➜  # get https://proxy.golang.org/github.com/jcmturner/rpc/v2/@v/v2.0.3.info: 200 OK (0.024s)
2025-08-20T21:57:56.3139341Z [00:01:58.139]➜  # get https://proxy.golang.org/github.com/jinzhu/inflection/@v/v1.0.0.info
2025-08-20T21:57:56.3210547Z [00:01:58.146]➜  # get https://proxy.golang.org/mellium.im/sasl/@v/v0.3.2.info: 200 OK (0.024s)
2025-08-20T21:57:56.3216628Z [00:01:58.147]➜  # get https://proxy.golang.org/github.com/alecthomas/units/@v/v0.0.0-20211218093645-b94a6e3cc137.info
2025-08-20T21:57:56.3334366Z [00:01:58.159]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/@v/v2.6.36.info: 200 OK (0.024s)
2025-08-20T21:57:56.3337713Z [00:01:58.159]➜  # get https://proxy.golang.org/github.com/julienschmidt/httprouter/@v/v1.3.0.info
2025-08-20T21:57:56.3343427Z [00:01:58.160]➜  # get https://proxy.golang.org/github.com/golang-jwt/jwt/v5/@v/v5.2.2.info
2025-08-20T21:57:56.3345267Z [00:01:58.160]➜  # get https://proxy.golang.org/github.com/alecthomas/template/@v/v0.0.0-20190718012654-fb15b899a751.info: 200 OK (0.024s)
2025-08-20T21:57:56.3350950Z [00:01:58.160]➜  # get https://proxy.golang.org/github.com/youmark/pkcs8/@v/v0.0.0-20240726163527-a2c0da244d78.info
2025-08-20T21:57:56.3377504Z [00:01:58.163]➜  # get https://proxy.golang.org/github.com/jinzhu/inflection/@v/v1.0.0.info: 200 OK (0.024s)
2025-08-20T21:57:56.3398813Z [00:01:58.165]➜  # get https://proxy.golang.org/github.com/geoffgarside/ber/@v/v1.1.0.info
2025-08-20T21:57:56.3454882Z [00:01:58.171]➜  # get https://proxy.golang.org/github.com/alecthomas/units/@v/v0.0.0-20211218093645-b94a6e3cc137.info: 200 OK (0.024s)
2025-08-20T21:57:56.3467424Z [00:01:58.172]➜  # get https://proxy.golang.org/github.com/projectdiscovery/wappalyzergo/@v/v0.2.36.info
2025-08-20T21:57:56.3580709Z [00:01:58.183]➜  # get https://proxy.golang.org/github.com/julienschmidt/httprouter/@v/v1.3.0.info: 200 OK (0.024s)
2025-08-20T21:57:56.3588457Z [00:01:58.184]➜  # get https://proxy.golang.org/github.com/golang-jwt/jwt/v5/@v/v5.2.2.info: 200 OK (0.024s)
2025-08-20T21:57:56.3590014Z [00:01:58.184]➜  # get https://proxy.golang.org/github.com/projectdiscovery/yamldoc-go/@v/v1.0.6.info
2025-08-20T21:57:56.3594190Z [00:01:58.185]➜  # get https://proxy.golang.org/github.com/youmark/pkcs8/@v/v0.0.0-20240726163527-a2c0da244d78.info: 200 OK (0.024s)
2025-08-20T21:57:56.3595671Z [00:01:58.185]➜  # get https://proxy.golang.org/github.com/sergi/go-diff/@v/v1.3.2-0.20230802210424-5b0b94c5c0d3.info
2025-08-20T21:57:56.3602418Z [00:01:58.186]➜  # get https://proxy.golang.org/github.com/42wim/httpsig/@v/v1.2.2.info
2025-08-20T21:57:56.3636766Z [00:01:58.189]➜  # get https://proxy.golang.org/github.com/geoffgarside/ber/@v/v1.1.0.info: 200 OK (0.024s)
2025-08-20T21:57:56.3678417Z [00:01:58.193]➜  # get https://proxy.golang.org/github.com/xdg-go/scram/@v/v1.1.2.info
2025-08-20T21:57:56.3754258Z [00:01:58.201]➜  # get https://proxy.golang.org/github.com/projectdiscovery/wappalyzergo/@v/v0.2.36.info: 200 OK (0.029s)
2025-08-20T21:57:56.3761175Z [00:01:58.201]➜  # get https://proxy.golang.org/github.com/golang-jwt/jwt/v4/@v/v4.5.2.info
2025-08-20T21:57:56.3840116Z [00:01:58.209]➜  # get https://proxy.golang.org/github.com/sergi/go-diff/@v/v1.3.2-0.20230802210424-5b0b94c5c0d3.info: 200 OK (0.024s)
2025-08-20T21:57:56.3843568Z [00:01:58.210]➜  # get https://proxy.golang.org/github.com/42wim/httpsig/@v/v1.2.2.info: 200 OK (0.024s)
2025-08-20T21:57:56.3847641Z [00:01:58.210]➜  # get https://proxy.golang.org/github.com/trivago/tgo/@v/v1.0.7.info
2025-08-20T21:57:56.3849067Z [00:01:58.210]➜  # get https://proxy.golang.org/github.com/go-fed/httpsig/@v/v1.1.0.info
2025-08-20T21:57:56.3864095Z [00:01:58.212]➜  # get https://proxy.golang.org/github.com/projectdiscovery/yamldoc-go/@v/v1.0.6.info: 200 OK (0.028s)
2025-08-20T21:57:56.3916700Z [00:01:58.217]➜  # get https://proxy.golang.org/github.com/xdg-go/scram/@v/v1.1.2.info: 200 OK (0.024s)
2025-08-20T21:57:56.3919017Z [00:01:58.217]➜  # get https://proxy.golang.org/github.com/xdg-go/pbkdf2/@v/v1.0.0.info
2025-08-20T21:57:56.4001258Z [00:01:58.225]➜  # get https://proxy.golang.org/github.com/golang-jwt/jwt/v4/@v/v4.5.2.info: 200 OK (0.024s)
2025-08-20T21:57:56.4013763Z [00:01:58.227]➜  # get https://proxy.golang.org/github.com/kevinburke/ssh_config/@v/v1.2.0.info
2025-08-20T21:57:56.4089206Z [00:01:58.234]➜  # get https://proxy.golang.org/github.com/trivago/tgo/@v/v1.0.7.info: 200 OK (0.024s)
2025-08-20T21:57:56.4094672Z [00:01:58.235]➜  # get https://proxy.golang.org/github.com/shurcoo%21l/graphql/@v/v0.0.0-20230722043721-ed46e5a46466.info
2025-08-20T21:57:56.4095845Z [00:01:58.235]➜  # get https://proxy.golang.org/moul.io/http2curl/@v/v1.0.0.info
2025-08-20T21:57:56.4128456Z [00:01:58.238]➜  # get https://proxy.golang.org/github.com/go-fed/httpsig/@v/v1.1.0.info: 200 OK (0.028s)
2025-08-20T21:57:56.4134149Z [00:01:58.239]➜  # get https://proxy.golang.org/github.com/skeema/knownhosts/@v/v1.3.1.info
2025-08-20T21:57:56.4159524Z [00:01:58.241]➜  # get https://proxy.golang.org/github.com/xdg-go/pbkdf2/@v/v1.0.0.info: 200 OK (0.024s)
2025-08-20T21:57:56.4161571Z [00:01:58.241]➜  # get https://proxy.golang.org/github.com/xdg-go/stringprep/@v/v1.0.4.info
2025-08-20T21:57:56.4254815Z [00:01:58.251]➜  # get https://proxy.golang.org/github.com/kevinburke/ssh_config/@v/v1.2.0.info: 200 OK (0.024s)
2025-08-20T21:57:56.4263516Z [00:01:58.252]➜  # get https://proxy.golang.org/github.com/xanzy/ssh-agent/@v/v0.3.3.info
2025-08-20T21:57:56.4334004Z [00:01:58.259]➜  # get https://proxy.golang.org/github.com/shurcoo%21l/graphql/@v/v0.0.0-20230722043721-ed46e5a46466.info: 200 OK (0.024s)
2025-08-20T21:57:56.4338831Z [00:01:58.259]➜  # get https://proxy.golang.org/moul.io/http2curl/@v/v1.0.0.info: 200 OK (0.024s)
2025-08-20T21:57:56.4361900Z [00:01:58.261]➜  # get https://proxy.golang.org/github.com/remeh/sizedwaitgroup/@v/v1.0.0.info
2025-08-20T21:57:56.4370067Z [00:01:58.262]➜  # get https://proxy.golang.org/github.com/montanaflynn/stats/@v/v0.7.1.info
2025-08-20T21:57:56.4401623Z [00:01:58.265]➜  # get https://proxy.golang.org/github.com/xdg-go/stringprep/@v/v1.0.4.info: 200 OK (0.024s)
2025-08-20T21:57:56.4409473Z [00:01:58.266]➜  # get https://proxy.golang.org/github.com/skeema/knownhosts/@v/v1.3.1.info: 200 OK (0.027s)
2025-08-20T21:57:56.4503140Z [00:01:58.276]➜  # get https://proxy.golang.org/github.com/xanzy/ssh-agent/@v/v0.3.3.info: 200 OK (0.024s)
2025-08-20T21:57:56.4602239Z [00:01:58.285]➜  # get https://proxy.golang.org/github.com/remeh/sizedwaitgroup/@v/v1.0.0.info: 200 OK (0.024s)
2025-08-20T21:57:56.4613727Z [00:01:58.287]➜  # get https://proxy.golang.org/github.com/montanaflynn/stats/@v/v0.7.1.info: 200 OK (0.024s)
2025-08-20T21:57:56.4893829Z [00:01:58.315]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO
2025-08-20T21:57:56.4895322Z [00:01:58.315]➜  git status --porcelain
2025-08-20T21:57:56.6548025Z [00:01:58.480]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO
2025-08-20T21:57:56.6548872Z [00:01:58.480]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T21:57:56.6569596Z [00:01:58.482]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO; git config extensions.objectformat
2025-08-20T21:57:56.6580696Z [00:01:58.483]➜  0.001s # cd /tmp/tmp.uU6nIRp2JA/TEMPREPO; git config extensions.objectformat
2025-08-20T21:57:56.6581826Z [00:01:58.483]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' b4644af80a574b6bf4af093310dcb239c9164190 --
2025-08-20T21:57:56.6688441Z [00:01:58.494]➜  0.011s # cd /tmp/tmp.uU6nIRp2JA/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' b4644af80a574b6bf4af093310dcb239c9164190 --
2025-08-20T21:57:56.6690168Z [00:01:58.494]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged b4644af80a574b6bf4af093310dcb239c9164190
2025-08-20T21:57:56.7198680Z [00:01:58.545]➜  0.051s # cd /tmp/tmp.uU6nIRp2JA/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged b4644af80a574b6bf4af093310dcb239c9164190
2025-08-20T21:57:56.7200378Z [00:01:58.545]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' b4644af80a57 --
2025-08-20T21:57:56.7225306Z [00:01:58.548]➜  0.003s # cd /tmp/tmp.uU6nIRp2JA/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' b4644af80a57 --
2025-08-20T21:57:56.7226733Z [00:01:58.548]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO; git cat-file blob b4644af80a574b6bf4af093310dcb239c9164190:go.mod
2025-08-20T21:57:56.7253992Z [00:01:58.551]➜  0.003s # cd /tmp/tmp.uU6nIRp2JA/TEMPREPO; git cat-file blob b4644af80a574b6bf4af093310dcb239c9164190:go.mod
2025-08-20T21:57:56.7255007Z [00:01:58.551]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO; git cat-file blob b4644af80a574b6bf4af093310dcb239c9164190:v3/go.mod
2025-08-20T21:57:56.7270036Z [00:01:58.552]➜  0.002s # cd /tmp/tmp.uU6nIRp2JA/TEMPREPO; git cat-file blob b4644af80a574b6bf4af093310dcb239c9164190:v3/go.mod
2025-08-20T21:57:56.7360743Z [00:01:58.561]➜  internal/byteorder
2025-08-20T21:57:56.7361616Z [00:01:58.561]➜  internal/goarch
2025-08-20T21:57:56.7362149Z [00:01:58.561]➜  internal/unsafeheader
2025-08-20T21:57:56.7362699Z [00:01:58.561]➜  mkdir -p $WORK/b013/
2025-08-20T21:57:56.7363228Z [00:01:58.561]➜  mkdir -p $WORK/b007/
2025-08-20T21:57:56.7363724Z [00:01:58.561]➜  mkdir -p $WORK/b009/
2025-08-20T21:57:56.7364351Z [00:01:58.561]➜  echo '# import config' > $WORK/b007/importcfg # internal
2025-08-20T21:57:56.7365221Z [00:01:58.562]➜  echo '# import config' > $WORK/b013/importcfg # internal
2025-08-20T21:57:56.7371815Z [00:01:58.562]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:56.7376384Z [00:01:58.562]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b007/_pkg_.a -trimpath "/root/.go/src/internal/goarch=>internal/goarch;$WORK/b007=>" -p internal/goarch -lang=go1.25 -std -complete -installsuffix shared -buildid FnXyH2Ad0y66cyrIPMUn/FnXyH2Ad0y66cyrIPMUn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b007/importcfg -pack /root/.go/src/internal/goarch/goarch.go /root/.go/src/internal/goarch/goarch_amd64.go /root/.go/src/internal/goarch/zgoarch_amd64.go
2025-08-20T21:57:56.7383025Z [00:01:58.562]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b013/_pkg_.a -trimpath "/root/.go/src/internal/byteorder=>internal/byteorder;$WORK/b013=>" -p internal/byteorder -lang=go1.25 -std -complete -installsuffix shared -buildid 41Vr_cji-HbV6L4mnakB/41Vr_cji-HbV6L4mnakB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b013/importcfg -pack /root/.go/src/internal/byteorder/byteorder.go
2025-08-20T21:57:56.7386197Z [00:01:58.562]➜  echo '# import config' > $WORK/b009/importcfg # internal
2025-08-20T21:57:56.7390294Z [00:01:58.563]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b009/_pkg_.a -trimpath "/root/.go/src/internal/unsafeheader=>internal/unsafeheader;$WORK/b009=>" -p internal/unsafeheader -lang=go1.25 -std -complete -installsuffix shared -buildid C0AwI8-BAUMe5XknNlBT/C0AwI8-BAUMe5XknNlBT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b009/importcfg -pack /root/.go/src/internal/unsafeheader/unsafeheader.go
2025-08-20T21:57:56.7397298Z [00:01:58.565]➜  internal/cpu
2025-08-20T21:57:56.7398909Z [00:01:58.565]➜  mkdir -p $WORK/b012/
2025-08-20T21:57:56.7412223Z [00:01:58.566]➜  echo -n > $WORK/b012/go_asm.h # internal
2025-08-20T21:57:56.7413992Z [00:01:58.567]➜  cd /root/.go/src/internal/cpu
2025-08-20T21:57:56.7416086Z [00:01:58.567]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b012/symabis ./cpu.s ./cpu_x86.s
2025-08-20T21:57:56.7432743Z [00:01:58.569]➜  go tool buildid -w $WORK/b009/_pkg_.a # internal
2025-08-20T21:57:56.7441327Z [00:01:58.569]➜  cp $WORK/b009/_pkg_.a /root/.cache/go-build/71/71443e40c31c75855e817fa83dcdfbe5a56d181ed8f66b4feb8471cf86c4fad1-d # internal
2025-08-20T21:57:56.7444585Z [00:01:58.570]➜  internal/coverage/rtcov
2025-08-20T21:57:56.7445440Z [00:01:58.570]➜  mkdir -p $WORK/b015/
2025-08-20T21:57:56.7449256Z [00:01:58.570]➜  echo '# import config' > $WORK/b015/importcfg # internal
2025-08-20T21:57:56.7452631Z [00:01:58.571]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:56.7457066Z [00:01:58.571]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b015/_pkg_.a -trimpath "/root/.go/src/internal/coverage/rtcov=>internal/coverage/rtcov;$WORK/b015=>" -p internal/coverage/rtcov -lang=go1.25 -std -complete -installsuffix shared -buildid 9bd7kW_TiO0T-k6BuHRy/9bd7kW_TiO0T-k6BuHRy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b015/importcfg -pack /root/.go/src/internal/coverage/rtcov/rtcov.go
2025-08-20T21:57:56.7469381Z [00:01:58.572]➜  go tool buildid -w $WORK/b007/_pkg_.a # internal
2025-08-20T21:57:56.7475055Z [00:01:58.573]➜  echo '# import config' > $WORK/b012/importcfg # internal
2025-08-20T21:57:56.7481545Z [00:01:58.573]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b012/_pkg_.a -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -p internal/cpu -lang=go1.25 -std -installsuffix shared -buildid VSNzlCX0gBUNKlb52Sl0/VSNzlCX0gBUNKlb52Sl0 -goversion go1.25.0 -symabis $WORK/b012/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b012/importcfg -pack -asmhdr $WORK/b012/go_asm.h /root/.go/src/internal/cpu/cpu.go /root/.go/src/internal/cpu/cpu_x86.go
2025-08-20T21:57:56.7491738Z [00:01:58.574]➜  cp $WORK/b007/_pkg_.a /root/.cache/go-build/e9/e9655f8b8db6fdd0cdbec4b1ced09ef43b369cf9ead11c1f7e851b6d818b1301-d # internal
2025-08-20T21:57:56.7500134Z [00:01:58.575]➜  internal/abi
2025-08-20T21:57:56.7501092Z [00:01:58.575]➜  mkdir -p $WORK/b006/
2025-08-20T21:57:56.7506077Z [00:01:58.576]➜  echo -n > $WORK/b006/go_asm.h # internal
2025-08-20T21:57:56.7511934Z [00:01:58.576]➜  cd /root/.go/src/internal/abi
2025-08-20T21:57:56.7514145Z [00:01:58.576]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -I $WORK/b006/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b006/symabis ./abi_test.s ./stub.s
2025-08-20T21:57:56.7550986Z [00:01:58.580]➜  cat >/tmp/go-build282983591/b006/importcfg << 'EOF' # internal
2025-08-20T21:57:56.7551834Z [00:01:58.580]➜  # import config
2025-08-20T21:57:56.7555758Z [00:01:58.581]➜  packagefile internal/goarch=/tmp/go-build282983591/b007/_pkg_.a
2025-08-20T21:57:56.7556458Z [00:01:58.581]➜  EOF
2025-08-20T21:57:56.7556991Z [00:01:58.581]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:56.7564322Z [00:01:58.581]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b006/_pkg_.a -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -p internal/abi -lang=go1.25 -std -installsuffix shared -buildid TMU6HjewY5-DVnyvQEgP/TMU6HjewY5-DVnyvQEgP -goversion go1.25.0 -symabis $WORK/b006/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b006/importcfg -pack -asmhdr $WORK/b006/go_asm.h /root/.go/src/internal/abi/abi.go /root/.go/src/internal/abi/abi_amd64.go /root/.go/src/internal/abi/compiletype.go /root/.go/src/internal/abi/escape.go /root/.go/src/internal/abi/funcpc.go /root/.go/src/internal/abi/iface.go /root/.go/src/internal/abi/map_noswiss.go /root/.go/src/internal/abi/map_select_swiss.go /root/.go/src/internal/abi/map_swiss.go /root/.go/src/internal/abi/rangefuncconsts.go /root/.go/src/internal/abi/runtime.go /root/.go/src/internal/abi/stack.go /root/.go/src/internal/abi/switch.go /root/.go/src/internal/abi/symtab.go /root/.go/src/internal/abi/type.go
2025-08-20T21:57:56.7577226Z [00:01:58.583]➜  go tool buildid -w $WORK/b013/_pkg_.a # internal
2025-08-20T21:57:56.7588317Z [00:01:58.584]➜  cp $WORK/b013/_pkg_.a /root/.cache/go-build/77/77a99d080821d13defdd8cee964c70dba28e4d43e658b99801a0c4031592e32e-d # internal
2025-08-20T21:57:56.7589595Z [00:01:58.584]➜  go tool buildid -w $WORK/b015/_pkg_.a # internal
2025-08-20T21:57:56.7595544Z [00:01:58.585]➜  cp $WORK/b015/_pkg_.a /root/.cache/go-build/47/47ddc40f8e242113c76881415f1326c82a390fd7b9a68de4d8a2edea9785977b-d # internal
2025-08-20T21:57:56.7602049Z [00:01:58.585]➜  internal/godebugs
2025-08-20T21:57:56.7604992Z [00:01:58.586]➜  mkdir -p $WORK/b016/
2025-08-20T21:57:56.7607524Z [00:01:58.586]➜  internal/goexperiment
2025-08-20T21:57:56.7608109Z [00:01:58.586]➜  mkdir -p $WORK/b017/
2025-08-20T21:57:56.7608780Z [00:01:58.586]➜  echo '# import config' > $WORK/b016/importcfg # internal
2025-08-20T21:57:56.7609523Z [00:01:58.586]➜  echo '# import config' > $WORK/b017/importcfg # internal
2025-08-20T21:57:56.7613007Z [00:01:58.586]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b016/_pkg_.a -trimpath "/root/.go/src/internal/godebugs=>internal/godebugs;$WORK/b016=>" -p internal/godebugs -lang=go1.25 -std -complete -installsuffix shared -buildid TOq0cpWVeS0INrP0T0kq/TOq0cpWVeS0INrP0T0kq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b016/importcfg -pack /root/.go/src/internal/godebugs/table.go
2025-08-20T21:57:56.7626741Z [00:01:58.586]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b017/_pkg_.a -trimpath "/root/.go/src/internal/goexperiment=>internal/goexperiment;$WORK/b017=>" -p internal/goexperiment -lang=go1.25 -std -complete -installsuffix shared -buildid o0a-7nZa2Hd2-kwilSd6/o0a-7nZa2Hd2-kwilSd6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b017/importcfg -pack /root/.go/src/internal/goexperiment/exp_aliastypeparams_on.go /root/.go/src/internal/goexperiment/exp_arenas_off.go /root/.go/src/internal/goexperiment/exp_boringcrypto_off.go /root/.go/src/internal/goexperiment/exp_cacheprog_off.go /root/.go/src/internal/goexperiment/exp_cgocheck2_off.go /root/.go/src/internal/goexperiment/exp_dwarf5_on.go /root/.go/src/internal/goexperiment/exp_fieldtrack_off.go /root/.go/src/internal/goexperiment/exp_greenteagc_off.go /root/.go/src/internal/goexperiment/exp_heapminimum512kib_off.go /root/.go/src/internal/goexperiment/exp_jsonv2_off.go /root/.go/src/internal/goexperiment/exp_loopvar_off.go /root/.go/src/internal/goexperiment/exp_newinliner_off.go /root/.go/src/internal/goexperiment/exp_preemptibleloops_off.go /root/.go/src/internal/goexperiment/exp_rangefunc_off.go /root/.go/src/internal/goexperiment/exp_regabiargs_on.go /root/.go/src/internal/goexperiment/exp_regabiwrappers_on.go /root/.go/src/internal/goexperiment/exp_staticlockranking_off.go /root/.go/src/internal/goexperiment/exp_swissmap_on.go /root/.go/src/internal/goexperiment/exp_synchashtriemap_on.go /root/.go/src/internal/goexperiment/exp_synctest_off.go /root/.go/src/internal/goexperiment/flags.go
2025-08-20T21:57:56.7743095Z [00:01:58.599]➜  go tool buildid -w $WORK/b017/_pkg_.a # internal
2025-08-20T21:57:56.7764530Z [00:01:58.599]➜  cp $WORK/b017/_pkg_.a /root/.cache/go-build/a5/a54ed2441db48bd627d10738a907192828e1335307d71a1aba733507f51d1eba-d # internal
2025-08-20T21:57:56.7765632Z [00:01:58.599]➜  internal/goos
2025-08-20T21:57:56.7766444Z [00:01:58.599]➜  mkdir -p $WORK/b018/
2025-08-20T21:57:56.7767355Z [00:01:58.602]➜  go tool buildid -w $WORK/b016/_pkg_.a # internal
2025-08-20T21:57:56.7770457Z [00:01:58.602]➜  cp $WORK/b016/_pkg_.a /root/.cache/go-build/0b/0b6eead678c426c1a2b0cfa0ea06f814bf58c5d0a4fa1caf2848c9f0a5e5ab2d-d # internal
2025-08-20T21:57:56.7774849Z [00:01:58.602]➜  internal/profilerecord
2025-08-20T21:57:56.7783485Z [00:01:58.603]➜  mkdir -p $WORK/b019/
2025-08-20T21:57:56.7784124Z [00:01:58.603]➜  echo '# import config' > $WORK/b019/importcfg # internal
2025-08-20T21:57:56.7787454Z [00:01:58.603]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b019/_pkg_.a -trimpath "/root/.go/src/internal/profilerecord=>internal/profilerecord;$WORK/b019=>" -p internal/profilerecord -lang=go1.25 -std -complete -installsuffix shared -buildid 8Lgo9aX7minTbrFQdfrD/8Lgo9aX7minTbrFQdfrD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b019/importcfg -pack /root/.go/src/internal/profilerecord/profilerecord.go
2025-08-20T21:57:56.7790875Z [00:01:58.603]➜  echo '# import config' > $WORK/b018/importcfg # internal
2025-08-20T21:57:56.7794257Z [00:01:58.603]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b018/_pkg_.a -trimpath "/root/.go/src/internal/goos=>internal/goos;$WORK/b018=>" -p internal/goos -lang=go1.25 -std -complete -installsuffix shared -buildid tSPy5-8AXMOAedm8f4D3/tSPy5-8AXMOAedm8f4D3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b018/importcfg -pack /root/.go/src/internal/goos/goos.go /root/.go/src/internal/goos/unix.go /root/.go/src/internal/goos/zgoos_linux.go
2025-08-20T21:57:56.7845897Z [00:01:58.610]➜  go tool buildid -w $WORK/b018/_pkg_.a # internal
2025-08-20T21:57:56.7858963Z [00:01:58.611]➜  cp $WORK/b018/_pkg_.a /root/.cache/go-build/ee/ee9c2c442c895a62962313c13ab6a23fcf0a7e92e6c4ca1a6948cb91c2c1cd29-d # internal
2025-08-20T21:57:56.7867061Z [00:01:58.612]➜  internal/runtime/atomic
2025-08-20T21:57:56.7872521Z [00:01:58.612]➜  mkdir -p $WORK/b020/
2025-08-20T21:57:56.7877410Z [00:01:58.613]➜  go tool buildid -w $WORK/b019/_pkg_.a # internal
2025-08-20T21:57:56.7891458Z [00:01:58.613]➜  echo -n > $WORK/b020/go_asm.h # internal
2025-08-20T21:57:56.7892422Z [00:01:58.613]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T21:57:56.7894740Z [00:01:58.614]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b020=>" -I $WORK/b020/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b020/symabis ./atomic_amd64.s
2025-08-20T21:57:56.7897435Z [00:01:58.614]➜  cp $WORK/b019/_pkg_.a /root/.cache/go-build/d9/d911527e652bf6956cdb31c1f2b09a5e47883f089e8d5fd1d1ea2028dbedc0c3-d # internal
2025-08-20T21:57:56.7898514Z [00:01:58.614]➜  internal/runtime/math
2025-08-20T21:57:56.7899036Z [00:01:58.614]➜  mkdir -p $WORK/b023/
2025-08-20T21:57:56.7902357Z [00:01:58.615]➜  cat >/tmp/go-build282983591/b023/importcfg << 'EOF' # internal
2025-08-20T21:57:56.7903562Z [00:01:58.616]➜  # import config
2025-08-20T21:57:56.7904693Z [00:01:58.616]➜  packagefile internal/goarch=/tmp/go-build282983591/b007/_pkg_.a
2025-08-20T21:57:56.7905873Z [00:01:58.616]➜  EOF
2025-08-20T21:57:56.7906683Z [00:01:58.616]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:56.7910194Z [00:01:58.616]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b023/_pkg_.a -trimpath "/root/.go/src/internal/runtime/math=>internal/runtime/math;$WORK/b023=>" -p internal/runtime/math -lang=go1.25 -std -complete -installsuffix shared -buildid JLYi1p-7RcHtihSwNG5_/JLYi1p-7RcHtihSwNG5_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b023/importcfg -pack /root/.go/src/internal/runtime/math/math.go
2025-08-20T21:57:56.7929243Z [00:01:58.618]➜  cd /root/.go/src/internal/cpu
2025-08-20T21:57:56.7932140Z [00:01:58.618]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b012/cpu.o ./cpu.s
2025-08-20T21:57:56.7940047Z [00:01:58.619]➜  cat >/tmp/go-build282983591/b020/importcfg << 'EOF' # internal
2025-08-20T21:57:56.7940817Z [00:01:58.619]➜  # import config
2025-08-20T21:57:56.7943670Z [00:01:58.619]➜  packagefile internal/goarch=/tmp/go-build282983591/b007/_pkg_.a
2025-08-20T21:57:56.7944618Z [00:01:58.619]➜  EOF
2025-08-20T21:57:56.7946385Z [00:01:58.619]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:56.7952454Z [00:01:58.619]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b020/_pkg_.a -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b020=>" -p internal/runtime/atomic -lang=go1.25 -std -installsuffix shared -buildid jFg10H8awrZwV8sSZ_xf/jFg10H8awrZwV8sSZ_xf -goversion go1.25.0 -symabis $WORK/b020/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b020/importcfg -pack -asmhdr $WORK/b020/go_asm.h /root/.go/src/internal/runtime/atomic/atomic_amd64.go /root/.go/src/internal/runtime/atomic/doc.go /root/.go/src/internal/runtime/atomic/stubs.go /root/.go/src/internal/runtime/atomic/types.go /root/.go/src/internal/runtime/atomic/types_64bit.go /root/.go/src/internal/runtime/atomic/unaligned.go /root/.go/src/internal/runtime/atomic/xchg8.go
2025-08-20T21:57:56.7981120Z [00:01:58.623]➜  cd /root/.go/src/internal/cpu
2025-08-20T21:57:56.7983118Z [00:01:58.623]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b012/cpu_x86.o ./cpu_x86.s
2025-08-20T21:57:56.8020617Z [00:01:58.627]➜  go tool pack r $WORK/b012/_pkg_.a $WORK/b012/cpu.o $WORK/b012/cpu_x86.o # internal
2025-08-20T21:57:56.8025795Z [00:01:58.627]➜  go tool buildid -w $WORK/b012/_pkg_.a # internal
2025-08-20T21:57:56.8026577Z [00:01:58.628]➜  go tool buildid -w $WORK/b023/_pkg_.a # internal
2025-08-20T21:57:56.8033944Z [00:01:58.628]➜  cp $WORK/b023/_pkg_.a /root/.cache/go-build/5f/5fbdea78dfde0d9e69f5bf85f2d2c97dedba08b64a69af9d2f550f4926d60ab1-d # internal
2025-08-20T21:57:56.8035124Z [00:01:58.628]➜  internal/runtime/strconv
2025-08-20T21:57:56.8035988Z [00:01:58.629]➜  mkdir -p $WORK/b022/
2025-08-20T21:57:56.8038689Z [00:01:58.629]➜  cat >/tmp/go-build282983591/b022/importcfg << 'EOF' # internal
2025-08-20T21:57:56.8041017Z [00:01:58.629]➜  # import config
2025-08-20T21:57:56.8042718Z [00:01:58.629]➜  packagefile internal/runtime/math=/tmp/go-build282983591/b023/_pkg_.a
2025-08-20T21:57:56.8043466Z [00:01:58.629]➜  EOF
2025-08-20T21:57:56.8044027Z [00:01:58.629]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:56.8055031Z [00:01:58.629]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b022/_pkg_.a -trimpath "/root/.go/src/internal/runtime/strconv=>internal/runtime/strconv;$WORK/b022=>" -p internal/runtime/strconv -lang=go1.25 -std -complete -installsuffix shared -buildid j_CLgQhSRFjOJQmZ5tqK/j_CLgQhSRFjOJQmZ5tqK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b022/importcfg -pack /root/.go/src/internal/runtime/strconv/atoi.go
2025-08-20T21:57:56.8063577Z [00:01:58.630]➜  cp $WORK/b012/_pkg_.a /root/.cache/go-build/12/1241189f936be1f2b6685ca9f274a1ebe69772508f13db21f5490e802eb65af7-d # internal
2025-08-20T21:57:56.8064681Z [00:01:58.630]➜  internal/bytealg
2025-08-20T21:57:56.8065173Z [00:01:58.631]➜  mkdir -p $WORK/b011/
2025-08-20T21:57:56.8065777Z [00:01:58.631]➜  echo -n > $WORK/b011/go_asm.h # internal
2025-08-20T21:57:56.8066434Z [00:01:58.631]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:57:56.8069021Z [00:01:58.631]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b011/symabis ./compare_amd64.s ./count_amd64.s ./equal_amd64.s ./index_amd64.s ./indexbyte_amd64.s
2025-08-20T21:57:56.8145929Z [00:01:58.639]➜  cat >/tmp/go-build282983591/b011/importcfg << 'EOF' # internal
2025-08-20T21:57:56.8146881Z [00:01:58.640]➜  # import config
2025-08-20T21:57:56.8147573Z [00:01:58.640]➜  packagefile internal/cpu=/tmp/go-build282983591/b012/_pkg_.a
2025-08-20T21:57:56.8148210Z [00:01:58.640]➜  EOF
2025-08-20T21:57:56.8148710Z [00:01:58.640]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:56.8155066Z [00:01:58.640]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b011/_pkg_.a -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -p internal/bytealg -lang=go1.25 -std -installsuffix shared -buildid iSlNKeDAQAy2891r38yS/iSlNKeDAQAy2891r38yS -goversion go1.25.0 -symabis $WORK/b011/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b011/importcfg -pack -asmhdr $WORK/b011/go_asm.h /root/.go/src/internal/bytealg/bytealg.go /root/.go/src/internal/bytealg/compare_native.go /root/.go/src/internal/bytealg/count_native.go /root/.go/src/internal/bytealg/equal_generic.go /root/.go/src/internal/bytealg/equal_native.go /root/.go/src/internal/bytealg/index_amd64.go /root/.go/src/internal/bytealg/index_native.go /root/.go/src/internal/bytealg/indexbyte_native.go /root/.go/src/internal/bytealg/lastindexbyte_generic.go
2025-08-20T21:57:56.8173947Z [00:01:58.643]➜  go tool buildid -w $WORK/b022/_pkg_.a # internal
2025-08-20T21:57:56.8182102Z [00:01:58.643]➜  cp $WORK/b022/_pkg_.a /root/.cache/go-build/09/0946d0641df597fd14920b415d1cfec16a90cee6e19e8821c6d1c8fdffcfce9d-d # internal
2025-08-20T21:57:56.8186677Z [00:01:58.644]➜  internal/chacha8rand
2025-08-20T21:57:56.8187210Z [00:01:58.644]➜  mkdir -p $WORK/b014/
2025-08-20T21:57:56.8195311Z [00:01:58.645]➜  echo -n > $WORK/b014/go_asm.h # internal
2025-08-20T21:57:56.8195957Z [00:01:58.645]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T21:57:56.8198207Z [00:01:58.645]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b014=>" -I $WORK/b014/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b014/symabis ./chacha8_amd64.s
2025-08-20T21:57:56.8285076Z [00:01:58.653]➜  cat >/tmp/go-build282983591/b014/importcfg << 'EOF' # internal
2025-08-20T21:57:56.8286222Z [00:01:58.654]➜  # import config
2025-08-20T21:57:56.8287024Z [00:01:58.654]➜  packagefile internal/byteorder=/tmp/go-build282983591/b013/_pkg_.a
2025-08-20T21:57:56.8287998Z [00:01:58.654]➜  packagefile internal/cpu=/tmp/go-build282983591/b012/_pkg_.a
2025-08-20T21:57:56.8288945Z [00:01:58.654]➜  packagefile internal/goarch=/tmp/go-build282983591/b007/_pkg_.a
2025-08-20T21:57:56.8289652Z [00:01:58.654]➜  EOF
2025-08-20T21:57:56.8290409Z [00:01:58.654]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:56.8294395Z [00:01:58.654]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b014/_pkg_.a -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b014=>" -p internal/chacha8rand -lang=go1.25 -std -installsuffix shared -buildid dWw5LI8BHTOb0ZYO8MDr/dWw5LI8BHTOb0ZYO8MDr -goversion go1.25.0 -symabis $WORK/b014/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b014/importcfg -pack -asmhdr $WORK/b014/go_asm.h /root/.go/src/internal/chacha8rand/chacha8.go /root/.go/src/internal/chacha8rand/chacha8_generic.go
2025-08-20T21:57:56.8364621Z [00:01:58.662]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T21:57:56.8367944Z [00:01:58.662]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b020=>" -I $WORK/b020/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b020/atomic_amd64.o ./atomic_amd64.s
2025-08-20T21:57:56.8378727Z [00:01:58.663]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:57:56.8381452Z [00:01:58.663]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/compare_amd64.o ./compare_amd64.s
2025-08-20T21:57:56.8420939Z [00:01:58.667]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/count_amd64.o ./count_amd64.s
2025-08-20T21:57:56.8433734Z [00:01:58.669]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T21:57:56.8436838Z [00:01:58.669]➜  go tool pack r $WORK/b020/_pkg_.a $WORK/b020/atomic_amd64.o # internal
2025-08-20T21:57:56.8437681Z [00:01:58.669]➜  go tool buildid -w $WORK/b020/_pkg_.a # internal
2025-08-20T21:57:56.8450624Z [00:01:58.670]➜  cp $WORK/b020/_pkg_.a /root/.cache/go-build/97/9749165920c87ef703ec0d9a98e800ff906f19e7cca65f624f4da199b3798019-d # internal
2025-08-20T21:57:56.8452767Z [00:01:58.670]➜  internal/runtime/syscall
2025-08-20T21:57:56.8453355Z [00:01:58.670]➜  mkdir -p $WORK/b024/
2025-08-20T21:57:56.8456712Z [00:01:58.671]➜  echo -n > $WORK/b024/go_asm.h # internal
2025-08-20T21:57:56.8457469Z [00:01:58.671]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T21:57:56.8459756Z [00:01:58.671]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b024=>" -I $WORK/b024/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b024/symabis ./asm_linux_amd64.s
2025-08-20T21:57:56.8469702Z [00:01:58.672]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:57:56.8472427Z [00:01:58.672]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/equal_amd64.o ./equal_amd64.s
2025-08-20T21:57:56.8494650Z [00:01:58.675]➜  cat >/tmp/go-build282983591/b024/importcfg << 'EOF' # internal
2025-08-20T21:57:56.8495498Z [00:01:58.675]➜  # import config
2025-08-20T21:57:56.8496221Z [00:01:58.675]➜  packagefile internal/goarch=/tmp/go-build282983591/b007/_pkg_.a
2025-08-20T21:57:56.8497007Z [00:01:58.675]➜  EOF
2025-08-20T21:57:56.8497514Z [00:01:58.675]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:56.8502233Z [00:01:58.675]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b024/_pkg_.a -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b024=>" -p internal/runtime/syscall -lang=go1.25 -std -installsuffix shared -buildid lGFy9_Ayx3kZ8w55lxqS/lGFy9_Ayx3kZ8w55lxqS -goversion go1.25.0 -symabis $WORK/b024/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b024/importcfg -pack -asmhdr $WORK/b024/go_asm.h /root/.go/src/internal/runtime/syscall/defs_linux.go /root/.go/src/internal/runtime/syscall/defs_linux_amd64.go /root/.go/src/internal/runtime/syscall/syscall_linux.go
2025-08-20T21:57:56.8527654Z [00:01:58.677]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:57:56.8530797Z [00:01:58.677]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/index_amd64.o ./index_amd64.s
2025-08-20T21:57:56.8644690Z [00:01:58.690]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/indexbyte_amd64.o ./indexbyte_amd64.s
2025-08-20T21:57:56.8709567Z [00:01:58.695]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T21:57:56.8713172Z [00:01:58.695]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b024=>" -I $WORK/b024/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b024/asm_linux_amd64.o ./asm_linux_amd64.s
2025-08-20T21:57:56.8725069Z [00:01:58.698]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T21:57:56.8728343Z [00:01:58.698]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b014=>" -I $WORK/b014/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b014/chacha8_amd64.o ./chacha8_amd64.s
2025-08-20T21:57:56.8759310Z [00:01:58.701]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:57:56.8761886Z [00:01:58.701]➜  go tool pack r $WORK/b011/_pkg_.a $WORK/b011/compare_amd64.o $WORK/b011/count_amd64.o $WORK/b011/equal_amd64.o $WORK/b011/index_amd64.o $WORK/b011/indexbyte_amd64.o # internal
2025-08-20T21:57:56.8763343Z [00:01:58.701]➜  go tool buildid -w $WORK/b011/_pkg_.a # internal
2025-08-20T21:57:56.8768793Z [00:01:58.702]➜  cp $WORK/b011/_pkg_.a /root/.cache/go-build/dd/dd49f52524bbcc5eb4d0c6d27149ca286174e03882208775b90b7a2bc1febfe3-d # internal
2025-08-20T21:57:56.8776625Z [00:01:58.703]➜  internal/runtime/exithook
2025-08-20T21:57:56.8777208Z [00:01:58.703]➜  mkdir -p $WORK/b025/
2025-08-20T21:57:56.8790848Z [00:01:58.704]➜  cat >/tmp/go-build282983591/b025/importcfg << 'EOF' # internal
2025-08-20T21:57:56.8791572Z [00:01:58.704]➜  # import config
2025-08-20T21:57:56.8792601Z [00:01:58.704]➜  packagefile internal/runtime/atomic=/tmp/go-build282983591/b020/_pkg_.a
2025-08-20T21:57:56.8794411Z [00:01:58.704]➜  EOF
2025-08-20T21:57:56.8794947Z [00:01:58.704]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:56.8798363Z [00:01:58.704]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b025/_pkg_.a -trimpath "/root/.go/src/internal/runtime/exithook=>internal/runtime/exithook;$WORK/b025=>" -p internal/runtime/exithook -lang=go1.25 -std -complete -installsuffix shared -buildid wrk8SplVQHinmzbSwvNX/wrk8SplVQHinmzbSwvNX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b025/importcfg -pack /root/.go/src/internal/runtime/exithook/hooks.go
2025-08-20T21:57:56.8814393Z [00:01:58.706]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T21:57:56.8815359Z [00:01:58.706]➜  go tool pack r $WORK/b024/_pkg_.a $WORK/b024/asm_linux_amd64.o # internal
2025-08-20T21:57:56.8816253Z [00:01:58.707]➜  go tool buildid -w $WORK/b024/_pkg_.a # internal
2025-08-20T21:57:56.8833044Z [00:01:58.708]➜  cp $WORK/b024/_pkg_.a /root/.cache/go-build/cf/cf6e35871a9bc9ffe2b6989531cfabfb07980c9b095cb415a34effa3e6cd8d16-d # internal
2025-08-20T21:57:56.8845932Z [00:01:58.710]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T21:57:56.8846953Z [00:01:58.710]➜  go tool pack r $WORK/b014/_pkg_.a $WORK/b014/chacha8_amd64.o # internal
2025-08-20T21:57:56.8847985Z [00:01:58.710]➜  go tool buildid -w $WORK/b014/_pkg_.a # internal
2025-08-20T21:57:56.8849511Z [00:01:58.710]➜  cp $WORK/b014/_pkg_.a /root/.cache/go-build/09/0929257a7b550b8a5edfd306ca626cbae55ccc6f8ce26e0f6f85b18418ed6cc8-d # internal
2025-08-20T21:57:56.8853879Z [00:01:58.710]➜  internal/runtime/cgroup
2025-08-20T21:57:56.8861502Z [00:01:58.710]➜  mkdir -p $WORK/b021/
2025-08-20T21:57:56.8865717Z [00:01:58.711]➜  internal/runtime/gc
2025-08-20T21:57:56.8866247Z [00:01:58.711]➜  mkdir -p $WORK/b026/
2025-08-20T21:57:56.8867018Z [00:01:58.711]➜  cat >/tmp/go-build282983591/b021/importcfg << 'EOF' # internal
2025-08-20T21:57:56.8867726Z [00:01:58.711]➜  # import config
2025-08-20T21:57:56.8873535Z [00:01:58.711]➜  packagefile internal/bytealg=/tmp/go-build282983591/b011/_pkg_.a
2025-08-20T21:57:56.8874489Z [00:01:58.711]➜  packagefile internal/runtime/strconv=/tmp/go-build282983591/b022/_pkg_.a
2025-08-20T21:57:56.8875575Z [00:01:58.711]➜  packagefile internal/runtime/syscall=/tmp/go-build282983591/b024/_pkg_.a
2025-08-20T21:57:56.8876321Z [00:01:58.711]➜  EOF
2025-08-20T21:57:56.8876870Z [00:01:58.712]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:56.8881684Z [00:01:58.712]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b021/_pkg_.a -trimpath "/root/.go/src/internal/runtime/cgroup=>internal/runtime/cgroup;$WORK/b021=>" -p internal/runtime/cgroup -lang=go1.25 -std -complete -installsuffix shared -buildid U2qjy7g_fBo1kzUlNCu-/U2qjy7g_fBo1kzUlNCu- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b021/importcfg -pack /root/.go/src/internal/runtime/cgroup/cgroup_linux.go /root/.go/src/internal/runtime/cgroup/line_reader.go /root/.go/src/internal/runtime/cgroup/runtime.go
2025-08-20T21:57:56.8885461Z [00:01:58.712]➜  cat >/tmp/go-build282983591/b026/importcfg << 'EOF' # internal
2025-08-20T21:57:56.8886194Z [00:01:58.712]➜  # import config
2025-08-20T21:57:56.8886954Z [00:01:58.712]➜  packagefile internal/goarch=/tmp/go-build282983591/b007/_pkg_.a
2025-08-20T21:57:56.8887646Z [00:01:58.712]➜  EOF
2025-08-20T21:57:56.8898675Z [00:01:58.713]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b026/_pkg_.a -trimpath "/root/.go/src/internal/runtime/gc=>internal/runtime/gc;$WORK/b026=>" -p internal/runtime/gc -lang=go1.25 -std -complete -installsuffix shared -buildid -xZFEbMDpMRcG0k4W4bY/-xZFEbMDpMRcG0k4W4bY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b026/importcfg -pack /root/.go/src/internal/runtime/gc/malloc.go /root/.go/src/internal/runtime/gc/scan.go /root/.go/src/internal/runtime/gc/sizeclasses.go
2025-08-20T21:57:56.9080555Z [00:01:58.733]➜  go tool buildid -w $WORK/b025/_pkg_.a # internal
2025-08-20T21:57:56.9082472Z [00:01:58.733]➜  cp $WORK/b025/_pkg_.a /root/.cache/go-build/03/03394bc37ba2480b3135a36b9eff30c18149048fde121a6a2f18ffcccc9bafac-d # internal
2025-08-20T21:57:56.9085777Z [00:01:58.733]➜  internal/asan
2025-08-20T21:57:56.9086861Z [00:01:58.733]➜  mkdir -p $WORK/b028/
2025-08-20T21:57:56.9087998Z [00:01:58.734]➜  echo '# import config' > $WORK/b028/importcfg # internal
2025-08-20T21:57:56.9088737Z [00:01:58.734]➜  go tool buildid -w $WORK/b026/_pkg_.a # internal
2025-08-20T21:57:56.9117417Z [00:01:58.737]➜  cp $WORK/b026/_pkg_.a /root/.cache/go-build/29/2999620ea805d599fc56093435a9f94734462b0eb89a9515ca176bdc4b769cd5-d # internal
2025-08-20T21:57:56.9119658Z [00:01:58.737]➜  internal/msan
2025-08-20T21:57:56.9120508Z [00:01:58.737]➜  mkdir -p $WORK/b029/
2025-08-20T21:57:56.9140852Z [00:01:58.738]➜  echo '# import config' > $WORK/b029/importcfg # internal
2025-08-20T21:57:56.9144302Z [00:01:58.738]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b029/_pkg_.a -trimpath "/root/.go/src/internal/msan=>internal/msan;$WORK/b029=>" -p internal/msan -lang=go1.25 -std -complete -installsuffix shared -buildid SFFiJID93lf3XfCym9L_/SFFiJID93lf3XfCym9L_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b029/importcfg -pack /root/.go/src/internal/msan/doc.go /root/.go/src/internal/msan/nomsan.go
2025-08-20T21:57:56.9173858Z [00:01:58.738]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b028/_pkg_.a -trimpath "/root/.go/src/internal/asan=>internal/asan;$WORK/b028=>" -p internal/asan -lang=go1.25 -std -complete -installsuffix shared -buildid pvsfxC872C9dcz4IQgX5/pvsfxC872C9dcz4IQgX5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b028/importcfg -pack /root/.go/src/internal/asan/doc.go /root/.go/src/internal/asan/noasan.go
2025-08-20T21:57:56.9228365Z [00:01:58.748]➜  go tool buildid -w $WORK/b028/_pkg_.a # internal
2025-08-20T21:57:56.9236280Z [00:01:58.749]➜  cp $WORK/b028/_pkg_.a /root/.cache/go-build/f8/f88fca14b143264910fec13e94c680f6782f11f8113e9d8ab8bb3c90ad1019f8-d # internal
2025-08-20T21:57:56.9240103Z [00:01:58.749]➜  internal/runtime/sys
2025-08-20T21:57:56.9240794Z [00:01:58.749]➜  mkdir -p $WORK/b031/
2025-08-20T21:57:56.9269925Z [00:01:58.752]➜  echo -n > $WORK/b031/go_asm.h # internal
2025-08-20T21:57:56.9279355Z [00:01:58.753]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T21:57:56.9284913Z [00:01:58.753]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b031=>" -I $WORK/b031/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b031/symabis ./empty.s
2025-08-20T21:57:56.9292084Z [00:01:58.754]➜  go tool buildid -w $WORK/b029/_pkg_.a # internal
2025-08-20T21:57:56.9298003Z [00:01:58.754]➜  cp $WORK/b029/_pkg_.a /root/.cache/go-build/8b/8bc238d887c2b4b98122a708b40f5f23002ece892b057553d6f86f1c7d8d2209-d # internal
2025-08-20T21:57:56.9299000Z [00:01:58.754]➜  internal/stringslite
2025-08-20T21:57:56.9299520Z [00:01:58.754]➜  mkdir -p $WORK/b032/
2025-08-20T21:57:56.9300407Z [00:01:58.755]➜  cat >/tmp/go-build282983591/b032/importcfg << 'EOF' # internal
2025-08-20T21:57:56.9301028Z [00:01:58.755]➜  # import config
2025-08-20T21:57:56.9301714Z [00:01:58.755]➜  packagefile internal/bytealg=/tmp/go-build282983591/b011/_pkg_.a
2025-08-20T21:57:56.9302352Z [00:01:58.755]➜  EOF
2025-08-20T21:57:56.9302846Z [00:01:58.755]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:56.9305919Z [00:01:58.755]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b032/_pkg_.a -trimpath "/root/.go/src/internal/stringslite=>internal/stringslite;$WORK/b032=>" -p internal/stringslite -lang=go1.25 -std -complete -installsuffix shared -buildid LSgD3AIamP0Qfkq_mRTf/LSgD3AIamP0Qfkq_mRTf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b032/importcfg -pack /root/.go/src/internal/stringslite/strings.go
2025-08-20T21:57:56.9474365Z [00:01:58.772]➜  cat >/tmp/go-build282983591/b031/importcfg << 'EOF' # internal
2025-08-20T21:57:56.9490094Z [00:01:58.772]➜  # import config
2025-08-20T21:57:56.9490806Z [00:01:58.772]➜  packagefile internal/goarch=/tmp/go-build282983591/b007/_pkg_.a
2025-08-20T21:57:56.9491674Z [00:01:58.772]➜  packagefile internal/goos=/tmp/go-build282983591/b018/_pkg_.a
2025-08-20T21:57:56.9492284Z [00:01:58.772]➜  EOF
2025-08-20T21:57:56.9497358Z [00:01:58.772]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b031/_pkg_.a -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b031=>" -p internal/runtime/sys -lang=go1.25 -std -installsuffix shared -buildid hO1bwuOxIzjHKfZvvowA/hO1bwuOxIzjHKfZvvowA -goversion go1.25.0 -symabis $WORK/b031/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b031/importcfg -pack -asmhdr $WORK/b031/go_asm.h /root/.go/src/internal/runtime/sys/consts.go /root/.go/src/internal/runtime/sys/consts_norace.go /root/.go/src/internal/runtime/sys/intrinsics.go /root/.go/src/internal/runtime/sys/nih.go /root/.go/src/internal/runtime/sys/no_dit.go /root/.go/src/internal/runtime/sys/sys.go /root/.go/src/internal/runtime/sys/zversion.go
2025-08-20T21:57:56.9547280Z [00:01:58.780]➜  go tool buildid -w $WORK/b021/_pkg_.a # internal
2025-08-20T21:57:56.9561316Z [00:01:58.781]➜  cp $WORK/b021/_pkg_.a /root/.cache/go-build/08/080e951d83d32fe5db27e74360a07736e0a4459fa326cb3d70587c9827e49722-d # internal
2025-08-20T21:57:56.9567483Z [00:01:58.782]➜  internal/trace/tracev2
2025-08-20T21:57:56.9573914Z [00:01:58.782]➜  mkdir -p $WORK/b033/
2025-08-20T21:57:56.9578324Z [00:01:58.783]➜  echo '# import config' > $WORK/b033/importcfg # internal
2025-08-20T21:57:56.9587286Z [00:01:58.784]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b033/_pkg_.a -trimpath "/root/.go/src/internal/trace/tracev2=>internal/trace/tracev2;$WORK/b033=>" -p internal/trace/tracev2 -lang=go1.25 -std -complete -installsuffix shared -buildid yxe5YP26lWrxkskjIepa/yxe5YP26lWrxkskjIepa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b033/importcfg -pack /root/.go/src/internal/trace/tracev2/doc.go /root/.go/src/internal/trace/tracev2/events.go /root/.go/src/internal/trace/tracev2/spec.go
2025-08-20T21:57:56.9702025Z [00:01:58.795]➜  go tool buildid -w $WORK/b032/_pkg_.a # internal
2025-08-20T21:57:56.9735966Z [00:01:58.799]➜  cp $WORK/b032/_pkg_.a /root/.cache/go-build/47/4739c5bc3c484af52abd20d90b84daf8590f7b284cd00635cd3086b00c02ce5e-d # internal
2025-08-20T21:57:56.9741615Z [00:01:58.799]➜  sync/atomic
2025-08-20T21:57:56.9742071Z [00:01:58.799]➜  mkdir -p $WORK/b037/
2025-08-20T21:57:56.9742640Z [00:01:58.799]➜  echo -n > $WORK/b037/go_asm.h # internal
2025-08-20T21:57:56.9743215Z [00:01:58.799]➜  cd /root/.go/src/sync/atomic
2025-08-20T21:57:56.9745347Z [00:01:58.799]➜  /root/.go/pkg/tool/linux_amd64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b037=>" -I $WORK/b037/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b037/symabis ./asm.s
2025-08-20T21:57:56.9797600Z [00:01:58.805]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T21:57:56.9803366Z [00:01:58.805]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b031=>" -I $WORK/b031/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b031/empty.o ./empty.s
2025-08-20T21:57:56.9807654Z [00:01:58.806]➜  echo '# import config' > $WORK/b037/importcfg # internal
2025-08-20T21:57:56.9810136Z [00:01:58.806]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:56.9819321Z [00:01:58.806]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b037/_pkg_.a -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b037=>" -p sync/atomic -lang=go1.25 -std -installsuffix shared -buildid L6cYSyMCw5Stpw8wd-hA/L6cYSyMCw5Stpw8wd-hA -goversion go1.25.0 -symabis $WORK/b037/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b037/importcfg -pack -asmhdr $WORK/b037/go_asm.h /root/.go/src/sync/atomic/doc.go /root/.go/src/sync/atomic/doc_64.go /root/.go/src/sync/atomic/type.go /root/.go/src/sync/atomic/value.go
2025-08-20T21:57:56.9824347Z [00:01:58.808]➜  go tool buildid -w $WORK/b033/_pkg_.a # internal
2025-08-20T21:57:56.9847735Z [00:01:58.810]➜  cp $WORK/b033/_pkg_.a /root/.cache/go-build/94/94175a12fceee62d30ba4c0af031ab0aa81e52820ab6621930e9c767b233d594-d # internal
2025-08-20T21:57:56.9848783Z [00:01:58.810]➜  math/bits
2025-08-20T21:57:56.9849229Z [00:01:58.810]➜  mkdir -p $WORK/b040/
2025-08-20T21:57:56.9850037Z [00:01:58.810]➜  echo '# import config' > $WORK/b040/importcfg # internal
2025-08-20T21:57:56.9850735Z [00:01:58.810]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T21:57:56.9851494Z [00:01:58.810]➜  go tool pack r $WORK/b031/_pkg_.a $WORK/b031/empty.o # internal
2025-08-20T21:57:56.9852348Z [00:01:58.810]➜  go tool buildid -w $WORK/b031/_pkg_.a # internal
2025-08-20T21:57:56.9858487Z [00:01:58.811]➜  cp $WORK/b031/_pkg_.a /root/.cache/go-build/4f/4fc5c17be3819d9190c3feba2c4141c1217f9bcdced8c306557d2a40f88da216-d # internal
2025-08-20T21:57:56.9861811Z [00:01:58.811]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:56.9865144Z [00:01:58.811]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b040/_pkg_.a -trimpath "/root/.go/src/math/bits=>math/bits;$WORK/b040=>" -p math/bits -lang=go1.25 -std -complete -installsuffix shared -buildid i7S3T0O3EFYf-_WJtE2h/i7S3T0O3EFYf-_WJtE2h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b040/importcfg -pack /root/.go/src/math/bits/bits.go /root/.go/src/math/bits/bits_errors.go /root/.go/src/math/bits/bits_tables.go
2025-08-20T21:57:56.9867828Z [00:01:58.811]➜  unicode
2025-08-20T21:57:56.9868806Z [00:01:58.812]➜  mkdir -p $WORK/b041/
2025-08-20T21:57:56.9876668Z [00:01:58.813]➜  echo '# import config' > $WORK/b041/importcfg # internal
2025-08-20T21:57:56.9878308Z [00:01:58.813]➜  cd /root/.go/src/internal/abi
2025-08-20T21:57:56.9880747Z [00:01:58.813]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -I $WORK/b006/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b006/abi_test.o ./abi_test.s
2025-08-20T21:57:56.9891152Z [00:01:58.814]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:56.9896040Z [00:01:58.814]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b041/_pkg_.a -trimpath "/root/.go/src/unicode=>unicode;$WORK/b041=>" -p unicode -lang=go1.25 -std -complete -installsuffix shared -buildid RLXSQIujwLuJl7BmCQws/RLXSQIujwLuJl7BmCQws -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b041/importcfg -pack /root/.go/src/unicode/casetables.go /root/.go/src/unicode/digit.go /root/.go/src/unicode/graphic.go /root/.go/src/unicode/letter.go /root/.go/src/unicode/tables.go
2025-08-20T21:57:56.9912897Z [00:01:58.816]➜  cd /root/.go/src/internal/abi
2025-08-20T21:57:56.9915002Z [00:01:58.816]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -I $WORK/b006/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b006/stub.o ./stub.s
2025-08-20T21:57:56.9985245Z [00:01:58.822]➜  go tool pack r $WORK/b006/_pkg_.a $WORK/b006/abi_test.o $WORK/b006/stub.o # internal
2025-08-20T21:57:56.9986233Z [00:01:58.822]➜  go tool buildid -w $WORK/b006/_pkg_.a # internal
2025-08-20T21:57:56.9987504Z [00:01:58.824]➜  cp $WORK/b006/_pkg_.a /root/.cache/go-build/69/69c095950620468ee755108b7c7169a6466275f23ec055136f1aa4085a3dd04b-d # internal
2025-08-20T21:57:56.9994461Z [00:01:58.825]➜  internal/race
2025-08-20T21:57:56.9995560Z [00:01:58.825]➜  mkdir -p $WORK/b030/
2025-08-20T21:57:57.0002771Z [00:01:58.826]➜  cat >/tmp/go-build282983591/b030/importcfg << 'EOF' # internal
2025-08-20T21:57:57.0003656Z [00:01:58.826]➜  # import config
2025-08-20T21:57:57.0004526Z [00:01:58.826]➜  packagefile internal/abi=/tmp/go-build282983591/b006/_pkg_.a
2025-08-20T21:57:57.0005317Z [00:01:58.826]➜  EOF
2025-08-20T21:57:57.0018719Z [00:01:58.827]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:57.0022100Z [00:01:58.827]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b030/_pkg_.a -trimpath "/root/.go/src/internal/race=>internal/race;$WORK/b030=>" -p internal/race -lang=go1.25 -std -complete -installsuffix shared -buildid 4mWR9j7FFiKR7-tuWycC/4mWR9j7FFiKR7-tuWycC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b030/importcfg -pack /root/.go/src/internal/race/doc.go /root/.go/src/internal/race/norace.go
2025-08-20T21:57:57.0185922Z [00:01:58.844]➜  go tool buildid -w $WORK/b040/_pkg_.a # internal
2025-08-20T21:57:57.0198895Z [00:01:58.845]➜  cp $WORK/b040/_pkg_.a /root/.cache/go-build/e9/e9a40c283e135c335c9a6deb92b0821d50ebc5e27beabb6fd1df72dcfe55a2cc-d # internal
2025-08-20T21:57:57.0204982Z [00:01:58.846]➜  internal/synctest
2025-08-20T21:57:57.0209106Z [00:01:58.846]➜  mkdir -p $WORK/b038/
2025-08-20T21:57:57.0216502Z [00:01:58.847]➜  cat >/tmp/go-build282983591/b038/importcfg << 'EOF' # internal
2025-08-20T21:57:57.0217261Z [00:01:58.847]➜  # import config
2025-08-20T21:57:57.0218277Z [00:01:58.847]➜  packagefile internal/abi=/tmp/go-build282983591/b006/_pkg_.a
2025-08-20T21:57:57.0218931Z [00:01:58.847]➜  EOF
2025-08-20T21:57:57.0222205Z [00:01:58.847]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b038/_pkg_.a -trimpath "/root/.go/src/internal/synctest=>internal/synctest;$WORK/b038=>" -p internal/synctest -lang=go1.25 -std -complete -installsuffix shared -buildid 6S6MfZdJaYiZ1kHy_upy/6S6MfZdJaYiZ1kHy_upy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b038/importcfg -pack /root/.go/src/internal/synctest/synctest.go
2025-08-20T21:57:57.0230901Z [00:01:58.848]➜  go tool buildid -w $WORK/b030/_pkg_.a # internal
2025-08-20T21:57:57.0243177Z [00:01:58.849]➜  cp $WORK/b030/_pkg_.a /root/.cache/go-build/96/9610d9edf486ff1196d8624b9d4b65502760d7f0e903ff8173010306707ba687-d # internal
2025-08-20T21:57:57.0244515Z [00:01:58.849]➜  cd /root/.go/src/sync/atomic
2025-08-20T21:57:57.0271371Z [00:01:58.849]➜  /root/.go/pkg/tool/linux_amd64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b037=>" -I $WORK/b037/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b037/asm.o ./asm.s
2025-08-20T21:57:57.0273117Z [00:01:58.850]➜  internal/runtime/maps
2025-08-20T21:57:57.0273658Z [00:01:58.850]➜  mkdir -p $WORK/b027/
2025-08-20T21:57:57.0274358Z [00:01:58.851]➜  cat >/tmp/go-build282983591/b027/importcfg << 'EOF' # internal
2025-08-20T21:57:57.0275000Z [00:01:58.851]➜  # import config
2025-08-20T21:57:57.0275696Z [00:01:58.851]➜  packagefile internal/abi=/tmp/go-build282983591/b006/_pkg_.a
2025-08-20T21:57:57.0276592Z [00:01:58.851]➜  packagefile internal/asan=/tmp/go-build282983591/b028/_pkg_.a
2025-08-20T21:57:57.0277483Z [00:01:58.851]➜  packagefile internal/goarch=/tmp/go-build282983591/b007/_pkg_.a
2025-08-20T21:57:57.0278669Z [00:01:58.851]➜  packagefile internal/msan=/tmp/go-build282983591/b029/_pkg_.a
2025-08-20T21:57:57.0279568Z [00:01:58.851]➜  packagefile internal/race=/tmp/go-build282983591/b030/_pkg_.a
2025-08-20T21:57:57.0280976Z [00:01:58.851]➜  packagefile internal/runtime/math=/tmp/go-build282983591/b023/_pkg_.a
2025-08-20T21:57:57.0281996Z [00:01:58.851]➜  packagefile internal/runtime/sys=/tmp/go-build282983591/b031/_pkg_.a
2025-08-20T21:57:57.0282665Z [00:01:58.851]➜  EOF
2025-08-20T21:57:57.0283155Z [00:01:58.851]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:57.0289175Z [00:01:58.851]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b027/_pkg_.a -trimpath "/root/.go/src/internal/runtime/maps=>internal/runtime/maps;$WORK/b027=>" -p internal/runtime/maps -lang=go1.25 -std -complete -installsuffix shared -buildid KI5RgMW_8N6oOIA0pfPy/KI5RgMW_8N6oOIA0pfPy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b027/importcfg -pack /root/.go/src/internal/runtime/maps/group.go /root/.go/src/internal/runtime/maps/map.go /root/.go/src/internal/runtime/maps/runtime.go /root/.go/src/internal/runtime/maps/runtime_fast32_swiss.go /root/.go/src/internal/runtime/maps/runtime_fast64_swiss.go /root/.go/src/internal/runtime/maps/runtime_faststr_swiss.go /root/.go/src/internal/runtime/maps/runtime_swiss.go /root/.go/src/internal/runtime/maps/table.go /root/.go/src/internal/runtime/maps/table_debug.go
2025-08-20T21:57:57.0315422Z [00:01:58.856]➜  cd /root/.go/src/sync/atomic
2025-08-20T21:57:57.0316246Z [00:01:58.856]➜  go tool pack r $WORK/b037/_pkg_.a $WORK/b037/asm.o # internal
2025-08-20T21:57:57.0317069Z [00:01:58.857]➜  go tool buildid -w $WORK/b037/_pkg_.a # internal
2025-08-20T21:57:57.0318398Z [00:01:58.857]➜  cp $WORK/b037/_pkg_.a /root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d # internal
2025-08-20T21:57:57.0319532Z [00:01:58.857]➜  internal/sync
2025-08-20T21:57:57.0320184Z [00:01:58.857]➜  mkdir -p $WORK/b036/
2025-08-20T21:57:57.0321017Z [00:01:58.857]➜  cat >/tmp/go-build282983591/b036/importcfg << 'EOF' # internal
2025-08-20T21:57:57.0321702Z [00:01:58.857]➜  # import config
2025-08-20T21:57:57.0322423Z [00:01:58.857]➜  packagefile internal/abi=/tmp/go-build282983591/b006/_pkg_.a
2025-08-20T21:57:57.0323608Z [00:01:58.857]➜  packagefile internal/goarch=/tmp/go-build282983591/b007/_pkg_.a
2025-08-20T21:57:57.0324477Z [00:01:58.857]➜  packagefile internal/race=/tmp/go-build282983591/b030/_pkg_.a
2025-08-20T21:57:57.0325318Z [00:01:58.857]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:57:57.0325929Z [00:01:58.857]➜  EOF
2025-08-20T21:57:57.0326434Z [00:01:58.857]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:57.0329742Z [00:01:58.857]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b036/_pkg_.a -trimpath "/root/.go/src/internal/sync=>internal/sync;$WORK/b036=>" -p internal/sync -lang=go1.25 -std -complete -installsuffix shared -buildid 3ni2jpQmHHodbGD2DZc-/3ni2jpQmHHodbGD2DZc- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b036/importcfg -pack /root/.go/src/internal/sync/hashtriemap.go /root/.go/src/internal/sync/mutex.go /root/.go/src/internal/sync/runtime.go
2025-08-20T21:57:57.0347812Z [00:01:58.860]➜  go tool buildid -w $WORK/b038/_pkg_.a # internal
2025-08-20T21:57:57.0352194Z [00:01:58.860]➜  cp $WORK/b038/_pkg_.a /root/.cache/go-build/94/947f09566bea08c73cb5619c7e9db3d400b577fb6f706e1fe6b4b06732bef26c-d # internal
2025-08-20T21:57:57.0353214Z [00:01:58.860]➜  unicode/utf8
2025-08-20T21:57:57.0353693Z [00:01:58.860]➜  mkdir -p $WORK/b042/
2025-08-20T21:57:57.0354344Z [00:01:58.860]➜  echo '# import config' > $WORK/b042/importcfg # internal
2025-08-20T21:57:57.0357491Z [00:01:58.860]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b042/_pkg_.a -trimpath "/root/.go/src/unicode/utf8=>unicode/utf8;$WORK/b042=>" -p unicode/utf8 -lang=go1.25 -std -complete -installsuffix shared -buildid Tr4gaEv0XobnBtoL2NYj/Tr4gaEv0XobnBtoL2NYj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b042/importcfg -pack /root/.go/src/unicode/utf8/utf8.go
2025-08-20T21:57:57.0589665Z [00:01:58.884]➜  go tool buildid -w $WORK/b036/_pkg_.a # internal
2025-08-20T21:57:57.0599224Z [00:01:58.885]➜  cp $WORK/b036/_pkg_.a /root/.cache/go-build/66/6672435ae16fa41ba510078521203f023195502b360b969cde5cba87c703c7e0-d # internal
2025-08-20T21:57:57.0601665Z [00:01:58.885]➜  cmp
2025-08-20T21:57:57.0602177Z [00:01:58.885]➜  mkdir -p $WORK/b046/
2025-08-20T21:57:57.0608462Z [00:01:58.886]➜  echo '# import config' > $WORK/b046/importcfg # internal
2025-08-20T21:57:57.0611604Z [00:01:58.886]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b046/_pkg_.a -trimpath "/root/.go/src/cmp=>cmp;$WORK/b046=>" -p cmp -lang=go1.25 -std -complete -installsuffix shared -buildid YT4kS9oOdLKb10ji1D3b/YT4kS9oOdLKb10ji1D3b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b046/importcfg -pack /root/.go/src/cmp/cmp.go
2025-08-20T21:57:57.0652117Z [00:01:58.890]➜  go tool buildid -w $WORK/b042/_pkg_.a # internal
2025-08-20T21:57:57.0658965Z [00:01:58.891]➜  cp $WORK/b042/_pkg_.a /root/.cache/go-build/69/6968657d6a43eaac40350f35cc52b107486e133bf3ec59f904b562f82694a8db-d # internal
2025-08-20T21:57:57.0661634Z [00:01:58.891]➜  internal/itoa
2025-08-20T21:57:57.0662133Z [00:01:58.891]➜  mkdir -p $WORK/b048/
2025-08-20T21:57:57.0664583Z [00:01:58.891]➜  echo '# import config' > $WORK/b048/importcfg # internal
2025-08-20T21:57:57.0668380Z [00:01:58.892]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b048/_pkg_.a -trimpath "/root/.go/src/internal/itoa=>internal/itoa;$WORK/b048=>" -p internal/itoa -lang=go1.25 -std -complete -installsuffix shared -buildid bMDY-o3rrTW2XoE_dOgh/bMDY-o3rrTW2XoE_dOgh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b048/importcfg -pack /root/.go/src/internal/itoa/itoa.go
2025-08-20T21:57:57.0702689Z [00:01:58.895]➜  go tool buildid -w $WORK/b046/_pkg_.a # internal
2025-08-20T21:57:57.0722523Z [00:01:58.897]➜  cp $WORK/b046/_pkg_.a /root/.cache/go-build/9d/9dfba66b67ca9f8fe689cc30f6c14a50aebfd91692e10f8a1a17454ad7cbab97-d # internal
2025-08-20T21:57:57.0727265Z [00:01:58.898]➜  math
2025-08-20T21:57:57.0727737Z [00:01:58.898]➜  mkdir -p $WORK/b049/
2025-08-20T21:57:57.0733779Z [00:01:58.899]➜  echo -n > $WORK/b049/go_asm.h # internal
2025-08-20T21:57:57.0734388Z [00:01:58.899]➜  cd /root/.go/src/math
2025-08-20T21:57:57.0736492Z [00:01:58.899]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b049=>" -I $WORK/b049/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b049/symabis ./dim_amd64.s ./exp_amd64.s ./floor_amd64.s ./hypot_amd64.s ./log_amd64.s
2025-08-20T21:57:57.0795817Z [00:01:58.904]➜  cat >/tmp/go-build282983591/b049/importcfg << 'EOF' # internal
2025-08-20T21:57:57.0798452Z [00:01:58.904]➜  # import config
2025-08-20T21:57:57.0799188Z [00:01:58.904]➜  packagefile internal/cpu=/tmp/go-build282983591/b012/_pkg_.a
2025-08-20T21:57:57.0800258Z [00:01:58.904]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:57:57.0800844Z [00:01:58.904]➜  EOF
2025-08-20T21:57:57.0801327Z [00:01:58.905]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:57.0815354Z [00:01:58.905]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b049/_pkg_.a -trimpath "/root/.go/src/math=>math;$WORK/b049=>" -p math -lang=go1.25 -std -installsuffix shared -buildid TOMH2-oM80oUkxVWaf0P/TOMH2-oM80oUkxVWaf0P -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_noasm.go /root/.go/src/math/exp_amd64.go /root/.go/src/math/exp_asm.go /root/.go/src/math/expm1.go /root/.go/src/math/floor.go /root/.go/src/math/floor_asm.go /root/.go/src/math/fma.go /root/.go/src/math/frexp.go /root/.go/src/math/gamma.go /root/.go/src/math/hypot.go /root/.go/src/math/hypot_asm.go /root/.go/src/math/j0.go /root/.go/src/math/j1.go /root/.go/src/math/jn.go /root/.go/src/math/ldexp.go /root/.go/src/math/lgamma.go /root/.go/src/math/log.go /root/.go/src/math/log10.go /root/.go/src/math/log1p.go /root/.go/src/math/log_asm.go /root/.go/src/math/logb.go /root/.go/src/math/mod.go /root/.go/src/math/modf.go /root/.go/src/math/modf_noasm.go /root/.go/src/math/nextafter.go /root/.go/src/math/pow.go /root/.go/src/math/pow10.go /root/.go/src/math/remainder.go /root/.go/src/math/signbit.go /root/.go/src/math/sin.go /root/.go/src/math/sincos.go /root/.go/src/math/sinh.go /root/.go/src/math/sqrt.go /root/.go/src/math/stubs.go /root/.go/src/math/tan.go /root/.go/src/math/tanh.go /root/.go/src/math/trig_reduce.go /root/.go/src/math/unsafe.go
2025-08-20T21:57:57.0826541Z [00:01:58.905]➜  go tool buildid -w $WORK/b048/_pkg_.a # internal
2025-08-20T21:57:57.0828216Z [00:01:58.906]➜  cp $WORK/b048/_pkg_.a /root/.cache/go-build/2c/2cabe858034a0af2870421687b094e04cdfd800789a6c5114441a426de2cf11a-d # internal
2025-08-20T21:57:57.0830490Z [00:01:58.908]➜  encoding
2025-08-20T21:57:57.0830934Z [00:01:58.908]➜  mkdir -p $WORK/b068/
2025-08-20T21:57:57.0831620Z [00:01:58.908]➜  echo '# import config' > $WORK/b068/importcfg # internal
2025-08-20T21:57:57.0834330Z [00:01:58.908]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b068/_pkg_.a -trimpath "/root/.go/src/encoding=>encoding;$WORK/b068=>" -p encoding -lang=go1.25 -std -complete -installsuffix shared -buildid BN_n72JGI2XoS7BBoMlq/BN_n72JGI2XoS7BBoMlq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b068/importcfg -pack /root/.go/src/encoding/encoding.go
2025-08-20T21:57:57.0936826Z [00:01:58.918]➜  go tool buildid -w $WORK/b068/_pkg_.a # internal
2025-08-20T21:57:57.0940242Z [00:01:58.919]➜  cp $WORK/b068/_pkg_.a /root/.cache/go-build/99/9931efb179ca6a3411a5b5cc7c20f84897acb9776746585beb9dca28d322422b-d # internal
2025-08-20T21:57:57.0943692Z [00:01:58.920]➜  unicode/utf16
2025-08-20T21:57:57.0944175Z [00:01:58.920]➜  mkdir -p $WORK/b070/
2025-08-20T21:57:57.0949970Z [00:01:58.920]➜  echo '# import config' > $WORK/b070/importcfg # internal
2025-08-20T21:57:57.0953694Z [00:01:58.920]➜  /root/.go/pkg/tool/linux_amd64/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 2lvI1zy5zTVuoWdE4jc_/2lvI1zy5zTVuoWdE4jc_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b070/importcfg -pack /root/.go/src/unicode/utf16/utf16.go
2025-08-20T21:57:57.1246149Z [00:01:58.950]➜  go tool buildid -w $WORK/b070/_pkg_.a # internal
2025-08-20T21:57:57.1252030Z [00:01:58.950]➜  cp $WORK/b070/_pkg_.a /root/.cache/go-build/8e/8e3f84f996d23ffbddd5f8aed3dc51162780336ff9d54a8b209f133ffe0ca4ce-d # internal
2025-08-20T21:57:57.1254298Z [00:01:58.951]➜  crypto/internal/fips140/alias
2025-08-20T21:57:57.1273032Z [00:01:58.953]➜  mkdir -p $WORK/b083/
2025-08-20T21:57:57.1274666Z [00:01:58.953]➜  echo '# import config' > $WORK/b083/importcfg # internal
2025-08-20T21:57:57.1279693Z [00:01:58.953]➜  /root/.go/pkg/tool/linux_amd64/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 GK0BkGL1Nq_S0HGj-hIR/GK0BkGL1Nq_S0HGj-hIR -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:57:57.1473072Z [00:01:58.972]➜  go tool buildid -w $WORK/b083/_pkg_.a # internal
2025-08-20T21:57:57.1481467Z [00:01:58.973]➜  cp $WORK/b083/_pkg_.a /root/.cache/go-build/27/2787631884ab3f34b85912526c621adc211455ec60b230fa083c652f01f3d7d9-d # internal
2025-08-20T21:57:57.1487738Z [00:01:58.973]➜  crypto/internal/fips140deps/byteorder
2025-08-20T21:57:57.1488382Z [00:01:58.973]➜  mkdir -p $WORK/b087/
2025-08-20T21:57:57.1489183Z [00:01:58.974]➜  cat >/tmp/go-build282983591/b087/importcfg << 'EOF' # internal
2025-08-20T21:57:57.1490029Z [00:01:58.974]➜  # import config
2025-08-20T21:57:57.1490803Z [00:01:58.974]➜  packagefile internal/byteorder=/tmp/go-build282983591/b013/_pkg_.a
2025-08-20T21:57:57.1491533Z [00:01:58.974]➜  EOF
2025-08-20T21:57:57.1495235Z [00:01:58.974]➜  /root/.go/pkg/tool/linux_amd64/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 zU9WI3Evt4ghexTvHEfN/zU9WI3Evt4ghexTvHEfN -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:57:57.1659626Z [00:01:58.991]➜  go tool buildid -w $WORK/b087/_pkg_.a # internal
2025-08-20T21:57:57.1663799Z [00:01:58.991]➜  cp $WORK/b087/_pkg_.a /root/.cache/go-build/3b/3b2dc55b8de7ce555f03e495a2b1bcd0d32285049ff481eedf724d5f2f4b16eb-d # internal
2025-08-20T21:57:57.1677261Z [00:01:58.993]➜  crypto/internal/fips140deps/cpu
2025-08-20T21:57:57.1677857Z [00:01:58.993]➜  mkdir -p $WORK/b088/
2025-08-20T21:57:57.1678564Z [00:01:58.993]➜  cat >/tmp/go-build282983591/b088/importcfg << 'EOF' # internal
2025-08-20T21:57:57.1679212Z [00:01:58.993]➜  # import config
2025-08-20T21:57:57.1680083Z [00:01:58.993]➜  packagefile internal/cpu=/tmp/go-build282983591/b012/_pkg_.a
2025-08-20T21:57:57.1680992Z [00:01:58.993]➜  packagefile internal/goarch=/tmp/go-build282983591/b007/_pkg_.a
2025-08-20T21:57:57.1681653Z [00:01:58.993]➜  EOF
2025-08-20T21:57:57.1684981Z [00:01:58.993]➜  /root/.go/pkg/tool/linux_amd64/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 A7eAWiqz7AnYKgfgsxu1/A7eAWiqz7AnYKgfgsxu1 -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:57:57.1823210Z [00:01:59.007]➜  go tool buildid -w $WORK/b088/_pkg_.a # internal
2025-08-20T21:57:57.1829290Z [00:01:59.008]➜  cp $WORK/b088/_pkg_.a /root/.cache/go-build/8e/8ed1e17b06b87350088b9a432f7e796015ad458599309e30ea5270023032775a-d # internal
2025-08-20T21:57:57.1834222Z [00:01:59.008]➜  crypto/internal/fips140/subtle
2025-08-20T21:57:57.1836704Z [00:01:59.008]➜  mkdir -p $WORK/b091/
2025-08-20T21:57:57.1837324Z [00:01:59.009]➜  echo -n > $WORK/b091/go_asm.h # internal
2025-08-20T21:57:57.1841398Z [00:01:59.009]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T21:57:57.1844032Z [00:01:59.009]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/subtle -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b091=>" -I $WORK/b091/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b091/symabis ./xor_amd64.s
2025-08-20T21:57:57.1928562Z [00:01:59.018]➜  cat >/tmp/go-build282983591/b091/importcfg << 'EOF' # internal
2025-08-20T21:57:57.1932537Z [00:01:59.018]➜  # import config
2025-08-20T21:57:57.1933390Z [00:01:59.018]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build282983591/b083/_pkg_.a
2025-08-20T21:57:57.1934616Z [00:01:59.018]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build282983591/b087/_pkg_.a
2025-08-20T21:57:57.1935626Z [00:01:59.018]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:57:57.1936223Z [00:01:59.018]➜  EOF
2025-08-20T21:57:57.1936748Z [00:01:59.018]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:57.1941813Z [00:01:59.018]➜  /root/.go/pkg/tool/linux_amd64/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 3W5xP-fYs3MALlbt18TM/3W5xP-fYs3MALlbt18TM -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:57:57.2279264Z [00:01:59.053]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T21:57:57.2283116Z [00:01:59.053]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/subtle -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b091=>" -I $WORK/b091/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b091/xor_amd64.o ./xor_amd64.s
2025-08-20T21:57:57.2318294Z [00:01:59.057]➜  go tool pack r $WORK/b091/_pkg_.a $WORK/b091/xor_amd64.o # internal
2025-08-20T21:57:57.2323015Z [00:01:59.057]➜  go tool buildid -w $WORK/b091/_pkg_.a # internal
2025-08-20T21:57:57.2329171Z [00:01:59.058]➜  cp $WORK/b091/_pkg_.a /root/.cache/go-build/7a/7ae0344625486d831f14bdd915194c44ed259b901e4a7d14df5fc9916275c647-d # internal
2025-08-20T21:57:57.2336061Z [00:01:59.059]➜  crypto/internal/boring/sig
2025-08-20T21:57:57.2336668Z [00:01:59.059]➜  mkdir -p $WORK/b100/
2025-08-20T21:57:57.2337302Z [00:01:59.059]➜  echo -n > $WORK/b100/go_asm.h # internal
2025-08-20T21:57:57.2339306Z [00:01:59.059]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T21:57:57.2362376Z [00:01:59.059]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/boring/sig -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b100=>" -I $WORK/b100/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b100/symabis ./sig_amd64.s
2025-08-20T21:57:57.2394711Z [00:01:59.065]➜  echo '# import config' > $WORK/b100/importcfg # internal
2025-08-20T21:57:57.2398888Z [00:01:59.065]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:57.2404947Z [00:01:59.065]➜  /root/.go/pkg/tool/linux_amd64/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 fATHqRd2kDZ9YQZRn0Fs/fATHqRd2kDZ9YQZRn0Fs -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:57:57.2407942Z [00:01:59.066]➜  go tool buildid -w $WORK/b041/_pkg_.a # internal
2025-08-20T21:57:57.2428773Z [00:01:59.068]➜  cp $WORK/b041/_pkg_.a /root/.cache/go-build/cc/cc3b6274dd002c0fe510807e580d696058ee9142f3fd3aba6ee1367bea97e58b-d # internal
2025-08-20T21:57:57.2432688Z [00:01:59.068]➜  container/list
2025-08-20T21:57:57.2433244Z [00:01:59.068]➜  mkdir -p $WORK/b106/
2025-08-20T21:57:57.2476294Z [00:01:59.073]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T21:57:57.2480403Z [00:01:59.073]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/boring/sig -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b100=>" -I $WORK/b100/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b100/sig_amd64.o ./sig_amd64.s
2025-08-20T21:57:57.2493962Z [00:01:59.074]➜  echo '# import config' > $WORK/b106/importcfg # internal
2025-08-20T21:57:57.2494708Z [00:01:59.075]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:57.2497944Z [00:01:59.075]➜  /root/.go/pkg/tool/linux_amd64/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 ojx0c_yyW8v2XLeXi1Bp/ojx0c_yyW8v2XLeXi1Bp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b106/importcfg -pack /root/.go/src/container/list/list.go
2025-08-20T21:57:57.2517352Z [00:01:59.077]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T21:57:57.2531303Z [00:01:59.078]➜  go tool pack r $WORK/b100/_pkg_.a $WORK/b100/sig_amd64.o # internal
2025-08-20T21:57:57.2537638Z [00:01:59.079]➜  go tool buildid -w $WORK/b100/_pkg_.a # internal
2025-08-20T21:57:57.2538974Z [00:01:59.079]➜  cp $WORK/b100/_pkg_.a /root/.cache/go-build/05/05b5ad9f79485939adbb0ea7fc10d59aac51ff6ddca5c19734c0d9118468019b-d # internal
2025-08-20T21:57:57.2540348Z [00:01:59.079]➜  vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:57:57.2540955Z [00:01:59.079]➜  mkdir -p $WORK/b129/
2025-08-20T21:57:57.2541622Z [00:01:59.079]➜  echo '# import config' > $WORK/b129/importcfg # internal
2025-08-20T21:57:57.2542379Z [00:01:59.079]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:57.2546101Z [00:01:59.079]➜  /root/.go/pkg/tool/linux_amd64/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 I6YIavhh38gMiThimmxj/I6YIavhh38gMiThimmxj -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:57:57.2691237Z [00:01:59.094]➜  go tool buildid -w $WORK/b129/_pkg_.a # internal
2025-08-20T21:57:57.2697627Z [00:01:59.095]➜  cp $WORK/b129/_pkg_.a /root/.cache/go-build/e4/e4955d73e74bf52cfe012fffcb59ffa54e83ed0d9c00f71a66a588a7e63b76a1-d # internal
2025-08-20T21:57:57.2700107Z [00:01:59.095]➜  vendor/golang.org/x/crypto/internal/alias
2025-08-20T21:57:57.2702539Z [00:01:59.095]➜  mkdir -p $WORK/b144/
2025-08-20T21:57:57.2703301Z [00:01:59.095]➜  echo '# import config' > $WORK/b144/importcfg # internal
2025-08-20T21:57:57.2707236Z [00:01:59.095]➜  /root/.go/pkg/tool/linux_amd64/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 j-EUyk_03AXV-ueNopB1/j-EUyk_03AXV-ueNopB1 -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:57:57.2868827Z [00:01:59.112]➜  go tool buildid -w $WORK/b144/_pkg_.a # internal
2025-08-20T21:57:57.2872287Z [00:01:59.112]➜  go tool buildid -w $WORK/b106/_pkg_.a # internal
2025-08-20T21:57:57.2877633Z [00:01:59.113]➜  cp $WORK/b144/_pkg_.a /root/.cache/go-build/1c/1ce003014d8d5aabb9f5d0cb489f79b80c55eb3cb6a6ee1c86af76217c510d16-d # internal
2025-08-20T21:57:57.2894383Z [00:01:59.113]➜  internal/nettrace
2025-08-20T21:57:57.2894924Z [00:01:59.113]➜  mkdir -p $WORK/b161/
2025-08-20T21:57:57.2902628Z [00:01:59.116]➜  echo '# import config' > $WORK/b161/importcfg # internal
2025-08-20T21:57:57.2906863Z [00:01:59.116]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b161/_pkg_.a -trimpath "/root/.go/src/internal/nettrace=>internal/nettrace;$WORK/b161=>" -p internal/nettrace -lang=go1.25 -std -complete -installsuffix shared -buildid rgg9yB6VRZ7hNuVvTVTq/rgg9yB6VRZ7hNuVvTVTq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b161/importcfg -pack /root/.go/src/internal/nettrace/nettrace.go
2025-08-20T21:57:57.2911645Z [00:01:59.116]➜  cp $WORK/b106/_pkg_.a /root/.cache/go-build/e4/e4a1d052b895dab5aabefb19a47a43f4cc5385e1a5909144789394bf17d777e0-d # internal
2025-08-20T21:57:57.2913823Z [00:01:59.117]➜  log/internal
2025-08-20T21:57:57.2914721Z [00:01:59.117]➜  mkdir -p $WORK/b187/
2025-08-20T21:57:57.2915423Z [00:01:59.117]➜  echo '# import config' > $WORK/b187/importcfg # internal
2025-08-20T21:57:57.2923405Z [00:01:59.117]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b187/_pkg_.a -trimpath "/root/.go/src/log/internal=>log/internal;$WORK/b187=>" -p log/internal -lang=go1.25 -std -complete -installsuffix shared -buildid f6UQRlSQ_wVdbe0xeumY/f6UQRlSQ_wVdbe0xeumY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b187/importcfg -pack /root/.go/src/log/internal/internal.go
2025-08-20T21:57:57.2934429Z [00:01:59.119]➜  go tool buildid -w $WORK/b027/_pkg_.a # internal
2025-08-20T21:57:57.2997111Z [00:01:59.125]➜  cp $WORK/b027/_pkg_.a /root/.cache/go-build/e8/e86ac74947f38f3a8a3476155db74cc3519d6693bc160fb3c499fe4b5ffdb27a-d # internal
2025-08-20T21:57:57.3002973Z [00:01:59.125]➜  go tool buildid -w $WORK/b161/_pkg_.a # internal
2025-08-20T21:57:57.3011465Z [00:01:59.126]➜  cp $WORK/b161/_pkg_.a /root/.cache/go-build/ec/ec8e50975f2e34950b4d8c10d1f3fb5d9560600c8943b2666d4dd24caba5d209-d # internal
2025-08-20T21:57:57.3013497Z [00:01:59.127]➜  log/slog/internal
2025-08-20T21:57:57.3014630Z [00:01:59.127]➜  mkdir -p $WORK/b188/
2025-08-20T21:57:57.3015508Z [00:01:59.127]➜  echo '# import config' > $WORK/b188/importcfg # internal
2025-08-20T21:57:57.3057058Z [00:01:59.131]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b188/_pkg_.a -trimpath "/root/.go/src/log/slog/internal=>log/slog/internal;$WORK/b188=>" -p log/slog/internal -lang=go1.25 -std -complete -installsuffix shared -buildid RoRzNvV7n5WuEBQjO33Q/RoRzNvV7n5WuEBQjO33Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b188/importcfg -pack /root/.go/src/log/slog/internal/ignorepc.go
2025-08-20T21:57:57.3079326Z [00:01:59.133]➜  go tool buildid -w $WORK/b187/_pkg_.a # internal
2025-08-20T21:57:57.3098871Z [00:01:59.135]➜  cp $WORK/b187/_pkg_.a /root/.cache/go-build/b7/b74553efc28b2e106bdb06ae97d3aa29289a3e9cfa395b2e4a1286d6ceeef49f-d # internal
2025-08-20T21:57:57.3155754Z [00:01:59.141]➜  golang.org/x/net/html/atom
2025-08-20T21:57:57.3159103Z [00:01:59.141]➜  mkdir -p $WORK/b200/
2025-08-20T21:57:57.3163237Z [00:01:59.141]➜  echo '# import config' > $WORK/b200/importcfg # internal
2025-08-20T21:57:57.3170383Z [00:01:59.142]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b200/_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/b200=>" -p golang.org/x/net/html/atom -lang=go1.23 -complete -installsuffix shared -buildid nuHFHhXw_eV8c2OXivum/nuHFHhXw_eV8c2OXivum -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b200/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:57:57.3186418Z [00:01:59.144]➜  go tool buildid -w $WORK/b188/_pkg_.a # internal
2025-08-20T21:57:57.3191378Z [00:01:59.144]➜  cp $WORK/b188/_pkg_.a /root/.cache/go-build/a0/a0754a084ce4f0f625656a5dca05dec162c764d7427042a3381e138830d70035-d # internal
2025-08-20T21:57:57.3197901Z [00:01:59.145]➜  golang.org/x/net/internal/iana
2025-08-20T21:57:57.3201281Z [00:01:59.145]➜  mkdir -p $WORK/b228/
2025-08-20T21:57:57.3204220Z [00:01:59.146]➜  runtime
2025-08-20T21:57:57.3206953Z [00:01:59.146]➜  mkdir -p $WORK/b010/
2025-08-20T21:57:57.3208362Z [00:01:59.146]➜  echo '# import config' > $WORK/b228/importcfg # internal
2025-08-20T21:57:57.3220772Z [00:01:59.147]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b228/_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/b228=>" -p golang.org/x/net/internal/iana -lang=go1.23 -complete -installsuffix shared -buildid 6OHBCUk0UW1XN2YAu4aj/6OHBCUk0UW1XN2YAu4aj -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/iana/const.go
2025-08-20T21:57:57.3223814Z [00:01:59.147]➜  echo -n > $WORK/b010/go_asm.h # internal
2025-08-20T21:57:57.3224345Z [00:01:59.147]➜  cd /root/.go/src/runtime
2025-08-20T21:57:57.3227503Z [00:01:59.147]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b010/symabis ./asm.s ./asm_amd64.s ./duff_amd64.s ./ints.s ./memclr_amd64.s ./memmove_amd64.s ./preempt_amd64.s ./rt0_linux_amd64.s ./sys_linux_amd64.s ./test_amd64.s ./time_linux_amd64.s
2025-08-20T21:57:57.3283748Z [00:01:59.154]➜  cd /root/.go/src/math
2025-08-20T21:57:57.3285720Z [00:01:59.154]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b049=>" -I $WORK/b049/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b049/dim_amd64.o ./dim_amd64.s
2025-08-20T21:57:57.3319119Z [00:01:59.157]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b049=>" -I $WORK/b049/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b049/exp_amd64.o ./exp_amd64.s
2025-08-20T21:57:57.3350037Z [00:01:59.160]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b049=>" -I $WORK/b049/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b049/floor_amd64.o ./floor_amd64.s
2025-08-20T21:57:57.3366733Z [00:01:59.161]➜  go tool buildid -w $WORK/b228/_pkg_.a # internal
2025-08-20T21:57:57.3371006Z [00:01:59.162]➜  cp $WORK/b228/_pkg_.a /root/.cache/go-build/d5/d58ba8f90fca070f47325ff6081e97bc709a9c0cf407fdd9efc1a94b1ecd0509-d # internal
2025-08-20T21:57:57.3376484Z [00:01:59.163]➜  github.com/projectdiscovery/utils/conversion
2025-08-20T21:57:57.3378426Z [00:01:59.163]➜  mkdir -p $WORK/b231/
2025-08-20T21:57:57.3389483Z [00:01:59.164]➜  echo '# import config' > $WORK/b231/importcfg # internal
2025-08-20T21:57:57.3390512Z [00:01:59.164]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:57.3408024Z [00:01:59.164]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b231/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/conversion=>github.com/projectdiscovery/utils@v0.4.23/conversion;$WORK/b231=>" -p github.com/projectdiscovery/utils/conversion -lang=go1.24 -complete -installsuffix shared -buildid 21E_oZIOnk34DufgQXSa/21E_oZIOnk34DufgQXSa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b231/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/conversion/conversion.go
2025-08-20T21:57:57.3411977Z [00:01:59.165]➜  cat >/tmp/go-build282983591/b010/importcfg << 'EOF' # internal
2025-08-20T21:57:57.3412659Z [00:01:59.165]➜  # import config
2025-08-20T21:57:57.3413343Z [00:01:59.165]➜  packagefile internal/abi=/tmp/go-build282983591/b006/_pkg_.a
2025-08-20T21:57:57.3414262Z [00:01:59.165]➜  packagefile internal/bytealg=/tmp/go-build282983591/b011/_pkg_.a
2025-08-20T21:57:57.3415226Z [00:01:59.165]➜  packagefile internal/byteorder=/tmp/go-build282983591/b013/_pkg_.a
2025-08-20T21:57:57.3416198Z [00:01:59.165]➜  packagefile internal/chacha8rand=/tmp/go-build282983591/b014/_pkg_.a
2025-08-20T21:57:57.3417195Z [00:01:59.165]➜  packagefile internal/coverage/rtcov=/tmp/go-build282983591/b015/_pkg_.a
2025-08-20T21:57:57.3418169Z [00:01:59.165]➜  packagefile internal/cpu=/tmp/go-build282983591/b012/_pkg_.a
2025-08-20T21:57:57.3419369Z [00:01:59.165]➜  packagefile internal/goarch=/tmp/go-build282983591/b007/_pkg_.a
2025-08-20T21:57:57.3420668Z [00:01:59.165]➜  packagefile internal/godebugs=/tmp/go-build282983591/b016/_pkg_.a
2025-08-20T21:57:57.3421640Z [00:01:59.165]➜  packagefile internal/goexperiment=/tmp/go-build282983591/b017/_pkg_.a
2025-08-20T21:57:57.3422565Z [00:01:59.165]➜  packagefile internal/goos=/tmp/go-build282983591/b018/_pkg_.a
2025-08-20T21:57:57.3423533Z [00:01:59.165]➜  packagefile internal/profilerecord=/tmp/go-build282983591/b019/_pkg_.a
2025-08-20T21:57:57.3424538Z [00:01:59.165]➜  packagefile internal/runtime/atomic=/tmp/go-build282983591/b020/_pkg_.a
2025-08-20T21:57:57.3425547Z [00:01:59.165]➜  packagefile internal/runtime/cgroup=/tmp/go-build282983591/b021/_pkg_.a
2025-08-20T21:57:57.3426537Z [00:01:59.165]➜  packagefile internal/runtime/exithook=/tmp/go-build282983591/b025/_pkg_.a
2025-08-20T21:57:57.3427483Z [00:01:59.165]➜  packagefile internal/runtime/gc=/tmp/go-build282983591/b026/_pkg_.a
2025-08-20T21:57:57.3428428Z [00:01:59.165]➜  packagefile internal/runtime/maps=/tmp/go-build282983591/b027/_pkg_.a
2025-08-20T21:57:57.3429376Z [00:01:59.165]➜  packagefile internal/runtime/math=/tmp/go-build282983591/b023/_pkg_.a
2025-08-20T21:57:57.3433364Z [00:01:59.165]➜  packagefile internal/runtime/strconv=/tmp/go-build282983591/b022/_pkg_.a
2025-08-20T21:57:57.3434359Z [00:01:59.165]➜  packagefile internal/runtime/sys=/tmp/go-build282983591/b031/_pkg_.a
2025-08-20T21:57:57.3435384Z [00:01:59.165]➜  packagefile internal/runtime/syscall=/tmp/go-build282983591/b024/_pkg_.a
2025-08-20T21:57:57.3449633Z [00:01:59.165]➜  packagefile internal/stringslite=/tmp/go-build282983591/b032/_pkg_.a
2025-08-20T21:57:57.3456258Z [00:01:59.165]➜  packagefile internal/trace/tracev2=/tmp/go-build282983591/b033/_pkg_.a
2025-08-20T21:57:57.3457531Z [00:01:59.165]➜  EOF
2025-08-20T21:57:57.3457985Z [00:01:59.165]➜  cd /root/.go/src/math
2025-08-20T21:57:57.3460658Z [00:01:59.166]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b049=>" -I $WORK/b049/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b049/hypot_amd64.o ./hypot_amd64.s
2025-08-20T21:57:57.3463376Z [00:01:59.166]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:57.3534689Z [00:01:59.166]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b010/_pkg_.a -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -p runtime -lang=go1.25 -std -installsuffix shared -buildid LDadxDeu-0VTvJrf4FPW/LDadxDeu-0VTvJrf4FPW -goversion go1.25.0 -symabis $WORK/b010/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b010/importcfg -pack -asmhdr $WORK/b010/go_asm.h /root/.go/src/runtime/alg.go /root/.go/src/runtime/arena.go /root/.go/src/runtime/asan0.go /root/.go/src/runtime/atomic_pointer.go /root/.go/src/runtime/badlinkname.go /root/.go/src/runtime/badlinkname_linux.go /root/.go/src/runtime/cgo.go /root/.go/src/runtime/cgo_mmap.go /root/.go/src/runtime/cgo_sigaction.go /root/.go/src/runtime/cgocall.go /root/.go/src/runtime/cgocallback.go /root/.go/src/runtime/cgocheck.go /root/.go/src/runtime/cgroup_linux.go /root/.go/src/runtime/chan.go /root/.go/src/runtime/checkptr.go /root/.go/src/runtime/compiler.go /root/.go/src/runtime/complex.go /root/.go/src/runtime/coro.go /root/.go/src/runtime/covercounter.go /root/.go/src/runtime/covermeta.go /root/.go/src/runtime/cpuflags.go /root/.go/src/runtime/cpuflags_amd64.go /root/.go/src/runtime/cpuprof.go /root/.go/src/runtime/cputicks.go /root/.go/src/runtime/create_file_unix.go /root/.go/src/runtime/debug.go /root/.go/src/runtime/debugcall.go /root/.go/src/runtime/debuglog.go /root/.go/src/runtime/debuglog_off.go /root/.go/src/runtime/defs_linux_amd64.go /root/.go/src/runtime/env_posix.go /root/.go/src/runtime/error.go /root/.go/src/runtime/extern.go /root/.go/src/runtime/fastlog2.go /root/.go/src/runtime/fastlog2table.go /root/.go/src/runtime/fds_unix.go /root/.go/src/runtime/float.go /root/.go/src/runtime/hash64.go /root/.go/src/runtime/heapdump.go /root/.go/src/runtime/histogram.go /root/.go/src/runtime/iface.go /root/.go/src/runtime/lfstack.go /root/.go/src/runtime/linkname.go /root/.go/src/runtime/linkname_swiss.go /root/.go/src/runtime/linkname_unix.go /root/.go/src/runtime/lock_futex.go /root/.go/src/runtime/lock_spinbit.go /root/.go/src/runtime/lockrank.go /root/.go/src/runtime/lockrank_off.go /root/.go/src/runtime/malloc.go /root/.go/src/runtime/map_fast32_swiss.go /root/.go/src/runtime/map_fast64_swiss.go /root/.go/src/runtime/map_faststr_swiss.go /root/.go/src/runtime/map_swiss.go /root/.go/src/runtime/mbarrier.go /root/.go/src/runtime/mbitmap.go /root/.go/src/runtime/mcache.go /root/.go/src/runtime/mcentral.go /root/.go/src/runtime/mcheckmark.go /root/.go/src/runtime/mcleanup.go /root/.go/src/runtime/mem.go /root/.go/src/runtime/mem_linux.go /root/.go/src/runtime/mem_nonsbrk.go /root/.go/src/runtime/metrics.go /root/.go/src/runtime/mfinal.go /root/.go/src/runtime/mfixalloc.go /root/.go/src/runtime/mgc.go /root/.go/src/runtime/mgclimit.go /root/.go/src/runtime/mgcmark.go /root/.go/src/runtime/mgcmark_nogreenteagc.go /root/.go/src/runtime/mgcpacer.go /root/.go/src/runtime/mgcscavenge.go /root/.go/src/runtime/mgcstack.go /root/.go/src/runtime/mgcsweep.go /root/.go/src/runtime/mgcwork.go /root/.go/src/runtime/mheap.go /root/.go/src/runtime/minmax.go /root/.go/src/runtime/mpagealloc.go /root/.go/src/runtime/mpagealloc_64bit.go /root/.go/src/runtime/mpagecache.go /root/.go/src/runtime/mpallocbits.go /root/.go/src/runtime/mprof.go /root/.go/src/runtime/mranges.go /root/.go/src/runtime/msan0.go /root/.go/src/runtime/msize.go /root/.go/src/runtime/mspanset.go /root/.go/src/runtime/mstats.go /root/.go/src/runtime/mwbbuf.go /root/.go/src/runtime/nbpipe_pipe2.go /root/.go/src/runtime/netpoll.go /root/.go/src/runtime/netpoll_epoll.go /root/.go/src/runtime/nonwindows_stub.go /root/.go/src/runtime/note_other.go /root/.go/src/runtime/os_linux.go /root/.go/src/runtime/os_linux_generic.go /root/.go/src/runtime/os_linux_noauxv.go /root/.go/src/runtime/os_linux_x86.go /root/.go/src/runtime/os_nonopenbsd.go /root/.go/src/runtime/os_unix.go /root/.go/src/runtime/panic.go /root/.go/src/runtime/pinner.go /root/.go/src/runtime/plugin.go /root/.go/src/runtime/preempt.go /root/.go/src/runtime/preempt_nonwindows.go /root/.go/src/runtime/print.go /root/.go/src/runtime/proc.go /root/.go/src/runtime/profbuf.go /root/.go/src/runtime/proflabel.go /root/.go/src/runtime/race0.go /root/.go/src/runtime/rand.go /root/.go/src/runtime/rdebug.go /root/.go/src/runtime/retry.go /root/.go/src/runtime/runtime.go /root/.go/src/runtime/runtime1.go /root/.go/src/runtime/runtime2.go /root/.go/src/runtime/runtime_boring.go /root/.go/src/runtime/rwmutex.go /root/.go/src/runtime/security_linux.go /root/.go/src/runtime/security_unix.go /root/.go/src/runtime/select.go /root/.go/src/runtime/sema.go /root/.go/src/runtime/set_vma_name_linux.go /root/.go/src/runtime/signal_amd64.go /root/.go/src/runtime/signal_linux_amd64.go /root/.go/src/runtime/signal_unix.go /root/.go/src/runtime/sigqueue.go /root/.go/src/runtime/sigqueue_note.go /root/.go/src/runtime/sigtab_linux_generic.go /root/.go/src/runtime/slice.go /root/.go/src/runtime/softfloat64.go /root/.go/src/runtime/stack.go /root/.go/src/runtime/stkframe.go /root/.go/src/runtime/string.go /root/.go/src/runtime/stubs.go /root/.go/src/runtime/stubs2.go /root/.go/src/runtime/stubs3.go /root/.go/src/runtime/stubs_amd64.go /root/.go/src/runtime/stubs_linux.go /root/.go/src/runtime/stubs_nonwasm.go /root/.go/src/runtime/symtab.go /root/.go/src/runtime/symtabinl.go /root/.go/src/runtime/synctest.go /root/.go/src/runtime/sys_nonppc64x.go /root/.go/src/runtime/sys_x86.go /root/.go/src/runtime/tagptr.go /root/.go/src/runtime/tagptr_64bit.go /root/.go/src/runtime/test_amd64.go /root/.go/src/runtime/time.go /root/.go/src/runtime/time_nofake.go /root/.go/src/runtime/timeasm.go /root/.go/src/runtime/tls_stub.go /root/.go/src/runtime/trace.go /root/.go/src/runtime/traceallocfree.go /root/.go/src/runtime/traceback.go /root/.go/src/runtime/tracebuf.go /root/.go/src/runtime/tracecpu.go /root/.go/src/runtime/traceevent.go /root/.go/src/runtime/tracemap.go /root/.go/src/runtime/traceregion.go /root/.go/src/runtime/traceruntime.go /root/.go/src/runtime/tracestack.go /root/.go/src/runtime/tracestatus.go /root/.go/src/runtime/tracestring.go /root/.go/src/runtime/tracetime.go /root/.go/src/runtime/tracetype.go /root/.go/src/runtime/type.go /root/.go/src/runtime/typekind.go /root/.go/src/runtime/unsafe.go /root/.go/src/runtime/utf8.go /root/.go/src/runtime/valgrind0.go /root/.go/src/runtime/vdso_elf64.go /root/.go/src/runtime/vdso_linux.go /root/.go/src/runtime/vdso_linux_amd64.go /root/.go/src/runtime/vgetrandom_linux.go /root/.go/src/runtime/write_err.go
2025-08-20T21:57:57.3582317Z [00:01:59.169]➜  go tool buildid -w $WORK/b200/_pkg_.a # internal
2025-08-20T21:57:57.3582929Z [00:01:59.170]➜  cd /root/.go/src/math
2025-08-20T21:57:57.3584667Z [00:01:59.170]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b049=>" -I $WORK/b049/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b049/log_amd64.o ./log_amd64.s
2025-08-20T21:57:57.3586892Z [00:01:59.170]➜  cp $WORK/b200/_pkg_.a /root/.cache/go-build/b2/b262702dd1a612f1e7830f62f3d56019351fa316e076ac708999f1d1ea063cd4-d # internal
2025-08-20T21:57:57.3587977Z [00:01:59.170]➜  github.com/tidwall/match
2025-08-20T21:57:57.3588540Z [00:01:59.170]➜  mkdir -p $WORK/b233/
2025-08-20T21:57:57.3589317Z [00:01:59.171]➜  cat >/tmp/go-build282983591/b233/importcfg << 'EOF' # internal
2025-08-20T21:57:57.3590185Z [00:01:59.171]➜  # import config
2025-08-20T21:57:57.3590850Z [00:01:59.171]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:57:57.3591500Z [00:01:59.171]➜  EOF
2025-08-20T21:57:57.3592033Z [00:01:59.173]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:57.3595331Z [00:01:59.173]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b233/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tidwall/match@v1.1.1=>github.com/tidwall/match@v1.1.1;$WORK/b233=>" -p github.com/tidwall/match -lang=go1.15 -complete -installsuffix shared -buildid BUNFHvzNxNBDdt92c_lU/BUNFHvzNxNBDdt92c_lU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b233/importcfg -pack /root/go/pkg/mod/github.com/tidwall/match@v1.1.1/match.go
2025-08-20T21:57:57.3598548Z [00:01:59.176]➜  go tool buildid -w $WORK/b231/_pkg_.a # internal
2025-08-20T21:57:57.3599151Z [00:01:59.177]➜  cd /root/.go/src/math
2025-08-20T21:57:57.3601202Z [00:01:59.177]➜  go tool pack r $WORK/b049/_pkg_.a $WORK/b049/dim_amd64.o $WORK/b049/exp_amd64.o $WORK/b049/floor_amd64.o $WORK/b049/hypot_amd64.o $WORK/b049/log_amd64.o # internal
2025-08-20T21:57:57.3603623Z [00:01:59.177]➜  cp $WORK/b231/_pkg_.a /root/.cache/go-build/f3/f3cf7b294a4aa8ad38e6b86e9f41928d0b9588b6848fb1ef8af9dceaad5c9e3f-d # internal
2025-08-20T21:57:57.3604954Z [00:01:59.177]➜  golang.org/x/exp/constraints
2025-08-20T21:57:57.3605743Z [00:01:59.178]➜  mkdir -p $WORK/b235/
2025-08-20T21:57:57.3606600Z [00:01:59.178]➜  go tool buildid -w $WORK/b049/_pkg_.a # internal
2025-08-20T21:57:57.3607891Z [00:01:59.178]➜  cat >/tmp/go-build282983591/b235/importcfg << 'EOF' # internal
2025-08-20T21:57:57.3608803Z [00:01:59.178]➜  # import config
2025-08-20T21:57:57.3609687Z [00:01:59.178]➜  packagefile cmp=/tmp/go-build282983591/b046/_pkg_.a
2025-08-20T21:57:57.3610550Z [00:01:59.178]➜  EOF
2025-08-20T21:57:57.3611228Z [00:01:59.178]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:57.3615360Z [00:01:59.178]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b235/_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/b235=>" -p golang.org/x/exp/constraints -lang=go1.23 -complete -installsuffix shared -buildid sTwzp_Wt6ovXC3T1kBLq/sTwzp_Wt6ovXC3T1kBLq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b235/importcfg -pack /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250620022241-b7579e27df2b/constraints/constraints.go
2025-08-20T21:57:57.3620005Z [00:01:59.180]➜  cp $WORK/b049/_pkg_.a /root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d # internal
2025-08-20T21:57:57.3621238Z [00:01:59.180]➜  github.com/projectdiscovery/blackrock
2025-08-20T21:57:57.3621822Z [00:01:59.180]➜  mkdir -p $WORK/b192/
2025-08-20T21:57:57.3622499Z [00:01:59.180]➜  cat >/tmp/go-build282983591/b192/importcfg << 'EOF' # internal
2025-08-20T21:57:57.3623152Z [00:01:59.180]➜  # import config
2025-08-20T21:57:57.3623771Z [00:01:59.180]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:57:57.3624374Z [00:01:59.180]➜  EOF
2025-08-20T21:57:57.3628164Z [00:01:59.180]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b192/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/blackrock@v0.0.1=>github.com/projectdiscovery/blackrock@v0.0.1;$WORK/b192=>" -p github.com/projectdiscovery/blackrock -lang=go1.18 -complete -installsuffix shared -buildid Cj82QcV5cTqoAp5cn08E/Cj82QcV5cTqoAp5cn08E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b192/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/blackrock@v0.0.1/blackrock.go
2025-08-20T21:57:57.3707143Z [00:01:59.196]➜  go tool buildid -w $WORK/b235/_pkg_.a # internal
2025-08-20T21:57:57.3714445Z [00:01:59.196]➜  cp $WORK/b235/_pkg_.a /root/.cache/go-build/12/1229aefd5a6a0cab7ca35c39fe053c6d6521d7b08345ea70b46209ab23c6e9fb-d # internal
2025-08-20T21:57:57.3715741Z [00:01:59.197]➜  github.com/projectdiscovery/utils/race
2025-08-20T21:57:57.3716392Z [00:01:59.197]➜  mkdir -p $WORK/b239/
2025-08-20T21:57:57.3728902Z [00:01:59.198]➜  echo '# import config' > $WORK/b239/importcfg # internal
2025-08-20T21:57:57.3738160Z [00:01:59.199]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b239/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/race=>github.com/projectdiscovery/utils@v0.4.23/race;$WORK/b239=>" -p github.com/projectdiscovery/utils/race -lang=go1.24 -complete -installsuffix shared -buildid 7zYuvX-mrKSKy3VSrlh-/7zYuvX-mrKSKy3VSrlh- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b239/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/race/norace.go
2025-08-20T21:57:57.3777434Z [00:01:59.203]➜  go tool buildid -w $WORK/b233/_pkg_.a # internal
2025-08-20T21:57:57.3784385Z [00:01:59.204]➜  cp $WORK/b233/_pkg_.a /root/.cache/go-build/0d/0db46717b827d383925896671be8c5fe1332381e5ffc95c0672a3c65c0590440-d # internal
2025-08-20T21:57:57.3791456Z [00:01:59.204]➜  github.com/projectdiscovery/gologger/levels
2025-08-20T21:57:57.3808024Z [00:01:59.204]➜  mkdir -p $WORK/b249/
2025-08-20T21:57:57.3818182Z [00:01:59.207]➜  echo '# import config' > $WORK/b249/importcfg # internal
2025-08-20T21:57:57.3825044Z [00:01:59.207]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b249/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/gologger@v1.1.54/levels=>github.com/projectdiscovery/gologger@v1.1.54/levels;$WORK/b249=>" -p github.com/projectdiscovery/gologger/levels -lang=go1.22 -complete -installsuffix shared -buildid zjXTWLbA4phXqTM6MS73/zjXTWLbA4phXqTM6MS73 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b249/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/gologger@v1.1.54/levels/levels.go
2025-08-20T21:57:57.3871420Z [00:01:59.212]➜  go tool buildid -w $WORK/b239/_pkg_.a # internal
2025-08-20T21:57:57.3882606Z [00:01:59.213]➜  cp $WORK/b239/_pkg_.a /root/.cache/go-build/7c/7c49860b2174d150d0b7c26beff4d5a61582fe5bb5ca9e4809919e0a2b73273d-d # internal
2025-08-20T21:57:57.3883831Z [00:01:59.213]➜  golang.org/x/text/encoding/internal/identifier
2025-08-20T21:57:57.3888112Z [00:01:59.213]➜  mkdir -p $WORK/b265/
2025-08-20T21:57:57.3888819Z [00:01:59.213]➜  echo '# import config' > $WORK/b265/importcfg # internal
2025-08-20T21:57:57.3894021Z [00:01:59.213]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b265/_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/b265=>" -p golang.org/x/text/encoding/internal/identifier -lang=go1.23 -complete -installsuffix shared -buildid Rkt1nmAUGKu8YsV2sQ30/Rkt1nmAUGKu8YsV2sQ30 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b265/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:57:57.3925898Z [00:01:59.218]➜  go tool buildid -w $WORK/b249/_pkg_.a # internal
2025-08-20T21:57:57.3937872Z [00:01:59.218]➜  cp $WORK/b249/_pkg_.a /root/.cache/go-build/89/89b2be63f99c9c93a67227af655921c98975e5bc82e344dfcad1733587b144e8-d # internal
2025-08-20T21:57:57.3940275Z [00:01:59.219]➜  golang.org/x/text/internal/utf8internal
2025-08-20T21:57:57.3940879Z [00:01:59.219]➜  mkdir -p $WORK/b268/
2025-08-20T21:57:57.3941546Z [00:01:59.219]➜  echo '# import config' > $WORK/b268/importcfg # internal
2025-08-20T21:57:57.3945389Z [00:01:59.219]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b268/_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/b268=>" -p golang.org/x/text/internal/utf8internal -lang=go1.23 -complete -installsuffix shared -buildid _ZzSjuIC0vW9_yfq--Yr/_ZzSjuIC0vW9_yfq--Yr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b268/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/utf8internal/utf8internal.go
2025-08-20T21:57:57.3960521Z [00:01:59.221]➜  go tool buildid -w $WORK/b192/_pkg_.a # internal
2025-08-20T21:57:57.3969509Z [00:01:59.222]➜  cp $WORK/b192/_pkg_.a /root/.cache/go-build/c3/c34220f6c8f739284e2ff4295a7e88f3fc172822b13bdca341011a06d5802620-d # internal
2025-08-20T21:57:57.3973559Z [00:01:59.222]➜  github.com/klauspost/compress/internal/le
2025-08-20T21:57:57.3976873Z [00:01:59.222]➜  mkdir -p $WORK/b280/
2025-08-20T21:57:57.3977567Z [00:01:59.223]➜  echo '# import config' > $WORK/b280/importcfg # internal
2025-08-20T21:57:57.3982214Z [00:01:59.223]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b280/_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/b280=>" -p github.com/klauspost/compress/internal/le -lang=go1.22 -complete -installsuffix shared -buildid 3OrXPcPdJc-h_W1qPmQ9/3OrXPcPdJc-h_W1qPmQ9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b280/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:57:57.4025833Z [00:01:59.228]➜  go tool buildid -w $WORK/b268/_pkg_.a # internal
2025-08-20T21:57:57.4033980Z [00:01:59.229]➜  cp $WORK/b268/_pkg_.a /root/.cache/go-build/d3/d385082bae57c545c96847d84afab84717e172c4b2ac960226a2dcb980f43429-d # internal
2025-08-20T21:57:57.4039421Z [00:01:59.229]➜  github.com/pierrec/lz4/v4/internal/lz4errors
2025-08-20T21:57:57.4043937Z [00:01:59.230]➜  mkdir -p $WORK/b285/
2025-08-20T21:57:57.4045690Z [00:01:59.230]➜  go tool buildid -w $WORK/b265/_pkg_.a # internal
2025-08-20T21:57:57.4052484Z [00:01:59.231]➜  echo '# import config' > $WORK/b285/importcfg # internal
2025-08-20T21:57:57.4058513Z [00:01:59.231]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b285/_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/b285=>" -p github.com/pierrec/lz4/v4/internal/lz4errors -lang=go1.14 -complete -installsuffix shared -buildid 5SkgWeAoGcs9siknM-PL/5SkgWeAoGcs9siknM-PL -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/lz4errors/errors.go
2025-08-20T21:57:57.4080778Z [00:01:59.233]➜  cp $WORK/b265/_pkg_.a /root/.cache/go-build/6e/6ed49846ca865efdd562646a0534578feead5d310a8cf79c13c0a71024771a6e-d # internal
2025-08-20T21:57:57.4104818Z [00:01:59.233]➜  github.com/ulikunitz/xz/internal/hash
2025-08-20T21:57:57.4105476Z [00:01:59.233]➜  mkdir -p $WORK/b290/
2025-08-20T21:57:57.4106118Z [00:01:59.233]➜  go tool buildid -w $WORK/b280/_pkg_.a # internal
2025-08-20T21:57:57.4106915Z [00:01:59.233]➜  echo '# import config' > $WORK/b290/importcfg # internal
2025-08-20T21:57:57.4112335Z [00:01:59.233]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b290/_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/b290=>" -p github.com/ulikunitz/xz/internal/hash -lang=go1.12 -complete -installsuffix shared -buildid OOF77JdEbWo8zNVCFbkF/OOF77JdEbWo8zNVCFbkF -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/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:57:57.4117450Z [00:01:59.234]➜  cp $WORK/b280/_pkg_.a /root/.cache/go-build/2d/2dd0facc5b544baa36999961eb507c0e5a02a9b38a1eefbcb21e67fa04ecdff5-d # internal
2025-08-20T21:57:57.4118626Z [00:01:59.234]➜  github.com/klauspost/compress
2025-08-20T21:57:57.4119177Z [00:01:59.234]➜  mkdir -p $WORK/b296/
2025-08-20T21:57:57.4120042Z [00:01:59.234]➜  cat >/tmp/go-build282983591/b296/importcfg << 'EOF' # internal
2025-08-20T21:57:57.4120737Z [00:01:59.234]➜  # import config
2025-08-20T21:57:57.4121377Z [00:01:59.234]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:57:57.4121988Z [00:01:59.234]➜  EOF
2025-08-20T21:57:57.4125479Z [00:01:59.234]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b296/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0=>github.com/klauspost/compress@v1.18.0;$WORK/b296=>" -p github.com/klauspost/compress -lang=go1.22 -complete -installsuffix shared -buildid cCoZa7vvTMk6aPcXdfHz/cCoZa7vvTMk6aPcXdfHz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b296/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/compressible.go
2025-08-20T21:57:57.4175377Z [00:01:59.243]➜  go tool buildid -w $WORK/b285/_pkg_.a # internal
2025-08-20T21:57:57.4192235Z [00:01:59.244]➜  cp $WORK/b285/_pkg_.a /root/.cache/go-build/2d/2da992b22495c842250635ee13a5b92ddee016f5cf6f86efe0eda39e1948db4a-d # internal
2025-08-20T21:57:57.4193602Z [00:01:59.244]➜  github.com/klauspost/compress/internal/cpuinfo
2025-08-20T21:57:57.4194339Z [00:01:59.244]➜  mkdir -p $WORK/b299/
2025-08-20T21:57:57.4195043Z [00:01:59.244]➜  echo -n > $WORK/b299/go_asm.h # internal
2025-08-20T21:57:57.4195999Z [00:01:59.244]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/cpuinfo
2025-08-20T21:57:57.4199151Z [00:01:59.245]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/internal/cpuinfo -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/cpuinfo=>github.com/klauspost/compress@v1.18.0/internal/cpuinfo;$WORK/b299=>" -I $WORK/b299/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b299/symabis ./cpuinfo_amd64.s
2025-08-20T21:57:57.4244484Z [00:01:59.249]➜  go tool buildid -w $WORK/b296/_pkg_.a # internal
2025-08-20T21:57:57.4245437Z [00:01:59.249]➜  echo '# import config' > $WORK/b299/importcfg # internal
2025-08-20T21:57:57.4246211Z [00:01:59.249]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:57.4252893Z [00:01:59.249]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b299/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/cpuinfo=>github.com/klauspost/compress@v1.18.0/internal/cpuinfo;$WORK/b299=>" -p github.com/klauspost/compress/internal/cpuinfo -lang=go1.22 -installsuffix shared -buildid Fg40gfEh5siYgCY5-Cew/Fg40gfEh5siYgCY5-Cew -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/internal/cpuinfo/cpuinfo.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/cpuinfo/cpuinfo_amd64.go
2025-08-20T21:57:57.4265085Z [00:01:59.252]➜  cp $WORK/b296/_pkg_.a /root/.cache/go-build/04/04f18d84165e463253218f00827ba2f2d22b6718af6dd6327855b5318a92873c-d # internal
2025-08-20T21:57:57.4271185Z [00:01:59.252]➜  github.com/bodgit/windows
2025-08-20T21:57:57.4273663Z [00:01:59.252]➜  mkdir -p $WORK/b302/
2025-08-20T21:57:57.4278910Z [00:01:59.253]➜  go tool buildid -w $WORK/b290/_pkg_.a # internal
2025-08-20T21:57:57.4293398Z [00:01:59.254]➜  echo '# import config' > $WORK/b302/importcfg # internal
2025-08-20T21:57:57.4294845Z [00:01:59.254]➜  cp $WORK/b290/_pkg_.a /root/.cache/go-build/89/89fbcaebee55f92df887fe38ce3fa321bd85543e6c2ec6985c176c37856b9cbc-d # internal
2025-08-20T21:57:57.4296008Z [00:01:59.254]➜  github.com/dsnet/compress/bzip2/internal/sais
2025-08-20T21:57:57.4296628Z [00:01:59.254]➜  mkdir -p $WORK/b306/
2025-08-20T21:57:57.4297301Z [00:01:59.254]➜  echo '# import config' > $WORK/b306/importcfg # internal
2025-08-20T21:57:57.4303519Z [00:01:59.254]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b306/_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/b306=>" -p github.com/dsnet/compress/bzip2/internal/sais -lang=go1.9 -complete -installsuffix shared -buildid fpCJSj7gMrk0zJGrhdoJ/fpCJSj7gMrk0zJGrhdoJ -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/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:57:57.4311818Z [00:01:59.255]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b302/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/windows@v1.0.1=>github.com/bodgit/windows@v1.0.1;$WORK/b302=>" -p github.com/bodgit/windows -lang=go1.13 -complete -installsuffix shared -buildid -AjvW8gvwxETv7kikGAw/-AjvW8gvwxETv7kikGAw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b302/importcfg -pack /root/go/pkg/mod/github.com/bodgit/windows@v1.0.1/filetime.go
2025-08-20T21:57:57.4357561Z [00:01:59.261]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/cpuinfo
2025-08-20T21:57:57.4362890Z [00:01:59.261]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/internal/cpuinfo -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/cpuinfo=>github.com/klauspost/compress@v1.18.0/internal/cpuinfo;$WORK/b299=>" -I $WORK/b299/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b299/cpuinfo_amd64.o ./cpuinfo_amd64.s
2025-08-20T21:57:57.4384272Z [00:01:59.264]➜  go tool buildid -w $WORK/b302/_pkg_.a # internal
2025-08-20T21:57:57.4391047Z [00:01:59.264]➜  cp $WORK/b302/_pkg_.a /root/.cache/go-build/ff/ff3eaa39b387ed33639234da0f6dcd5ea5b9a324df00fe0aa15af3bf917546dc-d # internal
2025-08-20T21:57:57.4402052Z [00:01:59.265]➜  github.com/dsnet/compress/internal
2025-08-20T21:57:57.4404070Z [00:01:59.265]➜  mkdir -p $WORK/b307/
2025-08-20T21:57:57.4404957Z [00:01:59.265]➜  go tool pack r $WORK/b299/_pkg_.a $WORK/b299/cpuinfo_amd64.o # internal
2025-08-20T21:57:57.4405882Z [00:01:59.265]➜  go tool buildid -w $WORK/b299/_pkg_.a # internal
2025-08-20T21:57:57.4406670Z [00:01:59.265]➜  echo '# import config' > $WORK/b307/importcfg # internal
2025-08-20T21:57:57.4407417Z [00:01:59.265]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:57.4412866Z [00:01:59.265]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b307/_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/b307=>" -p github.com/dsnet/compress/internal -lang=go1.9 -complete -installsuffix shared -buildid eqTROIR9ek0MGk5LVrIF/eqTROIR9ek0MGk5LVrIF -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/common.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/release.go
2025-08-20T21:57:57.4417841Z [00:01:59.265]➜  cp $WORK/b299/_pkg_.a /root/.cache/go-build/70/70c815da9254a5f666234c965796efd466b837555a423ecec0b0704bbc11fb16-d # internal
2025-08-20T21:57:57.4418959Z [00:01:59.265]➜  github.com/klauspost/compress/internal/race
2025-08-20T21:57:57.4419975Z [00:01:59.266]➜  mkdir -p $WORK/b313/
2025-08-20T21:57:57.4421006Z [00:01:59.266]➜  echo '# import config' > $WORK/b313/importcfg # internal
2025-08-20T21:57:57.4429040Z [00:01:59.268]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b313/_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/b313=>" -p github.com/klauspost/compress/internal/race -lang=go1.22 -complete -installsuffix shared -buildid 4_aDX76bQFSkwGEo0tk7/4_aDX76bQFSkwGEo0tk7 -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/race/norace.go
2025-08-20T21:57:57.4493267Z [00:01:59.274]➜  go tool buildid -w $WORK/b313/_pkg_.a # internal
2025-08-20T21:57:57.4495118Z [00:01:59.275]➜  cp $WORK/b313/_pkg_.a /root/.cache/go-build/bf/bf7ebe0c88009e5107197bcc722bb9ee1db648c51edaa060e01912e16d2174e3-d # internal
2025-08-20T21:57:57.4500409Z [00:01:59.275]➜  github.com/minio/minlz/internal/race
2025-08-20T21:57:57.4506137Z [00:01:59.275]➜  mkdir -p $WORK/b321/
2025-08-20T21:57:57.4506870Z [00:01:59.275]➜  echo '# import config' > $WORK/b321/importcfg # internal
2025-08-20T21:57:57.4510843Z [00:01:59.275]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b321/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/minio/minlz@v1.0.0/internal/race=>github.com/minio/minlz@v1.0.0/internal/race;$WORK/b321=>" -p github.com/minio/minlz/internal/race -lang=go1.21 -complete -installsuffix shared -buildid hDFhpzl76AKKS9OUAqik/hDFhpzl76AKKS9OUAqik -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b321/importcfg -pack /root/go/pkg/mod/github.com/minio/minlz@v1.0.0/internal/race/norace.go
2025-08-20T21:57:57.4566610Z [00:01:59.282]➜  go tool buildid -w $WORK/b321/_pkg_.a # internal
2025-08-20T21:57:57.4588917Z [00:01:59.282]➜  cp $WORK/b321/_pkg_.a /root/.cache/go-build/b5/b55fa3065a59f428890880eaf1781ace21bc09ebf0a3338e0b6507f37dbc5c10-d # internal
2025-08-20T21:57:57.4590379Z [00:01:59.282]➜  github.com/Mzack9999/gcache/internal/list
2025-08-20T21:57:57.4590971Z [00:01:59.282]➜  mkdir -p $WORK/b346/
2025-08-20T21:57:57.4591615Z [00:01:59.284]➜  echo '# import config' > $WORK/b346/importcfg # internal
2025-08-20T21:57:57.4595995Z [00:01:59.284]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b346/_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/b346=>" -p github.com/Mzack9999/gcache/internal/list -lang=go1.19 -complete -installsuffix shared -buildid U6d2vQexur6TGBcbDCGC/U6d2vQexur6TGBcbDCGC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b346/importcfg -pack /root/go/pkg/mod/github.com/!mzack9999/gcache@v0.0.0-20230410081825-519e28eab057/internal/list/list.go
2025-08-20T21:57:57.4604651Z [00:01:59.286]➜  go tool buildid -w $WORK/b307/_pkg_.a # internal
2025-08-20T21:57:57.4611677Z [00:01:59.286]➜  cp $WORK/b307/_pkg_.a /root/.cache/go-build/9b/9b63df7d9a27de27db4082e990101a2ad834d53cb830a311538765388963c4f9-d # internal
2025-08-20T21:57:57.4616831Z [00:01:59.286]➜  golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:57:57.4618659Z [00:01:59.286]➜  mkdir -p $WORK/b357/
2025-08-20T21:57:57.4622767Z [00:01:59.287]➜  echo '# import config' > $WORK/b357/importcfg # internal
2025-08-20T21:57:57.4626575Z [00:01:59.287]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b357/_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/b357=>" -p golang.org/x/crypto/cryptobyte/asn1 -lang=go1.23 -complete -installsuffix shared -buildid rX4VmqagnMfL_FMFEdud/rX4VmqagnMfL_FMFEdud -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b357/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/cryptobyte/asn1/asn1.go
2025-08-20T21:57:57.4695576Z [00:01:59.295]➜  go tool buildid -w $WORK/b346/_pkg_.a # internal
2025-08-20T21:57:57.4704359Z [00:01:59.295]➜  cp $WORK/b346/_pkg_.a /root/.cache/go-build/5d/5dc3e5ff22bd2aff636dbb12de970271cbc5ed8ecab7c778d57144bdd8aca926-d # internal
2025-08-20T21:57:57.4705804Z [00:01:59.295]➜  github.com/cloudflare/circl/pke/kyber/internal/common/params
2025-08-20T21:57:57.4706537Z [00:01:59.295]➜  mkdir -p $WORK/b367/
2025-08-20T21:57:57.4708789Z [00:01:59.296]➜  echo '# import config' > $WORK/b367/importcfg # internal
2025-08-20T21:57:57.4724835Z [00:01:59.297]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b367/_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/b367=>" -p github.com/cloudflare/circl/pke/kyber/internal/common/params -lang=go1.22 -complete -installsuffix shared -buildid 6TD0u4mzfwfkTegDD21j/6TD0u4mzfwfkTegDD21j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b367/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/pke/kyber/internal/common/params/params.go
2025-08-20T21:57:57.4802366Z [00:01:59.305]➜  go tool buildid -w $WORK/b357/_pkg_.a # internal
2025-08-20T21:57:57.4807796Z [00:01:59.306]➜  cp $WORK/b357/_pkg_.a /root/.cache/go-build/6c/6cc5b5b5d6d1f5e93fbddee6a0dcd1a200b40ed9ed889949ff13fbf30e9e4a84-d # internal
2025-08-20T21:57:57.4809015Z [00:01:59.306]➜  golang.org/x/crypto/internal/alias
2025-08-20T21:57:57.4822776Z [00:01:59.306]➜  mkdir -p $WORK/b373/
2025-08-20T21:57:57.4823523Z [00:01:59.306]➜  echo '# import config' > $WORK/b373/importcfg # internal
2025-08-20T21:57:57.4827669Z [00:01:59.306]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b373/_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/b373=>" -p golang.org/x/crypto/internal/alias -lang=go1.23 -complete -installsuffix shared -buildid PKnJdzQkJVuZtTdEsh8q/PKnJdzQkJVuZtTdEsh8q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b373/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/internal/alias/alias.go
2025-08-20T21:57:57.4848730Z [00:01:59.310]➜  go tool buildid -w $WORK/b367/_pkg_.a # internal
2025-08-20T21:57:57.4855296Z [00:01:59.311]➜  cp $WORK/b367/_pkg_.a /root/.cache/go-build/03/038a5de5f00c527b1329bbc360f3af3a0d48ab74a371968739a3c93764fe4cf6-d # internal
2025-08-20T21:57:57.4857774Z [00:01:59.311]➜  github.com/cloudflare/circl/sign/internal/dilithium/params
2025-08-20T21:57:57.4859074Z [00:01:59.311]➜  mkdir -p $WORK/b382/
2025-08-20T21:57:57.4863193Z [00:01:59.311]➜  echo '# import config' > $WORK/b382/importcfg # internal
2025-08-20T21:57:57.4868375Z [00:01:59.312]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b382/_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/b382=>" -p github.com/cloudflare/circl/sign/internal/dilithium/params -lang=go1.22 -complete -installsuffix shared -buildid JVcllTBHQC4bN5rcpl_e/JVcllTBHQC4bN5rcpl_e -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/internal/dilithium/params/params.go
2025-08-20T21:57:57.4965011Z [00:01:59.322]➜  go tool buildid -w $WORK/b373/_pkg_.a # internal
2025-08-20T21:57:57.4970631Z [00:01:59.322]➜  cp $WORK/b373/_pkg_.a /root/.cache/go-build/83/83c215d2b8490ca5b0c97e8a17da16a9c73e56381d2b660c626330d8f2e034f2-d # internal
2025-08-20T21:57:57.4982148Z [00:01:59.323]➜  github.com/refraction-networking/utls/dicttls
2025-08-20T21:57:57.4988947Z [00:01:59.324]➜  mkdir -p $WORK/b400/
2025-08-20T21:57:57.4989660Z [00:01:59.324]➜  echo '# import config' > $WORK/b400/importcfg # internal
2025-08-20T21:57:57.5024100Z [00:01:59.324]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b400/_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/b400=>" -p github.com/refraction-networking/utls/dicttls -lang=go1.24 -complete -installsuffix shared -buildid JdEMdus3-NEKKmke_d46/JdEMdus3-NEKKmke_d46 -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/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:57:57.5044750Z [00:01:59.325]➜  go tool buildid -w $WORK/b382/_pkg_.a # internal
2025-08-20T21:57:57.5046043Z [00:01:59.325]➜  cp $WORK/b382/_pkg_.a /root/.cache/go-build/cf/cf3b5e92f2715b3427f6a1fdaee95ce2ca20f2e31b6d2e74f3c9fe765575f9ce-d # internal
2025-08-20T21:57:57.5047302Z [00:01:59.326]➜  github.com/refraction-networking/utls/internal/byteorder
2025-08-20T21:57:57.5047983Z [00:01:59.326]➜  mkdir -p $WORK/b402/
2025-08-20T21:57:57.5048895Z [00:01:59.326]➜  echo '# import config' > $WORK/b402/importcfg # internal
2025-08-20T21:57:57.5053874Z [00:01:59.326]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b402/_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/b402=>" -p github.com/refraction-networking/utls/internal/byteorder -lang=go1.24 -complete -installsuffix shared -buildid 6rqDjWapIIq4WkiiqtAX/6rqDjWapIIq4WkiiqtAX -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/byteorder/byteorder.go
2025-08-20T21:57:57.5161033Z [00:01:59.339]➜  go tool buildid -w $WORK/b306/_pkg_.a # internal
2025-08-20T21:57:57.5170109Z [00:01:59.342]➜  cp $WORK/b306/_pkg_.a /root/.cache/go-build/81/814743633e36aefbc58ab1957eaacae307fa1504df8e421f24cc19facd9ba79e-d # internal
2025-08-20T21:57:57.5171463Z [00:01:59.342]➜  github.com/refraction-networking/utls/internal/fips140tls
2025-08-20T21:57:57.5172243Z [00:01:59.342]➜  mkdir -p $WORK/b403/
2025-08-20T21:57:57.5172943Z [00:01:59.342]➜  echo '# import config' > $WORK/b403/importcfg # internal
2025-08-20T21:57:57.5177477Z [00:01:59.342]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b403/_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/b403=>" -p github.com/refraction-networking/utls/internal/fips140tls -lang=go1.24 -complete -installsuffix shared -buildid CndYNabtT5s6OzTJLerH/CndYNabtT5s6OzTJLerH -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/fips140tls/fipstls.go
2025-08-20T21:57:57.5220319Z [00:01:59.347]➜  go tool buildid -w $WORK/b402/_pkg_.a # internal
2025-08-20T21:57:57.5224871Z [00:01:59.348]➜  go tool buildid -w $WORK/b403/_pkg_.a # internal
2025-08-20T21:57:57.5230352Z [00:01:59.348]➜  cp $WORK/b402/_pkg_.a /root/.cache/go-build/8a/8a8e5d64fa1a377036656969bf6ffeb6d70cde430741c300effff6b844470059-d # internal
2025-08-20T21:57:57.5231892Z [00:01:59.348]➜  github.com/tidwall/tinyqueue
2025-08-20T21:57:57.5233638Z [00:01:59.348]➜  mkdir -p $WORK/b438/
2025-08-20T21:57:57.5235853Z [00:01:59.349]➜  cp $WORK/b403/_pkg_.a /root/.cache/go-build/b1/b1d1b8d11107af771578fcdf5e087e8b5886fd54b576ec4848d640fd65fd1522-d # internal
2025-08-20T21:57:57.5238142Z [00:01:59.349]➜  github.com/gaissmai/bart/internal/art
2025-08-20T21:57:57.5238760Z [00:01:59.349]➜  mkdir -p $WORK/b446/
2025-08-20T21:57:57.5281488Z [00:01:59.353]➜  echo '# import config' > $WORK/b438/importcfg # internal
2025-08-20T21:57:57.5283181Z [00:01:59.353]➜  cat >/tmp/go-build282983591/b446/importcfg << 'EOF' # internal
2025-08-20T21:57:57.5285280Z [00:01:59.353]➜  # import config
2025-08-20T21:57:57.5285891Z [00:01:59.353]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:57:57.5286504Z [00:01:59.354]➜  EOF
2025-08-20T21:57:57.5290016Z [00:01:59.354]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b438/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tidwall/tinyqueue@v0.1.1=>github.com/tidwall/tinyqueue@v0.1.1;$WORK/b438=>" -p github.com/tidwall/tinyqueue -lang=go1.15 -complete -installsuffix shared -buildid voECZ0rWidDGMDzeTGKg/voECZ0rWidDGMDzeTGKg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b438/importcfg -pack /root/go/pkg/mod/github.com/tidwall/tinyqueue@v0.1.1/tinyqueue.go
2025-08-20T21:57:57.5309484Z [00:01:59.354]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b446/_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/b446=>" -p github.com/gaissmai/bart/internal/art -lang=go1.23 -complete -installsuffix shared -buildid dYTcGAhy6lqk_WjYWpo2/dYTcGAhy6lqk_WjYWpo2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b446/importcfg -pack /root/go/pkg/mod/github.com/gaissmai/bart@v0.20.5/internal/art/base_index.go
2025-08-20T21:57:57.5381187Z [00:01:59.363]➜  go tool buildid -w $WORK/b446/_pkg_.a # internal
2025-08-20T21:57:57.5390383Z [00:01:59.364]➜  cp $WORK/b446/_pkg_.a /root/.cache/go-build/b4/b4f23001440227b8f093588a83f8b5f9d4fb7d8dcd35a2d76d3ad14bb997b6d5-d # internal
2025-08-20T21:57:57.5391650Z [00:01:59.364]➜  github.com/zmap/zcrypto/cryptobyte/asn1
2025-08-20T21:57:57.5394479Z [00:01:59.364]➜  mkdir -p $WORK/b465/
2025-08-20T21:57:57.5396310Z [00:01:59.365]➜  echo '# import config' > $WORK/b465/importcfg # internal
2025-08-20T21:57:57.5401074Z [00:01:59.365]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b465/_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/b465=>" -p github.com/zmap/zcrypto/cryptobyte/asn1 -lang=go1.16 -complete -installsuffix shared -buildid BqlTOv3nE47IPPV-B7sU/BqlTOv3nE47IPPV-B7sU -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/cryptobyte/asn1/asn1.go
2025-08-20T21:57:57.5453201Z [00:01:59.371]➜  go tool buildid -w $WORK/b438/_pkg_.a # internal
2025-08-20T21:57:57.5461008Z [00:01:59.371]➜  cp $WORK/b438/_pkg_.a /root/.cache/go-build/e6/e6972c8c78806a488d37dac02a56ab4aa940a79152c33c92af81858b6f3683ec-d # internal
2025-08-20T21:57:57.5464351Z [00:01:59.372]➜  github.com/tidwall/rtred/base
2025-08-20T21:57:57.5464957Z [00:01:59.372]➜  mkdir -p $WORK/b437/
2025-08-20T21:57:57.5471194Z [00:01:59.372]➜  cat >/tmp/go-build282983591/b437/importcfg << 'EOF' # internal
2025-08-20T21:57:57.5471930Z [00:01:59.372]➜  # import config
2025-08-20T21:57:57.5472738Z [00:01:59.372]➜  packagefile github.com/tidwall/tinyqueue=/tmp/go-build282983591/b438/_pkg_.a
2025-08-20T21:57:57.5473668Z [00:01:59.372]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:57:57.5474269Z [00:01:59.372]➜  EOF
2025-08-20T21:57:57.5478248Z [00:01:59.372]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b437/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tidwall/rtred@v0.1.2/base=>github.com/tidwall/rtred@v0.1.2/base;$WORK/b437=>" -p github.com/tidwall/rtred/base -lang=go1.15 -complete -installsuffix shared -buildid 6n-TOj9S4Ws_RKffpCV3/6n-TOj9S4Ws_RKffpCV3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b437/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:57:57.5528553Z [00:01:59.378]➜  go tool buildid -w $WORK/b465/_pkg_.a # internal
2025-08-20T21:57:57.5537162Z [00:01:59.379]➜  cp $WORK/b465/_pkg_.a /root/.cache/go-build/92/92cd182e14f8b812ced2b94302f686026438c88acb1412831fe00e63f1621c4a-d # internal
2025-08-20T21:57:57.5546641Z [00:01:59.380]➜  github.com/projectdiscovery/utils/ptr
2025-08-20T21:57:57.5547887Z [00:01:59.380]➜  mkdir -p $WORK/b471/
2025-08-20T21:57:57.5549676Z [00:01:59.380]➜  echo '# import config' > $WORK/b471/importcfg # internal
2025-08-20T21:57:57.5553835Z [00:01:59.380]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b471/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/ptr=>github.com/projectdiscovery/utils@v0.4.23/ptr;$WORK/b471=>" -p github.com/projectdiscovery/utils/ptr -lang=go1.24 -complete -installsuffix shared -buildid XGA4OJ77rjMZqmhVmnkA/XGA4OJ77rjMZqmhVmnkA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b471/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/ptr/ptr.go
2025-08-20T21:57:57.5674390Z [00:01:59.391]➜  go tool buildid -w $WORK/b471/_pkg_.a # internal
2025-08-20T21:57:57.5677332Z [00:01:59.393]➜  cp $WORK/b471/_pkg_.a /root/.cache/go-build/60/6017b8d06fda1e5f20ffbc9022aad0eca7671674fbd08efde3adc09488ae0dae-d # internal
2025-08-20T21:57:57.5678454Z [00:01:59.393]➜  image/color
2025-08-20T21:57:57.5678969Z [00:01:59.393]➜  mkdir -p $WORK/b500/
2025-08-20T21:57:57.5680231Z [00:01:59.393]➜  echo '# import config' > $WORK/b500/importcfg # internal
2025-08-20T21:57:57.5683394Z [00:01:59.393]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b500/_pkg_.a -trimpath "/root/.go/src/image/color=>image/color;$WORK/b500=>" -p image/color -lang=go1.25 -std -complete -installsuffix shared -buildid 6n7MYmi60bpVHMKqG5xB/6n7MYmi60bpVHMKqG5xB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b500/importcfg -pack /root/.go/src/image/color/color.go /root/.go/src/image/color/ycbcr.go
2025-08-20T21:57:57.5985037Z [00:01:59.424]➜  go tool buildid -w $WORK/b400/_pkg_.a # internal
2025-08-20T21:57:57.6007891Z [00:01:59.426]➜  cp $WORK/b400/_pkg_.a /root/.cache/go-build/d1/d192ba710a7ebad18664e7992a2eb0c2a255255aab7066dbacec2589d9d4d523-d # internal
2025-08-20T21:57:57.6014954Z [00:01:59.427]➜  github.com/charmbracelet/x/ansi/parser
2025-08-20T21:57:57.6016457Z [00:01:59.427]➜  mkdir -p $WORK/b502/
2025-08-20T21:57:57.6026147Z [00:01:59.428]➜  cat >/tmp/go-build282983591/b502/importcfg << 'EOF' # internal
2025-08-20T21:57:57.6027485Z [00:01:59.428]➜  # import config
2025-08-20T21:57:57.6029674Z [00:01:59.428]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:57:57.6033021Z [00:01:59.428]➜  EOF
2025-08-20T21:57:57.6044564Z [00:01:59.429]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b502/_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/b502=>" -p github.com/charmbracelet/x/ansi/parser -lang=go1.18 -complete -installsuffix shared -buildid CkopWBTAejGD12lXPe0J/CkopWBTAejGD12lXPe0J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b502/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:57:57.6365262Z [00:01:59.462]➜  go tool buildid -w $WORK/b500/_pkg_.a # internal
2025-08-20T21:57:57.6379259Z [00:01:59.463]➜  cp $WORK/b500/_pkg_.a /root/.cache/go-build/21/21684d34123fdb174aaafbd94bd70009c7979c8d6d39d1910987db983d374b11-d # internal
2025-08-20T21:57:57.6394770Z [00:01:59.465]➜  github.com/rivo/uniseg
2025-08-20T21:57:57.6440662Z [00:01:59.465]➜  mkdir -p $WORK/b505/
2025-08-20T21:57:57.6446772Z [00:01:59.465]➜  cat >/tmp/go-build282983591/b505/importcfg << 'EOF' # internal
2025-08-20T21:57:57.6447445Z [00:01:59.470]➜  # import config
2025-08-20T21:57:57.6448119Z [00:01:59.470]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:57:57.6448747Z [00:01:59.470]➜  EOF
2025-08-20T21:57:57.6459590Z [00:01:59.470]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b505/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7=>github.com/rivo/uniseg@v0.4.7;$WORK/b505=>" -p github.com/rivo/uniseg -lang=go1.18 -complete -installsuffix shared -buildid 65Iul7bzESoDYBemzdyO/65Iul7bzESoDYBemzdyO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b505/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:57:57.6469003Z [00:01:59.470]➜  go tool buildid -w $WORK/b437/_pkg_.a # internal
2025-08-20T21:57:57.6470482Z [00:01:59.470]➜  cp $WORK/b437/_pkg_.a /root/.cache/go-build/aa/aa806c901a9a25b673a9474fbfaf8c4527f9eb73fb65ff737b217b97ed127d55-d # internal
2025-08-20T21:57:57.6471596Z [00:01:59.470]➜  github.com/charmbracelet/x/exp/slice
2025-08-20T21:57:57.6472136Z [00:01:59.470]➜  mkdir -p $WORK/b516/
2025-08-20T21:57:57.6472751Z [00:01:59.470]➜  echo '# import config' > $WORK/b516/importcfg # internal
2025-08-20T21:57:57.6477081Z [00:01:59.470]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b516/_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/b516=>" -p github.com/charmbracelet/x/exp/slice -lang=go1.19 -complete -installsuffix shared -buildid dFpZSyKNOhX6jc15pEZ2/dFpZSyKNOhX6jc15pEZ2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b516/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/exp/slice@v0.0.0-20250327172914-2fdc97757edf/slice.go
2025-08-20T21:57:57.6736540Z [00:01:59.499]➜  go tool buildid -w $WORK/b516/_pkg_.a # internal
2025-08-20T21:57:57.6745248Z [00:01:59.499]➜  cp $WORK/b516/_pkg_.a /root/.cache/go-build/6d/6d89c92d3489b8966a100b85813a335a10cb09a4d7c8abc6e6c05889eac92c13-d # internal
2025-08-20T21:57:57.6746516Z [00:01:59.499]➜  github.com/VividCortex/ewma
2025-08-20T21:57:57.6747022Z [00:01:59.499]➜  mkdir -p $WORK/b541/
2025-08-20T21:57:57.6774930Z [00:01:59.503]➜  echo '# import config' > $WORK/b541/importcfg # internal
2025-08-20T21:57:57.6806626Z [00:01:59.506]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b541/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!vivid!cortex/ewma@v1.2.0=>github.com/VividCortex/ewma@v1.2.0;$WORK/b541=>" -p github.com/VividCortex/ewma -lang=go1.12 -complete -installsuffix shared -buildid CYWRuNrz9stNnsFhORCf/CYWRuNrz9stNnsFhORCf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b541/importcfg -pack /root/go/pkg/mod/github.com/!vivid!cortex/ewma@v1.2.0/ewma.go
2025-08-20T21:57:57.6939544Z [00:01:59.519]➜  go tool buildid -w $WORK/b541/_pkg_.a # internal
2025-08-20T21:57:57.6944387Z [00:01:59.520]➜  cp $WORK/b541/_pkg_.a /root/.cache/go-build/45/450857ace9db3e811a9896e9035701fdd73ace30d19cbbbbcc851193fd368dde-d # internal
2025-08-20T21:57:57.6953431Z [00:01:59.520]➜  github.com/shirou/gopsutil/v3/common
2025-08-20T21:57:57.6954053Z [00:01:59.520]➜  mkdir -p $WORK/b569/
2025-08-20T21:57:57.6954741Z [00:01:59.520]➜  echo '# import config' > $WORK/b569/importcfg # internal
2025-08-20T21:57:57.6958585Z [00:01:59.520]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b569/_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/b569=>" -p github.com/shirou/gopsutil/v3/common -lang=go1.18 -complete -installsuffix shared -buildid ArUJMlwMU8dNAYaq61eE/ArUJMlwMU8dNAYaq61eE -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/common/env.go
2025-08-20T21:57:57.7013149Z [00:01:59.527]➜  go tool buildid -w $WORK/b569/_pkg_.a # internal
2025-08-20T21:57:57.7017380Z [00:01:59.527]➜  cp $WORK/b569/_pkg_.a /root/.cache/go-build/fe/fe640ac0a38603cffd9dc0c6ad6e0ff0bcfb1c7ffa5c9e7b2fd702d16c3610a8-d # internal
2025-08-20T21:57:57.7028350Z [00:01:59.528]➜  github.com/zcalusic/sysinfo/cpuid
2025-08-20T21:57:57.7031104Z [00:01:59.528]➜  mkdir -p $WORK/b575/
2025-08-20T21:57:57.7032061Z [00:01:59.528]➜  echo -n > $WORK/b575/go_asm.h # internal
2025-08-20T21:57:57.7034461Z [00:01:59.528]➜  cd /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.0.2/cpuid
2025-08-20T21:57:57.7037754Z [00:01:59.528]➜  /root/.go/pkg/tool/linux_amd64/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/b575=>" -I $WORK/b575/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b575/symabis ./cpuid_amd64.s
2025-08-20T21:57:57.7056522Z [00:01:59.531]➜  echo '# import config' > $WORK/b575/importcfg # internal
2025-08-20T21:57:57.7066102Z [00:01:59.531]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:57.7070258Z [00:01:59.531]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b575/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.0.2/cpuid=>github.com/zcalusic/sysinfo@v1.0.2/cpuid;$WORK/b575=>" -p github.com/zcalusic/sysinfo/cpuid -lang=go1.21 -installsuffix shared -buildid 4yri47gPrN3s9Mbg_zOF/4yri47gPrN3s9Mbg_zOF -goversion go1.25.0 -symabis $WORK/b575/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b575/importcfg -pack -asmhdr $WORK/b575/go_asm.h /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.0.2/cpuid/cpuid.go
2025-08-20T21:57:57.7096172Z [00:01:59.535]➜  go tool buildid -w $WORK/b502/_pkg_.a # internal
2025-08-20T21:57:57.7112736Z [00:01:59.536]➜  cp $WORK/b502/_pkg_.a /root/.cache/go-build/50/502b76924cf67c654902d863a95d569b14929393f905b6cdd48e59af6e35cc15-d # internal
2025-08-20T21:57:57.7114050Z [00:01:59.536]➜  github.com/zeebo/blake3/internal/alg/compress/compress_sse41
2025-08-20T21:57:57.7114757Z [00:01:59.536]➜  mkdir -p $WORK/b603/
2025-08-20T21:57:57.7132788Z [00:01:59.539]➜  echo -n > $WORK/b603/go_asm.h # internal
2025-08-20T21:57:57.7134800Z [00:01:59.539]➜  cd /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/alg/compress/compress_sse41
2025-08-20T21:57:57.7140807Z [00:01:59.539]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/zeebo/blake3/internal/alg/compress/compress_sse41 -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/b603=>" -I $WORK/b603/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b603/symabis ./impl_amd64.s
2025-08-20T21:57:57.7144540Z [00:01:59.539]➜  cd /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.0.2/cpuid
2025-08-20T21:57:57.7148198Z [00:01:59.539]➜  /root/.go/pkg/tool/linux_amd64/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/b575=>" -I $WORK/b575/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b575/cpuid_amd64.o ./cpuid_amd64.s
2025-08-20T21:57:57.7158118Z [00:01:59.541]➜  echo '# import config' > $WORK/b603/importcfg # internal
2025-08-20T21:57:57.7160068Z [00:01:59.541]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:57.7165627Z [00:01:59.541]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b603/_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/b603=>" -p github.com/zeebo/blake3/internal/alg/compress/compress_sse41 -lang=go1.13 -installsuffix shared -buildid 2RylJQITb3NtFcBwJoa6/2RylJQITb3NtFcBwJoa6 -goversion go1.25.0 -symabis $WORK/b603/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b603/importcfg -pack -asmhdr $WORK/b603/go_asm.h /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/alg/compress/compress_sse41/stubs.go
2025-08-20T21:57:57.7170970Z [00:01:59.542]➜  cd /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.0.2/cpuid
2025-08-20T21:57:57.7172875Z [00:01:59.542]➜  go tool pack r $WORK/b575/_pkg_.a $WORK/b575/cpuid_amd64.o # internal
2025-08-20T21:57:57.7173725Z [00:01:59.542]➜  go tool buildid -w $WORK/b575/_pkg_.a # internal
2025-08-20T21:57:57.7175854Z [00:01:59.543]➜  cp $WORK/b575/_pkg_.a /root/.cache/go-build/40/40551f995a27c8ae93e9d8b006a64cd67eb5637662c80d39609075d82d72a998-d # internal
2025-08-20T21:57:57.7178575Z [00:01:59.543]➜  github.com/zeebo/blake3/internal/alg/hash/hash_avx2
2025-08-20T21:57:57.7179475Z [00:01:59.543]➜  mkdir -p $WORK/b605/
2025-08-20T21:57:57.7185795Z [00:01:59.544]➜  echo -n > $WORK/b605/go_asm.h # internal
2025-08-20T21:57:57.7186709Z [00:01:59.544]➜  cd /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/alg/hash/hash_avx2
2025-08-20T21:57:57.7190126Z [00:01:59.544]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/zeebo/blake3/internal/alg/hash/hash_avx2 -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/b605=>" -I $WORK/b605/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b605/symabis ./impl_amd64.s
2025-08-20T21:57:57.7239464Z [00:01:59.549]➜  cd /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/alg/compress/compress_sse41
2025-08-20T21:57:57.7246987Z [00:01:59.550]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/zeebo/blake3/internal/alg/compress/compress_sse41 -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/b603=>" -I $WORK/b603/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b603/impl_amd64.o ./impl_amd64.s
2025-08-20T21:57:57.7275914Z [00:01:59.553]➜  echo '# import config' > $WORK/b605/importcfg # internal
2025-08-20T21:57:57.7282594Z [00:01:59.553]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:57.7287153Z [00:01:59.553]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b605/_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/b605=>" -p github.com/zeebo/blake3/internal/alg/hash/hash_avx2 -lang=go1.13 -installsuffix shared -buildid StUMKwwaLSnzZmODRFJO/StUMKwwaLSnzZmODRFJO -goversion go1.25.0 -symabis $WORK/b605/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b605/importcfg -pack -asmhdr $WORK/b605/go_asm.h /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/alg/hash/hash_avx2/stubs.go
2025-08-20T21:57:57.7292575Z [00:01:59.554]➜  cd /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/alg/compress/compress_sse41
2025-08-20T21:57:57.7294387Z [00:01:59.555]➜  go tool pack r $WORK/b603/_pkg_.a $WORK/b603/impl_amd64.o # internal
2025-08-20T21:57:57.7295429Z [00:01:59.555]➜  go tool buildid -w $WORK/b603/_pkg_.a # internal
2025-08-20T21:57:57.7298288Z [00:01:59.555]➜  cp $WORK/b603/_pkg_.a /root/.cache/go-build/46/46061b9f42540b52431a3723fda4d4e01bf87479380250175258bba81989a5c7-d # internal
2025-08-20T21:57:57.7313792Z [00:01:59.557]➜  github.com/projectdiscovery/interactsh/pkg/settings
2025-08-20T21:57:57.7314684Z [00:01:59.557]➜  mkdir -p $WORK/b619/
2025-08-20T21:57:57.7323396Z [00:01:59.558]➜  echo '# import config' > $WORK/b619/importcfg # internal
2025-08-20T21:57:57.7324872Z [00:01:59.558]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:57.7331221Z [00:01:59.558]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b619/_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/b619=>" -p github.com/projectdiscovery/interactsh/pkg/settings -lang=go1.21 -complete -installsuffix shared -buildid Ob3tWF4L2fBCnjcWJa3d/Ob3tWF4L2fBCnjcWJa3d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b619/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/interactsh@v1.2.4/pkg/settings/default.go
2025-08-20T21:57:57.7367327Z [00:01:59.562]➜  cd /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/alg/hash/hash_avx2
2025-08-20T21:57:57.7376286Z [00:01:59.562]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/zeebo/blake3/internal/alg/hash/hash_avx2 -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/b605=>" -I $WORK/b605/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b605/impl_amd64.o ./impl_amd64.s
2025-08-20T21:57:57.7427539Z [00:01:59.568]➜  go tool buildid -w $WORK/b619/_pkg_.a # internal
2025-08-20T21:57:57.7436962Z [00:01:59.569]➜  cp $WORK/b619/_pkg_.a /root/.cache/go-build/b5/b5bbb8ddcda183804d601b228e0aaa03e80d69c6e4a52e1e346d603024dfc1a0-d # internal
2025-08-20T21:57:57.7439084Z [00:01:59.569]➜  github.com/projectdiscovery/nuclei/v3/pkg/templates/extensions
2025-08-20T21:57:57.7441748Z [00:01:59.569]➜  mkdir -p $WORK/b625/
2025-08-20T21:57:57.7450857Z [00:01:59.570]➜  echo '# import config' > $WORK/b625/importcfg # internal
2025-08-20T21:57:57.7453190Z [00:01:59.571]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:57.7457613Z [00:01:59.571]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b625/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/extensions=>github.com/projectdiscovery/nuclei/v3/pkg/templates/extensions;$WORK/b625=>" -p github.com/projectdiscovery/nuclei/v3/pkg/templates/extensions -lang=go1.24 -complete -installsuffix shared -buildid qEbvervE-WGafg7li77N/qEbvervE-WGafg7li77N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b625/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/extensions/extensions.go
2025-08-20T21:57:57.7475092Z [00:01:59.573]➜  cd /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/alg/hash/hash_avx2
2025-08-20T21:57:57.7483713Z [00:01:59.573]➜  go tool pack r $WORK/b605/_pkg_.a $WORK/b605/impl_amd64.o # internal
2025-08-20T21:57:57.7484546Z [00:01:59.573]➜  go tool buildid -w $WORK/b605/_pkg_.a # internal
2025-08-20T21:57:57.7485828Z [00:01:59.573]➜  cp $WORK/b605/_pkg_.a /root/.cache/go-build/7a/7a455fe162e6bdfbaf2eba516e4e98d15b945b516ac2b33103857f3786aad846-d # internal
2025-08-20T21:57:57.7486951Z [00:01:59.574]➜  github.com/bytedance/sonic/option
2025-08-20T21:57:57.7488793Z [00:01:59.574]➜  mkdir -p $WORK/b635/
2025-08-20T21:57:57.7489601Z [00:01:59.574]➜  echo '# import config' > $WORK/b635/importcfg # internal
2025-08-20T21:57:57.7490713Z [00:01:59.574]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:57.7494541Z [00:01:59.574]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b635/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/option=>github.com/bytedance/sonic@v1.14.0/option;$WORK/b635=>" -p github.com/bytedance/sonic/option -lang=go1.17 -complete -installsuffix shared -buildid 8BCSvh7dDdHa_ja2KFnK/8BCSvh7dDdHa_ja2KFnK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b635/importcfg -pack /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/option/option.go
2025-08-20T21:57:57.7563361Z [00:01:59.582]➜  go tool buildid -w $WORK/b625/_pkg_.a # internal
2025-08-20T21:57:57.7571229Z [00:01:59.582]➜  cp $WORK/b625/_pkg_.a /root/.cache/go-build/ee/ee66e98461da1ae44db05a433e008dadfc886327656b5dc33ea87ceeb2ff9d2a-d # internal
2025-08-20T21:57:57.7572434Z [00:01:59.582]➜  github.com/cloudwego/base64x/internal/rt
2025-08-20T21:57:57.7575143Z [00:01:59.583]➜  mkdir -p $WORK/b644/
2025-08-20T21:57:57.7575780Z [00:01:59.583]➜  echo -n > $WORK/b644/go_asm.h # internal
2025-08-20T21:57:57.7576608Z [00:01:59.583]➜  cd /root/go/pkg/mod/github.com/cloudwego/base64x@v0.1.5/internal/rt
2025-08-20T21:57:57.7579450Z [00:01:59.583]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudwego/base64x/internal/rt -trimpath "/root/go/pkg/mod/github.com/cloudwego/base64x@v0.1.5/internal/rt=>github.com/cloudwego/base64x@v0.1.5/internal/rt;$WORK/b644=>" -I $WORK/b644/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b644/symabis ./asm_amd64.s
2025-08-20T21:57:57.7604311Z [00:01:59.586]➜  echo '# import config' > $WORK/b644/importcfg # internal
2025-08-20T21:57:57.7611814Z [00:01:59.586]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:57.7616158Z [00:01:59.586]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b644/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudwego/base64x@v0.1.5/internal/rt=>github.com/cloudwego/base64x@v0.1.5/internal/rt;$WORK/b644=>" -p github.com/cloudwego/base64x/internal/rt -lang=go1.16 -installsuffix shared -buildid X8sK79AGV33pQzXtpzKx/X8sK79AGV33pQzXtpzKx -goversion go1.25.0 -symabis $WORK/b644/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b644/importcfg -pack -asmhdr $WORK/b644/go_asm.h /root/go/pkg/mod/github.com/cloudwego/base64x@v0.1.5/internal/rt/fastmem.go
2025-08-20T21:57:57.7626760Z [00:01:59.587]➜  go tool buildid -w $WORK/b635/_pkg_.a # internal
2025-08-20T21:57:57.7628098Z [00:01:59.587]➜  cp $WORK/b635/_pkg_.a /root/.cache/go-build/44/4451358918463213a7df7a06e1a6a35a65db998eb4516705019b67fabfbbd928-d # internal
2025-08-20T21:57:57.7629217Z [00:01:59.587]➜  github.com/twitchyliquid64/golang-asm/unsafeheader
2025-08-20T21:57:57.7630479Z [00:01:59.587]➜  mkdir -p $WORK/b663/
2025-08-20T21:57:57.7631357Z [00:01:59.587]➜  echo '# import config' > $WORK/b663/importcfg # internal
2025-08-20T21:57:57.7636054Z [00:01:59.588]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b663/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/unsafeheader=>github.com/twitchyliquid64/golang-asm@v0.15.1/unsafeheader;$WORK/b663=>" -p github.com/twitchyliquid64/golang-asm/unsafeheader -lang=go1.13 -complete -installsuffix shared -buildid UMPfBxoh8SDiLtLedrO5/UMPfBxoh8SDiLtLedrO5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b663/importcfg -pack /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/unsafeheader/unsafeheader.go
2025-08-20T21:57:57.7687276Z [00:01:59.594]➜  cd /root/go/pkg/mod/github.com/cloudwego/base64x@v0.1.5/internal/rt
2025-08-20T21:57:57.7700615Z [00:01:59.594]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudwego/base64x/internal/rt -trimpath "/root/go/pkg/mod/github.com/cloudwego/base64x@v0.1.5/internal/rt=>github.com/cloudwego/base64x@v0.1.5/internal/rt;$WORK/b644=>" -I $WORK/b644/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b644/asm_amd64.o ./asm_amd64.s
2025-08-20T21:57:57.7707788Z [00:01:59.596]➜  go tool buildid -w $WORK/b663/_pkg_.a # internal
2025-08-20T21:57:57.7717031Z [00:01:59.597]➜  cp $WORK/b663/_pkg_.a /root/.cache/go-build/6b/6babaf1eccbb787821f32c170efb936ec689100f29ef11576e6f0465c3a969e1-d # internal
2025-08-20T21:57:57.7719219Z [00:01:59.597]➜  github.com/bahlo/generic-list-go
2025-08-20T21:57:57.7721228Z [00:01:59.597]➜  mkdir -p $WORK/b691/
2025-08-20T21:57:57.7724137Z [00:01:59.598]➜  go tool pack r $WORK/b644/_pkg_.a $WORK/b644/asm_amd64.o # internal
2025-08-20T21:57:57.7724949Z [00:01:59.598]➜  go tool buildid -w $WORK/b644/_pkg_.a # internal
2025-08-20T21:57:57.7733897Z [00:01:59.599]➜  cp $WORK/b644/_pkg_.a /root/.cache/go-build/11/11f9d784d60cc63ce85fef91f86a08c9628a55b9787bd566c47dafa5503a2637-d # internal
2025-08-20T21:57:57.7736568Z [00:01:59.599]➜  github.com/projectdiscovery/tlsx/pkg/output/stats
2025-08-20T21:57:57.7737630Z [00:01:59.599]➜  mkdir -p $WORK/b732/
2025-08-20T21:57:57.7739255Z [00:01:59.599]➜  cat >/tmp/go-build282983591/b732/importcfg << 'EOF' # internal
2025-08-20T21:57:57.7740084Z [00:01:59.599]➜  # import config
2025-08-20T21:57:57.7740774Z [00:01:59.599]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:57:57.7741396Z [00:01:59.599]➜  EOF
2025-08-20T21:57:57.7741894Z [00:01:59.599]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:57.7746114Z [00:01:59.599]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b732/_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/b732=>" -p github.com/projectdiscovery/tlsx/pkg/output/stats -lang=go1.21 -complete -installsuffix shared -buildid ZeqERHm3gyn3274PreOD/ZeqERHm3gyn3274PreOD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b732/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/tlsx@v1.1.9/pkg/output/stats/stats.go
2025-08-20T21:57:57.7749953Z [00:01:59.599]➜  echo '# import config' > $WORK/b691/importcfg # internal
2025-08-20T21:57:57.7753785Z [00:01:59.599]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b691/_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/b691=>" -p github.com/bahlo/generic-list-go -lang=go1.18 -complete -installsuffix shared -buildid oEkpW160wSdIIB5qu00b/oEkpW160wSdIIB5qu00b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b691/importcfg -pack /root/go/pkg/mod/github.com/bahlo/generic-list-go@v0.2.0/list.go
2025-08-20T21:57:57.7823226Z [00:01:59.607]➜  go tool buildid -w $WORK/b732/_pkg_.a # internal
2025-08-20T21:57:57.7835384Z [00:01:59.609]➜  cp $WORK/b732/_pkg_.a /root/.cache/go-build/f0/f0ed5891e96341e3d48db8e9fa84c0351a73c8afd69def4cba5e95c200556de6-d # internal
2025-08-20T21:57:57.7865864Z [00:01:59.609]➜  github.com/golang/groupcache/lru
2025-08-20T21:57:57.7866450Z [00:01:59.609]➜  mkdir -p $WORK/b755/
2025-08-20T21:57:57.7867149Z [00:01:59.609]➜  cat >/tmp/go-build282983591/b755/importcfg << 'EOF' # internal
2025-08-20T21:57:57.7867794Z [00:01:59.609]➜  # import config
2025-08-20T21:57:57.7868493Z [00:01:59.609]➜  packagefile container/list=/tmp/go-build282983591/b106/_pkg_.a
2025-08-20T21:57:57.7869131Z [00:01:59.609]➜  EOF
2025-08-20T21:57:57.7873337Z [00:01:59.609]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b755/_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/b755=>" -p github.com/golang/groupcache/lru -lang=go1.20 -complete -installsuffix shared -buildid KHT_3hIA8blpG4iCrJ5k/KHT_3hIA8blpG4iCrJ5k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b755/importcfg -pack /root/go/pkg/mod/github.com/golang/groupcache@v0.0.0-20241129210726-2c02b8208cf8/lru/lru.go
2025-08-20T21:57:57.7905434Z [00:01:59.616]➜  go tool buildid -w $WORK/b691/_pkg_.a # internal
2025-08-20T21:57:57.7915546Z [00:01:59.617]➜  cp $WORK/b691/_pkg_.a /root/.cache/go-build/d2/d28d1b0a7f7aa7b8a6a3afbf73476173a0f73d419b8092c8085cc1e8db1fc61f-d # internal
2025-08-20T21:57:57.7928542Z [00:01:59.618]➜  github.com/projectdiscovery/utils/unit
2025-08-20T21:57:57.7929157Z [00:01:59.618]➜  mkdir -p $WORK/b780/
2025-08-20T21:57:57.7930009Z [00:01:59.618]➜  echo '# import config' > $WORK/b780/importcfg # internal
2025-08-20T21:57:57.7934702Z [00:01:59.618]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b780/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/unit=>github.com/projectdiscovery/utils@v0.4.23/unit;$WORK/b780=>" -p github.com/projectdiscovery/utils/unit -lang=go1.24 -complete -installsuffix shared -buildid GRpp-PlPsoANUzPZyQJn/GRpp-PlPsoANUzPZyQJn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b780/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:57:57.7996023Z [00:01:59.625]➜  go tool buildid -w $WORK/b780/_pkg_.a # internal
2025-08-20T21:57:57.8002283Z [00:01:59.625]➜  cp $WORK/b780/_pkg_.a /root/.cache/go-build/65/65e3240ff63f42744e5144c0bd54ab07daef63dfe9ed7c034ee92d2ee8d098c9-d # internal
2025-08-20T21:57:57.8016138Z [00:01:59.626]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/marker
2025-08-20T21:57:57.8016905Z [00:01:59.626]➜  mkdir -p $WORK/b783/
2025-08-20T21:57:57.8017564Z [00:01:59.626]➜  echo '# import config' > $WORK/b783/importcfg # internal
2025-08-20T21:57:57.8021922Z [00:01:59.626]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b783/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/marker=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/marker;$WORK/b783=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/marker -lang=go1.24 -complete -installsuffix shared -buildid ncwGxyatAa5DQTT_92_P/ncwGxyatAa5DQTT_92_P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b783/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/marker/marker.go
2025-08-20T21:57:57.8062039Z [00:01:59.631]➜  go tool buildid -w $WORK/b755/_pkg_.a # internal
2025-08-20T21:57:57.8076253Z [00:01:59.632]➜  cp $WORK/b755/_pkg_.a /root/.cache/go-build/ed/ed52e0bfb47244da1ee085cd44fd49d9a381d23329cf9d325a28340e7e162749-d # internal
2025-08-20T21:57:57.8081296Z [00:01:59.632]➜  github.com/go-playground/locales/currency
2025-08-20T21:57:57.8089757Z [00:01:59.633]➜  mkdir -p $WORK/b841/
2025-08-20T21:57:57.8090621Z [00:01:59.633]➜  echo '# import config' > $WORK/b841/importcfg # internal
2025-08-20T21:57:57.8094623Z [00:01:59.633]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b841/_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/b841=>" -p github.com/go-playground/locales/currency -lang=go1.17 -complete -installsuffix shared -buildid AECjbQssBSN00wqOjiCG/AECjbQssBSN00wqOjiCG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b841/importcfg -pack /root/go/pkg/mod/github.com/go-playground/locales@v0.14.1/currency/currency.go
2025-08-20T21:57:57.8098066Z [00:01:59.633]➜  go tool buildid -w $WORK/b783/_pkg_.a # internal
2025-08-20T21:57:57.8099336Z [00:01:59.634]➜  cp $WORK/b783/_pkg_.a /root/.cache/go-build/6a/6a35d235f506a9ebff74ff7d4ca66639ed79b30b0bcb135d765a6bfd44ebf6a4-d # internal
2025-08-20T21:57:57.8104195Z [00:01:59.634]➜  github.com/leodido/go-urn/scim/schema
2025-08-20T21:57:57.8104775Z [00:01:59.634]➜  mkdir -p $WORK/b843/
2025-08-20T21:57:57.8105444Z [00:01:59.634]➜  echo '# import config' > $WORK/b843/importcfg # internal
2025-08-20T21:57:57.8109276Z [00:01:59.634]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b843/_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/b843=>" -p github.com/leodido/go-urn/scim/schema -lang=go1.18 -complete -installsuffix shared -buildid hFZNQUfLsYQNrPwFsOyk/hFZNQUfLsYQNrPwFsOyk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b843/importcfg -pack /root/go/pkg/mod/github.com/leodido/go-urn@v1.4.0/scim/schema/type.go
2025-08-20T21:57:57.8201400Z [00:01:59.645]➜  go tool buildid -w $WORK/b843/_pkg_.a # internal
2025-08-20T21:57:57.8207847Z [00:01:59.646]➜  cp $WORK/b843/_pkg_.a /root/.cache/go-build/0d/0dce323eeca39d2270a41fac3a30a3cb70c426586b6325f5b1dc81a93c0dc2b5-d # internal
2025-08-20T21:57:57.8214846Z [00:01:59.646]➜  github.com/go-rod/rod/lib/assets
2025-08-20T21:57:57.8215422Z [00:01:59.646]➜  mkdir -p $WORK/b879/
2025-08-20T21:57:57.8216078Z [00:01:59.646]➜  echo '# import config' > $WORK/b879/importcfg # internal
2025-08-20T21:57:57.8219615Z [00:01:59.647]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b879/_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/b879=>" -p github.com/go-rod/rod/lib/assets -lang=go1.21 -complete -installsuffix shared -buildid FPgh_Qse-ITaLQebg4ZY/FPgh_Qse-ITaLQebg4ZY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b879/importcfg -pack /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/assets/assets.go
2025-08-20T21:57:57.8238136Z [00:01:59.649]➜  go tool buildid -w $WORK/b841/_pkg_.a # internal
2025-08-20T21:57:57.8254691Z [00:01:59.651]➜  cp $WORK/b841/_pkg_.a /root/.cache/go-build/6e/6e67f06ed5a8b36293acf3697462d1156b2b10b804d05f7351e219daf07e5ad8-d # internal
2025-08-20T21:57:57.8255822Z [00:01:59.651]➜  github.com/go-rod/rod/lib/js
2025-08-20T21:57:57.8256368Z [00:01:59.651]➜  mkdir -p $WORK/b887/
2025-08-20T21:57:57.8259663Z [00:01:59.651]➜  echo '# import config' > $WORK/b887/importcfg # internal
2025-08-20T21:57:57.8267915Z [00:01:59.652]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b887/_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/b887=>" -p github.com/go-rod/rod/lib/js -lang=go1.21 -complete -installsuffix shared -buildid 6PXdtOlBPKdA_Sfn0gej/6PXdtOlBPKdA_Sfn0gej -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b887/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:57:57.8286467Z [00:01:59.654]➜  go tool buildid -w $WORK/b879/_pkg_.a # internal
2025-08-20T21:57:57.8289373Z [00:01:59.654]➜  cp $WORK/b879/_pkg_.a /root/.cache/go-build/a3/a3fc667a986a51c4202decac134d6151363d9c2197d87ee5658ac56184253483-d # internal
2025-08-20T21:57:57.8290777Z [00:01:59.654]➜  github.com/ysmood/leakless/pkg/shared
2025-08-20T21:57:57.8291796Z [00:01:59.654]➜  mkdir -p $WORK/b892/
2025-08-20T21:57:57.8293500Z [00:01:59.655]➜  echo '# import config' > $WORK/b892/importcfg # internal
2025-08-20T21:57:57.8298634Z [00:01:59.655]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b892/_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/b892=>" -p github.com/ysmood/leakless/pkg/shared -lang=go1.15 -complete -installsuffix shared -buildid ZcHR9D4j_AH7QWTtyXYV/ZcHR9D4j_AH7QWTtyXYV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b892/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:57:57.8368241Z [00:01:59.662]➜  go tool buildid -w $WORK/b887/_pkg_.a # internal
2025-08-20T21:57:57.8403763Z [00:01:59.666]➜  go tool buildid -w $WORK/b892/_pkg_.a # internal
2025-08-20T21:57:57.8410486Z [00:01:59.666]➜  cp $WORK/b892/_pkg_.a /root/.cache/go-build/22/22146968a08c74d152187e284a5b174da87ef81e0d5590f0b748f62a52c3e315-d # internal
2025-08-20T21:57:57.8414239Z [00:01:59.666]➜  internal/gover
2025-08-20T21:57:57.8414691Z [00:01:59.666]➜  mkdir -p $WORK/b909/
2025-08-20T21:57:57.8418821Z [00:01:59.667]➜  cat >/tmp/go-build282983591/b909/importcfg << 'EOF' # internal
2025-08-20T21:57:57.8421922Z [00:01:59.667]➜  # import config
2025-08-20T21:57:57.8422588Z [00:01:59.667]➜  packagefile cmp=/tmp/go-build282983591/b046/_pkg_.a
2025-08-20T21:57:57.8423204Z [00:01:59.667]➜  EOF
2025-08-20T21:57:57.8426343Z [00:01:59.667]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b909/_pkg_.a -trimpath "/root/.go/src/internal/gover=>internal/gover;$WORK/b909=>" -p internal/gover -lang=go1.25 -std -complete -installsuffix shared -buildid r0G-1ymZl3pFIXdQVRYa/r0G-1ymZl3pFIXdQVRYa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b909/importcfg -pack /root/.go/src/internal/gover/gover.go
2025-08-20T21:57:57.8429575Z [00:01:59.667]➜  cp $WORK/b887/_pkg_.a /root/.cache/go-build/a0/a0a0cfba93c9bd8ec0af6738b93666851ea5507d57ee9b2c12f65655e90d087b-d # internal
2025-08-20T21:57:57.8430702Z [00:01:59.667]➜  internal/goversion
2025-08-20T21:57:57.8452138Z [00:01:59.668]➜  mkdir -p $WORK/b911/
2025-08-20T21:57:57.8452816Z [00:01:59.670]➜  echo '# import config' > $WORK/b911/importcfg # internal
2025-08-20T21:57:57.8455805Z [00:01:59.670]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b911/_pkg_.a -trimpath "/root/.go/src/internal/goversion=>internal/goversion;$WORK/b911=>" -p internal/goversion -lang=go1.25 -std -complete -installsuffix shared -buildid dogWl6GHkkbgNTVJeiTR/dogWl6GHkkbgNTVJeiTR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b911/importcfg -pack /root/.go/src/internal/goversion/goversion.go
2025-08-20T21:57:57.8551216Z [00:01:59.680]➜  go tool buildid -w $WORK/b911/_pkg_.a # internal
2025-08-20T21:57:57.8553821Z [00:01:59.681]➜  cp $WORK/b911/_pkg_.a /root/.cache/go-build/d3/d3bb43876c9a316890dec21381239d181c1fcef964d47ac080fa4bbff8f6392a-d # internal
2025-08-20T21:57:57.8574065Z [00:01:59.683]➜  internal/platform
2025-08-20T21:57:57.8582856Z [00:01:59.684]➜  mkdir -p $WORK/b923/
2025-08-20T21:57:57.8584486Z [00:01:59.684]➜  echo '# import config' > $WORK/b923/importcfg # internal
2025-08-20T21:57:57.8589502Z [00:01:59.684]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b923/_pkg_.a -trimpath "/root/.go/src/internal/platform=>internal/platform;$WORK/b923=>" -p internal/platform -lang=go1.25 -std -complete -installsuffix shared -buildid _1pPsM7Db5zdISPkzmQH/_1pPsM7Db5zdISPkzmQH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b923/importcfg -pack /root/.go/src/internal/platform/supported.go /root/.go/src/internal/platform/zosarch.go
2025-08-20T21:57:57.8867231Z [00:01:59.712]➜  go tool buildid -w $WORK/b909/_pkg_.a # internal
2025-08-20T21:57:57.8873362Z [00:01:59.712]➜  cp $WORK/b909/_pkg_.a /root/.cache/go-build/32/32efd9315b1f8dda5c60a93892e80079939f7dc5a42fa9b1399c02174667936b-d # internal
2025-08-20T21:57:57.8879484Z [00:01:59.713]➜  internal/syslist
2025-08-20T21:57:57.8880187Z [00:01:59.713]➜  mkdir -p $WORK/b924/
2025-08-20T21:57:57.8880839Z [00:01:59.713]➜  echo '# import config' > $WORK/b924/importcfg # internal
2025-08-20T21:57:57.8883937Z [00:01:59.713]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b924/_pkg_.a -trimpath "/root/.go/src/internal/syslist=>internal/syslist;$WORK/b924=>" -p internal/syslist -lang=go1.25 -std -complete -installsuffix shared -buildid ZxrR894FcEAMpyvCz5b4/ZxrR894FcEAMpyvCz5b4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b924/importcfg -pack /root/.go/src/internal/syslist/syslist.go
2025-08-20T21:57:57.9025184Z [00:01:59.728]➜  go tool buildid -w $WORK/b924/_pkg_.a # internal
2025-08-20T21:57:57.9066581Z [00:01:59.731]➜  cp $WORK/b924/_pkg_.a /root/.cache/go-build/a3/a316eb6345b68b12a46a07b1b1c04fb8e45cc23b62692775655ba51017dfc65e-d # internal
2025-08-20T21:57:57.9067924Z [00:01:59.731]➜  github.com/gin-gonic/gin/internal/bytesconv
2025-08-20T21:57:57.9068539Z [00:01:59.731]➜  mkdir -p $WORK/b940/
2025-08-20T21:57:57.9069220Z [00:01:59.731]➜  echo '# import config' > $WORK/b940/importcfg # internal
2025-08-20T21:57:57.9073586Z [00:01:59.732]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b940/_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/b940=>" -p github.com/gin-gonic/gin/internal/bytesconv -lang=go1.20 -complete -installsuffix shared -buildid dZpHyvNRqpdDmnfwXm0S/dZpHyvNRqpdDmnfwXm0S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b940/importcfg -pack /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/internal/bytesconv/bytesconv_1.20.go
2025-08-20T21:57:57.9172709Z [00:01:59.742]➜  go tool buildid -w $WORK/b940/_pkg_.a # internal
2025-08-20T21:57:57.9178298Z [00:01:59.743]➜  cp $WORK/b940/_pkg_.a /root/.cache/go-build/e5/e5e6b4546aeb92ca8b0d1eeef504cdfe435e1a99f886fe79dc2dc77d3a7b6714-d # internal
2025-08-20T21:57:57.9190077Z [00:01:59.743]➜  github.com/pelletier/go-toml/v2/internal/characters
2025-08-20T21:57:57.9190815Z [00:01:59.743]➜  mkdir -p $WORK/b943/
2025-08-20T21:57:57.9191733Z [00:01:59.744]➜  cat >/tmp/go-build282983591/b943/importcfg << 'EOF' # internal
2025-08-20T21:57:57.9192618Z [00:01:59.744]➜  # import config
2025-08-20T21:57:57.9193327Z [00:01:59.744]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:57:57.9193980Z [00:01:59.744]➜  EOF
2025-08-20T21:57:57.9207231Z [00:01:59.746]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b943/_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/b943=>" -p github.com/pelletier/go-toml/v2/internal/characters -lang=go1.16 -complete -installsuffix shared -buildid hkCNJzL53VQUkYF5XHK6/hkCNJzL53VQUkYF5XHK6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b943/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:57:57.9452052Z [00:01:59.770]➜  go tool buildid -w $WORK/b943/_pkg_.a # internal
2025-08-20T21:57:57.9467708Z [00:01:59.772]➜  cp $WORK/b943/_pkg_.a /root/.cache/go-build/a8/a83d18f64c8699f34c07670ff0b9d0e7245ddb6f2d4be6f4dad15599f1e33906-d # internal
2025-08-20T21:57:57.9473335Z [00:01:59.772]➜  google.golang.org/protobuf/internal/flags
2025-08-20T21:57:57.9474129Z [00:01:59.772]➜  mkdir -p $WORK/b956/
2025-08-20T21:57:57.9474822Z [00:01:59.772]➜  echo '# import config' > $WORK/b956/importcfg # internal
2025-08-20T21:57:57.9482009Z [00:01:59.773]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b956/_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/b956=>" -p google.golang.org/protobuf/internal/flags -lang=go1.21 -complete -installsuffix shared -buildid AQp_eO0kGoESv9tsjZPL/AQp_eO0kGoESv9tsjZPL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b956/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:57:57.9598419Z [00:01:59.785]➜  go tool buildid -w $WORK/b956/_pkg_.a # internal
2025-08-20T21:57:57.9603905Z [00:01:59.785]➜  cp $WORK/b956/_pkg_.a /root/.cache/go-build/51/51a7b2a26060417a0015dcb6b2603558735e83c381c7680654a85153ba5a4c2f-d # internal
2025-08-20T21:57:57.9605105Z [00:01:59.786]➜  github.com/jcmturner/gokrb5/v8/iana/etypeID
2025-08-20T21:57:57.9606345Z [00:01:59.786]➜  mkdir -p $WORK/b972/
2025-08-20T21:57:57.9607273Z [00:01:59.786]➜  go tool buildid -w $WORK/b505/_pkg_.a # internal
2025-08-20T21:57:57.9617658Z [00:01:59.787]➜  echo '# import config' > $WORK/b972/importcfg # internal
2025-08-20T21:57:57.9621870Z [00:01:59.787]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b972/_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/b972=>" -p github.com/jcmturner/gokrb5/v8/iana/etypeID -lang=go1.16 -complete -installsuffix shared -buildid SWvMdthvankqNplEToY4/SWvMdthvankqNplEToY4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b972/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/etypeID/constants.go
2025-08-20T21:57:57.9639109Z [00:01:59.789]➜  cp $WORK/b505/_pkg_.a /root/.cache/go-build/6c/6cfa32abd0d3a1fea5998d9898f62a4f6c32893d21a9bc50c915564ab2298b2c-d # internal
2025-08-20T21:57:57.9640492Z [00:01:59.789]➜  github.com/jcmturner/gokrb5/v8/iana/nametype
2025-08-20T21:57:57.9641122Z [00:01:59.789]➜  mkdir -p $WORK/b975/
2025-08-20T21:57:57.9643358Z [00:01:59.790]➜  echo '# import config' > $WORK/b975/importcfg # internal
2025-08-20T21:57:57.9647565Z [00:01:59.790]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b975/_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/b975=>" -p github.com/jcmturner/gokrb5/v8/iana/nametype -lang=go1.16 -complete -installsuffix shared -buildid atQee2ibmujREHa28qnr/atQee2ibmujREHa28qnr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b975/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/nametype/constants.go
2025-08-20T21:57:57.9717099Z [00:01:59.797]➜  go tool buildid -w $WORK/b975/_pkg_.a # internal
2025-08-20T21:57:57.9718884Z [00:01:59.797]➜  cp $WORK/b975/_pkg_.a /root/.cache/go-build/49/4927bdf4c729c8f6baa6bddca83750f835e4c707a4143fa4e90ea7c5da3ea628-d # internal
2025-08-20T21:57:57.9733235Z [00:01:59.799]➜  github.com/jcmturner/gokrb5/v8/iana/chksumtype
2025-08-20T21:57:57.9734503Z [00:01:59.799]➜  mkdir -p $WORK/b987/
2025-08-20T21:57:57.9738609Z [00:01:59.799]➜  echo '# import config' > $WORK/b987/importcfg # internal
2025-08-20T21:57:57.9745769Z [00:01:59.799]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b987/_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/b987=>" -p github.com/jcmturner/gokrb5/v8/iana/chksumtype -lang=go1.16 -complete -installsuffix shared -buildid 0j1Zemm88plF3dNYKGH1/0j1Zemm88plF3dNYKGH1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b987/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/chksumtype/constants.go
2025-08-20T21:57:57.9769667Z [00:01:59.802]➜  go tool buildid -w $WORK/b972/_pkg_.a # internal
2025-08-20T21:57:57.9780290Z [00:01:59.803]➜  cp $WORK/b972/_pkg_.a /root/.cache/go-build/b8/b82bb6e653a948636a3223fc4e4f21787296fc1c0001b5056d88f2c64c660d45-d # internal
2025-08-20T21:57:57.9788457Z [00:01:59.804]➜  github.com/jcmturner/gokrb5/v8/iana/patype
2025-08-20T21:57:57.9794484Z [00:01:59.804]➜  mkdir -p $WORK/b988/
2025-08-20T21:57:57.9795179Z [00:01:59.804]➜  echo '# import config' > $WORK/b988/importcfg # internal
2025-08-20T21:57:57.9799162Z [00:01:59.804]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b988/_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/b988=>" -p github.com/jcmturner/gokrb5/v8/iana/patype -lang=go1.16 -complete -installsuffix shared -buildid GKWA7E4_E7LjtXn6mTjd/GKWA7E4_E7LjtXn6mTjd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b988/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/patype/constants.go
2025-08-20T21:57:57.9807216Z [00:01:59.806]➜  go tool buildid -w $WORK/b987/_pkg_.a # internal
2025-08-20T21:57:57.9817907Z [00:01:59.807]➜  cp $WORK/b987/_pkg_.a /root/.cache/go-build/00/00633580df35ea027f149a4f8d465b5666a8c1388863c559d7180779a488fb35-d # internal
2025-08-20T21:57:57.9827220Z [00:01:59.807]➜  github.com/jcmturner/gokrb5/v8/iana
2025-08-20T21:57:57.9827817Z [00:01:59.807]➜  mkdir -p $WORK/b991/
2025-08-20T21:57:57.9828497Z [00:01:59.807]➜  echo '# import config' > $WORK/b991/importcfg # internal
2025-08-20T21:57:57.9834911Z [00:01:59.808]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b991/_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/b991=>" -p github.com/jcmturner/gokrb5/v8/iana -lang=go1.16 -complete -installsuffix shared -buildid QTANmYkG0XQjWbPkpYDT/QTANmYkG0XQjWbPkpYDT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b991/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/constants.go
2025-08-20T21:57:57.9849301Z [00:01:59.810]➜  go tool buildid -w $WORK/b923/_pkg_.a # internal
2025-08-20T21:57:57.9862338Z [00:01:59.811]➜  cp $WORK/b923/_pkg_.a /root/.cache/go-build/12/12280ee463f1ac86ff9315e112f712e80f51cec20216407ccee063963010f705-d # internal
2025-08-20T21:57:57.9863508Z [00:01:59.811]➜  github.com/jcmturner/gokrb5/v8/iana/addrtype
2025-08-20T21:57:57.9864974Z [00:01:59.811]➜  mkdir -p $WORK/b992/
2025-08-20T21:57:57.9865724Z [00:01:59.811]➜  echo '# import config' > $WORK/b992/importcfg # internal
2025-08-20T21:57:57.9870237Z [00:01:59.812]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b992/_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/b992=>" -p github.com/jcmturner/gokrb5/v8/iana/addrtype -lang=go1.16 -complete -installsuffix shared -buildid SXhW0TYHlhhX9He6jxGp/SXhW0TYHlhhX9He6jxGp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b992/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/addrtype/constants.go
2025-08-20T21:57:57.9882545Z [00:01:59.813]➜  go tool buildid -w $WORK/b988/_pkg_.a # internal
2025-08-20T21:57:57.9888033Z [00:01:59.814]➜  cp $WORK/b988/_pkg_.a /root/.cache/go-build/39/39cc57daa8289df6cb7b8bf25df6beb3fc3d9ba42c54e787ac4b687445b87f76-d # internal
2025-08-20T21:57:57.9889391Z [00:01:59.814]➜  github.com/jcmturner/gokrb5/v8/iana/asnAppTag
2025-08-20T21:57:57.9890231Z [00:01:59.814]➜  mkdir -p $WORK/b993/
2025-08-20T21:57:57.9892919Z [00:01:59.815]➜  echo '# import config' > $WORK/b993/importcfg # internal
2025-08-20T21:57:57.9905250Z [00:01:59.815]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b993/_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/b993=>" -p github.com/jcmturner/gokrb5/v8/iana/asnAppTag -lang=go1.16 -complete -installsuffix shared -buildid 6h1gx_JL85QGowoullX1/6h1gx_JL85QGowoullX1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b993/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/asnAppTag/constants.go
2025-08-20T21:57:57.9913966Z [00:01:59.815]➜  go tool buildid -w $WORK/b991/_pkg_.a # internal
2025-08-20T21:57:57.9915108Z [00:01:59.816]➜  cp $WORK/b991/_pkg_.a /root/.cache/go-build/3b/3b84993a18890160e2c440c3048da1d0e640a4780b779a9273fba866dcc6d997-d # internal
2025-08-20T21:57:57.9916206Z [00:01:59.816]➜  github.com/jcmturner/gokrb5/v8/iana/flags
2025-08-20T21:57:57.9916817Z [00:01:59.816]➜  mkdir -p $WORK/b995/
2025-08-20T21:57:57.9917526Z [00:01:59.817]➜  echo '# import config' > $WORK/b995/importcfg # internal
2025-08-20T21:57:57.9925129Z [00:01:59.817]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b995/_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/b995=>" -p github.com/jcmturner/gokrb5/v8/iana/flags -lang=go1.16 -complete -installsuffix shared -buildid qwTn7CrM90Wap9h6mPJr/qwTn7CrM90Wap9h6mPJr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b995/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/flags/constants.go
2025-08-20T21:57:57.9955946Z [00:01:59.821]➜  go tool buildid -w $WORK/b992/_pkg_.a # internal
2025-08-20T21:57:57.9963814Z [00:01:59.821]➜  cp $WORK/b992/_pkg_.a /root/.cache/go-build/4b/4b670fdadd0a0fe6cee28be21e6f2a7c76021065708f213c2e8c6590f043b838-d # internal
2025-08-20T21:57:57.9969544Z [00:01:59.821]➜  github.com/jcmturner/gokrb5/v8/iana/keyusage
2025-08-20T21:57:57.9970551Z [00:01:59.821]➜  mkdir -p $WORK/b996/
2025-08-20T21:57:57.9972167Z [00:01:59.821]➜  echo '# import config' > $WORK/b996/importcfg # internal
2025-08-20T21:57:57.9977918Z [00:01:59.821]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b996/_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/b996=>" -p github.com/jcmturner/gokrb5/v8/iana/keyusage -lang=go1.16 -complete -installsuffix shared -buildid nhmxcj2tj8KQ4uI6O0fB/nhmxcj2tj8KQ4uI6O0fB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b996/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/keyusage/constants.go
2025-08-20T21:57:57.9983055Z [00:01:59.821]➜  go tool buildid -w $WORK/b993/_pkg_.a # internal
2025-08-20T21:57:57.9984271Z [00:01:59.822]➜  cp $WORK/b993/_pkg_.a /root/.cache/go-build/21/219209ea7019ca0a1b9dc7d5716ef3ee8050d19a8db5d65d39d444330a950139-d # internal
2025-08-20T21:57:57.9985357Z [00:01:59.822]➜  github.com/jcmturner/gokrb5/v8/iana/adtype
2025-08-20T21:57:57.9985921Z [00:01:59.822]➜  mkdir -p $WORK/b1000/
2025-08-20T21:57:57.9986551Z [00:01:59.823]➜  echo '# import config' > $WORK/b1000/importcfg # internal
2025-08-20T21:57:57.9990692Z [00:01:59.823]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1000/_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/b1000=>" -p github.com/jcmturner/gokrb5/v8/iana/adtype -lang=go1.16 -complete -installsuffix shared -buildid jczv4ZWxZoM5qFTDPeSx/jczv4ZWxZoM5qFTDPeSx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1000/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/adtype/constants.go
2025-08-20T21:57:58.0074207Z [00:01:59.831]➜  go tool buildid -w $WORK/b996/_pkg_.a # internal
2025-08-20T21:57:58.0075032Z [00:01:59.831]➜  go tool buildid -w $WORK/b995/_pkg_.a # internal
2025-08-20T21:57:58.0076271Z [00:01:59.831]➜  cp $WORK/b995/_pkg_.a /root/.cache/go-build/e4/e42ff54bd4faa537de9c390ea431e822deade8bf6e7fdc1d0aa34fbc272060ad-d # internal
2025-08-20T21:57:58.0077870Z [00:01:59.831]➜  cp $WORK/b996/_pkg_.a /root/.cache/go-build/ae/aecc7b4c14d44a4421227ca48865299a6146c665200b524bacb55960a5bec205-d # internal
2025-08-20T21:57:58.0078920Z [00:01:59.831]➜  github.com/jcmturner/gokrb5/v8/iana/msgtype
2025-08-20T21:57:58.0080170Z [00:01:59.831]➜  github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/encryption
2025-08-20T21:57:58.0081103Z [00:01:59.831]➜  mkdir -p $WORK/b1023/
2025-08-20T21:57:58.0081565Z [00:01:59.831]➜  mkdir -p $WORK/b1001/
2025-08-20T21:57:58.0082179Z [00:01:59.831]➜  echo '# import config' > $WORK/b1023/importcfg # internal
2025-08-20T21:57:58.0082897Z [00:01:59.831]➜  echo '# import config' > $WORK/b1001/importcfg # internal
2025-08-20T21:57:58.0086724Z [00:01:59.831]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1001/_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/b1001=>" -p github.com/jcmturner/gokrb5/v8/iana/msgtype -lang=go1.16 -complete -installsuffix shared -buildid EnXxWTOQdY-Oo7wdi1NA/EnXxWTOQdY-Oo7wdi1NA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1001/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/msgtype/constants.go
2025-08-20T21:57:58.0094888Z [00:01:59.831]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1023/_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/b1023=>" -p github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/encryption -lang=go1.23 -complete -installsuffix shared -buildid U5hqfqzPlmgl-wWFj9l6/U5hqfqzPlmgl-wWFj9l6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1023/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:57:58.0122270Z [00:01:59.837]➜  go tool buildid -w $WORK/b1000/_pkg_.a # internal
2025-08-20T21:57:58.0131129Z [00:01:59.838]➜  cp $WORK/b1000/_pkg_.a /root/.cache/go-build/9a/9a3c67eae1532152f6a91261f7ef96cae66e383039eb161b059cf5a1d04106fb-d # internal
2025-08-20T21:57:58.0138093Z [00:01:59.839]➜  github.com/lib/pq/oid
2025-08-20T21:57:58.0138667Z [00:01:59.839]➜  mkdir -p $WORK/b1057/
2025-08-20T21:57:58.0139353Z [00:01:59.839]➜  echo '# import config' > $WORK/b1057/importcfg # internal
2025-08-20T21:57:58.0143189Z [00:01:59.839]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1057/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lib/pq@v1.10.9/oid=>github.com/lib/pq@v1.10.9/oid;$WORK/b1057=>" -p github.com/lib/pq/oid -lang=go1.13 -complete -installsuffix shared -buildid cU4CpNm1DCJQsCKoXqdi/cU4CpNm1DCJQsCKoXqdi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1057/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:57:58.0156590Z [00:01:59.841]➜  go tool buildid -w $WORK/b1001/_pkg_.a # internal
2025-08-20T21:57:58.0162848Z [00:01:59.841]➜  cp $WORK/b1001/_pkg_.a /root/.cache/go-build/f9/f9150bbf02d5b54001c724ce3af3d71e23cbd9335bb507185514d7cf9a080d59-d # internal
2025-08-20T21:57:58.0169376Z [00:01:59.842]➜  github.com/dgryski/go-rendezvous
2025-08-20T21:57:58.0175947Z [00:01:59.842]➜  mkdir -p $WORK/b1067/
2025-08-20T21:57:58.0176628Z [00:01:59.842]➜  echo '# import config' > $WORK/b1067/importcfg # internal
2025-08-20T21:57:58.0180949Z [00:01:59.842]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1067/_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/b1067=>" -p github.com/dgryski/go-rendezvous -lang=go1.16 -complete -installsuffix shared -buildid 9OQZo4Vk2Nw0su6ZVo0E/9OQZo4Vk2Nw0su6ZVo0E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1067/importcfg -pack /root/go/pkg/mod/github.com/dgryski/go-rendezvous@v0.0.0-20200823014737-9f7001d12a5f/rdv.go
2025-08-20T21:57:58.0231325Z [00:01:59.846]➜  go tool buildid -w $WORK/b1023/_pkg_.a # internal
2025-08-20T21:57:58.0238294Z [00:01:59.849]➜  cp $WORK/b1023/_pkg_.a /root/.cache/go-build/14/1450aebc27e11081e877c95de06991a9bd7f53923927e23326045d977932eb5b-d # internal
2025-08-20T21:57:58.0239368Z [00:01:59.849]➜  github.com/redis/go-redis/v9/auth
2025-08-20T21:57:58.0240053Z [00:01:59.849]➜  mkdir -p $WORK/b1068/
2025-08-20T21:57:58.0240697Z [00:01:59.849]➜  echo '# import config' > $WORK/b1068/importcfg # internal
2025-08-20T21:57:58.0246491Z [00:01:59.849]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1068/_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/b1068=>" -p github.com/redis/go-redis/v9/auth -lang=go1.18 -complete -installsuffix shared -buildid c4TxIKMnPxka8PvrhX_t/c4TxIKMnPxka8PvrhX_t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1068/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:57:58.0381324Z [00:01:59.863]➜  go tool buildid -w $WORK/b1057/_pkg_.a # internal
2025-08-20T21:57:58.0388855Z [00:01:59.864]➜  cp $WORK/b1057/_pkg_.a /root/.cache/go-build/c8/c8c0cb11933508ed7f18a247322594fd4f847c3b943ad88bd012725ab326c6b6-d # internal
2025-08-20T21:57:58.0397713Z [00:01:59.865]➜  go tool buildid -w $WORK/b1067/_pkg_.a # internal
2025-08-20T21:57:58.0398744Z [00:01:59.865]➜  github.com/projectdiscovery/go-smb2/internal/erref
2025-08-20T21:57:58.0400382Z [00:01:59.865]➜  mkdir -p $WORK/b1085/
2025-08-20T21:57:58.0401070Z [00:01:59.865]➜  go tool buildid -w $WORK/b1068/_pkg_.a # internal
2025-08-20T21:57:58.0407327Z [00:01:59.866]➜  echo '# import config' > $WORK/b1085/importcfg # internal
2025-08-20T21:57:58.0408558Z [00:01:59.866]➜  cp $WORK/b1067/_pkg_.a /root/.cache/go-build/e1/e1538c490998ee95ffdb185eb06b5a489303e195fe1830f384644968d0896d64-d # internal
2025-08-20T21:57:58.0416835Z [00:01:59.866]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1085/_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/b1085=>" -p github.com/projectdiscovery/go-smb2/internal/erref -lang=go1.21 -complete -installsuffix shared -buildid GvKFfg_hprJyi0GvPCWF/GvKFfg_hprJyi0GvPCWF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1085/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:57:58.0421996Z [00:01:59.867]➜  github.com/projectdiscovery/gcache/internal/list
2025-08-20T21:57:58.0422720Z [00:01:59.867]➜  mkdir -p $WORK/b1148/
2025-08-20T21:57:58.0423447Z [00:01:59.867]➜  echo '# import config' > $WORK/b1148/importcfg # internal
2025-08-20T21:57:58.0428587Z [00:01:59.867]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1148/_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/b1148=>" -p github.com/projectdiscovery/gcache/internal/list -lang=go1.19 -complete -installsuffix shared -buildid qx9aEidI_9C7MTN0n-VO/qx9aEidI_9C7MTN0n-VO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1148/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/gcache@v0.0.0-20241015120333-12546c6e3f4c/internal/list/list.go
2025-08-20T21:57:58.0440941Z [00:01:59.867]➜  cp $WORK/b1068/_pkg_.a /root/.cache/go-build/91/91ec515383804e158b4ff5209fb50e6d7e453f12eefb8b260eee2b3bb7017c24-d # internal
2025-08-20T21:57:58.0442127Z [00:01:59.868]➜  go.mongodb.org/mongo-driver/bson/bsonoptions
2025-08-20T21:57:58.0442728Z [00:01:59.868]➜  mkdir -p $WORK/b1164/
2025-08-20T21:57:58.0443390Z [00:01:59.868]➜  echo '# import config' > $WORK/b1164/importcfg # internal
2025-08-20T21:57:58.0452467Z [00:01:59.869]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1164/_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/b1164=>" -p go.mongodb.org/mongo-driver/bson/bsonoptions -lang=go1.18 -complete -installsuffix shared -buildid 3Gxn8Q0L2UhswqxdS1q9/3Gxn8Q0L2UhswqxdS1q9 -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/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:57:58.0533622Z [00:01:59.879]➜  go tool buildid -w $WORK/b1148/_pkg_.a # internal
2025-08-20T21:57:58.0538491Z [00:01:59.879]➜  cp $WORK/b1148/_pkg_.a /root/.cache/go-build/da/da538a51b4a8fc4bd067c91417f4602b102ebdf22bcfadc506624ee5390f8e9b-d # internal
2025-08-20T21:57:58.0540848Z [00:01:59.879]➜  go.mongodb.org/mongo-driver/bson/bsontype
2025-08-20T21:57:58.0542119Z [00:01:59.879]➜  mkdir -p $WORK/b1166/
2025-08-20T21:57:58.0543772Z [00:01:59.879]➜  echo '# import config' > $WORK/b1166/importcfg # internal
2025-08-20T21:57:58.0549247Z [00:01:59.880]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1166/_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/b1166=>" -p go.mongodb.org/mongo-driver/bson/bsontype -lang=go1.18 -complete -installsuffix shared -buildid iXNFhZJ1QXSmyE8L_els/iXNFhZJ1QXSmyE8L_els -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/bson/bsontype/bsontype.go
2025-08-20T21:57:58.0714079Z [00:01:59.897]➜  go tool buildid -w $WORK/b1164/_pkg_.a # internal
2025-08-20T21:57:58.0741791Z [00:01:59.899]➜  cp $WORK/b1164/_pkg_.a /root/.cache/go-build/ad/adc2fb0d193f3346d8fd9d1790d3c94b753f7de8f8d8ec1d325a0e603b3b75aa-d # internal
2025-08-20T21:57:58.0743067Z [00:01:59.899]➜  go.mongodb.org/mongo-driver/internal/handshake
2025-08-20T21:57:58.0743716Z [00:01:59.899]➜  mkdir -p $WORK/b1173/
2025-08-20T21:57:58.0744357Z [00:01:59.899]➜  go tool buildid -w $WORK/b1166/_pkg_.a # internal
2025-08-20T21:57:58.0745144Z [00:01:59.899]➜  echo '# import config' > $WORK/b1173/importcfg # internal
2025-08-20T21:57:58.0749527Z [00:01:59.899]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1173/_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/b1173=>" -p go.mongodb.org/mongo-driver/internal/handshake -lang=go1.18 -complete -installsuffix shared -buildid 629-sB9bT8N0hdNcdrnw/629-sB9bT8N0hdNcdrnw -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/internal/handshake/handshake.go
2025-08-20T21:57:58.0753882Z [00:01:59.899]➜  cp $WORK/b1166/_pkg_.a /root/.cache/go-build/a9/a96055ddef4fca7699f43b81d268c3aaec6f948046461c97794700b7704c3e06-d # internal
2025-08-20T21:57:58.0755077Z [00:01:59.899]➜  go.mongodb.org/mongo-driver/internal/ptrutil
2025-08-20T21:57:58.0755697Z [00:01:59.899]➜  mkdir -p $WORK/b1174/
2025-08-20T21:57:58.0756372Z [00:01:59.899]➜  echo '# import config' > $WORK/b1174/importcfg # internal
2025-08-20T21:57:58.0760595Z [00:01:59.899]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1174/_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/b1174=>" -p go.mongodb.org/mongo-driver/internal/ptrutil -lang=go1.18 -complete -installsuffix shared -buildid bwdHzIhSeCOHHIG2X75D/bwdHzIhSeCOHHIG2X75D -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/internal/ptrutil/int64.go
2025-08-20T21:57:58.0822045Z [00:01:59.907]➜  go tool buildid -w $WORK/b1173/_pkg_.a # internal
2025-08-20T21:57:58.0825208Z [00:01:59.907]➜  cp $WORK/b1173/_pkg_.a /root/.cache/go-build/f1/f108accc4ff755392a498d7e2da8515ff257ce983a56e2708d63f40555ed96aa-d # internal
2025-08-20T21:57:58.0834722Z [00:01:59.908]➜  go tool buildid -w $WORK/b1174/_pkg_.a # internal
2025-08-20T21:57:58.0836053Z [00:01:59.908]➜  cp $WORK/b1174/_pkg_.a /root/.cache/go-build/06/06f87a926158c03cbfbc9dc987ca8ad4b669017c8739daf3b833bf021430c47f-d # internal
2025-08-20T21:57:58.0837292Z [00:01:59.908]➜  github.com/ditashi/jsbeautifier-go/optargs
2025-08-20T21:57:58.0846615Z [00:01:59.909]➜  mkdir -p $WORK/b1253/
2025-08-20T21:57:58.0847476Z [00:01:59.909]➜  echo '# import config' > $WORK/b1253/importcfg # internal
2025-08-20T21:57:58.0852605Z [00:01:59.909]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1253/_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/b1253=>" -p github.com/ditashi/jsbeautifier-go/optargs -lang=go1.16 -complete -installsuffix shared -buildid 3Roi7XXNiRAReKo4xDcT/3Roi7XXNiRAReKo4xDcT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1253/importcfg -pack /root/go/pkg/mod/github.com/ditashi/jsbeautifier-go@v0.0.0-20141206144643-2520a8026a9c/optargs/optargs.go
2025-08-20T21:57:58.0856536Z [00:01:59.909]➜  go.mongodb.org/mongo-driver/version
2025-08-20T21:57:58.0857150Z [00:01:59.909]➜  mkdir -p $WORK/b1206/
2025-08-20T21:57:58.0862887Z [00:01:59.910]➜  echo '# import config' > $WORK/b1206/importcfg # internal
2025-08-20T21:57:58.0867810Z [00:01:59.911]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1206/_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/b1206=>" -p go.mongodb.org/mongo-driver/version -lang=go1.18 -complete -installsuffix shared -buildid 4Jad6T2pJtOq00MQRpSB/4Jad6T2pJtOq00MQRpSB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1206/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/version/version.go
2025-08-20T21:57:58.0944935Z [00:01:59.919]➜  go tool buildid -w $WORK/b1206/_pkg_.a # internal
2025-08-20T21:57:58.0947737Z [00:01:59.920]➜  cp $WORK/b1206/_pkg_.a /root/.cache/go-build/f3/f352f0e1a4dd858bc6b5c368f7908770f7ec47e424526b78ccdc63520c4ffb60-d # internal
2025-08-20T21:57:58.0950463Z [00:01:59.920]➜  github.com/ditashi/jsbeautifier-go/utils
2025-08-20T21:57:58.0953136Z [00:01:59.920]➜  mkdir -p $WORK/b1255/
2025-08-20T21:57:58.0954043Z [00:01:59.920]➜  go tool buildid -w $WORK/b1253/_pkg_.a # internal
2025-08-20T21:57:58.0955341Z [00:01:59.921]➜  cp $WORK/b1253/_pkg_.a /root/.cache/go-build/7c/7c0e18d34c6a8986053bdfc7910a7ee5076bcc9af6c39c29d42544c426c30216-d # internal
2025-08-20T21:57:58.0961970Z [00:01:59.921]➜  echo '# import config' > $WORK/b1255/importcfg # internal
2025-08-20T21:57:58.0971650Z [00:01:59.921]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1255/_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/b1255=>" -p github.com/ditashi/jsbeautifier-go/utils -lang=go1.16 -complete -installsuffix shared -buildid vQ8HQbVQdwCuSD7FlGeM/vQ8HQbVQdwCuSD7FlGeM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1255/importcfg -pack /root/go/pkg/mod/github.com/ditashi/jsbeautifier-go@v0.0.0-20141206144643-2520a8026a9c/utils/utils.go
2025-08-20T21:57:58.0975582Z [00:01:59.922]➜  github.com/aws/aws-sdk-go-v2/internal/sdkio
2025-08-20T21:57:58.0976204Z [00:01:59.922]➜  mkdir -p $WORK/b1304/
2025-08-20T21:57:58.0976877Z [00:01:59.922]➜  echo '# import config' > $WORK/b1304/importcfg # internal
2025-08-20T21:57:58.0986005Z [00:01:59.923]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1304/_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/b1304=>" -p github.com/aws/aws-sdk-go-v2/internal/sdkio -lang=go1.22 -complete -installsuffix shared -buildid C3K97taU6p9K6liB1Da8/C3K97taU6p9K6liB1Da8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1304/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/sdkio/byte.go
2025-08-20T21:57:58.1035589Z [00:01:59.929]➜  go tool buildid -w $WORK/b1255/_pkg_.a # internal
2025-08-20T21:57:58.1041971Z [00:01:59.929]➜  cp $WORK/b1255/_pkg_.a /root/.cache/go-build/40/40622771a7ce9f9401e5b4a12b1e53f3424febd32b6e3f66950749bf298de7e1-d # internal
2025-08-20T21:57:58.1060178Z [00:01:59.930]➜  github.com/gobwas/pool/internal/pmath
2025-08-20T21:57:58.1066168Z [00:01:59.930]➜  mkdir -p $WORK/b1385/
2025-08-20T21:57:58.1067195Z [00:01:59.930]➜  echo '# import config' > $WORK/b1385/importcfg # internal
2025-08-20T21:57:58.1071193Z [00:01:59.930]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1385/_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/b1385=>" -p github.com/gobwas/pool/internal/pmath -lang=go1.16 -complete -installsuffix shared -buildid DJnuZ8KuI-6cdNqTV-9Y/DJnuZ8KuI-6cdNqTV-9Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1385/importcfg -pack /root/go/pkg/mod/github.com/gobwas/pool@v0.2.1/internal/pmath/pmath.go
2025-08-20T21:57:58.1075890Z [00:01:59.933]➜  go tool buildid -w $WORK/b1304/_pkg_.a # internal
2025-08-20T21:57:58.1078324Z [00:01:59.933]➜  cp $WORK/b1304/_pkg_.a /root/.cache/go-build/39/39c5c5ef662b857796fb48bbc3236a3df646e400f063f74debec72ffb11db32f-d # internal
2025-08-20T21:57:58.1080563Z [00:01:59.933]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud
2025-08-20T21:57:58.1082141Z [00:01:59.934]➜  mkdir -p $WORK/b1459/
2025-08-20T21:57:58.1083720Z [00:01:59.934]➜  echo '# import config' > $WORK/b1459/importcfg # internal
2025-08-20T21:57:58.1089215Z [00:01:59.934]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1459/_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/b1459=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud -lang=go1.23 -complete -installsuffix shared -buildid 8WqBpshuwKezX3WX_bmq/8WqBpshuwKezX3WX_bmq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1459/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:57:58.1164660Z [00:01:59.942]➜  go tool buildid -w $WORK/b1385/_pkg_.a # internal
2025-08-20T21:57:58.1190712Z [00:01:59.944]➜  cp $WORK/b1385/_pkg_.a /root/.cache/go-build/b3/b3250755c26074fd87822733848ad10206e33cf5a4d87af4af6e7d332887f36e-d # internal
2025-08-20T21:57:58.1194813Z [00:01:59.944]➜  github.com/Azure/azure-sdk-for-go/sdk/internal/errorinfo
2025-08-20T21:57:58.1195498Z [00:01:59.944]➜  mkdir -p $WORK/b1471/
2025-08-20T21:57:58.1196191Z [00:01:59.944]➜  echo '# import config' > $WORK/b1471/importcfg # internal
2025-08-20T21:57:58.1201404Z [00:01:59.945]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1471/_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/b1471=>" -p github.com/Azure/azure-sdk-for-go/sdk/internal/errorinfo -lang=go1.23 -complete -installsuffix shared -buildid KiW2NV5QUnQUeuztLZxE/KiW2NV5QUnQUeuztLZxE -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/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:57:58.1214637Z [00:01:59.946]➜  go tool buildid -w $WORK/b1459/_pkg_.a # internal
2025-08-20T21:57:58.1215964Z [00:01:59.946]➜  cp $WORK/b1459/_pkg_.a /root/.cache/go-build/ac/acfad3cb5e64ab8aba3f705ce692ec693abb5187ff5df53e81fd7e9311be50bf-d # internal
2025-08-20T21:57:58.1217447Z [00:01:59.946]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/exported
2025-08-20T21:57:58.1218326Z [00:01:59.946]➜  mkdir -p $WORK/b1488/
2025-08-20T21:57:58.1219022Z [00:01:59.946]➜  echo '# import config' > $WORK/b1488/importcfg # internal
2025-08-20T21:57:58.1224479Z [00:01:59.947]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1488/_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/b1488=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/exported -lang=go1.18 -complete -installsuffix shared -buildid dib0ep9jPv9mLxK30DsL/dib0ep9jPv9mLxK30DsL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1488/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:57:58.1296218Z [00:01:59.954]➜  go tool buildid -w $WORK/b1471/_pkg_.a # internal
2025-08-20T21:57:58.1301751Z [00:01:59.955]➜  cp $WORK/b1471/_pkg_.a /root/.cache/go-build/b6/b6e4526497ff0e429618859d979ed440b6dfd24b028c551c319b0b57ef9c7fee-d # internal
2025-08-20T21:57:58.1308184Z [00:01:59.956]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/grant
2025-08-20T21:57:58.1309100Z [00:01:59.956]➜  mkdir -p $WORK/b1492/
2025-08-20T21:57:58.1309957Z [00:01:59.956]➜  echo '# import config' > $WORK/b1492/importcfg # internal
2025-08-20T21:57:58.1315452Z [00:01:59.956]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1492/_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/b1492=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/grant -lang=go1.18 -complete -installsuffix shared -buildid -KNSqcCuopB7GaGarvC4/-KNSqcCuopB7GaGarvC4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1492/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:57:58.1351281Z [00:01:59.960]➜  go tool buildid -w $WORK/b1488/_pkg_.a # internal
2025-08-20T21:57:58.1356921Z [00:01:59.961]➜  cp $WORK/b1488/_pkg_.a /root/.cache/go-build/f3/f3a492e60c50e8e82137c22e318cde0545219808f83622b3bddd129d1ce4141d-d # internal
2025-08-20T21:57:58.1359668Z [00:01:59.961]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/version
2025-08-20T21:57:58.1362038Z [00:01:59.961]➜  mkdir -p $WORK/b1498/
2025-08-20T21:57:58.1362884Z [00:01:59.961]➜  echo '# import config' > $WORK/b1498/importcfg # internal
2025-08-20T21:57:58.1368065Z [00:01:59.961]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1498/_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/b1498=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/version -lang=go1.18 -complete -installsuffix shared -buildid x8xGXUhnZqz3hY0M3kHu/x8xGXUhnZqz3hY0M3kHu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1498/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:57:58.1381980Z [00:01:59.963]➜  go tool buildid -w $WORK/b1492/_pkg_.a # internal
2025-08-20T21:57:58.1396310Z [00:01:59.965]➜  cp $WORK/b1492/_pkg_.a /root/.cache/go-build/ba/bac8c249dd1cffdd8342babad48e0a8398a373ccdddc7ccc0f03d50fda4d6629-d # internal
2025-08-20T21:57:58.1422869Z [00:01:59.968]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/to
2025-08-20T21:57:58.1423509Z [00:01:59.968]➜  mkdir -p $WORK/b1508/
2025-08-20T21:57:58.1424164Z [00:01:59.968]➜  echo '# import config' > $WORK/b1508/importcfg # internal
2025-08-20T21:57:58.1428637Z [00:01:59.968]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1508/_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/b1508=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/to -lang=go1.23 -complete -installsuffix shared -buildid w6qPsmKWVToprln4T4oa/w6qPsmKWVToprln4T4oa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1508/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:57:58.1441580Z [00:01:59.969]➜  go tool buildid -w $WORK/b1498/_pkg_.a # internal
2025-08-20T21:57:58.1450652Z [00:01:59.970]➜  cp $WORK/b1498/_pkg_.a /root/.cache/go-build/70/70ac1dc007acc2e452e927e9ec2384515f9850b411f4ed9b54d57e29e193b740-d # internal
2025-08-20T21:57:58.1451848Z [00:01:59.970]➜  github.com/aws/smithy-go/container/private/cache
2025-08-20T21:57:58.1452459Z [00:01:59.970]➜  mkdir -p $WORK/b1535/
2025-08-20T21:57:58.1458531Z [00:01:59.971]➜  echo '# import config' > $WORK/b1535/importcfg # internal
2025-08-20T21:57:58.1464976Z [00:01:59.971]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1535/_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/b1535=>" -p github.com/aws/smithy-go/container/private/cache -lang=go1.22 -complete -installsuffix shared -buildid 05E-k1b7TtA4ogjbem5u/05E-k1b7TtA4ogjbem5u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1535/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/container/private/cache/cache.go
2025-08-20T21:57:58.1501460Z [00:01:59.975]➜  go tool buildid -w $WORK/b1508/_pkg_.a # internal
2025-08-20T21:57:58.1516829Z [00:01:59.976]➜  cp $WORK/b1508/_pkg_.a /root/.cache/go-build/72/72b0967ca3b5e3357044f9223a0cc076a4745e01e0a5d36679c232a37184c299-d # internal
2025-08-20T21:57:58.1521413Z [00:01:59.976]➜  github.com/ProtonMail/go-crypto/internal/byteutil
2025-08-20T21:57:58.1522099Z [00:01:59.976]➜  mkdir -p $WORK/b1549/
2025-08-20T21:57:58.1522791Z [00:01:59.976]➜  echo '# import config' > $WORK/b1549/importcfg # internal
2025-08-20T21:57:58.1527270Z [00:01:59.977]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1549/_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/b1549=>" -p github.com/ProtonMail/go-crypto/internal/byteutil -lang=go1.17 -complete -installsuffix shared -buildid wwn1aaM1UZfTiPblCEQz/wwn1aaM1UZfTiPblCEQz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1549/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/internal/byteutil/byteutil.go
2025-08-20T21:57:58.1546748Z [00:01:59.980]➜  go tool buildid -w $WORK/b1085/_pkg_.a # internal
2025-08-20T21:57:58.1578183Z [00:01:59.983]➜  go tool buildid -w $WORK/b1535/_pkg_.a # internal
2025-08-20T21:57:58.1583763Z [00:01:59.984]➜  cp $WORK/b1535/_pkg_.a /root/.cache/go-build/4b/4b27743a4ec418445cf2ed26b4528b81d865a39ab54b73e91050a89b32355b6b-d # internal
2025-08-20T21:57:58.1602834Z [00:01:59.985]➜  github.com/aws/smithy-go/container/private/cache/lru
2025-08-20T21:57:58.1604035Z [00:01:59.985]➜  mkdir -p $WORK/b1536/
2025-08-20T21:57:58.1605891Z [00:01:59.985]➜  cat >/tmp/go-build282983591/b1536/importcfg << 'EOF' # internal
2025-08-20T21:57:58.1606581Z [00:01:59.985]➜  # import config
2025-08-20T21:57:58.1607367Z [00:01:59.985]➜  packagefile container/list=/tmp/go-build282983591/b106/_pkg_.a
2025-08-20T21:57:58.1608552Z [00:01:59.985]➜  packagefile github.com/aws/smithy-go/container/private/cache=/tmp/go-build282983591/b1535/_pkg_.a
2025-08-20T21:57:58.1609409Z [00:01:59.985]➜  EOF
2025-08-20T21:57:58.1613686Z [00:01:59.985]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1536/_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/b1536=>" -p github.com/aws/smithy-go/container/private/cache/lru -lang=go1.22 -complete -installsuffix shared -buildid o4WNbyNxVU7Fk6_caLaB/o4WNbyNxVU7Fk6_caLaB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1536/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/container/private/cache/lru/lru.go
2025-08-20T21:57:58.1617971Z [00:01:59.985]➜  cp $WORK/b1085/_pkg_.a /root/.cache/go-build/2c/2c8bd490ffc12fac0466656afdb13011e6328e9c4393016cdb98e3f9a49d5e47-d # internal
2025-08-20T21:57:58.1649700Z [00:01:59.985]➜  github.com/pjbgf/sha1cd/internal
2025-08-20T21:57:58.1650590Z [00:01:59.985]➜  mkdir -p $WORK/b1576/
2025-08-20T21:57:58.1651297Z [00:01:59.986]➜  echo '# import config' > $WORK/b1576/importcfg # internal
2025-08-20T21:57:58.1705010Z [00:01:59.986]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1576/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/internal=>github.com/pjbgf/sha1cd@v0.3.2/internal;$WORK/b1576=>" -p github.com/pjbgf/sha1cd/internal -lang=go1.21 -complete -installsuffix shared -buildid Cc01TSDAahH5TBGUPPXf/Cc01TSDAahH5TBGUPPXf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1576/importcfg -pack /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/internal/const.go
2025-08-20T21:57:58.1715788Z [00:01:59.993]➜  go tool buildid -w $WORK/b1549/_pkg_.a # internal
2025-08-20T21:57:58.1717135Z [00:01:59.994]➜  cp $WORK/b1549/_pkg_.a /root/.cache/go-build/01/01220edebba947a5907f9ac44f133f6f4823b87becb04be3bc7da2f09f59495b-d # internal
2025-08-20T21:57:58.1718300Z [00:01:59.994]➜  github.com/pjbgf/sha1cd/ubc
2025-08-20T21:57:58.1718892Z [00:01:59.994]➜  mkdir -p $WORK/b1577/
2025-08-20T21:57:58.1719515Z [00:01:59.994]➜  echo -n > $WORK/b1577/go_asm.h # internal
2025-08-20T21:57:58.1720431Z [00:01:59.995]➜  cd /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/ubc
2025-08-20T21:57:58.1723024Z [00:01:59.995]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/pjbgf/sha1cd/ubc -trimpath "/root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/ubc=>github.com/pjbgf/sha1cd@v0.3.2/ubc;$WORK/b1577=>" -I $WORK/b1577/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b1577/symabis ./ubc_amd64.s
2025-08-20T21:57:58.1728384Z [00:01:59.997]➜  go tool buildid -w $WORK/b1576/_pkg_.a # internal
2025-08-20T21:57:58.1730145Z [00:01:59.998]➜  cp $WORK/b1576/_pkg_.a /root/.cache/go-build/0f/0fbefab96c4cb8bd64ab9891dd581e8e19281fa1c3a398156b7264096021db0b-d # internal
2025-08-20T21:57:58.1735911Z [00:01:59.998]➜  github.com/go-git/go-git/v5/plumbing/color
2025-08-20T21:57:58.1736595Z [00:01:59.998]➜  mkdir -p $WORK/b1605/
2025-08-20T21:57:58.1737303Z [00:01:59.999]➜  echo '# import config' > $WORK/b1605/importcfg # internal
2025-08-20T21:57:58.1738069Z [00:01:59.999]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:58.1742129Z [00:01:59.999]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1605/_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/b1605=>" -p github.com/go-git/go-git/v5/plumbing/color -lang=go1.23 -complete -installsuffix shared -buildid AECWxWJsYE2aU0LTsOlH/AECWxWJsYE2aU0LTsOlH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1605/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/color/color.go
2025-08-20T21:57:58.1762355Z [00:02:00.001]➜  echo '# import config' > $WORK/b1577/importcfg # internal
2025-08-20T21:57:58.1767521Z [00:02:00.001]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1577/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/ubc=>github.com/pjbgf/sha1cd@v0.3.2/ubc;$WORK/b1577=>" -p github.com/pjbgf/sha1cd/ubc -lang=go1.21 -installsuffix shared -buildid q0DxKu1wKiDdioI1aU44/q0DxKu1wKiDdioI1aU44 -goversion go1.25.0 -symabis $WORK/b1577/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1577/importcfg -pack -asmhdr $WORK/b1577/go_asm.h /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_amd64.go /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/ubc/ubc_generic.go
2025-08-20T21:57:58.1814518Z [00:02:00.007]➜  go tool buildid -w $WORK/b1605/_pkg_.a # internal
2025-08-20T21:57:58.1819716Z [00:02:00.007]➜  cp $WORK/b1605/_pkg_.a /root/.cache/go-build/6e/6e4aa9ec8eb54e426be66e0fb4bbed92a20fc8d2ea06df0ac0e8081b4a2b2121-d # internal
2025-08-20T21:57:58.1853891Z [00:02:00.011]➜  go tool buildid -w $WORK/b1536/_pkg_.a # internal
2025-08-20T21:57:58.1858808Z [00:02:00.011]➜  cp $WORK/b1536/_pkg_.a /root/.cache/go-build/fa/fa7b59298b7ff64eb4a2d3dbbcc89cb4799ab33f21180d84335ff1968e0fadda-d # internal
2025-08-20T21:57:58.2477203Z [00:02:00.073]➜  cd /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/ubc
2025-08-20T21:57:58.2481155Z [00:02:00.073]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/pjbgf/sha1cd/ubc -trimpath "/root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/ubc=>github.com/pjbgf/sha1cd@v0.3.2/ubc;$WORK/b1577=>" -I $WORK/b1577/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1577/ubc_amd64.o ./ubc_amd64.s
2025-08-20T21:57:58.2523596Z [00:02:00.078]➜  go tool pack r $WORK/b1577/_pkg_.a $WORK/b1577/ubc_amd64.o # internal
2025-08-20T21:57:58.2524464Z [00:02:00.078]➜  go tool buildid -w $WORK/b1577/_pkg_.a # internal
2025-08-20T21:57:58.2530095Z [00:02:00.078]➜  cp $WORK/b1577/_pkg_.a /root/.cache/go-build/24/243aaac4fdefe2b8f2ea23cac69ae7dffedef8cdb5a871ecc02aed83873e1c00-d # internal
2025-08-20T21:57:59.7113879Z [00:02:01.536]➜  cp /root/.go/src/runtime/asm_amd64.h $WORK/b010/asm_GOARCH.h
2025-08-20T21:57:59.7114754Z [00:02:01.537]➜  cd /root/.go/src/runtime
2025-08-20T21:57:59.7116449Z [00:02:01.537]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/asm.o ./asm.s
2025-08-20T21:57:59.7141350Z [00:02:01.539]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/asm_amd64.o ./asm_amd64.s
2025-08-20T21:57:59.7242923Z [00:02:01.549]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/duff_amd64.o ./duff_amd64.s
2025-08-20T21:57:59.7268274Z [00:02:01.552]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/ints.o ./ints.s
2025-08-20T21:57:59.7297183Z [00:02:01.555]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/memclr_amd64.o ./memclr_amd64.s
2025-08-20T21:57:59.7343599Z [00:02:01.560]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/memmove_amd64.o ./memmove_amd64.s
2025-08-20T21:57:59.7389723Z [00:02:01.564]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/preempt_amd64.o ./preempt_amd64.s
2025-08-20T21:57:59.7434036Z [00:02:01.569]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/rt0_linux_amd64.o ./rt0_linux_amd64.s
2025-08-20T21:57:59.7456092Z [00:02:01.571]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/sys_linux_amd64.o ./sys_linux_amd64.s
2025-08-20T21:57:59.7510674Z [00:02:01.576]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/test_amd64.o ./test_amd64.s
2025-08-20T21:57:59.7532216Z [00:02:01.578]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/time_linux_amd64.o ./time_linux_amd64.s
2025-08-20T21:57:59.7573248Z [00:02:01.582]➜  go tool pack r $WORK/b010/_pkg_.a $WORK/b010/asm.o $WORK/b010/asm_amd64.o $WORK/b010/duff_amd64.o $WORK/b010/ints.o $WORK/b010/memclr_amd64.o $WORK/b010/memmove_amd64.o $WORK/b010/preempt_amd64.o $WORK/b010/rt0_linux_amd64.o $WORK/b010/sys_linux_amd64.o $WORK/b010/test_amd64.o $WORK/b010/time_linux_amd64.o # internal
2025-08-20T21:57:59.7576299Z [00:02:01.583]➜  go tool buildid -w $WORK/b010/_pkg_.a # internal
2025-08-20T21:57:59.7932989Z [00:02:01.618]➜  cp $WORK/b010/_pkg_.a /root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d # internal
2025-08-20T21:57:59.7936944Z [00:02:01.619]➜  iter
2025-08-20T21:57:59.7937757Z [00:02:01.619]➜  mkdir -p $WORK/b039/
2025-08-20T21:57:59.7938716Z [00:02:01.619]➜  internal/reflectlite
2025-08-20T21:57:59.7939506Z [00:02:01.619]➜  mkdir -p $WORK/b005/
2025-08-20T21:57:59.7940388Z [00:02:01.619]➜  crypto/subtle
2025-08-20T21:57:59.7942281Z [00:02:01.619]➜  mkdir -p $WORK/b099/
2025-08-20T21:57:59.7942879Z [00:02:01.619]➜  sync
2025-08-20T21:57:59.7943337Z [00:02:01.619]➜  mkdir -p $WORK/b035/
2025-08-20T21:57:59.7944016Z [00:02:01.619]➜  cat >/tmp/go-build282983591/b099/importcfg << 'EOF' # internal
2025-08-20T21:57:59.7944671Z [00:02:01.619]➜  # import config
2025-08-20T21:57:59.7945487Z [00:02:01.619]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build282983591/b091/_pkg_.a
2025-08-20T21:57:59.7946547Z [00:02:01.619]➜  packagefile internal/runtime/sys=/tmp/go-build282983591/b031/_pkg_.a
2025-08-20T21:57:59.7947705Z [00:02:01.619]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:57:59.7948370Z [00:02:01.619]➜  EOF
2025-08-20T21:57:59.7948916Z [00:02:01.619]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:59.7961455Z [00:02:01.619]➜  /root/.go/pkg/tool/linux_amd64/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 Xc79yGTipdlJLObEA6rA/Xc79yGTipdlJLObEA6rA -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:57:59.7964658Z [00:02:01.619]➜  echo -n > $WORK/b005/go_asm.h # internal
2025-08-20T21:57:59.7965484Z [00:02:01.619]➜  cat >/tmp/go-build282983591/b039/importcfg << 'EOF' # internal
2025-08-20T21:57:59.7966194Z [00:02:01.619]➜  # import config
2025-08-20T21:57:59.7966936Z [00:02:01.619]➜  packagefile internal/race=/tmp/go-build282983591/b030/_pkg_.a
2025-08-20T21:57:59.7967838Z [00:02:01.619]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:57:59.7968436Z [00:02:01.619]➜  EOF
2025-08-20T21:57:59.7968938Z [00:02:01.619]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T21:57:59.7971316Z [00:02:01.619]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b005/symabis ./asm.s
2025-08-20T21:57:59.7976982Z [00:02:01.619]➜  cat >/tmp/go-build282983591/b035/importcfg << 'EOF' # internal
2025-08-20T21:57:59.7978890Z [00:02:01.619]➜  # import config
2025-08-20T21:57:59.7986069Z [00:02:01.619]➜  packagefile internal/race=/tmp/go-build282983591/b030/_pkg_.a
2025-08-20T21:57:59.7987052Z [00:02:01.619]➜  packagefile internal/sync=/tmp/go-build282983591/b036/_pkg_.a
2025-08-20T21:57:59.7988064Z [00:02:01.619]➜  packagefile internal/synctest=/tmp/go-build282983591/b038/_pkg_.a
2025-08-20T21:57:59.7989007Z [00:02:01.619]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:57:59.7990005Z [00:02:01.619]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:57:59.7991000Z [00:02:01.619]➜  EOF
2025-08-20T21:57:59.7991502Z [00:02:01.619]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:59.7994128Z [00:02:01.619]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b039/_pkg_.a -trimpath "/root/.go/src/iter=>iter;$WORK/b039=>" -p iter -lang=go1.25 -std -complete -installsuffix shared -buildid 0pZTu9fTQDGRD3NnR3_B/0pZTu9fTQDGRD3NnR3_B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b039/importcfg -pack /root/.go/src/iter/iter.go
2025-08-20T21:57:59.8000604Z [00:02:01.621]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b035/_pkg_.a -trimpath "/root/.go/src/sync=>sync;$WORK/b035=>" -p sync -lang=go1.25 -std -installsuffix shared -buildid jwP78NdxT4VwYWlVWasd/jwP78NdxT4VwYWlVWasd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b035/importcfg -pack /root/.go/src/sync/cond.go /root/.go/src/sync/hashtriemap.go /root/.go/src/sync/mutex.go /root/.go/src/sync/once.go /root/.go/src/sync/oncefunc.go /root/.go/src/sync/pool.go /root/.go/src/sync/poolqueue.go /root/.go/src/sync/runtime.go /root/.go/src/sync/runtime2.go /root/.go/src/sync/rwmutex.go /root/.go/src/sync/waitgroup.go
2025-08-20T21:57:59.8004726Z [00:02:01.623]➜  cat >/tmp/go-build282983591/b005/importcfg << 'EOF' # internal
2025-08-20T21:57:59.8005421Z [00:02:01.624]➜  # import config
2025-08-20T21:57:59.8006153Z [00:02:01.624]➜  packagefile internal/abi=/tmp/go-build282983591/b006/_pkg_.a
2025-08-20T21:57:59.8007109Z [00:02:01.624]➜  packagefile internal/goarch=/tmp/go-build282983591/b007/_pkg_.a
2025-08-20T21:57:59.8010108Z [00:02:01.626]➜  packagefile internal/unsafeheader=/tmp/go-build282983591/b009/_pkg_.a
2025-08-20T21:57:59.8012016Z [00:02:01.626]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:57:59.8014046Z [00:02:01.626]➜  EOF
2025-08-20T21:57:59.8018217Z [00:02:01.626]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b005/_pkg_.a -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b005=>" -p internal/reflectlite -lang=go1.25 -std -installsuffix shared -buildid CMAeW-1UQf_B9x0I_LrK/CMAeW-1UQf_B9x0I_LrK -goversion go1.25.0 -symabis $WORK/b005/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b005/importcfg -pack -asmhdr $WORK/b005/go_asm.h /root/.go/src/internal/reflectlite/swapper.go /root/.go/src/internal/reflectlite/type.go /root/.go/src/internal/reflectlite/value.go
2025-08-20T21:57:59.8074730Z [00:02:01.632]➜  go tool buildid -w $WORK/b039/_pkg_.a # internal
2025-08-20T21:57:59.8076120Z [00:02:01.633]➜  cp $WORK/b039/_pkg_.a /root/.cache/go-build/23/23d10c877f3b73604425a334a1530a3d83b5cebea7cc3c08d3b6aea551897635-d # internal
2025-08-20T21:57:59.8097231Z [00:02:01.633]➜  slices
2025-08-20T21:57:59.8097725Z [00:02:01.633]➜  mkdir -p $WORK/b051/
2025-08-20T21:57:59.8098463Z [00:02:01.634]➜  cat >/tmp/go-build282983591/b051/importcfg << 'EOF' # internal
2025-08-20T21:57:59.8099115Z [00:02:01.634]➜  # import config
2025-08-20T21:57:59.8099961Z [00:02:01.634]➜  packagefile cmp=/tmp/go-build282983591/b046/_pkg_.a
2025-08-20T21:57:59.8100763Z [00:02:01.634]➜  packagefile iter=/tmp/go-build282983591/b039/_pkg_.a
2025-08-20T21:57:59.8101569Z [00:02:01.634]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:57:59.8102213Z [00:02:01.634]➜  EOF
2025-08-20T21:57:59.8102773Z [00:02:01.634]➜  go tool buildid -w $WORK/b099/_pkg_.a # internal
2025-08-20T21:57:59.8106394Z [00:02:01.634]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b051/_pkg_.a -trimpath "/root/.go/src/slices=>slices;$WORK/b051=>" -p slices -lang=go1.25 -std -complete -installsuffix shared -buildid -TJanFCYqlKu_SHfks-O/-TJanFCYqlKu_SHfks-O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/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:57:59.8110200Z [00:02:01.634]➜  cp $WORK/b099/_pkg_.a /root/.cache/go-build/46/46171919a7392793e07b640aa7e47504aca1ae730f9f44283c4ac563d941a95a-d # internal
2025-08-20T21:57:59.8111873Z [00:02:01.634]➜  weak
2025-08-20T21:57:59.8112322Z [00:02:01.634]➜  mkdir -p $WORK/b123/
2025-08-20T21:57:59.8113059Z [00:02:01.635]➜  cat >/tmp/go-build282983591/b123/importcfg << 'EOF' # internal
2025-08-20T21:57:59.8113732Z [00:02:01.635]➜  # import config
2025-08-20T21:57:59.8114434Z [00:02:01.635]➜  packagefile internal/abi=/tmp/go-build282983591/b006/_pkg_.a
2025-08-20T21:57:59.8115292Z [00:02:01.635]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:57:59.8115897Z [00:02:01.635]➜  EOF
2025-08-20T21:57:59.8118545Z [00:02:01.635]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b123/_pkg_.a -trimpath "/root/.go/src/weak=>weak;$WORK/b123=>" -p weak -lang=go1.25 -std -complete -installsuffix shared -buildid 0tQuWrSLuA2C2pBP-zmG/0tQuWrSLuA2C2pBP-zmG -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:57:59.8222008Z [00:02:01.647]➜  go tool buildid -w $WORK/b123/_pkg_.a # internal
2025-08-20T21:57:59.8223431Z [00:02:01.647]➜  cp $WORK/b123/_pkg_.a /root/.cache/go-build/b3/b35fe2f4af2add37163a99c517d12be21fb3614e3bcd4b3ee29206e95d4c9b7f-d # internal
2025-08-20T21:57:59.8224532Z [00:02:01.647]➜  maps
2025-08-20T21:57:59.8225014Z [00:02:01.647]➜  mkdir -p $WORK/b158/
2025-08-20T21:57:59.8225748Z [00:02:01.647]➜  cat >/tmp/go-build282983591/b158/importcfg << 'EOF' # internal
2025-08-20T21:57:59.8226452Z [00:02:01.647]➜  # import config
2025-08-20T21:57:59.8227104Z [00:02:01.647]➜  packagefile iter=/tmp/go-build282983591/b039/_pkg_.a
2025-08-20T21:57:59.8227723Z [00:02:01.647]➜  EOF
2025-08-20T21:57:59.8230920Z [00:02:01.647]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b158/_pkg_.a -trimpath "/root/.go/src/maps=>maps;$WORK/b158=>" -p maps -lang=go1.25 -std -complete -installsuffix shared -buildid 3hmY5SMuxXMJuPsVBmC5/3hmY5SMuxXMJuPsVBmC5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b158/importcfg -pack /root/.go/src/maps/iter.go /root/.go/src/maps/maps.go
2025-08-20T21:57:59.8292818Z [00:02:01.654]➜  go tool buildid -w $WORK/b158/_pkg_.a # internal
2025-08-20T21:57:59.8296534Z [00:02:01.655]➜  cp $WORK/b158/_pkg_.a /root/.cache/go-build/c3/c39af6f50a2f302aafef3b515051fb695f8a8e68cabb3ad6fc0ca3c4a290ce13-d # internal
2025-08-20T21:57:59.8297599Z [00:02:01.655]➜  golang.org/x/exp/maps
2025-08-20T21:57:59.8330646Z [00:02:01.655]➜  mkdir -p $WORK/b184/
2025-08-20T21:57:59.8332480Z [00:02:01.655]➜  cat >/tmp/go-build282983591/b184/importcfg << 'EOF' # internal
2025-08-20T21:57:59.8333141Z [00:02:01.655]➜  # import config
2025-08-20T21:57:59.8333750Z [00:02:01.655]➜  packagefile maps=/tmp/go-build282983591/b158/_pkg_.a
2025-08-20T21:57:59.8334358Z [00:02:01.655]➜  EOF
2025-08-20T21:57:59.8338082Z [00:02:01.655]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b184/_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/b184=>" -p golang.org/x/exp/maps -lang=go1.23 -complete -installsuffix shared -buildid hRjiA2G6IO1xMrP_hY0w/hRjiA2G6IO1xMrP_hY0w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b184/importcfg -pack /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250620022241-b7579e27df2b/maps/maps.go
2025-08-20T21:57:59.8375880Z [00:02:01.663]➜  go tool buildid -w $WORK/b051/_pkg_.a # internal
2025-08-20T21:57:59.8376995Z [00:02:01.663]➜  go tool buildid -w $WORK/b184/_pkg_.a # internal
2025-08-20T21:57:59.8382806Z [00:02:01.663]➜  cp $WORK/b184/_pkg_.a /root/.cache/go-build/1f/1f9ea7646318e15324e5b02c9c9c45c6a5d9b37df934ce3aec7c3da921446ff1-d # internal
2025-08-20T21:57:59.8388229Z [00:02:01.664]➜  github.com/projectdiscovery/utils/os
2025-08-20T21:57:59.8388865Z [00:02:01.664]➜  mkdir -p $WORK/b190/
2025-08-20T21:57:59.8393378Z [00:02:01.665]➜  cat >/tmp/go-build282983591/b190/importcfg << 'EOF' # internal
2025-08-20T21:57:59.8395077Z [00:02:01.665]➜  # import config
2025-08-20T21:57:59.8396031Z [00:02:01.665]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:57:59.8396677Z [00:02:01.665]➜  EOF
2025-08-20T21:57:59.8401067Z [00:02:01.665]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b190/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/os=>github.com/projectdiscovery/utils@v0.4.23/os;$WORK/b190=>" -p github.com/projectdiscovery/utils/os -lang=go1.24 -complete -installsuffix shared -buildid RZLqDxY8ofH8A9sIDiwc/RZLqDxY8ofH8A9sIDiwc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b190/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:57:59.8408966Z [00:02:01.666]➜  cp $WORK/b051/_pkg_.a /root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d # internal
2025-08-20T21:57:59.8536367Z [00:02:01.679]➜  go tool buildid -w $WORK/b190/_pkg_.a # internal
2025-08-20T21:57:59.8541491Z [00:02:01.679]➜  cp $WORK/b190/_pkg_.a /root/.cache/go-build/20/201e9749125a2ddd82c0f8c5b4e5b2560f2402b346abcfc51ea530402e00f96e-d # internal
2025-08-20T21:57:59.9190457Z [00:02:01.744]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T21:57:59.9196584Z [00:02:01.745]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b005/asm.o ./asm.s
2025-08-20T21:57:59.9225945Z [00:02:01.748]➜  go tool pack r $WORK/b005/_pkg_.a $WORK/b005/asm.o # internal
2025-08-20T21:57:59.9226748Z [00:02:01.748]➜  go tool buildid -w $WORK/b005/_pkg_.a # internal
2025-08-20T21:57:59.9254969Z [00:02:01.751]➜  cp $WORK/b005/_pkg_.a /root/.cache/go-build/0a/0a23cc42b594d4aec09fcd5229acbb356c4dd5e04ac724468b0f8f8f9e929ccf-d # internal
2025-08-20T21:57:59.9256596Z [00:02:01.751]➜  errors
2025-08-20T21:57:59.9257087Z [00:02:01.751]➜  mkdir -p $WORK/b004/
2025-08-20T21:57:59.9257650Z [00:02:01.751]➜  sort
2025-08-20T21:57:59.9258015Z [00:02:01.751]➜  mkdir -p $WORK/b101/
2025-08-20T21:57:59.9264406Z [00:02:01.752]➜  cat >/tmp/go-build282983591/b101/importcfg << 'EOF' # internal
2025-08-20T21:57:59.9265739Z [00:02:01.752]➜  # import config
2025-08-20T21:57:59.9266683Z [00:02:01.752]➜  packagefile internal/reflectlite=/tmp/go-build282983591/b005/_pkg_.a
2025-08-20T21:57:59.9267538Z [00:02:01.752]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:57:59.9268350Z [00:02:01.752]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:57:59.9268966Z [00:02:01.752]➜  EOF
2025-08-20T21:57:59.9269493Z [00:02:01.752]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:57:59.9273180Z [00:02:01.752]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b101/_pkg_.a -trimpath "/root/.go/src/sort=>sort;$WORK/b101=>" -p sort -lang=go1.25 -std -complete -installsuffix shared -buildid 3HYodz99RrwN-JsPNx1Z/3HYodz99RrwN-JsPNx1Z -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:57:59.9276279Z [00:02:01.752]➜  cat >/tmp/go-build282983591/b004/importcfg << 'EOF' # internal
2025-08-20T21:57:59.9276911Z [00:02:01.752]➜  # import config
2025-08-20T21:57:59.9277641Z [00:02:01.752]➜  packagefile internal/reflectlite=/tmp/go-build282983591/b005/_pkg_.a
2025-08-20T21:57:59.9278328Z [00:02:01.752]➜  EOF
2025-08-20T21:57:59.9281631Z [00:02:01.752]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b004/_pkg_.a -trimpath "/root/.go/src/errors=>errors;$WORK/b004=>" -p errors -lang=go1.25 -std -complete -installsuffix shared -buildid 7509Dj0f2_7mdq1RmfcX/7509Dj0f2_7mdq1RmfcX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b004/importcfg -pack /root/.go/src/errors/errors.go /root/.go/src/errors/join.go /root/.go/src/errors/wrap.go
2025-08-20T21:57:59.9368993Z [00:02:01.762]➜  go tool buildid -w $WORK/b035/_pkg_.a # internal
2025-08-20T21:57:59.9404745Z [00:02:01.766]➜  cp $WORK/b035/_pkg_.a /root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d # internal
2025-08-20T21:57:59.9423580Z [00:02:01.768]➜  internal/bisect
2025-08-20T21:57:59.9438365Z [00:02:01.769]➜  mkdir -p $WORK/b059/
2025-08-20T21:57:59.9439277Z [00:02:01.769]➜  cat >/tmp/go-build282983591/b059/importcfg << 'EOF' # internal
2025-08-20T21:57:59.9440253Z [00:02:01.769]➜  # import config
2025-08-20T21:57:59.9440947Z [00:02:01.769]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:57:59.9441804Z [00:02:01.769]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:57:59.9442691Z [00:02:01.769]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:57:59.9443336Z [00:02:01.769]➜  EOF
2025-08-20T21:57:59.9446175Z [00:02:01.769]➜  /root/.go/pkg/tool/linux_amd64/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 uazNsXXW0-XjraaTntyR/uazNsXXW0-XjraaTntyR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b059/importcfg -pack /root/.go/src/internal/bisect/bisect.go
2025-08-20T21:57:59.9451672Z [00:02:01.770]➜  internal/testlog
2025-08-20T21:57:59.9452488Z [00:02:01.770]➜  mkdir -p $WORK/b064/
2025-08-20T21:57:59.9453292Z [00:02:01.770]➜  cat >/tmp/go-build282983591/b064/importcfg << 'EOF' # internal
2025-08-20T21:57:59.9454009Z [00:02:01.770]➜  # import config
2025-08-20T21:57:59.9454709Z [00:02:01.770]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:57:59.9455808Z [00:02:01.770]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:57:59.9456510Z [00:02:01.770]➜  EOF
2025-08-20T21:57:59.9459579Z [00:02:01.770]➜  /root/.go/pkg/tool/linux_amd64/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 DjWg616cx0sAP4hyNdzt/DjWg616cx0sAP4hyNdzt -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:57:59.9530136Z [00:02:01.778]➜  go tool buildid -w $WORK/b004/_pkg_.a # internal
2025-08-20T21:57:59.9531824Z [00:02:01.778]➜  cp $WORK/b004/_pkg_.a /root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d # internal
2025-08-20T21:57:59.9532873Z [00:02:01.779]➜  io
2025-08-20T21:57:59.9536758Z [00:02:01.779]➜  mkdir -p $WORK/b034/
2025-08-20T21:57:59.9543439Z [00:02:01.780]➜  cat >/tmp/go-build282983591/b034/importcfg << 'EOF' # internal
2025-08-20T21:57:59.9547462Z [00:02:01.780]➜  # import config
2025-08-20T21:57:59.9549038Z [00:02:01.780]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:57:59.9550646Z [00:02:01.780]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:57:59.9551930Z [00:02:01.780]➜  EOF
2025-08-20T21:57:59.9554955Z [00:02:01.780]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b034/_pkg_.a -trimpath "/root/.go/src/io=>io;$WORK/b034=>" -p io -lang=go1.25 -std -complete -installsuffix shared -buildid lCtZZ8dVmk8y4HP_DWVv/lCtZZ8dVmk8y4HP_DWVv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b034/importcfg -pack /root/.go/src/io/io.go /root/.go/src/io/multi.go /root/.go/src/io/pipe.go
2025-08-20T21:57:59.9675054Z [00:02:01.793]➜  go tool buildid -w $WORK/b064/_pkg_.a # internal
2025-08-20T21:57:59.9682341Z [00:02:01.793]➜  cp $WORK/b064/_pkg_.a /root/.cache/go-build/4d/4d079f4bb80dece452fc68a494c365a80e7ee4a6c8369b3d0a96b0003a08b2fd-d # internal
2025-08-20T21:57:59.9690533Z [00:02:01.794]➜  strconv
2025-08-20T21:57:59.9692011Z [00:02:01.794]➜  mkdir -p $WORK/b050/
2025-08-20T21:57:59.9692958Z [00:02:01.794]➜  cat >/tmp/go-build282983591/b050/importcfg << 'EOF' # internal
2025-08-20T21:57:59.9694012Z [00:02:01.795]➜  # import config
2025-08-20T21:57:59.9694692Z [00:02:01.795]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:57:59.9695603Z [00:02:01.795]➜  packagefile internal/bytealg=/tmp/go-build282983591/b011/_pkg_.a
2025-08-20T21:57:59.9696603Z [00:02:01.795]➜  packagefile internal/stringslite=/tmp/go-build282983591/b032/_pkg_.a
2025-08-20T21:57:59.9697513Z [00:02:01.795]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:57:59.9698335Z [00:02:01.795]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:57:59.9699201Z [00:02:01.795]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:57:59.9700097Z [00:02:01.795]➜  EOF
2025-08-20T21:57:59.9705505Z [00:02:01.795]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b050/_pkg_.a -trimpath "/root/.go/src/strconv=>strconv;$WORK/b050=>" -p strconv -lang=go1.25 -std -complete -installsuffix shared -buildid Mkg3RKTEQB77CHc5CteV/Mkg3RKTEQB77CHc5CteV -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:58:00.0397775Z [00:02:01.865]➜  go tool buildid -w $WORK/b059/_pkg_.a # internal
2025-08-20T21:58:00.0421428Z [00:02:01.866]➜  cp $WORK/b059/_pkg_.a /root/.cache/go-build/d1/d19189672caca4bf568c7ed4d6ba74fe0f96e0f4e465ca959d688b6517fee280-d # internal
2025-08-20T21:58:00.0423055Z [00:02:01.867]➜  internal/oserror
2025-08-20T21:58:00.0442841Z [00:02:01.867]➜  mkdir -p $WORK/b055/
2025-08-20T21:58:00.0443970Z [00:02:01.867]➜  cat >/tmp/go-build282983591/b055/importcfg << 'EOF' # internal
2025-08-20T21:58:00.0444717Z [00:02:01.867]➜  # import config
2025-08-20T21:58:00.0445407Z [00:02:01.867]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:00.0446048Z [00:02:01.867]➜  EOF
2025-08-20T21:58:00.0448989Z [00:02:01.870]➜  /root/.go/pkg/tool/linux_amd64/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 8mi4VNDDF4DhvcykqDN1/8mi4VNDDF4DhvcykqDN1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b055/importcfg -pack /root/.go/src/internal/oserror/errors.go
2025-08-20T21:58:00.0551275Z [00:02:01.880]➜  go tool buildid -w $WORK/b055/_pkg_.a # internal
2025-08-20T21:58:00.0556013Z [00:02:01.881]➜  cp $WORK/b055/_pkg_.a /root/.cache/go-build/36/36c7d10bc34f03c5c6e7771667803ff1e70baaf9cea8e9cebbe793e83ee0ca9c-d # internal
2025-08-20T21:58:00.0557206Z [00:02:01.881]➜  path
2025-08-20T21:58:00.0557699Z [00:02:01.881]➜  mkdir -p $WORK/b056/
2025-08-20T21:58:00.0562236Z [00:02:01.881]➜  cat >/tmp/go-build282983591/b056/importcfg << 'EOF' # internal
2025-08-20T21:58:00.0564792Z [00:02:01.881]➜  # import config
2025-08-20T21:58:00.0565475Z [00:02:01.881]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:00.0566489Z [00:02:01.881]➜  packagefile internal/bytealg=/tmp/go-build282983591/b011/_pkg_.a
2025-08-20T21:58:00.0567440Z [00:02:01.881]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:00.0568872Z [00:02:01.882]➜  EOF
2025-08-20T21:58:00.0572375Z [00:02:01.882]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b056/_pkg_.a -trimpath "/root/.go/src/path=>path;$WORK/b056=>" -p path -lang=go1.25 -std -complete -installsuffix shared -buildid roIG9ekWhyDxJW_Ts0yu/roIG9ekWhyDxJW_Ts0yu -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:58:00.0876107Z [00:02:01.913]➜  go tool buildid -w $WORK/b101/_pkg_.a # internal
2025-08-20T21:58:00.0904533Z [00:02:01.915]➜  cp $WORK/b101/_pkg_.a /root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d # internal
2025-08-20T21:58:00.0921092Z [00:02:01.917]➜  go tool buildid -w $WORK/b034/_pkg_.a # internal
2025-08-20T21:58:00.0928441Z [00:02:01.917]➜  internal/godebug
2025-08-20T21:58:00.0928990Z [00:02:01.917]➜  mkdir -p $WORK/b058/
2025-08-20T21:58:00.0929720Z [00:02:01.918]➜  cat >/tmp/go-build282983591/b058/importcfg << 'EOF' # internal
2025-08-20T21:58:00.0930590Z [00:02:01.918]➜  # import config
2025-08-20T21:58:00.0931297Z [00:02:01.918]➜  packagefile internal/bisect=/tmp/go-build282983591/b059/_pkg_.a
2025-08-20T21:58:00.0932237Z [00:02:01.918]➜  packagefile internal/godebugs=/tmp/go-build282983591/b016/_pkg_.a
2025-08-20T21:58:00.0933129Z [00:02:01.918]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:00.0933955Z [00:02:01.918]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:00.0934615Z [00:02:01.918]➜  EOF
2025-08-20T21:58:00.0937522Z [00:02:01.918]➜  /root/.go/pkg/tool/linux_amd64/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 N5-mWWbawAbbtRRJA56i/N5-mWWbawAbbtRRJA56i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b058/importcfg -pack /root/.go/src/internal/godebug/godebug.go
2025-08-20T21:58:00.0963335Z [00:02:01.921]➜  cp $WORK/b034/_pkg_.a /root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d # internal
2025-08-20T21:58:00.0983294Z [00:02:01.922]➜  bytes
2025-08-20T21:58:00.0983920Z [00:02:01.922]➜  mkdir -p $WORK/b003/
2025-08-20T21:58:00.0984860Z [00:02:01.922]➜  go tool buildid -w $WORK/b056/_pkg_.a # internal
2025-08-20T21:58:00.0986245Z [00:02:01.923]➜  cp $WORK/b056/_pkg_.a /root/.cache/go-build/ce/ce1fb77c1e9f1b21312771cbb655ebb4a3fd312933e38ff3bb0459e81f2ccbbb-d # internal
2025-08-20T21:58:00.0997606Z [00:02:01.925]➜  strings
2025-08-20T21:58:00.1001173Z [00:02:01.925]➜  mkdir -p $WORK/b043/
2025-08-20T21:58:00.1001944Z [00:02:01.925]➜  cat >/tmp/go-build282983591/b003/importcfg << 'EOF' # internal
2025-08-20T21:58:00.1008318Z [00:02:01.925]➜  # import config
2025-08-20T21:58:00.1008997Z [00:02:01.925]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:00.1010146Z [00:02:01.925]➜  packagefile internal/bytealg=/tmp/go-build282983591/b011/_pkg_.a
2025-08-20T21:58:00.1010955Z [00:02:01.925]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:00.1011673Z [00:02:01.925]➜  packagefile iter=/tmp/go-build282983591/b039/_pkg_.a
2025-08-20T21:58:00.1012450Z [00:02:01.925]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:00.1013322Z [00:02:01.925]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:00.1014210Z [00:02:01.925]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:00.1014879Z [00:02:01.925]➜  EOF
2025-08-20T21:58:00.1017934Z [00:02:01.926]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b003/_pkg_.a -trimpath "/root/.go/src/bytes=>bytes;$WORK/b003=>" -p bytes -lang=go1.25 -std -installsuffix shared -buildid d0zgAlIUGYcZ2cGmr7nY/d0zgAlIUGYcZ2cGmr7nY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b003/importcfg -pack /root/.go/src/bytes/buffer.go /root/.go/src/bytes/bytes.go /root/.go/src/bytes/iter.go /root/.go/src/bytes/reader.go
2025-08-20T21:58:00.1021080Z [00:02:01.926]➜  cat >/tmp/go-build282983591/b043/importcfg << 'EOF' # internal
2025-08-20T21:58:00.1021766Z [00:02:01.926]➜  # import config
2025-08-20T21:58:00.1022409Z [00:02:01.926]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:00.1023305Z [00:02:01.926]➜  packagefile internal/abi=/tmp/go-build282983591/b006/_pkg_.a
2025-08-20T21:58:00.1024217Z [00:02:01.926]➜  packagefile internal/bytealg=/tmp/go-build282983591/b011/_pkg_.a
2025-08-20T21:58:00.1025495Z [00:02:01.926]➜  packagefile internal/stringslite=/tmp/go-build282983591/b032/_pkg_.a
2025-08-20T21:58:00.1026401Z [00:02:01.926]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:00.1027195Z [00:02:01.926]➜  packagefile iter=/tmp/go-build282983591/b039/_pkg_.a
2025-08-20T21:58:00.1028044Z [00:02:01.926]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:00.1028909Z [00:02:01.926]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:00.1029696Z [00:02:01.926]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:00.1042414Z [00:02:01.926]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:00.1043099Z [00:02:01.926]➜  EOF
2025-08-20T21:58:00.1047272Z [00:02:01.926]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b043/_pkg_.a -trimpath "/root/.go/src/strings=>strings;$WORK/b043=>" -p strings -lang=go1.25 -std -complete -installsuffix shared -buildid p5X9GGCbh0IlFMI_7Vz2/p5X9GGCbh0IlFMI_7Vz2 -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:58:00.1619234Z [00:02:01.987]➜  go tool buildid -w $WORK/b050/_pkg_.a # internal
2025-08-20T21:58:00.1643286Z [00:02:01.990]➜  cp $WORK/b050/_pkg_.a /root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d # internal
2025-08-20T21:58:00.1652209Z [00:02:01.991]➜  reflect
2025-08-20T21:58:00.1654216Z [00:02:01.991]➜  mkdir -p $WORK/b047/
2025-08-20T21:58:00.1662814Z [00:02:01.991]➜  echo -n > $WORK/b047/go_asm.h # internal
2025-08-20T21:58:00.1663504Z [00:02:01.991]➜  cd /root/.go/src/reflect
2025-08-20T21:58:00.1665275Z [00:02:01.991]➜  /root/.go/pkg/tool/linux_amd64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b047=>" -I $WORK/b047/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b047/symabis ./asm_amd64.s
2025-08-20T21:58:00.1707835Z [00:02:01.995]➜  cat >/tmp/go-build282983591/b047/importcfg << 'EOF' # internal
2025-08-20T21:58:00.1708637Z [00:02:01.995]➜  # import config
2025-08-20T21:58:00.1709325Z [00:02:01.995]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:00.1710349Z [00:02:01.995]➜  packagefile internal/abi=/tmp/go-build282983591/b006/_pkg_.a
2025-08-20T21:58:00.1711302Z [00:02:01.995]➜  packagefile internal/bytealg=/tmp/go-build282983591/b011/_pkg_.a
2025-08-20T21:58:00.1712256Z [00:02:01.995]➜  packagefile internal/goarch=/tmp/go-build282983591/b007/_pkg_.a
2025-08-20T21:58:00.1713222Z [00:02:01.995]➜  packagefile internal/itoa=/tmp/go-build282983591/b048/_pkg_.a
2025-08-20T21:58:00.1714128Z [00:02:01.995]➜  packagefile internal/race=/tmp/go-build282983591/b030/_pkg_.a
2025-08-20T21:58:00.1715145Z [00:02:01.996]➜  packagefile internal/runtime/maps=/tmp/go-build282983591/b027/_pkg_.a
2025-08-20T21:58:00.1716149Z [00:02:01.996]➜  packagefile internal/runtime/sys=/tmp/go-build282983591/b031/_pkg_.a
2025-08-20T21:58:00.1717144Z [00:02:01.996]➜  packagefile internal/unsafeheader=/tmp/go-build282983591/b009/_pkg_.a
2025-08-20T21:58:00.1718066Z [00:02:01.996]➜  packagefile iter=/tmp/go-build282983591/b039/_pkg_.a
2025-08-20T21:58:00.1718873Z [00:02:01.996]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:00.1719692Z [00:02:01.996]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:00.1720731Z [00:02:01.996]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:00.1721556Z [00:02:01.996]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:00.1722339Z [00:02:01.996]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:00.1723193Z [00:02:01.996]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:00.1724159Z [00:02:01.996]➜  EOF
2025-08-20T21:58:00.1724703Z [00:02:01.996]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:00.1733467Z [00:02:01.998]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b047/_pkg_.a -trimpath "/root/.go/src/reflect=>reflect;$WORK/b047=>" -p reflect -lang=go1.25 -std -installsuffix shared -buildid 5sHFdcVSOaePWPa_osmi/5sHFdcVSOaePWPa_osmi -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:58:00.2841333Z [00:02:02.109]➜  go tool buildid -w $WORK/b058/_pkg_.a # internal
2025-08-20T21:58:00.2877102Z [00:02:02.113]➜  cp $WORK/b058/_pkg_.a /root/.cache/go-build/15/154de7a1e48c9972cc3f3b67efc110fb25d653b3948828a79b9a08ef84fb5557-d # internal
2025-08-20T21:58:00.2891479Z [00:02:02.114]➜  syscall
2025-08-20T21:58:00.2893430Z [00:02:02.115]➜  mkdir -p $WORK/b060/
2025-08-20T21:58:00.2902898Z [00:02:02.115]➜  echo -n > $WORK/b060/go_asm.h # internal
2025-08-20T21:58:00.2907530Z [00:02:02.116]➜  cd /root/.go/src/syscall
2025-08-20T21:58:00.2910258Z [00:02:02.116]➜  /root/.go/pkg/tool/linux_amd64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b060=>" -I $WORK/b060/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b060/symabis ./asm_linux_amd64.s
2025-08-20T21:58:00.2958967Z [00:02:02.121]➜  cat >/tmp/go-build282983591/b060/importcfg << 'EOF' # internal
2025-08-20T21:58:00.2964856Z [00:02:02.121]➜  # import config
2025-08-20T21:58:00.2965575Z [00:02:02.121]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:00.2967328Z [00:02:02.121]➜  packagefile internal/asan=/tmp/go-build282983591/b028/_pkg_.a
2025-08-20T21:58:00.2968525Z [00:02:02.121]➜  packagefile internal/bytealg=/tmp/go-build282983591/b011/_pkg_.a
2025-08-20T21:58:00.2970875Z [00:02:02.121]➜  packagefile internal/byteorder=/tmp/go-build282983591/b013/_pkg_.a
2025-08-20T21:58:00.2971828Z [00:02:02.121]➜  packagefile internal/goarch=/tmp/go-build282983591/b007/_pkg_.a
2025-08-20T21:58:00.2972711Z [00:02:02.121]➜  packagefile internal/itoa=/tmp/go-build282983591/b048/_pkg_.a
2025-08-20T21:58:00.2973571Z [00:02:02.121]➜  packagefile internal/msan=/tmp/go-build282983591/b029/_pkg_.a
2025-08-20T21:58:00.2974445Z [00:02:02.121]➜  packagefile internal/oserror=/tmp/go-build282983591/b055/_pkg_.a
2025-08-20T21:58:00.2975339Z [00:02:02.121]➜  packagefile internal/race=/tmp/go-build282983591/b030/_pkg_.a
2025-08-20T21:58:00.2976272Z [00:02:02.121]➜  packagefile internal/runtime/syscall=/tmp/go-build282983591/b024/_pkg_.a
2025-08-20T21:58:00.2977153Z [00:02:02.122]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:00.2978207Z [00:02:02.122]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:00.2978968Z [00:02:02.122]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:00.2979759Z [00:02:02.122]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:00.2981723Z [00:02:02.122]➜  EOF
2025-08-20T21:58:00.2982234Z [00:02:02.122]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:00.2992022Z [00:02:02.122]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b060/_pkg_.a -trimpath "/root/.go/src/syscall=>syscall;$WORK/b060=>" -p syscall -lang=go1.25 -std -installsuffix shared -buildid BjXwGNMiwygH1Ys2pMBt/BjXwGNMiwygH1Ys2pMBt -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_amd64.go /root/.go/src/syscall/syscall_unix.go /root/.go/src/syscall/time_nofake.go /root/.go/src/syscall/timestruct.go /root/.go/src/syscall/zerrors_linux_amd64.go /root/.go/src/syscall/zsyscall_linux_amd64.go /root/.go/src/syscall/zsysnum_linux_amd64.go /root/.go/src/syscall/ztypes_linux_amd64.go
2025-08-20T21:58:00.3042093Z [00:02:02.129]➜  go tool buildid -w $WORK/b043/_pkg_.a # internal
2025-08-20T21:58:00.3071985Z [00:02:02.132]➜  cp $WORK/b043/_pkg_.a /root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d # internal
2025-08-20T21:58:00.3078541Z [00:02:02.133]➜  encoding/base64
2025-08-20T21:58:00.3082924Z [00:02:02.133]➜  mkdir -p $WORK/b069/
2025-08-20T21:58:00.3091277Z [00:02:02.134]➜  cat >/tmp/go-build282983591/b069/importcfg << 'EOF' # internal
2025-08-20T21:58:00.3096517Z [00:02:02.134]➜  # import config
2025-08-20T21:58:00.3097294Z [00:02:02.134]➜  packagefile internal/byteorder=/tmp/go-build282983591/b013/_pkg_.a
2025-08-20T21:58:00.3098196Z [00:02:02.134]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:00.3098997Z [00:02:02.134]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:00.3100100Z [00:02:02.134]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:00.3100743Z [00:02:02.134]➜  EOF
2025-08-20T21:58:00.3108149Z [00:02:02.136]➜  /root/.go/pkg/tool/linux_amd64/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 WtfAcfMQFJdbATnk5y5y/WtfAcfMQFJdbATnk5y5y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b069/importcfg -pack /root/.go/src/encoding/base64/base64.go
2025-08-20T21:58:00.3123787Z [00:02:02.138]➜  go tool buildid -w $WORK/b003/_pkg_.a # internal
2025-08-20T21:58:00.3144167Z [00:02:02.139]➜  cp $WORK/b003/_pkg_.a /root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d # internal
2025-08-20T21:58:00.3181488Z [00:02:02.140]➜  bufio
2025-08-20T21:58:00.3181983Z [00:02:02.140]➜  mkdir -p $WORK/b002/
2025-08-20T21:58:00.3182714Z [00:02:02.140]➜  cat >/tmp/go-build282983591/b002/importcfg << 'EOF' # internal
2025-08-20T21:58:00.3183406Z [00:02:02.140]➜  # import config
2025-08-20T21:58:00.3184031Z [00:02:02.140]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:00.3185132Z [00:02:02.140]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:00.3185886Z [00:02:02.140]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:00.3186643Z [00:02:02.140]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:00.3187499Z [00:02:02.140]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:00.3188116Z [00:02:02.140]➜  EOF
2025-08-20T21:58:00.3190957Z [00:02:02.140]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b002/_pkg_.a -trimpath "/root/.go/src/bufio=>bufio;$WORK/b002=>" -p bufio -lang=go1.25 -std -complete -installsuffix shared -buildid lMiptq_IVFXdFizLJxvr/lMiptq_IVFXdFizLJxvr -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:58:00.3708605Z [00:02:02.196]➜  go tool buildid -w $WORK/b069/_pkg_.a # internal
2025-08-20T21:58:00.3755752Z [00:02:02.201]➜  cp $WORK/b069/_pkg_.a /root/.cache/go-build/c9/c96d5104ee0b90a3bc3a67f33ace3c6e9772b87093a7648a49c19d5d0d65c9ff-d # internal
2025-08-20T21:58:00.3763898Z [00:02:02.202]➜  hash
2025-08-20T21:58:00.3768598Z [00:02:02.202]➜  mkdir -p $WORK/b075/
2025-08-20T21:58:00.3776765Z [00:02:02.203]➜  cat >/tmp/go-build282983591/b075/importcfg << 'EOF' # internal
2025-08-20T21:58:00.3777746Z [00:02:02.203]➜  # import config
2025-08-20T21:58:00.3778943Z [00:02:02.203]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:00.3780146Z [00:02:02.203]➜  EOF
2025-08-20T21:58:00.3790568Z [00:02:02.204]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b075/_pkg_.a -trimpath "/root/.go/src/hash=>hash;$WORK/b075=>" -p hash -lang=go1.25 -std -complete -installsuffix shared -buildid Tkz1fl-WPXxHIfzaF8D7/Tkz1fl-WPXxHIfzaF8D7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b075/importcfg -pack /root/.go/src/hash/hash.go
2025-08-20T21:58:00.4017700Z [00:02:02.227]➜  go tool buildid -w $WORK/b075/_pkg_.a # internal
2025-08-20T21:58:00.4026743Z [00:02:02.228]➜  cp $WORK/b075/_pkg_.a /root/.cache/go-build/ea/ea3cec29e9ac09c6ce47789ddb1c892ff5a0d98aba0aa426006a0f60450baa95-d # internal
2025-08-20T21:58:00.4032485Z [00:02:02.228]➜  crypto
2025-08-20T21:58:00.4032974Z [00:02:02.228]➜  mkdir -p $WORK/b074/
2025-08-20T21:58:00.4042889Z [00:02:02.229]➜  cat >/tmp/go-build282983591/b074/importcfg << 'EOF' # internal
2025-08-20T21:58:00.4046258Z [00:02:02.230]➜  # import config
2025-08-20T21:58:00.4047958Z [00:02:02.230]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:00.4049002Z [00:02:02.230]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:00.4050467Z [00:02:02.230]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:00.4051397Z [00:02:02.230]➜  EOF
2025-08-20T21:58:00.4057613Z [00:02:02.230]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b074/_pkg_.a -trimpath "/root/.go/src/crypto=>crypto;$WORK/b074=>" -p crypto -lang=go1.25 -std -complete -installsuffix shared -buildid Fj1ZPg0uZ0_I-9QQNO9R/Fj1ZPg0uZ0_I-9QQNO9R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b074/importcfg -pack /root/.go/src/crypto/crypto.go
2025-08-20T21:58:00.4060937Z [00:02:02.231]➜  go tool buildid -w $WORK/b002/_pkg_.a # internal
2025-08-20T21:58:00.4102149Z [00:02:02.233]➜  cp $WORK/b002/_pkg_.a /root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d # internal
2025-08-20T21:58:00.4109203Z [00:02:02.236]➜  crypto/internal/fips140deps/godebug
2025-08-20T21:58:00.4111957Z [00:02:02.236]➜  mkdir -p $WORK/b081/
2025-08-20T21:58:00.4113238Z [00:02:02.236]➜  cat >/tmp/go-build282983591/b081/importcfg << 'EOF' # internal
2025-08-20T21:58:00.4114482Z [00:02:02.236]➜  # import config
2025-08-20T21:58:00.4115477Z [00:02:02.236]➜  packagefile internal/godebug=/tmp/go-build282983591/b058/_pkg_.a
2025-08-20T21:58:00.4117207Z [00:02:02.236]➜  EOF
2025-08-20T21:58:00.4121016Z [00:02:02.236]➜  /root/.go/pkg/tool/linux_amd64/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 VIJSljRWa8MllpNt2aD7/VIJSljRWa8MllpNt2aD7 -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:58:00.4280264Z [00:02:02.253]➜  go tool buildid -w $WORK/b074/_pkg_.a # internal
2025-08-20T21:58:00.4283571Z [00:02:02.253]➜  go tool buildid -w $WORK/b081/_pkg_.a # internal
2025-08-20T21:58:00.4322882Z [00:02:02.257]➜  cp $WORK/b081/_pkg_.a /root/.cache/go-build/0c/0c5730bd9b04c0157b40a272fb5c8411bfbf1c513b13ba1a1af91298f757e2e4-d # internal
2025-08-20T21:58:00.4344552Z [00:02:02.259]➜  crypto/internal/fips140
2025-08-20T21:58:00.4345162Z [00:02:02.259]➜  mkdir -p $WORK/b080/
2025-08-20T21:58:00.4345922Z [00:02:02.259]➜  cat >/tmp/go-build282983591/b080/importcfg << 'EOF' # internal
2025-08-20T21:58:00.4346599Z [00:02:02.259]➜  # import config
2025-08-20T21:58:00.4347504Z [00:02:02.259]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build282983591/b081/_pkg_.a
2025-08-20T21:58:00.4348529Z [00:02:02.259]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:00.4349327Z [00:02:02.259]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:00.4350467Z [00:02:02.259]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:00.4351286Z [00:02:02.259]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:00.4351909Z [00:02:02.259]➜  EOF
2025-08-20T21:58:00.4356674Z [00:02:02.259]➜  /root/.go/pkg/tool/linux_amd64/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 wXIzNFqboyIQjN9qzn4-/wXIzNFqboyIQjN9qzn4- -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:58:00.4372988Z [00:02:02.262]➜  cp $WORK/b074/_pkg_.a /root/.cache/go-build/96/964cbef8d5cdfd5593486576c38d729dd29f6f299f4ae62394160f27cbdd46c4-d # internal
2025-08-20T21:58:00.4376349Z [00:02:02.263]➜  crypto/internal/impl
2025-08-20T21:58:00.4379222Z [00:02:02.263]➜  mkdir -p $WORK/b089/
2025-08-20T21:58:00.4447178Z [00:02:02.270]➜  cat >/tmp/go-build282983591/b089/importcfg << 'EOF' # internal
2025-08-20T21:58:00.4447993Z [00:02:02.270]➜  # import config
2025-08-20T21:58:00.4448697Z [00:02:02.270]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:00.4449372Z [00:02:02.270]➜  EOF
2025-08-20T21:58:00.4455093Z [00:02:02.270]➜  /root/.go/pkg/tool/linux_amd64/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 MTfnrs0FwfvqLipeq-UV/MTfnrs0FwfvqLipeq-UV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b089/importcfg -pack /root/.go/src/crypto/internal/impl/impl.go
2025-08-20T21:58:00.4621210Z [00:02:02.287]➜  go tool buildid -w $WORK/b089/_pkg_.a # internal
2025-08-20T21:58:00.4627688Z [00:02:02.288]➜  cp $WORK/b089/_pkg_.a /root/.cache/go-build/68/68d8c6d8ca67668a4e86b0c93cd4057bc6649e016e09cd2c266bb5ccdd8cebc6-d # internal
2025-08-20T21:58:00.4629744Z [00:02:02.288]➜  math/rand/v2
2025-08-20T21:58:00.4631473Z [00:02:02.288]➜  mkdir -p $WORK/b094/
2025-08-20T21:58:00.4634234Z [00:02:02.289]➜  cat >/tmp/go-build282983591/b094/importcfg << 'EOF' # internal
2025-08-20T21:58:00.4635010Z [00:02:02.289]➜  # import config
2025-08-20T21:58:00.4635713Z [00:02:02.289]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:00.4636683Z [00:02:02.289]➜  packagefile internal/byteorder=/tmp/go-build282983591/b013/_pkg_.a
2025-08-20T21:58:00.4638107Z [00:02:02.289]➜  packagefile internal/chacha8rand=/tmp/go-build282983591/b014/_pkg_.a
2025-08-20T21:58:00.4639042Z [00:02:02.289]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:00.4640052Z [00:02:02.289]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:00.4640725Z [00:02:02.289]➜  EOF
2025-08-20T21:58:00.4644705Z [00:02:02.289]➜  /root/.go/pkg/tool/linux_amd64/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 nHJkHXwWtvYoiSAWDcVC/nHJkHXwWtvYoiSAWDcVC -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:58:00.4704414Z [00:02:02.296]➜  go tool buildid -w $WORK/b080/_pkg_.a # internal
2025-08-20T21:58:00.4713323Z [00:02:02.296]➜  cp $WORK/b080/_pkg_.a /root/.cache/go-build/fb/fb49772351f8add8f503a109e09d0fb25191ef747bd52d2a6b73ed0d05268c9e-d # internal
2025-08-20T21:58:00.4724858Z [00:02:02.297]➜  crypto/internal/fips140/sha256
2025-08-20T21:58:00.4725486Z [00:02:02.297]➜  mkdir -p $WORK/b086/
2025-08-20T21:58:00.4726087Z [00:02:02.297]➜  echo -n > $WORK/b086/go_asm.h # internal
2025-08-20T21:58:00.4726789Z [00:02:02.298]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T21:58:00.4732218Z [00:02:02.298]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha256 -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b086=>" -I $WORK/b086/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b086/symabis ./sha256block_amd64.s
2025-08-20T21:58:00.4787833Z [00:02:02.304]➜  cat >/tmp/go-build282983591/b086/importcfg << 'EOF' # internal
2025-08-20T21:58:00.4795954Z [00:02:02.305]➜  # import config
2025-08-20T21:58:00.4811822Z [00:02:02.306]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:00.4816716Z [00:02:02.307]➜  packagefile crypto/internal/fips140=/tmp/go-build282983591/b080/_pkg_.a
2025-08-20T21:58:00.4817739Z [00:02:02.307]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build282983591/b087/_pkg_.a
2025-08-20T21:58:00.4818767Z [00:02:02.307]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build282983591/b088/_pkg_.a
2025-08-20T21:58:00.4819657Z [00:02:02.307]➜  packagefile crypto/internal/impl=/tmp/go-build282983591/b089/_pkg_.a
2025-08-20T21:58:00.4820656Z [00:02:02.307]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:00.4821352Z [00:02:02.307]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:00.4822025Z [00:02:02.307]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:00.4822541Z [00:02:02.307]➜  EOF
2025-08-20T21:58:00.4822998Z [00:02:02.307]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:00.4827436Z [00:02:02.307]➜  /root/.go/pkg/tool/linux_amd64/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 mgJv6PkvVtvfK86miliL/mgJv6PkvVtvfK86miliL -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_amd64.go
2025-08-20T21:58:00.5489454Z [00:02:02.374]➜  go tool buildid -w $WORK/b094/_pkg_.a # internal
2025-08-20T21:58:00.5507753Z [00:02:02.376]➜  cp $WORK/b094/_pkg_.a /root/.cache/go-build/17/17b56db114ed17959e0e2327e0c36b22c2e62de1ec66bce371463eb8c2bddbbb-d # internal
2025-08-20T21:58:00.5516154Z [00:02:02.377]➜  crypto/internal/fips140/sha3
2025-08-20T21:58:00.5519299Z [00:02:02.377]➜  mkdir -p $WORK/b090/
2025-08-20T21:58:00.5526435Z [00:02:02.378]➜  echo -n > $WORK/b090/go_asm.h # internal
2025-08-20T21:58:00.5532783Z [00:02:02.378]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T21:58:00.5542520Z [00:02:02.378]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha3 -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b090=>" -I $WORK/b090/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b090/symabis ./sha3_amd64.s
2025-08-20T21:58:00.5573639Z [00:02:02.383]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T21:58:00.5577494Z [00:02:02.383]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha256 -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b086=>" -I $WORK/b086/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b086/sha256block_amd64.o ./sha256block_amd64.s
2025-08-20T21:58:00.5727741Z [00:02:02.398]➜  go tool pack r $WORK/b086/_pkg_.a $WORK/b086/sha256block_amd64.o # internal
2025-08-20T21:58:00.5730063Z [00:02:02.398]➜  go tool buildid -w $WORK/b086/_pkg_.a # internal
2025-08-20T21:58:00.5739179Z [00:02:02.399]➜  cp $WORK/b086/_pkg_.a /root/.cache/go-build/7d/7d6e2b7c4c60f566808f2bab652e2ef5084f5e51e6daa3849c3f0426ad3e11a2-d # internal
2025-08-20T21:58:00.5741427Z [00:02:02.399]➜  cat >/tmp/go-build282983591/b090/importcfg << 'EOF' # internal
2025-08-20T21:58:00.5742102Z [00:02:02.399]➜  # import config
2025-08-20T21:58:00.5742705Z [00:02:02.399]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:00.5743823Z [00:02:02.399]➜  packagefile crypto/internal/fips140=/tmp/go-build282983591/b080/_pkg_.a
2025-08-20T21:58:00.5744839Z [00:02:02.399]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build282983591/b091/_pkg_.a
2025-08-20T21:58:00.5745958Z [00:02:02.399]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build282983591/b087/_pkg_.a
2025-08-20T21:58:00.5747056Z [00:02:02.399]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build282983591/b088/_pkg_.a
2025-08-20T21:58:00.5747930Z [00:02:02.399]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:00.5748673Z [00:02:02.399]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:00.5749230Z [00:02:02.399]➜  EOF
2025-08-20T21:58:00.5749685Z [00:02:02.399]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:00.5755266Z [00:02:02.399]➜  /root/.go/pkg/tool/linux_amd64/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 pKhCNDCH0S9hFXn29YXH/pKhCNDCH0S9hFXn29YXH -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_amd64.go /root/.go/src/crypto/internal/fips140/sha3/shake.go
2025-08-20T21:58:00.5761789Z [00:02:02.401]➜  crypto/internal/fips140/sha512
2025-08-20T21:58:00.5762758Z [00:02:02.402]➜  mkdir -p $WORK/b092/
2025-08-20T21:58:00.5832313Z [00:02:02.408]➜  echo -n > $WORK/b092/go_asm.h # internal
2025-08-20T21:58:00.5836871Z [00:02:02.409]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T21:58:00.5839377Z [00:02:02.409]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha512 -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b092=>" -I $WORK/b092/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b092/symabis ./sha512block_amd64.s
2025-08-20T21:58:00.5946086Z [00:02:02.420]➜  cat >/tmp/go-build282983591/b092/importcfg << 'EOF' # internal
2025-08-20T21:58:00.5952816Z [00:02:02.420]➜  # import config
2025-08-20T21:58:00.5953522Z [00:02:02.420]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:00.5954482Z [00:02:02.420]➜  packagefile crypto/internal/fips140=/tmp/go-build282983591/b080/_pkg_.a
2025-08-20T21:58:00.5955670Z [00:02:02.420]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build282983591/b087/_pkg_.a
2025-08-20T21:58:00.5956902Z [00:02:02.420]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build282983591/b088/_pkg_.a
2025-08-20T21:58:00.5957996Z [00:02:02.420]➜  packagefile crypto/internal/impl=/tmp/go-build282983591/b089/_pkg_.a
2025-08-20T21:58:00.5958940Z [00:02:02.420]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:00.5959752Z [00:02:02.420]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:00.5960820Z [00:02:02.420]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:00.5961458Z [00:02:02.420]➜  EOF
2025-08-20T21:58:00.5961974Z [00:02:02.420]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:00.5967346Z [00:02:02.420]➜  /root/.go/pkg/tool/linux_amd64/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 NqVWzt-uxvhAMtyS56fb/NqVWzt-uxvhAMtyS56fb -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_amd64.go
2025-08-20T21:58:00.6907614Z [00:02:02.516]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T21:58:00.6912641Z [00:02:02.516]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha512 -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b092=>" -I $WORK/b092/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b092/sha512block_amd64.o ./sha512block_amd64.s
2025-08-20T21:58:00.6992849Z [00:02:02.524]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T21:58:00.6998037Z [00:02:02.525]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha3 -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b090=>" -I $WORK/b090/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b090/sha3_amd64.o ./sha3_amd64.s
2025-08-20T21:58:00.7004923Z [00:02:02.526]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T21:58:00.7021616Z [00:02:02.526]➜  go tool pack r $WORK/b092/_pkg_.a $WORK/b092/sha512block_amd64.o # internal
2025-08-20T21:58:00.7022549Z [00:02:02.526]➜  go tool buildid -w $WORK/b092/_pkg_.a # internal
2025-08-20T21:58:00.7023830Z [00:02:02.527]➜  cp $WORK/b092/_pkg_.a /root/.cache/go-build/2f/2f5055d5155c1024f9b3a73067545951c7c9ac73d2a344f94926032e30318791-d # internal
2025-08-20T21:58:00.7024901Z [00:02:02.527]➜  crypto/internal/randutil
2025-08-20T21:58:00.7025430Z [00:02:02.527]➜  mkdir -p $WORK/b093/
2025-08-20T21:58:00.7028537Z [00:02:02.528]➜  cat >/tmp/go-build282983591/b093/importcfg << 'EOF' # internal
2025-08-20T21:58:00.7029240Z [00:02:02.528]➜  # import config
2025-08-20T21:58:00.7030064Z [00:02:02.528]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:00.7030880Z [00:02:02.528]➜  packagefile math/rand/v2=/tmp/go-build282983591/b094/_pkg_.a
2025-08-20T21:58:00.7031529Z [00:02:02.528]➜  EOF
2025-08-20T21:58:00.7032084Z [00:02:02.528]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:00.7035282Z [00:02:02.528]➜  /root/.go/pkg/tool/linux_amd64/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 _LRhhiq8CBtsB7r7ckZx/_LRhhiq8CBtsB7r7ckZx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b093/importcfg -pack /root/.go/src/crypto/internal/randutil/randutil.go
2025-08-20T21:58:00.7120357Z [00:02:02.537]➜  go tool buildid -w $WORK/b093/_pkg_.a # internal
2025-08-20T21:58:00.7147382Z [00:02:02.540]➜  cp $WORK/b093/_pkg_.a /root/.cache/go-build/fc/fcda4929577983205113835be267785e1283b19f36bcf041335af2981fdad11d-d # internal
2025-08-20T21:58:00.7157711Z [00:02:02.540]➜  math/rand
2025-08-20T21:58:00.7158249Z [00:02:02.540]➜  mkdir -p $WORK/b118/
2025-08-20T21:58:00.7159017Z [00:02:02.540]➜  cat >/tmp/go-build282983591/b118/importcfg << 'EOF' # internal
2025-08-20T21:58:00.7159703Z [00:02:02.540]➜  # import config
2025-08-20T21:58:00.7160672Z [00:02:02.540]➜  packagefile internal/godebug=/tmp/go-build282983591/b058/_pkg_.a
2025-08-20T21:58:00.7161585Z [00:02:02.540]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:00.7162532Z [00:02:02.540]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:00.7163383Z [00:02:02.540]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:00.7164025Z [00:02:02.540]➜  EOF
2025-08-20T21:58:00.7167778Z [00:02:02.540]➜  /root/.go/pkg/tool/linux_amd64/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 IdCcwEfHNes69rENPqub/IdCcwEfHNes69rENPqub -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:58:00.7192781Z [00:02:02.544]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T21:58:00.7195919Z [00:02:02.545]➜  go tool pack r $WORK/b090/_pkg_.a $WORK/b090/sha3_amd64.o # internal
2025-08-20T21:58:00.7196790Z [00:02:02.545]➜  go tool buildid -w $WORK/b090/_pkg_.a # internal
2025-08-20T21:58:00.7204673Z [00:02:02.545]➜  cp $WORK/b090/_pkg_.a /root/.cache/go-build/05/05f5a8059656ac712e82d3863d001cd9c9cf4ee590101be92985e39fc5e5f3f8-d # internal
2025-08-20T21:58:00.7206916Z [00:02:02.546]➜  crypto/internal/fips140/hmac
2025-08-20T21:58:00.7209241Z [00:02:02.546]➜  mkdir -p $WORK/b085/
2025-08-20T21:58:00.7224078Z [00:02:02.548]➜  cat >/tmp/go-build282983591/b085/importcfg << 'EOF' # internal
2025-08-20T21:58:00.7224780Z [00:02:02.548]➜  # import config
2025-08-20T21:58:00.7225438Z [00:02:02.548]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:00.7226428Z [00:02:02.548]➜  packagefile crypto/internal/fips140=/tmp/go-build282983591/b080/_pkg_.a
2025-08-20T21:58:00.7227576Z [00:02:02.548]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build282983591/b086/_pkg_.a
2025-08-20T21:58:00.7228753Z [00:02:02.548]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build282983591/b090/_pkg_.a
2025-08-20T21:58:00.7233014Z [00:02:02.548]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build282983591/b092/_pkg_.a
2025-08-20T21:58:00.7234107Z [00:02:02.548]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:00.7234894Z [00:02:02.548]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:00.7235461Z [00:02:02.548]➜  EOF
2025-08-20T21:58:00.7235978Z [00:02:02.548]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:00.7239665Z [00:02:02.548]➜  /root/.go/pkg/tool/linux_amd64/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 Xiiz0L1g_PX2TJEdwLnE/Xiiz0L1g_PX2TJEdwLnE -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:58:00.7747487Z [00:02:02.600]➜  go tool buildid -w $WORK/b085/_pkg_.a # internal
2025-08-20T21:58:00.7763301Z [00:02:02.601]➜  cp $WORK/b085/_pkg_.a /root/.cache/go-build/61/6156ee615bc7e6a0829170545a39e8fc56847b7139a303c4caa12a871bd65309-d # internal
2025-08-20T21:58:00.7765113Z [00:02:02.601]➜  crypto/internal/fips140/check
2025-08-20T21:58:00.7767319Z [00:02:02.601]➜  mkdir -p $WORK/b084/
2025-08-20T21:58:00.7771287Z [00:02:02.602]➜  cat >/tmp/go-build282983591/b084/importcfg << 'EOF' # internal
2025-08-20T21:58:00.7773426Z [00:02:02.602]➜  # import config
2025-08-20T21:58:00.7776435Z [00:02:02.602]➜  packagefile crypto/internal/fips140=/tmp/go-build282983591/b080/_pkg_.a
2025-08-20T21:58:00.7777619Z [00:02:02.602]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build282983591/b085/_pkg_.a
2025-08-20T21:58:00.7778801Z [00:02:02.602]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build282983591/b086/_pkg_.a
2025-08-20T21:58:00.7780267Z [00:02:02.602]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build282983591/b087/_pkg_.a
2025-08-20T21:58:00.7781562Z [00:02:02.602]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build282983591/b081/_pkg_.a
2025-08-20T21:58:00.7782571Z [00:02:02.602]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:00.7783168Z [00:02:02.602]➜  EOF
2025-08-20T21:58:00.7786792Z [00:02:02.603]➜  /root/.go/pkg/tool/linux_amd64/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 Zxi71vD5hbYwOcUgAqgZ/Zxi71vD5hbYwOcUgAqgZ -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:58:00.7816509Z [00:02:02.607]➜  cd /root/.go/src/syscall
2025-08-20T21:58:00.7820643Z [00:02:02.607]➜  /root/.go/pkg/tool/linux_amd64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b060=>" -I $WORK/b060/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b060/asm_linux_amd64.o ./asm_linux_amd64.s
2025-08-20T21:58:00.7934653Z [00:02:02.619]➜  go tool pack r $WORK/b060/_pkg_.a $WORK/b060/asm_linux_amd64.o # internal
2025-08-20T21:58:00.7937123Z [00:02:02.619]➜  go tool buildid -w $WORK/b060/_pkg_.a # internal
2025-08-20T21:58:00.7997675Z [00:02:02.625]➜  cp $WORK/b060/_pkg_.a /root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d # internal
2025-08-20T21:58:00.8008237Z [00:02:02.626]➜  time
2025-08-20T21:58:00.8011010Z [00:02:02.626]➜  mkdir -p $WORK/b057/
2025-08-20T21:58:00.8020117Z [00:02:02.627]➜  cat >/tmp/go-build282983591/b057/importcfg << 'EOF' # internal
2025-08-20T21:58:00.8021174Z [00:02:02.627]➜  # import config
2025-08-20T21:58:00.8023240Z [00:02:02.627]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:00.8026238Z [00:02:02.627]➜  packagefile internal/bytealg=/tmp/go-build282983591/b011/_pkg_.a
2025-08-20T21:58:00.8027168Z [00:02:02.627]➜  packagefile internal/godebug=/tmp/go-build282983591/b058/_pkg_.a
2025-08-20T21:58:00.8028158Z [00:02:02.627]➜  packagefile internal/stringslite=/tmp/go-build282983591/b032/_pkg_.a
2025-08-20T21:58:00.8029083Z [00:02:02.627]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:00.8030126Z [00:02:02.627]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:00.8030958Z [00:02:02.627]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:00.8031762Z [00:02:02.627]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:00.8032385Z [00:02:02.627]➜  EOF
2025-08-20T21:58:00.8032939Z [00:02:02.627]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:00.8037279Z [00:02:02.627]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b057/_pkg_.a -trimpath "/root/.go/src/time=>time;$WORK/b057=>" -p time -lang=go1.25 -std -installsuffix shared -buildid SpkV7-F9eS-s5mbczKeK/SpkV7-F9eS-s5mbczKeK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/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:58:00.8243299Z [00:02:02.649]➜  go tool buildid -w $WORK/b084/_pkg_.a # internal
2025-08-20T21:58:00.8257506Z [00:02:02.651]➜  cp $WORK/b084/_pkg_.a /root/.cache/go-build/d4/d4b96864abeddf49c37f9d1b6ca57baee0a45125ad9b361e59aa46a98b9c624e-d # internal
2025-08-20T21:58:00.8270478Z [00:02:02.652]➜  internal/syscall/unix
2025-08-20T21:58:00.8275779Z [00:02:02.653]➜  mkdir -p $WORK/b062/
2025-08-20T21:58:00.8284390Z [00:02:02.654]➜  go tool buildid -w $WORK/b118/_pkg_.a # internal
2025-08-20T21:58:00.8301391Z [00:02:02.654]➜  cat >/tmp/go-build282983591/b062/importcfg << 'EOF' # internal
2025-08-20T21:58:00.8302060Z [00:02:02.654]➜  # import config
2025-08-20T21:58:00.8302692Z [00:02:02.654]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:00.8303526Z [00:02:02.654]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:00.8304364Z [00:02:02.654]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:00.8304955Z [00:02:02.654]➜  EOF
2025-08-20T21:58:00.8323926Z [00:02:02.654]➜  /root/.go/pkg/tool/linux_amd64/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 Psg3J4fdrymlNBBWuZrK/Psg3J4fdrymlNBBWuZrK -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_linux.go /root/.go/src/internal/syscall/unix/at_sysnum_newfstatat_linux.go /root/.go/src/internal/syscall/unix/constants.go /root/.go/src/internal/syscall/unix/copy_file_range_unix.go /root/.go/src/internal/syscall/unix/eaccess.go /root/.go/src/internal/syscall/unix/faccessat_syscall.go /root/.go/src/internal/syscall/unix/fcntl_unix.go /root/.go/src/internal/syscall/unix/getrandom.go /root/.go/src/internal/syscall/unix/getrandom_linux.go /root/.go/src/internal/syscall/unix/kernel_version_linux.go /root/.go/src/internal/syscall/unix/net.go /root/.go/src/internal/syscall/unix/nofollow_posix.go /root/.go/src/internal/syscall/unix/nonblocking_unix.go /root/.go/src/internal/syscall/unix/pidfd_linux.go /root/.go/src/internal/syscall/unix/renameat_sysnum_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux_other.go /root/.go/src/internal/syscall/unix/syscall.go /root/.go/src/internal/syscall/unix/sysnum_linux_amd64.go /root/.go/src/internal/syscall/unix/tcsetpgrp_linux.go /root/.go/src/internal/syscall/unix/utimes.go /root/.go/src/internal/syscall/unix/waitid_linux.go
2025-08-20T21:58:00.8353856Z [00:02:02.657]➜  cp $WORK/b118/_pkg_.a /root/.cache/go-build/d6/d6167c1fbe235e4f6aca895c25d9174035249f1f06eae1fa10cc23f56b62cb84-d # internal
2025-08-20T21:58:00.8354855Z [00:02:02.658]➜  internal/syscall/execenv
2025-08-20T21:58:00.8355395Z [00:02:02.658]➜  mkdir -p $WORK/b063/
2025-08-20T21:58:00.8356106Z [00:02:02.659]➜  cat >/tmp/go-build282983591/b063/importcfg << 'EOF' # internal
2025-08-20T21:58:00.8356747Z [00:02:02.659]➜  # import config
2025-08-20T21:58:00.8357379Z [00:02:02.659]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:00.8357972Z [00:02:02.659]➜  EOF
2025-08-20T21:58:00.8361206Z [00:02:02.660]➜  /root/.go/pkg/tool/linux_amd64/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 VBTr6_FsAtNdiuAsmKeK/VBTr6_FsAtNdiuAsmKeK -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:58:00.8606968Z [00:02:02.686]➜  go tool buildid -w $WORK/b063/_pkg_.a # internal
2025-08-20T21:58:00.8623716Z [00:02:02.687]➜  cp $WORK/b063/_pkg_.a /root/.cache/go-build/78/78e88c038ec7f33ab30907b2537c216118212cff0bd9c32c48b63c9f653b5cdf-d # internal
2025-08-20T21:58:00.8625964Z [00:02:02.688]➜  crypto/internal/fips140/aes
2025-08-20T21:58:00.8627641Z [00:02:02.688]➜  mkdir -p $WORK/b082/
2025-08-20T21:58:00.8628695Z [00:02:02.688]➜  echo -n > $WORK/b082/go_asm.h # internal
2025-08-20T21:58:00.8629566Z [00:02:02.688]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T21:58:00.8632977Z [00:02:02.688]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b082=>" -I $WORK/b082/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b082/symabis ./aes_amd64.s ./ctr_amd64.s
2025-08-20T21:58:00.8761466Z [00:02:02.699]➜  cat >/tmp/go-build282983591/b082/importcfg << 'EOF' # internal
2025-08-20T21:58:00.8765452Z [00:02:02.702]➜  # import config
2025-08-20T21:58:00.8767741Z [00:02:02.702]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:00.8770097Z [00:02:02.702]➜  packagefile crypto/internal/fips140=/tmp/go-build282983591/b080/_pkg_.a
2025-08-20T21:58:00.8771262Z [00:02:02.702]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build282983591/b083/_pkg_.a
2025-08-20T21:58:00.8772395Z [00:02:02.702]➜  packagefile crypto/internal/fips140/check=/tmp/go-build282983591/b084/_pkg_.a
2025-08-20T21:58:00.8773814Z [00:02:02.702]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build282983591/b091/_pkg_.a
2025-08-20T21:58:00.8775054Z [00:02:02.702]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build282983591/b087/_pkg_.a
2025-08-20T21:58:00.8776205Z [00:02:02.702]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build282983591/b088/_pkg_.a
2025-08-20T21:58:00.8777386Z [00:02:02.702]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build282983591/b081/_pkg_.a
2025-08-20T21:58:00.8778496Z [00:02:02.702]➜  packagefile crypto/internal/impl=/tmp/go-build282983591/b089/_pkg_.a
2025-08-20T21:58:00.8779388Z [00:02:02.702]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:00.8780410Z [00:02:02.702]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:00.8781165Z [00:02:02.702]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:00.8781713Z [00:02:02.702]➜  EOF
2025-08-20T21:58:00.8782178Z [00:02:02.702]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:00.8788511Z [00:02:02.702]➜  /root/.go/pkg/tool/linux_amd64/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 HsmuOwP-pFmxRFxv5gV2/HsmuOwP-pFmxRFxv5gV2 -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:58:00.8827026Z [00:02:02.704]➜  go tool buildid -w $WORK/b062/_pkg_.a # internal
2025-08-20T21:58:00.8828252Z [00:02:02.704]➜  cp $WORK/b062/_pkg_.a /root/.cache/go-build/ca/ca1cccbdbc48033da956e2ce732dd02418956360eb20980eeba15ecec95ce61a-d # internal
2025-08-20T21:58:00.8829554Z [00:02:02.705]➜  crypto/internal/fips140/nistec/fiat
2025-08-20T21:58:00.8830267Z [00:02:02.705]➜  mkdir -p $WORK/b113/
2025-08-20T21:58:00.8830906Z [00:02:02.705]➜  cat >/tmp/go-build282983591/b113/importcfg << 'EOF' # internal
2025-08-20T21:58:00.8831513Z [00:02:02.705]➜  # import config
2025-08-20T21:58:00.8832244Z [00:02:02.705]➜  packagefile crypto/internal/fips140/check=/tmp/go-build282983591/b084/_pkg_.a
2025-08-20T21:58:00.8833269Z [00:02:02.705]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build282983591/b091/_pkg_.a
2025-08-20T21:58:00.8834152Z [00:02:02.705]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:00.8834902Z [00:02:02.705]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:00.8835465Z [00:02:02.705]➜  EOF
2025-08-20T21:58:00.8844424Z [00:02:02.706]➜  /root/.go/pkg/tool/linux_amd64/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 aAIROas4ZiygnXwYwICn/aAIROas4ZiygnXwYwICn -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:58:00.9601062Z [00:02:02.785]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T21:58:00.9604821Z [00:02:02.786]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b082=>" -I $WORK/b082/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b082/aes_amd64.o ./aes_amd64.s
2025-08-20T21:58:00.9705171Z [00:02:02.795]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b082=>" -I $WORK/b082/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b082/ctr_amd64.o ./ctr_amd64.s
2025-08-20T21:58:00.9825814Z [00:02:02.808]➜  go tool pack r $WORK/b082/_pkg_.a $WORK/b082/aes_amd64.o $WORK/b082/ctr_amd64.o # internal
2025-08-20T21:58:00.9850312Z [00:02:02.808]➜  go tool buildid -w $WORK/b082/_pkg_.a # internal
2025-08-20T21:58:00.9857018Z [00:02:02.811]➜  cp $WORK/b082/_pkg_.a /root/.cache/go-build/bc/bcd13a7f0dc5edd815fcd26319f95d30cd9827ff1e7d348151785b284326216e-d # internal
2025-08-20T21:58:00.9861144Z [00:02:02.811]➜  crypto/internal/fips140/edwards25519/field
2025-08-20T21:58:00.9861813Z [00:02:02.811]➜  mkdir -p $WORK/b114/
2025-08-20T21:58:00.9862447Z [00:02:02.811]➜  echo -n > $WORK/b114/go_asm.h # internal
2025-08-20T21:58:00.9863242Z [00:02:02.811]➜  cd /root/.go/src/crypto/internal/fips140/edwards25519/field
2025-08-20T21:58:00.9866258Z [00:02:02.811]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/edwards25519/field -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b114=>" -I $WORK/b114/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b114/symabis ./fe_amd64.s
2025-08-20T21:58:00.9915207Z [00:02:02.817]➜  cat >/tmp/go-build282983591/b114/importcfg << 'EOF' # internal
2025-08-20T21:58:00.9925554Z [00:02:02.817]➜  # import config
2025-08-20T21:58:00.9926465Z [00:02:02.817]➜  packagefile crypto/internal/fips140/check=/tmp/go-build282983591/b084/_pkg_.a
2025-08-20T21:58:00.9927645Z [00:02:02.817]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build282983591/b091/_pkg_.a
2025-08-20T21:58:00.9928875Z [00:02:02.817]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build282983591/b087/_pkg_.a
2025-08-20T21:58:00.9930208Z [00:02:02.817]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:00.9931083Z [00:02:02.817]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:00.9931720Z [00:02:02.817]➜  EOF
2025-08-20T21:58:00.9932246Z [00:02:02.817]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:00.9937446Z [00:02:02.817]➜  /root/.go/pkg/tool/linux_amd64/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 -installsuffix shared -buildid e_GAB4rhbgWoyM3MCIOm/e_GAB4rhbgWoyM3MCIOm -goversion go1.25.0 -symabis $WORK/b114/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b114/importcfg -pack -asmhdr $WORK/b114/go_asm.h /root/.go/src/crypto/internal/fips140/edwards25519/field/fe.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_amd64.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_generic.go
2025-08-20T21:58:01.0812126Z [00:02:02.906]➜  cd /root/.go/src/crypto/internal/fips140/edwards25519/field
2025-08-20T21:58:01.0815633Z [00:02:02.906]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/edwards25519/field -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b114=>" -I $WORK/b114/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b114/fe_amd64.o ./fe_amd64.s
2025-08-20T21:58:01.0909728Z [00:02:02.916]➜  go tool pack r $WORK/b114/_pkg_.a $WORK/b114/fe_amd64.o # internal
2025-08-20T21:58:01.0932790Z [00:02:02.919]➜  go tool buildid -w $WORK/b114/_pkg_.a # internal
2025-08-20T21:58:01.0937335Z [00:02:02.919]➜  cp $WORK/b114/_pkg_.a /root/.cache/go-build/35/35a562b80ddd68a8109b61c6c0ad69c6250d162c4b5e729809ccf7665f213573-d # internal
2025-08-20T21:58:01.0960222Z [00:02:02.919]➜  crypto/internal/fips140/bigmod
2025-08-20T21:58:01.0966153Z [00:02:02.920]➜  mkdir -p $WORK/b121/
2025-08-20T21:58:01.0966768Z [00:02:02.920]➜  echo -n > $WORK/b121/go_asm.h # internal
2025-08-20T21:58:01.0971714Z [00:02:02.920]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T21:58:01.0974288Z [00:02:02.920]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/bigmod -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b121=>" -I $WORK/b121/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b121/symabis ./nat_amd64.s
2025-08-20T21:58:01.1068797Z [00:02:02.932]➜  cat >/tmp/go-build282983591/b121/importcfg << 'EOF' # internal
2025-08-20T21:58:01.1070757Z [00:02:02.932]➜  # import config
2025-08-20T21:58:01.1073413Z [00:02:02.932]➜  packagefile crypto/internal/fips140/check=/tmp/go-build282983591/b084/_pkg_.a
2025-08-20T21:58:01.1075299Z [00:02:02.933]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build282983591/b087/_pkg_.a
2025-08-20T21:58:01.1077720Z [00:02:02.933]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build282983591/b088/_pkg_.a
2025-08-20T21:58:01.1080589Z [00:02:02.933]➜  packagefile crypto/internal/impl=/tmp/go-build282983591/b089/_pkg_.a
2025-08-20T21:58:01.1081466Z [00:02:02.933]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:01.1082241Z [00:02:02.933]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:01.1082828Z [00:02:02.933]➜  EOF
2025-08-20T21:58:01.1083304Z [00:02:02.933]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:01.1087235Z [00:02:02.933]➜  /root/.go/pkg/tool/linux_amd64/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 sidcv3mO1PENxxbisPmC/sidcv3mO1PENxxbisPmC -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:58:01.2979340Z [00:02:03.123]➜  cd /root/.go/src/reflect
2025-08-20T21:58:01.2984343Z [00:02:03.123]➜  /root/.go/pkg/tool/linux_amd64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b047=>" -I $WORK/b047/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b047/asm_amd64.o ./asm_amd64.s
2025-08-20T21:58:01.3039210Z [00:02:03.129]➜  go tool pack r $WORK/b047/_pkg_.a $WORK/b047/asm_amd64.o # internal
2025-08-20T21:58:01.3042084Z [00:02:03.129]➜  go tool buildid -w $WORK/b047/_pkg_.a # internal
2025-08-20T21:58:01.3060968Z [00:02:03.131]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T21:58:01.3066747Z [00:02:03.132]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/bigmod -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b121=>" -I $WORK/b121/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b121/nat_amd64.o ./nat_amd64.s
2025-08-20T21:58:01.3217057Z [00:02:03.147]➜  go tool pack r $WORK/b121/_pkg_.a $WORK/b121/nat_amd64.o # internal
2025-08-20T21:58:01.3220363Z [00:02:03.147]➜  go tool buildid -w $WORK/b121/_pkg_.a # internal
2025-08-20T21:58:01.3241452Z [00:02:03.149]➜  cp $WORK/b047/_pkg_.a /root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d # internal
2025-08-20T21:58:01.3243443Z [00:02:03.150]➜  internal/fmtsort
2025-08-20T21:58:01.3244316Z [00:02:03.150]➜  mkdir -p $WORK/b045/
2025-08-20T21:58:01.3255493Z [00:02:03.150]➜  cat >/tmp/go-build282983591/b045/importcfg << 'EOF' # internal
2025-08-20T21:58:01.3256130Z [00:02:03.150]➜  # import config
2025-08-20T21:58:01.3256703Z [00:02:03.150]➜  packagefile cmp=/tmp/go-build282983591/b046/_pkg_.a
2025-08-20T21:58:01.3257430Z [00:02:03.150]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:01.3258170Z [00:02:03.150]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:01.3258704Z [00:02:03.150]➜  EOF
2025-08-20T21:58:01.3261091Z [00:02:03.151]➜  cp $WORK/b121/_pkg_.a /root/.cache/go-build/0d/0d01387854d74c7588d39c9e22288a235981f1115e28808b9640eb8d08a8f149-d # internal
2025-08-20T21:58:01.3262673Z [00:02:03.151]➜  crypto/internal/fips140cache
2025-08-20T21:58:01.3263332Z [00:02:03.151]➜  mkdir -p $WORK/b122/
2025-08-20T21:58:01.3264048Z [00:02:03.151]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:01.3266972Z [00:02:03.152]➜  /root/.go/pkg/tool/linux_amd64/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 cYUTo3b48V3JDSnH5ZsN/cYUTo3b48V3JDSnH5ZsN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b045/importcfg -pack /root/.go/src/internal/fmtsort/sort.go
2025-08-20T21:58:01.3274771Z [00:02:03.152]➜  cat >/tmp/go-build282983591/b122/importcfg << 'EOF' # internal
2025-08-20T21:58:01.3275439Z [00:02:03.152]➜  # import config
2025-08-20T21:58:01.3276081Z [00:02:03.152]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:01.3276855Z [00:02:03.152]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:01.3277636Z [00:02:03.152]➜  packagefile weak=/tmp/go-build282983591/b123/_pkg_.a
2025-08-20T21:58:01.3278231Z [00:02:03.152]➜  EOF
2025-08-20T21:58:01.3281855Z [00:02:03.152]➜  /root/.go/pkg/tool/linux_amd64/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 4Os5LiBNx5-iw7jxvt0H/4Os5LiBNx5-iw7jxvt0H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b122/importcfg -pack /root/.go/src/crypto/internal/fips140cache/cache.go
2025-08-20T21:58:01.3424039Z [00:02:03.167]➜  go tool buildid -w $WORK/b122/_pkg_.a # internal
2025-08-20T21:58:01.3441302Z [00:02:03.169]➜  cp $WORK/b122/_pkg_.a /root/.cache/go-build/26/2695974d438020987dbb0bbc5a3ea00c924883ef5700a3d0cdde3c092745abfa-d # internal
2025-08-20T21:58:01.3442472Z [00:02:03.169]➜  crypto/sha3
2025-08-20T21:58:01.3442938Z [00:02:03.169]➜  mkdir -p $WORK/b125/
2025-08-20T21:58:01.3447480Z [00:02:03.170]➜  cat >/tmp/go-build282983591/b125/importcfg << 'EOF' # internal
2025-08-20T21:58:01.3450051Z [00:02:03.170]➜  # import config
2025-08-20T21:58:01.3450751Z [00:02:03.170]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:01.3451727Z [00:02:03.170]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build282983591/b090/_pkg_.a
2025-08-20T21:58:01.3452667Z [00:02:03.170]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:01.3453245Z [00:02:03.170]➜  EOF
2025-08-20T21:58:01.3455915Z [00:02:03.170]➜  /root/.go/pkg/tool/linux_amd64/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 pp5P7pKUITLhdsC9IHat/pp5P7pKUITLhdsC9IHat -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b125/importcfg -pack /root/.go/src/crypto/sha3/sha3.go
2025-08-20T21:58:01.3845306Z [00:02:03.210]➜  go tool buildid -w $WORK/b125/_pkg_.a # internal
2025-08-20T21:58:01.3849553Z [00:02:03.210]➜  cp $WORK/b125/_pkg_.a /root/.cache/go-build/31/315fca7796f9d1dee9f4d8a414be1e5f5753675893b4a76480411dde28e05aa0-d # internal
2025-08-20T21:58:01.3854443Z [00:02:03.211]➜  crypto/internal/fips140hash
2025-08-20T21:58:01.3857383Z [00:02:03.211]➜  mkdir -p $WORK/b124/
2025-08-20T21:58:01.3867372Z [00:02:03.212]➜  cat >/tmp/go-build282983591/b124/importcfg << 'EOF' # internal
2025-08-20T21:58:01.3870768Z [00:02:03.212]➜  # import config
2025-08-20T21:58:01.3871614Z [00:02:03.212]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build282983591/b090/_pkg_.a
2025-08-20T21:58:01.3872591Z [00:02:03.212]➜  packagefile crypto/sha3=/tmp/go-build282983591/b125/_pkg_.a
2025-08-20T21:58:01.3873413Z [00:02:03.212]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:01.3873998Z [00:02:03.212]➜  EOF
2025-08-20T21:58:01.3877203Z [00:02:03.212]➜  /root/.go/pkg/tool/linux_amd64/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 HbGX3TiFEtVejraH8Tg6/HbGX3TiFEtVejraH8Tg6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b124/importcfg -pack /root/.go/src/crypto/internal/fips140hash/hash.go
2025-08-20T21:58:01.4106595Z [00:02:03.236]➜  go tool buildid -w $WORK/b124/_pkg_.a # internal
2025-08-20T21:58:01.4112217Z [00:02:03.236]➜  cp $WORK/b124/_pkg_.a /root/.cache/go-build/42/42975a08ce9ec7bcbe424bc45b0461a2ac7315bd8f9ef81a9105bb3ffa767f57-d # internal
2025-08-20T21:58:01.4118908Z [00:02:03.237]➜  crypto/internal/fips140/edwards25519
2025-08-20T21:58:01.4119503Z [00:02:03.237]➜  mkdir -p $WORK/b132/
2025-08-20T21:58:01.4120386Z [00:02:03.237]➜  cat >/tmp/go-build282983591/b132/importcfg << 'EOF' # internal
2025-08-20T21:58:01.4121028Z [00:02:03.237]➜  # import config
2025-08-20T21:58:01.4121801Z [00:02:03.237]➜  packagefile crypto/internal/fips140/check=/tmp/go-build282983591/b084/_pkg_.a
2025-08-20T21:58:01.4123021Z [00:02:03.237]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build282983591/b114/_pkg_.a
2025-08-20T21:58:01.4124139Z [00:02:03.237]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build282983591/b091/_pkg_.a
2025-08-20T21:58:01.4125160Z [00:02:03.237]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build282983591/b087/_pkg_.a
2025-08-20T21:58:01.4126381Z [00:02:03.237]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:01.4127134Z [00:02:03.237]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:01.4127914Z [00:02:03.237]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:01.4128463Z [00:02:03.237]➜  EOF
2025-08-20T21:58:01.4135554Z [00:02:03.238]➜  /root/.go/pkg/tool/linux_amd64/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 Tg3QPo9m1aHoOG2PD3yz/Tg3QPo9m1aHoOG2PD3yz -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:58:01.4143391Z [00:02:03.239]➜  go tool buildid -w $WORK/b045/_pkg_.a # internal
2025-08-20T21:58:01.4149499Z [00:02:03.240]➜  cp $WORK/b045/_pkg_.a /root/.cache/go-build/93/934b7067c85ff7bb07fb95e32b4b4043e76372281a126fd9354837df1db31613-d # internal
2025-08-20T21:58:01.4153569Z [00:02:03.241]➜  crypto/internal/fips140/hkdf
2025-08-20T21:58:01.4173886Z [00:02:03.242]➜  mkdir -p $WORK/b135/
2025-08-20T21:58:01.4174637Z [00:02:03.242]➜  cat >/tmp/go-build282983591/b135/importcfg << 'EOF' # internal
2025-08-20T21:58:01.4175313Z [00:02:03.243]➜  # import config
2025-08-20T21:58:01.4176186Z [00:02:03.243]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:01.4177114Z [00:02:03.243]➜  packagefile crypto/internal/fips140=/tmp/go-build282983591/b080/_pkg_.a
2025-08-20T21:58:01.4178198Z [00:02:03.243]➜  packagefile crypto/internal/fips140/check=/tmp/go-build282983591/b084/_pkg_.a
2025-08-20T21:58:01.4179290Z [00:02:03.243]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build282983591/b085/_pkg_.a
2025-08-20T21:58:01.4180567Z [00:02:03.243]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build282983591/b086/_pkg_.a
2025-08-20T21:58:01.4181475Z [00:02:03.243]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:01.4182250Z [00:02:03.243]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:01.4182838Z [00:02:03.243]➜  EOF
2025-08-20T21:58:01.4186412Z [00:02:03.243]➜  /root/.go/pkg/tool/linux_amd64/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 N8uSgjXMpzi3wKbDLxty/N8uSgjXMpzi3wKbDLxty -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:58:01.4382280Z [00:02:03.263]➜  go tool buildid -w $WORK/b135/_pkg_.a # internal
2025-08-20T21:58:01.4391083Z [00:02:03.264]➜  cp $WORK/b135/_pkg_.a /root/.cache/go-build/56/56678f4dc2fbcba3710a8cd271b8691e51779e5fa9611c897d6c7261e2ceccb6-d # internal
2025-08-20T21:58:01.4409705Z [00:02:03.265]➜  crypto/internal/fips140/tls12
2025-08-20T21:58:01.4410485Z [00:02:03.265]➜  mkdir -p $WORK/b138/
2025-08-20T21:58:01.4411189Z [00:02:03.265]➜  cat >/tmp/go-build282983591/b138/importcfg << 'EOF' # internal
2025-08-20T21:58:01.4411829Z [00:02:03.265]➜  # import config
2025-08-20T21:58:01.4412437Z [00:02:03.265]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:01.4413405Z [00:02:03.265]➜  packagefile crypto/internal/fips140=/tmp/go-build282983591/b080/_pkg_.a
2025-08-20T21:58:01.4414486Z [00:02:03.265]➜  packagefile crypto/internal/fips140/check=/tmp/go-build282983591/b084/_pkg_.a
2025-08-20T21:58:01.4415869Z [00:02:03.265]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build282983591/b085/_pkg_.a
2025-08-20T21:58:01.4416958Z [00:02:03.265]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build282983591/b086/_pkg_.a
2025-08-20T21:58:01.4418045Z [00:02:03.265]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build282983591/b092/_pkg_.a
2025-08-20T21:58:01.4418972Z [00:02:03.265]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:01.4419702Z [00:02:03.265]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:01.4440712Z [00:02:03.265]➜  EOF
2025-08-20T21:58:01.4444510Z [00:02:03.265]➜  /root/.go/pkg/tool/linux_amd64/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 GXQl7O3rlmaoAMyB0C-D/GXQl7O3rlmaoAMyB0C-D -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:58:01.4675424Z [00:02:03.293]➜  go tool buildid -w $WORK/b138/_pkg_.a # internal
2025-08-20T21:58:01.4684028Z [00:02:03.294]➜  cp $WORK/b138/_pkg_.a /root/.cache/go-build/62/62845e4b9204da3e721510a4a5bb8a4a1bd512a88f3c1fa68aecb582224efa60-d # internal
2025-08-20T21:58:01.4686257Z [00:02:03.294]➜  crypto/internal/fips140/tls13
2025-08-20T21:58:01.4688434Z [00:02:03.294]➜  mkdir -p $WORK/b139/
2025-08-20T21:58:01.4690453Z [00:02:03.294]➜  cat >/tmp/go-build282983591/b139/importcfg << 'EOF' # internal
2025-08-20T21:58:01.4693685Z [00:02:03.295]➜  # import config
2025-08-20T21:58:01.4694329Z [00:02:03.295]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:01.4695525Z [00:02:03.295]➜  packagefile crypto/internal/fips140=/tmp/go-build282983591/b080/_pkg_.a
2025-08-20T21:58:01.4696672Z [00:02:03.295]➜  packagefile crypto/internal/fips140/check=/tmp/go-build282983591/b084/_pkg_.a
2025-08-20T21:58:01.4697818Z [00:02:03.295]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build282983591/b135/_pkg_.a
2025-08-20T21:58:01.4698921Z [00:02:03.295]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build282983591/b086/_pkg_.a
2025-08-20T21:58:01.4700320Z [00:02:03.295]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build282983591/b087/_pkg_.a
2025-08-20T21:58:01.4701356Z [00:02:03.295]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:01.4702162Z [00:02:03.295]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:01.4702760Z [00:02:03.295]➜  EOF
2025-08-20T21:58:01.4706441Z [00:02:03.295]➜  /root/.go/pkg/tool/linux_amd64/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 HFlFmkFC0hg0GtV4bvyJ/HFlFmkFC0hg0GtV4bvyJ -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:58:01.4926974Z [00:02:03.318]➜  go tool buildid -w $WORK/b057/_pkg_.a # internal
2025-08-20T21:58:01.5047516Z [00:02:03.328]➜  cp $WORK/b057/_pkg_.a /root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d # internal
2025-08-20T21:58:01.5048692Z [00:02:03.328]➜  io/fs
2025-08-20T21:58:01.5049145Z [00:02:03.328]➜  mkdir -p $WORK/b054/
2025-08-20T21:58:01.5050212Z [00:02:03.329]➜  cat >/tmp/go-build282983591/b054/importcfg << 'EOF' # internal
2025-08-20T21:58:01.5050882Z [00:02:03.329]➜  # import config
2025-08-20T21:58:01.5051545Z [00:02:03.329]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:01.5052396Z [00:02:03.329]➜  packagefile internal/bytealg=/tmp/go-build282983591/b011/_pkg_.a
2025-08-20T21:58:01.5053255Z [00:02:03.329]➜  packagefile internal/oserror=/tmp/go-build282983591/b055/_pkg_.a
2025-08-20T21:58:01.5054288Z [00:02:03.329]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:01.5055040Z [00:02:03.329]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:58:01.5055807Z [00:02:03.329]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:01.5056585Z [00:02:03.329]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:01.5057397Z [00:02:03.329]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:01.5058028Z [00:02:03.329]➜  EOF
2025-08-20T21:58:01.5062181Z [00:02:03.329]➜  /root/.go/pkg/tool/linux_amd64/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 pq2CM60xOM7HPAgcBiSM/pq2CM60xOM7HPAgcBiSM -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:58:01.5120471Z [00:02:03.337]➜  go tool buildid -w $WORK/b139/_pkg_.a # internal
2025-08-20T21:58:01.5134424Z [00:02:03.339]➜  cp $WORK/b139/_pkg_.a /root/.cache/go-build/6e/6ebaf1968bb9c8310df131de2b87f7a5075a15eac2168d157b5636e7f02c4260-d # internal
2025-08-20T21:58:01.5142601Z [00:02:03.339]➜  internal/poll
2025-08-20T21:58:01.5145612Z [00:02:03.340]➜  mkdir -p $WORK/b061/
2025-08-20T21:58:01.5147180Z [00:02:03.340]➜  cat >/tmp/go-build282983591/b061/importcfg << 'EOF' # internal
2025-08-20T21:58:01.5160914Z [00:02:03.341]➜  # import config
2025-08-20T21:58:01.5162411Z [00:02:03.342]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:01.5164698Z [00:02:03.342]➜  packagefile internal/itoa=/tmp/go-build282983591/b048/_pkg_.a
2025-08-20T21:58:01.5166180Z [00:02:03.342]➜  packagefile internal/syscall/unix=/tmp/go-build282983591/b062/_pkg_.a
2025-08-20T21:58:01.5168035Z [00:02:03.342]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:01.5168813Z [00:02:03.342]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:01.5169561Z [00:02:03.342]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:01.5170554Z [00:02:03.342]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:01.5171364Z [00:02:03.342]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:01.5172122Z [00:02:03.342]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:01.5172681Z [00:02:03.342]➜  EOF
2025-08-20T21:58:01.5185086Z [00:02:03.342]➜  /root/.go/pkg/tool/linux_amd64/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 aMkCY-hXUPExFrik4-fF/aMkCY-hXUPExFrik4-fF -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:58:01.5345183Z [00:02:03.360]➜  go tool buildid -w $WORK/b113/_pkg_.a # internal
2025-08-20T21:58:01.5393446Z [00:02:03.364]➜  cp $WORK/b113/_pkg_.a /root/.cache/go-build/de/def1f06f1fec2232cfe08575ef0c3c15c592d40340fd84c8e94a1611a10a3027-d # internal
2025-08-20T21:58:01.5400788Z [00:02:03.365]➜  context
2025-08-20T21:58:01.5453971Z [00:02:03.371]➜  mkdir -p $WORK/b107/
2025-08-20T21:58:01.5464131Z [00:02:03.371]➜  cat >/tmp/go-build282983591/b107/importcfg << 'EOF' # internal
2025-08-20T21:58:01.5464868Z [00:02:03.371]➜  # import config
2025-08-20T21:58:01.5465504Z [00:02:03.372]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:01.5471274Z [00:02:03.372]➜  packagefile internal/reflectlite=/tmp/go-build282983591/b005/_pkg_.a
2025-08-20T21:58:01.5474104Z [00:02:03.372]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:01.5475947Z [00:02:03.372]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:01.5476833Z [00:02:03.372]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:01.5477455Z [00:02:03.372]➜  EOF
2025-08-20T21:58:01.5482495Z [00:02:03.372]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b107/_pkg_.a -trimpath "/root/.go/src/context=>context;$WORK/b107=>" -p context -lang=go1.25 -std -complete -installsuffix shared -buildid cqkdNwrifRVhLsX1-tMY/cqkdNwrifRVhLsX1-tMY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b107/importcfg -pack /root/.go/src/context/context.go
2025-08-20T21:58:01.5755735Z [00:02:03.401]➜  go tool buildid -w $WORK/b132/_pkg_.a # internal
2025-08-20T21:58:01.5835251Z [00:02:03.409]➜  cp $WORK/b132/_pkg_.a /root/.cache/go-build/4b/4bb9c913e6e38905d1fbe1acee007f1a63e721cadc9cb58f4450a7556961e34a-d # internal
2025-08-20T21:58:01.5837386Z [00:02:03.409]➜  crypto/internal/fips140/nistec
2025-08-20T21:58:01.5838659Z [00:02:03.409]➜  mkdir -p $WORK/b112/
2025-08-20T21:58:01.5897114Z [00:02:03.415]➜  echo -n > $WORK/b112/go_asm.h # internal
2025-08-20T21:58:01.5918403Z [00:02:03.416]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T21:58:01.5921886Z [00:02:03.416]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/nistec -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b112=>" -I $WORK/b112/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b112/symabis ./p256_asm_amd64.s
2025-08-20T21:58:01.6213971Z [00:02:03.446]➜  cat >/tmp/go-build282983591/b112/importcfg << 'EOF' # internal
2025-08-20T21:58:01.6222344Z [00:02:03.446]➜  # import config
2025-08-20T21:58:01.6223208Z [00:02:03.446]➜  packagefile crypto/internal/fips140/check=/tmp/go-build282983591/b084/_pkg_.a
2025-08-20T21:58:01.6224580Z [00:02:03.446]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build282983591/b113/_pkg_.a
2025-08-20T21:58:01.6225748Z [00:02:03.446]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build282983591/b091/_pkg_.a
2025-08-20T21:58:01.6228025Z [00:02:03.446]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build282983591/b087/_pkg_.a
2025-08-20T21:58:01.6229103Z [00:02:03.446]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:01.6230094Z [00:02:03.446]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:01.6230902Z [00:02:03.446]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:01.6231680Z [00:02:03.446]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:01.6232243Z [00:02:03.446]➜  EOF
2025-08-20T21:58:01.6232743Z [00:02:03.447]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:01.6239239Z [00:02:03.447]➜  /root/.go/pkg/tool/linux_amd64/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 t8YtTJCyCZCeJ-gYho82/t8YtTJCyCZCeJ-gYho82 -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:58:01.6953477Z [00:02:03.520]➜  go tool buildid -w $WORK/b054/_pkg_.a # internal
2025-08-20T21:58:01.6983494Z [00:02:03.522]➜  cp $WORK/b054/_pkg_.a /root/.cache/go-build/fc/fccee468363facdb09b45d99d9f154b47b64a07d18cd2fa40a6b3ed71255d5d0-d # internal
2025-08-20T21:58:01.7020681Z [00:02:03.527]➜  internal/filepathlite
2025-08-20T21:58:01.7087869Z [00:02:03.527]➜  mkdir -p $WORK/b053/
2025-08-20T21:58:01.7088614Z [00:02:03.527]➜  cat >/tmp/go-build282983591/b053/importcfg << 'EOF' # internal
2025-08-20T21:58:01.7089312Z [00:02:03.527]➜  # import config
2025-08-20T21:58:01.7090165Z [00:02:03.527]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:01.7091023Z [00:02:03.527]➜  packagefile internal/bytealg=/tmp/go-build282983591/b011/_pkg_.a
2025-08-20T21:58:01.7091955Z [00:02:03.527]➜  packagefile internal/stringslite=/tmp/go-build282983591/b032/_pkg_.a
2025-08-20T21:58:01.7092817Z [00:02:03.527]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:58:01.7093598Z [00:02:03.527]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:01.7094183Z [00:02:03.527]➜  EOF
2025-08-20T21:58:01.7097889Z [00:02:03.527]➜  /root/.go/pkg/tool/linux_amd64/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 8QpI-0QHZ2zFbmcSrCfr/8QpI-0QHZ2zFbmcSrCfr -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:58:01.7305084Z [00:02:03.556]➜  go tool buildid -w $WORK/b061/_pkg_.a # internal
2025-08-20T21:58:01.7352799Z [00:02:03.560]➜  cp $WORK/b061/_pkg_.a /root/.cache/go-build/23/23b65ad39a9a3d558cebe6b474db24823d4cdb4d66c1c173a6d7fa8f7b99e627-d # internal
2025-08-20T21:58:01.7360327Z [00:02:03.561]➜  embed
2025-08-20T21:58:01.7360788Z [00:02:03.561]➜  mkdir -p $WORK/b066/
2025-08-20T21:58:01.7373776Z [00:02:03.563]➜  cat >/tmp/go-build282983591/b066/importcfg << 'EOF' # internal
2025-08-20T21:58:01.7374455Z [00:02:03.563]➜  # import config
2025-08-20T21:58:01.7375144Z [00:02:03.563]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:01.7376019Z [00:02:03.563]➜  packagefile internal/bytealg=/tmp/go-build282983591/b011/_pkg_.a
2025-08-20T21:58:01.7376993Z [00:02:03.563]➜  packagefile internal/stringslite=/tmp/go-build282983591/b032/_pkg_.a
2025-08-20T21:58:01.7378174Z [00:02:03.563]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:01.7378952Z [00:02:03.563]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:58:01.7379712Z [00:02:03.563]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:01.7380460Z [00:02:03.563]➜  EOF
2025-08-20T21:58:01.7383861Z [00:02:03.563]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b066/_pkg_.a -trimpath "/root/.go/src/embed=>embed;$WORK/b066=>" -p embed -lang=go1.25 -std -complete -installsuffix shared -buildid 12Vewhxkdt4YH69F8bba/12Vewhxkdt4YH69F8bba -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b066/importcfg -pack /root/.go/src/embed/embed.go
2025-08-20T21:58:01.7485493Z [00:02:03.574]➜  go tool buildid -w $WORK/b107/_pkg_.a # internal
2025-08-20T21:58:01.7506077Z [00:02:03.576]➜  cp $WORK/b107/_pkg_.a /root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d # internal
2025-08-20T21:58:01.7545757Z [00:02:03.579]➜  encoding/binary
2025-08-20T21:58:01.7550553Z [00:02:03.579]➜  mkdir -p $WORK/b142/
2025-08-20T21:58:01.7551313Z [00:02:03.580]➜  cat >/tmp/go-build282983591/b142/importcfg << 'EOF' # internal
2025-08-20T21:58:01.7552447Z [00:02:03.580]➜  # import config
2025-08-20T21:58:01.7554518Z [00:02:03.580]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:01.7555651Z [00:02:03.580]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:01.7557664Z [00:02:03.580]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:01.7558845Z [00:02:03.580]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:01.7562733Z [00:02:03.580]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:01.7563580Z [00:02:03.580]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:01.7564155Z [00:02:03.580]➜  EOF
2025-08-20T21:58:01.7567521Z [00:02:03.580]➜  /root/.go/pkg/tool/linux_amd64/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 YRSaRCULELrqnh_87-ik/YRSaRCULELrqnh_87-ik -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:58:01.7628427Z [00:02:03.588]➜  go tool buildid -w $WORK/b053/_pkg_.a # internal
2025-08-20T21:58:01.7643233Z [00:02:03.589]➜  cp $WORK/b053/_pkg_.a /root/.cache/go-build/ff/ffb5801c47a3fb009cba1fc66c4ab3b12299a5e506c71615a431026b16fa568a-d # internal
2025-08-20T21:58:01.7662860Z [00:02:03.591]➜  os
2025-08-20T21:58:01.7665826Z [00:02:03.592]➜  mkdir -p $WORK/b052/
2025-08-20T21:58:01.7678326Z [00:02:03.593]➜  cat >/tmp/go-build282983591/b052/importcfg << 'EOF' # internal
2025-08-20T21:58:01.7681141Z [00:02:03.593]➜  # import config
2025-08-20T21:58:01.7681829Z [00:02:03.593]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:01.7682720Z [00:02:03.593]➜  packagefile internal/bytealg=/tmp/go-build282983591/b011/_pkg_.a
2025-08-20T21:58:01.7683668Z [00:02:03.593]➜  packagefile internal/byteorder=/tmp/go-build282983591/b013/_pkg_.a
2025-08-20T21:58:01.7684626Z [00:02:03.593]➜  packagefile internal/filepathlite=/tmp/go-build282983591/b053/_pkg_.a
2025-08-20T21:58:01.7685566Z [00:02:03.593]➜  packagefile internal/goarch=/tmp/go-build282983591/b007/_pkg_.a
2025-08-20T21:58:01.7686447Z [00:02:03.593]➜  packagefile internal/itoa=/tmp/go-build282983591/b048/_pkg_.a
2025-08-20T21:58:01.7687309Z [00:02:03.593]➜  packagefile internal/poll=/tmp/go-build282983591/b061/_pkg_.a
2025-08-20T21:58:01.7688233Z [00:02:03.593]➜  packagefile internal/stringslite=/tmp/go-build282983591/b032/_pkg_.a
2025-08-20T21:58:01.7689231Z [00:02:03.593]➜  packagefile internal/syscall/execenv=/tmp/go-build282983591/b063/_pkg_.a
2025-08-20T21:58:01.7690641Z [00:02:03.593]➜  packagefile internal/syscall/unix=/tmp/go-build282983591/b062/_pkg_.a
2025-08-20T21:58:01.7691562Z [00:02:03.593]➜  packagefile internal/testlog=/tmp/go-build282983591/b064/_pkg_.a
2025-08-20T21:58:01.7692368Z [00:02:03.593]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:01.7693108Z [00:02:03.593]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:58:01.7693884Z [00:02:03.593]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:01.7694678Z [00:02:03.593]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:01.7695432Z [00:02:03.593]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:01.7696215Z [00:02:03.593]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:01.7697022Z [00:02:03.593]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:01.7697775Z [00:02:03.593]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:01.7702236Z [00:02:03.593]➜  EOF
2025-08-20T21:58:01.7724972Z [00:02:03.593]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b052/_pkg_.a -trimpath "/root/.go/src/os=>os;$WORK/b052=>" -p os -lang=go1.25 -std -installsuffix shared -buildid It42hYxCHsgGWMfaclET/It42hYxCHsgGWMfaclET -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:58:01.8000523Z [00:02:03.624]➜  go tool buildid -w $WORK/b066/_pkg_.a # internal
2025-08-20T21:58:01.8013233Z [00:02:03.624]➜  cp $WORK/b066/_pkg_.a /root/.cache/go-build/04/04d0d56bd27f851969d22dc866a389171e6a79073d83c5b6bb415bf7f7c3b1e6-d # internal
2025-08-20T21:58:01.8014285Z [00:02:03.624]➜  crypto/fips140
2025-08-20T21:58:01.8014777Z [00:02:03.624]➜  mkdir -p $WORK/b152/
2025-08-20T21:58:01.8015538Z [00:02:03.624]➜  cat >/tmp/go-build282983591/b152/importcfg << 'EOF' # internal
2025-08-20T21:58:01.8016235Z [00:02:03.624]➜  # import config
2025-08-20T21:58:01.8017042Z [00:02:03.624]➜  packagefile crypto/internal/fips140=/tmp/go-build282983591/b080/_pkg_.a
2025-08-20T21:58:01.8018147Z [00:02:03.624]➜  packagefile crypto/internal/fips140/check=/tmp/go-build282983591/b084/_pkg_.a
2025-08-20T21:58:01.8018919Z [00:02:03.624]➜  EOF
2025-08-20T21:58:01.8022773Z [00:02:03.624]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b152/_pkg_.a -trimpath "/root/.go/src/crypto/fips140=>crypto/fips140;$WORK/b152=>" -p crypto/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid L-DdIKuCrCeHDK9rf0tB/L-DdIKuCrCeHDK9rf0tB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b152/importcfg -pack /root/.go/src/crypto/fips140/fips140.go
2025-08-20T21:58:01.8195338Z [00:02:03.645]➜  go tool buildid -w $WORK/b152/_pkg_.a # internal
2025-08-20T21:58:01.8201917Z [00:02:03.645]➜  cp $WORK/b152/_pkg_.a /root/.cache/go-build/b5/b55a9ebe2952586c79911ac32107ae1f4c98934a55a8dec23b1f23b673a10b56-d # internal
2025-08-20T21:58:01.8203889Z [00:02:03.646]➜  crypto/tls/internal/fips140tls
2025-08-20T21:58:01.8205799Z [00:02:03.646]➜  mkdir -p $WORK/b151/
2025-08-20T21:58:01.8209552Z [00:02:03.646]➜  cat >/tmp/go-build282983591/b151/importcfg << 'EOF' # internal
2025-08-20T21:58:01.8210383Z [00:02:03.646]➜  # import config
2025-08-20T21:58:01.8211101Z [00:02:03.646]➜  packagefile crypto/fips140=/tmp/go-build282983591/b152/_pkg_.a
2025-08-20T21:58:01.8211965Z [00:02:03.646]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:01.8212601Z [00:02:03.646]➜  EOF
2025-08-20T21:58:01.8216862Z [00:02:03.647]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b151/_pkg_.a -trimpath "/root/.go/src/crypto/tls/internal/fips140tls=>crypto/tls/internal/fips140tls;$WORK/b151=>" -p crypto/tls/internal/fips140tls -lang=go1.25 -std -complete -installsuffix shared -buildid qPbmajCohCDJ1gMaANVI/qPbmajCohCDJ1gMaANVI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b151/importcfg -pack /root/.go/src/crypto/tls/internal/fips140tls/fipstls.go
2025-08-20T21:58:01.8327656Z [00:02:03.658]➜  go tool buildid -w $WORK/b151/_pkg_.a # internal
2025-08-20T21:58:01.8334924Z [00:02:03.659]➜  cp $WORK/b151/_pkg_.a /root/.cache/go-build/28/28442a2351e9293edd6216370dae4fb6011a2f346fd257b3e00f1b69cc959083-d # internal
2025-08-20T21:58:01.8337112Z [00:02:03.659]➜  encoding/pem
2025-08-20T21:58:01.8339368Z [00:02:03.659]➜  mkdir -p $WORK/b157/
2025-08-20T21:58:01.8343316Z [00:02:03.660]➜  cat >/tmp/go-build282983591/b157/importcfg << 'EOF' # internal
2025-08-20T21:58:01.8352028Z [00:02:03.660]➜  # import config
2025-08-20T21:58:01.8354978Z [00:02:03.660]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:01.8355907Z [00:02:03.660]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:01.8356789Z [00:02:03.660]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:01.8357627Z [00:02:03.660]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:01.8358418Z [00:02:03.660]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:01.8359237Z [00:02:03.660]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:01.8360050Z [00:02:03.660]➜  EOF
2025-08-20T21:58:01.8362753Z [00:02:03.661]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b157/_pkg_.a -trimpath "/root/.go/src/encoding/pem=>encoding/pem;$WORK/b157=>" -p encoding/pem -lang=go1.25 -std -complete -installsuffix shared -buildid 2ABdeLys1NcXxf9dH5bd/2ABdeLys1NcXxf9dH5bd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b157/importcfg -pack /root/.go/src/encoding/pem/pem.go
2025-08-20T21:58:01.9062023Z [00:02:03.731]➜  go tool buildid -w $WORK/b157/_pkg_.a # internal
2025-08-20T21:58:01.9072786Z [00:02:03.732]➜  cp $WORK/b157/_pkg_.a /root/.cache/go-build/30/3051cf7aff3b3091f46cb712a2e6caa7c2438d2d9a6f271d8ffe97102cf1fc3f-d # internal
2025-08-20T21:58:01.9095894Z [00:02:03.735]➜  vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T21:58:01.9098565Z [00:02:03.735]➜  mkdir -p $WORK/b160/
2025-08-20T21:58:01.9101962Z [00:02:03.735]➜  cat >/tmp/go-build282983591/b160/importcfg << 'EOF' # internal
2025-08-20T21:58:01.9108699Z [00:02:03.736]➜  # import config
2025-08-20T21:58:01.9109438Z [00:02:03.736]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:01.9110280Z [00:02:03.736]➜  EOF
2025-08-20T21:58:01.9113873Z [00:02:03.736]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b160/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/dns/dnsmessage=>vendor/golang.org/x/net/dns/dnsmessage;$WORK/b160=>" -p vendor/golang.org/x/net/dns/dnsmessage -lang=go1.25 -std -complete -installsuffix shared -buildid RxfIdmySJo_fyi_wpEHS/RxfIdmySJo_fyi_wpEHS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b160/importcfg -pack /root/.go/src/vendor/golang.org/x/net/dns/dnsmessage/message.go
2025-08-20T21:58:01.9780122Z [00:02:03.803]➜  go tool buildid -w $WORK/b142/_pkg_.a # internal
2025-08-20T21:58:01.9869235Z [00:02:03.809]➜  cp $WORK/b142/_pkg_.a /root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d # internal
2025-08-20T21:58:01.9870725Z [00:02:03.809]➜  vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T21:58:01.9871990Z [00:02:03.809]➜  mkdir -p $WORK/b145/
2025-08-20T21:58:01.9872979Z [00:02:03.809]➜  echo -n > $WORK/b145/go_asm.h # internal
2025-08-20T21:58:01.9874002Z [00:02:03.809]➜  cd /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T21:58:01.9876996Z [00:02:03.809]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/internal/poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b145=>" -I $WORK/b145/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b145/symabis ./sum_amd64.s
2025-08-20T21:58:01.9889738Z [00:02:03.814]➜  cat >/tmp/go-build282983591/b145/importcfg << 'EOF' # internal
2025-08-20T21:58:01.9894567Z [00:02:03.814]➜  # import config
2025-08-20T21:58:01.9895272Z [00:02:03.814]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:58:01.9896191Z [00:02:03.814]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:01.9897048Z [00:02:03.814]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:01.9897645Z [00:02:03.814]➜  EOF
2025-08-20T21:58:01.9898154Z [00:02:03.815]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:01.9904217Z [00:02:03.815]➜  /root/.go/pkg/tool/linux_amd64/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 -installsuffix shared -buildid leCivo_P9GxtMGtNrJKE/leCivo_P9GxtMGtNrJKE -goversion go1.25.0 -symabis $WORK/b145/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b145/importcfg -pack -asmhdr $WORK/b145/go_asm.h /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/poly1305.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/sum_asm.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/sum_generic.go
2025-08-20T21:58:02.0284296Z [00:02:03.852]➜  cd /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T21:58:02.0289240Z [00:02:03.854]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/internal/poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b145=>" -I $WORK/b145/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b145/sum_amd64.o ./sum_amd64.s
2025-08-20T21:58:02.0311608Z [00:02:03.856]➜  go tool pack r $WORK/b145/_pkg_.a $WORK/b145/sum_amd64.o # internal
2025-08-20T21:58:02.0314483Z [00:02:03.856]➜  go tool buildid -w $WORK/b145/_pkg_.a # internal
2025-08-20T21:58:02.0324905Z [00:02:03.857]➜  cp $WORK/b145/_pkg_.a /root/.cache/go-build/08/0896c1abf56875f26229922e80d24e86fcd2e8ab282d508f7a246dc1802c7898-d # internal
2025-08-20T21:58:02.0326091Z [00:02:03.858]➜  internal/singleflight
2025-08-20T21:58:02.0326631Z [00:02:03.858]➜  mkdir -p $WORK/b162/
2025-08-20T21:58:02.0335121Z [00:02:03.859]➜  cat >/tmp/go-build282983591/b162/importcfg << 'EOF' # internal
2025-08-20T21:58:02.0336648Z [00:02:03.859]➜  # import config
2025-08-20T21:58:02.0337993Z [00:02:03.859]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:02.0339106Z [00:02:03.859]➜  EOF
2025-08-20T21:58:02.0340769Z [00:02:03.859]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:02.0344049Z [00:02:03.859]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b162/_pkg_.a -trimpath "/root/.go/src/internal/singleflight=>internal/singleflight;$WORK/b162=>" -p internal/singleflight -lang=go1.25 -std -complete -installsuffix shared -buildid g-qjEonbg4KzmVs38yhx/g-qjEonbg4KzmVs38yhx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b162/importcfg -pack /root/.go/src/internal/singleflight/singleflight.go
2025-08-20T21:58:02.0836869Z [00:02:03.909]➜  go tool buildid -w $WORK/b162/_pkg_.a # internal
2025-08-20T21:58:02.0857002Z [00:02:03.911]➜  cp $WORK/b162/_pkg_.a /root/.cache/go-build/7f/7f4bef26bc96f233f4368d5b5b00f042e9f77dc53afc3826de67fcaad1a98096-d # internal
2025-08-20T21:58:02.0870470Z [00:02:03.911]➜  unique
2025-08-20T21:58:02.0870949Z [00:02:03.911]➜  mkdir -p $WORK/b164/
2025-08-20T21:58:02.0871626Z [00:02:03.912]➜  cat >/tmp/go-build282983591/b164/importcfg << 'EOF' # internal
2025-08-20T21:58:02.0872269Z [00:02:03.912]➜  # import config
2025-08-20T21:58:02.0872959Z [00:02:03.912]➜  packagefile internal/abi=/tmp/go-build282983591/b006/_pkg_.a
2025-08-20T21:58:02.0873835Z [00:02:03.912]➜  packagefile internal/goarch=/tmp/go-build282983591/b007/_pkg_.a
2025-08-20T21:58:02.0874739Z [00:02:03.912]➜  packagefile internal/stringslite=/tmp/go-build282983591/b032/_pkg_.a
2025-08-20T21:58:02.0875649Z [00:02:03.912]➜  packagefile internal/sync=/tmp/go-build282983591/b036/_pkg_.a
2025-08-20T21:58:02.0876448Z [00:02:03.912]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:02.0877220Z [00:02:03.912]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:02.0878020Z [00:02:03.912]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:02.0878812Z [00:02:03.912]➜  packagefile weak=/tmp/go-build282983591/b123/_pkg_.a
2025-08-20T21:58:02.0879367Z [00:02:03.912]➜  EOF
2025-08-20T21:58:02.0913421Z [00:02:03.912]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b164/_pkg_.a -trimpath "/root/.go/src/unique=>unique;$WORK/b164=>" -p unique -lang=go1.25 -std -complete -installsuffix shared -buildid slzjFFHIY2oIZPIsSEyx/slzjFFHIY2oIZPIsSEyx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b164/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:58:02.1961778Z [00:02:04.021]➜  go tool buildid -w $WORK/b160/_pkg_.a # internal
2025-08-20T21:58:02.2005886Z [00:02:04.026]➜  cp $WORK/b160/_pkg_.a /root/.cache/go-build/77/778cb86cc7ce4d286b8112b3dc66b4c107d110c761609350420a5a42ce64a6f1-d # internal
2025-08-20T21:58:02.2224411Z [00:02:04.048]➜  runtime/cgo
2025-08-20T21:58:02.2230483Z [00:02:04.048]➜  mkdir -p $WORK/b165/
2025-08-20T21:58:02.2240597Z [00:02:04.049]➜  echo -n > $WORK/b165/preferlinkext # internal
2025-08-20T21:58:02.2246808Z [00:02:04.050]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:58:02.2253743Z [00:02:04.050]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b165/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false "-ldflags=\"-O2\" \"-g\" \"-lpthread\"" -- -I $WORK/b165/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement ./cgo.go
2025-08-20T21:58:02.2792015Z [00:02:04.104]➜  cd $WORK
2025-08-20T21:58:02.2798326Z [00:02:04.105]➜  gcc -fno-caret-diagnostics -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T21:58:02.2840258Z [00:02:04.109]➜  go tool buildid -w $WORK/b164/_pkg_.a # internal
2025-08-20T21:58:02.2870560Z [00:02:04.112]➜  cp $WORK/b164/_pkg_.a /root/.cache/go-build/31/31e528a46c3c921de362b49c379fabc13d93d6d9cb23e5b80c9c14909d23d9e5-d # internal
2025-08-20T21:58:02.3089631Z [00:02:04.134]➜  gcc -Qunused-arguments -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T21:58:02.3316174Z [00:02:04.157]➜  gcc -Wl,--no-gc-sections -O2 -g -x c - -o /dev/null || true
2025-08-20T21:58:02.3332617Z [00:02:04.158]➜  net/netip
2025-08-20T21:58:02.3333168Z [00:02:04.158]➜  mkdir -p $WORK/b163/
2025-08-20T21:58:02.3340887Z [00:02:04.159]➜  cat >/tmp/go-build282983591/b163/importcfg << 'EOF' # internal
2025-08-20T21:58:02.3342222Z [00:02:04.159]➜  # import config
2025-08-20T21:58:02.3344932Z [00:02:04.159]➜  packagefile cmp=/tmp/go-build282983591/b046/_pkg_.a
2025-08-20T21:58:02.3345787Z [00:02:04.159]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:02.3346690Z [00:02:04.159]➜  packagefile internal/bytealg=/tmp/go-build282983591/b011/_pkg_.a
2025-08-20T21:58:02.3347645Z [00:02:04.159]➜  packagefile internal/byteorder=/tmp/go-build282983591/b013/_pkg_.a
2025-08-20T21:58:02.3348592Z [00:02:04.159]➜  packagefile internal/itoa=/tmp/go-build282983591/b048/_pkg_.a
2025-08-20T21:58:02.3349412Z [00:02:04.159]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:02.3350439Z [00:02:04.159]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:02.3351281Z [00:02:04.159]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:02.3352112Z [00:02:04.159]➜  packagefile unique=/tmp/go-build282983591/b164/_pkg_.a
2025-08-20T21:58:02.3352713Z [00:02:04.159]➜  EOF
2025-08-20T21:58:02.3353223Z [00:02:04.159]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:02.3356228Z [00:02:04.159]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b163/_pkg_.a -trimpath "/root/.go/src/net/netip=>net/netip;$WORK/b163=>" -p net/netip -lang=go1.25 -std -complete -installsuffix shared -buildid T9NLh6u5PaOGybKdBh3c/T9NLh6u5PaOGybKdBh3c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b163/importcfg -pack /root/.go/src/net/netip/netip.go /root/.go/src/net/netip/uint128.go
2025-08-20T21:58:02.4096799Z [00:02:04.235]➜  cd $WORK
2025-08-20T21:58:02.4100122Z [00:02:04.235]➜  gcc -fdebug-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T21:58:02.4393595Z [00:02:04.264]➜  gcc -ffile-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T21:58:02.4412637Z [00:02:04.266]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T21:58:02.4419055Z [00:02:04.267]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/nistec -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b112=>" -I $WORK/b112/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b112/p256_asm_amd64.o ./p256_asm_amd64.s
2025-08-20T21:58:02.4545571Z [00:02:04.280]➜  go tool pack r $WORK/b112/_pkg_.a $WORK/b112/p256_asm_amd64.o # internal
2025-08-20T21:58:02.4547290Z [00:02:04.280]➜  go tool buildid -w $WORK/b112/_pkg_.a # internal
2025-08-20T21:58:02.4572321Z [00:02:04.282]➜  go tool buildid -w $WORK/b052/_pkg_.a # internal
2025-08-20T21:58:02.4574867Z [00:02:04.283]➜  cp $WORK/b112/_pkg_.a /root/.cache/go-build/c8/c8a3f960dfc29752234a5b93577e1c8a66130334369f4fe7cbbb25e03deb79a4-d # internal
2025-08-20T21:58:02.4608472Z [00:02:04.286]➜  cd $WORK
2025-08-20T21:58:02.4611419Z [00:02:04.286]➜  gcc -gno-record-gcc-switches -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T21:58:02.4648023Z [00:02:04.290]➜  cp $WORK/b052/_pkg_.a /root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d # internal
2025-08-20T21:58:02.4788908Z [00:02:04.303]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b165=/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:58:02.4795039Z [00:02:04.303]➜  crypto/internal/sysrand
2025-08-20T21:58:02.4819378Z [00:02:04.303]➜  mkdir -p $WORK/b079/
2025-08-20T21:58:02.4824977Z [00:02:04.303]➜  cat >/tmp/go-build282983591/b079/importcfg << 'EOF' # internal
2025-08-20T21:58:02.4825688Z [00:02:04.303]➜  # import config
2025-08-20T21:58:02.4826364Z [00:02:04.303]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:02.4827326Z [00:02:04.303]➜  packagefile internal/syscall/unix=/tmp/go-build282983591/b062/_pkg_.a
2025-08-20T21:58:02.4828236Z [00:02:04.303]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:02.4829335Z [00:02:04.303]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:02.4833497Z [00:02:04.303]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:02.4834298Z [00:02:04.303]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:02.4835115Z [00:02:04.304]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:02.4835945Z [00:02:04.304]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:02.4836715Z [00:02:04.304]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:02.4837361Z [00:02:04.304]➜  EOF
2025-08-20T21:58:02.4837909Z [00:02:04.304]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:02.4850400Z [00:02:04.304]➜  /root/.go/pkg/tool/linux_amd64/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 qgz6XG8iiuUjqDrtwJQ5/qgz6XG8iiuUjqDrtwJQ5 -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:58:02.4854778Z [00:02:04.305]➜  fmt
2025-08-20T21:58:02.4855245Z [00:02:04.305]➜  mkdir -p $WORK/b044/
2025-08-20T21:58:02.4855954Z [00:02:04.309]➜  cat >/tmp/go-build282983591/b044/importcfg << 'EOF' # internal
2025-08-20T21:58:02.4856603Z [00:02:04.309]➜  # import config
2025-08-20T21:58:02.4857205Z [00:02:04.309]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:02.4858049Z [00:02:04.309]➜  packagefile internal/fmtsort=/tmp/go-build282983591/b045/_pkg_.a
2025-08-20T21:58:02.4858849Z [00:02:04.309]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:02.4860144Z [00:02:04.309]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:02.4860914Z [00:02:04.309]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:02.4861695Z [00:02:04.309]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:02.4862464Z [00:02:04.309]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:02.4863225Z [00:02:04.309]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:02.4863984Z [00:02:04.309]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:02.4864784Z [00:02:04.309]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:02.4865405Z [00:02:04.309]➜  EOF
2025-08-20T21:58:02.4868514Z [00:02:04.309]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b044/_pkg_.a -trimpath "/root/.go/src/fmt=>fmt;$WORK/b044=>" -p fmt -lang=go1.25 -std -complete -installsuffix shared -buildid qqDGHnbvrGH0JVvwba_3/qqDGHnbvrGH0JVvwba_3 -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:58:02.4975069Z [00:02:04.323]➜  cd $WORK/b165
2025-08-20T21:58:02.4980526Z [00:02:04.323]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b165=/tmp/go-build -gno-record-gcc-switches -I $WORK/b165/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b165/_x001.o -c _cgo_export.c
2025-08-20T21:58:02.5091917Z [00:02:04.334]➜  go tool buildid -w $WORK/b079/_pkg_.a # internal
2025-08-20T21:58:02.5099916Z [00:02:04.335]➜  cp $WORK/b079/_pkg_.a /root/.cache/go-build/4b/4b9db9d21c8f8cb536ca608191368c782c12668fd96055efda5393da96c72efe-d # internal
2025-08-20T21:58:02.5101748Z [00:02:04.335]➜  crypto/internal/entropy
2025-08-20T21:58:02.5102850Z [00:02:04.336]➜  mkdir -p $WORK/b078/
2025-08-20T21:58:02.5107277Z [00:02:04.336]➜  cat >/tmp/go-build282983591/b078/importcfg << 'EOF' # internal
2025-08-20T21:58:02.5108660Z [00:02:04.336]➜  # import config
2025-08-20T21:58:02.5109930Z [00:02:04.336]➜  packagefile crypto/internal/sysrand=/tmp/go-build282983591/b079/_pkg_.a
2025-08-20T21:58:02.5111847Z [00:02:04.336]➜  EOF
2025-08-20T21:58:02.5113382Z [00:02:04.336]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:02.5116642Z [00:02:04.336]➜  /root/.go/pkg/tool/linux_amd64/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 k9hEEyPYK9ZiSw80V2zZ/k9hEEyPYK9ZiSw80V2zZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b078/importcfg -pack /root/.go/src/crypto/internal/entropy/entropy.go
2025-08-20T21:58:02.5190995Z [00:02:04.344]➜  go tool buildid -w $WORK/b078/_pkg_.a # internal
2025-08-20T21:58:02.5210178Z [00:02:04.345]➜  cp $WORK/b078/_pkg_.a /root/.cache/go-build/c9/c9673cb58317490f6d318f8d40695146a2458c77622a9984fd997c89ed871c90-d # internal
2025-08-20T21:58:02.5211387Z [00:02:04.345]➜  crypto/internal/fips140/drbg
2025-08-20T21:58:02.5211961Z [00:02:04.345]➜  mkdir -p $WORK/b077/
2025-08-20T21:58:02.5212706Z [00:02:04.346]➜  cat >/tmp/go-build282983591/b077/importcfg << 'EOF' # internal
2025-08-20T21:58:02.5213364Z [00:02:04.346]➜  # import config
2025-08-20T21:58:02.5214005Z [00:02:04.346]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:02.5214938Z [00:02:04.346]➜  packagefile crypto/internal/entropy=/tmp/go-build282983591/b078/_pkg_.a
2025-08-20T21:58:02.5216050Z [00:02:04.346]➜  packagefile crypto/internal/fips140=/tmp/go-build282983591/b080/_pkg_.a
2025-08-20T21:58:02.5217136Z [00:02:04.346]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build282983591/b082/_pkg_.a
2025-08-20T21:58:02.5218624Z [00:02:04.346]➜  packagefile crypto/internal/fips140/check=/tmp/go-build282983591/b084/_pkg_.a
2025-08-20T21:58:02.5221958Z [00:02:04.346]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build282983591/b091/_pkg_.a
2025-08-20T21:58:02.5223279Z [00:02:04.346]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build282983591/b087/_pkg_.a
2025-08-20T21:58:02.5224444Z [00:02:04.346]➜  packagefile crypto/internal/randutil=/tmp/go-build282983591/b093/_pkg_.a
2025-08-20T21:58:02.5225488Z [00:02:04.346]➜  packagefile crypto/internal/sysrand=/tmp/go-build282983591/b079/_pkg_.a
2025-08-20T21:58:02.5226400Z [00:02:04.346]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:02.5227173Z [00:02:04.346]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:02.5227988Z [00:02:04.346]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:02.5228815Z [00:02:04.346]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:02.5229415Z [00:02:04.346]➜  EOF
2025-08-20T21:58:02.5233558Z [00:02:04.346]➜  /root/.go/pkg/tool/linux_amd64/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 md7VrNf9aNJ1JxNXv2f8/md7VrNf9aNJ1JxNXv2f8 -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:58:02.5247536Z [00:02:04.350]➜  cd $WORK/b165
2025-08-20T21:58:02.5252129Z [00:02:04.350]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b165=/tmp/go-build -gno-record-gcc-switches -I $WORK/b165/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b165/_x002.o -c cgo.cgo2.c
2025-08-20T21:58:02.5943856Z [00:02:04.419]➜  go tool buildid -w $WORK/b077/_pkg_.a # internal
2025-08-20T21:58:02.5966061Z [00:02:04.422]➜  cp $WORK/b077/_pkg_.a /root/.cache/go-build/d8/d88ffc3228d0ba0a1afebf28c5478b900c9f99772ffe075c0c35739f7e4a5dbc-d # internal
2025-08-20T21:58:02.5970391Z [00:02:04.422]➜  crypto/internal/fips140only
2025-08-20T21:58:02.5971214Z [00:02:04.422]➜  mkdir -p $WORK/b076/
2025-08-20T21:58:02.5998139Z [00:02:04.425]➜  cat >/tmp/go-build282983591/b076/importcfg << 'EOF' # internal
2025-08-20T21:58:02.6000462Z [00:02:04.425]➜  # import config
2025-08-20T21:58:02.6004158Z [00:02:04.425]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build282983591/b077/_pkg_.a
2025-08-20T21:58:02.6005360Z [00:02:04.425]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build282983591/b086/_pkg_.a
2025-08-20T21:58:02.6006472Z [00:02:04.425]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build282983591/b090/_pkg_.a
2025-08-20T21:58:02.6007531Z [00:02:04.425]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build282983591/b092/_pkg_.a
2025-08-20T21:58:02.6008389Z [00:02:04.425]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:02.6009208Z [00:02:04.425]➜  packagefile internal/godebug=/tmp/go-build282983591/b058/_pkg_.a
2025-08-20T21:58:02.6013621Z [00:02:04.425]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:02.6014401Z [00:02:04.425]➜  EOF
2025-08-20T21:58:02.6014936Z [00:02:04.425]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:02.6018881Z [00:02:04.425]➜  /root/.go/pkg/tool/linux_amd64/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 y_46Xn2YDwM_D9Y07tca/y_46Xn2YDwM_D9Y07tca -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b076/importcfg -pack /root/.go/src/crypto/internal/fips140only/fips140only.go
2025-08-20T21:58:02.6059421Z [00:02:04.431]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:58:02.6064273Z [00:02:04.431]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b165=/tmp/go-build -gno-record-gcc-switches -I $WORK/b165/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b165/_x003.o -c gcc_context.c
2025-08-20T21:58:02.6436640Z [00:02:04.469]➜  go tool buildid -w $WORK/b076/_pkg_.a # internal
2025-08-20T21:58:02.6453219Z [00:02:04.470]➜  cp $WORK/b076/_pkg_.a /root/.cache/go-build/fe/fe018016f0b5a0e59332ad1304ea15a8ab92b0d07f6d83556e1d5120437fb86e-d # internal
2025-08-20T21:58:02.6454963Z [00:02:04.471]➜  crypto/md5
2025-08-20T21:58:02.6457057Z [00:02:04.471]➜  mkdir -p $WORK/b073/
2025-08-20T21:58:02.6463164Z [00:02:04.472]➜  echo -n > $WORK/b073/go_asm.h # internal
2025-08-20T21:58:02.6465321Z [00:02:04.472]➜  cd /root/.go/src/crypto/md5
2025-08-20T21:58:02.6469063Z [00:02:04.472]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b073/symabis ./md5block_amd64.s
2025-08-20T21:58:02.6529641Z [00:02:04.478]➜  cat >/tmp/go-build282983591/b073/importcfg << 'EOF' # internal
2025-08-20T21:58:02.6561695Z [00:02:04.478]➜  # import config
2025-08-20T21:58:02.6562350Z [00:02:04.478]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:02.6563241Z [00:02:04.478]➜  packagefile crypto/internal/fips140only=/tmp/go-build282983591/b076/_pkg_.a
2025-08-20T21:58:02.6564088Z [00:02:04.478]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:02.6564807Z [00:02:04.478]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:02.6565640Z [00:02:04.478]➜  packagefile internal/byteorder=/tmp/go-build282983591/b013/_pkg_.a
2025-08-20T21:58:02.6566464Z [00:02:04.478]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:02.6567029Z [00:02:04.478]➜  EOF
2025-08-20T21:58:02.6567825Z [00:02:04.478]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:02.6571355Z [00:02:04.478]➜  /root/.go/pkg/tool/linux_amd64/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 xzJNDPgMPDB6jckQO8_3/xzJNDPgMPDB6jckQO8_3 -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:58:02.6586853Z [00:02:04.484]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:58:02.6591889Z [00:02:04.484]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b165=/tmp/go-build -gno-record-gcc-switches -I $WORK/b165/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b165/_x004.o -c gcc_fatalf.c
2025-08-20T21:58:02.7237939Z [00:02:04.549]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b165=/tmp/go-build -gno-record-gcc-switches -I $WORK/b165/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b165/_x005.o -c gcc_libinit.c
2025-08-20T21:58:02.7398973Z [00:02:04.565]➜  cd /root/.go/src/crypto/md5
2025-08-20T21:58:02.7403301Z [00:02:04.565]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -o $WORK/b073/md5block_amd64.o ./md5block_amd64.s
2025-08-20T21:58:02.7477422Z [00:02:04.573]➜  go tool pack r $WORK/b073/_pkg_.a $WORK/b073/md5block_amd64.o # internal
2025-08-20T21:58:02.7498708Z [00:02:04.575]➜  go tool buildid -w $WORK/b073/_pkg_.a # internal
2025-08-20T21:58:02.7510548Z [00:02:04.575]➜  cp $WORK/b073/_pkg_.a /root/.cache/go-build/ff/ffd47a7f655d2264f725b558b5a357c36e8f498bf298877889e4508c649663ea-d # internal
2025-08-20T21:58:02.7511730Z [00:02:04.575]➜  crypto/internal/fips140/aes/gcm
2025-08-20T21:58:02.7512307Z [00:02:04.575]➜  mkdir -p $WORK/b098/
2025-08-20T21:58:02.7512903Z [00:02:04.575]➜  echo -n > $WORK/b098/go_asm.h # internal
2025-08-20T21:58:02.7513585Z [00:02:04.575]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T21:58:02.7516161Z [00:02:04.575]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes/gcm -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b098=>" -I $WORK/b098/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b098/symabis ./gcm_amd64.s
2025-08-20T21:58:02.7647041Z [00:02:04.590]➜  cat >/tmp/go-build282983591/b098/importcfg << 'EOF' # internal
2025-08-20T21:58:02.7658369Z [00:02:04.590]➜  # import config
2025-08-20T21:58:02.7659224Z [00:02:04.590]➜  packagefile crypto/internal/fips140=/tmp/go-build282983591/b080/_pkg_.a
2025-08-20T21:58:02.7660551Z [00:02:04.590]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build282983591/b082/_pkg_.a
2025-08-20T21:58:02.7661687Z [00:02:04.590]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build282983591/b083/_pkg_.a
2025-08-20T21:58:02.7662839Z [00:02:04.590]➜  packagefile crypto/internal/fips140/check=/tmp/go-build282983591/b084/_pkg_.a
2025-08-20T21:58:02.7663976Z [00:02:04.590]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build282983591/b077/_pkg_.a
2025-08-20T21:58:02.7665112Z [00:02:04.590]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build282983591/b091/_pkg_.a
2025-08-20T21:58:02.7666344Z [00:02:04.590]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build282983591/b087/_pkg_.a
2025-08-20T21:58:02.7667619Z [00:02:04.590]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build282983591/b088/_pkg_.a
2025-08-20T21:58:02.7669062Z [00:02:04.590]➜  packagefile crypto/internal/impl=/tmp/go-build282983591/b089/_pkg_.a
2025-08-20T21:58:02.7670411Z [00:02:04.590]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:02.7671250Z [00:02:04.590]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:02.7671869Z [00:02:04.590]➜  EOF
2025-08-20T21:58:02.7672398Z [00:02:04.590]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:02.7683649Z [00:02:04.593]➜  /root/.go/pkg/tool/linux_amd64/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 4tWNDO2ebyM7gQMWiRTJ/4tWNDO2ebyM7gQMWiRTJ -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:58:02.7715800Z [00:02:04.597]➜  go tool buildid -w $WORK/b163/_pkg_.a # internal
2025-08-20T21:58:02.7773082Z [00:02:04.602]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:58:02.7778194Z [00:02:04.602]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b165=/tmp/go-build -gno-record-gcc-switches -I $WORK/b165/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b165/_x006.o -c gcc_linux_amd64.c
2025-08-20T21:58:02.7976997Z [00:02:04.623]➜  cp $WORK/b163/_pkg_.a /root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d # internal
2025-08-20T21:58:02.8005543Z [00:02:04.623]➜  crypto/internal/fips140/ecdh
2025-08-20T21:58:02.8006134Z [00:02:04.623]➜  mkdir -p $WORK/b111/
2025-08-20T21:58:02.8006833Z [00:02:04.623]➜  cat >/tmp/go-build282983591/b111/importcfg << 'EOF' # internal
2025-08-20T21:58:02.8007467Z [00:02:04.623]➜  # import config
2025-08-20T21:58:02.8008063Z [00:02:04.623]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:02.8008942Z [00:02:04.623]➜  packagefile crypto/internal/fips140=/tmp/go-build282983591/b080/_pkg_.a
2025-08-20T21:58:02.8010189Z [00:02:04.623]➜  packagefile crypto/internal/fips140/check=/tmp/go-build282983591/b084/_pkg_.a
2025-08-20T21:58:02.8011389Z [00:02:04.623]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build282983591/b077/_pkg_.a
2025-08-20T21:58:02.8012540Z [00:02:04.623]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build282983591/b112/_pkg_.a
2025-08-20T21:58:02.8013786Z [00:02:04.623]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build282983591/b087/_pkg_.a
2025-08-20T21:58:02.8014817Z [00:02:04.623]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:02.8015617Z [00:02:04.623]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:02.8016429Z [00:02:04.623]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:02.8017356Z [00:02:04.623]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:02.8017959Z [00:02:04.623]➜  EOF
2025-08-20T21:58:02.8018492Z [00:02:04.623]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:02.8022449Z [00:02:04.623]➜  /root/.go/pkg/tool/linux_amd64/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 4oF7FWqfaBTIL8HO_O_U/4oF7FWqfaBTIL8HO_O_U -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:58:02.8486365Z [00:02:04.674]➜  go tool buildid -w $WORK/b111/_pkg_.a # internal
2025-08-20T21:58:02.8487933Z [00:02:04.674]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:58:02.8492581Z [00:02:04.674]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b165=/tmp/go-build -gno-record-gcc-switches -I $WORK/b165/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b165/_x007.o -c gcc_mmap.c
2025-08-20T21:58:02.8498385Z [00:02:04.675]➜  cp $WORK/b111/_pkg_.a /root/.cache/go-build/b7/b7de87dfc4ac9fdd21345eb21f2942513ffef62d6713dcac817c1cad6ef56782-d # internal
2025-08-20T21:58:02.8503962Z [00:02:04.675]➜  crypto/internal/fips140/ecdsa
2025-08-20T21:58:02.8504553Z [00:02:04.675]➜  mkdir -p $WORK/b120/
2025-08-20T21:58:02.8505525Z [00:02:04.676]➜  cat >/tmp/go-build282983591/b120/importcfg << 'EOF' # internal
2025-08-20T21:58:02.8507717Z [00:02:04.676]➜  # import config
2025-08-20T21:58:02.8508879Z [00:02:04.676]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:02.8510575Z [00:02:04.676]➜  packagefile crypto/internal/fips140=/tmp/go-build282983591/b080/_pkg_.a
2025-08-20T21:58:02.8512296Z [00:02:04.676]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build282983591/b121/_pkg_.a
2025-08-20T21:58:02.8513684Z [00:02:04.676]➜  packagefile crypto/internal/fips140/check=/tmp/go-build282983591/b084/_pkg_.a
2025-08-20T21:58:02.8515397Z [00:02:04.676]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build282983591/b077/_pkg_.a
2025-08-20T21:58:02.8516963Z [00:02:04.676]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build282983591/b085/_pkg_.a
2025-08-20T21:58:02.8518510Z [00:02:04.676]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build282983591/b112/_pkg_.a
2025-08-20T21:58:02.8522704Z [00:02:04.676]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build282983591/b092/_pkg_.a
2025-08-20T21:58:02.8523760Z [00:02:04.676]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:02.8524574Z [00:02:04.676]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:02.8525355Z [00:02:04.676]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:02.8526164Z [00:02:04.676]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:02.8526837Z [00:02:04.676]➜  EOF
2025-08-20T21:58:02.8527351Z [00:02:04.676]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:02.8533795Z [00:02:04.676]➜  /root/.go/pkg/tool/linux_amd64/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 xU6fJeSfQy4Gg2xOzADQ/xU6fJeSfQy4Gg2xOzADQ -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:58:02.8685171Z [00:02:04.694]➜  go tool buildid -w $WORK/b044/_pkg_.a # internal
2025-08-20T21:58:02.8723727Z [00:02:04.698]➜  cp $WORK/b044/_pkg_.a /root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d # internal
2025-08-20T21:58:02.8728345Z [00:02:04.698]➜  encoding/json
2025-08-20T21:58:02.8729128Z [00:02:04.698]➜  mkdir -p $WORK/b067/
2025-08-20T21:58:02.8737529Z [00:02:04.699]➜  cat >/tmp/go-build282983591/b067/importcfg << 'EOF' # internal
2025-08-20T21:58:02.8738224Z [00:02:04.699]➜  # import config
2025-08-20T21:58:02.8738850Z [00:02:04.699]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:02.8740067Z [00:02:04.699]➜  packagefile cmp=/tmp/go-build282983591/b046/_pkg_.a
2025-08-20T21:58:02.8740817Z [00:02:04.699]➜  packagefile encoding=/tmp/go-build282983591/b068/_pkg_.a
2025-08-20T21:58:02.8741603Z [00:02:04.699]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:02.8742357Z [00:02:04.699]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:02.8743087Z [00:02:04.699]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:02.8743781Z [00:02:04.699]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:02.8744438Z [00:02:04.699]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:02.8745106Z [00:02:04.699]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:02.8745844Z [00:02:04.699]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:02.8746599Z [00:02:04.699]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:02.8747354Z [00:02:04.699]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:02.8748070Z [00:02:04.699]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:02.8748793Z [00:02:04.699]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:02.8749605Z [00:02:04.699]➜  packagefile unicode/utf16=/tmp/go-build282983591/b070/_pkg_.a
2025-08-20T21:58:02.8750714Z [00:02:04.699]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:02.8751366Z [00:02:04.699]➜  EOF
2025-08-20T21:58:02.8756135Z [00:02:04.700]➜  /root/.go/pkg/tool/linux_amd64/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 9bKiwmcK9ggUgfrzMbzw/9bKiwmcK9ggUgfrzMbzw -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:58:02.8765222Z [00:02:04.702]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T21:58:02.8767702Z [00:02:04.702]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes/gcm -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b098=>" -I $WORK/b098/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b098/gcm_amd64.o ./gcm_amd64.s
2025-08-20T21:58:02.8887827Z [00:02:04.713]➜  go tool pack r $WORK/b098/_pkg_.a $WORK/b098/gcm_amd64.o # internal
2025-08-20T21:58:02.8889144Z [00:02:04.713]➜  go tool buildid -w $WORK/b098/_pkg_.a # internal
2025-08-20T21:58:02.8892608Z [00:02:04.714]➜  cp $WORK/b098/_pkg_.a /root/.cache/go-build/d1/d1981a63e6abbe17adce83ff1228a60e99776d57fe07c55c2c78176b607fcf46-d # internal
2025-08-20T21:58:02.8893697Z [00:02:04.714]➜  flag
2025-08-20T21:58:02.8895238Z [00:02:04.714]➜  mkdir -p $WORK/b071/
2025-08-20T21:58:02.8904414Z [00:02:04.715]➜  cat >/tmp/go-build282983591/b071/importcfg << 'EOF' # internal
2025-08-20T21:58:02.8905177Z [00:02:04.715]➜  # import config
2025-08-20T21:58:02.8905841Z [00:02:04.715]➜  packagefile encoding=/tmp/go-build282983591/b068/_pkg_.a
2025-08-20T21:58:02.8906660Z [00:02:04.715]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:02.8907417Z [00:02:04.715]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:02.8909587Z [00:02:04.715]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:02.8912314Z [00:02:04.715]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:02.8913154Z [00:02:04.715]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:02.8913931Z [00:02:04.715]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:02.8914972Z [00:02:04.715]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:02.8915707Z [00:02:04.715]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:02.8916451Z [00:02:04.715]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:02.8917338Z [00:02:04.715]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:02.8917941Z [00:02:04.715]➜  EOF
2025-08-20T21:58:02.8918469Z [00:02:04.715]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:02.8921332Z [00:02:04.715]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b071/_pkg_.a -trimpath "/root/.go/src/flag=>flag;$WORK/b071=>" -p flag -lang=go1.25 -std -complete -installsuffix shared -buildid xNJwWrRXYm4X7HU2StJk/xNJwWrRXYm4X7HU2StJk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b071/importcfg -pack /root/.go/src/flag/flag.go
2025-08-20T21:58:02.8923678Z [00:02:04.716]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:58:02.8926587Z [00:02:04.717]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b165=/tmp/go-build -gno-record-gcc-switches -I $WORK/b165/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b165/_x008.o -c gcc_setenv.c
2025-08-20T21:58:02.9268281Z [00:02:04.752]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b165=/tmp/go-build -gno-record-gcc-switches -I $WORK/b165/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b165/_x009.o -c gcc_sigaction.c
2025-08-20T21:58:02.9775277Z [00:02:04.802]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b165=/tmp/go-build -gno-record-gcc-switches -I $WORK/b165/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b165/_x010.o -c gcc_stack_unix.c
2025-08-20T21:58:03.0099411Z [00:02:04.835]➜  go tool buildid -w $WORK/b120/_pkg_.a # internal
2025-08-20T21:58:03.0121115Z [00:02:04.837]➜  cp $WORK/b120/_pkg_.a /root/.cache/go-build/3b/3bbfd9fd94ac9cf2de369327fa8f9fe9a4811c3f7b0a8542849e253eeb144fda-d # internal
2025-08-20T21:58:03.0146317Z [00:02:04.840]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b165=/tmp/go-build -gno-record-gcc-switches -I $WORK/b165/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b165/_x011.o -c gcc_traceback.c
2025-08-20T21:58:03.0148818Z [00:02:04.840]➜  crypto/cipher
2025-08-20T21:58:03.0149350Z [00:02:04.840]➜  mkdir -p $WORK/b097/
2025-08-20T21:58:03.0155998Z [00:02:04.841]➜  cat >/tmp/go-build282983591/b097/importcfg << 'EOF' # internal
2025-08-20T21:58:03.0158825Z [00:02:04.841]➜  # import config
2025-08-20T21:58:03.0159512Z [00:02:04.841]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:03.0160667Z [00:02:04.841]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build282983591/b082/_pkg_.a
2025-08-20T21:58:03.0161772Z [00:02:04.841]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build282983591/b098/_pkg_.a
2025-08-20T21:58:03.0162894Z [00:02:04.841]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build282983591/b083/_pkg_.a
2025-08-20T21:58:03.0164041Z [00:02:04.841]➜  packagefile crypto/internal/fips140only=/tmp/go-build282983591/b076/_pkg_.a
2025-08-20T21:58:03.0165130Z [00:02:04.841]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:58:03.0166030Z [00:02:04.841]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:03.0167352Z [00:02:04.841]➜  packagefile internal/byteorder=/tmp/go-build282983591/b013/_pkg_.a
2025-08-20T21:58:03.0168260Z [00:02:04.841]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:03.0168879Z [00:02:04.841]➜  EOF
2025-08-20T21:58:03.0169411Z [00:02:04.841]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:03.0174110Z [00:02:04.841]➜  /root/.go/pkg/tool/linux_amd64/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 o0K3q3km1NpVu9UlVhNm/o0K3q3km1NpVu9UlVhNm -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:58:03.0361864Z [00:02:04.861]➜  go tool buildid -w $WORK/b071/_pkg_.a # internal
2025-08-20T21:58:03.0403967Z [00:02:04.865]➜  cp $WORK/b071/_pkg_.a /root/.cache/go-build/a5/a5aaf1760baeddd363f47cb2dba4c214f54d57033f3d408f59cc917049f2f76b-d # internal
2025-08-20T21:58:03.0408517Z [00:02:04.866]➜  github.com/google/shlex
2025-08-20T21:58:03.0409112Z [00:02:04.866]➜  mkdir -p $WORK/b102/
2025-08-20T21:58:03.0420144Z [00:02:04.867]➜  cat >/tmp/go-build282983591/b102/importcfg << 'EOF' # internal
2025-08-20T21:58:03.0420945Z [00:02:04.867]➜  # import config
2025-08-20T21:58:03.0421604Z [00:02:04.867]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:03.0422387Z [00:02:04.867]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:03.0423145Z [00:02:04.867]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:03.0427302Z [00:02:04.867]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:03.0443146Z [00:02:04.867]➜  EOF
2025-08-20T21:58:03.0447144Z [00:02:04.867]➜  /root/.go/pkg/tool/linux_amd64/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 6QED4UZgmJAOAnN0nWiG/6QED4UZgmJAOAnN0nWiG -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:58:03.0474230Z [00:02:04.872]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:58:03.0477181Z [00:02:04.872]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b165=/tmp/go-build -gno-record-gcc-switches -I $WORK/b165/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b165/_x012.o -c gcc_util.c
2025-08-20T21:58:03.0749093Z [00:02:04.900]➜  go tool buildid -w $WORK/b102/_pkg_.a # internal
2025-08-20T21:58:03.0775871Z [00:02:04.903]➜  cp $WORK/b102/_pkg_.a /root/.cache/go-build/d7/d77a18286e82477ad898d802ec7f04c3caeda8b3fb0c8e5fd2c9a8e5ec696668-d # internal
2025-08-20T21:58:03.0777837Z [00:02:04.903]➜  github.com/pkg/errors
2025-08-20T21:58:03.0779095Z [00:02:04.903]➜  mkdir -p $WORK/b103/
2025-08-20T21:58:03.0780278Z [00:02:04.903]➜  cat >/tmp/go-build282983591/b103/importcfg << 'EOF' # internal
2025-08-20T21:58:03.0780954Z [00:02:04.903]➜  # import config
2025-08-20T21:58:03.0781574Z [00:02:04.903]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:03.0782315Z [00:02:04.903]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:03.0783061Z [00:02:04.903]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:03.0783835Z [00:02:04.903]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:58:03.0784639Z [00:02:04.903]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:03.0785708Z [00:02:04.903]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:03.0786502Z [00:02:04.903]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:03.0787098Z [00:02:04.903]➜  EOF
2025-08-20T21:58:03.0787618Z [00:02:04.903]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:03.0792032Z [00:02:04.903]➜  /root/.go/pkg/tool/linux_amd64/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 OfTW2PxT3RKlBCLCMOAi/OfTW2PxT3RKlBCLCMOAi -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:58:03.1016923Z [00:02:04.927]➜  go tool buildid -w $WORK/b097/_pkg_.a # internal
2025-08-20T21:58:03.1035232Z [00:02:04.929]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:58:03.1040251Z [00:02:04.929]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b165=/tmp/go-build -gno-record-gcc-switches -I $WORK/b165/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b165/_x013.o -c linux_syscall.c
2025-08-20T21:58:03.1048771Z [00:02:04.930]➜  cp $WORK/b097/_pkg_.a /root/.cache/go-build/bc/bce84b5643684eb4e918943ce32ab07e865e819d2e645d0acd34fce738d6a4f7-d # internal
2025-08-20T21:58:03.1051979Z [00:02:04.930]➜  crypto/internal/boring
2025-08-20T21:58:03.1052963Z [00:02:04.930]➜  mkdir -p $WORK/b096/
2025-08-20T21:58:03.1053755Z [00:02:04.930]➜  cat >/tmp/go-build282983591/b096/importcfg << 'EOF' # internal
2025-08-20T21:58:03.1054440Z [00:02:04.930]➜  # import config
2025-08-20T21:58:03.1055126Z [00:02:04.930]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:03.1055999Z [00:02:04.930]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:58:03.1057003Z [00:02:04.930]➜  packagefile crypto/internal/boring/sig=/tmp/go-build282983591/b100/_pkg_.a
2025-08-20T21:58:03.1057966Z [00:02:04.930]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:03.1058562Z [00:02:04.930]➜  EOF
2025-08-20T21:58:03.1059099Z [00:02:04.930]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:03.1063015Z [00:02:04.930]➜  /root/.go/pkg/tool/linux_amd64/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 W3zLiifb2SZOjBXz5Ugx/W3zLiifb2SZOjBXz5Ugx -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:58:03.1272695Z [00:02:04.952]➜  go tool buildid -w $WORK/b096/_pkg_.a # internal
2025-08-20T21:58:03.1285189Z [00:02:04.954]➜  cp $WORK/b096/_pkg_.a /root/.cache/go-build/21/218cf35c4ded279c8ffd329e9deaeed9c22d44444e8f0dbe0226e594c32e9258-d # internal
2025-08-20T21:58:03.1308917Z [00:02:04.956]➜  crypto/sha1
2025-08-20T21:58:03.1311718Z [00:02:04.956]➜  mkdir -p $WORK/b095/
2025-08-20T21:58:03.1315427Z [00:02:04.957]➜  echo -n > $WORK/b095/go_asm.h # internal
2025-08-20T21:58:03.1320969Z [00:02:04.957]➜  cd /root/.go/src/crypto/sha1
2025-08-20T21:58:03.1323128Z [00:02:04.957]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b095/symabis ./sha1block_amd64.s
2025-08-20T21:58:03.1497610Z [00:02:04.975]➜  go tool buildid -w $WORK/b103/_pkg_.a # internal
2025-08-20T21:58:03.1512183Z [00:02:04.976]➜  cp $WORK/b103/_pkg_.a /root/.cache/go-build/f6/f62846c2df7947016a78a498a0a5aef32aa232aa1b95c993714fc181f9489a1f-d # internal
2025-08-20T21:58:03.1515006Z [00:02:04.976]➜  crypto/aes
2025-08-20T21:58:03.1516917Z [00:02:04.977]➜  mkdir -p $WORK/b108/
2025-08-20T21:58:03.1520585Z [00:02:04.977]➜  cat >/tmp/go-build282983591/b108/importcfg << 'EOF' # internal
2025-08-20T21:58:03.1522794Z [00:02:04.977]➜  # import config
2025-08-20T21:58:03.1526147Z [00:02:04.977]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:58:03.1527277Z [00:02:04.977]➜  packagefile crypto/internal/boring=/tmp/go-build282983591/b096/_pkg_.a
2025-08-20T21:58:03.1528415Z [00:02:04.977]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build282983591/b082/_pkg_.a
2025-08-20T21:58:03.1529731Z [00:02:04.977]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:03.1530623Z [00:02:04.977]➜  EOF
2025-08-20T21:58:03.1531185Z [00:02:04.977]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:03.1534134Z [00:02:04.977]➜  /root/.go/pkg/tool/linux_amd64/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 diuGuXsZc3J5Dik1QbrO/diuGuXsZc3J5Dik1QbrO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b108/importcfg -pack /root/.go/src/crypto/aes/aes.go
2025-08-20T21:58:03.1552981Z [00:02:04.980]➜  cat >/tmp/go-build282983591/b095/importcfg << 'EOF' # internal
2025-08-20T21:58:03.1569454Z [00:02:04.980]➜  # import config
2025-08-20T21:58:03.1570374Z [00:02:04.980]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:03.1574182Z [00:02:04.980]➜  packagefile crypto/internal/boring=/tmp/go-build282983591/b096/_pkg_.a
2025-08-20T21:58:03.1575470Z [00:02:04.980]➜  packagefile crypto/internal/fips140only=/tmp/go-build282983591/b076/_pkg_.a
2025-08-20T21:58:03.1576584Z [00:02:04.980]➜  packagefile crypto/internal/impl=/tmp/go-build282983591/b089/_pkg_.a
2025-08-20T21:58:03.1577547Z [00:02:04.980]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:03.1578376Z [00:02:04.980]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:03.1579257Z [00:02:04.980]➜  packagefile internal/byteorder=/tmp/go-build282983591/b013/_pkg_.a
2025-08-20T21:58:03.1581654Z [00:02:04.980]➜  packagefile internal/cpu=/tmp/go-build282983591/b012/_pkg_.a
2025-08-20T21:58:03.1582565Z [00:02:04.980]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:03.1583221Z [00:02:04.980]➜  EOF
2025-08-20T21:58:03.1586886Z [00:02:04.980]➜  /root/.go/pkg/tool/linux_amd64/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 KgYea1Pdw3hJNrGRYkZX/KgYea1Pdw3hJNrGRYkZX -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_amd64.go
2025-08-20T21:58:03.1691041Z [00:02:04.994]➜  go tool buildid -w $WORK/b108/_pkg_.a # internal
2025-08-20T21:58:03.1706179Z [00:02:04.996]➜  cp $WORK/b108/_pkg_.a /root/.cache/go-build/45/4560f6707a99ea99c7c921edfecb487d903706ea47866805fb63c9e71afbe69a-d # internal
2025-08-20T21:58:03.1708983Z [00:02:04.996]➜  crypto/des
2025-08-20T21:58:03.1710546Z [00:02:04.996]➜  mkdir -p $WORK/b109/
2025-08-20T21:58:03.1712512Z [00:02:04.996]➜  cat >/tmp/go-build282983591/b109/importcfg << 'EOF' # internal
2025-08-20T21:58:03.1716400Z [00:02:04.996]➜  # import config
2025-08-20T21:58:03.1717331Z [00:02:04.996]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:58:03.1718556Z [00:02:04.996]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build282983591/b083/_pkg_.a
2025-08-20T21:58:03.1719725Z [00:02:04.996]➜  packagefile crypto/internal/fips140only=/tmp/go-build282983591/b076/_pkg_.a
2025-08-20T21:58:03.1720977Z [00:02:04.996]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:03.1721882Z [00:02:04.996]➜  packagefile internal/byteorder=/tmp/go-build282983591/b013/_pkg_.a
2025-08-20T21:58:03.1722813Z [00:02:04.996]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:03.1723646Z [00:02:04.996]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:03.1724257Z [00:02:04.996]➜  EOF
2025-08-20T21:58:03.1727733Z [00:02:04.996]➜  /root/.go/pkg/tool/linux_amd64/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 ndYjqEuglbAPKXBV7bdO/ndYjqEuglbAPKXBV7bdO -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:58:03.1870512Z [00:02:05.012]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:58:03.1876550Z [00:02:05.012]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b165=/tmp/go-build -gno-record-gcc-switches -I $WORK/b165/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b165/_x014.o -c gcc_amd64.S
2025-08-20T21:58:03.2078335Z [00:02:05.033]➜  go tool buildid -w $WORK/b109/_pkg_.a # internal
2025-08-20T21:58:03.2106472Z [00:02:05.034]➜  cp $WORK/b109/_pkg_.a /root/.cache/go-build/c4/c431769c6541c6d6ae9d3eb5ae089332700228499a65007d261155420ece1702-d # internal
2025-08-20T21:58:03.2107649Z [00:02:05.034]➜  crypto/ecdh
2025-08-20T21:58:03.2108129Z [00:02:05.034]➜  mkdir -p $WORK/b110/
2025-08-20T21:58:03.2108872Z [00:02:05.035]➜  cat >/tmp/go-build282983591/b110/importcfg << 'EOF' # internal
2025-08-20T21:58:03.2109527Z [00:02:05.035]➜  # import config
2025-08-20T21:58:03.2113851Z [00:02:05.035]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:03.2116062Z [00:02:05.035]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:03.2116988Z [00:02:05.035]➜  packagefile crypto/internal/boring=/tmp/go-build282983591/b096/_pkg_.a
2025-08-20T21:58:03.2118118Z [00:02:05.035]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build282983591/b111/_pkg_.a
2025-08-20T21:58:03.2119367Z [00:02:05.035]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build282983591/b114/_pkg_.a
2025-08-20T21:58:03.2123145Z [00:02:05.035]➜  packagefile crypto/internal/fips140only=/tmp/go-build282983591/b076/_pkg_.a
2025-08-20T21:58:03.2124283Z [00:02:05.035]➜  packagefile crypto/internal/randutil=/tmp/go-build282983591/b093/_pkg_.a
2025-08-20T21:58:03.2125323Z [00:02:05.035]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:58:03.2126203Z [00:02:05.035]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:03.2127001Z [00:02:05.035]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:03.2127995Z [00:02:05.035]➜  EOF
2025-08-20T21:58:03.2128513Z [00:02:05.035]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:03.2133892Z [00:02:05.035]➜  /root/.go/pkg/tool/linux_amd64/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 ovpeGK47S8GeqgKCwR1i/ovpeGK47S8GeqgKCwR1i -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:58:03.2140084Z [00:02:05.039]➜  cd $WORK/b165
2025-08-20T21:58:03.2143112Z [00:02:05.039]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b165=/tmp/go-build -gno-record-gcc-switches -I $WORK/b165/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b165/_cgo_main.o -c _cgo_main.c
2025-08-20T21:58:03.2406013Z [00:02:05.066]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:03.2411779Z [00:02:05.066]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b165=/tmp/go-build -gno-record-gcc-switches -o $WORK/b165/_cgo_.o $WORK/b165/_cgo_main.o $WORK/b165/preferlinkext $WORK/b165/_x001.o $WORK/b165/_x002.o $WORK/b165/_x003.o $WORK/b165/_x004.o $WORK/b165/_x005.o $WORK/b165/_x006.o $WORK/b165/_x007.o $WORK/b165/_x008.o $WORK/b165/_x009.o $WORK/b165/_x010.o $WORK/b165/_x011.o $WORK/b165/_x012.o $WORK/b165/_x013.o $WORK/b165/_x014.o -O2 -g -lpthread
2025-08-20T21:58:03.2484095Z [00:02:05.074]➜  cd /root/.go/src/crypto/sha1
2025-08-20T21:58:03.2486490Z [00:02:05.074]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -o $WORK/b095/sha1block_amd64.o ./sha1block_amd64.s
2025-08-20T21:58:03.2861163Z [00:02:05.111]➜  go tool pack r $WORK/b095/_pkg_.a $WORK/b095/sha1block_amd64.o # internal
2025-08-20T21:58:03.2864530Z [00:02:05.111]➜  go tool buildid -w $WORK/b095/_pkg_.a # internal
2025-08-20T21:58:03.2867931Z [00:02:05.112]➜  cp $WORK/b095/_pkg_.a /root/.cache/go-build/48/48137442ca30c65917bc9a10aa7fba2118a6aac825a5066dbce46eec0794ee52-d # internal
2025-08-20T21:58:03.2870366Z [00:02:05.112]➜  github.com/cnf/structhash
2025-08-20T21:58:03.2870914Z [00:02:05.112]➜  mkdir -p $WORK/b072/
2025-08-20T21:58:03.2876189Z [00:02:05.113]➜  cat >/tmp/go-build282983591/b072/importcfg << 'EOF' # internal
2025-08-20T21:58:03.2878473Z [00:02:05.113]➜  # import config
2025-08-20T21:58:03.2879354Z [00:02:05.113]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:03.2880700Z [00:02:05.113]➜  packagefile crypto/md5=/tmp/go-build282983591/b073/_pkg_.a
2025-08-20T21:58:03.2881581Z [00:02:05.113]➜  packagefile crypto/sha1=/tmp/go-build282983591/b095/_pkg_.a
2025-08-20T21:58:03.2882364Z [00:02:05.113]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:03.2883106Z [00:02:05.113]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:03.2883834Z [00:02:05.113]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:03.2884637Z [00:02:05.113]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:03.2885445Z [00:02:05.113]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:03.2886055Z [00:02:05.113]➜  EOF
2025-08-20T21:58:03.2886576Z [00:02:05.113]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:03.2891882Z [00:02:05.113]➜  /root/.go/pkg/tool/linux_amd64/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 0j4YSdeUR-4EArQYOpld/0j4YSdeUR-4EArQYOpld -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:58:03.2918474Z [00:02:05.117]➜  go tool buildid -w $WORK/b110/_pkg_.a # internal
2025-08-20T21:58:03.2934553Z [00:02:05.119]➜  cp $WORK/b110/_pkg_.a /root/.cache/go-build/fb/fbfc80f107c3fda320eec7630e582bd48c2d008a3f86ab22e80f826ed8e69e79-d # internal
2025-08-20T21:58:03.2942988Z [00:02:05.120]➜  math/big
2025-08-20T21:58:03.2943607Z [00:02:05.120]➜  mkdir -p $WORK/b117/
2025-08-20T21:58:03.2946696Z [00:02:05.120]➜  echo -n > $WORK/b117/go_asm.h # internal
2025-08-20T21:58:03.2947934Z [00:02:05.120]➜  cd /root/.go/src/math/big
2025-08-20T21:58:03.2949748Z [00:02:05.120]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b117/symabis ./arith_amd64.s
2025-08-20T21:58:03.2991755Z [00:02:05.124]➜  cat >/tmp/go-build282983591/b117/importcfg << 'EOF' # internal
2025-08-20T21:58:03.2992439Z [00:02:05.124]➜  # import config
2025-08-20T21:58:03.2993056Z [00:02:05.124]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:03.2993830Z [00:02:05.124]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:03.2994568Z [00:02:05.124]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:03.2995373Z [00:02:05.124]➜  packagefile internal/byteorder=/tmp/go-build282983591/b013/_pkg_.a
2025-08-20T21:58:03.2996557Z [00:02:05.124]➜  packagefile internal/cpu=/tmp/go-build282983591/b012/_pkg_.a
2025-08-20T21:58:03.2997376Z [00:02:05.124]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:03.2998126Z [00:02:05.124]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:03.2998912Z [00:02:05.124]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:03.2999725Z [00:02:05.124]➜  packagefile math/rand=/tmp/go-build282983591/b118/_pkg_.a
2025-08-20T21:58:03.3000702Z [00:02:05.124]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:03.3001468Z [00:02:05.124]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:03.3002259Z [00:02:05.124]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:03.3003073Z [00:02:05.124]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:03.3003704Z [00:02:05.124]➜  EOF
2025-08-20T21:58:03.3004251Z [00:02:05.124]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:03.3012132Z [00:02:05.124]➜  /root/.go/pkg/tool/linux_amd64/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 JofwGRdBClRX1fvGbU-v/JofwGRdBClRX1fvGbU-v -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_amd64.go /root/.go/src/math/big/arith_decl.go /root/.go/src/math/big/decimal.go /root/.go/src/math/big/doc.go /root/.go/src/math/big/float.go /root/.go/src/math/big/floatconv.go /root/.go/src/math/big/floatmarsh.go /root/.go/src/math/big/ftoa.go /root/.go/src/math/big/int.go /root/.go/src/math/big/intconv.go /root/.go/src/math/big/intmarsh.go /root/.go/src/math/big/nat.go /root/.go/src/math/big/natconv.go /root/.go/src/math/big/natdiv.go /root/.go/src/math/big/natmul.go /root/.go/src/math/big/prime.go /root/.go/src/math/big/rat.go /root/.go/src/math/big/ratconv.go /root/.go/src/math/big/ratmarsh.go /root/.go/src/math/big/roundingmode_string.go /root/.go/src/math/big/sqrt.go
2025-08-20T21:58:03.3617184Z [00:02:05.187]➜  go tool buildid -w $WORK/b072/_pkg_.a # internal
2025-08-20T21:58:03.3629324Z [00:02:05.188]➜  cp $WORK/b072/_pkg_.a /root/.cache/go-build/c2/c29df70e183704e466fb9b40c7e26848776d924f43927c24d233325e5a85c747-d # internal
2025-08-20T21:58:03.3644882Z [00:02:05.190]➜  crypto/sha512
2025-08-20T21:58:03.3645584Z [00:02:05.190]➜  mkdir -p $WORK/b126/
2025-08-20T21:58:03.3652679Z [00:02:05.190]➜  cat >/tmp/go-build282983591/b126/importcfg << 'EOF' # internal
2025-08-20T21:58:03.3654505Z [00:02:05.190]➜  # import config
2025-08-20T21:58:03.3656840Z [00:02:05.190]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:03.3657806Z [00:02:05.190]➜  packagefile crypto/internal/boring=/tmp/go-build282983591/b096/_pkg_.a
2025-08-20T21:58:03.3658913Z [00:02:05.190]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build282983591/b092/_pkg_.a
2025-08-20T21:58:03.3659993Z [00:02:05.190]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:03.3660620Z [00:02:05.190]➜  EOF
2025-08-20T21:58:03.3663406Z [00:02:05.191]➜  /root/.go/pkg/tool/linux_amd64/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 PP4uRN6WNmk3BXz4RjQ5/PP4uRN6WNmk3BXz4RjQ5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b126/importcfg -pack /root/.go/src/crypto/sha512/sha512.go
2025-08-20T21:58:03.3980871Z [00:02:05.223]➜  go tool buildid -w $WORK/b126/_pkg_.a # internal
2025-08-20T21:58:03.4012039Z [00:02:05.224]➜  cp $WORK/b126/_pkg_.a /root/.cache/go-build/25/25ddd1309b3531a12cd8730f71229fc47f1628df52d676365bc0d01b9a949c77-d # internal
2025-08-20T21:58:03.4017727Z [00:02:05.227]➜  crypto/internal/fips140/ed25519
2025-08-20T21:58:03.4018721Z [00:02:05.227]➜  mkdir -p $WORK/b131/
2025-08-20T21:58:03.4022531Z [00:02:05.227]➜  cat >/tmp/go-build282983591/b131/importcfg << 'EOF' # internal
2025-08-20T21:58:03.4023716Z [00:02:05.227]➜  # import config
2025-08-20T21:58:03.4025850Z [00:02:05.227]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:03.4026957Z [00:02:05.227]➜  packagefile crypto/internal/fips140=/tmp/go-build282983591/b080/_pkg_.a
2025-08-20T21:58:03.4031222Z [00:02:05.227]➜  packagefile crypto/internal/fips140/check=/tmp/go-build282983591/b084/_pkg_.a
2025-08-20T21:58:03.4032355Z [00:02:05.227]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build282983591/b077/_pkg_.a
2025-08-20T21:58:03.4033547Z [00:02:05.227]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build282983591/b132/_pkg_.a
2025-08-20T21:58:03.4034722Z [00:02:05.227]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build282983591/b092/_pkg_.a
2025-08-20T21:58:03.4035706Z [00:02:05.227]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:03.4036509Z [00:02:05.228]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:03.4037324Z [00:02:05.228]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:03.4037929Z [00:02:05.228]➜  EOF
2025-08-20T21:58:03.4041809Z [00:02:05.228]➜  /root/.go/pkg/tool/linux_amd64/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 JR_8jT96jN0U1bKU-DKB/JR_8jT96jN0U1bKU-DKB -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:58:03.4423904Z [00:02:05.267]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b165=/tmp/go-build -gno-record-gcc-switches -o $WORK/b165/_cgo_.o $WORK/b165/_cgo_main.o $WORK/b165/preferlinkext $WORK/b165/_x001.o $WORK/b165/_x002.o $WORK/b165/_x003.o $WORK/b165/_x004.o $WORK/b165/_x005.o $WORK/b165/_x006.o $WORK/b165/_x007.o $WORK/b165/_x008.o $WORK/b165/_x009.o $WORK/b165/_x010.o $WORK/b165/_x011.o $WORK/b165/_x012.o $WORK/b165/_x013.o $WORK/b165/_x014.o -O2 -g -lpthread # test for internal linking errors (succeeded)
2025-08-20T21:58:03.4430691Z [00:02:05.267]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage cgo -dynimport $WORK/b165/_cgo_.o -dynout $WORK/b165/_cgo_import.go -dynlinker
2025-08-20T21:58:03.4526155Z [00:02:05.278]➜  echo -n > $WORK/b165/go_asm.h # internal
2025-08-20T21:58:03.4544840Z [00:02:05.280]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:58:03.4548452Z [00:02:05.280]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b165=>" -I $WORK/b165/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b165/symabis ./asm_amd64.s
2025-08-20T21:58:03.4585980Z [00:02:05.283]➜  go tool buildid -w $WORK/b131/_pkg_.a # internal
2025-08-20T21:58:03.4595349Z [00:02:05.284]➜  cat >/tmp/go-build282983591/b165/importcfg << 'EOF' # internal
2025-08-20T21:58:03.4596077Z [00:02:05.284]➜  # import config
2025-08-20T21:58:03.4596841Z [00:02:05.284]➜  packagefile internal/runtime/sys=/tmp/go-build282983591/b031/_pkg_.a
2025-08-20T21:58:03.4597725Z [00:02:05.284]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:03.4598549Z [00:02:05.284]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:03.4599200Z [00:02:05.284]➜  EOF
2025-08-20T21:58:03.4599706Z [00:02:05.284]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:03.4605850Z [00:02:05.284]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b165/_pkg_.a -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b165=>" -p runtime/cgo -lang=go1.25 -std -installsuffix shared -buildid iBW1RfTeOg3zu7emqzxD/iBW1RfTeOg3zu7emqzxD -goversion go1.25.0 -symabis $WORK/b165/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b165/importcfg -pack -asmhdr $WORK/b165/go_asm.h /root/.go/src/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/b165/_cgo_gotypes.go $WORK/b165/cgo.cgo1.go $WORK/b165/_cgo_import.go
2025-08-20T21:58:03.4624324Z [00:02:05.287]➜  cp $WORK/b131/_pkg_.a /root/.cache/go-build/46/460c8db732d68f249f9c830e71772a6351a13924cd4b30f718449eaf7ae9e049-d # internal
2025-08-20T21:58:03.4625395Z [00:02:05.287]➜  crypto/hkdf
2025-08-20T21:58:03.4625869Z [00:02:05.287]➜  mkdir -p $WORK/b134/
2025-08-20T21:58:03.4629385Z [00:02:05.288]➜  cat >/tmp/go-build282983591/b134/importcfg << 'EOF' # internal
2025-08-20T21:58:03.4631013Z [00:02:05.288]➜  # import config
2025-08-20T21:58:03.4632158Z [00:02:05.288]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build282983591/b135/_pkg_.a
2025-08-20T21:58:03.4633649Z [00:02:05.288]➜  packagefile crypto/internal/fips140hash=/tmp/go-build282983591/b124/_pkg_.a
2025-08-20T21:58:03.4634948Z [00:02:05.288]➜  packagefile crypto/internal/fips140only=/tmp/go-build282983591/b076/_pkg_.a
2025-08-20T21:58:03.4636218Z [00:02:05.288]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:03.4637245Z [00:02:05.288]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:03.4638399Z [00:02:05.288]➜  EOF
2025-08-20T21:58:03.4641556Z [00:02:05.288]➜  /root/.go/pkg/tool/linux_amd64/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 Tn0lhq-1tisviu673rln/Tn0lhq-1tisviu673rln -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b134/importcfg -pack /root/.go/src/crypto/hkdf/hkdf.go
2025-08-20T21:58:03.4716739Z [00:02:05.297]➜  go tool buildid -w $WORK/b067/_pkg_.a # internal
2025-08-20T21:58:03.4723611Z [00:02:05.298]➜  go tool buildid -w $WORK/b134/_pkg_.a # internal
2025-08-20T21:58:03.4730203Z [00:02:05.298]➜  cp $WORK/b134/_pkg_.a /root/.cache/go-build/c6/c6bec0dc94a2af0401f7bd13ba310d33f2423bafe6a30653c430f9b1383f6ace-d # internal
2025-08-20T21:58:03.4750583Z [00:02:05.298]➜  crypto/hmac
2025-08-20T21:58:03.4751401Z [00:02:05.299]➜  mkdir -p $WORK/b136/
2025-08-20T21:58:03.4752337Z [00:02:05.299]➜  cat >/tmp/go-build282983591/b136/importcfg << 'EOF' # internal
2025-08-20T21:58:03.4753140Z [00:02:05.299]➜  # import config
2025-08-20T21:58:03.4755463Z [00:02:05.299]➜  packagefile crypto/internal/boring=/tmp/go-build282983591/b096/_pkg_.a
2025-08-20T21:58:03.4756542Z [00:02:05.299]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build282983591/b085/_pkg_.a
2025-08-20T21:58:03.4757571Z [00:02:05.299]➜  packagefile crypto/internal/fips140hash=/tmp/go-build282983591/b124/_pkg_.a
2025-08-20T21:58:03.4758601Z [00:02:05.299]➜  packagefile crypto/internal/fips140only=/tmp/go-build282983591/b076/_pkg_.a
2025-08-20T21:58:03.4759538Z [00:02:05.299]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:58:03.4760528Z [00:02:05.299]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:03.4761081Z [00:02:05.299]➜  EOF
2025-08-20T21:58:03.4763610Z [00:02:05.299]➜  /root/.go/pkg/tool/linux_amd64/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 trw10WIwcdjlZMqH3A48/trw10WIwcdjlZMqH3A48 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b136/importcfg -pack /root/.go/src/crypto/hmac/hmac.go
2025-08-20T21:58:03.4802230Z [00:02:05.305]➜  cp $WORK/b067/_pkg_.a /root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d # internal
2025-08-20T21:58:03.4803418Z [00:02:05.305]➜  crypto/internal/fips140/mlkem
2025-08-20T21:58:03.4804261Z [00:02:05.305]➜  mkdir -p $WORK/b137/
2025-08-20T21:58:03.4814780Z [00:02:05.307]➜  cat >/tmp/go-build282983591/b137/importcfg << 'EOF' # internal
2025-08-20T21:58:03.4821418Z [00:02:05.307]➜  # import config
2025-08-20T21:58:03.4822099Z [00:02:05.307]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:03.4823070Z [00:02:05.307]➜  packagefile crypto/internal/fips140=/tmp/go-build282983591/b080/_pkg_.a
2025-08-20T21:58:03.4824213Z [00:02:05.307]➜  packagefile crypto/internal/fips140/check=/tmp/go-build282983591/b084/_pkg_.a
2025-08-20T21:58:03.4825339Z [00:02:05.307]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build282983591/b077/_pkg_.a
2025-08-20T21:58:03.4826439Z [00:02:05.307]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build282983591/b090/_pkg_.a
2025-08-20T21:58:03.4827553Z [00:02:05.307]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build282983591/b091/_pkg_.a
2025-08-20T21:58:03.4828778Z [00:02:05.307]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build282983591/b087/_pkg_.a
2025-08-20T21:58:03.4829746Z [00:02:05.307]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:03.4830518Z [00:02:05.307]➜  EOF
2025-08-20T21:58:03.4835091Z [00:02:05.307]➜  /root/.go/pkg/tool/linux_amd64/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 1CScNZsZ7bTkdX4Fjiqf/1CScNZsZ7bTkdX4Fjiqf -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:58:03.4957923Z [00:02:05.321]➜  go tool buildid -w $WORK/b136/_pkg_.a # internal
2025-08-20T21:58:03.4966791Z [00:02:05.322]➜  cp $WORK/b136/_pkg_.a /root/.cache/go-build/a7/a77bc605ff3289e781c9d9d2da445c82a40e31e9d7124465e2f2cc1734a128a3-d # internal
2025-08-20T21:58:03.4989913Z [00:02:05.322]➜  vendor/golang.org/x/crypto/chacha20
2025-08-20T21:58:03.4990549Z [00:02:05.322]➜  mkdir -p $WORK/b143/
2025-08-20T21:58:03.4991625Z [00:02:05.323]➜  cat >/tmp/go-build282983591/b143/importcfg << 'EOF' # internal
2025-08-20T21:58:03.4992320Z [00:02:05.323]➜  # import config
2025-08-20T21:58:03.4993251Z [00:02:05.323]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T21:58:03.4994392Z [00:02:05.323]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:58:03.4995354Z [00:02:05.323]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:03.4996248Z [00:02:05.323]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:03.4997359Z [00:02:05.323]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build282983591/b144/_pkg_.a
2025-08-20T21:58:03.4998448Z [00:02:05.323]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:03.4999278Z [00:02:05.323]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:03.5000041Z [00:02:05.323]➜  EOF
2025-08-20T21:58:03.5004514Z [00:02:05.323]➜  /root/.go/pkg/tool/linux_amd64/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 -complete -installsuffix shared -buildid 5rslxZbOoGpBhzS9_c0e/5rslxZbOoGpBhzS9_c0e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b143/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_noasm.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/xor.go
2025-08-20T21:58:03.5690368Z [00:02:05.394]➜  go tool buildid -w $WORK/b143/_pkg_.a # internal
2025-08-20T21:58:03.5699967Z [00:02:05.395]➜  cp $WORK/b143/_pkg_.a /root/.cache/go-build/b8/b804fe124ef072873a1051637f26545b29f76fe15a0e3a52c8ad5fc1018740ea-d # internal
2025-08-20T21:58:03.5703253Z [00:02:05.396]➜  vendor/golang.org/x/sys/cpu
2025-08-20T21:58:03.5705231Z [00:02:05.396]➜  mkdir -p $WORK/b146/
2025-08-20T21:58:03.5707805Z [00:02:05.396]➜  echo -n > $WORK/b146/go_asm.h # internal
2025-08-20T21:58:03.5710613Z [00:02:05.396]➜  cd /root/.go/src/vendor/golang.org/x/sys/cpu
2025-08-20T21:58:03.5712998Z [00:02:05.396]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/sys/cpu -trimpath "/root/.go/src/vendor/golang.org/x/sys/cpu=>vendor/golang.org/x/sys/cpu;$WORK/b146=>" -I $WORK/b146/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b146/symabis ./cpu_gc_x86.s
2025-08-20T21:58:03.5826039Z [00:02:05.408]➜  cat >/tmp/go-build282983591/b146/importcfg << 'EOF' # internal
2025-08-20T21:58:03.5832674Z [00:02:05.408]➜  # import config
2025-08-20T21:58:03.5833339Z [00:02:05.408]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:03.5834160Z [00:02:05.408]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:03.5834985Z [00:02:05.408]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:03.5835800Z [00:02:05.408]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:03.5836403Z [00:02:05.408]➜  EOF
2025-08-20T21:58:03.5836920Z [00:02:05.408]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:03.5844697Z [00:02:05.408]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b146/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/sys/cpu=>vendor/golang.org/x/sys/cpu;$WORK/b146=>" -p vendor/golang.org/x/sys/cpu -lang=go1.25 -std -installsuffix shared -buildid A2I1ux5R9-Yi8PoeqVzh/A2I1ux5R9-Yi8PoeqVzh -goversion go1.25.0 -symabis $WORK/b146/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b146/importcfg -pack -asmhdr $WORK/b146/go_asm.h /root/.go/src/vendor/golang.org/x/sys/cpu/byteorder.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_gc_x86.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_linux_noinit.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_other_x86.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_x86.go /root/.go/src/vendor/golang.org/x/sys/cpu/endian_little.go /root/.go/src/vendor/golang.org/x/sys/cpu/hwcap_linux.go /root/.go/src/vendor/golang.org/x/sys/cpu/parse.go /root/.go/src/vendor/golang.org/x/sys/cpu/runtime_auxv.go /root/.go/src/vendor/golang.org/x/sys/cpu/runtime_auxv_go121.go
2025-08-20T21:58:03.6101556Z [00:02:05.435]➜  cp /root/.go/src/runtime/cgo/abi_amd64.h $WORK/b165/abi_GOARCH.h
2025-08-20T21:58:03.6106860Z [00:02:05.435]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:58:03.6108926Z [00:02:05.435]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b165=>" -I $WORK/b165/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b165/asm_amd64.o ./asm_amd64.s
2025-08-20T21:58:03.6214047Z [00:02:05.447]➜  go tool buildid -w $WORK/b137/_pkg_.a # internal
2025-08-20T21:58:03.6222753Z [00:02:05.447]➜  go tool pack r $WORK/b165/_pkg_.a $WORK/b165/asm_amd64.o $WORK/b165/preferlinkext $WORK/b165/_x001.o $WORK/b165/_x002.o $WORK/b165/_x003.o $WORK/b165/_x004.o $WORK/b165/_x005.o $WORK/b165/_x006.o $WORK/b165/_x007.o $WORK/b165/_x008.o $WORK/b165/_x009.o $WORK/b165/_x010.o $WORK/b165/_x011.o $WORK/b165/_x012.o $WORK/b165/_x013.o $WORK/b165/_x014.o # internal
2025-08-20T21:58:03.6224820Z [00:02:05.447]➜  go tool buildid -w $WORK/b165/_pkg_.a # internal
2025-08-20T21:58:03.6231775Z [00:02:05.448]➜  cp $WORK/b137/_pkg_.a /root/.cache/go-build/29/2905bf4ab17fd6e8c924db184596c8ad0679ed8ef6869776386409dcad23d878-d # internal
2025-08-20T21:58:03.6244718Z [00:02:05.450]➜  crypto/rc4
2025-08-20T21:58:03.6247082Z [00:02:05.450]➜  mkdir -p $WORK/b147/
2025-08-20T21:58:03.6305426Z [00:02:05.456]➜  cat >/tmp/go-build282983591/b147/importcfg << 'EOF' # internal
2025-08-20T21:58:03.6306805Z [00:02:05.456]➜  # import config
2025-08-20T21:58:03.6309603Z [00:02:05.456]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build282983591/b083/_pkg_.a
2025-08-20T21:58:03.6311279Z [00:02:05.456]➜  packagefile crypto/internal/fips140only=/tmp/go-build282983591/b076/_pkg_.a
2025-08-20T21:58:03.6314413Z [00:02:05.456]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:03.6315308Z [00:02:05.456]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:03.6315977Z [00:02:05.456]➜  EOF
2025-08-20T21:58:03.6316528Z [00:02:05.456]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:03.6319429Z [00:02:05.456]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b147/_pkg_.a -trimpath "/root/.go/src/crypto/rc4=>crypto/rc4;$WORK/b147=>" -p crypto/rc4 -lang=go1.25 -std -complete -installsuffix shared -buildid ddivy_vGo7m8X1jdtCf5/ddivy_vGo7m8X1jdtCf5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b147/importcfg -pack /root/.go/src/crypto/rc4/rc4.go
2025-08-20T21:58:03.6358901Z [00:02:05.461]➜  cp $WORK/b165/_pkg_.a /root/.cache/go-build/68/6812a82e0383ec8777abb0082a0a148400258c6ffbb09aaa834eb64321b87b30-d # internal
2025-08-20T21:58:03.6369211Z [00:02:05.461]➜  crypto/internal/fips140/rsa
2025-08-20T21:58:03.6370011Z [00:02:05.461]➜  mkdir -p $WORK/b149/
2025-08-20T21:58:03.6370782Z [00:02:05.462]➜  cat >/tmp/go-build282983591/b149/importcfg << 'EOF' # internal
2025-08-20T21:58:03.6371496Z [00:02:05.462]➜  # import config
2025-08-20T21:58:03.6372173Z [00:02:05.462]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:03.6373155Z [00:02:05.462]➜  packagefile crypto/internal/fips140=/tmp/go-build282983591/b080/_pkg_.a
2025-08-20T21:58:03.6374329Z [00:02:05.462]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build282983591/b121/_pkg_.a
2025-08-20T21:58:03.6375556Z [00:02:05.462]➜  packagefile crypto/internal/fips140/check=/tmp/go-build282983591/b084/_pkg_.a
2025-08-20T21:58:03.6376760Z [00:02:05.462]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build282983591/b077/_pkg_.a
2025-08-20T21:58:03.6377972Z [00:02:05.462]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build282983591/b086/_pkg_.a
2025-08-20T21:58:03.6379176Z [00:02:05.462]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build282983591/b090/_pkg_.a
2025-08-20T21:58:03.6381154Z [00:02:05.462]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build282983591/b092/_pkg_.a
2025-08-20T21:58:03.6382365Z [00:02:05.462]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build282983591/b091/_pkg_.a
2025-08-20T21:58:03.6383394Z [00:02:05.462]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:03.6384252Z [00:02:05.462]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:03.6385071Z [00:02:05.462]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:03.6385867Z [00:02:05.462]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:03.6386480Z [00:02:05.462]➜  EOF
2025-08-20T21:58:03.6391659Z [00:02:05.462]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b149/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/rsa=>crypto/internal/fips140/rsa;$WORK/b149=>" -p crypto/internal/fips140/rsa -lang=go1.25 -std -complete -installsuffix shared -buildid gZi8IFIZM24eiWNNPCF7/gZi8IFIZM24eiWNNPCF7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b149/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:58:03.6599547Z [00:02:05.485]➜  cd /root/.go/src/vendor/golang.org/x/sys/cpu
2025-08-20T21:58:03.6602551Z [00:02:05.485]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/sys/cpu -trimpath "/root/.go/src/vendor/golang.org/x/sys/cpu=>vendor/golang.org/x/sys/cpu;$WORK/b146=>" -I $WORK/b146/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b146/cpu_gc_x86.o ./cpu_gc_x86.s
2025-08-20T21:58:03.6616589Z [00:02:05.485]➜  go tool buildid -w $WORK/b147/_pkg_.a # internal
2025-08-20T21:58:03.6617882Z [00:02:05.486]➜  cp $WORK/b147/_pkg_.a /root/.cache/go-build/ba/ba69c36b33eec064608b3f2edf09a5313f37f2ca175db3a3bd90d25bbec62734-d # internal
2025-08-20T21:58:03.6619008Z [00:02:05.486]➜  crypto/sha256
2025-08-20T21:58:03.6619497Z [00:02:05.486]➜  mkdir -p $WORK/b150/
2025-08-20T21:58:03.6620352Z [00:02:05.486]➜  cat >/tmp/go-build282983591/b150/importcfg << 'EOF' # internal
2025-08-20T21:58:03.6621071Z [00:02:05.486]➜  # import config
2025-08-20T21:58:03.6621747Z [00:02:05.486]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:03.6622702Z [00:02:05.486]➜  packagefile crypto/internal/boring=/tmp/go-build282983591/b096/_pkg_.a
2025-08-20T21:58:03.6623824Z [00:02:05.486]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build282983591/b086/_pkg_.a
2025-08-20T21:58:03.6624827Z [00:02:05.486]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:03.6625470Z [00:02:05.486]➜  EOF
2025-08-20T21:58:03.6626015Z [00:02:05.487]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:03.6629017Z [00:02:05.487]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b150/_pkg_.a -trimpath "/root/.go/src/crypto/sha256=>crypto/sha256;$WORK/b150=>" -p crypto/sha256 -lang=go1.25 -std -complete -installsuffix shared -buildid 4E2ZYzolEG0nC41yvScW/4E2ZYzolEG0nC41yvScW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b150/importcfg -pack /root/.go/src/crypto/sha256/sha256.go
2025-08-20T21:58:03.6647307Z [00:02:05.490]➜  cd /root/.go/src/vendor/golang.org/x/sys/cpu
2025-08-20T21:58:03.6662454Z [00:02:05.490]➜  go tool pack r $WORK/b146/_pkg_.a $WORK/b146/cpu_gc_x86.o # internal
2025-08-20T21:58:03.6663356Z [00:02:05.490]➜  go tool buildid -w $WORK/b146/_pkg_.a # internal
2025-08-20T21:58:03.6664659Z [00:02:05.491]➜  cp $WORK/b146/_pkg_.a /root/.cache/go-build/84/84dba0f671f56f52f34616da15a8e590e76614497f215a6b1472d263ec90ad31-d # internal
2025-08-20T21:58:03.6669173Z [00:02:05.492]➜  vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:58:03.6669945Z [00:02:05.492]➜  mkdir -p $WORK/b141/
2025-08-20T21:58:03.6673660Z [00:02:05.493]➜  echo -n > $WORK/b141/go_asm.h # internal
2025-08-20T21:58:03.6674972Z [00:02:05.493]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:58:03.6677947Z [00:02:05.493]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/chacha20poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b141=>" -I $WORK/b141/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b141/symabis ./chacha20poly1305_amd64.s
2025-08-20T21:58:03.6803736Z [00:02:05.505]➜  go tool buildid -w $WORK/b150/_pkg_.a # internal
2025-08-20T21:58:03.6810743Z [00:02:05.506]➜  cp $WORK/b150/_pkg_.a /root/.cache/go-build/af/af67f21b0c9aea0d2859e18ff7fc0cbed1bb4545a6faf67bd284f1443b01a9c9-d # internal
2025-08-20T21:58:03.6821433Z [00:02:05.506]➜  encoding/hex
2025-08-20T21:58:03.6821987Z [00:02:05.507]➜  mkdir -p $WORK/b156/
2025-08-20T21:58:03.6822754Z [00:02:05.507]➜  cat >/tmp/go-build282983591/b156/importcfg << 'EOF' # internal
2025-08-20T21:58:03.6823489Z [00:02:05.507]➜  # import config
2025-08-20T21:58:03.6824243Z [00:02:05.507]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:03.6825100Z [00:02:05.507]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:03.6825911Z [00:02:05.507]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:03.6826757Z [00:02:05.507]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:03.6827616Z [00:02:05.507]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:03.6828256Z [00:02:05.507]➜  EOF
2025-08-20T21:58:03.6830932Z [00:02:05.507]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:03.6853383Z [00:02:05.507]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b156/_pkg_.a -trimpath "/root/.go/src/encoding/hex=>encoding/hex;$WORK/b156=>" -p encoding/hex -lang=go1.25 -std -complete -installsuffix shared -buildid FiBd9Fuh5gov9bYEg4MY/FiBd9Fuh5gov9bYEg4MY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b156/importcfg -pack /root/.go/src/encoding/hex/hex.go
2025-08-20T21:58:03.6860571Z [00:02:05.511]➜  cat >/tmp/go-build282983591/b141/importcfg << 'EOF' # internal
2025-08-20T21:58:03.6862781Z [00:02:05.511]➜  # import config
2025-08-20T21:58:03.6865777Z [00:02:05.511]➜  importmap golang.org/x/crypto/chacha20=vendor/golang.org/x/crypto/chacha20
2025-08-20T21:58:03.6867012Z [00:02:05.511]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T21:58:03.6868357Z [00:02:05.511]➜  importmap golang.org/x/crypto/internal/poly1305=vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T21:58:03.6869492Z [00:02:05.511]➜  importmap golang.org/x/sys/cpu=vendor/golang.org/x/sys/cpu
2025-08-20T21:58:03.6870609Z [00:02:05.511]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:58:03.6871534Z [00:02:05.511]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:03.6872407Z [00:02:05.511]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:03.6873398Z [00:02:05.511]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build282983591/b143/_pkg_.a
2025-08-20T21:58:03.6874616Z [00:02:05.511]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build282983591/b144/_pkg_.a
2025-08-20T21:58:03.6875876Z [00:02:05.511]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build282983591/b145/_pkg_.a
2025-08-20T21:58:03.6877027Z [00:02:05.511]➜  packagefile vendor/golang.org/x/sys/cpu=/tmp/go-build282983591/b146/_pkg_.a
2025-08-20T21:58:03.6877743Z [00:02:05.511]➜  EOF
2025-08-20T21:58:03.6883901Z [00:02:05.511]➜  /root/.go/pkg/tool/linux_amd64/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 -installsuffix shared -buildid r9wCMlKr00PnpKYqFOHA/r9wCMlKr00PnpKYqFOHA -goversion go1.25.0 -symabis $WORK/b141/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b141/importcfg -pack -asmhdr $WORK/b141/go_asm.h /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/xchacha20poly1305.go
2025-08-20T21:58:03.7345691Z [00:02:05.560]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:58:03.7351289Z [00:02:05.560]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/chacha20poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b141=>" -I $WORK/b141/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b141/chacha20poly1305_amd64.o ./chacha20poly1305_amd64.s
2025-08-20T21:58:03.7465219Z [00:02:05.572]➜  go tool buildid -w $WORK/b156/_pkg_.a # internal
2025-08-20T21:58:03.7475017Z [00:02:05.573]➜  cp $WORK/b156/_pkg_.a /root/.cache/go-build/2c/2c8a9bf2224de24f2b71bf9df858c1d351152bb1587275e0ac27370978f0c37b-d # internal
2025-08-20T21:58:03.7520112Z [00:02:05.577]➜  net
2025-08-20T21:58:03.7544648Z [00:02:05.577]➜  mkdir -p $WORK/b159/
2025-08-20T21:58:03.7545343Z [00:02:05.577]➜  echo -n > $WORK/b159/preferlinkext # internal
2025-08-20T21:58:03.7545982Z [00:02:05.577]➜  cd /root/.go/src/net
2025-08-20T21:58:03.7548553Z [00:02:05.577]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b159/ -importpath net "-ldflags=\"-O2\" \"-g\" \"-lresolv\"" -- -I $WORK/b159/ -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:58:03.8471540Z [00:02:05.672]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:58:03.8474575Z [00:02:05.672]➜  go tool pack r $WORK/b141/_pkg_.a $WORK/b141/chacha20poly1305_amd64.o # internal
2025-08-20T21:58:03.8477790Z [00:02:05.673]➜  go tool buildid -w $WORK/b141/_pkg_.a # internal
2025-08-20T21:58:03.8501365Z [00:02:05.675]➜  cp $WORK/b141/_pkg_.a /root/.cache/go-build/5a/5a642123223ec0a3053dd76096a2a24fb98fa8a1054f42e5b9205d1bb5cde71c-d # internal
2025-08-20T21:58:03.8508244Z [00:02:05.676]➜  net/url
2025-08-20T21:58:03.8508851Z [00:02:05.676]➜  mkdir -p $WORK/b166/
2025-08-20T21:58:03.8518072Z [00:02:05.677]➜  cat >/tmp/go-build282983591/b166/importcfg << 'EOF' # internal
2025-08-20T21:58:03.8519036Z [00:02:05.677]➜  # import config
2025-08-20T21:58:03.8521479Z [00:02:05.677]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:03.8525696Z [00:02:05.677]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:03.8526508Z [00:02:05.677]➜  packagefile maps=/tmp/go-build282983591/b158/_pkg_.a
2025-08-20T21:58:03.8527279Z [00:02:05.677]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:58:03.8528109Z [00:02:05.677]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:03.8528952Z [00:02:05.677]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:03.8529769Z [00:02:05.677]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:03.8530571Z [00:02:05.677]➜  EOF
2025-08-20T21:58:03.8531092Z [00:02:05.677]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:03.8533554Z [00:02:05.678]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b166/_pkg_.a -trimpath "/root/.go/src/net/url=>net/url;$WORK/b166=>" -p net/url -lang=go1.25 -std -complete -installsuffix shared -buildid qWuN1b1aWdxv7Pdho_tZ/qWuN1b1aWdxv7Pdho_tZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b166/importcfg -pack /root/.go/src/net/url/url.go
2025-08-20T21:58:03.8917004Z [00:02:05.717]➜  go tool buildid -w $WORK/b149/_pkg_.a # internal
2025-08-20T21:58:03.8933571Z [00:02:05.718]➜  cp $WORK/b149/_pkg_.a /root/.cache/go-build/ce/cef7d57c406c50fa2f1ea2e15eb0196e9f2699037eef871fa52670eb68b94366-d # internal
2025-08-20T21:58:03.8942943Z [00:02:05.719]➜  path/filepath
2025-08-20T21:58:03.8943513Z [00:02:05.719]➜  mkdir -p $WORK/b167/
2025-08-20T21:58:03.8944282Z [00:02:05.719]➜  cat >/tmp/go-build282983591/b167/importcfg << 'EOF' # internal
2025-08-20T21:58:03.8945017Z [00:02:05.719]➜  # import config
2025-08-20T21:58:03.8945710Z [00:02:05.719]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:03.8946647Z [00:02:05.719]➜  packagefile internal/bytealg=/tmp/go-build282983591/b011/_pkg_.a
2025-08-20T21:58:03.8947622Z [00:02:05.719]➜  packagefile internal/filepathlite=/tmp/go-build282983591/b053/_pkg_.a
2025-08-20T21:58:03.8948500Z [00:02:05.719]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:58:03.8949251Z [00:02:05.719]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:03.8950205Z [00:02:05.719]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:03.8951027Z [00:02:05.719]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:03.8951814Z [00:02:05.719]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:03.8952678Z [00:02:05.719]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:03.8953574Z [00:02:05.719]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:03.8954253Z [00:02:05.719]➜  EOF
2025-08-20T21:58:03.8958554Z [00:02:05.719]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b167/_pkg_.a -trimpath "/root/.go/src/path/filepath=>path/filepath;$WORK/b167=>" -p path/filepath -lang=go1.25 -std -complete -installsuffix shared -buildid O8Lc8uUMUzKTa0OHNwgG/O8Lc8uUMUzKTa0OHNwgG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b167/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:58:04.0081493Z [00:02:05.833]➜  cd /root/.go/src/math/big
2025-08-20T21:58:04.0084655Z [00:02:05.833]➜  /root/.go/pkg/tool/linux_amd64/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_amd64 -shared -D GOAMD64_v1 -o $WORK/b117/arith_amd64.o ./arith_amd64.s
2025-08-20T21:58:04.0176548Z [00:02:05.842]➜  go tool pack r $WORK/b117/_pkg_.a $WORK/b117/arith_amd64.o # internal
2025-08-20T21:58:04.0177437Z [00:02:05.843]➜  go tool buildid -w $WORK/b117/_pkg_.a # internal
2025-08-20T21:58:04.0217940Z [00:02:05.847]➜  go tool buildid -w $WORK/b166/_pkg_.a # internal
2025-08-20T21:58:04.0248643Z [00:02:05.849]➜  cp $WORK/b166/_pkg_.a /root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d # internal
2025-08-20T21:58:04.0251150Z [00:02:05.850]➜  compress/flate
2025-08-20T21:58:04.0252684Z [00:02:05.850]➜  mkdir -p $WORK/b170/
2025-08-20T21:58:04.0254171Z [00:02:05.850]➜  cp $WORK/b117/_pkg_.a /root/.cache/go-build/3b/3b45a8c38cee8cd6053c78cd6700739b9b134c3d952807771dd42ed436a1c218-d # internal
2025-08-20T21:58:04.0258624Z [00:02:05.850]➜  cat >/tmp/go-build282983591/b170/importcfg << 'EOF' # internal
2025-08-20T21:58:04.0259399Z [00:02:05.850]➜  # import config
2025-08-20T21:58:04.0260221Z [00:02:05.850]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:04.0261045Z [00:02:05.850]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:04.0261843Z [00:02:05.850]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:04.0262608Z [00:02:05.850]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:04.0263398Z [00:02:05.850]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:04.0264246Z [00:02:05.850]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:04.0265061Z [00:02:05.850]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:04.0266329Z [00:02:05.850]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:04.0267145Z [00:02:05.850]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:04.0267730Z [00:02:05.850]➜  EOF
2025-08-20T21:58:04.0277948Z [00:02:05.850]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:04.0283171Z [00:02:05.850]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b170/_pkg_.a -trimpath "/root/.go/src/compress/flate=>compress/flate;$WORK/b170=>" -p compress/flate -lang=go1.25 -std -complete -installsuffix shared -buildid lu9wJols6mZhiIWbtWKV/lu9wJols6mZhiIWbtWKV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b170/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:58:04.0287354Z [00:02:05.850]➜  crypto/elliptic
2025-08-20T21:58:04.0287873Z [00:02:05.850]➜  mkdir -p $WORK/b116/
2025-08-20T21:58:04.0288618Z [00:02:05.851]➜  cat >/tmp/go-build282983591/b116/importcfg << 'EOF' # internal
2025-08-20T21:58:04.0289266Z [00:02:05.851]➜  # import config
2025-08-20T21:58:04.0290235Z [00:02:05.851]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build282983591/b112/_pkg_.a
2025-08-20T21:58:04.0291225Z [00:02:05.851]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:04.0291988Z [00:02:05.851]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:04.0292774Z [00:02:05.851]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:04.0293559Z [00:02:05.851]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:04.0294423Z [00:02:05.851]➜  EOF
2025-08-20T21:58:04.0298088Z [00:02:05.851]➜  /root/.go/pkg/tool/linux_amd64/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 mW0QD0cBy03xwf-ShFj7/mW0QD0cBy03xwf-ShFj7 -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:58:04.0302011Z [00:02:05.851]➜  go tool buildid -w $WORK/b167/_pkg_.a # internal
2025-08-20T21:58:04.0303539Z [00:02:05.852]➜  cp $WORK/b167/_pkg_.a /root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d # internal
2025-08-20T21:58:04.0304663Z [00:02:05.852]➜  crypto/internal/boring/bbig
2025-08-20T21:58:04.0305198Z [00:02:05.852]➜  mkdir -p $WORK/b119/
2025-08-20T21:58:04.0305894Z [00:02:05.853]➜  cat >/tmp/go-build282983591/b119/importcfg << 'EOF' # internal
2025-08-20T21:58:04.0306545Z [00:02:05.853]➜  # import config
2025-08-20T21:58:04.0307270Z [00:02:05.853]➜  packagefile crypto/internal/boring=/tmp/go-build282983591/b096/_pkg_.a
2025-08-20T21:58:04.0308189Z [00:02:05.853]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:04.0308792Z [00:02:05.853]➜  EOF
2025-08-20T21:58:04.0312067Z [00:02:05.853]➜  /root/.go/pkg/tool/linux_amd64/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 Tp8gsMiUDQCd9jyrIB6u/Tp8gsMiUDQCd9jyrIB6u -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:58:04.0452793Z [00:02:05.870]➜  go tool buildid -w $WORK/b119/_pkg_.a # internal
2025-08-20T21:58:04.0456342Z [00:02:05.870]➜  cp $WORK/b119/_pkg_.a /root/.cache/go-build/47/47bc6fc1995eed3e803e2f3a1fd9e90f1deba56f9b16be41269404eeeebbaa0b-d # internal
2025-08-20T21:58:04.0466169Z [00:02:05.872]➜  encoding/asn1
2025-08-20T21:58:04.0468548Z [00:02:05.872]➜  mkdir -p $WORK/b128/
2025-08-20T21:58:04.0479090Z [00:02:05.873]➜  cat >/tmp/go-build282983591/b128/importcfg << 'EOF' # internal
2025-08-20T21:58:04.0480504Z [00:02:05.873]➜  # import config
2025-08-20T21:58:04.0482774Z [00:02:05.873]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:04.0483770Z [00:02:05.873]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:04.0486715Z [00:02:05.873]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:04.0487562Z [00:02:05.873]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:04.0488396Z [00:02:05.873]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:04.0489228Z [00:02:05.873]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:04.0490269Z [00:02:05.873]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:04.0491108Z [00:02:05.873]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:04.0491932Z [00:02:05.873]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:04.0492754Z [00:02:05.873]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:04.0493603Z [00:02:05.873]➜  packagefile unicode/utf16=/tmp/go-build282983591/b070/_pkg_.a
2025-08-20T21:58:04.0494486Z [00:02:05.873]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:04.0495130Z [00:02:05.873]➜  EOF
2025-08-20T21:58:04.0507763Z [00:02:05.876]➜  /root/.go/pkg/tool/linux_amd64/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 8wgOJ_Gbm6KylYFz1h3x/8wgOJ_Gbm6KylYFz1h3x -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:58:04.1607129Z [00:02:05.986]➜  go tool buildid -w $WORK/b116/_pkg_.a # internal
2025-08-20T21:58:04.1634318Z [00:02:05.988]➜  cp $WORK/b116/_pkg_.a /root/.cache/go-build/bc/bcb75773286ea5e0c6643836571da998ba25bbd769f6e535c10caf5d1fa7e1f6-d # internal
2025-08-20T21:58:04.1635570Z [00:02:05.988]➜  crypto/rand
2025-08-20T21:58:04.1636603Z [00:02:05.989]➜  mkdir -p $WORK/b133/
2025-08-20T21:58:04.1645475Z [00:02:05.989]➜  cat >/tmp/go-build282983591/b133/importcfg << 'EOF' # internal
2025-08-20T21:58:04.1646213Z [00:02:05.989]➜  # import config
2025-08-20T21:58:04.1646998Z [00:02:05.989]➜  packagefile crypto/internal/boring=/tmp/go-build282983591/b096/_pkg_.a
2025-08-20T21:58:04.1648068Z [00:02:05.989]➜  packagefile crypto/internal/fips140=/tmp/go-build282983591/b080/_pkg_.a
2025-08-20T21:58:04.1649203Z [00:02:05.990]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build282983591/b077/_pkg_.a
2025-08-20T21:58:04.1653160Z [00:02:05.990]➜  packagefile crypto/internal/fips140only=/tmp/go-build282983591/b076/_pkg_.a
2025-08-20T21:58:04.1654301Z [00:02:05.990]➜  packagefile crypto/internal/randutil=/tmp/go-build282983591/b093/_pkg_.a
2025-08-20T21:58:04.1655458Z [00:02:05.990]➜  packagefile crypto/internal/sysrand=/tmp/go-build282983591/b079/_pkg_.a
2025-08-20T21:58:04.1656437Z [00:02:05.990]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:04.1657268Z [00:02:05.990]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:04.1658085Z [00:02:05.990]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:04.1658722Z [00:02:05.990]➜  EOF
2025-08-20T21:58:04.1676693Z [00:02:05.990]➜  /root/.go/pkg/tool/linux_amd64/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 nPnKckdhg0Aj-vrrKqzH/nPnKckdhg0Aj-vrrKqzH -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:58:04.1892159Z [00:02:06.014]➜  go tool buildid -w $WORK/b133/_pkg_.a # internal
2025-08-20T21:58:04.1905709Z [00:02:06.016]➜  cp $WORK/b133/_pkg_.a /root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d # internal
2025-08-20T21:58:04.1911800Z [00:02:06.016]➜  crypto/ed25519
2025-08-20T21:58:04.1916117Z [00:02:06.017]➜  mkdir -p $WORK/b130/
2025-08-20T21:58:04.1925768Z [00:02:06.018]➜  cat >/tmp/go-build282983591/b130/importcfg << 'EOF' # internal
2025-08-20T21:58:04.1928017Z [00:02:06.018]➜  # import config
2025-08-20T21:58:04.1931190Z [00:02:06.018]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:04.1932242Z [00:02:06.018]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build282983591/b131/_pkg_.a
2025-08-20T21:58:04.1933419Z [00:02:06.018]➜  packagefile crypto/internal/fips140cache=/tmp/go-build282983591/b122/_pkg_.a
2025-08-20T21:58:04.1934550Z [00:02:06.018]➜  packagefile crypto/internal/fips140only=/tmp/go-build282983591/b076/_pkg_.a
2025-08-20T21:58:04.1935566Z [00:02:06.018]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:04.1936504Z [00:02:06.018]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:58:04.1937426Z [00:02:06.018]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:04.1938227Z [00:02:06.018]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:04.1939023Z [00:02:06.018]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:04.1939649Z [00:02:06.018]➜  EOF
2025-08-20T21:58:04.1951953Z [00:02:06.020]➜  /root/.go/pkg/tool/linux_amd64/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 2VJPLLpU7wld1E1sFoYw/2VJPLLpU7wld1E1sFoYw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b130/importcfg -pack /root/.go/src/crypto/ed25519/ed25519.go
2025-08-20T21:58:04.1969387Z [00:02:06.022]➜  go tool buildid -w $WORK/b170/_pkg_.a # internal
2025-08-20T21:58:04.1993079Z [00:02:06.024]➜  cp $WORK/b170/_pkg_.a /root/.cache/go-build/cb/cb62df39b94cbf5f4fd66e857d11f994f7f846fc128dea5432b97012aef87e68-d # internal
2025-08-20T21:58:04.1998930Z [00:02:06.025]➜  crypto/internal/hpke
2025-08-20T21:58:04.1999741Z [00:02:06.025]➜  mkdir -p $WORK/b140/
2025-08-20T21:58:04.2001127Z [00:02:06.025]➜  cat >/tmp/go-build282983591/b140/importcfg << 'EOF' # internal
2025-08-20T21:58:04.2003391Z [00:02:06.025]➜  # import config
2025-08-20T21:58:04.2006569Z [00:02:06.025]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:58:04.2007676Z [00:02:06.025]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:04.2008555Z [00:02:06.025]➜  packagefile crypto/aes=/tmp/go-build282983591/b108/_pkg_.a
2025-08-20T21:58:04.2009434Z [00:02:06.025]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:58:04.2010551Z [00:02:06.025]➜  packagefile crypto/ecdh=/tmp/go-build282983591/b110/_pkg_.a
2025-08-20T21:58:04.2011514Z [00:02:06.025]➜  packagefile crypto/hkdf=/tmp/go-build282983591/b134/_pkg_.a
2025-08-20T21:58:04.2012421Z [00:02:06.025]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:04.2013276Z [00:02:06.025]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:04.2014370Z [00:02:06.025]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build282983591/b141/_pkg_.a
2025-08-20T21:58:04.2015520Z [00:02:06.025]➜  packagefile internal/byteorder=/tmp/go-build282983591/b013/_pkg_.a
2025-08-20T21:58:04.2016449Z [00:02:06.025]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:04.2017091Z [00:02:06.025]➜  EOF
2025-08-20T21:58:04.2020487Z [00:02:06.025]➜  /root/.go/pkg/tool/linux_amd64/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 zuRt2IQzyZolhf5F95d8/zuRt2IQzyZolhf5F95d8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b140/importcfg -pack /root/.go/src/crypto/internal/hpke/hpke.go
2025-08-20T21:58:04.3216305Z [00:02:06.147]➜  go tool buildid -w $WORK/b140/_pkg_.a # internal
2025-08-20T21:58:04.3268481Z [00:02:06.151]➜  cp $WORK/b140/_pkg_.a /root/.cache/go-build/da/da46e4b4b98bf95f7bb8deb3953637229f49dc7bf378cfca3de765312f8a3b7a-d # internal
2025-08-20T21:58:04.3269737Z [00:02:06.151]➜  crypto/rsa
2025-08-20T21:58:04.3270427Z [00:02:06.151]➜  mkdir -p $WORK/b148/
2025-08-20T21:58:04.3276974Z [00:02:06.152]➜  cat >/tmp/go-build282983591/b148/importcfg << 'EOF' # internal
2025-08-20T21:58:04.3277658Z [00:02:06.152]➜  # import config
2025-08-20T21:58:04.3278322Z [00:02:06.152]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:04.3279286Z [00:02:06.152]➜  packagefile crypto/internal/boring=/tmp/go-build282983591/b096/_pkg_.a
2025-08-20T21:58:04.3285838Z [00:02:06.152]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build282983591/b119/_pkg_.a
2025-08-20T21:58:04.3287065Z [00:02:06.152]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build282983591/b121/_pkg_.a
2025-08-20T21:58:04.3288176Z [00:02:06.152]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build282983591/b149/_pkg_.a
2025-08-20T21:58:04.3289219Z [00:02:06.152]➜  packagefile crypto/internal/fips140hash=/tmp/go-build282983591/b124/_pkg_.a
2025-08-20T21:58:04.3300493Z [00:02:06.152]➜  packagefile crypto/internal/fips140only=/tmp/go-build282983591/b076/_pkg_.a
2025-08-20T21:58:04.3301682Z [00:02:06.152]➜  packagefile crypto/internal/randutil=/tmp/go-build282983591/b093/_pkg_.a
2025-08-20T21:58:04.3302656Z [00:02:06.152]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:04.3303817Z [00:02:06.152]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:58:04.3304682Z [00:02:06.152]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:04.3305446Z [00:02:06.152]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:04.3306225Z [00:02:06.152]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:04.3307075Z [00:02:06.152]➜  packagefile internal/godebug=/tmp/go-build282983591/b058/_pkg_.a
2025-08-20T21:58:04.3307932Z [00:02:06.152]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:04.3308702Z [00:02:06.152]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:04.3309501Z [00:02:06.152]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:04.3310289Z [00:02:06.152]➜  EOF
2025-08-20T21:58:04.3313785Z [00:02:06.154]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b148/_pkg_.a -trimpath "/root/.go/src/crypto/rsa=>crypto/rsa;$WORK/b148=>" -p crypto/rsa -lang=go1.25 -std -complete -installsuffix shared -buildid m6J4ZMAP7w-IIAmuH7AX/m6J4ZMAP7w-IIAmuH7AX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b148/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:58:04.3495238Z [00:02:06.175]➜  go tool buildid -w $WORK/b130/_pkg_.a # internal
2025-08-20T21:58:04.3526646Z [00:02:06.178]➜  cp $WORK/b130/_pkg_.a /root/.cache/go-build/a9/a9666cfb2dc8afa79ce77499b171195b4695c798232f2dc9a49cdc719341784f-d # internal
2025-08-20T21:58:04.3528638Z [00:02:06.178]➜  crypto/dsa
2025-08-20T21:58:04.3529915Z [00:02:06.178]➜  mkdir -p $WORK/b154/
2025-08-20T21:58:04.3536418Z [00:02:06.179]➜  cat >/tmp/go-build282983591/b154/importcfg << 'EOF' # internal
2025-08-20T21:58:04.3537084Z [00:02:06.179]➜  # import config
2025-08-20T21:58:04.3537855Z [00:02:06.179]➜  packagefile crypto/internal/fips140only=/tmp/go-build282983591/b076/_pkg_.a
2025-08-20T21:58:04.3538911Z [00:02:06.179]➜  packagefile crypto/internal/randutil=/tmp/go-build282983591/b093/_pkg_.a
2025-08-20T21:58:04.3546922Z [00:02:06.179]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:04.3547825Z [00:02:06.179]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:04.3548600Z [00:02:06.179]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:04.3549173Z [00:02:06.179]➜  EOF
2025-08-20T21:58:04.3551887Z [00:02:06.179]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b154/_pkg_.a -trimpath "/root/.go/src/crypto/dsa=>crypto/dsa;$WORK/b154=>" -p crypto/dsa -lang=go1.25 -std -complete -installsuffix shared -buildid X7ca0nvB5092bacZm4zC/X7ca0nvB5092bacZm4zC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b154/importcfg -pack /root/.go/src/crypto/dsa/dsa.go
2025-08-20T21:58:04.3678106Z [00:02:06.193]➜  go tool buildid -w $WORK/b128/_pkg_.a # internal
2025-08-20T21:58:04.3707326Z [00:02:06.196]➜  cp $WORK/b128/_pkg_.a /root/.cache/go-build/05/055a1be01c3af0789956f79452a8fffa3efd06117fc3f7cb4eb3c803b3e9d9e2-d # internal
2025-08-20T21:58:04.3710215Z [00:02:06.196]➜  vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:58:04.3714520Z [00:02:06.197]➜  mkdir -p $WORK/b127/
2025-08-20T21:58:04.3723394Z [00:02:06.197]➜  cat >/tmp/go-build282983591/b127/importcfg << 'EOF' # internal
2025-08-20T21:58:04.3724188Z [00:02:06.197]➜  # import config
2025-08-20T21:58:04.3725155Z [00:02:06.197]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:58:04.3726333Z [00:02:06.197]➜  packagefile encoding/asn1=/tmp/go-build282983591/b128/_pkg_.a
2025-08-20T21:58:04.3727247Z [00:02:06.197]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:04.3728104Z [00:02:06.197]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:04.3729210Z [00:02:06.197]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build282983591/b129/_pkg_.a
2025-08-20T21:58:04.3745414Z [00:02:06.197]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:04.3746238Z [00:02:06.197]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:04.3746992Z [00:02:06.197]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:04.3747560Z [00:02:06.197]➜  EOF
2025-08-20T21:58:04.3751954Z [00:02:06.197]➜  /root/.go/pkg/tool/linux_amd64/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 wXn_Ba9OJqGoQqHGs_I2/wXn_Ba9OJqGoQqHGs_I2 -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:58:04.3896071Z [00:02:06.215]➜  go tool buildid -w $WORK/b154/_pkg_.a # internal
2025-08-20T21:58:04.3913101Z [00:02:06.216]➜  cp $WORK/b154/_pkg_.a /root/.cache/go-build/63/632efaa0d398fa0380525550499c188fd7aacb4fc7248738656ed4c44f0ba6b8-d # internal
2025-08-20T21:58:04.3924814Z [00:02:06.218]➜  crypto/x509/pkix
2025-08-20T21:58:04.3927304Z [00:02:06.218]➜  mkdir -p $WORK/b155/
2025-08-20T21:58:04.3932280Z [00:02:06.218]➜  cat >/tmp/go-build282983591/b155/importcfg << 'EOF' # internal
2025-08-20T21:58:04.3933017Z [00:02:06.218]➜  # import config
2025-08-20T21:58:04.3935801Z [00:02:06.218]➜  packagefile encoding/asn1=/tmp/go-build282983591/b128/_pkg_.a
2025-08-20T21:58:04.3938657Z [00:02:06.218]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:04.3940203Z [00:02:06.218]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:04.3941167Z [00:02:06.218]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:04.3943597Z [00:02:06.218]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:04.3944452Z [00:02:06.218]➜  EOF
2025-08-20T21:58:04.3947607Z [00:02:06.219]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b155/_pkg_.a -trimpath "/root/.go/src/crypto/x509/pkix=>crypto/x509/pkix;$WORK/b155=>" -p crypto/x509/pkix -lang=go1.25 -std -complete -installsuffix shared -buildid pI0MltfWt5DgwIiDX2vp/pI0MltfWt5DgwIiDX2vp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b155/importcfg -pack /root/.go/src/crypto/x509/pkix/pkix.go
2025-08-20T21:58:04.4536434Z [00:02:06.279]➜  go tool buildid -w $WORK/b148/_pkg_.a # internal
2025-08-20T21:58:04.4556937Z [00:02:06.281]➜  cp $WORK/b148/_pkg_.a /root/.cache/go-build/00/005b519cfb05d8879760d6cc67431da7508bde048512f42bbf9523df7aed45fc-d # internal
2025-08-20T21:58:04.4572243Z [00:02:06.281]➜  hash/adler32
2025-08-20T21:58:04.4572816Z [00:02:06.281]➜  mkdir -p $WORK/b171/
2025-08-20T21:58:04.4573596Z [00:02:06.282]➜  cat >/tmp/go-build282983591/b171/importcfg << 'EOF' # internal
2025-08-20T21:58:04.4574282Z [00:02:06.282]➜  # import config
2025-08-20T21:58:04.4575300Z [00:02:06.282]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:04.4576169Z [00:02:06.282]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:04.4577108Z [00:02:06.282]➜  packagefile internal/byteorder=/tmp/go-build282983591/b013/_pkg_.a
2025-08-20T21:58:04.4577840Z [00:02:06.282]➜  EOF
2025-08-20T21:58:04.4583628Z [00:02:06.282]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b171/_pkg_.a -trimpath "/root/.go/src/hash/adler32=>hash/adler32;$WORK/b171=>" -p hash/adler32 -lang=go1.25 -std -complete -installsuffix shared -buildid nLLwKS3QG4e0LBzr7Nmu/nLLwKS3QG4e0LBzr7Nmu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b171/importcfg -pack /root/.go/src/hash/adler32/adler32.go
2025-08-20T21:58:04.4738938Z [00:02:06.299]➜  go tool buildid -w $WORK/b155/_pkg_.a # internal
2025-08-20T21:58:04.4779941Z [00:02:06.303]➜  cp $WORK/b155/_pkg_.a /root/.cache/go-build/7c/7cafae7781be2122fa62723eacc88cd108932c944cb7f05e844b857a4ec4aab4-d # internal
2025-08-20T21:58:04.4783867Z [00:02:06.304]➜  debug/dwarf
2025-08-20T21:58:04.4786385Z [00:02:06.304]➜  mkdir -p $WORK/b172/
2025-08-20T21:58:04.4790013Z [00:02:06.304]➜  cat >/tmp/go-build282983591/b172/importcfg << 'EOF' # internal
2025-08-20T21:58:04.4792761Z [00:02:06.304]➜  # import config
2025-08-20T21:58:04.4793463Z [00:02:06.304]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:04.4794342Z [00:02:06.304]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:04.4795254Z [00:02:06.304]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:04.4796081Z [00:02:06.304]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:04.4796859Z [00:02:06.304]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:04.4797657Z [00:02:06.304]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:58:04.4798442Z [00:02:06.304]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:04.4799263Z [00:02:06.304]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:04.4800311Z [00:02:06.304]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:04.4801297Z [00:02:06.304]➜  EOF
2025-08-20T21:58:04.4806523Z [00:02:06.304]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b172/_pkg_.a -trimpath "/root/.go/src/debug/dwarf=>debug/dwarf;$WORK/b172=>" -p debug/dwarf -lang=go1.25 -std -complete -installsuffix shared -buildid xzayDZolfEJh7AlvbL34/xzayDZolfEJh7AlvbL34 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b172/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:58:04.4834412Z [00:02:06.309]➜  go tool buildid -w $WORK/b171/_pkg_.a # internal
2025-08-20T21:58:04.4842699Z [00:02:06.309]➜  cp $WORK/b171/_pkg_.a /root/.cache/go-build/8a/8a941064c9e1657c92dde5671fbb1ec09bc2d3b729451f80a68553ce03c9a78d-d # internal
2025-08-20T21:58:04.4845477Z [00:02:06.310]➜  compress/zlib
2025-08-20T21:58:04.4854195Z [00:02:06.311]➜  mkdir -p $WORK/b169/
2025-08-20T21:58:04.4859305Z [00:02:06.311]➜  cat >/tmp/go-build282983591/b169/importcfg << 'EOF' # internal
2025-08-20T21:58:04.4860197Z [00:02:06.311]➜  # import config
2025-08-20T21:58:04.4860862Z [00:02:06.311]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:04.4867030Z [00:02:06.311]➜  packagefile compress/flate=/tmp/go-build282983591/b170/_pkg_.a
2025-08-20T21:58:04.4868014Z [00:02:06.311]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:04.4868912Z [00:02:06.311]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:04.4870201Z [00:02:06.311]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:04.4871061Z [00:02:06.311]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:04.4871920Z [00:02:06.311]➜  packagefile hash/adler32=/tmp/go-build282983591/b171/_pkg_.a
2025-08-20T21:58:04.4872772Z [00:02:06.311]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:04.4873385Z [00:02:06.311]➜  EOF
2025-08-20T21:58:04.4876443Z [00:02:06.311]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b169/_pkg_.a -trimpath "/root/.go/src/compress/zlib=>compress/zlib;$WORK/b169=>" -p compress/zlib -lang=go1.25 -std -complete -installsuffix shared -buildid F7sNlA_TlQHvLu_cpG7C/F7sNlA_TlQHvLu_cpG7C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b169/importcfg -pack /root/.go/src/compress/zlib/reader.go /root/.go/src/compress/zlib/writer.go
2025-08-20T21:58:04.5058567Z [00:02:06.331]➜  go tool buildid -w $WORK/b127/_pkg_.a # internal
2025-08-20T21:58:04.5081102Z [00:02:06.333]➜  cp $WORK/b127/_pkg_.a /root/.cache/go-build/47/47d8ff6391fa039bd87e9d5414a0d1dc310eea23d5afc39c3014e73751dce64a-d # internal
2025-08-20T21:58:04.5085185Z [00:02:06.333]➜  crypto/ecdsa
2025-08-20T21:58:04.5085709Z [00:02:06.333]➜  mkdir -p $WORK/b115/
2025-08-20T21:58:04.5088407Z [00:02:06.334]➜  cat >/tmp/go-build282983591/b115/importcfg << 'EOF' # internal
2025-08-20T21:58:04.5089349Z [00:02:06.334]➜  # import config
2025-08-20T21:58:04.5090938Z [00:02:06.334]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:58:04.5093490Z [00:02:06.334]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:58:04.5094882Z [00:02:06.334]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:04.5102132Z [00:02:06.334]➜  packagefile crypto/ecdh=/tmp/go-build282983591/b110/_pkg_.a
2025-08-20T21:58:04.5103169Z [00:02:06.334]➜  packagefile crypto/elliptic=/tmp/go-build282983591/b116/_pkg_.a
2025-08-20T21:58:04.5104200Z [00:02:06.334]➜  packagefile crypto/internal/boring=/tmp/go-build282983591/b096/_pkg_.a
2025-08-20T21:58:04.5105288Z [00:02:06.334]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build282983591/b119/_pkg_.a
2025-08-20T21:58:04.5127012Z [00:02:06.334]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build282983591/b120/_pkg_.a
2025-08-20T21:58:04.5128287Z [00:02:06.334]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build282983591/b112/_pkg_.a
2025-08-20T21:58:04.5129453Z [00:02:06.334]➜  packagefile crypto/internal/fips140cache=/tmp/go-build282983591/b122/_pkg_.a
2025-08-20T21:58:04.5130705Z [00:02:06.334]➜  packagefile crypto/internal/fips140hash=/tmp/go-build282983591/b124/_pkg_.a
2025-08-20T21:58:04.5131789Z [00:02:06.334]➜  packagefile crypto/internal/fips140only=/tmp/go-build282983591/b076/_pkg_.a
2025-08-20T21:58:04.5132836Z [00:02:06.334]➜  packagefile crypto/internal/randutil=/tmp/go-build282983591/b093/_pkg_.a
2025-08-20T21:58:04.5133816Z [00:02:06.334]➜  packagefile crypto/sha512=/tmp/go-build282983591/b126/_pkg_.a
2025-08-20T21:58:04.5134698Z [00:02:06.334]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:58:04.5135533Z [00:02:06.334]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:04.5136560Z [00:02:06.334]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build282983591/b127/_pkg_.a
2025-08-20T21:58:04.5137803Z [00:02:06.334]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build282983591/b129/_pkg_.a
2025-08-20T21:58:04.5138814Z [00:02:06.334]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:04.5139584Z [00:02:06.334]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:04.5142576Z [00:02:06.334]➜  packagefile math/rand/v2=/tmp/go-build282983591/b094/_pkg_.a
2025-08-20T21:58:04.5143254Z [00:02:06.334]➜  EOF
2025-08-20T21:58:04.5146796Z [00:02:06.334]➜  /root/.go/pkg/tool/linux_amd64/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 BXz8_d7BRCVv-2cydypf/BXz8_d7BRCVv-2cydypf -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:58:04.5324446Z [00:02:06.358]➜  go tool buildid -w $WORK/b169/_pkg_.a # internal
2025-08-20T21:58:04.5350060Z [00:02:06.360]➜  cp $WORK/b169/_pkg_.a /root/.cache/go-build/a3/a328f5e0bc9552a126a174bb76d019adfeb90ff9ff7f7dc10e8db565e08aca37-d # internal
2025-08-20T21:58:04.5353225Z [00:02:06.360]➜  internal/saferio
2025-08-20T21:58:04.5353789Z [00:02:06.360]➜  mkdir -p $WORK/b173/
2025-08-20T21:58:04.5354513Z [00:02:06.360]➜  cat >/tmp/go-build282983591/b173/importcfg << 'EOF' # internal
2025-08-20T21:58:04.5355225Z [00:02:06.360]➜  # import config
2025-08-20T21:58:04.5355846Z [00:02:06.360]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:04.5356417Z [00:02:06.360]➜  EOF
2025-08-20T21:58:04.5359259Z [00:02:06.360]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b173/_pkg_.a -trimpath "/root/.go/src/internal/saferio=>internal/saferio;$WORK/b173=>" -p internal/saferio -lang=go1.25 -std -complete -installsuffix shared -buildid mWMoPXONcjc0cePG2W0q/mWMoPXONcjc0cePG2W0q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b173/importcfg -pack /root/.go/src/internal/saferio/io.go
2025-08-20T21:58:04.5494660Z [00:02:06.374]➜  go tool buildid -w $WORK/b173/_pkg_.a # internal
2025-08-20T21:58:04.5499489Z [00:02:06.375]➜  cp $WORK/b173/_pkg_.a /root/.cache/go-build/b1/b1caf3e2fe0a6b0767739b8966244e2f0ac12ea976470a457aae904caaaeb99b-d # internal
2025-08-20T21:58:04.5500858Z [00:02:06.375]➜  internal/zstd
2025-08-20T21:58:04.5501367Z [00:02:06.375]➜  mkdir -p $WORK/b174/
2025-08-20T21:58:04.5505260Z [00:02:06.376]➜  cat >/tmp/go-build282983591/b174/importcfg << 'EOF' # internal
2025-08-20T21:58:04.5508127Z [00:02:06.376]➜  # import config
2025-08-20T21:58:04.5508854Z [00:02:06.376]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:04.5509626Z [00:02:06.376]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:04.5510907Z [00:02:06.376]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:04.5511653Z [00:02:06.376]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:04.5512444Z [00:02:06.376]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:04.5513064Z [00:02:06.376]➜  EOF
2025-08-20T21:58:04.5517548Z [00:02:06.376]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b174/_pkg_.a -trimpath "/root/.go/src/internal/zstd=>internal/zstd;$WORK/b174=>" -p internal/zstd -lang=go1.25 -std -complete -installsuffix shared -buildid CXte-lEIHCRc-oIL0Rz9/CXte-lEIHCRc-oIL0Rz9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b174/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:58:04.5770141Z [00:02:06.402]➜  cd $WORK/b159
2025-08-20T21:58:04.5773075Z [00:02:06.402]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b159=/tmp/go-build -gno-record-gcc-switches -I $WORK/b159/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b159/_x001.o -c _cgo_export.c
2025-08-20T21:58:04.6044408Z [00:02:06.429]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b159=/tmp/go-build -gno-record-gcc-switches -I $WORK/b159/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b159/_x002.o -c cgo_linux.cgo2.c
2025-08-20T21:58:04.6725557Z [00:02:06.498]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b159=/tmp/go-build -gno-record-gcc-switches -I $WORK/b159/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b159/_x003.o -c cgo_resnew.cgo2.c
2025-08-20T21:58:04.7683796Z [00:02:06.593]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b159=/tmp/go-build -gno-record-gcc-switches -I $WORK/b159/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b159/_x004.o -c cgo_socknew.cgo2.c
2025-08-20T21:58:04.7776665Z [00:02:06.603]➜  go tool buildid -w $WORK/b174/_pkg_.a # internal
2025-08-20T21:58:04.7815068Z [00:02:06.605]➜  cp $WORK/b174/_pkg_.a /root/.cache/go-build/e9/e9d83145840bbf7b2249adf6e6687a7dfaa968910def5492955a4cc7d88a5507-d # internal
2025-08-20T21:58:04.7816195Z [00:02:06.607]➜  html
2025-08-20T21:58:04.7828663Z [00:02:06.608]➜  mkdir -p $WORK/b176/
2025-08-20T21:58:04.7865893Z [00:02:06.612]➜  cat >/tmp/go-build282983591/b176/importcfg << 'EOF' # internal
2025-08-20T21:58:04.7866630Z [00:02:06.612]➜  # import config
2025-08-20T21:58:04.7869942Z [00:02:06.612]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:04.7871021Z [00:02:06.612]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:04.7871986Z [00:02:06.612]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:04.7872635Z [00:02:06.612]➜  EOF
2025-08-20T21:58:04.7873178Z [00:02:06.612]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:04.7876117Z [00:02:06.612]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b176/_pkg_.a -trimpath "/root/.go/src/html=>html;$WORK/b176=>" -p html -lang=go1.25 -std -complete -installsuffix shared -buildid Y35p46kOumeGfB2fxVra/Y35p46kOumeGfB2fxVra -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b176/importcfg -pack /root/.go/src/html/entity.go /root/.go/src/html/escape.go
2025-08-20T21:58:04.8298846Z [00:02:06.655]➜  cd $WORK/b159
2025-08-20T21:58:04.8301807Z [00:02:06.655]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b159=/tmp/go-build -gno-record-gcc-switches -I $WORK/b159/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b159/_x005.o -c cgo_unix_cgo.cgo2.c
2025-08-20T21:58:04.8791678Z [00:02:06.704]➜  go tool buildid -w $WORK/b176/_pkg_.a # internal
2025-08-20T21:58:04.8812314Z [00:02:06.706]➜  cp $WORK/b176/_pkg_.a /root/.cache/go-build/9c/9c3641f13dc764266f8f387b7d6ee037fa449ad643b188a87e2bea2a058875da-d # internal
2025-08-20T21:58:04.8814352Z [00:02:06.706]➜  io/ioutil
2025-08-20T21:58:04.8814853Z [00:02:06.706]➜  mkdir -p $WORK/b177/
2025-08-20T21:58:04.8815602Z [00:02:06.706]➜  cat >/tmp/go-build282983591/b177/importcfg << 'EOF' # internal
2025-08-20T21:58:04.8816297Z [00:02:06.706]➜  # import config
2025-08-20T21:58:04.8816987Z [00:02:06.706]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:04.8817804Z [00:02:06.706]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:58:04.8818611Z [00:02:06.706]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:04.8819413Z [00:02:06.706]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:04.8820425Z [00:02:06.706]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:04.8820995Z [00:02:06.706]➜  EOF
2025-08-20T21:58:04.8821458Z [00:02:06.707]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:04.8824467Z [00:02:06.707]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b177/_pkg_.a -trimpath "/root/.go/src/io/ioutil=>io/ioutil;$WORK/b177=>" -p io/ioutil -lang=go1.25 -std -complete -installsuffix shared -buildid EEG5fZB88GPgERr2M_6i/EEG5fZB88GPgERr2M_6i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b177/importcfg -pack /root/.go/src/io/ioutil/ioutil.go /root/.go/src/io/ioutil/tempfile.go
2025-08-20T21:58:04.9156326Z [00:02:06.741]➜  go tool buildid -w $WORK/b172/_pkg_.a # internal
2025-08-20T21:58:04.9221969Z [00:02:06.747]➜  cp $WORK/b172/_pkg_.a /root/.cache/go-build/04/04031efaf7382258dbb0dae49289663a87171759a2f90f9a4691699b8bebb48b-d # internal
2025-08-20T21:58:04.9224266Z [00:02:06.747]➜  debug/elf
2025-08-20T21:58:04.9224996Z [00:02:06.747]➜  mkdir -p $WORK/b168/
2025-08-20T21:58:04.9236388Z [00:02:06.749]➜  cat >/tmp/go-build282983591/b168/importcfg << 'EOF' # internal
2025-08-20T21:58:04.9238190Z [00:02:06.749]➜  # import config
2025-08-20T21:58:04.9238880Z [00:02:06.749]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:04.9239772Z [00:02:06.749]➜  packagefile compress/zlib=/tmp/go-build282983591/b169/_pkg_.a
2025-08-20T21:58:04.9240890Z [00:02:06.749]➜  packagefile debug/dwarf=/tmp/go-build282983591/b172/_pkg_.a
2025-08-20T21:58:04.9241752Z [00:02:06.749]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:04.9242581Z [00:02:06.749]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:04.9243317Z [00:02:06.749]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:04.9244111Z [00:02:06.749]➜  packagefile internal/saferio=/tmp/go-build282983591/b173/_pkg_.a
2025-08-20T21:58:04.9244993Z [00:02:06.749]➜  packagefile internal/zstd=/tmp/go-build282983591/b174/_pkg_.a
2025-08-20T21:58:04.9245795Z [00:02:06.749]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:04.9246606Z [00:02:06.749]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:04.9247395Z [00:02:06.749]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:04.9248177Z [00:02:06.749]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:04.9248777Z [00:02:06.749]➜  EOF
2025-08-20T21:58:04.9323806Z [00:02:06.757]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b168/_pkg_.a -trimpath "/root/.go/src/debug/elf=>debug/elf;$WORK/b168=>" -p debug/elf -lang=go1.25 -std -complete -installsuffix shared -buildid DRWXiutxEidGJjYCbQfN/DRWXiutxEidGJjYCbQfN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b168/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:58:04.9534140Z [00:02:06.779]➜  cd $WORK/b159
2025-08-20T21:58:04.9536895Z [00:02:06.779]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b159=/tmp/go-build -gno-record-gcc-switches -I $WORK/b159/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b159/_x006.o -c cgo_unix_cgo_res.cgo2.c
2025-08-20T21:58:04.9628190Z [00:02:06.788]➜  go tool buildid -w $WORK/b177/_pkg_.a # internal
2025-08-20T21:58:04.9661562Z [00:02:06.789]➜  cp $WORK/b177/_pkg_.a /root/.cache/go-build/67/6749c0b4b78d93b05703b24710c1b0415fc3b81371a12ff8ec6839535d279df0-d # internal
2025-08-20T21:58:04.9676290Z [00:02:06.793]➜  regexp/syntax
2025-08-20T21:58:04.9677115Z [00:02:06.793]➜  mkdir -p $WORK/b179/
2025-08-20T21:58:04.9681432Z [00:02:06.793]➜  cat >/tmp/go-build282983591/b179/importcfg << 'EOF' # internal
2025-08-20T21:58:04.9683005Z [00:02:06.793]➜  # import config
2025-08-20T21:58:04.9684326Z [00:02:06.793]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:04.9685490Z [00:02:06.793]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:04.9686863Z [00:02:06.793]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:04.9688887Z [00:02:06.793]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:04.9690294Z [00:02:06.793]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:04.9691180Z [00:02:06.793]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:04.9692060Z [00:02:06.793]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:04.9692746Z [00:02:06.793]➜  EOF
2025-08-20T21:58:04.9693317Z [00:02:06.794]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:04.9698211Z [00:02:06.794]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b179/_pkg_.a -trimpath "/root/.go/src/regexp/syntax=>regexp/syntax;$WORK/b179=>" -p regexp/syntax -lang=go1.25 -std -complete -installsuffix shared -buildid ZZLt7kv2e7TNThUqQKwy/ZZLt7kv2e7TNThUqQKwy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b179/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:58:05.0036497Z [00:02:06.829]➜  cd $WORK/b159
2025-08-20T21:58:05.0040842Z [00:02:06.829]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b159=/tmp/go-build -gno-record-gcc-switches -I $WORK/b159/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b159/_cgo_main.o -c _cgo_main.c
2025-08-20T21:58:05.0250402Z [00:02:06.850]➜  go tool buildid -w $WORK/b115/_pkg_.a # internal
2025-08-20T21:58:05.0317914Z [00:02:06.857]➜  cp $WORK/b115/_pkg_.a /root/.cache/go-build/1a/1a56840bb6c354ddbabcfeeeeb024fdb0c2145e0bb62b44d1a9f2c79794c8133-d # internal
2025-08-20T21:58:05.0333406Z [00:02:06.859]➜  golang.org/x/sys/unix
2025-08-20T21:58:05.0334217Z [00:02:06.859]➜  mkdir -p $WORK/b181/
2025-08-20T21:58:05.0335391Z [00:02:06.859]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:05.0343754Z [00:02:06.859]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b159=/tmp/go-build -gno-record-gcc-switches -o $WORK/b159/_cgo_.o $WORK/b159/_cgo_main.o $WORK/b159/preferlinkext $WORK/b159/_x001.o $WORK/b159/_x002.o $WORK/b159/_x003.o $WORK/b159/_x004.o $WORK/b159/_x005.o $WORK/b159/_x006.o -O2 -g -lresolv
2025-08-20T21:58:05.0346380Z [00:02:06.859]➜  echo -n > $WORK/b181/go_asm.h # internal
2025-08-20T21:58:05.0347075Z [00:02:06.859]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix
2025-08-20T21:58:05.0349412Z [00:02:06.859]➜  /root/.go/pkg/tool/linux_amd64/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/b181=>" -I $WORK/b181/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b181/symabis ./asm_linux_amd64.s
2025-08-20T21:58:05.0384839Z [00:02:06.863]➜  cat >/tmp/go-build282983591/b181/importcfg << 'EOF' # internal
2025-08-20T21:58:05.0396164Z [00:02:06.864]➜  # import config
2025-08-20T21:58:05.0396857Z [00:02:06.864]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:05.0397725Z [00:02:06.864]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:05.0398605Z [00:02:06.864]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:05.0399428Z [00:02:06.864]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:05.0400426Z [00:02:06.864]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:05.0401184Z [00:02:06.864]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:05.0402008Z [00:02:06.864]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:05.0402810Z [00:02:06.864]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:05.0403616Z [00:02:06.864]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:05.0404714Z [00:02:06.864]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:05.0405518Z [00:02:06.864]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:05.0406126Z [00:02:06.864]➜  EOF
2025-08-20T21:58:05.0406667Z [00:02:06.864]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:05.0427671Z [00:02:06.864]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b181/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix=>golang.org/x/sys@v0.33.0/unix;$WORK/b181=>" -p golang.org/x/sys/unix -lang=go1.23 -installsuffix shared -buildid D8lfyRlhl6uuf8bLHL5n/D8lfyRlhl6uuf8bLHL5n -goversion go1.25.0 -symabis $WORK/b181/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b181/importcfg -pack -asmhdr $WORK/b181/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_alarm.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall_linux_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall_linux_amd64_gc.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_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zptrace_x86_linux.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_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zsysnum_linux_amd64.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_amd64.go
2025-08-20T21:58:05.1403108Z [00:02:06.965]➜  gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b159=/tmp/go-build -gno-record-gcc-switches -o $WORK/b159/_cgo_.o $WORK/b159/_cgo_main.o $WORK/b159/preferlinkext $WORK/b159/_x001.o $WORK/b159/_x002.o $WORK/b159/_x003.o $WORK/b159/_x004.o $WORK/b159/_x005.o $WORK/b159/_x006.o -O2 -g -lresolv # test for internal linking errors (succeeded)
2025-08-20T21:58:05.1408117Z [00:02:06.965]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage net -dynimport $WORK/b159/_cgo_.o -dynout $WORK/b159/_cgo_import.go
2025-08-20T21:58:05.1568859Z [00:02:06.982]➜  cat >/tmp/go-build282983591/b159/importcfg << 'EOF' # internal
2025-08-20T21:58:05.1579489Z [00:02:06.982]➜  # import config
2025-08-20T21:58:05.1580646Z [00:02:06.982]➜  importmap golang.org/x/net/dns/dnsmessage=vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T21:58:05.1581663Z [00:02:06.982]➜  packagefile cmp=/tmp/go-build282983591/b046/_pkg_.a
2025-08-20T21:58:05.1582475Z [00:02:06.982]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:05.1583294Z [00:02:06.982]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:05.1584345Z [00:02:06.982]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build282983591/b160/_pkg_.a
2025-08-20T21:58:05.1585424Z [00:02:06.982]➜  packagefile internal/bytealg=/tmp/go-build282983591/b011/_pkg_.a
2025-08-20T21:58:05.1586355Z [00:02:06.982]➜  packagefile internal/godebug=/tmp/go-build282983591/b058/_pkg_.a
2025-08-20T21:58:05.1587267Z [00:02:06.982]➜  packagefile internal/itoa=/tmp/go-build282983591/b048/_pkg_.a
2025-08-20T21:58:05.1588207Z [00:02:06.982]➜  packagefile internal/nettrace=/tmp/go-build282983591/b161/_pkg_.a
2025-08-20T21:58:05.1589127Z [00:02:06.982]➜  packagefile internal/poll=/tmp/go-build282983591/b061/_pkg_.a
2025-08-20T21:58:05.1590685Z [00:02:06.982]➜  packagefile internal/singleflight=/tmp/go-build282983591/b162/_pkg_.a
2025-08-20T21:58:05.1591866Z [00:02:06.982]➜  packagefile internal/stringslite=/tmp/go-build282983591/b032/_pkg_.a
2025-08-20T21:58:05.1592898Z [00:02:06.982]➜  packagefile internal/syscall/unix=/tmp/go-build282983591/b062/_pkg_.a
2025-08-20T21:58:05.1593868Z [00:02:06.982]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:05.1594704Z [00:02:06.982]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:58:05.1595542Z [00:02:06.982]➜  packagefile net/netip=/tmp/go-build282983591/b163/_pkg_.a
2025-08-20T21:58:05.1596388Z [00:02:06.982]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:05.1597212Z [00:02:06.982]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:05.1598090Z [00:02:06.982]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:05.1598931Z [00:02:06.982]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:05.1600339Z [00:02:06.982]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:05.1601212Z [00:02:06.982]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:05.1602006Z [00:02:06.982]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:05.1602827Z [00:02:06.982]➜  packagefile runtime/cgo=/tmp/go-build282983591/b165/_pkg_.a
2025-08-20T21:58:05.1603457Z [00:02:06.982]➜  EOF
2025-08-20T21:58:05.1652124Z [00:02:06.985]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b159/_pkg_.a -trimpath "/root/.go/src/net=>net;$WORK/b159=>" -p net -lang=go1.25 -std -installsuffix shared -buildid sZ2VO8qLHWvO7b3fWvkM/sZ2VO8qLHWvO7b3fWvkM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b159/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/b159/_cgo_gotypes.go $WORK/b159/cgo_linux.cgo1.go $WORK/b159/cgo_resnew.cgo1.go $WORK/b159/cgo_socknew.cgo1.go $WORK/b159/cgo_unix_cgo.cgo1.go $WORK/b159/cgo_unix_cgo_res.cgo1.go $WORK/b159/_cgo_import.go
2025-08-20T21:58:05.2666668Z [00:02:07.092]➜  go tool buildid -w $WORK/b168/_pkg_.a # internal
2025-08-20T21:58:05.2810482Z [00:02:07.106]➜  cp $WORK/b168/_pkg_.a /root/.cache/go-build/fe/fef29ca598a0f679993749e5087ea8a980f12d7519fef6ed69bfe334343fd2e5-d # internal
2025-08-20T21:58:05.2854684Z [00:02:07.111]➜  github.com/projectdiscovery/utils/env
2025-08-20T21:58:05.2857331Z [00:02:07.111]➜  mkdir -p $WORK/b183/
2025-08-20T21:58:05.2863335Z [00:02:07.111]➜  cat >/tmp/go-build282983591/b183/importcfg << 'EOF' # internal
2025-08-20T21:58:05.2878394Z [00:02:07.111]➜  # import config
2025-08-20T21:58:05.2879075Z [00:02:07.111]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:05.2881203Z [00:02:07.111]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:05.2882114Z [00:02:07.111]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:05.2882984Z [00:02:07.111]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:05.2883605Z [00:02:07.111]➜  EOF
2025-08-20T21:58:05.2887295Z [00:02:07.111]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b183/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/env=>github.com/projectdiscovery/utils@v0.4.23/env;$WORK/b183=>" -p github.com/projectdiscovery/utils/env -lang=go1.24 -complete -installsuffix shared -buildid KkRqKALHyPb1ioT1qqAA/KkRqKALHyPb1ioT1qqAA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b183/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/env/env.go
2025-08-20T21:58:05.2992863Z [00:02:07.124]➜  go tool buildid -w $WORK/b183/_pkg_.a # internal
2025-08-20T21:58:05.3003266Z [00:02:07.125]➜  cp $WORK/b183/_pkg_.a /root/.cache/go-build/b2/b2035a49bdd6529b850a6e5acafb39dee48294438666f6d78f4a969de8b08d86-d # internal
2025-08-20T21:58:05.3004334Z [00:02:07.125]➜  log
2025-08-20T21:58:05.3004794Z [00:02:07.125]➜  mkdir -p $WORK/b186/
2025-08-20T21:58:05.3007124Z [00:02:07.126]➜  cat >/tmp/go-build282983591/b186/importcfg << 'EOF' # internal
2025-08-20T21:58:05.3008328Z [00:02:07.126]➜  # import config
2025-08-20T21:58:05.3009170Z [00:02:07.126]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:05.3010542Z [00:02:07.126]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:05.3011667Z [00:02:07.126]➜  packagefile log/internal=/tmp/go-build282983591/b187/_pkg_.a
2025-08-20T21:58:05.3013095Z [00:02:07.126]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:05.3014218Z [00:02:07.126]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:05.3015364Z [00:02:07.126]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:05.3016618Z [00:02:07.126]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:05.3017778Z [00:02:07.126]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:05.3018748Z [00:02:07.126]➜  EOF
2025-08-20T21:58:05.3022467Z [00:02:07.126]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b186/_pkg_.a -trimpath "/root/.go/src/log=>log;$WORK/b186=>" -p log -lang=go1.25 -std -complete -installsuffix shared -buildid SSqjE6Su3SsqpCfAlOmL/SSqjE6Su3SsqpCfAlOmL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b186/importcfg -pack /root/.go/src/log/log.go
2025-08-20T21:58:05.3070012Z [00:02:07.132]➜  go tool buildid -w $WORK/b179/_pkg_.a # internal
2025-08-20T21:58:05.3106828Z [00:02:07.135]➜  cp $WORK/b179/_pkg_.a /root/.cache/go-build/5d/5dc0ab6af6d11857a8878bee66a464632298e872e277f3193cedca8902217a7c-d # internal
2025-08-20T21:58:05.3109034Z [00:02:07.136]➜  regexp
2025-08-20T21:58:05.3109526Z [00:02:07.136]➜  mkdir -p $WORK/b178/
2025-08-20T21:58:05.3111692Z [00:02:07.136]➜  cat >/tmp/go-build282983591/b178/importcfg << 'EOF' # internal
2025-08-20T21:58:05.3112358Z [00:02:07.136]➜  # import config
2025-08-20T21:58:05.3112988Z [00:02:07.136]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:05.3113759Z [00:02:07.136]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:05.3114548Z [00:02:07.136]➜  packagefile regexp/syntax=/tmp/go-build282983591/b179/_pkg_.a
2025-08-20T21:58:05.3115351Z [00:02:07.136]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:05.3116104Z [00:02:07.136]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:05.3116850Z [00:02:07.136]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:05.3117587Z [00:02:07.136]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:05.3118316Z [00:02:07.136]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:05.3119101Z [00:02:07.136]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:05.3119696Z [00:02:07.136]➜  EOF
2025-08-20T21:58:05.3123021Z [00:02:07.137]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b178/_pkg_.a -trimpath "/root/.go/src/regexp=>regexp;$WORK/b178=>" -p regexp -lang=go1.25 -std -complete -installsuffix shared -buildid g2uLsHj_e_CJwrugKXHX/g2uLsHj_e_CJwrugKXHX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b178/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:58:05.3775157Z [00:02:07.203]➜  go tool buildid -w $WORK/b186/_pkg_.a # internal
2025-08-20T21:58:05.3804019Z [00:02:07.205]➜  cp $WORK/b186/_pkg_.a /root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d # internal
2025-08-20T21:58:05.3805164Z [00:02:07.205]➜  log/slog/internal/buffer
2025-08-20T21:58:05.3805670Z [00:02:07.205]➜  mkdir -p $WORK/b189/
2025-08-20T21:58:05.3806330Z [00:02:07.205]➜  cat >/tmp/go-build282983591/b189/importcfg << 'EOF' # internal
2025-08-20T21:58:05.3806937Z [00:02:07.205]➜  # import config
2025-08-20T21:58:05.3807523Z [00:02:07.205]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:05.3808062Z [00:02:07.205]➜  EOF
2025-08-20T21:58:05.3811149Z [00:02:07.205]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b189/_pkg_.a -trimpath "/root/.go/src/log/slog/internal/buffer=>log/slog/internal/buffer;$WORK/b189=>" -p log/slog/internal/buffer -lang=go1.25 -std -complete -installsuffix shared -buildid 0HWT8LqazVPdgpieUes_/0HWT8LqazVPdgpieUes_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b189/importcfg -pack /root/.go/src/log/slog/internal/buffer/buffer.go
2025-08-20T21:58:05.4105710Z [00:02:07.236]➜  go tool buildid -w $WORK/b189/_pkg_.a # internal
2025-08-20T21:58:05.4113679Z [00:02:07.236]➜  cp $WORK/b189/_pkg_.a /root/.cache/go-build/36/36eb2e8aaccbeba90afc12b134521137935cf1e21b7a560ac87472a04d456af2-d # internal
2025-08-20T21:58:05.4143649Z [00:02:07.237]➜  log/slog
2025-08-20T21:58:05.4144834Z [00:02:07.237]➜  mkdir -p $WORK/b185/
2025-08-20T21:58:05.4171745Z [00:02:07.240]➜  cat >/tmp/go-build282983591/b185/importcfg << 'EOF' # internal
2025-08-20T21:58:05.4176231Z [00:02:07.240]➜  # import config
2025-08-20T21:58:05.4179739Z [00:02:07.240]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:05.4182766Z [00:02:07.240]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:05.4185632Z [00:02:07.240]➜  packagefile encoding=/tmp/go-build282983591/b068/_pkg_.a
2025-08-20T21:58:05.4188657Z [00:02:07.240]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:05.4191792Z [00:02:07.240]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:05.4194695Z [00:02:07.240]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:05.4197180Z [00:02:07.240]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:05.4210082Z [00:02:07.240]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:05.4210992Z [00:02:07.240]➜  packagefile log/internal=/tmp/go-build282983591/b187/_pkg_.a
2025-08-20T21:58:05.4211936Z [00:02:07.240]➜  packagefile log/slog/internal=/tmp/go-build282983591/b188/_pkg_.a
2025-08-20T21:58:05.4212950Z [00:02:07.240]➜  packagefile log/slog/internal/buffer=/tmp/go-build282983591/b189/_pkg_.a
2025-08-20T21:58:05.4213849Z [00:02:07.240]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:05.4214654Z [00:02:07.240]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:05.4215452Z [00:02:07.240]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:05.4216244Z [00:02:07.240]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:05.4217051Z [00:02:07.240]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:05.4217844Z [00:02:07.240]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:05.4218636Z [00:02:07.240]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:05.4219468Z [00:02:07.240]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:05.4223648Z [00:02:07.240]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:05.4224452Z [00:02:07.240]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:05.4225290Z [00:02:07.240]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:05.4226195Z [00:02:07.240]➜  EOF
2025-08-20T21:58:05.4230726Z [00:02:07.240]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b185/_pkg_.a -trimpath "/root/.go/src/log/slog=>log/slog;$WORK/b185=>" -p log/slog -lang=go1.25 -std -complete -installsuffix shared -buildid G8YbV9anifGDd3tP3iIN/G8YbV9anifGDd3tP3iIN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b185/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:58:05.5517076Z [00:02:07.377]➜  go tool buildid -w $WORK/b178/_pkg_.a # internal
2025-08-20T21:58:05.5551861Z [00:02:07.380]➜  cp $WORK/b178/_pkg_.a /root/.cache/go-build/65/651587dda54f0a18c390445dc9df937b492f23e29f5ce208f96c633580c2d1d6-d # internal
2025-08-20T21:58:05.5568096Z [00:02:07.382]➜  github.com/projectdiscovery/utils/slice
2025-08-20T21:58:05.5571260Z [00:02:07.382]➜  mkdir -p $WORK/b191/
2025-08-20T21:58:05.5580019Z [00:02:07.383]➜  cat >/tmp/go-build282983591/b191/importcfg << 'EOF' # internal
2025-08-20T21:58:05.5580872Z [00:02:07.383]➜  # import config
2025-08-20T21:58:05.5581825Z [00:02:07.383]➜  packagefile github.com/projectdiscovery/blackrock=/tmp/go-build282983591/b192/_pkg_.a
2025-08-20T21:58:05.5582987Z [00:02:07.383]➜  packagefile math/rand/v2=/tmp/go-build282983591/b094/_pkg_.a
2025-08-20T21:58:05.5583914Z [00:02:07.383]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:05.5584774Z [00:02:07.383]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:05.5585913Z [00:02:07.383]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:05.5586614Z [00:02:07.383]➜  EOF
2025-08-20T21:58:05.5591275Z [00:02:07.383]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b191/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/slice=>github.com/projectdiscovery/utils@v0.4.23/slice;$WORK/b191=>" -p github.com/projectdiscovery/utils/slice -lang=go1.24 -complete -installsuffix shared -buildid 5t2JZlhQjK5ypiF7ukuI/5t2JZlhQjK5ypiF7ukuI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b191/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:58:05.5993271Z [00:02:07.424]➜  go tool buildid -w $WORK/b191/_pkg_.a # internal
2025-08-20T21:58:05.5997358Z [00:02:07.425]➜  cp $WORK/b191/_pkg_.a /root/.cache/go-build/d9/d9be64ac4796a535c1a32f573200e12df4086742637bb6d08c5479f07032b958-d # internal
2025-08-20T21:58:05.6003264Z [00:02:07.425]➜  github.com/aymerick/douceur/css
2025-08-20T21:58:05.6003800Z [00:02:07.425]➜  mkdir -p $WORK/b196/
2025-08-20T21:58:05.6016383Z [00:02:07.427]➜  cat >/tmp/go-build282983591/b196/importcfg << 'EOF' # internal
2025-08-20T21:58:05.6041619Z [00:02:07.427]➜  # import config
2025-08-20T21:58:05.6042330Z [00:02:07.427]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:05.6043165Z [00:02:07.427]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:05.6043796Z [00:02:07.427]➜  EOF
2025-08-20T21:58:05.6048526Z [00:02:07.427]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b196/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aymerick/douceur@v0.2.0/css=>github.com/aymerick/douceur@v0.2.0/css;$WORK/b196=>" -p github.com/aymerick/douceur/css -lang=go1.16 -complete -installsuffix shared -buildid bbKjBIZmqMlAbz6tbo7D/bbKjBIZmqMlAbz6tbo7D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b196/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:58:05.6705505Z [00:02:07.496]➜  go tool buildid -w $WORK/b196/_pkg_.a # internal
2025-08-20T21:58:05.6726068Z [00:02:07.498]➜  cp $WORK/b196/_pkg_.a /root/.cache/go-build/01/01d495434b7e424858c9b1a90cdf4c59a694dc513c354e06708d1137faf52777-d # internal
2025-08-20T21:58:05.6730452Z [00:02:07.498]➜  github.com/gorilla/css/scanner
2025-08-20T21:58:05.6760354Z [00:02:07.498]➜  mkdir -p $WORK/b197/
2025-08-20T21:58:05.6765380Z [00:02:07.500]➜  cat >/tmp/go-build282983591/b197/importcfg << 'EOF' # internal
2025-08-20T21:58:05.6766073Z [00:02:07.500]➜  # import config
2025-08-20T21:58:05.6766727Z [00:02:07.500]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:05.6770686Z [00:02:07.500]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:05.6771531Z [00:02:07.500]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:05.6772379Z [00:02:07.500]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:05.6773227Z [00:02:07.500]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:05.6773906Z [00:02:07.500]➜  EOF
2025-08-20T21:58:05.6777750Z [00:02:07.500]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b197/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gorilla/css@v1.0.1/scanner=>github.com/gorilla/css@v1.0.1/scanner;$WORK/b197=>" -p github.com/gorilla/css/scanner -lang=go1.20 -complete -installsuffix shared -buildid rDDQtTN9pcG4bUq_DDQR/rDDQtTN9pcG4bUq_DDQR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b197/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:58:05.7466621Z [00:02:07.572]➜  go tool buildid -w $WORK/b197/_pkg_.a # internal
2025-08-20T21:58:05.7492742Z [00:02:07.574]➜  cp $WORK/b197/_pkg_.a /root/.cache/go-build/52/52dac43cc843b1512a6bf9528fe2b78ff962778840cf2c5c91d0bc9dcc6811af-d # internal
2025-08-20T21:58:05.7498409Z [00:02:07.575]➜  github.com/aymerick/douceur/parser
2025-08-20T21:58:05.7500576Z [00:02:07.575]➜  mkdir -p $WORK/b195/
2025-08-20T21:58:05.7515695Z [00:02:07.577]➜  cat >/tmp/go-build282983591/b195/importcfg << 'EOF' # internal
2025-08-20T21:58:05.7516998Z [00:02:07.577]➜  # import config
2025-08-20T21:58:05.7518227Z [00:02:07.577]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:05.7519353Z [00:02:07.577]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:05.7520890Z [00:02:07.577]➜  packagefile github.com/aymerick/douceur/css=/tmp/go-build282983591/b196/_pkg_.a
2025-08-20T21:58:05.7526940Z [00:02:07.577]➜  packagefile github.com/gorilla/css/scanner=/tmp/go-build282983591/b197/_pkg_.a
2025-08-20T21:58:05.7527979Z [00:02:07.577]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:05.7528832Z [00:02:07.577]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:05.7529463Z [00:02:07.577]➜  EOF
2025-08-20T21:58:05.7533298Z [00:02:07.578]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b195/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aymerick/douceur@v0.2.0/parser=>github.com/aymerick/douceur@v0.2.0/parser;$WORK/b195=>" -p github.com/aymerick/douceur/parser -lang=go1.16 -complete -installsuffix shared -buildid DovcHK4QwWeyrDOe42V7/DovcHK4QwWeyrDOe42V7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b195/importcfg -pack /root/go/pkg/mod/github.com/aymerick/douceur@v0.2.0/parser/parser.go
2025-08-20T21:58:05.7977808Z [00:02:07.623]➜  go tool buildid -w $WORK/b185/_pkg_.a # internal
2025-08-20T21:58:05.8034846Z [00:02:07.629]➜  cp $WORK/b185/_pkg_.a /root/.cache/go-build/bf/bfc19bc44ad3fb3753e78e424509d838b84f0ba879f5ecb2f066e5f5fcb3e18d-d # internal
2025-08-20T21:58:05.8051750Z [00:02:07.630]➜  github.com/projectdiscovery/utils/errkit
2025-08-20T21:58:05.8060115Z [00:02:07.631]➜  mkdir -p $WORK/b182/
2025-08-20T21:58:05.8066408Z [00:02:07.631]➜  cat >/tmp/go-build282983591/b182/importcfg << 'EOF' # internal
2025-08-20T21:58:05.8067112Z [00:02:07.631]➜  # import config
2025-08-20T21:58:05.8067777Z [00:02:07.631]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:05.8068981Z [00:02:07.631]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:05.8070032Z [00:02:07.631]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:05.8070842Z [00:02:07.631]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:05.8071892Z [00:02:07.631]➜  packagefile github.com/projectdiscovery/utils/env=/tmp/go-build282983591/b183/_pkg_.a
2025-08-20T21:58:05.8073031Z [00:02:07.631]➜  packagefile golang.org/x/exp/maps=/tmp/go-build282983591/b184/_pkg_.a
2025-08-20T21:58:05.8073944Z [00:02:07.631]➜  packagefile log/slog=/tmp/go-build282983591/b185/_pkg_.a
2025-08-20T21:58:05.8074751Z [00:02:07.631]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:05.8075580Z [00:02:07.631]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:05.8076409Z [00:02:07.631]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:05.8077249Z [00:02:07.631]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:05.8078059Z [00:02:07.631]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:05.8078646Z [00:02:07.631]➜  EOF
2025-08-20T21:58:05.8098457Z [00:02:07.633]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b182/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/errkit=>github.com/projectdiscovery/utils@v0.4.23/errkit;$WORK/b182=>" -p github.com/projectdiscovery/utils/errkit -lang=go1.24 -complete -installsuffix shared -buildid duv8R9C3yy3C_0MZMW0N/duv8R9C3yy3C_0MZMW0N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b182/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:58:05.8255925Z [00:02:07.651]➜  go tool buildid -w $WORK/b195/_pkg_.a # internal
2025-08-20T21:58:05.8265474Z [00:02:07.652]➜  cp $WORK/b195/_pkg_.a /root/.cache/go-build/bf/bf0b482304343d9d4d968ba0622e84f4b0217cf8ee681fd9b79046b8ca56b8c7-d # internal
2025-08-20T21:58:05.8267532Z [00:02:07.652]➜  github.com/microcosm-cc/bluemonday/css
2025-08-20T21:58:05.8269723Z [00:02:07.652]➜  mkdir -p $WORK/b198/
2025-08-20T21:58:05.8274883Z [00:02:07.653]➜  cat >/tmp/go-build282983591/b198/importcfg << 'EOF' # internal
2025-08-20T21:58:05.8275567Z [00:02:07.653]➜  # import config
2025-08-20T21:58:05.8276241Z [00:02:07.653]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:05.8277059Z [00:02:07.653]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:05.8277673Z [00:02:07.653]➜  EOF
2025-08-20T21:58:05.8286978Z [00:02:07.654]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b198/_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/b198=>" -p github.com/microcosm-cc/bluemonday/css -lang=go1.19 -complete -installsuffix shared -buildid g0y8x8R6JkG4Wuwyi31k/g0y8x8R6JkG4Wuwyi31k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b198/importcfg -pack /root/go/pkg/mod/github.com/microcosm-cc/bluemonday@v1.0.27/css/handlers.go
2025-08-20T21:58:05.9386416Z [00:02:07.764]➜  go tool buildid -w $WORK/b182/_pkg_.a # internal
2025-08-20T21:58:05.9417525Z [00:02:07.767]➜  cp $WORK/b182/_pkg_.a /root/.cache/go-build/92/9290c978a211eab3e53d0f4c80b7b2746a3e524d5879ee0a8b60026971ad1ac8-d # internal
2025-08-20T21:58:05.9430835Z [00:02:07.768]➜  golang.org/x/net/html
2025-08-20T21:58:05.9436388Z [00:02:07.769]➜  mkdir -p $WORK/b199/
2025-08-20T21:58:05.9446634Z [00:02:07.770]➜  cat >/tmp/go-build282983591/b199/importcfg << 'EOF' # internal
2025-08-20T21:58:05.9447393Z [00:02:07.770]➜  # import config
2025-08-20T21:58:05.9448085Z [00:02:07.770]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:05.9449343Z [00:02:07.770]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:05.9461776Z [00:02:07.770]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:05.9462579Z [00:02:07.770]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:05.9463672Z [00:02:07.771]➜  packagefile golang.org/x/net/html/atom=/tmp/go-build282983591/b200/_pkg_.a
2025-08-20T21:58:05.9464571Z [00:02:07.771]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:05.9465348Z [00:02:07.771]➜  packagefile iter=/tmp/go-build282983591/b039/_pkg_.a
2025-08-20T21:58:05.9466129Z [00:02:07.771]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:05.9466924Z [00:02:07.771]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:05.9467760Z [00:02:07.771]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:05.9468389Z [00:02:07.771]➜  EOF
2025-08-20T21:58:05.9475419Z [00:02:07.771]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b199/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/html=>golang.org/x/net@v0.41.0/html;$WORK/b199=>" -p golang.org/x/net/html -lang=go1.23 -complete -installsuffix shared -buildid vqenxvzrCyHbKPxC67hE/vqenxvzrCyHbKPxC67hE -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/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:58:06.0377546Z [00:02:07.863]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix
2025-08-20T21:58:06.0380256Z [00:02:07.863]➜  /root/.go/pkg/tool/linux_amd64/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/b181=>" -I $WORK/b181/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b181/asm_linux_amd64.o ./asm_linux_amd64.s
2025-08-20T21:58:06.0450813Z [00:02:07.870]➜  go tool pack r $WORK/b181/_pkg_.a $WORK/b181/asm_linux_amd64.o # internal
2025-08-20T21:58:06.0454587Z [00:02:07.871]➜  go tool buildid -w $WORK/b181/_pkg_.a # internal
2025-08-20T21:58:06.0703664Z [00:02:07.895]➜  cp $WORK/b181/_pkg_.a /root/.cache/go-build/be/be28199908f1b7dd5cdfe9c4930af47ca44f7d85da75f397f1360b9ba3111c9b-d # internal
2025-08-20T21:58:06.0710000Z [00:02:07.896]➜  github.com/mattn/go-isatty
2025-08-20T21:58:06.0710596Z [00:02:07.896]➜  mkdir -p $WORK/b180/
2025-08-20T21:58:06.0719122Z [00:02:07.897]➜  cat >/tmp/go-build282983591/b180/importcfg << 'EOF' # internal
2025-08-20T21:58:06.0720088Z [00:02:07.897]➜  # import config
2025-08-20T21:58:06.0720872Z [00:02:07.897]➜  packagefile golang.org/x/sys/unix=/tmp/go-build282983591/b181/_pkg_.a
2025-08-20T21:58:06.0722447Z [00:02:07.898]➜  EOF
2025-08-20T21:58:06.0723120Z [00:02:07.898]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:06.0727447Z [00:02:07.898]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b180/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-isatty@v0.0.20=>github.com/mattn/go-isatty@v0.0.20;$WORK/b180=>" -p github.com/mattn/go-isatty -lang=go1.15 -complete -installsuffix shared -buildid kYwqa55qAYFXNeUcPD1r/kYwqa55qAYFXNeUcPD1r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b180/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:58:06.1233015Z [00:02:07.948]➜  go tool buildid -w $WORK/b180/_pkg_.a # internal
2025-08-20T21:58:06.1239496Z [00:02:07.949]➜  cp $WORK/b180/_pkg_.a /root/.cache/go-build/c4/c4c638975b22e07f18e326c3aa3ee90177ea0c0bb9bc5bb20f308346cc89d241-d # internal
2025-08-20T21:58:06.1243863Z [00:02:07.950]➜  github.com/saintfish/chardet
2025-08-20T21:58:06.1246639Z [00:02:07.950]➜  mkdir -p $WORK/b201/
2025-08-20T21:58:06.1247675Z [00:02:07.950]➜  cat >/tmp/go-build282983591/b201/importcfg << 'EOF' # internal
2025-08-20T21:58:06.1248953Z [00:02:07.950]➜  # import config
2025-08-20T21:58:06.1250674Z [00:02:07.950]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:06.1251701Z [00:02:07.950]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:06.1252673Z [00:02:07.950]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:06.1254524Z [00:02:07.950]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:06.1255122Z [00:02:07.950]➜  EOF
2025-08-20T21:58:06.1263552Z [00:02:07.950]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b201/_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/b201=>" -p github.com/saintfish/chardet -lang=go1.16 -complete -installsuffix shared -buildid fPWA1adlUttx5thL1uz6/fPWA1adlUttx5thL1uz6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b201/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:58:06.1980791Z [00:02:08.023]➜  go tool buildid -w $WORK/b198/_pkg_.a # internal
2025-08-20T21:58:06.2071414Z [00:02:08.032]➜  cp $WORK/b198/_pkg_.a /root/.cache/go-build/b7/b7bbaaf09ececcff23636c92bac5701b443525a5034981dc9505c0c6254fb152-d # internal
2025-08-20T21:58:06.2142012Z [00:02:08.038]➜  gopkg.in/yaml.v3
2025-08-20T21:58:06.2142711Z [00:02:08.039]➜  mkdir -p $WORK/b202/
2025-08-20T21:58:06.2143480Z [00:02:08.039]➜  cat >/tmp/go-build282983591/b202/importcfg << 'EOF' # internal
2025-08-20T21:58:06.2145513Z [00:02:08.039]➜  # import config
2025-08-20T21:58:06.2150008Z [00:02:08.039]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:06.2152052Z [00:02:08.039]➜  packagefile encoding=/tmp/go-build282983591/b068/_pkg_.a
2025-08-20T21:58:06.2153960Z [00:02:08.039]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:06.2155405Z [00:02:08.039]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:06.2156919Z [00:02:08.039]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:06.2158277Z [00:02:08.039]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:06.2159597Z [00:02:08.039]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:06.2160845Z [00:02:08.039]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:06.2162200Z [00:02:08.039]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:06.2164161Z [00:02:08.039]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:06.2165008Z [00:02:08.039]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:06.2165844Z [00:02:08.039]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:06.2166687Z [00:02:08.039]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:06.2167489Z [00:02:08.039]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:06.2168303Z [00:02:08.039]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:06.2169496Z [00:02:08.039]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:06.2170354Z [00:02:08.039]➜  EOF
2025-08-20T21:58:06.2177171Z [00:02:08.040]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b202/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1=>gopkg.in/yaml.v3@v3.0.1;$WORK/b202=>" -p gopkg.in/yaml.v3 -lang=go1.16 -complete -installsuffix shared -buildid 7xeNoW1_O8WLaAVuvFBZ/7xeNoW1_O8WLaAVuvFBZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b202/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:58:06.2457889Z [00:02:08.071]➜  go tool buildid -w $WORK/b201/_pkg_.a # internal
2025-08-20T21:58:06.2477552Z [00:02:08.072]➜  cp $WORK/b201/_pkg_.a /root/.cache/go-build/1e/1e69193e673eb64151349ff64378897ecc5d78a19472d83b2547fe16809064ab-d # internal
2025-08-20T21:58:06.2498273Z [00:02:08.073]➜  hash/crc32
2025-08-20T21:58:06.2498825Z [00:02:08.073]➜  mkdir -p $WORK/b205/
2025-08-20T21:58:06.2499446Z [00:02:08.073]➜  echo -n > $WORK/b205/go_asm.h # internal
2025-08-20T21:58:06.2501292Z [00:02:08.073]➜  cd /root/.go/src/hash/crc32
2025-08-20T21:58:06.2503611Z [00:02:08.073]➜  /root/.go/pkg/tool/linux_amd64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b205=>" -I $WORK/b205/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b205/symabis ./crc32_amd64.s
2025-08-20T21:58:06.2516652Z [00:02:08.077]➜  cat >/tmp/go-build282983591/b205/importcfg << 'EOF' # internal
2025-08-20T21:58:06.2520093Z [00:02:08.077]➜  # import config
2025-08-20T21:58:06.2523060Z [00:02:08.077]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:06.2523944Z [00:02:08.077]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:06.2524845Z [00:02:08.077]➜  packagefile internal/byteorder=/tmp/go-build282983591/b013/_pkg_.a
2025-08-20T21:58:06.2525749Z [00:02:08.077]➜  packagefile internal/cpu=/tmp/go-build282983591/b012/_pkg_.a
2025-08-20T21:58:06.2526585Z [00:02:08.077]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:06.2527458Z [00:02:08.077]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:06.2528118Z [00:02:08.077]➜  EOF
2025-08-20T21:58:06.2528663Z [00:02:08.077]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:06.2533144Z [00:02:08.077]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b205/_pkg_.a -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b205=>" -p hash/crc32 -lang=go1.25 -std -installsuffix shared -buildid OevusF61XqBiglh2go0s/OevusF61XqBiglh2go0s -goversion go1.25.0 -symabis $WORK/b205/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b205/importcfg -pack -asmhdr $WORK/b205/go_asm.h /root/.go/src/hash/crc32/crc32.go /root/.go/src/hash/crc32/crc32_amd64.go /root/.go/src/hash/crc32/crc32_generic.go /root/.go/src/hash/crc32/gen.go
2025-08-20T21:58:06.3305299Z [00:02:08.155]➜  cd /root/.go/src/hash/crc32
2025-08-20T21:58:06.3312936Z [00:02:08.155]➜  /root/.go/pkg/tool/linux_amd64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b205=>" -I $WORK/b205/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b205/crc32_amd64.o ./crc32_amd64.s
2025-08-20T21:58:06.3347804Z [00:02:08.160]➜  go tool pack r $WORK/b205/_pkg_.a $WORK/b205/crc32_amd64.o # internal
2025-08-20T21:58:06.3368097Z [00:02:08.160]➜  go tool buildid -w $WORK/b205/_pkg_.a # internal
2025-08-20T21:58:06.3369434Z [00:02:08.161]➜  cp $WORK/b205/_pkg_.a /root/.cache/go-build/e3/e36bce83c26b8b2ee1e4252372500667e678fc49dc293d7ad42ca57243f7f1c5-d # internal
2025-08-20T21:58:06.3370783Z [00:02:08.161]➜  compress/gzip
2025-08-20T21:58:06.3371268Z [00:02:08.161]➜  mkdir -p $WORK/b204/
2025-08-20T21:58:06.3371970Z [00:02:08.161]➜  cat >/tmp/go-build282983591/b204/importcfg << 'EOF' # internal
2025-08-20T21:58:06.3372637Z [00:02:08.161]➜  # import config
2025-08-20T21:58:06.3373273Z [00:02:08.161]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:06.3374154Z [00:02:08.161]➜  packagefile compress/flate=/tmp/go-build282983591/b170/_pkg_.a
2025-08-20T21:58:06.3375361Z [00:02:08.161]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:06.3376219Z [00:02:08.161]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:06.3377011Z [00:02:08.161]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:06.3377837Z [00:02:08.161]➜  packagefile hash/crc32=/tmp/go-build282983591/b205/_pkg_.a
2025-08-20T21:58:06.3378644Z [00:02:08.161]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:06.3379419Z [00:02:08.161]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:06.3387692Z [00:02:08.161]➜  EOF
2025-08-20T21:58:06.3388272Z [00:02:08.161]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:06.3391683Z [00:02:08.161]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b204/_pkg_.a -trimpath "/root/.go/src/compress/gzip=>compress/gzip;$WORK/b204=>" -p compress/gzip -lang=go1.25 -std -complete -installsuffix shared -buildid k2XxW7nAX_0rkxTW93-g/k2XxW7nAX_0rkxTW93-g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b204/importcfg -pack /root/.go/src/compress/gzip/gunzip.go /root/.go/src/compress/gzip/gzip.go
2025-08-20T21:58:06.3898981Z [00:02:08.214]➜  go tool buildid -w $WORK/b204/_pkg_.a # internal
2025-08-20T21:58:06.3912169Z [00:02:08.215]➜  cp $WORK/b204/_pkg_.a /root/.cache/go-build/b3/b3d01eff872d1061af7a6268f67170d50a1e8efb8d87f7700b66075164e92476-d # internal
2025-08-20T21:58:06.3913349Z [00:02:08.216]➜  vendor/golang.org/x/text/transform
2025-08-20T21:58:06.3913949Z [00:02:08.216]➜  mkdir -p $WORK/b209/
2025-08-20T21:58:06.3914653Z [00:02:08.216]➜  cat >/tmp/go-build282983591/b209/importcfg << 'EOF' # internal
2025-08-20T21:58:06.3915318Z [00:02:08.216]➜  # import config
2025-08-20T21:58:06.3915952Z [00:02:08.216]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:06.3920583Z [00:02:08.217]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:06.3922908Z [00:02:08.217]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:06.3924049Z [00:02:08.217]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:06.3925839Z [00:02:08.217]➜  EOF
2025-08-20T21:58:06.3930027Z [00:02:08.217]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b209/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/transform=>vendor/golang.org/x/text/transform;$WORK/b209=>" -p vendor/golang.org/x/text/transform -lang=go1.25 -std -complete -installsuffix shared -buildid kTKUPu3vmDb6uwB5B3sH/kTKUPu3vmDb6uwB5B3sH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b209/importcfg -pack /root/.go/src/vendor/golang.org/x/text/transform/transform.go
2025-08-20T21:58:06.4512661Z [00:02:08.276]➜  go tool buildid -w $WORK/b209/_pkg_.a # internal
2025-08-20T21:58:06.4521977Z [00:02:08.277]➜  cp $WORK/b209/_pkg_.a /root/.cache/go-build/65/6509cb803159f6dc3c8ac8f9c610dc40c4baf6884ced297932505a2dfcb6a904-d # internal
2025-08-20T21:58:06.4530896Z [00:02:08.278]➜  vendor/golang.org/x/text/unicode/bidi
2025-08-20T21:58:06.4531497Z [00:02:08.278]➜  mkdir -p $WORK/b210/
2025-08-20T21:58:06.4532148Z [00:02:08.278]➜  cat >/tmp/go-build282983591/b210/importcfg << 'EOF' # internal
2025-08-20T21:58:06.4532770Z [00:02:08.278]➜  # import config
2025-08-20T21:58:06.4534798Z [00:02:08.278]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:06.4536138Z [00:02:08.279]➜  packagefile container/list=/tmp/go-build282983591/b106/_pkg_.a
2025-08-20T21:58:06.4537173Z [00:02:08.279]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:06.4538227Z [00:02:08.279]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:06.4539434Z [00:02:08.279]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:06.4540711Z [00:02:08.279]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:06.4541786Z [00:02:08.279]➜  EOF
2025-08-20T21:58:06.4549435Z [00:02:08.279]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b210/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/bidi=>vendor/golang.org/x/text/unicode/bidi;$WORK/b210=>" -p vendor/golang.org/x/text/unicode/bidi -lang=go1.25 -std -complete -installsuffix shared -buildid SGzG2qJOCZT6g7y-aOhc/SGzG2qJOCZT6g7y-aOhc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b210/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:58:06.6145794Z [00:02:08.440]➜  go tool buildid -w $WORK/b199/_pkg_.a # internal
2025-08-20T21:58:06.6182651Z [00:02:08.443]➜  cp $WORK/b199/_pkg_.a /root/.cache/go-build/cb/cba6bdf82358360d90607cbaa40fdd9afbea7a0c8045f267a63d7f6f0ceba84c-d # internal
2025-08-20T21:58:06.6188865Z [00:02:08.444]➜  github.com/microcosm-cc/bluemonday
2025-08-20T21:58:06.6194729Z [00:02:08.444]➜  mkdir -p $WORK/b194/
2025-08-20T21:58:06.6195475Z [00:02:08.444]➜  cat >/tmp/go-build282983591/b194/importcfg << 'EOF' # internal
2025-08-20T21:58:06.6201527Z [00:02:08.444]➜  # import config
2025-08-20T21:58:06.6202210Z [00:02:08.444]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:06.6203099Z [00:02:08.444]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:06.6203931Z [00:02:08.444]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:06.6204909Z [00:02:08.444]➜  packagefile github.com/aymerick/douceur/parser=/tmp/go-build282983591/b195/_pkg_.a
2025-08-20T21:58:06.6206159Z [00:02:08.444]➜  packagefile github.com/microcosm-cc/bluemonday/css=/tmp/go-build282983591/b198/_pkg_.a
2025-08-20T21:58:06.6207232Z [00:02:08.444]➜  packagefile golang.org/x/net/html=/tmp/go-build282983591/b199/_pkg_.a
2025-08-20T21:58:06.6208076Z [00:02:08.444]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:06.6208899Z [00:02:08.444]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:06.6209726Z [00:02:08.444]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:06.6211157Z [00:02:08.444]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:06.6212003Z [00:02:08.444]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:06.6212620Z [00:02:08.444]➜  EOF
2025-08-20T21:58:06.6218176Z [00:02:08.445]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b194/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microcosm-cc/bluemonday@v1.0.27=>github.com/microcosm-cc/bluemonday@v1.0.27;$WORK/b194=>" -p github.com/microcosm-cc/bluemonday -lang=go1.19 -complete -installsuffix shared -buildid 2oSwQEep9V5DbD09PFvc/2oSwQEep9V5DbD09PFvc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b194/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:58:06.6901930Z [00:02:08.515]➜  go tool buildid -w $WORK/b210/_pkg_.a # internal
2025-08-20T21:58:06.6935094Z [00:02:08.517]➜  cp $WORK/b210/_pkg_.a /root/.cache/go-build/33/33c4eb71fa76cbecb0682a6ea382f0f2685742cae6e1dabfd36cb1b768c1624c-d # internal
2025-08-20T21:58:06.6936508Z [00:02:08.518]➜  vendor/golang.org/x/text/secure/bidirule
2025-08-20T21:58:06.6937102Z [00:02:08.518]➜  mkdir -p $WORK/b208/
2025-08-20T21:58:06.6937814Z [00:02:08.518]➜  cat >/tmp/go-build282983591/b208/importcfg << 'EOF' # internal
2025-08-20T21:58:06.6938476Z [00:02:08.518]➜  # import config
2025-08-20T21:58:06.6939225Z [00:02:08.518]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T21:58:06.6940762Z [00:02:08.518]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T21:58:06.6941739Z [00:02:08.518]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:06.6942732Z [00:02:08.518]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build282983591/b209/_pkg_.a
2025-08-20T21:58:06.6943880Z [00:02:08.519]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build282983591/b210/_pkg_.a
2025-08-20T21:58:06.6944871Z [00:02:08.519]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:06.6945492Z [00:02:08.519]➜  EOF
2025-08-20T21:58:06.6949525Z [00:02:08.519]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b208/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/secure/bidirule=>vendor/golang.org/x/text/secure/bidirule;$WORK/b208=>" -p vendor/golang.org/x/text/secure/bidirule -lang=go1.25 -std -complete -installsuffix shared -buildid 2aJaoEQU7s5NWOmU12Ha/2aJaoEQU7s5NWOmU12Ha -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b208/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:58:06.7223251Z [00:02:08.547]➜  go tool buildid -w $WORK/b208/_pkg_.a # internal
2025-08-20T21:58:06.7230513Z [00:02:08.548]➜  cp $WORK/b208/_pkg_.a /root/.cache/go-build/b9/b928c7151297398403660b1b9809ffe85f877e33acd41d2f9999547d7cdbd1e5-d # internal
2025-08-20T21:58:06.7255787Z [00:02:08.551]➜  vendor/golang.org/x/text/unicode/norm
2025-08-20T21:58:06.7256572Z [00:02:08.551]➜  mkdir -p $WORK/b211/
2025-08-20T21:58:06.7259007Z [00:02:08.551]➜  cat >/tmp/go-build282983591/b211/importcfg << 'EOF' # internal
2025-08-20T21:58:06.7260994Z [00:02:08.551]➜  # import config
2025-08-20T21:58:06.7262100Z [00:02:08.551]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T21:58:06.7264589Z [00:02:08.551]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:06.7266867Z [00:02:08.551]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:06.7268682Z [00:02:08.551]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build282983591/b209/_pkg_.a
2025-08-20T21:58:06.7270157Z [00:02:08.551]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:06.7270934Z [00:02:08.551]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:06.7271772Z [00:02:08.551]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:06.7272387Z [00:02:08.551]➜  EOF
2025-08-20T21:58:06.7279647Z [00:02:08.551]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b211/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/norm=>vendor/golang.org/x/text/unicode/norm;$WORK/b211=>" -p vendor/golang.org/x/text/unicode/norm -lang=go1.25 -std -complete -installsuffix shared -buildid CrvHwkueVJGmMOQETvFP/CrvHwkueVJGmMOQETvFP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b211/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:58:06.8786046Z [00:02:08.704]➜  go tool buildid -w $WORK/b194/_pkg_.a # internal
2025-08-20T21:58:06.8814167Z [00:02:08.707]➜  cp $WORK/b194/_pkg_.a /root/.cache/go-build/3f/3f9fb68a2d6a5a6f0cd734176762cb84484c5b30809acb0579554e8decc9e95a-d # internal
2025-08-20T21:58:06.8859701Z [00:02:08.710]➜  github.com/projectdiscovery/utils/strings
2025-08-20T21:58:06.8870379Z [00:02:08.710]➜  mkdir -p $WORK/b193/
2025-08-20T21:58:06.8871463Z [00:02:08.710]➜  cat >/tmp/go-build282983591/b193/importcfg << 'EOF' # internal
2025-08-20T21:58:06.8872179Z [00:02:08.711]➜  # import config
2025-08-20T21:58:06.8872848Z [00:02:08.711]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:06.8873656Z [00:02:08.711]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:06.8874643Z [00:02:08.711]➜  packagefile github.com/microcosm-cc/bluemonday=/tmp/go-build282983591/b194/_pkg_.a
2025-08-20T21:58:06.8875790Z [00:02:08.711]➜  packagefile github.com/saintfish/chardet=/tmp/go-build282983591/b201/_pkg_.a
2025-08-20T21:58:06.8876766Z [00:02:08.711]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:06.8877597Z [00:02:08.711]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:06.8878191Z [00:02:08.711]➜  EOF
2025-08-20T21:58:06.8886014Z [00:02:08.711]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b193/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/strings=>github.com/projectdiscovery/utils@v0.4.23/strings;$WORK/b193=>" -p github.com/projectdiscovery/utils/strings -lang=go1.24 -complete -installsuffix shared -buildid iwR9lp1GRHokv7WbkBT3/iwR9lp1GRHokv7WbkBT3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b193/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:58:06.8890985Z [00:02:08.711]➜  cd /root/.go/src/net
2025-08-20T21:58:06.8925362Z [00:02:08.718]➜  go tool pack r $WORK/b159/_pkg_.a $WORK/b159/preferlinkext $WORK/b159/_x001.o $WORK/b159/_x002.o $WORK/b159/_x003.o $WORK/b159/_x004.o $WORK/b159/_x005.o $WORK/b159/_x006.o # internal
2025-08-20T21:58:06.8928813Z [00:02:08.718]➜  go tool buildid -w $WORK/b159/_pkg_.a # internal
2025-08-20T21:58:06.9051872Z [00:02:08.730]➜  cp $WORK/b159/_pkg_.a /root/.cache/go-build/4d/4dab7c6c4f9475ff68d7c384bacbc69e825dec8e90f40b62e291017bde1d7aa3-d # internal
2025-08-20T21:58:06.9062570Z [00:02:08.731]➜  crypto/x509
2025-08-20T21:58:06.9066999Z [00:02:08.732]➜  mkdir -p $WORK/b153/
2025-08-20T21:58:06.9081076Z [00:02:08.733]➜  cat >/tmp/go-build282983591/b153/importcfg << 'EOF' # internal
2025-08-20T21:58:06.9087902Z [00:02:08.733]➜  # import config
2025-08-20T21:58:06.9088789Z [00:02:08.733]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:58:06.9090231Z [00:02:08.733]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:58:06.9091331Z [00:02:08.733]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:06.9092175Z [00:02:08.733]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:06.9093057Z [00:02:08.733]➜  packagefile crypto/aes=/tmp/go-build282983591/b108/_pkg_.a
2025-08-20T21:58:06.9093984Z [00:02:08.733]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:58:06.9094873Z [00:02:08.733]➜  packagefile crypto/des=/tmp/go-build282983591/b109/_pkg_.a
2025-08-20T21:58:06.9095754Z [00:02:08.733]➜  packagefile crypto/dsa=/tmp/go-build282983591/b154/_pkg_.a
2025-08-20T21:58:06.9096663Z [00:02:08.733]➜  packagefile crypto/ecdh=/tmp/go-build282983591/b110/_pkg_.a
2025-08-20T21:58:06.9097578Z [00:02:08.733]➜  packagefile crypto/ecdsa=/tmp/go-build282983591/b115/_pkg_.a
2025-08-20T21:58:06.9098504Z [00:02:08.733]➜  packagefile crypto/ed25519=/tmp/go-build282983591/b130/_pkg_.a
2025-08-20T21:58:06.9099422Z [00:02:08.733]➜  packagefile crypto/elliptic=/tmp/go-build282983591/b116/_pkg_.a
2025-08-20T21:58:06.9100470Z [00:02:08.733]➜  packagefile crypto/md5=/tmp/go-build282983591/b073/_pkg_.a
2025-08-20T21:58:06.9101329Z [00:02:08.733]➜  packagefile crypto/rsa=/tmp/go-build282983591/b148/_pkg_.a
2025-08-20T21:58:06.9102207Z [00:02:08.733]➜  packagefile crypto/sha1=/tmp/go-build282983591/b095/_pkg_.a
2025-08-20T21:58:06.9103374Z [00:02:08.733]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:06.9104346Z [00:02:08.733]➜  packagefile crypto/sha512=/tmp/go-build282983591/b126/_pkg_.a
2025-08-20T21:58:06.9105298Z [00:02:08.733]➜  packagefile crypto/x509/pkix=/tmp/go-build282983591/b155/_pkg_.a
2025-08-20T21:58:06.9106264Z [00:02:08.733]➜  packagefile encoding/asn1=/tmp/go-build282983591/b128/_pkg_.a
2025-08-20T21:58:06.9107167Z [00:02:08.733]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:06.9108088Z [00:02:08.733]➜  packagefile encoding/pem=/tmp/go-build282983591/b157/_pkg_.a
2025-08-20T21:58:06.9108965Z [00:02:08.733]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:06.9109740Z [00:02:08.733]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:06.9111693Z [00:02:08.733]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build282983591/b127/_pkg_.a
2025-08-20T21:58:06.9112986Z [00:02:08.733]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build282983591/b129/_pkg_.a
2025-08-20T21:58:06.9114069Z [00:02:08.733]➜  packagefile internal/godebug=/tmp/go-build282983591/b058/_pkg_.a
2025-08-20T21:58:06.9114966Z [00:02:08.733]➜  packagefile internal/goos=/tmp/go-build282983591/b018/_pkg_.a
2025-08-20T21:58:06.9115801Z [00:02:08.733]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:06.9116552Z [00:02:08.733]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:58:06.9117325Z [00:02:08.733]➜  packagefile iter=/tmp/go-build282983591/b039/_pkg_.a
2025-08-20T21:58:06.9118097Z [00:02:08.733]➜  packagefile maps=/tmp/go-build282983591/b158/_pkg_.a
2025-08-20T21:58:06.9118878Z [00:02:08.733]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:06.9119693Z [00:02:08.733]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:06.9120738Z [00:02:08.733]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:06.9121567Z [00:02:08.733]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:06.9122374Z [00:02:08.733]➜  packagefile net/netip=/tmp/go-build282983591/b163/_pkg_.a
2025-08-20T21:58:06.9123197Z [00:02:08.733]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:06.9124204Z [00:02:08.733]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:06.9125006Z [00:02:08.733]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:06.9125844Z [00:02:08.733]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:06.9126647Z [00:02:08.733]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:06.9127427Z [00:02:08.733]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:06.9128213Z [00:02:08.733]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:06.9128993Z [00:02:08.733]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:06.9129967Z [00:02:08.733]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:06.9130788Z [00:02:08.733]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:06.9131661Z [00:02:08.733]➜  packagefile unicode/utf16=/tmp/go-build282983591/b070/_pkg_.a
2025-08-20T21:58:06.9132595Z [00:02:08.733]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:06.9133263Z [00:02:08.733]➜  EOF
2025-08-20T21:58:06.9133813Z [00:02:08.733]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:06.9140073Z [00:02:08.733]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b153/_pkg_.a -trimpath "/root/.go/src/crypto/x509=>crypto/x509;$WORK/b153=>" -p crypto/x509 -lang=go1.25 -std -complete -installsuffix shared -buildid Mc4zovOUxoSpBHJlM0Px/Mc4zovOUxoSpBHJlM0Px -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b153/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:58:06.9907514Z [00:02:08.813]➜  go tool buildid -w $WORK/b193/_pkg_.a # internal
2025-08-20T21:58:06.9929017Z [00:02:08.816]➜  cp $WORK/b193/_pkg_.a /root/.cache/go-build/eb/eb803dc5ea3e264a42812dd4462b4a7517bf0c58bc6512bd2fb1f2848edc2593-d # internal
2025-08-20T21:58:06.9930237Z [00:02:08.816]➜  net/textproto
2025-08-20T21:58:06.9930718Z [00:02:08.816]➜  mkdir -p $WORK/b212/
2025-08-20T21:58:06.9931469Z [00:02:08.816]➜  cat >/tmp/go-build282983591/b212/importcfg << 'EOF' # internal
2025-08-20T21:58:06.9932201Z [00:02:08.816]➜  # import config
2025-08-20T21:58:06.9932842Z [00:02:08.816]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:06.9933631Z [00:02:08.816]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:06.9934499Z [00:02:08.816]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:06.9935297Z [00:02:08.816]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:06.9936079Z [00:02:08.817]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:06.9936879Z [00:02:08.817]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:06.9937963Z [00:02:08.817]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:06.9939072Z [00:02:08.817]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:06.9940183Z [00:02:08.817]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:06.9941898Z [00:02:08.817]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:06.9942501Z [00:02:08.817]➜  EOF
2025-08-20T21:58:06.9946343Z [00:02:08.817]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b212/_pkg_.a -trimpath "/root/.go/src/net/textproto=>net/textproto;$WORK/b212=>" -p net/textproto -lang=go1.25 -std -complete -installsuffix shared -buildid BhcHxmwAjfDqlL_x63BJ/BhcHxmwAjfDqlL_x63BJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b212/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:58:07.0619305Z [00:02:08.887]➜  go tool buildid -w $WORK/b212/_pkg_.a # internal
2025-08-20T21:58:07.0636455Z [00:02:08.889]➜  cp $WORK/b212/_pkg_.a /root/.cache/go-build/4c/4ce5b8c8184759649c33b292caa78c134f32abf0ad5bced46a109075aa2e311f-d # internal
2025-08-20T21:58:07.0640094Z [00:02:08.889]➜  vendor/golang.org/x/net/http2/hpack
2025-08-20T21:58:07.0643691Z [00:02:08.889]➜  mkdir -p $WORK/b214/
2025-08-20T21:58:07.0646969Z [00:02:08.890]➜  cat >/tmp/go-build282983591/b214/importcfg << 'EOF' # internal
2025-08-20T21:58:07.0653298Z [00:02:08.890]➜  # import config
2025-08-20T21:58:07.0653991Z [00:02:08.890]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:07.0654821Z [00:02:08.890]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:07.0655643Z [00:02:08.890]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:07.0656405Z [00:02:08.890]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:07.0657196Z [00:02:08.890]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:07.0657777Z [00:02:08.890]➜  EOF
2025-08-20T21:58:07.0663818Z [00:02:08.890]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b214/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http2/hpack=>vendor/golang.org/x/net/http2/hpack;$WORK/b214=>" -p vendor/golang.org/x/net/http2/hpack -lang=go1.25 -std -complete -installsuffix shared -buildid kW1aqiTbg5FMyxeSaeDD/kW1aqiTbg5FMyxeSaeDD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b214/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:58:07.1884780Z [00:02:09.014]➜  go tool buildid -w $WORK/b214/_pkg_.a # internal
2025-08-20T21:58:07.1926166Z [00:02:09.018]➜  cp $WORK/b214/_pkg_.a /root/.cache/go-build/66/66909985228081b91f1bf1f5c0c424561a1e70477aec01bec971b687b5eb90b1-d # internal
2025-08-20T21:58:07.1955276Z [00:02:09.021]➜  mime
2025-08-20T21:58:07.1955762Z [00:02:09.021]➜  mkdir -p $WORK/b215/
2025-08-20T21:58:07.1965337Z [00:02:09.022]➜  cat >/tmp/go-build282983591/b215/importcfg << 'EOF' # internal
2025-08-20T21:58:07.1966043Z [00:02:09.022]➜  # import config
2025-08-20T21:58:07.1966667Z [00:02:09.022]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:07.1967425Z [00:02:09.022]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:07.1968184Z [00:02:09.022]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:07.1968989Z [00:02:09.022]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:07.1969981Z [00:02:09.022]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:07.1970736Z [00:02:09.022]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:07.1971499Z [00:02:09.022]➜  packagefile maps=/tmp/go-build282983591/b158/_pkg_.a
2025-08-20T21:58:07.1972253Z [00:02:09.022]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:07.1973019Z [00:02:09.022]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:07.1973841Z [00:02:09.022]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:07.1974649Z [00:02:09.022]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:07.1975440Z [00:02:09.022]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:07.1976311Z [00:02:09.022]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:07.1976956Z [00:02:09.022]➜  EOF
2025-08-20T21:58:07.1980314Z [00:02:09.022]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b215/_pkg_.a -trimpath "/root/.go/src/mime=>mime;$WORK/b215=>" -p mime -lang=go1.25 -std -complete -installsuffix shared -buildid yfkW0OzRs3BX1DtZbK8J/yfkW0OzRs3BX1DtZbK8J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b215/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:58:07.2261659Z [00:02:09.049]➜  go tool buildid -w $WORK/b202/_pkg_.a # internal
2025-08-20T21:58:07.2302651Z [00:02:09.055]➜  cp $WORK/b202/_pkg_.a /root/.cache/go-build/52/523508b84ca488dc76f0ffce0ca5b3d903e536900f98926ac0f4be5607051b60-d # internal
2025-08-20T21:58:07.2320476Z [00:02:09.055]➜  mime/quotedprintable
2025-08-20T21:58:07.2321059Z [00:02:09.055]➜  mkdir -p $WORK/b217/
2025-08-20T21:58:07.2336450Z [00:02:09.055]➜  cat >/tmp/go-build282983591/b217/importcfg << 'EOF' # internal
2025-08-20T21:58:07.2337151Z [00:02:09.055]➜  # import config
2025-08-20T21:58:07.2337896Z [00:02:09.055]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:07.2338717Z [00:02:09.055]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:07.2339619Z [00:02:09.055]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:07.2370023Z [00:02:09.055]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:07.2370706Z [00:02:09.055]➜  EOF
2025-08-20T21:58:07.2374314Z [00:02:09.056]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b217/_pkg_.a -trimpath "/root/.go/src/mime/quotedprintable=>mime/quotedprintable;$WORK/b217=>" -p mime/quotedprintable -lang=go1.25 -std -complete -installsuffix shared -buildid wtOHu3Lhf1WTujwiV_ff/wtOHu3Lhf1WTujwiV_ff -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b217/importcfg -pack /root/.go/src/mime/quotedprintable/reader.go /root/.go/src/mime/quotedprintable/writer.go
2025-08-20T21:58:07.2698983Z [00:02:09.095]➜  go tool buildid -w $WORK/b217/_pkg_.a # internal
2025-08-20T21:58:07.2741624Z [00:02:09.098]➜  cp $WORK/b217/_pkg_.a /root/.cache/go-build/79/791ddfd8b3983aae62df0ca0947d6fab622405d102638cb76f40e33d3c4928a0-d # internal
2025-08-20T21:58:07.2742982Z [00:02:09.098]➜  net/http/internal
2025-08-20T21:58:07.2743540Z [00:02:09.098]➜  mkdir -p $WORK/b219/
2025-08-20T21:58:07.2744565Z [00:02:09.099]➜  cat >/tmp/go-build282983591/b219/importcfg << 'EOF' # internal
2025-08-20T21:58:07.2745279Z [00:02:09.099]➜  # import config
2025-08-20T21:58:07.2745937Z [00:02:09.099]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:07.2746757Z [00:02:09.099]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:07.2747570Z [00:02:09.099]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:07.2748394Z [00:02:09.099]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:07.2749170Z [00:02:09.099]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:07.2749766Z [00:02:09.099]➜  EOF
2025-08-20T21:58:07.2752785Z [00:02:09.099]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b219/_pkg_.a -trimpath "/root/.go/src/net/http/internal=>net/http/internal;$WORK/b219=>" -p net/http/internal -lang=go1.25 -std -complete -installsuffix shared -buildid CdC88mZs3j8lDIPodnRy/CdC88mZs3j8lDIPodnRy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b219/importcfg -pack /root/.go/src/net/http/internal/chunked.go
2025-08-20T21:58:07.3279149Z [00:02:09.146]➜  go tool buildid -w $WORK/b219/_pkg_.a # internal
2025-08-20T21:58:07.3280713Z [00:02:09.153]➜  cp $WORK/b219/_pkg_.a /root/.cache/go-build/2e/2ecafcd02ddf529e2f1d65253cd62347916f16e79e04abbed23c94d3cf9d8ebe-d # internal
2025-08-20T21:58:07.3281800Z [00:02:09.153]➜  net/http/internal/ascii
2025-08-20T21:58:07.3282315Z [00:02:09.153]➜  mkdir -p $WORK/b220/
2025-08-20T21:58:07.3313625Z [00:02:09.153]➜  cat >/tmp/go-build282983591/b220/importcfg << 'EOF' # internal
2025-08-20T21:58:07.3314365Z [00:02:09.153]➜  # import config
2025-08-20T21:58:07.3315009Z [00:02:09.153]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:07.3316199Z [00:02:09.153]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:07.3316838Z [00:02:09.153]➜  EOF
2025-08-20T21:58:07.3320121Z [00:02:09.153]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b220/_pkg_.a -trimpath "/root/.go/src/net/http/internal/ascii=>net/http/internal/ascii;$WORK/b220=>" -p net/http/internal/ascii -lang=go1.25 -std -complete -installsuffix shared -buildid Yaasm65Cfl18FMvZNQb_/Yaasm65Cfl18FMvZNQb_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b220/importcfg -pack /root/.go/src/net/http/internal/ascii/print.go
2025-08-20T21:58:07.3483112Z [00:02:09.173]➜  go tool buildid -w $WORK/b220/_pkg_.a # internal
2025-08-20T21:58:07.3493422Z [00:02:09.174]➜  cp $WORK/b220/_pkg_.a /root/.cache/go-build/bb/bbe85c2847289e089ecaa936b2fe9f07c09fe76f93a723c5147ca2f8b0a26426-d # internal
2025-08-20T21:58:07.3520605Z [00:02:09.174]➜  encoding/base32
2025-08-20T21:58:07.3522336Z [00:02:09.174]➜  mkdir -p $WORK/b225/
2025-08-20T21:58:07.3523034Z [00:02:09.174]➜  cat >/tmp/go-build282983591/b225/importcfg << 'EOF' # internal
2025-08-20T21:58:07.3523663Z [00:02:09.174]➜  # import config
2025-08-20T21:58:07.3524250Z [00:02:09.175]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:07.3525035Z [00:02:09.175]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:07.3525832Z [00:02:09.175]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:07.3526384Z [00:02:09.175]➜  EOF
2025-08-20T21:58:07.3529304Z [00:02:09.175]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b225/_pkg_.a -trimpath "/root/.go/src/encoding/base32=>encoding/base32;$WORK/b225=>" -p encoding/base32 -lang=go1.25 -std -complete -installsuffix shared -buildid DDXVyD8qNe6NbY_TwOdh/DDXVyD8qNe6NbY_TwOdh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b225/importcfg -pack /root/.go/src/encoding/base32/base32.go
2025-08-20T21:58:07.4062233Z [00:02:09.231]➜  go tool buildid -w $WORK/b225/_pkg_.a # internal
2025-08-20T21:58:07.4065640Z [00:02:09.232]➜  cp $WORK/b225/_pkg_.a /root/.cache/go-build/dd/dd8d3543bfabdaac6aa4b90a5b5be84ca6fd221e8a3ff90a1e9e7879fa715796-d # internal
2025-08-20T21:58:07.4068757Z [00:02:09.232]➜  golang.org/x/net/bpf
2025-08-20T21:58:07.4080675Z [00:02:09.232]➜  mkdir -p $WORK/b227/
2025-08-20T21:58:07.4081843Z [00:02:09.232]➜  cat >/tmp/go-build282983591/b227/importcfg << 'EOF' # internal
2025-08-20T21:58:07.4082924Z [00:02:09.232]➜  # import config
2025-08-20T21:58:07.4084201Z [00:02:09.232]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:07.4085361Z [00:02:09.232]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:07.4086520Z [00:02:09.232]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:07.4087484Z [00:02:09.232]➜  EOF
2025-08-20T21:58:07.4093050Z [00:02:09.232]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b227/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/bpf=>golang.org/x/net@v0.41.0/bpf;$WORK/b227=>" -p golang.org/x/net/bpf -lang=go1.23 -complete -installsuffix shared -buildid -mcmlB4QNyWPa45eYka8/-mcmlB4QNyWPa45eYka8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b227/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:58:07.4368116Z [00:02:09.262]➜  go tool buildid -w $WORK/b211/_pkg_.a # internal
2025-08-20T21:58:07.4408675Z [00:02:09.265]➜  cp $WORK/b211/_pkg_.a /root/.cache/go-build/93/93c79bca53aeb43e2e6544e4e4f2cc3f0b78596410952a2fed343d8c28209bad-d # internal
2025-08-20T21:58:07.4410124Z [00:02:09.266]➜  vendor/golang.org/x/net/idna
2025-08-20T21:58:07.4420994Z [00:02:09.267]➜  mkdir -p $WORK/b207/
2025-08-20T21:58:07.4421867Z [00:02:09.267]➜  cat >/tmp/go-build282983591/b207/importcfg << 'EOF' # internal
2025-08-20T21:58:07.4422606Z [00:02:09.267]➜  # import config
2025-08-20T21:58:07.4423536Z [00:02:09.267]➜  importmap golang.org/x/text/secure/bidirule=vendor/golang.org/x/text/secure/bidirule
2025-08-20T21:58:07.4424762Z [00:02:09.267]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T21:58:07.4425909Z [00:02:09.267]➜  importmap golang.org/x/text/unicode/norm=vendor/golang.org/x/text/unicode/norm
2025-08-20T21:58:07.4426921Z [00:02:09.267]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:07.4428057Z [00:02:09.267]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build282983591/b208/_pkg_.a
2025-08-20T21:58:07.4429343Z [00:02:09.267]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build282983591/b210/_pkg_.a
2025-08-20T21:58:07.4430846Z [00:02:09.267]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build282983591/b211/_pkg_.a
2025-08-20T21:58:07.4431924Z [00:02:09.267]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:07.4432784Z [00:02:09.267]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:07.4433699Z [00:02:09.267]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:07.4434381Z [00:02:09.267]➜  EOF
2025-08-20T21:58:07.4441053Z [00:02:09.267]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b207/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/idna=>vendor/golang.org/x/net/idna;$WORK/b207=>" -p vendor/golang.org/x/net/idna -lang=go1.25 -std -complete -installsuffix shared -buildid N99KJhQ59yv8HrQUOUjb/N99KJhQ59yv8HrQUOUjb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b207/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:58:07.5716872Z [00:02:09.397]➜  go tool buildid -w $WORK/b215/_pkg_.a # internal
2025-08-20T21:58:07.5818623Z [00:02:09.407]➜  cp $WORK/b215/_pkg_.a /root/.cache/go-build/06/06edfede0e2d4363c2758e615d7aca4a11c0df726a5d3f4d6eaea40c735d7df0-d # internal
2025-08-20T21:58:07.5821225Z [00:02:09.407]➜  mime/multipart
2025-08-20T21:58:07.5823105Z [00:02:09.408]➜  mkdir -p $WORK/b216/
2025-08-20T21:58:07.5830271Z [00:02:09.408]➜  cat >/tmp/go-build282983591/b216/importcfg << 'EOF' # internal
2025-08-20T21:58:07.5831302Z [00:02:09.408]➜  # import config
2025-08-20T21:58:07.5832292Z [00:02:09.408]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:07.5833295Z [00:02:09.408]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:07.5834408Z [00:02:09.408]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:07.5835669Z [00:02:09.408]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:07.5850315Z [00:02:09.408]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:07.5851449Z [00:02:09.408]➜  packagefile internal/godebug=/tmp/go-build282983591/b058/_pkg_.a
2025-08-20T21:58:07.5852633Z [00:02:09.408]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:07.5853685Z [00:02:09.408]➜  packagefile maps=/tmp/go-build282983591/b158/_pkg_.a
2025-08-20T21:58:07.5854934Z [00:02:09.408]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:07.5857066Z [00:02:09.408]➜  packagefile mime=/tmp/go-build282983591/b215/_pkg_.a
2025-08-20T21:58:07.5858464Z [00:02:09.408]➜  packagefile mime/quotedprintable=/tmp/go-build282983591/b217/_pkg_.a
2025-08-20T21:58:07.5859969Z [00:02:09.408]➜  packagefile net/textproto=/tmp/go-build282983591/b212/_pkg_.a
2025-08-20T21:58:07.5861486Z [00:02:09.408]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:07.5862590Z [00:02:09.408]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:07.5863656Z [00:02:09.408]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:07.5864628Z [00:02:09.408]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:07.5865794Z [00:02:09.408]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:07.5866581Z [00:02:09.408]➜  EOF
2025-08-20T21:58:07.5871404Z [00:02:09.408]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b216/_pkg_.a -trimpath "/root/.go/src/mime/multipart=>mime/multipart;$WORK/b216=>" -p mime/multipart -lang=go1.25 -std -complete -installsuffix shared -buildid rdBEtV92xch8WGncYCPO/rdBEtV92xch8WGncYCPO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b216/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:58:07.5889944Z [00:02:09.414]➜  go tool buildid -w $WORK/b227/_pkg_.a # internal
2025-08-20T21:58:07.5910492Z [00:02:09.416]➜  cp $WORK/b227/_pkg_.a /root/.cache/go-build/ac/acca8b495c46407693ae6f69cd1b75ced578944ce10154f440104344b36bc39c-d # internal
2025-08-20T21:58:07.5920158Z [00:02:09.417]➜  golang.org/x/net/internal/socket
2025-08-20T21:58:07.5922636Z [00:02:09.417]➜  mkdir -p $WORK/b229/
2025-08-20T21:58:07.5930139Z [00:02:09.418]➜  cat >/tmp/go-build282983591/b229/importcfg << 'EOF' # internal
2025-08-20T21:58:07.5931360Z [00:02:09.418]➜  # import config
2025-08-20T21:58:07.5933579Z [00:02:09.418]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:07.5934975Z [00:02:09.418]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:07.5940444Z [00:02:09.418]➜  packagefile golang.org/x/sys/unix=/tmp/go-build282983591/b181/_pkg_.a
2025-08-20T21:58:07.5941323Z [00:02:09.418]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:07.5942139Z [00:02:09.418]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:07.5942955Z [00:02:09.418]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:07.5943769Z [00:02:09.418]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:07.5944570Z [00:02:09.418]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:07.5945377Z [00:02:09.418]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:07.5946175Z [00:02:09.418]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:07.5946724Z [00:02:09.418]➜  EOF
2025-08-20T21:58:07.5970960Z [00:02:09.418]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b229/_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/b229=>" -p golang.org/x/net/internal/socket -lang=go1.23 -complete -installsuffix shared -buildid lvs5R0cAesGECQRVUH1W/lvs5R0cAesGECQRVUH1W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b229/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_amd64.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_amd64.go
2025-08-20T21:58:07.7246795Z [00:02:09.549]➜  go tool buildid -w $WORK/b216/_pkg_.a # internal
2025-08-20T21:58:07.7274011Z [00:02:09.549]➜  cp $WORK/b216/_pkg_.a /root/.cache/go-build/76/76bc09fa9a3b200a661d025027a5336fd82abbe4d8749ea1964149cce424f59c-d # internal
2025-08-20T21:58:07.7275151Z [00:02:09.549]➜  github.com/tidwall/pretty
2025-08-20T21:58:07.7275702Z [00:02:09.549]➜  mkdir -p $WORK/b234/
2025-08-20T21:58:07.7276445Z [00:02:09.550]➜  cat >/tmp/go-build282983591/b234/importcfg << 'EOF' # internal
2025-08-20T21:58:07.7277124Z [00:02:09.550]➜  # import config
2025-08-20T21:58:07.7277765Z [00:02:09.550]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:07.7278619Z [00:02:09.550]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:07.7279462Z [00:02:09.550]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:07.7281573Z [00:02:09.550]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:07.7282199Z [00:02:09.550]➜  EOF
2025-08-20T21:58:07.7285741Z [00:02:09.550]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b234/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tidwall/pretty@v1.2.1=>github.com/tidwall/pretty@v1.2.1;$WORK/b234=>" -p github.com/tidwall/pretty -lang=go1.16 -complete -installsuffix shared -buildid F_Duz22-7HGZRMVAyIZe/F_Duz22-7HGZRMVAyIZe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b234/importcfg -pack /root/go/pkg/mod/github.com/tidwall/pretty@v1.2.1/pretty.go
2025-08-20T21:58:07.8575324Z [00:02:09.683]➜  go tool buildid -w $WORK/b207/_pkg_.a # internal
2025-08-20T21:58:07.8594818Z [00:02:09.685]➜  cp $WORK/b207/_pkg_.a /root/.cache/go-build/f1/f107a750c9185b0f0c01f8b66c658890fb4a5edc02254438a86510f359ef4077-d # internal
2025-08-20T21:58:07.8615964Z [00:02:09.687]➜  vendor/golang.org/x/net/http/httpguts
2025-08-20T21:58:07.8618092Z [00:02:09.687]➜  mkdir -p $WORK/b206/
2025-08-20T21:58:07.8623408Z [00:02:09.688]➜  cat >/tmp/go-build282983591/b206/importcfg << 'EOF' # internal
2025-08-20T21:58:07.8624363Z [00:02:09.688]➜  # import config
2025-08-20T21:58:07.8626445Z [00:02:09.688]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T21:58:07.8628335Z [00:02:09.688]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build282983591/b207/_pkg_.a
2025-08-20T21:58:07.8629269Z [00:02:09.688]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:07.8630234Z [00:02:09.688]➜  packagefile net/textproto=/tmp/go-build282983591/b212/_pkg_.a
2025-08-20T21:58:07.8631005Z [00:02:09.688]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:07.8631752Z [00:02:09.688]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:07.8632334Z [00:02:09.688]➜  EOF
2025-08-20T21:58:07.8635722Z [00:02:09.688]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b206/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpguts=>vendor/golang.org/x/net/http/httpguts;$WORK/b206=>" -p vendor/golang.org/x/net/http/httpguts -lang=go1.25 -std -complete -installsuffix shared -buildid F3d6xdZaamXu2w_0Lmid/F3d6xdZaamXu2w_0Lmid -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b206/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:58:07.8652631Z [00:02:09.690]➜  go tool buildid -w $WORK/b229/_pkg_.a # internal
2025-08-20T21:58:07.8699514Z [00:02:09.695]➜  cp $WORK/b229/_pkg_.a /root/.cache/go-build/23/234c4e732d2d3fe71a6d2518f0f48d10d4ab751f84bb6c33e2df6f426bb2b192-d # internal
2025-08-20T21:58:07.8708363Z [00:02:09.696]➜  vendor/golang.org/x/net/http/httpproxy
2025-08-20T21:58:07.8723724Z [00:02:09.698]➜  mkdir -p $WORK/b213/
2025-08-20T21:58:07.8733085Z [00:02:09.698]➜  cat >/tmp/go-build282983591/b213/importcfg << 'EOF' # internal
2025-08-20T21:58:07.8741862Z [00:02:09.698]➜  # import config
2025-08-20T21:58:07.8742582Z [00:02:09.698]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T21:58:07.8743493Z [00:02:09.698]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:07.8744277Z [00:02:09.698]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:07.8745255Z [00:02:09.698]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build282983591/b207/_pkg_.a
2025-08-20T21:58:07.8746214Z [00:02:09.698]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:07.8747023Z [00:02:09.698]➜  packagefile net/netip=/tmp/go-build282983591/b163/_pkg_.a
2025-08-20T21:58:07.8747863Z [00:02:09.698]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:07.8748648Z [00:02:09.698]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:07.8749403Z [00:02:09.698]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:07.8750377Z [00:02:09.698]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:07.8751013Z [00:02:09.698]➜  EOF
2025-08-20T21:58:07.8757906Z [00:02:09.701]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b213/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpproxy=>vendor/golang.org/x/net/http/httpproxy;$WORK/b213=>" -p vendor/golang.org/x/net/http/httpproxy -lang=go1.25 -std -complete -installsuffix shared -buildid x1Yz4HKXls_Tlxbl-URS/x1Yz4HKXls_Tlxbl-URS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b213/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpproxy/proxy.go
2025-08-20T21:58:07.8778681Z [00:02:09.702]➜  go tool buildid -w $WORK/b234/_pkg_.a # internal
2025-08-20T21:58:07.8782283Z [00:02:09.703]➜  cp $WORK/b234/_pkg_.a /root/.cache/go-build/f2/f2cdb1aa8a48bfefa3790dfc1a33a726bc84c46c2ac3ee91d5f4ef8f6e055e94-d # internal
2025-08-20T21:58:07.8841028Z [00:02:09.706]➜  golang.org/x/net/ipv4
2025-08-20T21:58:07.8848561Z [00:02:09.706]➜  mkdir -p $WORK/b226/
2025-08-20T21:58:07.8849334Z [00:02:09.709]➜  cat >/tmp/go-build282983591/b226/importcfg << 'EOF' # internal
2025-08-20T21:58:07.8850183Z [00:02:09.709]➜  # import config
2025-08-20T21:58:07.8850927Z [00:02:09.709]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:07.8851871Z [00:02:09.709]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:07.8852685Z [00:02:09.709]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:07.8853604Z [00:02:09.709]➜  packagefile golang.org/x/net/bpf=/tmp/go-build282983591/b227/_pkg_.a
2025-08-20T21:58:07.8854735Z [00:02:09.709]➜  packagefile golang.org/x/net/internal/iana=/tmp/go-build282983591/b228/_pkg_.a
2025-08-20T21:58:07.8855890Z [00:02:09.710]➜  packagefile golang.org/x/net/internal/socket=/tmp/go-build282983591/b229/_pkg_.a
2025-08-20T21:58:07.8856953Z [00:02:09.710]➜  packagefile golang.org/x/sys/unix=/tmp/go-build282983591/b181/_pkg_.a
2025-08-20T21:58:07.8857861Z [00:02:09.710]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:07.8858651Z [00:02:09.710]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:07.8859454Z [00:02:09.710]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:07.8860438Z [00:02:09.710]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:07.8861269Z [00:02:09.710]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:07.8861884Z [00:02:09.710]➜  EOF
2025-08-20T21:58:07.8875163Z [00:02:09.710]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b226/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv4=>golang.org/x/net@v0.41.0/ipv4;$WORK/b226=>" -p golang.org/x/net/ipv4 -lang=go1.23 -complete -installsuffix shared -buildid iOAB0TVO_1O6Stfzz2te/iOAB0TVO_1O6Stfzz2te -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b226/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_amd64.go
2025-08-20T21:58:07.8983433Z [00:02:09.723]➜  go tool buildid -w $WORK/b206/_pkg_.a # internal
2025-08-20T21:58:07.8989752Z [00:02:09.724]➜  cp $WORK/b206/_pkg_.a /root/.cache/go-build/46/46993c107924f681aeb3f40db3fd95da1658a02719441ff98b72934c894bb95e-d # internal
2025-08-20T21:58:07.8996277Z [00:02:09.725]➜  golang.org/x/net/ipv6
2025-08-20T21:58:07.9002666Z [00:02:09.725]➜  mkdir -p $WORK/b230/
2025-08-20T21:58:07.9010488Z [00:02:09.725]➜  cat >/tmp/go-build282983591/b230/importcfg << 'EOF' # internal
2025-08-20T21:58:07.9011170Z [00:02:09.725]➜  # import config
2025-08-20T21:58:07.9011847Z [00:02:09.725]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:07.9012685Z [00:02:09.725]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:07.9014902Z [00:02:09.725]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:07.9016989Z [00:02:09.725]➜  packagefile golang.org/x/net/bpf=/tmp/go-build282983591/b227/_pkg_.a
2025-08-20T21:58:07.9023475Z [00:02:09.725]➜  packagefile golang.org/x/net/internal/iana=/tmp/go-build282983591/b228/_pkg_.a
2025-08-20T21:58:07.9024647Z [00:02:09.725]➜  packagefile golang.org/x/net/internal/socket=/tmp/go-build282983591/b229/_pkg_.a
2025-08-20T21:58:07.9025720Z [00:02:09.725]➜  packagefile golang.org/x/sys/unix=/tmp/go-build282983591/b181/_pkg_.a
2025-08-20T21:58:07.9026588Z [00:02:09.725]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:07.9027339Z [00:02:09.725]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:07.9028089Z [00:02:09.725]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:07.9028833Z [00:02:09.725]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:07.9029599Z [00:02:09.725]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:07.9051393Z [00:02:09.725]➜  EOF
2025-08-20T21:58:07.9062978Z [00:02:09.725]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b230/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/ipv6=>golang.org/x/net@v0.41.0/ipv6;$WORK/b230=>" -p golang.org/x/net/ipv6 -lang=go1.23 -complete -installsuffix shared -buildid FWbFLu10xG0M738F6jq7/FWbFLu10xG0M738F6jq7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b230/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_amd64.go
2025-08-20T21:58:07.9374450Z [00:02:09.762]➜  go tool buildid -w $WORK/b153/_pkg_.a # internal
2025-08-20T21:58:07.9403809Z [00:02:09.765]➜  go tool buildid -w $WORK/b213/_pkg_.a # internal
2025-08-20T21:58:07.9417575Z [00:02:09.767]➜  cp $WORK/b213/_pkg_.a /root/.cache/go-build/a8/a8a2c05564d6c9870779685aa417f591bf6817ce62c1ef627c65504836187d55-d # internal
2025-08-20T21:58:07.9425488Z [00:02:09.768]➜  github.com/tidwall/gjson
2025-08-20T21:58:07.9427792Z [00:02:09.768]➜  mkdir -p $WORK/b232/
2025-08-20T21:58:07.9435322Z [00:02:09.769]➜  cat >/tmp/go-build282983591/b232/importcfg << 'EOF' # internal
2025-08-20T21:58:07.9436455Z [00:02:09.769]➜  # import config
2025-08-20T21:58:07.9438602Z [00:02:09.769]➜  packagefile github.com/tidwall/match=/tmp/go-build282983591/b233/_pkg_.a
2025-08-20T21:58:07.9439767Z [00:02:09.769]➜  packagefile github.com/tidwall/pretty=/tmp/go-build282983591/b234/_pkg_.a
2025-08-20T21:58:07.9444360Z [00:02:09.769]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:07.9445153Z [00:02:09.769]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:07.9445893Z [00:02:09.769]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:07.9446770Z [00:02:09.769]➜  packagefile unicode/utf16=/tmp/go-build282983591/b070/_pkg_.a
2025-08-20T21:58:07.9447708Z [00:02:09.769]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:07.9456763Z [00:02:09.769]➜  EOF
2025-08-20T21:58:07.9461097Z [00:02:09.771]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b232/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tidwall/gjson@v1.18.0=>github.com/tidwall/gjson@v1.18.0;$WORK/b232=>" -p github.com/tidwall/gjson -lang=go1.12 -complete -installsuffix shared -buildid avv2BkNLoNMSrwIn1slO/avv2BkNLoNMSrwIn1slO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b232/importcfg -pack /root/go/pkg/mod/github.com/tidwall/gjson@v1.18.0/gjson.go
2025-08-20T21:58:07.9465233Z [00:02:09.771]➜  cp $WORK/b153/_pkg_.a /root/.cache/go-build/22/227b055c43e801b0f11a8896abfc8f1bde216d81bd9512ad41e07e1cc17bae8b-d # internal
2025-08-20T21:58:07.9467971Z [00:02:09.772]➜  crypto/tls
2025-08-20T21:58:07.9469030Z [00:02:09.772]➜  mkdir -p $WORK/b105/
2025-08-20T21:58:07.9482964Z [00:02:09.773]➜  cat >/tmp/go-build282983591/b105/importcfg << 'EOF' # internal
2025-08-20T21:58:07.9484280Z [00:02:09.773]➜  # import config
2025-08-20T21:58:07.9485478Z [00:02:09.773]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:58:07.9488919Z [00:02:09.773]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:58:07.9490110Z [00:02:09.773]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:07.9491305Z [00:02:09.773]➜  packagefile container/list=/tmp/go-build282983591/b106/_pkg_.a
2025-08-20T21:58:07.9492208Z [00:02:09.773]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:07.9493025Z [00:02:09.773]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:07.9493829Z [00:02:09.773]➜  packagefile crypto/aes=/tmp/go-build282983591/b108/_pkg_.a
2025-08-20T21:58:07.9494730Z [00:02:09.773]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:58:07.9495579Z [00:02:09.773]➜  packagefile crypto/des=/tmp/go-build282983591/b109/_pkg_.a
2025-08-20T21:58:07.9496408Z [00:02:09.773]➜  packagefile crypto/ecdh=/tmp/go-build282983591/b110/_pkg_.a
2025-08-20T21:58:07.9497256Z [00:02:09.773]➜  packagefile crypto/ecdsa=/tmp/go-build282983591/b115/_pkg_.a
2025-08-20T21:58:07.9498124Z [00:02:09.773]➜  packagefile crypto/ed25519=/tmp/go-build282983591/b130/_pkg_.a
2025-08-20T21:58:07.9498994Z [00:02:09.773]➜  packagefile crypto/elliptic=/tmp/go-build282983591/b116/_pkg_.a
2025-08-20T21:58:07.9500055Z [00:02:09.773]➜  packagefile crypto/hkdf=/tmp/go-build282983591/b134/_pkg_.a
2025-08-20T21:58:07.9501001Z [00:02:09.773]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:58:07.9501949Z [00:02:09.773]➜  packagefile crypto/internal/boring=/tmp/go-build282983591/b096/_pkg_.a
2025-08-20T21:58:07.9502984Z [00:02:09.773]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build282983591/b082/_pkg_.a
2025-08-20T21:58:07.9504145Z [00:02:09.773]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build282983591/b098/_pkg_.a
2025-08-20T21:58:07.9505282Z [00:02:09.773]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build282983591/b137/_pkg_.a
2025-08-20T21:58:07.9506609Z [00:02:09.773]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build282983591/b138/_pkg_.a
2025-08-20T21:58:07.9507691Z [00:02:09.773]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build282983591/b139/_pkg_.a
2025-08-20T21:58:07.9508710Z [00:02:09.773]➜  packagefile crypto/internal/hpke=/tmp/go-build282983591/b140/_pkg_.a
2025-08-20T21:58:07.9509592Z [00:02:09.773]➜  packagefile crypto/md5=/tmp/go-build282983591/b073/_pkg_.a
2025-08-20T21:58:07.9520595Z [00:02:09.773]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:07.9521473Z [00:02:09.773]➜  packagefile crypto/rc4=/tmp/go-build282983591/b147/_pkg_.a
2025-08-20T21:58:07.9522330Z [00:02:09.773]➜  packagefile crypto/rsa=/tmp/go-build282983591/b148/_pkg_.a
2025-08-20T21:58:07.9523215Z [00:02:09.773]➜  packagefile crypto/sha1=/tmp/go-build282983591/b095/_pkg_.a
2025-08-20T21:58:07.9524075Z [00:02:09.773]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:07.9524940Z [00:02:09.773]➜  packagefile crypto/sha512=/tmp/go-build282983591/b126/_pkg_.a
2025-08-20T21:58:07.9525793Z [00:02:09.773]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:58:07.9526763Z [00:02:09.773]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build282983591/b151/_pkg_.a
2025-08-20T21:58:07.9527730Z [00:02:09.773]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:58:07.9528582Z [00:02:09.773]➜  packagefile encoding/pem=/tmp/go-build282983591/b157/_pkg_.a
2025-08-20T21:58:07.9529418Z [00:02:09.773]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:07.9530374Z [00:02:09.773]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:07.9531420Z [00:02:09.773]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build282983591/b141/_pkg_.a
2025-08-20T21:58:07.9532689Z [00:02:09.773]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build282983591/b127/_pkg_.a
2025-08-20T21:58:07.9533694Z [00:02:09.773]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:07.9534572Z [00:02:09.773]➜  packagefile internal/byteorder=/tmp/go-build282983591/b013/_pkg_.a
2025-08-20T21:58:07.9535542Z [00:02:09.773]➜  packagefile internal/cpu=/tmp/go-build282983591/b012/_pkg_.a
2025-08-20T21:58:07.9536706Z [00:02:09.773]➜  packagefile internal/godebug=/tmp/go-build282983591/b058/_pkg_.a
2025-08-20T21:58:07.9537529Z [00:02:09.773]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:07.9538279Z [00:02:09.773]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:07.9539019Z [00:02:09.773]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:07.9560879Z [00:02:09.773]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:07.9561872Z [00:02:09.773]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:07.9562663Z [00:02:09.773]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:07.9563483Z [00:02:09.773]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:07.9564273Z [00:02:09.773]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:07.9565039Z [00:02:09.774]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:07.9565854Z [00:02:09.774]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:07.9566653Z [00:02:09.774]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:07.9567398Z [00:02:09.774]➜  packagefile weak=/tmp/go-build282983591/b123/_pkg_.a
2025-08-20T21:58:07.9567964Z [00:02:09.774]➜  EOF
2025-08-20T21:58:07.9576440Z [00:02:09.774]➜  /root/.go/pkg/tool/linux_amd64/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 oIidX2pcZKvcvR630hkU/oIidX2pcZKvcvR630hkU -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:58:08.1806207Z [00:02:10.006]➜  go tool buildid -w $WORK/b230/_pkg_.a # internal
2025-08-20T21:58:08.2188078Z [00:02:10.044]➜  cp $WORK/b230/_pkg_.a /root/.cache/go-build/c9/c95f842a411345e43f22c29af7e4934650749aa097e05d261e71077a99ef61b2-d # internal
2025-08-20T21:58:08.2221202Z [00:02:10.047]➜  github.com/asaskevich/govalidator
2025-08-20T21:58:08.2221811Z [00:02:10.047]➜  mkdir -p $WORK/b175/
2025-08-20T21:58:08.2222516Z [00:02:10.047]➜  cat >/tmp/go-build282983591/b175/importcfg << 'EOF' # internal
2025-08-20T21:58:08.2223437Z [00:02:10.047]➜  # import config
2025-08-20T21:58:08.2224071Z [00:02:10.047]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:08.2224892Z [00:02:10.047]➜  packagefile crypto/rsa=/tmp/go-build282983591/b148/_pkg_.a
2025-08-20T21:58:08.2225752Z [00:02:10.047]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:58:08.2226625Z [00:02:10.047]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:08.2227489Z [00:02:10.047]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:08.2228329Z [00:02:10.047]➜  packagefile encoding/pem=/tmp/go-build282983591/b157/_pkg_.a
2025-08-20T21:58:08.2229180Z [00:02:10.047]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:08.2230109Z [00:02:10.047]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:08.2230870Z [00:02:10.047]➜  packagefile html=/tmp/go-build282983591/b176/_pkg_.a
2025-08-20T21:58:08.2231675Z [00:02:10.047]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:58:08.2232462Z [00:02:10.047]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:08.2233206Z [00:02:10.047]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:08.2233961Z [00:02:10.047]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:08.2234721Z [00:02:10.047]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:58:08.2235481Z [00:02:10.047]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:08.2236251Z [00:02:10.047]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:08.2236979Z [00:02:10.047]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:08.2237961Z [00:02:10.047]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:08.2238759Z [00:02:10.047]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:08.2239518Z [00:02:10.047]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:08.2300734Z [00:02:10.047]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:08.2301553Z [00:02:10.047]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:08.2302418Z [00:02:10.047]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:08.2303045Z [00:02:10.047]➜  EOF
2025-08-20T21:58:08.2312753Z [00:02:10.047]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b175/_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/b175=>" -p github.com/asaskevich/govalidator -lang=go1.13 -complete -installsuffix shared -buildid RSuAWn3NgveitydGvmFy/RSuAWn3NgveitydGvmFy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b175/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:58:08.2352462Z [00:02:10.060]➜  go tool buildid -w $WORK/b232/_pkg_.a # internal
2025-08-20T21:58:08.2353647Z [00:02:10.060]➜  cp $WORK/b232/_pkg_.a /root/.cache/go-build/6a/6a22d632c1d6511bc49ebe5317abfb1d1b0a7ae40d96cd2ea30029e469027ff2-d # internal
2025-08-20T21:58:08.2354818Z [00:02:10.060]➜  os/user
2025-08-20T21:58:08.2355220Z [00:02:10.060]➜  mkdir -p $WORK/b237/
2025-08-20T21:58:08.2417629Z [00:02:10.066]➜  echo -n > $WORK/b237/preferlinkext # internal
2025-08-20T21:58:08.2420140Z [00:02:10.067]➜  cd /root/.go/src/os/user
2025-08-20T21:58:08.2423544Z [00:02:10.068]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b237/ -importpath os/user "-ldflags=\"-O2\" \"-g\"" -- -I $WORK/b237/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_lookup_cgo.go ./getgrouplist_unix.go
2025-08-20T21:58:08.2426780Z [00:02:10.068]➜  go tool buildid -w $WORK/b226/_pkg_.a # internal
2025-08-20T21:58:08.2469722Z [00:02:10.072]➜  cp $WORK/b226/_pkg_.a /root/.cache/go-build/c2/c2030e58056d1e5e7f89b3d22e87adbb9f4e0dc77edbd111abd6c2475fdd123d-d # internal
2025-08-20T21:58:08.2651707Z [00:02:10.087]➜  github.com/projectdiscovery/utils/permission
2025-08-20T21:58:08.2652677Z [00:02:10.087]➜  mkdir -p $WORK/b238/
2025-08-20T21:58:08.2653882Z [00:02:10.087]➜  cat >/tmp/go-build282983591/b238/importcfg << 'EOF' # internal
2025-08-20T21:58:08.2667939Z [00:02:10.087]➜  # import config
2025-08-20T21:58:08.2668595Z [00:02:10.087]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:08.2669595Z [00:02:10.087]➜  packagefile github.com/projectdiscovery/utils/race=/tmp/go-build282983591/b239/_pkg_.a
2025-08-20T21:58:08.2670969Z [00:02:10.087]➜  packagefile golang.org/x/sys/unix=/tmp/go-build282983591/b181/_pkg_.a
2025-08-20T21:58:08.2671792Z [00:02:10.087]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:08.2672567Z [00:02:10.087]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:08.2673190Z [00:02:10.087]➜  EOF
2025-08-20T21:58:08.2674019Z [00:02:10.087]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:08.2680110Z [00:02:10.087]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b238/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/permission=>github.com/projectdiscovery/utils@v0.4.23/permission;$WORK/b238=>" -p github.com/projectdiscovery/utils/permission -lang=go1.24 -complete -installsuffix shared -buildid OTiJF13DexEkpi6Ktas0/OTiJF13DexEkpi6Ktas0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b238/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:58:08.3183469Z [00:02:10.143]➜  go tool buildid -w $WORK/b238/_pkg_.a # internal
2025-08-20T21:58:08.3184995Z [00:02:10.143]➜  cp $WORK/b238/_pkg_.a /root/.cache/go-build/66/66cc1cdb4588ca2c65cd76e9ae4b2800bae20bda16b590fdbbc4b43e24254868-d # internal
2025-08-20T21:58:08.3186190Z [00:02:10.143]➜  github.com/projectdiscovery/utils/time
2025-08-20T21:58:08.3186787Z [00:02:10.143]➜  mkdir -p $WORK/b240/
2025-08-20T21:58:08.3187461Z [00:02:10.143]➜  cat >/tmp/go-build282983591/b240/importcfg << 'EOF' # internal
2025-08-20T21:58:08.3188108Z [00:02:10.143]➜  # import config
2025-08-20T21:58:08.3188693Z [00:02:10.143]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:08.3189452Z [00:02:10.143]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:08.3190505Z [00:02:10.143]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:08.3208642Z [00:02:10.143]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:08.3209267Z [00:02:10.143]➜  EOF
2025-08-20T21:58:08.3213093Z [00:02:10.143]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b240/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/time=>github.com/projectdiscovery/utils@v0.4.23/time;$WORK/b240=>" -p github.com/projectdiscovery/utils/time -lang=go1.24 -complete -installsuffix shared -buildid d-fp4vsmo36U44Ybunwv/d-fp4vsmo36U44Ybunwv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b240/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/time/timeutil.go
2025-08-20T21:58:08.3409026Z [00:02:10.164]➜  go tool buildid -w $WORK/b240/_pkg_.a # internal
2025-08-20T21:58:08.3410640Z [00:02:10.166]➜  cp $WORK/b240/_pkg_.a /root/.cache/go-build/73/73338b399011e1471cca1541780374fe1fe78ff395201f095edbdaa4301a53a4-d # internal
2025-08-20T21:58:08.3411708Z [00:02:10.166]➜  text/tabwriter
2025-08-20T21:58:08.3412209Z [00:02:10.166]➜  mkdir -p $WORK/b241/
2025-08-20T21:58:08.3417053Z [00:02:10.167]➜  cat >/tmp/go-build282983591/b241/importcfg << 'EOF' # internal
2025-08-20T21:58:08.3417707Z [00:02:10.167]➜  # import config
2025-08-20T21:58:08.3418260Z [00:02:10.167]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:08.3418961Z [00:02:10.167]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:08.3420056Z [00:02:10.167]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:08.3420761Z [00:02:10.167]➜  EOF
2025-08-20T21:58:08.3423597Z [00:02:10.167]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b241/_pkg_.a -trimpath "/root/.go/src/text/tabwriter=>text/tabwriter;$WORK/b241=>" -p text/tabwriter -lang=go1.25 -std -complete -installsuffix shared -buildid qcn0Ln443ZJ_hSqzi1zu/qcn0Ln443ZJ_hSqzi1zu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b241/importcfg -pack /root/.go/src/text/tabwriter/tabwriter.go
2025-08-20T21:58:08.3865515Z [00:02:10.212]➜  go tool buildid -w $WORK/b241/_pkg_.a # internal
2025-08-20T21:58:08.3876488Z [00:02:10.213]➜  cp $WORK/b241/_pkg_.a /root/.cache/go-build/f5/f55b9a93860f04132228f93c68db8a8456c84fa375ccaec23331c88ebfe3ead2-d # internal
2025-08-20T21:58:08.3883841Z [00:02:10.213]➜  runtime/debug
2025-08-20T21:58:08.3884704Z [00:02:10.213]➜  mkdir -p $WORK/b246/
2025-08-20T21:58:08.3889981Z [00:02:10.214]➜  echo -n > $WORK/b246/go_asm.h # internal
2025-08-20T21:58:08.3890693Z [00:02:10.214]➜  cd /root/.go/src/runtime/debug
2025-08-20T21:58:08.3892730Z [00:02:10.214]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b246=>" -I $WORK/b246/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b246/symabis ./debug.s
2025-08-20T21:58:08.3933959Z [00:02:10.218]➜  cat >/tmp/go-build282983591/b246/importcfg << 'EOF' # internal
2025-08-20T21:58:08.3934696Z [00:02:10.218]➜  # import config
2025-08-20T21:58:08.3935349Z [00:02:10.218]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:08.3936515Z [00:02:10.218]➜  packagefile internal/poll=/tmp/go-build282983591/b061/_pkg_.a
2025-08-20T21:58:08.3937590Z [00:02:10.218]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:08.3938578Z [00:02:10.218]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:08.3939577Z [00:02:10.218]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:08.3945188Z [00:02:10.218]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:08.3946025Z [00:02:10.218]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:08.3946826Z [00:02:10.218]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:08.3947446Z [00:02:10.218]➜  EOF
2025-08-20T21:58:08.3947976Z [00:02:10.218]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:08.3955493Z [00:02:10.218]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b246/_pkg_.a -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b246=>" -p runtime/debug -lang=go1.25 -std -installsuffix shared -buildid 7y92FvxpPbsojj3KvJ1V/7y92FvxpPbsojj3KvJ1V -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/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:58:08.5158093Z [00:02:10.341]➜  cd /root/.go/src/runtime/debug
2025-08-20T21:58:08.5162473Z [00:02:10.341]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b246=>" -I $WORK/b246/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b246/debug.o ./debug.s
2025-08-20T21:58:08.5247823Z [00:02:10.350]➜  go tool pack r $WORK/b246/_pkg_.a $WORK/b246/debug.o # internal
2025-08-20T21:58:08.5253466Z [00:02:10.351]➜  go tool buildid -w $WORK/b246/_pkg_.a # internal
2025-08-20T21:58:08.5271605Z [00:02:10.352]➜  cp $WORK/b246/_pkg_.a /root/.cache/go-build/82/8260d5a79b166c1188d2a8233d7ed0e6aa22b2487df79665838c602779d10d1d-d # internal
2025-08-20T21:58:08.5278915Z [00:02:10.353]➜  github.com/modern-go/concurrent
2025-08-20T21:58:08.5280964Z [00:02:10.353]➜  mkdir -p $WORK/b245/
2025-08-20T21:58:08.5314072Z [00:02:10.357]➜  cat >/tmp/go-build282983591/b245/importcfg << 'EOF' # internal
2025-08-20T21:58:08.5316283Z [00:02:10.357]➜  # import config
2025-08-20T21:58:08.5321242Z [00:02:10.357]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:08.5322101Z [00:02:10.357]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:08.5322889Z [00:02:10.357]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:58:08.5323694Z [00:02:10.357]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:08.5324472Z [00:02:10.357]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:08.5325257Z [00:02:10.357]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:08.5326045Z [00:02:10.357]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:08.5327178Z [00:02:10.357]➜  packagefile runtime/debug=/tmp/go-build282983591/b246/_pkg_.a
2025-08-20T21:58:08.5328069Z [00:02:10.357]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:08.5328870Z [00:02:10.357]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:08.5329485Z [00:02:10.357]➜  EOF
2025-08-20T21:58:08.5330228Z [00:02:10.357]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:08.5336477Z [00:02:10.357]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b245/_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/b245=>" -p github.com/modern-go/concurrent -lang=go1.16 -complete -installsuffix shared -buildid GtDDegCUt95D5YP8XOCq/GtDDegCUt95D5YP8XOCq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b245/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:58:08.6162667Z [00:02:10.441]➜  go tool buildid -w $WORK/b175/_pkg_.a # internal
2025-08-20T21:58:08.6276360Z [00:02:10.453]➜  cp $WORK/b175/_pkg_.a /root/.cache/go-build/d8/d826ced8d721e56170745e69f392c540a3a72f00267076830274703e1e241817-d # internal
2025-08-20T21:58:08.6283353Z [00:02:10.453]➜  github.com/modern-go/reflect2
2025-08-20T21:58:08.6285783Z [00:02:10.453]➜  mkdir -p $WORK/b247/
2025-08-20T21:58:08.6290785Z [00:02:10.454]➜  echo -n > $WORK/b247/go_asm.h # internal
2025-08-20T21:58:08.6296831Z [00:02:10.454]➜  cd /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2
2025-08-20T21:58:08.6300399Z [00:02:10.454]➜  /root/.go/pkg/tool/linux_amd64/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/b247=>" -I $WORK/b247/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b247/symabis ./reflect2_amd64.s ./relfect2_mips64x.s ./relfect2_mipsx.s ./relfect2_ppc64x.s
2025-08-20T21:58:08.6360115Z [00:02:10.461]➜  cat >/tmp/go-build282983591/b247/importcfg << 'EOF' # internal
2025-08-20T21:58:08.6371331Z [00:02:10.461]➜  # import config
2025-08-20T21:58:08.6372045Z [00:02:10.461]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:08.6372889Z [00:02:10.461]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:08.6373701Z [00:02:10.461]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:08.6374303Z [00:02:10.461]➜  EOF
2025-08-20T21:58:08.6374830Z [00:02:10.461]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:08.6388306Z [00:02:10.461]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b247/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b247=>" -p github.com/modern-go/reflect2 -lang=go1.12 -installsuffix shared -buildid 1pmDiabqQihCT31TSE-X/1pmDiabqQihCT31TSE-X -goversion go1.25.0 -symabis $WORK/b247/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b247/importcfg -pack -asmhdr $WORK/b247/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:58:08.6842419Z [00:02:10.508]➜  go tool buildid -w $WORK/b245/_pkg_.a # internal
2025-08-20T21:58:08.6859075Z [00:02:10.511]➜  cp $WORK/b245/_pkg_.a /root/.cache/go-build/fa/fa796256e1c069541263b869ef5f2959af131a217c6aa03496da34c683a139e7-d # internal
2025-08-20T21:58:08.6873200Z [00:02:10.513]➜  github.com/logrusorgru/aurora
2025-08-20T21:58:08.6875235Z [00:02:10.513]➜  mkdir -p $WORK/b248/
2025-08-20T21:58:08.6881340Z [00:02:10.513]➜  cat >/tmp/go-build282983591/b248/importcfg << 'EOF' # internal
2025-08-20T21:58:08.6883605Z [00:02:10.513]➜  # import config
2025-08-20T21:58:08.6886286Z [00:02:10.513]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:08.6887094Z [00:02:10.513]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:08.6887946Z [00:02:10.513]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:08.6888583Z [00:02:10.513]➜  EOF
2025-08-20T21:58:08.6897814Z [00:02:10.514]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b248/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/logrusorgru/aurora@v2.0.3+incompatible=>github.com/logrusorgru/aurora@v2.0.3+incompatible;$WORK/b248=>" -p github.com/logrusorgru/aurora -lang=go1.16 -complete -installsuffix shared -buildid 3ba8ji4Zv1a4oL-dVjAm/3ba8ji4Zv1a4oL-dVjAm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b248/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:58:08.7152187Z [00:02:10.540]➜  cd $WORK/b237
2025-08-20T21:58:08.7157020Z [00:02:10.540]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b237=/tmp/go-build -gno-record-gcc-switches -I $WORK/b237/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b237/_x001.o -c _cgo_export.c
2025-08-20T21:58:08.7566049Z [00:02:10.582]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b237=/tmp/go-build -gno-record-gcc-switches -I $WORK/b237/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b237/_x002.o -c cgo_lookup_cgo.cgo2.c
2025-08-20T21:58:08.8175842Z [00:02:10.642]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b237=/tmp/go-build -gno-record-gcc-switches -I $WORK/b237/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b237/_x003.o -c getgrouplist_unix.cgo2.c
2025-08-20T21:58:08.8985392Z [00:02:10.723]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b237=/tmp/go-build -gno-record-gcc-switches -I $WORK/b237/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b237/_cgo_main.o -c _cgo_main.c
2025-08-20T21:58:08.9323804Z [00:02:10.757]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:08.9328340Z [00:02:10.758]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b237=/tmp/go-build -gno-record-gcc-switches -o $WORK/b237/_cgo_.o $WORK/b237/_cgo_main.o $WORK/b237/preferlinkext $WORK/b237/_x001.o $WORK/b237/_x002.o $WORK/b237/_x003.o -O2 -g
2025-08-20T21:58:09.0703892Z [00:02:10.895]➜  gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b237=/tmp/go-build -gno-record-gcc-switches -o $WORK/b237/_cgo_.o $WORK/b237/_cgo_main.o $WORK/b237/preferlinkext $WORK/b237/_x001.o $WORK/b237/_x002.o $WORK/b237/_x003.o -O2 -g # test for internal linking errors (succeeded)
2025-08-20T21:58:09.0707455Z [00:02:10.895]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage user -dynimport $WORK/b237/_cgo_.o -dynout $WORK/b237/_cgo_import.go
2025-08-20T21:58:09.0759211Z [00:02:10.901]➜  cat >/tmp/go-build282983591/b237/importcfg << 'EOF' # internal
2025-08-20T21:58:09.0760165Z [00:02:10.901]➜  # import config
2025-08-20T21:58:09.0761159Z [00:02:10.901]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:09.0762376Z [00:02:10.901]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:09.0763383Z [00:02:10.901]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:09.0764293Z [00:02:10.901]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:09.0766237Z [00:02:10.901]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:09.0767035Z [00:02:10.901]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:09.0767898Z [00:02:10.901]➜  packagefile runtime/cgo=/tmp/go-build282983591/b165/_pkg_.a
2025-08-20T21:58:09.0768516Z [00:02:10.901]➜  EOF
2025-08-20T21:58:09.0772670Z [00:02:10.901]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b237/_pkg_.a -trimpath "/root/.go/src/os/user=>os/user;$WORK/b237=>" -p os/user -lang=go1.25 -std -installsuffix shared -buildid qOYGflXK9YaRotmAluP-/qOYGflXK9YaRotmAluP- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b237/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/b237/_cgo_gotypes.go $WORK/b237/cgo_lookup_cgo.cgo1.go $WORK/b237/getgrouplist_unix.cgo1.go $WORK/b237/_cgo_import.go
2025-08-20T21:58:09.1057027Z [00:02:10.931]➜  go tool buildid -w $WORK/b248/_pkg_.a # internal
2025-08-20T21:58:09.1183945Z [00:02:10.943]➜  cp $WORK/b248/_pkg_.a /root/.cache/go-build/68/68c97205e1949d516c5a5fa31a247b1972e27309d8fa02fc9b443670dedf913e-d # internal
2025-08-20T21:58:09.1194442Z [00:02:10.944]➜  github.com/STARRY-S/zip
2025-08-20T21:58:09.1204814Z [00:02:10.944]➜  mkdir -p $WORK/b253/
2025-08-20T21:58:09.1205643Z [00:02:10.944]➜  cat >/tmp/go-build282983591/b253/importcfg << 'EOF' # internal
2025-08-20T21:58:09.1206361Z [00:02:10.944]➜  # import config
2025-08-20T21:58:09.1207064Z [00:02:10.944]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:09.1208014Z [00:02:10.944]➜  packagefile compress/flate=/tmp/go-build282983591/b170/_pkg_.a
2025-08-20T21:58:09.1209007Z [00:02:10.944]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:09.1210156Z [00:02:10.944]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:09.1211041Z [00:02:10.944]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:09.1211853Z [00:02:10.945]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:09.1212715Z [00:02:10.945]➜  packagefile hash/crc32=/tmp/go-build282983591/b205/_pkg_.a
2025-08-20T21:58:09.1213571Z [00:02:10.945]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:09.1214692Z [00:02:10.945]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:58:09.1215564Z [00:02:10.945]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:09.1216391Z [00:02:10.945]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:58:09.1217329Z [00:02:10.945]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:09.1218253Z [00:02:10.945]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:09.1219084Z [00:02:10.945]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:09.1227992Z [00:02:10.945]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:09.1228944Z [00:02:10.945]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:09.1229766Z [00:02:10.945]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:09.1230854Z [00:02:10.945]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:09.1231627Z [00:02:10.945]➜  EOF
2025-08-20T21:58:09.1236472Z [00:02:10.945]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b253/_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/b253=>" -p github.com/STARRY-S/zip -lang=go1.22 -complete -installsuffix shared -buildid AHNt6ALSjHlwu6G3V65b/AHNt6ALSjHlwu6G3V65b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b253/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:58:09.1865716Z [00:02:11.012]➜  cd /root/.go/src/os/user
2025-08-20T21:58:09.1875403Z [00:02:11.013]➜  go tool pack r $WORK/b237/_pkg_.a $WORK/b237/preferlinkext $WORK/b237/_x001.o $WORK/b237/_x002.o $WORK/b237/_x003.o # internal
2025-08-20T21:58:09.1880490Z [00:02:11.013]➜  go tool buildid -w $WORK/b237/_pkg_.a # internal
2025-08-20T21:58:09.1901560Z [00:02:11.015]➜  cp $WORK/b237/_pkg_.a /root/.cache/go-build/36/367174b2cc4405044bf997f18371e313a7416f4f408a0df3f5e4e0d2aa1e0abc-d # internal
2025-08-20T21:58:09.1906230Z [00:02:11.016]➜  archive/tar
2025-08-20T21:58:09.1908665Z [00:02:11.016]➜  mkdir -p $WORK/b252/
2025-08-20T21:58:09.1915013Z [00:02:11.017]➜  cat >/tmp/go-build282983591/b252/importcfg << 'EOF' # internal
2025-08-20T21:58:09.1924582Z [00:02:11.017]➜  # import config
2025-08-20T21:58:09.1925434Z [00:02:11.017]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:09.1926286Z [00:02:11.017]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:09.1927089Z [00:02:11.017]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:09.1927958Z [00:02:11.017]➜  packagefile internal/godebug=/tmp/go-build282983591/b058/_pkg_.a
2025-08-20T21:58:09.1928804Z [00:02:11.017]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:09.1929603Z [00:02:11.017]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:58:09.1930599Z [00:02:11.017]➜  packagefile maps=/tmp/go-build282983591/b158/_pkg_.a
2025-08-20T21:58:09.1931401Z [00:02:11.017]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:09.1932227Z [00:02:11.017]➜  packagefile os/user=/tmp/go-build282983591/b237/_pkg_.a
2025-08-20T21:58:09.1933037Z [00:02:11.017]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:58:09.1933894Z [00:02:11.017]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:09.1934765Z [00:02:11.017]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:09.1935567Z [00:02:11.017]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:09.1936362Z [00:02:11.017]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:09.1937161Z [00:02:11.017]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:09.1938221Z [00:02:11.017]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:09.1939069Z [00:02:11.017]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:09.1942957Z [00:02:11.017]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:09.1943875Z [00:02:11.017]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:09.1944479Z [00:02:11.017]➜  EOF
2025-08-20T21:58:09.1945006Z [00:02:11.018]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:09.1949521Z [00:02:11.018]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b252/_pkg_.a -trimpath "/root/.go/src/archive/tar=>archive/tar;$WORK/b252=>" -p archive/tar -lang=go1.25 -std -complete -installsuffix shared -buildid n1qH9qU-9_LJsFd6-8mk/n1qH9qU-9_LJsFd6-8mk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b252/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:58:09.4076819Z [00:02:11.233]➜  cd /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2
2025-08-20T21:58:09.4081687Z [00:02:11.233]➜  /root/.go/pkg/tool/linux_amd64/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/b247=>" -I $WORK/b247/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b247/reflect2_amd64.o ./reflect2_amd64.s
2025-08-20T21:58:09.4129171Z [00:02:11.238]➜  /root/.go/pkg/tool/linux_amd64/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/b247=>" -I $WORK/b247/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b247/relfect2_mips64x.o ./relfect2_mips64x.s
2025-08-20T21:58:09.4175852Z [00:02:11.242]➜  /root/.go/pkg/tool/linux_amd64/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/b247=>" -I $WORK/b247/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b247/relfect2_mipsx.o ./relfect2_mipsx.s
2025-08-20T21:58:09.4202277Z [00:02:11.245]➜  /root/.go/pkg/tool/linux_amd64/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/b247=>" -I $WORK/b247/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b247/relfect2_ppc64x.o ./relfect2_ppc64x.s
2025-08-20T21:58:09.4236141Z [00:02:11.249]➜  go tool pack r $WORK/b247/_pkg_.a $WORK/b247/reflect2_amd64.o $WORK/b247/relfect2_mips64x.o $WORK/b247/relfect2_mipsx.o $WORK/b247/relfect2_ppc64x.o # internal
2025-08-20T21:58:09.4239205Z [00:02:11.249]➜  go tool buildid -w $WORK/b247/_pkg_.a # internal
2025-08-20T21:58:09.4387185Z [00:02:11.264]➜  cp $WORK/b247/_pkg_.a /root/.cache/go-build/29/29dd7dfe321f1a4bd14535900810c99395f1fd772c05cc0b27a3d45281d442f9-d # internal
2025-08-20T21:58:09.4540775Z [00:02:11.279]➜  github.com/json-iterator/go
2025-08-20T21:58:09.4543260Z [00:02:11.279]➜  mkdir -p $WORK/b244/
2025-08-20T21:58:09.4551284Z [00:02:11.280]➜  cat >/tmp/go-build282983591/b244/importcfg << 'EOF' # internal
2025-08-20T21:58:09.4552195Z [00:02:11.280]➜  # import config
2025-08-20T21:58:09.4554252Z [00:02:11.280]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:09.4555805Z [00:02:11.280]➜  packagefile encoding=/tmp/go-build282983591/b068/_pkg_.a
2025-08-20T21:58:09.4556594Z [00:02:11.280]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:09.4557425Z [00:02:11.280]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:09.4558193Z [00:02:11.280]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:09.4559181Z [00:02:11.280]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:09.4560242Z [00:02:11.280]➜  packagefile github.com/modern-go/concurrent=/tmp/go-build282983591/b245/_pkg_.a
2025-08-20T21:58:09.4561283Z [00:02:11.280]➜  packagefile github.com/modern-go/reflect2=/tmp/go-build282983591/b247/_pkg_.a
2025-08-20T21:58:09.4562121Z [00:02:11.280]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:09.4562790Z [00:02:11.280]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:09.4563506Z [00:02:11.280]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:09.4564245Z [00:02:11.280]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:09.4564958Z [00:02:11.280]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:09.4565674Z [00:02:11.280]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:09.4566421Z [00:02:11.280]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:09.4567147Z [00:02:11.280]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:09.4567881Z [00:02:11.280]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:09.4576996Z [00:02:11.280]➜  packagefile unicode/utf16=/tmp/go-build282983591/b070/_pkg_.a
2025-08-20T21:58:09.4577906Z [00:02:11.280]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:09.4578575Z [00:02:11.280]➜  EOF
2025-08-20T21:58:09.4579106Z [00:02:11.281]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:09.4621676Z [00:02:11.281]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b244/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/json-iterator/go@v1.1.12=>github.com/json-iterator/go@v1.1.12;$WORK/b244=>" -p github.com/json-iterator/go -lang=go1.12 -complete -installsuffix shared -buildid WhzEn92VvTdvJfcGWOHj/WhzEn92VvTdvJfcGWOHj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b244/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:58:09.8316839Z [00:02:11.657]➜  go tool buildid -w $WORK/b253/_pkg_.a # internal
2025-08-20T21:58:09.8440420Z [00:02:11.669]➜  cp $WORK/b253/_pkg_.a /root/.cache/go-build/6c/6cabe4f7ab64993ebed94cb07b5cdbc9b726c2ce4d2658d7a39195a5ff04c881-d # internal
2025-08-20T21:58:09.8445936Z [00:02:11.670]➜  github.com/andybalholm/brotli/matchfinder
2025-08-20T21:58:09.8457886Z [00:02:11.671]➜  mkdir -p $WORK/b255/
2025-08-20T21:58:09.8471549Z [00:02:11.671]➜  cat >/tmp/go-build282983591/b255/importcfg << 'EOF' # internal
2025-08-20T21:58:09.8472266Z [00:02:11.671]➜  # import config
2025-08-20T21:58:09.8472994Z [00:02:11.671]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:09.8473854Z [00:02:11.671]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:09.8474630Z [00:02:11.671]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:09.8475462Z [00:02:11.671]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:09.8476297Z [00:02:11.671]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:09.8476912Z [00:02:11.671]➜  EOF
2025-08-20T21:58:09.8484806Z [00:02:11.672]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b255/_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/b255=>" -p github.com/andybalholm/brotli/matchfinder -lang=go1.13 -complete -installsuffix shared -buildid a8nJ7fNaXCO4WcXgnlPE/a8nJ7fNaXCO4WcXgnlPE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b255/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:58:09.9016715Z [00:02:11.727]➜  go tool buildid -w $WORK/b252/_pkg_.a # internal
2025-08-20T21:58:09.9233503Z [00:02:11.747]➜  cp $WORK/b252/_pkg_.a /root/.cache/go-build/1a/1ae944ec715da9cd82d3df3a2f2cf17fb7a3dd054abba4407f9509f71b66ce52-d # internal
2025-08-20T21:58:09.9234666Z [00:02:11.747]➜  github.com/bodgit/plumbing
2025-08-20T21:58:09.9235212Z [00:02:11.747]➜  mkdir -p $WORK/b257/
2025-08-20T21:58:09.9235887Z [00:02:11.748]➜  cat >/tmp/go-build282983591/b257/importcfg << 'EOF' # internal
2025-08-20T21:58:09.9236505Z [00:02:11.748]➜  # import config
2025-08-20T21:58:09.9237093Z [00:02:11.748]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:09.9237894Z [00:02:11.748]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:09.9238522Z [00:02:11.748]➜  EOF
2025-08-20T21:58:09.9245197Z [00:02:11.748]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b257/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/plumbing@v1.3.0=>github.com/bodgit/plumbing@v1.3.0;$WORK/b257=>" -p github.com/bodgit/plumbing -lang=go1.13 -complete -installsuffix shared -buildid 5k3hPWl5Vdh8NIh62-UO/5k3hPWl5Vdh8NIh62-UO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b257/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:58:09.9330362Z [00:02:11.758]➜  go tool buildid -w $WORK/b255/_pkg_.a # internal
2025-08-20T21:58:09.9342096Z [00:02:11.759]➜  cp $WORK/b255/_pkg_.a /root/.cache/go-build/53/5367f9300437e1e90a9c4239f6c80894834814079f538a7d414c77d083216d41-d # internal
2025-08-20T21:58:09.9343697Z [00:02:11.759]➜  github.com/hashicorp/golang-lru/v2/internal
2025-08-20T21:58:09.9344696Z [00:02:11.759]➜  mkdir -p $WORK/b261/
2025-08-20T21:58:09.9345711Z [00:02:11.760]➜  cat >/tmp/go-build282983591/b261/importcfg << 'EOF' # internal
2025-08-20T21:58:09.9346566Z [00:02:11.760]➜  # import config
2025-08-20T21:58:09.9347379Z [00:02:11.760]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:09.9348173Z [00:02:11.760]➜  EOF
2025-08-20T21:58:09.9353709Z [00:02:11.760]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b261/_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/b261=>" -p github.com/hashicorp/golang-lru/v2/internal -lang=go1.18 -complete -installsuffix shared -buildid GG4adhrwv8Xvjah1N9J0/GG4adhrwv8Xvjah1N9J0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b261/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7/internal/list.go
2025-08-20T21:58:09.9461959Z [00:02:11.771]➜  go tool buildid -w $WORK/b261/_pkg_.a # internal
2025-08-20T21:58:09.9468561Z [00:02:11.772]➜  cp $WORK/b261/_pkg_.a /root/.cache/go-build/c9/c9b6aa1c9a47f508d0e4d48cca627cd6c9832afc06e54fe867dec080b11c944f-d # internal
2025-08-20T21:58:09.9470861Z [00:02:11.772]➜  github.com/hashicorp/golang-lru/v2/simplelru
2025-08-20T21:58:09.9472315Z [00:02:11.772]➜  mkdir -p $WORK/b260/
2025-08-20T21:58:09.9474936Z [00:02:11.773]➜  cat >/tmp/go-build282983591/b260/importcfg << 'EOF' # internal
2025-08-20T21:58:09.9477064Z [00:02:11.773]➜  # import config
2025-08-20T21:58:09.9477745Z [00:02:11.773]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:09.9478765Z [00:02:11.773]➜  packagefile github.com/hashicorp/golang-lru/v2/internal=/tmp/go-build282983591/b261/_pkg_.a
2025-08-20T21:58:09.9479450Z [00:02:11.773]➜  EOF
2025-08-20T21:58:09.9484065Z [00:02:11.773]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b260/_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/b260=>" -p github.com/hashicorp/golang-lru/v2/simplelru -lang=go1.18 -complete -installsuffix shared -buildid z1laKLt7bWGFad4X6Uvx/z1laKLt7bWGFad4X6Uvx -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/simplelru/lru.go /root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7/simplelru/lru_interface.go
2025-08-20T21:58:09.9610890Z [00:02:11.786]➜  go tool buildid -w $WORK/b260/_pkg_.a # internal
2025-08-20T21:58:09.9622794Z [00:02:11.787]➜  go tool buildid -w $WORK/b257/_pkg_.a # internal
2025-08-20T21:58:09.9624243Z [00:02:11.788]➜  cp $WORK/b257/_pkg_.a /root/.cache/go-build/a1/a144b335347be5c29f72e1b2c86d2f3866924b9b8f7440fe8f32fcc370b21bfd-d # internal
2025-08-20T21:58:09.9625366Z [00:02:11.788]➜  go4.org/syncutil
2025-08-20T21:58:09.9625909Z [00:02:11.788]➜  mkdir -p $WORK/b262/
2025-08-20T21:58:09.9635296Z [00:02:11.788]➜  cat >/tmp/go-build282983591/b262/importcfg << 'EOF' # internal
2025-08-20T21:58:09.9636305Z [00:02:11.788]➜  # import config
2025-08-20T21:58:09.9636924Z [00:02:11.788]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:09.9637673Z [00:02:11.789]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:09.9638422Z [00:02:11.789]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:09.9639164Z [00:02:11.789]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:09.9639748Z [00:02:11.789]➜  EOF
2025-08-20T21:58:09.9658518Z [00:02:11.789]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b262/_pkg_.a -trimpath "/root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/syncutil=>go4.org@v0.0.0-20230225012048-214862532bf5/syncutil;$WORK/b262=>" -p go4.org/syncutil -lang=go1.13 -complete -installsuffix shared -buildid deS3qrLAFyuCR5F913Li/deS3qrLAFyuCR5F913Li -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b262/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:58:09.9666153Z [00:02:11.789]➜  cp $WORK/b260/_pkg_.a /root/.cache/go-build/48/48760d268ec57af453f15f20ab0ad176b336ba39323776f08c38fdcd6d87a50f-d # internal
2025-08-20T21:58:09.9667235Z [00:02:11.790]➜  github.com/hashicorp/golang-lru/v2
2025-08-20T21:58:09.9667780Z [00:02:11.790]➜  mkdir -p $WORK/b259/
2025-08-20T21:58:09.9668450Z [00:02:11.790]➜  cat >/tmp/go-build282983591/b259/importcfg << 'EOF' # internal
2025-08-20T21:58:09.9669092Z [00:02:11.790]➜  # import config
2025-08-20T21:58:09.9669707Z [00:02:11.790]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:09.9670929Z [00:02:11.790]➜  packagefile github.com/hashicorp/golang-lru/v2/simplelru=/tmp/go-build282983591/b260/_pkg_.a
2025-08-20T21:58:09.9671863Z [00:02:11.790]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:09.9672413Z [00:02:11.790]➜  EOF
2025-08-20T21:58:09.9676833Z [00:02:11.791]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b259/_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/b259=>" -p github.com/hashicorp/golang-lru/v2 -lang=go1.18 -complete -installsuffix shared -buildid pl2B8vV5cgPgN0ff9MEZ/pl2B8vV5cgPgN0ff9MEZ -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/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:58:09.9844179Z [00:02:11.810]➜  go tool buildid -w $WORK/b259/_pkg_.a # internal
2025-08-20T21:58:09.9857721Z [00:02:11.811]➜  cp $WORK/b259/_pkg_.a /root/.cache/go-build/78/7852cc3cd4cc0418b1d0bfb50173d4f0e77cc55b36ba2a4b06d94d3009f883a9-d # internal
2025-08-20T21:58:09.9864834Z [00:02:11.812]➜  golang.org/x/text/transform
2025-08-20T21:58:09.9871840Z [00:02:11.812]➜  mkdir -p $WORK/b266/
2025-08-20T21:58:09.9876563Z [00:02:11.813]➜  cat >/tmp/go-build282983591/b266/importcfg << 'EOF' # internal
2025-08-20T21:58:09.9878405Z [00:02:11.813]➜  # import config
2025-08-20T21:58:09.9881312Z [00:02:11.813]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:09.9882163Z [00:02:11.813]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:09.9882924Z [00:02:11.813]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:09.9883737Z [00:02:11.813]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:09.9884332Z [00:02:11.813]➜  EOF
2025-08-20T21:58:09.9887667Z [00:02:11.813]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b266/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/transform=>golang.org/x/text@v0.26.0/transform;$WORK/b266=>" -p golang.org/x/text/transform -lang=go1.23 -complete -installsuffix shared -buildid anOn6m9LaicaFhgLYDC9/anOn6m9LaicaFhgLYDC9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b266/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/transform/transform.go
2025-08-20T21:58:09.9909174Z [00:02:11.816]➜  go tool buildid -w $WORK/b262/_pkg_.a # internal
2025-08-20T21:58:09.9919638Z [00:02:11.817]➜  cp $WORK/b262/_pkg_.a /root/.cache/go-build/fb/fb4904ab7fcb831f6a73ec5dd5016a3abd387e1ec69eb12a98ab20d5ea7550b2-d # internal
2025-08-20T21:58:09.9926066Z [00:02:11.818]➜  github.com/bodgit/sevenzip/internal/util
2025-08-20T21:58:09.9929737Z [00:02:11.818]➜  mkdir -p $WORK/b271/
2025-08-20T21:58:09.9930741Z [00:02:11.818]➜  cat >/tmp/go-build282983591/b271/importcfg << 'EOF' # internal
2025-08-20T21:58:09.9931862Z [00:02:11.818]➜  # import config
2025-08-20T21:58:09.9932831Z [00:02:11.818]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:09.9933702Z [00:02:11.818]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:09.9934282Z [00:02:11.818]➜  EOF
2025-08-20T21:58:09.9938359Z [00:02:11.818]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b271/_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/b271=>" -p github.com/bodgit/sevenzip/internal/util -lang=go1.19 -complete -installsuffix shared -buildid X7WSZyuiurfKyGMhOWU5/X7WSZyuiurfKyGMhOWU5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b271/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:58:10.0188224Z [00:02:11.844]➜  go tool buildid -w $WORK/b271/_pkg_.a # internal
2025-08-20T21:58:10.0191079Z [00:02:11.844]➜  cp $WORK/b271/_pkg_.a /root/.cache/go-build/4c/4c0d70f6b7201f03ad18a558591ff925d2246d682efbbdc16830d37f51f9dda0-d # internal
2025-08-20T21:58:10.0194270Z [00:02:11.844]➜  github.com/hashicorp/errwrap
2025-08-20T21:58:10.0194856Z [00:02:11.844]➜  mkdir -p $WORK/b273/
2025-08-20T21:58:10.0195583Z [00:02:11.844]➜  cat >/tmp/go-build282983591/b273/importcfg << 'EOF' # internal
2025-08-20T21:58:10.0196612Z [00:02:11.844]➜  # import config
2025-08-20T21:58:10.0197267Z [00:02:11.844]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:10.0198074Z [00:02:11.844]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:10.0198843Z [00:02:11.844]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:10.0199456Z [00:02:11.844]➜  EOF
2025-08-20T21:58:10.0203001Z [00:02:11.844]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b273/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/errwrap@v1.1.0=>github.com/hashicorp/errwrap@v1.1.0;$WORK/b273=>" -p github.com/hashicorp/errwrap -lang=go1.16 -complete -installsuffix shared -buildid 7ABM8M-zHEZv3Txr73Fd/7ABM8M-zHEZv3Txr73Fd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b273/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/errwrap@v1.1.0/errwrap.go
2025-08-20T21:58:10.0286235Z [00:02:11.854]➜  go tool buildid -w $WORK/b105/_pkg_.a # internal
2025-08-20T21:58:10.0407556Z [00:02:11.866]➜  go tool buildid -w $WORK/b266/_pkg_.a # internal
2025-08-20T21:58:10.0419148Z [00:02:11.867]➜  cp $WORK/b266/_pkg_.a /root/.cache/go-build/50/507ee153087bfa3856549f4cd095e9678dbfd1c3148cb11e1a437ab1855d548c-d # internal
2025-08-20T21:58:10.0424884Z [00:02:11.867]➜  golang.org/x/text/encoding
2025-08-20T21:58:10.0425517Z [00:02:11.867]➜  mkdir -p $WORK/b264/
2025-08-20T21:58:10.0432755Z [00:02:11.868]➜  cat >/tmp/go-build282983591/b264/importcfg << 'EOF' # internal
2025-08-20T21:58:10.0438527Z [00:02:11.868]➜  # import config
2025-08-20T21:58:10.0439241Z [00:02:11.869]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:10.0440946Z [00:02:11.869]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build282983591/b265/_pkg_.a
2025-08-20T21:58:10.0442305Z [00:02:11.869]➜  packagefile golang.org/x/text/transform=/tmp/go-build282983591/b266/_pkg_.a
2025-08-20T21:58:10.0443353Z [00:02:11.869]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:10.0444196Z [00:02:11.869]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:10.0445119Z [00:02:11.869]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:10.0445794Z [00:02:11.869]➜  EOF
2025-08-20T21:58:10.0449288Z [00:02:11.869]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b264/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding=>golang.org/x/text@v0.26.0/encoding;$WORK/b264=>" -p golang.org/x/text/encoding -lang=go1.23 -complete -installsuffix shared -buildid ERyAFEyvBRXoZL3xyXWC/ERyAFEyvBRXoZL3xyXWC -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/encoding.go
2025-08-20T21:58:10.0541822Z [00:02:11.879]➜  go tool buildid -w $WORK/b273/_pkg_.a # internal
2025-08-20T21:58:10.0575477Z [00:02:11.880]➜  cp $WORK/b273/_pkg_.a /root/.cache/go-build/84/84bb072f9ad1edfb5234e234db0894de0553569949260896be9f26443cdb96d5-d # internal
2025-08-20T21:58:10.0580843Z [00:02:11.880]➜  golang.org/x/text/runes
2025-08-20T21:58:10.0581937Z [00:02:11.880]➜  mkdir -p $WORK/b269/
2025-08-20T21:58:10.0582677Z [00:02:11.881]➜  cat >/tmp/go-build282983591/b269/importcfg << 'EOF' # internal
2025-08-20T21:58:10.0583369Z [00:02:11.881]➜  # import config
2025-08-20T21:58:10.0584195Z [00:02:11.881]➜  packagefile golang.org/x/text/transform=/tmp/go-build282983591/b266/_pkg_.a
2025-08-20T21:58:10.0585154Z [00:02:11.881]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:10.0585959Z [00:02:11.881]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:10.0586605Z [00:02:11.881]➜  EOF
2025-08-20T21:58:10.0590342Z [00:02:11.881]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b269/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/runes=>golang.org/x/text@v0.26.0/runes;$WORK/b269=>" -p golang.org/x/text/runes -lang=go1.23 -complete -installsuffix shared -buildid HbS0IQFu2WzyIqYPjU55/HbS0IQFu2WzyIqYPjU55 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b269/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:58:10.0595436Z [00:02:11.883]➜  cp $WORK/b105/_pkg_.a /root/.cache/go-build/66/6631b3d14247c00fb7c973f4bd8dde695332e12f3ebed78088f941912feb0652-d # internal
2025-08-20T21:58:10.0596895Z [00:02:11.883]➜  net/http/httptrace
2025-08-20T21:58:10.0597460Z [00:02:11.883]➜  mkdir -p $WORK/b218/
2025-08-20T21:58:10.0598134Z [00:02:11.883]➜  cat >/tmp/go-build282983591/b218/importcfg << 'EOF' # internal
2025-08-20T21:58:10.0598806Z [00:02:11.884]➜  # import config
2025-08-20T21:58:10.0599494Z [00:02:11.885]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:10.0600587Z [00:02:11.885]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:58:10.0601487Z [00:02:11.885]➜  packagefile internal/nettrace=/tmp/go-build282983591/b161/_pkg_.a
2025-08-20T21:58:10.0602345Z [00:02:11.885]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:10.0603140Z [00:02:11.885]➜  packagefile net/textproto=/tmp/go-build282983591/b212/_pkg_.a
2025-08-20T21:58:10.0603947Z [00:02:11.885]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:10.0604699Z [00:02:11.885]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:10.0605256Z [00:02:11.885]➜  EOF
2025-08-20T21:58:10.0608294Z [00:02:11.885]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b218/_pkg_.a -trimpath "/root/.go/src/net/http/httptrace=>net/http/httptrace;$WORK/b218=>" -p net/http/httptrace -lang=go1.25 -std -complete -installsuffix shared -buildid g5O9UvZd-txHDnuWkNEM/g5O9UvZd-txHDnuWkNEM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b218/importcfg -pack /root/.go/src/net/http/httptrace/trace.go
2025-08-20T21:58:10.0957117Z [00:02:11.921]➜  go tool buildid -w $WORK/b264/_pkg_.a # internal
2025-08-20T21:58:10.0968010Z [00:02:11.922]➜  cp $WORK/b264/_pkg_.a /root/.cache/go-build/d7/d7edfaa756faa70db44557b3ad7b1d3c9670332919a5aea0ef8810ab9817e349-d # internal
2025-08-20T21:58:10.0986081Z [00:02:11.924]➜  go tool buildid -w $WORK/b218/_pkg_.a # internal
2025-08-20T21:58:10.1009194Z [00:02:11.926]➜  cp $WORK/b218/_pkg_.a /root/.cache/go-build/d6/d64fd6db479de150ef0d074d5651db3a56bf63334201f66345c9444a8813a32f-d # internal
2025-08-20T21:58:10.1010461Z [00:02:11.926]➜  net/http/internal/httpcommon
2025-08-20T21:58:10.1010954Z [00:02:11.926]➜  mkdir -p $WORK/b221/
2025-08-20T21:58:10.1011684Z [00:02:11.926]➜  cat >/tmp/go-build282983591/b221/importcfg << 'EOF' # internal
2025-08-20T21:58:10.1012353Z [00:02:11.926]➜  # import config
2025-08-20T21:58:10.1013207Z [00:02:11.926]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T21:58:10.1014311Z [00:02:11.926]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T21:58:10.1015277Z [00:02:11.926]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:10.1016136Z [00:02:11.926]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:10.1016977Z [00:02:11.926]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:10.1018023Z [00:02:11.926]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build282983591/b206/_pkg_.a
2025-08-20T21:58:10.1019305Z [00:02:11.926]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build282983591/b214/_pkg_.a
2025-08-20T21:58:10.1020742Z [00:02:11.926]➜  packagefile net/http/httptrace=/tmp/go-build282983591/b218/_pkg_.a
2025-08-20T21:58:10.1021764Z [00:02:11.926]➜  packagefile net/textproto=/tmp/go-build282983591/b212/_pkg_.a
2025-08-20T21:58:10.1022705Z [00:02:11.926]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:10.1023577Z [00:02:11.926]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:10.1024429Z [00:02:11.926]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:10.1025758Z [00:02:11.926]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:10.1026597Z [00:02:11.926]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:10.1027231Z [00:02:11.926]➜  EOF
2025-08-20T21:58:10.1030772Z [00:02:11.926]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b221/_pkg_.a -trimpath "/root/.go/src/net/http/internal/httpcommon=>net/http/internal/httpcommon;$WORK/b221=>" -p net/http/internal/httpcommon -lang=go1.25 -std -complete -installsuffix shared -buildid xK9D9iG9vyQS4DpGdswV/xK9D9iG9vyQS4DpGdswV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b221/importcfg -pack /root/.go/src/net/http/internal/httpcommon/httpcommon.go
2025-08-20T21:58:10.1145820Z [00:02:11.940]➜  github.com/miekg/dns
2025-08-20T21:58:10.1152744Z [00:02:11.941]➜  mkdir -p $WORK/b224/
2025-08-20T21:58:10.1163730Z [00:02:11.941]➜  cat >/tmp/go-build282983591/b224/importcfg << 'EOF' # internal
2025-08-20T21:58:10.1164443Z [00:02:11.941]➜  # import config
2025-08-20T21:58:10.1165063Z [00:02:11.941]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:10.1165813Z [00:02:11.941]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:10.1166583Z [00:02:11.941]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:10.1167400Z [00:02:11.941]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:10.1168264Z [00:02:11.941]➜  packagefile crypto/ecdsa=/tmp/go-build282983591/b115/_pkg_.a
2025-08-20T21:58:10.1169177Z [00:02:11.941]➜  packagefile crypto/ed25519=/tmp/go-build282983591/b130/_pkg_.a
2025-08-20T21:58:10.1170331Z [00:02:11.941]➜  packagefile crypto/elliptic=/tmp/go-build282983591/b116/_pkg_.a
2025-08-20T21:58:10.1171589Z [00:02:11.941]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:58:10.1172553Z [00:02:11.941]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:10.1173459Z [00:02:11.941]➜  packagefile crypto/rsa=/tmp/go-build282983591/b148/_pkg_.a
2025-08-20T21:58:10.1174374Z [00:02:11.941]➜  packagefile crypto/sha1=/tmp/go-build282983591/b095/_pkg_.a
2025-08-20T21:58:10.1175327Z [00:02:11.941]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:10.1176260Z [00:02:11.941]➜  packagefile crypto/sha512=/tmp/go-build282983591/b126/_pkg_.a
2025-08-20T21:58:10.1177181Z [00:02:11.941]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:58:10.1178062Z [00:02:11.941]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:58:10.1178916Z [00:02:11.941]➜  packagefile encoding/asn1=/tmp/go-build282983591/b128/_pkg_.a
2025-08-20T21:58:10.1180037Z [00:02:11.941]➜  packagefile encoding/base32=/tmp/go-build282983591/b225/_pkg_.a
2025-08-20T21:58:10.1180994Z [00:02:11.941]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:10.1181924Z [00:02:11.941]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:10.1182850Z [00:02:11.941]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:10.1183696Z [00:02:11.942]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:10.1184494Z [00:02:11.942]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:10.1185413Z [00:02:11.942]➜  packagefile golang.org/x/net/ipv4=/tmp/go-build282983591/b226/_pkg_.a
2025-08-20T21:58:10.1186427Z [00:02:11.942]➜  packagefile golang.org/x/net/ipv6=/tmp/go-build282983591/b230/_pkg_.a
2025-08-20T21:58:10.1187444Z [00:02:11.942]➜  packagefile golang.org/x/sys/unix=/tmp/go-build282983591/b181/_pkg_.a
2025-08-20T21:58:10.1188363Z [00:02:11.942]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:10.1189195Z [00:02:11.942]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:10.1194595Z [00:02:11.942]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:58:10.1195516Z [00:02:11.942]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:10.1196604Z [00:02:11.942]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:10.1197397Z [00:02:11.942]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:10.1198203Z [00:02:11.942]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:58:10.1199088Z [00:02:11.942]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:10.1200192Z [00:02:11.942]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:10.1201048Z [00:02:11.942]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:10.1201858Z [00:02:11.942]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:10.1202688Z [00:02:11.942]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:10.1203523Z [00:02:11.942]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:10.1204338Z [00:02:11.942]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:10.1205136Z [00:02:11.942]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:10.1205711Z [00:02:11.942]➜  EOF
2025-08-20T21:58:10.1230797Z [00:02:11.946]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b224/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/miekg/dns@v1.1.66=>github.com/miekg/dns@v1.1.66;$WORK/b224=>" -p github.com/miekg/dns -lang=go1.23 -complete -installsuffix shared -buildid zUJcjXxI1OjQmegaPYWn/zUJcjXxI1OjQmegaPYWn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b224/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:58:10.1525595Z [00:02:11.978]➜  go tool buildid -w $WORK/b269/_pkg_.a # internal
2025-08-20T21:58:10.1542729Z [00:02:11.979]➜  cp $WORK/b269/_pkg_.a /root/.cache/go-build/c5/c5bdb4bb9739eba524dbf6f0f30546b3b840fff56ac21537892b3583e000c271-d # internal
2025-08-20T21:58:10.1547966Z [00:02:11.980]➜  golang.org/x/text/encoding/internal
2025-08-20T21:58:10.1551998Z [00:02:11.980]➜  mkdir -p $WORK/b267/
2025-08-20T21:58:10.1558830Z [00:02:11.981]➜  cat >/tmp/go-build282983591/b267/importcfg << 'EOF' # internal
2025-08-20T21:58:10.1560589Z [00:02:11.981]➜  # import config
2025-08-20T21:58:10.1561379Z [00:02:11.981]➜  packagefile golang.org/x/text/encoding=/tmp/go-build282983591/b264/_pkg_.a
2025-08-20T21:58:10.1562564Z [00:02:11.981]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build282983591/b265/_pkg_.a
2025-08-20T21:58:10.1563759Z [00:02:11.981]➜  packagefile golang.org/x/text/transform=/tmp/go-build282983591/b266/_pkg_.a
2025-08-20T21:58:10.1564498Z [00:02:11.981]➜  EOF
2025-08-20T21:58:10.1572607Z [00:02:11.982]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b267/_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/b267=>" -p golang.org/x/text/encoding/internal -lang=go1.23 -complete -installsuffix shared -buildid oTspBpV4jIqfi56PZE3F/oTspBpV4jIqfi56PZE3F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b267/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/internal/internal.go
2025-08-20T21:58:10.1853215Z [00:02:12.010]➜  go tool buildid -w $WORK/b267/_pkg_.a # internal
2025-08-20T21:58:10.1871368Z [00:02:12.012]➜  cp $WORK/b267/_pkg_.a /root/.cache/go-build/ce/ce56fa52f27926e7ca2e4d1c2f87bdb8ca8a7cb65d3c286d9dba716a728620c2-d # internal
2025-08-20T21:58:10.1873565Z [00:02:12.012]➜  golang.org/x/text/encoding/unicode
2025-08-20T21:58:10.1874432Z [00:02:12.012]➜  mkdir -p $WORK/b263/
2025-08-20T21:58:10.1878610Z [00:02:12.013]➜  cat >/tmp/go-build282983591/b263/importcfg << 'EOF' # internal
2025-08-20T21:58:10.1881032Z [00:02:12.013]➜  # import config
2025-08-20T21:58:10.1881745Z [00:02:12.013]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:10.1882570Z [00:02:12.013]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:10.1883541Z [00:02:12.013]➜  packagefile golang.org/x/text/encoding=/tmp/go-build282983591/b264/_pkg_.a
2025-08-20T21:58:10.1884716Z [00:02:12.013]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build282983591/b267/_pkg_.a
2025-08-20T21:58:10.1886064Z [00:02:12.013]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build282983591/b265/_pkg_.a
2025-08-20T21:58:10.1887424Z [00:02:12.013]➜  packagefile golang.org/x/text/internal/utf8internal=/tmp/go-build282983591/b268/_pkg_.a
2025-08-20T21:58:10.1888603Z [00:02:12.013]➜  packagefile golang.org/x/text/runes=/tmp/go-build282983591/b269/_pkg_.a
2025-08-20T21:58:10.1889690Z [00:02:12.013]➜  packagefile golang.org/x/text/transform=/tmp/go-build282983591/b266/_pkg_.a
2025-08-20T21:58:10.1892144Z [00:02:12.013]➜  packagefile unicode/utf16=/tmp/go-build282983591/b070/_pkg_.a
2025-08-20T21:58:10.1894397Z [00:02:12.013]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:10.1895023Z [00:02:12.013]➜  EOF
2025-08-20T21:58:10.1898923Z [00:02:12.015]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b263/_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/b263=>" -p golang.org/x/text/encoding/unicode -lang=go1.23 -complete -installsuffix shared -buildid F7Ywq6koId0onq4RkQLh/F7Ywq6koId0onq4RkQLh -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/unicode/override.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/unicode/unicode.go
2025-08-20T21:58:10.2458928Z [00:02:12.071]➜  go tool buildid -w $WORK/b221/_pkg_.a # internal
2025-08-20T21:58:10.2470197Z [00:02:12.072]➜  cp $WORK/b221/_pkg_.a /root/.cache/go-build/81/812ca8e1d7544ccb0e370d4b5f1a300109384e60eae930b9e384e1f28814585a-d # internal
2025-08-20T21:58:10.2496499Z [00:02:12.075]➜  net/http
2025-08-20T21:58:10.2498877Z [00:02:12.075]➜  mkdir -p $WORK/b203/
2025-08-20T21:58:10.2507160Z [00:02:12.076]➜  cat >/tmp/go-build282983591/b203/importcfg << 'EOF' # internal
2025-08-20T21:58:10.2510307Z [00:02:12.076]➜  # import config
2025-08-20T21:58:10.2511139Z [00:02:12.076]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T21:58:10.2512309Z [00:02:12.076]➜  importmap golang.org/x/net/http/httpproxy=vendor/golang.org/x/net/http/httpproxy
2025-08-20T21:58:10.2513415Z [00:02:12.076]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T21:58:10.2514363Z [00:02:12.076]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T21:58:10.2515206Z [00:02:12.076]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:10.2515961Z [00:02:12.076]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:10.2516789Z [00:02:12.076]➜  packagefile compress/gzip=/tmp/go-build282983591/b204/_pkg_.a
2025-08-20T21:58:10.2517660Z [00:02:12.076]➜  packagefile container/list=/tmp/go-build282983591/b106/_pkg_.a
2025-08-20T21:58:10.2518482Z [00:02:12.076]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:10.2519288Z [00:02:12.076]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:10.2520382Z [00:02:12.076]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:58:10.2521319Z [00:02:12.076]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:10.2532907Z [00:02:12.076]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:10.2534136Z [00:02:12.076]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:10.2534952Z [00:02:12.076]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:10.2535936Z [00:02:12.076]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build282983591/b206/_pkg_.a
2025-08-20T21:58:10.2537140Z [00:02:12.076]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build282983591/b213/_pkg_.a
2025-08-20T21:58:10.2538308Z [00:02:12.076]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build282983591/b214/_pkg_.a
2025-08-20T21:58:10.2539339Z [00:02:12.076]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build282983591/b207/_pkg_.a
2025-08-20T21:58:10.2540499Z [00:02:12.076]➜  packagefile internal/godebug=/tmp/go-build282983591/b058/_pkg_.a
2025-08-20T21:58:10.2541288Z [00:02:12.076]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:10.2542060Z [00:02:12.076]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:58:10.2542820Z [00:02:12.076]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:10.2543524Z [00:02:12.076]➜  packagefile maps=/tmp/go-build282983591/b158/_pkg_.a
2025-08-20T21:58:10.2544247Z [00:02:12.076]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:10.2545216Z [00:02:12.076]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:10.2546017Z [00:02:12.076]➜  packagefile math/rand=/tmp/go-build282983591/b118/_pkg_.a
2025-08-20T21:58:10.2546748Z [00:02:12.076]➜  packagefile mime=/tmp/go-build282983591/b215/_pkg_.a
2025-08-20T21:58:10.2547592Z [00:02:12.076]➜  packagefile mime/multipart=/tmp/go-build282983591/b216/_pkg_.a
2025-08-20T21:58:10.2548352Z [00:02:12.076]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:10.2549182Z [00:02:12.076]➜  packagefile net/http/httptrace=/tmp/go-build282983591/b218/_pkg_.a
2025-08-20T21:58:10.2550216Z [00:02:12.076]➜  packagefile net/http/internal=/tmp/go-build282983591/b219/_pkg_.a
2025-08-20T21:58:10.2551174Z [00:02:12.076]➜  packagefile net/http/internal/ascii=/tmp/go-build282983591/b220/_pkg_.a
2025-08-20T21:58:10.2552163Z [00:02:12.076]➜  packagefile net/http/internal/httpcommon=/tmp/go-build282983591/b221/_pkg_.a
2025-08-20T21:58:10.2553107Z [00:02:12.076]➜  packagefile net/textproto=/tmp/go-build282983591/b212/_pkg_.a
2025-08-20T21:58:10.2553897Z [00:02:12.076]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:10.2554597Z [00:02:12.076]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:10.2555291Z [00:02:12.076]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:58:10.2556089Z [00:02:12.076]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:10.2556855Z [00:02:12.076]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:10.2557602Z [00:02:12.076]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:10.2558373Z [00:02:12.076]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:10.2559323Z [00:02:12.076]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:10.2560246Z [00:02:12.076]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:10.2561002Z [00:02:12.076]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:10.2561713Z [00:02:12.076]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:10.2562459Z [00:02:12.076]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:10.2563209Z [00:02:12.076]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:10.2563915Z [00:02:12.076]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:10.2564683Z [00:02:12.076]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:10.2565261Z [00:02:12.076]➜  EOF
2025-08-20T21:58:10.2614321Z [00:02:12.078]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b203/_pkg_.a -trimpath "/root/.go/src/net/http=>net/http;$WORK/b203=>" -p net/http -lang=go1.25 -std -complete -installsuffix shared -buildid e9Y3XJp1CY5xC-UXQHfl/e9Y3XJp1CY5xC-UXQHfl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b203/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:58:10.2747475Z [00:02:12.100]➜  go tool buildid -w $WORK/b263/_pkg_.a # internal
2025-08-20T21:58:10.2760572Z [00:02:12.101]➜  cp $WORK/b263/_pkg_.a /root/.cache/go-build/12/12f38117fa9e2375f883ed7bf19e54e248a3e31ae86ccb43be2a89371503d235-d # internal
2025-08-20T21:58:10.2764968Z [00:02:12.101]➜  github.com/bodgit/sevenzip/internal/aes7z
2025-08-20T21:58:10.2765625Z [00:02:12.102]➜  mkdir -p $WORK/b258/
2025-08-20T21:58:10.2774095Z [00:02:12.102]➜  cat >/tmp/go-build282983591/b258/importcfg << 'EOF' # internal
2025-08-20T21:58:10.2780618Z [00:02:12.102]➜  # import config
2025-08-20T21:58:10.2781270Z [00:02:12.102]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:10.2782114Z [00:02:12.103]➜  packagefile crypto/aes=/tmp/go-build282983591/b108/_pkg_.a
2025-08-20T21:58:10.2783018Z [00:02:12.103]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:58:10.2783902Z [00:02:12.103]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:10.2784810Z [00:02:12.103]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:10.2785692Z [00:02:12.103]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:10.2786514Z [00:02:12.103]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:10.2787273Z [00:02:12.103]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:10.2788223Z [00:02:12.103]➜  packagefile github.com/hashicorp/golang-lru/v2=/tmp/go-build282983591/b259/_pkg_.a
2025-08-20T21:58:10.2789221Z [00:02:12.103]➜  packagefile go4.org/syncutil=/tmp/go-build282983591/b262/_pkg_.a
2025-08-20T21:58:10.2790453Z [00:02:12.103]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build282983591/b263/_pkg_.a
2025-08-20T21:58:10.2791848Z [00:02:12.103]➜  packagefile golang.org/x/text/transform=/tmp/go-build282983591/b266/_pkg_.a
2025-08-20T21:58:10.2792782Z [00:02:12.103]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:10.2793369Z [00:02:12.103]➜  EOF
2025-08-20T21:58:10.2797622Z [00:02:12.103]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b258/_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/b258=>" -p github.com/bodgit/sevenzip/internal/aes7z -lang=go1.19 -complete -installsuffix shared -buildid tDLkE3SHLGTMWgca-_8B/tDLkE3SHLGTMWgca-_8B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b258/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:58:10.4099553Z [00:02:12.235]➜  go tool buildid -w $WORK/b258/_pkg_.a # internal
2025-08-20T21:58:10.4125832Z [00:02:12.238]➜  cp $WORK/b258/_pkg_.a /root/.cache/go-build/f3/f384e6b03fb604491d34caa555ad693fdcc78505f8b0033a96979f37ca10efc7-d # internal
2025-08-20T21:58:10.4131258Z [00:02:12.238]➜  github.com/hashicorp/go-multierror
2025-08-20T21:58:10.4133915Z [00:02:12.238]➜  mkdir -p $WORK/b272/
2025-08-20T21:58:10.4138723Z [00:02:12.239]➜  cat >/tmp/go-build282983591/b272/importcfg << 'EOF' # internal
2025-08-20T21:58:10.4149005Z [00:02:12.239]➜  # import config
2025-08-20T21:58:10.4149694Z [00:02:12.239]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:10.4150723Z [00:02:12.239]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:10.4151667Z [00:02:12.239]➜  packagefile github.com/hashicorp/errwrap=/tmp/go-build282983591/b273/_pkg_.a
2025-08-20T21:58:10.4152592Z [00:02:12.239]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:10.4153376Z [00:02:12.239]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:10.4153966Z [00:02:12.239]➜  EOF
2025-08-20T21:58:10.4160345Z [00:02:12.239]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b272/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1=>github.com/hashicorp/go-multierror@v1.1.1;$WORK/b272=>" -p github.com/hashicorp/go-multierror -lang=go1.13 -complete -installsuffix shared -buildid nr4SMuJH3GryakL8RzdI/nr4SMuJH3GryakL8RzdI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b272/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:58:10.4543474Z [00:02:12.279]➜  go tool buildid -w $WORK/b272/_pkg_.a # internal
2025-08-20T21:58:10.4554164Z [00:02:12.281]➜  cp $WORK/b272/_pkg_.a /root/.cache/go-build/fa/fa8741cb8bd20ddc596e04fc0c1f090682a10a1cc3500ad03f04d54c3d8822b6-d # internal
2025-08-20T21:58:10.4555688Z [00:02:12.281]➜  github.com/bodgit/sevenzip/internal/bcj2
2025-08-20T21:58:10.4557785Z [00:02:12.281]➜  mkdir -p $WORK/b270/
2025-08-20T21:58:10.4565280Z [00:02:12.282]➜  cat >/tmp/go-build282983591/b270/importcfg << 'EOF' # internal
2025-08-20T21:58:10.4566334Z [00:02:12.282]➜  # import config
2025-08-20T21:58:10.4567156Z [00:02:12.282]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:10.4568011Z [00:02:12.282]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:10.4568827Z [00:02:12.282]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:10.4569579Z [00:02:12.282]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:10.4570743Z [00:02:12.282]➜  packagefile github.com/bodgit/sevenzip/internal/util=/tmp/go-build282983591/b271/_pkg_.a
2025-08-20T21:58:10.4572280Z [00:02:12.282]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build282983591/b272/_pkg_.a
2025-08-20T21:58:10.4573268Z [00:02:12.282]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:10.4573855Z [00:02:12.282]➜  EOF
2025-08-20T21:58:10.4577592Z [00:02:12.282]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b270/_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/b270=>" -p github.com/bodgit/sevenzip/internal/bcj2 -lang=go1.19 -complete -installsuffix shared -buildid 7zwV_XEndVguZMXLti9y/7zwV_XEndVguZMXLti9y -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/bcj2/reader.go
2025-08-20T21:58:10.4873915Z [00:02:12.313]➜  go tool buildid -w $WORK/b270/_pkg_.a # internal
2025-08-20T21:58:10.4888168Z [00:02:12.314]➜  cp $WORK/b270/_pkg_.a /root/.cache/go-build/d4/d4dd4b588efadf0e4c98b9832392d8297bc682d24ed6e390d561053b00ae7077-d # internal
2025-08-20T21:58:10.4897126Z [00:02:12.315]➜  github.com/bodgit/sevenzip/internal/bra
2025-08-20T21:58:10.4901192Z [00:02:12.315]➜  mkdir -p $WORK/b274/
2025-08-20T21:58:10.4912642Z [00:02:12.316]➜  cat >/tmp/go-build282983591/b274/importcfg << 'EOF' # internal
2025-08-20T21:58:10.4913576Z [00:02:12.316]➜  # import config
2025-08-20T21:58:10.4914490Z [00:02:12.316]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:10.4915720Z [00:02:12.316]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:10.4916773Z [00:02:12.316]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:10.4918576Z [00:02:12.316]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:10.4919367Z [00:02:12.316]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:10.4920166Z [00:02:12.316]➜  EOF
2025-08-20T21:58:10.4927021Z [00:02:12.317]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b274/_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/b274=>" -p github.com/bodgit/sevenzip/internal/bra -lang=go1.19 -complete -installsuffix shared -buildid TOIlGUNkGR9a0786QfEC/TOIlGUNkGR9a0786QfEC -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/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:58:10.5496509Z [00:02:12.375]➜  go tool buildid -w $WORK/b274/_pkg_.a # internal
2025-08-20T21:58:10.5511566Z [00:02:12.376]➜  cp $WORK/b274/_pkg_.a /root/.cache/go-build/7b/7bd42ce4671d43f42a6bde7c92287ee7b31c444e8aa5084be85e80786d284330-d # internal
2025-08-20T21:58:10.5518738Z [00:02:12.377]➜  compress/bzip2
2025-08-20T21:58:10.5523460Z [00:02:12.378]➜  mkdir -p $WORK/b277/
2025-08-20T21:58:10.5532334Z [00:02:12.378]➜  cat >/tmp/go-build282983591/b277/importcfg << 'EOF' # internal
2025-08-20T21:58:10.5544430Z [00:02:12.378]➜  # import config
2025-08-20T21:58:10.5545076Z [00:02:12.378]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:10.5545835Z [00:02:12.378]➜  packagefile cmp=/tmp/go-build282983591/b046/_pkg_.a
2025-08-20T21:58:10.5546587Z [00:02:12.378]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:10.5547321Z [00:02:12.378]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:10.5547934Z [00:02:12.378]➜  EOF
2025-08-20T21:58:10.5557056Z [00:02:12.381]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b277/_pkg_.a -trimpath "/root/.go/src/compress/bzip2=>compress/bzip2;$WORK/b277=>" -p compress/bzip2 -lang=go1.25 -std -complete -installsuffix shared -buildid iH15bz5YM_b7Xj4MKjfc/iH15bz5YM_b7Xj4MKjfc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b277/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:58:10.5979315Z [00:02:12.423]➜  go tool buildid -w $WORK/b244/_pkg_.a # internal
2025-08-20T21:58:10.6235328Z [00:02:12.449]➜  cp $WORK/b244/_pkg_.a /root/.cache/go-build/8c/8c84b6a9ee2f65a3d12439503b0ab6be0b847f87edc9129e38fab3e6e6c8fde5-d # internal
2025-08-20T21:58:10.6276771Z [00:02:12.453]➜  github.com/projectdiscovery/gologger/formatter
2025-08-20T21:58:10.6279379Z [00:02:12.453]➜  mkdir -p $WORK/b243/
2025-08-20T21:58:10.6311410Z [00:02:12.454]➜  cat >/tmp/go-build282983591/b243/importcfg << 'EOF' # internal
2025-08-20T21:58:10.6312499Z [00:02:12.454]➜  # import config
2025-08-20T21:58:10.6314988Z [00:02:12.454]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:10.6316179Z [00:02:12.454]➜  packagefile github.com/json-iterator/go=/tmp/go-build282983591/b244/_pkg_.a
2025-08-20T21:58:10.6318834Z [00:02:12.454]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build282983591/b248/_pkg_.a
2025-08-20T21:58:10.6320303Z [00:02:12.454]➜  packagefile github.com/projectdiscovery/gologger/levels=/tmp/go-build282983591/b249/_pkg_.a
2025-08-20T21:58:10.6321386Z [00:02:12.454]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:10.6322186Z [00:02:12.454]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:10.6322786Z [00:02:12.454]➜  EOF
2025-08-20T21:58:10.6328547Z [00:02:12.454]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b243/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/gologger@v1.1.54/formatter=>github.com/projectdiscovery/gologger@v1.1.54/formatter;$WORK/b243=>" -p github.com/projectdiscovery/gologger/formatter -lang=go1.22 -complete -installsuffix shared -buildid a3-7oZUnndyzlt5d6ZoJ/a3-7oZUnndyzlt5d6ZoJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b243/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:58:10.6479239Z [00:02:12.473]➜  go tool buildid -w $WORK/b277/_pkg_.a # internal
2025-08-20T21:58:10.6504805Z [00:02:12.475]➜  cp $WORK/b277/_pkg_.a /root/.cache/go-build/51/5144bef035f8fe85f6eac0e66231abc6e515599114efdf27d0cdc611a618a736-d # internal
2025-08-20T21:58:10.6522228Z [00:02:12.475]➜  github.com/bodgit/sevenzip/internal/bzip2
2025-08-20T21:58:10.6522898Z [00:02:12.475]➜  mkdir -p $WORK/b276/
2025-08-20T21:58:10.6523633Z [00:02:12.476]➜  cat >/tmp/go-build282983591/b276/importcfg << 'EOF' # internal
2025-08-20T21:58:10.6524367Z [00:02:12.476]➜  # import config
2025-08-20T21:58:10.6525092Z [00:02:12.476]➜  packagefile compress/bzip2=/tmp/go-build282983591/b277/_pkg_.a
2025-08-20T21:58:10.6525962Z [00:02:12.476]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:10.6526815Z [00:02:12.476]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:10.6527598Z [00:02:12.476]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:10.6528195Z [00:02:12.476]➜  EOF
2025-08-20T21:58:10.6532467Z [00:02:12.476]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b276/_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/b276=>" -p github.com/bodgit/sevenzip/internal/bzip2 -lang=go1.19 -complete -installsuffix shared -buildid _IckcZzTICMkXBrBlA6L/_IckcZzTICMkXBrBlA6L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b276/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/bzip2/reader.go
2025-08-20T21:58:10.6656388Z [00:02:12.491]➜  go tool buildid -w $WORK/b276/_pkg_.a # internal
2025-08-20T21:58:10.6665236Z [00:02:12.492]➜  cp $WORK/b276/_pkg_.a /root/.cache/go-build/1d/1d6d98d4e5dd13d36de7e9482027362653a8d0ed136aa70d6e514069eb1473b7-d # internal
2025-08-20T21:58:10.6673707Z [00:02:12.493]➜  github.com/klauspost/compress/flate
2025-08-20T21:58:10.6676924Z [00:02:12.493]➜  mkdir -p $WORK/b279/
2025-08-20T21:58:10.6686240Z [00:02:12.494]➜  cat >/tmp/go-build282983591/b279/importcfg << 'EOF' # internal
2025-08-20T21:58:10.6692998Z [00:02:12.494]➜  # import config
2025-08-20T21:58:10.6693682Z [00:02:12.494]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:10.6694456Z [00:02:12.494]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:10.6695264Z [00:02:12.494]➜  packagefile compress/flate=/tmp/go-build282983591/b170/_pkg_.a
2025-08-20T21:58:10.6696195Z [00:02:12.494]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:10.6697056Z [00:02:12.494]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:10.6697808Z [00:02:12.494]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:10.6698856Z [00:02:12.494]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build282983591/b280/_pkg_.a
2025-08-20T21:58:10.6700021Z [00:02:12.494]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:10.6700811Z [00:02:12.494]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:10.6701611Z [00:02:12.494]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:10.6702413Z [00:02:12.494]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:10.6703213Z [00:02:12.494]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:10.6703814Z [00:02:12.494]➜  EOF
2025-08-20T21:58:10.6737026Z [00:02:12.494]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b279/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate=>github.com/klauspost/compress@v1.18.0/flate;$WORK/b279=>" -p github.com/klauspost/compress/flate -lang=go1.22 -complete -installsuffix shared -buildid K-MoKNVvxWjYmDVmhQsO/K-MoKNVvxWjYmDVmhQsO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b279/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_amd64.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:58:10.7741628Z [00:02:12.599]➜  go tool buildid -w $WORK/b243/_pkg_.a # internal
2025-08-20T21:58:10.7772357Z [00:02:12.602]➜  cp $WORK/b243/_pkg_.a /root/.cache/go-build/77/77420b7a9354cad5cdcc5ad2c33d65f687ce4a08fe59aa381f07ca51a8a45f0e-d # internal
2025-08-20T21:58:10.7774518Z [00:02:12.603]➜  github.com/bodgit/sevenzip/internal/delta
2025-08-20T21:58:10.7776889Z [00:02:12.603]➜  mkdir -p $WORK/b281/
2025-08-20T21:58:10.7778354Z [00:02:12.603]➜  cat >/tmp/go-build282983591/b281/importcfg << 'EOF' # internal
2025-08-20T21:58:10.7779052Z [00:02:12.603]➜  # import config
2025-08-20T21:58:10.7779674Z [00:02:12.603]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:10.7780625Z [00:02:12.603]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:10.7781356Z [00:02:12.603]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:10.7781936Z [00:02:12.603]➜  EOF
2025-08-20T21:58:10.7785631Z [00:02:12.603]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b281/_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/b281=>" -p github.com/bodgit/sevenzip/internal/delta -lang=go1.19 -complete -installsuffix shared -buildid bKr392OAm_AUPTVsZ-Nd/bKr392OAm_AUPTVsZ-Nd -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/delta/reader.go
2025-08-20T21:58:10.7914865Z [00:02:12.617]➜  go tool buildid -w $WORK/b281/_pkg_.a # internal
2025-08-20T21:58:10.7931961Z [00:02:12.618]➜  cp $WORK/b281/_pkg_.a /root/.cache/go-build/04/04f032e61224f7c23a6068f1ccb53cbbb0f71557604bc657d2ce92cb2d0ac63d-d # internal
2025-08-20T21:58:10.7937475Z [00:02:12.618]➜  github.com/pierrec/lz4/v4/internal/lz4block
2025-08-20T21:58:10.7938071Z [00:02:12.618]➜  mkdir -p $WORK/b284/
2025-08-20T21:58:10.7943985Z [00:02:12.620]➜  echo -n > $WORK/b284/go_asm.h # internal
2025-08-20T21:58:10.7951602Z [00:02:12.620]➜  cd /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block
2025-08-20T21:58:10.7955221Z [00:02:12.620]➜  /root/.go/pkg/tool/linux_amd64/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/b284=>" -I $WORK/b284/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b284/symabis ./decode_amd64.s
2025-08-20T21:58:10.8007072Z [00:02:12.626]➜  cat >/tmp/go-build282983591/b284/importcfg << 'EOF' # internal
2025-08-20T21:58:10.8007776Z [00:02:12.626]➜  # import config
2025-08-20T21:58:10.8008487Z [00:02:12.626]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:10.8009690Z [00:02:12.626]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4errors=/tmp/go-build282983591/b285/_pkg_.a
2025-08-20T21:58:10.8011128Z [00:02:12.626]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:10.8011937Z [00:02:12.626]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:10.8012522Z [00:02:12.626]➜  EOF
2025-08-20T21:58:10.8016212Z [00:02:12.627]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:10.8024799Z [00:02:12.627]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b284/_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/b284=>" -p github.com/pierrec/lz4/v4/internal/lz4block -lang=go1.14 -installsuffix shared -buildid SlKMjp3sRIbwY8xFY0W1/SlKMjp3sRIbwY8xFY0W1 -goversion go1.25.0 -symabis $WORK/b284/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b284/importcfg -pack -asmhdr $WORK/b284/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:58:10.8592546Z [00:02:12.683]➜  cd /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block
2025-08-20T21:58:10.8596703Z [00:02:12.683]➜  /root/.go/pkg/tool/linux_amd64/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/b284=>" -I $WORK/b284/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b284/decode_amd64.o ./decode_amd64.s
2025-08-20T21:58:10.8725748Z [00:02:12.698]➜  go tool pack r $WORK/b284/_pkg_.a $WORK/b284/decode_amd64.o # internal
2025-08-20T21:58:10.8726599Z [00:02:12.698]➜  go tool buildid -w $WORK/b284/_pkg_.a # internal
2025-08-20T21:58:10.8738670Z [00:02:12.699]➜  cp $WORK/b284/_pkg_.a /root/.cache/go-build/8d/8da33dc0de0b8cf39b5c2cb1a2600d7d08acd72cc71a1e467be42c36de17ee35-d # internal
2025-08-20T21:58:10.8764121Z [00:02:12.700]➜  github.com/pierrec/lz4/v4/internal/xxh32
2025-08-20T21:58:10.8764730Z [00:02:12.700]➜  mkdir -p $WORK/b287/
2025-08-20T21:58:10.8765413Z [00:02:12.700]➜  cat >/tmp/go-build282983591/b287/importcfg << 'EOF' # internal
2025-08-20T21:58:10.8766047Z [00:02:12.700]➜  # import config
2025-08-20T21:58:10.8766706Z [00:02:12.700]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:10.8767363Z [00:02:12.700]➜  EOF
2025-08-20T21:58:10.8767849Z [00:02:12.701]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:10.8772171Z [00:02:12.701]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b287/_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/b287=>" -p github.com/pierrec/lz4/v4/internal/xxh32 -lang=go1.14 -complete -installsuffix shared -buildid zzMnOZEGJvMaAf48T4WC/zzMnOZEGJvMaAf48T4WC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b287/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:58:10.9020708Z [00:02:12.727]➜  go tool buildid -w $WORK/b287/_pkg_.a # internal
2025-08-20T21:58:10.9038645Z [00:02:12.728]➜  cp $WORK/b287/_pkg_.a /root/.cache/go-build/d6/d6a400a674b6666ad68086fe14dbc3105a8c3355449e0fa62222754cf955770c-d # internal
2025-08-20T21:58:10.9040054Z [00:02:12.728]➜  github.com/pierrec/lz4/v4/internal/lz4stream
2025-08-20T21:58:10.9040842Z [00:02:12.728]➜  mkdir -p $WORK/b286/
2025-08-20T21:58:10.9041937Z [00:02:12.729]➜  cat >/tmp/go-build282983591/b286/importcfg << 'EOF' # internal
2025-08-20T21:58:10.9042634Z [00:02:12.729]➜  # import config
2025-08-20T21:58:10.9043358Z [00:02:12.729]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:10.9044219Z [00:02:12.729]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:10.9045265Z [00:02:12.729]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4block=/tmp/go-build282983591/b284/_pkg_.a
2025-08-20T21:58:10.9046604Z [00:02:12.729]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4errors=/tmp/go-build282983591/b285/_pkg_.a
2025-08-20T21:58:10.9047904Z [00:02:12.729]➜  packagefile github.com/pierrec/lz4/v4/internal/xxh32=/tmp/go-build282983591/b287/_pkg_.a
2025-08-20T21:58:10.9048946Z [00:02:12.729]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:10.9049731Z [00:02:12.729]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:58:10.9064641Z [00:02:12.729]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:10.9065287Z [00:02:12.729]➜  EOF
2025-08-20T21:58:10.9070388Z [00:02:12.731]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b286/_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/b286=>" -p github.com/pierrec/lz4/v4/internal/lz4stream -lang=go1.14 -complete -installsuffix shared -buildid 4_rK2gU8XQDURqocMOTd/4_rK2gU8XQDURqocMOTd -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/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:58:10.9890402Z [00:02:12.814]➜  go tool buildid -w $WORK/b286/_pkg_.a # internal
2025-08-20T21:58:10.9915144Z [00:02:12.816]➜  cp $WORK/b286/_pkg_.a /root/.cache/go-build/82/826db047a0f65fb4185898c398604ad62a370853f13cf63692759c5a05bbdc91-d # internal
2025-08-20T21:58:10.9954629Z [00:02:12.821]➜  github.com/pierrec/lz4/v4
2025-08-20T21:58:10.9960987Z [00:02:12.821]➜  mkdir -p $WORK/b283/
2025-08-20T21:58:10.9967372Z [00:02:12.822]➜  cat >/tmp/go-build282983591/b283/importcfg << 'EOF' # internal
2025-08-20T21:58:10.9975349Z [00:02:12.822]➜  # import config
2025-08-20T21:58:10.9975957Z [00:02:12.822]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:10.9976697Z [00:02:12.822]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:10.9977391Z [00:02:12.822]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:10.9978321Z [00:02:12.822]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4block=/tmp/go-build282983591/b284/_pkg_.a
2025-08-20T21:58:10.9979449Z [00:02:12.822]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4errors=/tmp/go-build282983591/b285/_pkg_.a
2025-08-20T21:58:10.9980763Z [00:02:12.822]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4stream=/tmp/go-build282983591/b286/_pkg_.a
2025-08-20T21:58:10.9981654Z [00:02:12.822]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:10.9982358Z [00:02:12.822]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:10.9983060Z [00:02:12.822]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:10.9983749Z [00:02:12.822]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:10.9984262Z [00:02:12.822]➜  EOF
2025-08-20T21:58:11.0021412Z [00:02:12.827]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b283/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21=>github.com/pierrec/lz4/v4@v4.1.21;$WORK/b283=>" -p github.com/pierrec/lz4/v4 -lang=go1.14 -complete -installsuffix shared -buildid 3JyvF6_LzW7aGjuh79-y/3JyvF6_LzW7aGjuh79-y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b283/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:58:11.1553815Z [00:02:12.981]➜  go tool buildid -w $WORK/b279/_pkg_.a # internal
2025-08-20T21:58:11.1610643Z [00:02:12.986]➜  cp $WORK/b279/_pkg_.a /root/.cache/go-build/2c/2cf4b66238b28b074ac9bf1f7ac16212780189ca42c36fb03a2361bb53bb34c1-d # internal
2025-08-20T21:58:11.1619010Z [00:02:12.987]➜  github.com/bodgit/sevenzip/internal/deflate
2025-08-20T21:58:11.1624942Z [00:02:12.988]➜  mkdir -p $WORK/b278/
2025-08-20T21:58:11.1635459Z [00:02:12.989]➜  cat >/tmp/go-build282983591/b278/importcfg << 'EOF' # internal
2025-08-20T21:58:11.1637980Z [00:02:12.989]➜  # import config
2025-08-20T21:58:11.1640697Z [00:02:12.989]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:11.1648095Z [00:02:12.989]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:11.1649138Z [00:02:12.989]➜  packagefile github.com/bodgit/sevenzip/internal/util=/tmp/go-build282983591/b271/_pkg_.a
2025-08-20T21:58:11.1650682Z [00:02:12.989]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build282983591/b272/_pkg_.a
2025-08-20T21:58:11.1652502Z [00:02:12.989]➜  packagefile github.com/klauspost/compress/flate=/tmp/go-build282983591/b279/_pkg_.a
2025-08-20T21:58:11.1653586Z [00:02:12.989]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:11.1656292Z [00:02:12.989]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:11.1657234Z [00:02:12.989]➜  EOF
2025-08-20T21:58:11.1663321Z [00:02:12.991]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b278/_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/b278=>" -p github.com/bodgit/sevenzip/internal/deflate -lang=go1.19 -complete -installsuffix shared -buildid 3cwQvITL2vpPUN58jObn/3cwQvITL2vpPUN58jObn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b278/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/deflate/reader.go
2025-08-20T21:58:11.1697416Z [00:02:12.995]➜  go tool buildid -w $WORK/b283/_pkg_.a # internal
2025-08-20T21:58:11.1725960Z [00:02:12.998]➜  cp $WORK/b283/_pkg_.a /root/.cache/go-build/86/86a12454fd11a01707ac16229c41da210172a8c3861c1fb5c2e821fe4a7f04b8-d # internal
2025-08-20T21:58:11.1747934Z [00:02:12.998]➜  github.com/bodgit/sevenzip/internal/lz4
2025-08-20T21:58:11.1748541Z [00:02:12.998]➜  mkdir -p $WORK/b282/
2025-08-20T21:58:11.1751602Z [00:02:12.998]➜  cat >/tmp/go-build282983591/b282/importcfg << 'EOF' # internal
2025-08-20T21:58:11.1752305Z [00:02:12.998]➜  # import config
2025-08-20T21:58:11.1753005Z [00:02:12.998]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:11.1753888Z [00:02:12.998]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:11.1754819Z [00:02:13.000]➜  packagefile github.com/pierrec/lz4/v4=/tmp/go-build282983591/b283/_pkg_.a
2025-08-20T21:58:11.1755729Z [00:02:13.000]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:11.1756497Z [00:02:13.000]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:11.1757086Z [00:02:13.000]➜  EOF
2025-08-20T21:58:11.1773649Z [00:02:13.000]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b282/_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/b282=>" -p github.com/bodgit/sevenzip/internal/lz4 -lang=go1.19 -complete -installsuffix shared -buildid 8f-o2K_L-Km4Ge4F9KCY/8f-o2K_L-Km4Ge4F9KCY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b282/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/lz4/reader.go
2025-08-20T21:58:11.1912825Z [00:02:13.017]➜  go tool buildid -w $WORK/b278/_pkg_.a # internal
2025-08-20T21:58:11.1923115Z [00:02:13.018]➜  cp $WORK/b278/_pkg_.a /root/.cache/go-build/0a/0a69aba4db2ddaf5daab206fb6e7eed0c0861efaf78929e17554784cc77f355f-d # internal
2025-08-20T21:58:11.1926715Z [00:02:13.018]➜  github.com/ulikunitz/xz/internal/xlog
2025-08-20T21:58:11.1927316Z [00:02:13.018]➜  mkdir -p $WORK/b291/
2025-08-20T21:58:11.1937519Z [00:02:13.018]➜  cat >/tmp/go-build282983591/b291/importcfg << 'EOF' # internal
2025-08-20T21:58:11.1943403Z [00:02:13.019]➜  # import config
2025-08-20T21:58:11.1944033Z [00:02:13.019]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:11.1944833Z [00:02:13.019]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:11.1945677Z [00:02:13.019]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:11.1946532Z [00:02:13.019]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:11.1947712Z [00:02:13.019]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:11.1948548Z [00:02:13.019]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:11.1949194Z [00:02:13.019]➜  EOF
2025-08-20T21:58:11.1964897Z [00:02:13.019]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b291/_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/b291=>" -p github.com/ulikunitz/xz/internal/xlog -lang=go1.12 -complete -installsuffix shared -buildid e9UxhB9IWiC6nEvczb5w/e9UxhB9IWiC6nEvczb5w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b291/importcfg -pack /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/internal/xlog/xlog.go
2025-08-20T21:58:11.1968217Z [00:02:13.019]➜  go tool buildid -w $WORK/b282/_pkg_.a # internal
2025-08-20T21:58:11.1969371Z [00:02:13.020]➜  cp $WORK/b282/_pkg_.a /root/.cache/go-build/46/4622d801cc7b2d262e12bc50dbf91777cef01ce914e7be8a7c3f735d51a66369-d # internal
2025-08-20T21:58:11.1970574Z [00:02:13.020]➜  github.com/bodgit/sevenzip/internal/pool
2025-08-20T21:58:11.1971089Z [00:02:13.021]➜  mkdir -p $WORK/b293/
2025-08-20T21:58:11.1971701Z [00:02:13.021]➜  cat >/tmp/go-build282983591/b293/importcfg << 'EOF' # internal
2025-08-20T21:58:11.1972268Z [00:02:13.021]➜  # import config
2025-08-20T21:58:11.1972863Z [00:02:13.021]➜  packagefile container/list=/tmp/go-build282983591/b106/_pkg_.a
2025-08-20T21:58:11.1973821Z [00:02:13.021]➜  packagefile github.com/bodgit/sevenzip/internal/util=/tmp/go-build282983591/b271/_pkg_.a
2025-08-20T21:58:11.1974708Z [00:02:13.021]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:11.1975374Z [00:02:13.021]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:11.1976069Z [00:02:13.021]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:11.1976569Z [00:02:13.021]➜  EOF
2025-08-20T21:58:11.1979700Z [00:02:13.021]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b293/_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/b293=>" -p github.com/bodgit/sevenzip/internal/pool -lang=go1.19 -complete -installsuffix shared -buildid 2AKQOE887ib9B543q-zo/2AKQOE887ib9B543q-zo -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/pool/pool.go
2025-08-20T21:58:11.2222849Z [00:02:13.045]➜  go tool buildid -w $WORK/b293/_pkg_.a # internal
2025-08-20T21:58:11.2227833Z [00:02:13.048]➜  cp $WORK/b293/_pkg_.a /root/.cache/go-build/77/77490682bd38b98923dccdb693a8407713d359e22b3c8045fb8d1b627675c11a-d # internal
2025-08-20T21:58:11.2230133Z [00:02:13.048]➜  github.com/klauspost/compress/fse
2025-08-20T21:58:11.2230719Z [00:02:13.048]➜  mkdir -p $WORK/b298/
2025-08-20T21:58:11.2236822Z [00:02:13.049]➜  cat >/tmp/go-build282983591/b298/importcfg << 'EOF' # internal
2025-08-20T21:58:11.2239223Z [00:02:13.049]➜  # import config
2025-08-20T21:58:11.2242500Z [00:02:13.049]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:11.2243256Z [00:02:13.049]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:11.2243929Z [00:02:13.049]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:11.2244591Z [00:02:13.049]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:11.2245279Z [00:02:13.049]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:11.2245806Z [00:02:13.049]➜  EOF
2025-08-20T21:58:11.2251320Z [00:02:13.049]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b298/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse=>github.com/klauspost/compress@v1.18.0/fse;$WORK/b298=>" -p github.com/klauspost/compress/fse -lang=go1.22 -complete -installsuffix shared -buildid Lb0ExCVqDs3xkEojaTOi/Lb0ExCVqDs3xkEojaTOi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b298/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:58:11.2583501Z [00:02:13.083]➜  go tool buildid -w $WORK/b291/_pkg_.a # internal
2025-08-20T21:58:11.2613023Z [00:02:13.085]➜  cp $WORK/b291/_pkg_.a /root/.cache/go-build/c3/c3f171850d3216b267a05eb1c441c9ee9c957a5217c996ea55e90708d2113f1c-d # internal
2025-08-20T21:58:11.2616390Z [00:02:13.087]➜  github.com/ulikunitz/xz/lzma
2025-08-20T21:58:11.2643768Z [00:02:13.090]➜  mkdir -p $WORK/b289/
2025-08-20T21:58:11.2649709Z [00:02:13.090]➜  cat >/tmp/go-build282983591/b289/importcfg << 'EOF' # internal
2025-08-20T21:58:11.2657127Z [00:02:13.090]➜  # import config
2025-08-20T21:58:11.2657763Z [00:02:13.090]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:11.2658500Z [00:02:13.090]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:11.2659238Z [00:02:13.090]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:11.2660115Z [00:02:13.090]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:11.2661034Z [00:02:13.090]➜  packagefile github.com/ulikunitz/xz/internal/hash=/tmp/go-build282983591/b290/_pkg_.a
2025-08-20T21:58:11.2662139Z [00:02:13.090]➜  packagefile github.com/ulikunitz/xz/internal/xlog=/tmp/go-build282983591/b291/_pkg_.a
2025-08-20T21:58:11.2663011Z [00:02:13.090]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:11.2663733Z [00:02:13.090]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:11.2664278Z [00:02:13.090]➜  EOF
2025-08-20T21:58:11.2681563Z [00:02:13.092]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b289/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma=>github.com/ulikunitz/xz@v0.5.12/lzma;$WORK/b289=>" -p github.com/ulikunitz/xz/lzma -lang=go1.12 -complete -installsuffix shared -buildid RhkBrkcIJ6rTcIERjaoG/RhkBrkcIJ6rTcIERjaoG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b289/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:58:11.4165394Z [00:02:13.242]➜  go tool buildid -w $WORK/b298/_pkg_.a # internal
2025-08-20T21:58:11.4186770Z [00:02:13.244]➜  cp $WORK/b298/_pkg_.a /root/.cache/go-build/ef/ef3d52c583370559a13c74c39940fec6a420ff4f68215370506f80c17816a835-d # internal
2025-08-20T21:58:11.4188888Z [00:02:13.244]➜  github.com/klauspost/compress/huff0
2025-08-20T21:58:11.4191615Z [00:02:13.244]➜  mkdir -p $WORK/b297/
2025-08-20T21:58:11.4193735Z [00:02:13.245]➜  echo -n > $WORK/b297/go_asm.h # internal
2025-08-20T21:58:11.4196340Z [00:02:13.245]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0
2025-08-20T21:58:11.4201148Z [00:02:13.245]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/huff0 -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0=>github.com/klauspost/compress@v1.18.0/huff0;$WORK/b297=>" -I $WORK/b297/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b297/symabis ./decompress_amd64.s
2025-08-20T21:58:11.4251137Z [00:02:13.250]➜  cat >/tmp/go-build282983591/b297/importcfg << 'EOF' # internal
2025-08-20T21:58:11.4271578Z [00:02:13.251]➜  # import config
2025-08-20T21:58:11.4272277Z [00:02:13.251]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:11.4273125Z [00:02:13.251]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:11.4274148Z [00:02:13.251]➜  packagefile github.com/klauspost/compress/fse=/tmp/go-build282983591/b298/_pkg_.a
2025-08-20T21:58:11.4275431Z [00:02:13.251]➜  packagefile github.com/klauspost/compress/internal/cpuinfo=/tmp/go-build282983591/b299/_pkg_.a
2025-08-20T21:58:11.4276817Z [00:02:13.251]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build282983591/b280/_pkg_.a
2025-08-20T21:58:11.4277857Z [00:02:13.251]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:11.4278652Z [00:02:13.251]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:11.4279487Z [00:02:13.251]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:11.4280550Z [00:02:13.251]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:11.4281359Z [00:02:13.251]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:11.4281941Z [00:02:13.251]➜  EOF
2025-08-20T21:58:11.4282494Z [00:02:13.251]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:11.4289116Z [00:02:13.251]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b297/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0=>github.com/klauspost/compress@v1.18.0/huff0;$WORK/b297=>" -p github.com/klauspost/compress/huff0 -lang=go1.22 -installsuffix shared -buildid W_udoCvsncTTzLvVQzas/W_udoCvsncTTzLvVQzas -goversion go1.25.0 -symabis $WORK/b297/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b297/importcfg -pack -asmhdr $WORK/b297/go_asm.h /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_amd64.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/huff0.go
2025-08-20T21:58:11.6998595Z [00:02:13.525]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0
2025-08-20T21:58:11.7004463Z [00:02:13.525]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/huff0 -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0=>github.com/klauspost/compress@v1.18.0/huff0;$WORK/b297=>" -I $WORK/b297/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b297/decompress_amd64.o ./decompress_amd64.s
2025-08-20T21:58:11.7115573Z [00:02:13.537]➜  go tool pack r $WORK/b297/_pkg_.a $WORK/b297/decompress_amd64.o # internal
2025-08-20T21:58:11.7118754Z [00:02:13.537]➜  go tool buildid -w $WORK/b297/_pkg_.a # internal
2025-08-20T21:58:11.7192416Z [00:02:13.544]➜  cp $WORK/b297/_pkg_.a /root/.cache/go-build/8f/8f8ef9360275cebd9d1053af74d95b6456c93a11c6dcbc7135e1ec8a9a63acaa-d # internal
2025-08-20T21:58:11.7208502Z [00:02:13.546]➜  github.com/klauspost/compress/internal/snapref
2025-08-20T21:58:11.7221808Z [00:02:13.546]➜  mkdir -p $WORK/b300/
2025-08-20T21:58:11.7222573Z [00:02:13.546]➜  cat >/tmp/go-build282983591/b300/importcfg << 'EOF' # internal
2025-08-20T21:58:11.7223239Z [00:02:13.546]➜  # import config
2025-08-20T21:58:11.7223921Z [00:02:13.546]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:11.7224765Z [00:02:13.546]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:11.7225864Z [00:02:13.546]➜  packagefile hash/crc32=/tmp/go-build282983591/b205/_pkg_.a
2025-08-20T21:58:11.7226705Z [00:02:13.546]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:11.7227286Z [00:02:13.546]➜  EOF
2025-08-20T21:58:11.7227819Z [00:02:13.546]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:11.7234529Z [00:02:13.546]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b300/_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/b300=>" -p github.com/klauspost/compress/internal/snapref -lang=go1.22 -complete -installsuffix shared -buildid LxOk2naGsfcscnfGcJRa/LxOk2naGsfcscnfGcJRa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b300/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:58:11.7667359Z [00:02:13.592]➜  go tool buildid -w $WORK/b289/_pkg_.a # internal
2025-08-20T21:58:11.7802024Z [00:02:13.605]➜  cp $WORK/b289/_pkg_.a /root/.cache/go-build/1f/1fa1692399a2fe9ddc823fe3cb2fafce9b29891716c0506016628856d5c7a532-d # internal
2025-08-20T21:58:11.7845937Z [00:02:13.610]➜  github.com/bodgit/sevenzip/internal/lzma
2025-08-20T21:58:11.7849205Z [00:02:13.610]➜  mkdir -p $WORK/b288/
2025-08-20T21:58:11.7925496Z [00:02:13.618]➜  cat >/tmp/go-build282983591/b288/importcfg << 'EOF' # internal
2025-08-20T21:58:11.7928914Z [00:02:13.618]➜  # import config
2025-08-20T21:58:11.7932935Z [00:02:13.618]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:11.7933878Z [00:02:13.618]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:11.7934823Z [00:02:13.618]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:11.7937116Z [00:02:13.618]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:11.7939635Z [00:02:13.618]➜  packagefile github.com/ulikunitz/xz/lzma=/tmp/go-build282983591/b289/_pkg_.a
2025-08-20T21:58:11.7940938Z [00:02:13.618]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:11.7941699Z [00:02:13.618]➜  EOF
2025-08-20T21:58:11.7945640Z [00:02:13.618]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b288/_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/b288=>" -p github.com/bodgit/sevenzip/internal/lzma -lang=go1.19 -complete -installsuffix shared -buildid _dPGsuk7g7ESTVrDUTkr/_dPGsuk7g7ESTVrDUTkr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b288/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/lzma/reader.go
2025-08-20T21:58:11.8515965Z [00:02:13.677]➜  go tool buildid -w $WORK/b300/_pkg_.a # internal
2025-08-20T21:58:11.8527107Z [00:02:13.678]➜  cp $WORK/b300/_pkg_.a /root/.cache/go-build/ac/ac0712a715e97a1d66376ddf9e4cde601262a82e416040db6bef88e337c966cd-d # internal
2025-08-20T21:58:11.8529362Z [00:02:13.678]➜  github.com/bodgit/sevenzip/internal/lzma2
2025-08-20T21:58:11.8532518Z [00:02:13.678]➜  mkdir -p $WORK/b292/
2025-08-20T21:58:11.8534248Z [00:02:13.679]➜  cat >/tmp/go-build282983591/b292/importcfg << 'EOF' # internal
2025-08-20T21:58:11.8535646Z [00:02:13.679]➜  # import config
2025-08-20T21:58:11.8536700Z [00:02:13.679]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:11.8537777Z [00:02:13.679]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:11.8540124Z [00:02:13.679]➜  packagefile github.com/ulikunitz/xz/lzma=/tmp/go-build282983591/b289/_pkg_.a
2025-08-20T21:58:11.8541127Z [00:02:13.679]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:11.8541772Z [00:02:13.679]➜  EOF
2025-08-20T21:58:11.8558209Z [00:02:13.681]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b292/_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/b292=>" -p github.com/bodgit/sevenzip/internal/lzma2 -lang=go1.19 -complete -installsuffix shared -buildid g4613iqWnwreHj74gDhV/g4613iqWnwreHj74gDhV -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/lzma2/reader.go
2025-08-20T21:58:11.8825905Z [00:02:13.708]➜  go tool buildid -w $WORK/b288/_pkg_.a # internal
2025-08-20T21:58:11.8851197Z [00:02:13.710]➜  cp $WORK/b288/_pkg_.a /root/.cache/go-build/74/7446350feb745ee42ebb123510fab1a4e4190f41d606e44db7f7e5af103cc469-d # internal
2025-08-20T21:58:11.8858292Z [00:02:13.711]➜  github.com/klauspost/compress/zstd/internal/xxhash
2025-08-20T21:58:11.8859006Z [00:02:13.711]➜  mkdir -p $WORK/b301/
2025-08-20T21:58:11.8867066Z [00:02:13.712]➜  echo -n > $WORK/b301/go_asm.h # internal
2025-08-20T21:58:11.8901032Z [00:02:13.712]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash
2025-08-20T21:58:11.8907472Z [00:02:13.712]➜  /root/.go/pkg/tool/linux_amd64/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/b301=>" -I $WORK/b301/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b301/symabis ./xxhash_amd64.s
2025-08-20T21:58:11.8910465Z [00:02:13.716]➜  go tool buildid -w $WORK/b292/_pkg_.a # internal
2025-08-20T21:58:11.8913025Z [00:02:13.716]➜  cp $WORK/b292/_pkg_.a /root/.cache/go-build/68/6878f054c4d74d3291c91adbeddf915bae67f45091992daed79586e01549c898-d # internal
2025-08-20T21:58:11.8914828Z [00:02:13.717]➜  github.com/dsnet/compress/internal/errors
2025-08-20T21:58:11.8915713Z [00:02:13.717]➜  mkdir -p $WORK/b308/
2025-08-20T21:58:11.8917006Z [00:02:13.717]➜  cat >/tmp/go-build282983591/b308/importcfg << 'EOF' # internal
2025-08-20T21:58:11.8917995Z [00:02:13.717]➜  # import config
2025-08-20T21:58:11.8919478Z [00:02:13.717]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:11.8921549Z [00:02:13.717]➜  EOF
2025-08-20T21:58:11.8922124Z [00:02:13.717]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:11.8926787Z [00:02:13.717]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b308/_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/b308=>" -p github.com/dsnet/compress/internal/errors -lang=go1.9 -complete -installsuffix shared -buildid KHhaERPFJ32XNg2k4aaw/KHhaERPFJ32XNg2k4aaw -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/internal/errors/errors.go
2025-08-20T21:58:11.8946110Z [00:02:13.719]➜  cat >/tmp/go-build282983591/b301/importcfg << 'EOF' # internal
2025-08-20T21:58:11.8946826Z [00:02:13.719]➜  # import config
2025-08-20T21:58:11.8947596Z [00:02:13.719]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:11.8948525Z [00:02:13.719]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:11.8949390Z [00:02:13.719]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:11.8950347Z [00:02:13.719]➜  EOF
2025-08-20T21:58:11.8956449Z [00:02:13.719]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b301/_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/b301=>" -p github.com/klauspost/compress/zstd/internal/xxhash -lang=go1.22 -installsuffix shared -buildid qI53LTnLdwDIALZcyE5T/qI53LTnLdwDIALZcyE5T -goversion go1.25.0 -symabis $WORK/b301/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b301/importcfg -pack -asmhdr $WORK/b301/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:58:11.9344748Z [00:02:13.760]➜  go tool buildid -w $WORK/b308/_pkg_.a # internal
2025-08-20T21:58:11.9350412Z [00:02:13.760]➜  cp $WORK/b308/_pkg_.a /root/.cache/go-build/b7/b71e581d974263deeab76fa8b04ccd1695a45f400abab31d09d9a99e363149af-d # internal
2025-08-20T21:58:11.9372395Z [00:02:13.762]➜  github.com/dsnet/compress
2025-08-20T21:58:11.9380727Z [00:02:13.763]➜  mkdir -p $WORK/b310/
2025-08-20T21:58:11.9381611Z [00:02:13.763]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash
2025-08-20T21:58:11.9384787Z [00:02:13.763]➜  /root/.go/pkg/tool/linux_amd64/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/b301=>" -I $WORK/b301/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b301/xxhash_amd64.o ./xxhash_amd64.s
2025-08-20T21:58:11.9387582Z [00:02:13.763]➜  cat >/tmp/go-build282983591/b310/importcfg << 'EOF' # internal
2025-08-20T21:58:11.9388225Z [00:02:13.763]➜  # import config
2025-08-20T21:58:11.9388855Z [00:02:13.763]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:11.9390009Z [00:02:13.763]➜  packagefile github.com/dsnet/compress/internal/errors=/tmp/go-build282983591/b308/_pkg_.a
2025-08-20T21:58:11.9390997Z [00:02:13.763]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:11.9391558Z [00:02:13.763]➜  EOF
2025-08-20T21:58:11.9418620Z [00:02:13.767]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:11.9423430Z [00:02:13.767]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b310/_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/b310=>" -p github.com/dsnet/compress -lang=go1.9 -complete -installsuffix shared -buildid eXL5GO7Axs1Ur_1F-c8F/eXL5GO7Axs1Ur_1F-c8F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b310/importcfg -pack /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/api.go
2025-08-20T21:58:11.9435135Z [00:02:13.769]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash
2025-08-20T21:58:11.9463871Z [00:02:13.769]➜  go tool pack r $WORK/b301/_pkg_.a $WORK/b301/xxhash_amd64.o # internal
2025-08-20T21:58:11.9471839Z [00:02:13.771]➜  go tool buildid -w $WORK/b301/_pkg_.a # internal
2025-08-20T21:58:11.9473164Z [00:02:13.771]➜  cp $WORK/b301/_pkg_.a /root/.cache/go-build/8e/8e24d4bb7ae4f83cf9bc482b3d74e114fac8b80a206aeb6a0c0c04183d86298b-d # internal
2025-08-20T21:58:11.9474757Z [00:02:13.772]➜  github.com/klauspost/compress/zstd
2025-08-20T21:58:11.9475343Z [00:02:13.772]➜  mkdir -p $WORK/b295/
2025-08-20T21:58:11.9478878Z [00:02:13.773]➜  echo -n > $WORK/b295/go_asm.h # internal
2025-08-20T21:58:11.9479750Z [00:02:13.773]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd
2025-08-20T21:58:11.9484600Z [00:02:13.773]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/zstd -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd=>github.com/klauspost/compress@v1.18.0/zstd;$WORK/b295=>" -I $WORK/b295/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b295/symabis ./fse_decoder_amd64.s ./matchlen_amd64.s ./seqdec_amd64.s
2025-08-20T21:58:11.9593910Z [00:02:13.785]➜  cat >/tmp/go-build282983591/b295/importcfg << 'EOF' # internal
2025-08-20T21:58:11.9595594Z [00:02:13.785]➜  # import config
2025-08-20T21:58:11.9597404Z [00:02:13.785]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:11.9602608Z [00:02:13.785]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:11.9603771Z [00:02:13.785]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:11.9605209Z [00:02:13.785]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:11.9606646Z [00:02:13.785]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:11.9607735Z [00:02:13.785]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:11.9608707Z [00:02:13.785]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:11.9611604Z [00:02:13.785]➜  packagefile github.com/klauspost/compress=/tmp/go-build282983591/b296/_pkg_.a
2025-08-20T21:58:11.9612808Z [00:02:13.785]➜  packagefile github.com/klauspost/compress/huff0=/tmp/go-build282983591/b297/_pkg_.a
2025-08-20T21:58:11.9614136Z [00:02:13.785]➜  packagefile github.com/klauspost/compress/internal/cpuinfo=/tmp/go-build282983591/b299/_pkg_.a
2025-08-20T21:58:11.9615514Z [00:02:13.785]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build282983591/b280/_pkg_.a
2025-08-20T21:58:11.9616874Z [00:02:13.785]➜  packagefile github.com/klauspost/compress/internal/snapref=/tmp/go-build282983591/b300/_pkg_.a
2025-08-20T21:58:11.9618306Z [00:02:13.785]➜  packagefile github.com/klauspost/compress/zstd/internal/xxhash=/tmp/go-build282983591/b301/_pkg_.a
2025-08-20T21:58:11.9619573Z [00:02:13.785]➜  packagefile hash/crc32=/tmp/go-build282983591/b205/_pkg_.a
2025-08-20T21:58:11.9622719Z [00:02:13.785]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:11.9623543Z [00:02:13.785]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:11.9624359Z [00:02:13.785]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:11.9625193Z [00:02:13.785]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:11.9626037Z [00:02:13.785]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:11.9626928Z [00:02:13.785]➜  packagefile runtime/debug=/tmp/go-build282983591/b246/_pkg_.a
2025-08-20T21:58:11.9627784Z [00:02:13.785]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:11.9628926Z [00:02:13.785]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:11.9629721Z [00:02:13.785]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:11.9630890Z [00:02:13.785]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:11.9631684Z [00:02:13.785]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:11.9632271Z [00:02:13.785]➜  EOF
2025-08-20T21:58:11.9632801Z [00:02:13.785]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:11.9653546Z [00:02:13.785]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b295/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd=>github.com/klauspost/compress@v1.18.0/zstd;$WORK/b295=>" -p github.com/klauspost/compress/zstd -lang=go1.22 -installsuffix shared -buildid 66qtFyDDwJQtdZjQMvXR/66qtFyDDwJQtdZjQMvXR -goversion go1.25.0 -symabis $WORK/b295/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b295/importcfg -pack -asmhdr $WORK/b295/go_asm.h /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_amd64.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_amd64.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_amd64.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:58:11.9812938Z [00:02:13.806]➜  go tool buildid -w $WORK/b310/_pkg_.a # internal
2025-08-20T21:58:11.9819583Z [00:02:13.807]➜  cp $WORK/b310/_pkg_.a /root/.cache/go-build/2a/2a7c9bd58dbaa0f5254ccc04e63327b6b5d9c2ada9862f4eaec5190f0d5782f8-d # internal
2025-08-20T21:58:11.9827624Z [00:02:13.808]➜  github.com/dsnet/compress/internal/prefix
2025-08-20T21:58:11.9828265Z [00:02:13.808]➜  mkdir -p $WORK/b309/
2025-08-20T21:58:11.9831869Z [00:02:13.808]➜  cat >/tmp/go-build282983591/b309/importcfg << 'EOF' # internal
2025-08-20T21:58:11.9835398Z [00:02:13.808]➜  # import config
2025-08-20T21:58:11.9836383Z [00:02:13.808]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:11.9837199Z [00:02:13.808]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:11.9838069Z [00:02:13.808]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:11.9838932Z [00:02:13.808]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:11.9842406Z [00:02:13.808]➜  packagefile github.com/dsnet/compress=/tmp/go-build282983591/b310/_pkg_.a
2025-08-20T21:58:11.9843681Z [00:02:13.808]➜  packagefile github.com/dsnet/compress/internal=/tmp/go-build282983591/b307/_pkg_.a
2025-08-20T21:58:11.9844986Z [00:02:13.808]➜  packagefile github.com/dsnet/compress/internal/errors=/tmp/go-build282983591/b308/_pkg_.a
2025-08-20T21:58:11.9846057Z [00:02:13.808]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:11.9846869Z [00:02:13.808]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:11.9847698Z [00:02:13.808]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:11.9848352Z [00:02:13.808]➜  EOF
2025-08-20T21:58:11.9857926Z [00:02:13.809]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b309/_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/b309=>" -p github.com/dsnet/compress/internal/prefix -lang=go1.9 -complete -installsuffix shared -buildid Bgb8QyIcYtYRv2rb7hTg/Bgb8QyIcYtYRv2rb7hTg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b309/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:58:12.3151758Z [00:02:14.140]➜  go tool buildid -w $WORK/b309/_pkg_.a # internal
2025-08-20T21:58:12.3218995Z [00:02:14.147]➜  cp $WORK/b309/_pkg_.a /root/.cache/go-build/cf/cfc32a86ef29403b90972fedeb4156bd1823cb218dc29fae4b3a25c257e9abb8-d # internal
2025-08-20T21:58:12.3221187Z [00:02:14.147]➜  github.com/dsnet/compress/bzip2
2025-08-20T21:58:12.3222359Z [00:02:14.147]➜  mkdir -p $WORK/b305/
2025-08-20T21:58:12.3223472Z [00:02:14.147]➜  cat >/tmp/go-build282983591/b305/importcfg << 'EOF' # internal
2025-08-20T21:58:12.3224528Z [00:02:14.147]➜  # import config
2025-08-20T21:58:12.3225331Z [00:02:14.147]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:12.3226438Z [00:02:14.147]➜  packagefile github.com/dsnet/compress/bzip2/internal/sais=/tmp/go-build282983591/b306/_pkg_.a
2025-08-20T21:58:12.3227647Z [00:02:14.147]➜  packagefile github.com/dsnet/compress/internal=/tmp/go-build282983591/b307/_pkg_.a
2025-08-20T21:58:12.3228827Z [00:02:14.147]➜  packagefile github.com/dsnet/compress/internal/errors=/tmp/go-build282983591/b308/_pkg_.a
2025-08-20T21:58:12.3230326Z [00:02:14.147]➜  packagefile github.com/dsnet/compress/internal/prefix=/tmp/go-build282983591/b309/_pkg_.a
2025-08-20T21:58:12.3231395Z [00:02:14.147]➜  packagefile hash/crc32=/tmp/go-build282983591/b205/_pkg_.a
2025-08-20T21:58:12.3232219Z [00:02:14.147]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:12.3232811Z [00:02:14.147]➜  EOF
2025-08-20T21:58:12.3241750Z [00:02:14.147]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b305/_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/b305=>" -p github.com/dsnet/compress/bzip2 -lang=go1.9 -complete -installsuffix shared -buildid twEGtgii6m-bZ0mki-h6/twEGtgii6m-bZ0mki-h6 -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/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:58:12.5796031Z [00:02:14.405]➜  go tool buildid -w $WORK/b305/_pkg_.a # internal
2025-08-20T21:58:12.5817862Z [00:02:14.407]➜  cp $WORK/b305/_pkg_.a /root/.cache/go-build/2b/2bfa58ac62cf527ef6115ab8f7e1df57be9b535b584091848bd674d20e3f0684-d # internal
2025-08-20T21:58:12.5826154Z [00:02:14.408]➜  github.com/klauspost/compress/gzip
2025-08-20T21:58:12.5852770Z [00:02:14.411]➜  mkdir -p $WORK/b311/
2025-08-20T21:58:12.5858657Z [00:02:14.411]➜  cat >/tmp/go-build282983591/b311/importcfg << 'EOF' # internal
2025-08-20T21:58:12.5859363Z [00:02:14.411]➜  # import config
2025-08-20T21:58:12.5860199Z [00:02:14.411]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:12.5861032Z [00:02:14.411]➜  packagefile compress/gzip=/tmp/go-build282983591/b204/_pkg_.a
2025-08-20T21:58:12.5862200Z [00:02:14.411]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:12.5863053Z [00:02:14.411]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:12.5863858Z [00:02:14.411]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:12.5864839Z [00:02:14.411]➜  packagefile github.com/klauspost/compress/flate=/tmp/go-build282983591/b279/_pkg_.a
2025-08-20T21:58:12.5865856Z [00:02:14.411]➜  packagefile hash/crc32=/tmp/go-build282983591/b205/_pkg_.a
2025-08-20T21:58:12.5866668Z [00:02:14.411]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:12.5867422Z [00:02:14.411]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:12.5868009Z [00:02:14.411]➜  EOF
2025-08-20T21:58:12.5880978Z [00:02:14.413]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b311/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/gzip=>github.com/klauspost/compress@v1.18.0/gzip;$WORK/b311=>" -p github.com/klauspost/compress/gzip -lang=go1.22 -complete -installsuffix shared -buildid eNXVg8nXyDHZvIN8WJ9v/eNXVg8nXyDHZvIN8WJ9v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b311/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:58:12.6805066Z [00:02:14.506]➜  go tool buildid -w $WORK/b311/_pkg_.a # internal
2025-08-20T21:58:12.6820651Z [00:02:14.507]➜  cp $WORK/b311/_pkg_.a /root/.cache/go-build/2c/2c984882fd58727ce613b76b6f1355a6bb42ee59841bddf04dbabcf20d0f516f-d # internal
2025-08-20T21:58:12.6835890Z [00:02:14.509]➜  github.com/klauspost/compress/s2
2025-08-20T21:58:12.6841902Z [00:02:14.509]➜  mkdir -p $WORK/b312/
2025-08-20T21:58:12.6844786Z [00:02:14.509]➜  echo -n > $WORK/b312/go_asm.h # internal
2025-08-20T21:58:12.6845617Z [00:02:14.510]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2
2025-08-20T21:58:12.6848553Z [00:02:14.510]➜  /root/.go/pkg/tool/linux_amd64/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/b312=>" -I $WORK/b312/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b312/symabis ./decode_amd64.s ./encodeblock_amd64.s
2025-08-20T21:58:12.7284505Z [00:02:14.553]➜  cat >/tmp/go-build282983591/b312/importcfg << 'EOF' # internal
2025-08-20T21:58:12.7342818Z [00:02:14.554]➜  # import config
2025-08-20T21:58:12.7343486Z [00:02:14.554]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:12.7344282Z [00:02:14.554]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:12.7345107Z [00:02:14.554]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:12.7345947Z [00:02:14.554]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:12.7346725Z [00:02:14.554]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:12.7347717Z [00:02:14.554]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:12.7348710Z [00:02:14.554]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build282983591/b280/_pkg_.a
2025-08-20T21:58:12.7352287Z [00:02:14.554]➜  packagefile github.com/klauspost/compress/internal/race=/tmp/go-build282983591/b313/_pkg_.a
2025-08-20T21:58:12.7353324Z [00:02:14.554]➜  packagefile hash/crc32=/tmp/go-build282983591/b205/_pkg_.a
2025-08-20T21:58:12.7354050Z [00:02:14.554]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:12.7354788Z [00:02:14.554]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:58:12.7355550Z [00:02:14.554]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:12.7356288Z [00:02:14.554]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:12.7357038Z [00:02:14.554]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:12.7357822Z [00:02:14.554]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:12.7358535Z [00:02:14.554]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:12.7359246Z [00:02:14.554]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:12.7359979Z [00:02:14.554]➜  EOF
2025-08-20T21:58:12.7360466Z [00:02:14.554]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:12.7370967Z [00:02:14.554]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b312/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2=>github.com/klauspost/compress@v1.18.0/s2;$WORK/b312=>" -p github.com/klauspost/compress/s2 -lang=go1.22 -installsuffix shared -buildid FijdHwDHM9At6RBCJdpj/FijdHwDHM9At6RBCJdpj -goversion go1.25.0 -symabis $WORK/b312/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b312/importcfg -pack -asmhdr $WORK/b312/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_amd64.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/encodeblock_amd64.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:58:12.7482504Z [00:02:14.560]➜  go tool buildid -w $WORK/b224/_pkg_.a # internal
2025-08-20T21:58:12.7610461Z [00:02:14.586]➜  cp $WORK/b224/_pkg_.a /root/.cache/go-build/03/031bbeb960b7224a6a8ca8fc98e8f05d4d8c3f59bbdf0b9871af3137088fa69c-d # internal
2025-08-20T21:58:12.7637646Z [00:02:14.587]➜  github.com/klauspost/compress/internal/godebug
2025-08-20T21:58:12.7638315Z [00:02:14.587]➜  mkdir -p $WORK/b315/
2025-08-20T21:58:12.7639173Z [00:02:14.587]➜  cat >/tmp/go-build282983591/b315/importcfg << 'EOF' # internal
2025-08-20T21:58:12.7639971Z [00:02:14.587]➜  # import config
2025-08-20T21:58:12.7640593Z [00:02:14.587]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:12.7641182Z [00:02:14.587]➜  EOF
2025-08-20T21:58:12.7645386Z [00:02:14.587]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b315/_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/b315=>" -p github.com/klauspost/compress/internal/godebug -lang=go1.22 -complete -installsuffix shared -buildid Ng9S_fNAxqr-1DBHqDaR/Ng9S_fNAxqr-1DBHqDaR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b315/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/godebug/godebug.go
2025-08-20T21:58:12.7852920Z [00:02:14.610]➜  go tool buildid -w $WORK/b315/_pkg_.a # internal
2025-08-20T21:58:12.7860176Z [00:02:14.611]➜  cp $WORK/b315/_pkg_.a /root/.cache/go-build/e2/e257fca22ba425725b993c97df8552a5cdd2e416de7b910c54312b7e275462c8-d # internal
2025-08-20T21:58:12.7877209Z [00:02:14.613]➜  github.com/klauspost/compress/zip
2025-08-20T21:58:12.7886624Z [00:02:14.614]➜  mkdir -p $WORK/b314/
2025-08-20T21:58:12.7898032Z [00:02:14.614]➜  cat >/tmp/go-build282983591/b314/importcfg << 'EOF' # internal
2025-08-20T21:58:12.7898711Z [00:02:14.614]➜  # import config
2025-08-20T21:58:12.7899346Z [00:02:14.614]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:12.7900417Z [00:02:14.614]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:12.7901394Z [00:02:14.614]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:12.7902467Z [00:02:14.614]➜  packagefile github.com/klauspost/compress/flate=/tmp/go-build282983591/b279/_pkg_.a
2025-08-20T21:58:12.7903840Z [00:02:14.614]➜  packagefile github.com/klauspost/compress/internal/godebug=/tmp/go-build282983591/b315/_pkg_.a
2025-08-20T21:58:12.7904987Z [00:02:14.614]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:12.7905855Z [00:02:14.614]➜  packagefile hash/crc32=/tmp/go-build282983591/b205/_pkg_.a
2025-08-20T21:58:12.7906670Z [00:02:14.614]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:12.7907478Z [00:02:14.614]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:58:12.7908292Z [00:02:14.614]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:12.7909078Z [00:02:14.614]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:58:12.7930710Z [00:02:14.614]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:12.7931696Z [00:02:14.614]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:12.7936275Z [00:02:14.614]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:12.7937432Z [00:02:14.614]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:12.7938188Z [00:02:14.614]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:12.7938997Z [00:02:14.614]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:12.7939619Z [00:02:14.614]➜  EOF
2025-08-20T21:58:12.7944829Z [00:02:14.614]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b314/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zip=>github.com/klauspost/compress@v1.18.0/zip;$WORK/b314=>" -p github.com/klauspost/compress/zip -lang=go1.22 -complete -installsuffix shared -buildid vb7R3ANJpxPbrkD17Cb6/vb7R3ANJpxPbrkD17Cb6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b314/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:58:13.4549177Z [00:02:15.280]➜  go tool buildid -w $WORK/b314/_pkg_.a # internal
2025-08-20T21:58:13.4618323Z [00:02:15.287]➜  cp $WORK/b314/_pkg_.a /root/.cache/go-build/59/59fb50bdb512cd1f4090be314b718b348b8b93554cc7d4590fbc1ddc4f652d1c-d # internal
2025-08-20T21:58:13.4624561Z [00:02:15.287]➜  github.com/klauspost/compress/zlib
2025-08-20T21:58:13.4625229Z [00:02:15.287]➜  mkdir -p $WORK/b316/
2025-08-20T21:58:13.4625984Z [00:02:15.287]➜  cat >/tmp/go-build282983591/b316/importcfg << 'EOF' # internal
2025-08-20T21:58:13.4626680Z [00:02:15.287]➜  # import config
2025-08-20T21:58:13.4627351Z [00:02:15.287]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:13.4628511Z [00:02:15.287]➜  packagefile compress/zlib=/tmp/go-build282983591/b169/_pkg_.a
2025-08-20T21:58:13.4629456Z [00:02:15.287]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:13.4630532Z [00:02:15.287]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:13.4631530Z [00:02:15.287]➜  packagefile github.com/klauspost/compress/flate=/tmp/go-build282983591/b279/_pkg_.a
2025-08-20T21:58:13.4632545Z [00:02:15.287]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:13.4633383Z [00:02:15.287]➜  packagefile hash/adler32=/tmp/go-build282983591/b171/_pkg_.a
2025-08-20T21:58:13.4634196Z [00:02:15.287]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:13.4634771Z [00:02:15.287]➜  EOF
2025-08-20T21:58:13.4638716Z [00:02:15.287]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b316/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zlib=>github.com/klauspost/compress@v1.18.0/zlib;$WORK/b316=>" -p github.com/klauspost/compress/zlib -lang=go1.22 -complete -installsuffix shared -buildid 72PrXKr2pYS92PRH884J/72PrXKr2pYS92PRH884J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b316/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:58:13.5023894Z [00:02:15.328]➜  go tool buildid -w $WORK/b316/_pkg_.a # internal
2025-08-20T21:58:13.5035937Z [00:02:15.329]➜  cp $WORK/b316/_pkg_.a /root/.cache/go-build/e4/e46d5b7cf89bf4853d746200391ee0ce73a9f1b87d02242750be738cd2bd202f-d # internal
2025-08-20T21:58:13.5037975Z [00:02:15.329]➜  github.com/klauspost/pgzip
2025-08-20T21:58:13.5039400Z [00:02:15.329]➜  mkdir -p $WORK/b317/
2025-08-20T21:58:13.5044888Z [00:02:15.330]➜  cat >/tmp/go-build282983591/b317/importcfg << 'EOF' # internal
2025-08-20T21:58:13.5046829Z [00:02:15.330]➜  # import config
2025-08-20T21:58:13.5047795Z [00:02:15.330]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:13.5048954Z [00:02:15.330]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:13.5050188Z [00:02:15.330]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:13.5052232Z [00:02:15.330]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:13.5053485Z [00:02:15.330]➜  packagefile github.com/klauspost/compress/flate=/tmp/go-build282983591/b279/_pkg_.a
2025-08-20T21:58:13.5054760Z [00:02:15.330]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:13.5057216Z [00:02:15.330]➜  packagefile hash/crc32=/tmp/go-build282983591/b205/_pkg_.a
2025-08-20T21:58:13.5071182Z [00:02:15.330]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:13.5072012Z [00:02:15.330]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:13.5072799Z [00:02:15.330]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:13.5073567Z [00:02:15.330]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:13.5074175Z [00:02:15.330]➜  EOF
2025-08-20T21:58:13.5077845Z [00:02:15.331]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b317/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/pgzip@v1.2.6=>github.com/klauspost/pgzip@v1.2.6;$WORK/b317=>" -p github.com/klauspost/pgzip -lang=go1.16 -complete -installsuffix shared -buildid aUhCcwv21x9AuS4uvtTy/aUhCcwv21x9AuS4uvtTy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b317/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:58:13.5227575Z [00:02:15.348]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd
2025-08-20T21:58:13.5232745Z [00:02:15.348]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/zstd -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd=>github.com/klauspost/compress@v1.18.0/zstd;$WORK/b295=>" -I $WORK/b295/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b295/fse_decoder_amd64.o ./fse_decoder_amd64.s
2025-08-20T21:58:13.5316667Z [00:02:15.357]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/zstd -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd=>github.com/klauspost/compress@v1.18.0/zstd;$WORK/b295=>" -I $WORK/b295/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b295/matchlen_amd64.o ./matchlen_amd64.s
2025-08-20T21:58:13.5457289Z [00:02:15.371]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/zstd -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd=>github.com/klauspost/compress@v1.18.0/zstd;$WORK/b295=>" -I $WORK/b295/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b295/seqdec_amd64.o ./seqdec_amd64.s
2025-08-20T21:58:13.5673710Z [00:02:15.392]➜  go tool pack r $WORK/b295/_pkg_.a $WORK/b295/fse_decoder_amd64.o $WORK/b295/matchlen_amd64.o $WORK/b295/seqdec_amd64.o # internal
2025-08-20T21:58:13.5702694Z [00:02:15.392]➜  go tool buildid -w $WORK/b295/_pkg_.a # internal
2025-08-20T21:58:13.5873856Z [00:02:15.412]➜  cp $WORK/b295/_pkg_.a /root/.cache/go-build/7c/7cc55b5717666a6ff317d9a0b6db1c55a75eaf50f0cab0e8ba2fc13b0ebb124a-d # internal
2025-08-20T21:58:13.5875132Z [00:02:15.412]➜  github.com/bodgit/sevenzip/internal/zstd
2025-08-20T21:58:13.5875746Z [00:02:15.412]➜  mkdir -p $WORK/b294/
2025-08-20T21:58:13.5877310Z [00:02:15.412]➜  cat >/tmp/go-build282983591/b294/importcfg << 'EOF' # internal
2025-08-20T21:58:13.5878471Z [00:02:15.412]➜  # import config
2025-08-20T21:58:13.5879344Z [00:02:15.412]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:13.5880864Z [00:02:15.412]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:13.5881870Z [00:02:15.412]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build282983591/b295/_pkg_.a
2025-08-20T21:58:13.5882795Z [00:02:15.412]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:13.5883586Z [00:02:15.412]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:13.5884341Z [00:02:15.412]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:13.5885197Z [00:02:15.412]➜  EOF
2025-08-20T21:58:13.5885689Z [00:02:15.412]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:13.5889248Z [00:02:15.412]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b294/_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/b294=>" -p github.com/bodgit/sevenzip/internal/zstd -lang=go1.19 -complete -installsuffix shared -buildid RBC-XPv8rZn91jX2j_Eo/RBC-XPv8rZn91jX2j_Eo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b294/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/zstd/reader.go
2025-08-20T21:58:13.6127048Z [00:02:15.438]➜  go tool buildid -w $WORK/b317/_pkg_.a # internal
2025-08-20T21:58:13.6131418Z [00:02:15.438]➜  go tool buildid -w $WORK/b294/_pkg_.a # internal
2025-08-20T21:58:13.6149022Z [00:02:15.440]➜  cp $WORK/b294/_pkg_.a /root/.cache/go-build/4a/4a30edc72e1d149ba17621172e383c156c7bca9ecaf7e2f4f810894bb1922ed2-d # internal
2025-08-20T21:58:13.6155244Z [00:02:15.440]➜  hash/crc64
2025-08-20T21:58:13.6155712Z [00:02:15.440]➜  mkdir -p $WORK/b319/
2025-08-20T21:58:13.6164029Z [00:02:15.442]➜  cat >/tmp/go-build282983591/b319/importcfg << 'EOF' # internal
2025-08-20T21:58:13.6164668Z [00:02:15.442]➜  # import config
2025-08-20T21:58:13.6165281Z [00:02:15.442]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:13.6166006Z [00:02:15.442]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:13.6166819Z [00:02:15.442]➜  packagefile internal/byteorder=/tmp/go-build282983591/b013/_pkg_.a
2025-08-20T21:58:13.6167630Z [00:02:15.442]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:13.6168172Z [00:02:15.442]➜  EOF
2025-08-20T21:58:13.6171139Z [00:02:15.442]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b319/_pkg_.a -trimpath "/root/.go/src/hash/crc64=>hash/crc64;$WORK/b319=>" -p hash/crc64 -lang=go1.25 -std -complete -installsuffix shared -buildid 5U9H2B-Vw1hmwdAjDRNJ/5U9H2B-Vw1hmwdAjDRNJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b319/importcfg -pack /root/.go/src/hash/crc64/crc64.go
2025-08-20T21:58:13.6181603Z [00:02:15.443]➜  cp $WORK/b317/_pkg_.a /root/.cache/go-build/62/62122180250c90daf7f0d007ab1c3bff1aaa9bd1dd191803ce474ea35330f8f7-d # internal
2025-08-20T21:58:13.6192484Z [00:02:15.444]➜  github.com/nwaples/rardecode/v2
2025-08-20T21:58:13.6196442Z [00:02:15.445]➜  mkdir -p $WORK/b322/
2025-08-20T21:58:13.6200840Z [00:02:15.445]➜  cat >/tmp/go-build282983591/b322/importcfg << 'EOF' # internal
2025-08-20T21:58:13.6210379Z [00:02:15.446]➜  # import config
2025-08-20T21:58:13.6210977Z [00:02:15.446]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:13.6211672Z [00:02:15.446]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:13.6212394Z [00:02:15.446]➜  packagefile crypto/aes=/tmp/go-build282983591/b108/_pkg_.a
2025-08-20T21:58:13.6215889Z [00:02:15.447]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:58:13.6217138Z [00:02:15.447]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:58:13.6218113Z [00:02:15.447]➜  packagefile crypto/sha1=/tmp/go-build282983591/b095/_pkg_.a
2025-08-20T21:58:13.6219276Z [00:02:15.447]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:13.6220481Z [00:02:15.447]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:13.6221444Z [00:02:15.447]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:13.6222329Z [00:02:15.447]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:13.6225549Z [00:02:15.447]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:13.6226311Z [00:02:15.447]➜  packagefile hash/crc32=/tmp/go-build282983591/b205/_pkg_.a
2025-08-20T21:58:13.6226995Z [00:02:15.447]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:13.6227683Z [00:02:15.447]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:58:13.6228631Z [00:02:15.447]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:13.6229332Z [00:02:15.447]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:13.6230204Z [00:02:15.447]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:13.6230944Z [00:02:15.447]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:13.6231694Z [00:02:15.447]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:13.6232423Z [00:02:15.447]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:13.6233114Z [00:02:15.447]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:13.6233848Z [00:02:15.447]➜  packagefile unicode/utf16=/tmp/go-build282983591/b070/_pkg_.a
2025-08-20T21:58:13.6234405Z [00:02:15.447]➜  EOF
2025-08-20T21:58:13.6234954Z [00:02:15.447]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2
2025-08-20T21:58:13.6237366Z [00:02:15.447]➜  /root/.go/pkg/tool/linux_amd64/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/b312=>" -I $WORK/b312/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b312/decode_amd64.o ./decode_amd64.s
2025-08-20T21:58:13.6239415Z [00:02:15.447]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:13.6250827Z [00:02:15.447]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b322/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0=>github.com/nwaples/rardecode/v2@v2.1.0;$WORK/b322=>" -p github.com/nwaples/rardecode/v2 -lang=go1.21 -complete -installsuffix shared -buildid AUaLoyigHb-bmdHZ_kyx/AUaLoyigHb-bmdHZ_kyx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b322/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:58:13.6317481Z [00:02:15.457]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2
2025-08-20T21:58:13.6322004Z [00:02:15.457]➜  /root/.go/pkg/tool/linux_amd64/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/b312=>" -I $WORK/b312/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b312/encodeblock_amd64.o ./encodeblock_amd64.s
2025-08-20T21:58:13.6487496Z [00:02:15.474]➜  go tool buildid -w $WORK/b319/_pkg_.a # internal
2025-08-20T21:58:13.6496482Z [00:02:15.475]➜  cp $WORK/b319/_pkg_.a /root/.cache/go-build/8d/8dd24e01347895f101b02a7d1d2b84386ff9a6ee19ac026f0fd25048a72c8909-d # internal
2025-08-20T21:58:13.6501703Z [00:02:15.475]➜  github.com/mikelolasagasti/xz
2025-08-20T21:58:13.6506295Z [00:02:15.475]➜  mkdir -p $WORK/b318/
2025-08-20T21:58:13.6530859Z [00:02:15.476]➜  cat >/tmp/go-build282983591/b318/importcfg << 'EOF' # internal
2025-08-20T21:58:13.6531583Z [00:02:15.476]➜  # import config
2025-08-20T21:58:13.6532267Z [00:02:15.476]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:13.6533130Z [00:02:15.476]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:13.6533973Z [00:02:15.476]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:13.6534776Z [00:02:15.476]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:13.6543287Z [00:02:15.476]➜  packagefile hash/crc32=/tmp/go-build282983591/b205/_pkg_.a
2025-08-20T21:58:13.6544181Z [00:02:15.476]➜  packagefile hash/crc64=/tmp/go-build282983591/b319/_pkg_.a
2025-08-20T21:58:13.6545002Z [00:02:15.476]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:13.6545571Z [00:02:15.476]➜  EOF
2025-08-20T21:58:13.6546090Z [00:02:15.476]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:13.6553271Z [00:02:15.476]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b318/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mikelolasagasti/xz@v1.0.1=>github.com/mikelolasagasti/xz@v1.0.1;$WORK/b318=>" -p github.com/mikelolasagasti/xz -lang=go1.15 -complete -installsuffix shared -buildid gMMUR0LYmMn-Wrj5unnY/gMMUR0LYmMn-Wrj5unnY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b318/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:58:13.7276112Z [00:02:15.553]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2
2025-08-20T21:58:13.7279539Z [00:02:15.553]➜  go tool pack r $WORK/b312/_pkg_.a $WORK/b312/decode_amd64.o $WORK/b312/encodeblock_amd64.o # internal
2025-08-20T21:58:13.7286482Z [00:02:15.554]➜  go tool buildid -w $WORK/b312/_pkg_.a # internal
2025-08-20T21:58:13.7348791Z [00:02:15.560]➜  cp $WORK/b312/_pkg_.a /root/.cache/go-build/5e/5e3192166e38e280911d60ddddef3e4d3a81075a1e6c83ceca2e00c15b7fe82c-d # internal
2025-08-20T21:58:13.7373396Z [00:02:15.562]➜  github.com/minio/minlz
2025-08-20T21:58:13.7376736Z [00:02:15.563]➜  mkdir -p $WORK/b320/
2025-08-20T21:58:13.7377403Z [00:02:15.563]➜  echo -n > $WORK/b320/go_asm.h # internal
2025-08-20T21:58:13.7378173Z [00:02:15.563]➜  cd /root/go/pkg/mod/github.com/minio/minlz@v1.0.0
2025-08-20T21:58:13.7380774Z [00:02:15.563]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/minio/minlz -trimpath "/root/go/pkg/mod/github.com/minio/minlz@v1.0.0=>github.com/minio/minlz@v1.0.0;$WORK/b320=>" -I $WORK/b320/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b320/symabis ./asm_amd64.s
2025-08-20T21:58:13.7459078Z [00:02:15.571]➜  go tool buildid -w $WORK/b203/_pkg_.a # internal
2025-08-20T21:58:13.7742085Z [00:02:15.599]➜  go tool buildid -w $WORK/b318/_pkg_.a # internal
2025-08-20T21:58:13.7760551Z [00:02:15.601]➜  cp $WORK/b318/_pkg_.a /root/.cache/go-build/a4/a49c75c04bf546311cc100cf9f61ee5b52a0e9b0c74cdbccb1296d04b8d2330a-d # internal
2025-08-20T21:58:13.7766874Z [00:02:15.602]➜  github.com/sorairolake/lzip-go
2025-08-20T21:58:13.7771199Z [00:02:15.602]➜  mkdir -p $WORK/b323/
2025-08-20T21:58:13.7772511Z [00:02:15.602]➜  cat >/tmp/go-build282983591/b323/importcfg << 'EOF' # internal
2025-08-20T21:58:13.7774547Z [00:02:15.602]➜  # import config
2025-08-20T21:58:13.7777255Z [00:02:15.602]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:13.7778155Z [00:02:15.602]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:13.7779418Z [00:02:15.602]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:13.7780567Z [00:02:15.602]➜  packagefile github.com/ulikunitz/xz/lzma=/tmp/go-build282983591/b289/_pkg_.a
2025-08-20T21:58:13.7781500Z [00:02:15.602]➜  packagefile hash/crc32=/tmp/go-build282983591/b205/_pkg_.a
2025-08-20T21:58:13.7782268Z [00:02:15.602]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:13.7783081Z [00:02:15.602]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:13.7783880Z [00:02:15.602]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:13.7784442Z [00:02:15.602]➜  EOF
2025-08-20T21:58:13.7784955Z [00:02:15.602]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:13.7789746Z [00:02:15.602]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b323/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sorairolake/lzip-go@v0.3.5=>github.com/sorairolake/lzip-go@v0.3.5;$WORK/b323=>" -p github.com/sorairolake/lzip-go -lang=go1.22 -complete -installsuffix shared -buildid WBaFRNxBLka9hY47dnIq/WBaFRNxBLka9hY47dnIq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b323/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:58:13.7860543Z [00:02:15.611]➜  cat >/tmp/go-build282983591/b320/importcfg << 'EOF' # internal
2025-08-20T21:58:13.7873632Z [00:02:15.612]➜  # import config
2025-08-20T21:58:13.7874250Z [00:02:15.612]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:13.7875267Z [00:02:15.612]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:13.7876759Z [00:02:15.612]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:13.7877814Z [00:02:15.612]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:13.7878990Z [00:02:15.612]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:13.7880173Z [00:02:15.612]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:13.7881056Z [00:02:15.612]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:13.7882053Z [00:02:15.612]➜  packagefile github.com/klauspost/compress/s2=/tmp/go-build282983591/b312/_pkg_.a
2025-08-20T21:58:13.7883295Z [00:02:15.612]➜  packagefile github.com/minio/minlz/internal/race=/tmp/go-build282983591/b321/_pkg_.a
2025-08-20T21:58:13.7884177Z [00:02:15.612]➜  packagefile hash/crc32=/tmp/go-build282983591/b205/_pkg_.a
2025-08-20T21:58:13.7884879Z [00:02:15.612]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:13.7885592Z [00:02:15.612]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:13.7886329Z [00:02:15.612]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:13.7887395Z [00:02:15.612]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:13.7888371Z [00:02:15.612]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:13.7889368Z [00:02:15.612]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:13.7890634Z [00:02:15.612]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:13.7892034Z [00:02:15.612]➜  EOF
2025-08-20T21:58:13.7893411Z [00:02:15.612]➜  cp $WORK/b203/_pkg_.a /root/.cache/go-build/0d/0dffc027e83aaf36b033aaac075ba589cb3136f775fde7850feb371ca5b08cc3-d # internal
2025-08-20T21:58:13.7905357Z [00:02:15.612]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b320/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/minio/minlz@v1.0.0=>github.com/minio/minlz@v1.0.0;$WORK/b320=>" -p github.com/minio/minlz -lang=go1.21 -installsuffix shared -buildid cOPm2plaK8wn5Dscm_cg/cOPm2plaK8wn5Dscm_cg -goversion go1.25.0 -symabis $WORK/b320/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b320/importcfg -pack -asmhdr $WORK/b320/go_asm.h /root/go/pkg/mod/github.com/minio/minlz@v1.0.0/asm_amd64.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_amd64.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_amd64.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:58:13.7915334Z [00:02:15.612]➜  github.com/projectdiscovery/utils/file
2025-08-20T21:58:13.7915932Z [00:02:15.612]➜  mkdir -p $WORK/b104/
2025-08-20T21:58:13.7916578Z [00:02:15.612]➜  cat >/tmp/go-build282983591/b104/importcfg << 'EOF' # internal
2025-08-20T21:58:13.7917175Z [00:02:15.613]➜  # import config
2025-08-20T21:58:13.7917756Z [00:02:15.613]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:13.7918476Z [00:02:15.613]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:13.7919221Z [00:02:15.613]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:58:13.7920208Z [00:02:15.613]➜  packagefile debug/elf=/tmp/go-build282983591/b168/_pkg_.a
2025-08-20T21:58:13.7921007Z [00:02:15.613]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:13.7922180Z [00:02:15.613]➜  packagefile github.com/asaskevich/govalidator=/tmp/go-build282983591/b175/_pkg_.a
2025-08-20T21:58:13.7923188Z [00:02:15.613]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build282983591/b180/_pkg_.a
2025-08-20T21:58:13.7924630Z [00:02:15.613]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:58:13.7926073Z [00:02:15.613]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:58:13.7927451Z [00:02:15.613]➜  packagefile github.com/projectdiscovery/utils/os=/tmp/go-build282983591/b190/_pkg_.a
2025-08-20T21:58:13.7928891Z [00:02:15.613]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build282983591/b191/_pkg_.a
2025-08-20T21:58:13.7930360Z [00:02:15.613]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:58:13.7931646Z [00:02:15.613]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build282983591/b202/_pkg_.a
2025-08-20T21:58:13.7932578Z [00:02:15.613]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:13.7933473Z [00:02:15.613]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:58:13.7934432Z [00:02:15.613]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:13.7935420Z [00:02:15.613]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:13.7936643Z [00:02:15.613]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:13.7937662Z [00:02:15.613]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:13.7938638Z [00:02:15.613]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:13.7939517Z [00:02:15.613]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:13.7940638Z [00:02:15.613]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:13.7941777Z [00:02:15.613]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:13.7942279Z [00:02:15.613]➜  EOF
2025-08-20T21:58:13.7947003Z [00:02:15.613]➜  /root/.go/pkg/tool/linux_amd64/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 a01fe8tjE2TJzY5G7I5u/a01fe8tjE2TJzY5G7I5u -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:58:13.8182674Z [00:02:15.643]➜  go tool buildid -w $WORK/b323/_pkg_.a # internal
2025-08-20T21:58:13.8199258Z [00:02:15.645]➜  cp $WORK/b323/_pkg_.a /root/.cache/go-build/79/79d302a9f1a9d4a733c1b0be9a8e4a18dead47c0166426f80bc5b5ba2c7d572b-d # internal
2025-08-20T21:58:13.8211838Z [00:02:15.646]➜  net/http/httputil
2025-08-20T21:58:13.8212994Z [00:02:15.646]➜  mkdir -p $WORK/b236/
2025-08-20T21:58:13.8213899Z [00:02:15.647]➜  cat >/tmp/go-build282983591/b236/importcfg << 'EOF' # internal
2025-08-20T21:58:13.8216761Z [00:02:15.647]➜  # import config
2025-08-20T21:58:13.8217663Z [00:02:15.647]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T21:58:13.8218691Z [00:02:15.647]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:13.8219501Z [00:02:15.647]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:13.8220595Z [00:02:15.647]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:13.8221419Z [00:02:15.647]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:13.8222209Z [00:02:15.647]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:13.8223240Z [00:02:15.647]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build282983591/b206/_pkg_.a
2025-08-20T21:58:13.8224236Z [00:02:15.647]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:13.8225026Z [00:02:15.647]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:13.8226106Z [00:02:15.647]➜  packagefile mime=/tmp/go-build282983591/b215/_pkg_.a
2025-08-20T21:58:13.8226937Z [00:02:15.647]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:13.8227740Z [00:02:15.647]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:13.8238754Z [00:02:15.647]➜  packagefile net/http/httptrace=/tmp/go-build282983591/b218/_pkg_.a
2025-08-20T21:58:13.8239770Z [00:02:15.647]➜  packagefile net/http/internal=/tmp/go-build282983591/b219/_pkg_.a
2025-08-20T21:58:13.8240920Z [00:02:15.647]➜  packagefile net/http/internal/ascii=/tmp/go-build282983591/b220/_pkg_.a
2025-08-20T21:58:13.8241869Z [00:02:15.647]➜  packagefile net/textproto=/tmp/go-build282983591/b212/_pkg_.a
2025-08-20T21:58:13.8242726Z [00:02:15.647]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:13.8243537Z [00:02:15.647]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:13.8244367Z [00:02:15.647]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:13.8245130Z [00:02:15.647]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:13.8245708Z [00:02:15.647]➜  EOF
2025-08-20T21:58:13.8249540Z [00:02:15.649]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b236/_pkg_.a -trimpath "/root/.go/src/net/http/httputil=>net/http/httputil;$WORK/b236=>" -p net/http/httputil -lang=go1.25 -std -complete -installsuffix shared -buildid PssX2-_kkzAIcv8J8owe/PssX2-_kkzAIcv8J8owe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b236/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:58:13.9372726Z [00:02:15.762]➜  go tool buildid -w $WORK/b104/_pkg_.a # internal
2025-08-20T21:58:13.9395174Z [00:02:15.764]➜  cp $WORK/b104/_pkg_.a /root/.cache/go-build/11/119105d2a103cdec6c930d78603bb56789e772aef256419899d69a4ca649323b-d # internal
2025-08-20T21:58:13.9431707Z [00:02:15.768]➜  github.com/andybalholm/brotli
2025-08-20T21:58:13.9432380Z [00:02:15.768]➜  mkdir -p $WORK/b254/
2025-08-20T21:58:13.9441824Z [00:02:15.769]➜  cat >/tmp/go-build282983591/b254/importcfg << 'EOF' # internal
2025-08-20T21:58:13.9442850Z [00:02:15.769]➜  # import config
2025-08-20T21:58:13.9444333Z [00:02:15.769]➜  packagefile compress/gzip=/tmp/go-build282983591/b204/_pkg_.a
2025-08-20T21:58:13.9457764Z [00:02:15.769]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:13.9460511Z [00:02:15.769]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:13.9463002Z [00:02:15.769]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:13.9466082Z [00:02:15.769]➜  packagefile github.com/andybalholm/brotli/matchfinder=/tmp/go-build282983591/b255/_pkg_.a
2025-08-20T21:58:13.9467814Z [00:02:15.769]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:13.9470381Z [00:02:15.769]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:13.9471812Z [00:02:15.769]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:13.9479449Z [00:02:15.769]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:13.9480631Z [00:02:15.769]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:13.9481492Z [00:02:15.769]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:13.9482298Z [00:02:15.769]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:13.9482894Z [00:02:15.769]➜  EOF
2025-08-20T21:58:13.9562618Z [00:02:15.769]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b254/_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/b254=>" -p github.com/andybalholm/brotli -lang=go1.13 -complete -installsuffix shared -buildid ltikAsDRlcMpTh-PE66n/ltikAsDRlcMpTh-PE66n -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/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:58:14.1487099Z [00:02:15.974]➜  go tool buildid -w $WORK/b236/_pkg_.a # internal
2025-08-20T21:58:14.1600178Z [00:02:15.985]➜  cp $WORK/b236/_pkg_.a /root/.cache/go-build/58/582b408e60d8254d8b091e08b68ba547a2f19ea3c10ae52a9990f94bea425bb2-d # internal
2025-08-20T21:58:14.1610302Z [00:02:15.986]➜  github.com/projectdiscovery/utils/maps
2025-08-20T21:58:14.1614746Z [00:02:15.986]➜  mkdir -p $WORK/b223/
2025-08-20T21:58:14.1623320Z [00:02:15.987]➜  cat >/tmp/go-build282983591/b223/importcfg << 'EOF' # internal
2025-08-20T21:58:14.1623971Z [00:02:15.987]➜  # import config
2025-08-20T21:58:14.1624571Z [00:02:15.987]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:14.1625377Z [00:02:15.987]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:14.1626160Z [00:02:15.987]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:14.1627018Z [00:02:15.987]➜  packagefile github.com/miekg/dns=/tmp/go-build282983591/b224/_pkg_.a
2025-08-20T21:58:14.1628111Z [00:02:15.987]➜  packagefile github.com/projectdiscovery/utils/conversion=/tmp/go-build282983591/b231/_pkg_.a
2025-08-20T21:58:14.1629442Z [00:02:15.987]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:58:14.1630926Z [00:02:15.987]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build282983591/b191/_pkg_.a
2025-08-20T21:58:14.1632035Z [00:02:15.987]➜  packagefile github.com/tidwall/gjson=/tmp/go-build282983591/b232/_pkg_.a
2025-08-20T21:58:14.1633073Z [00:02:15.987]➜  packagefile golang.org/x/exp/constraints=/tmp/go-build282983591/b235/_pkg_.a
2025-08-20T21:58:14.1634059Z [00:02:15.987]➜  packagefile golang.org/x/exp/maps=/tmp/go-build282983591/b184/_pkg_.a
2025-08-20T21:58:14.1634884Z [00:02:15.987]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:14.1635912Z [00:02:15.987]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:14.1636781Z [00:02:15.987]➜  packagefile net/http/httputil=/tmp/go-build282983591/b236/_pkg_.a
2025-08-20T21:58:14.1637625Z [00:02:15.987]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:14.1638392Z [00:02:15.987]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:14.1639144Z [00:02:15.987]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:14.1640052Z [00:02:15.987]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:14.1640842Z [00:02:15.987]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:14.1641619Z [00:02:15.987]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:14.1642178Z [00:02:15.987]➜  EOF
2025-08-20T21:58:14.1647530Z [00:02:15.987]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b223/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/maps=>github.com/projectdiscovery/utils@v0.4.23/maps;$WORK/b223=>" -p github.com/projectdiscovery/utils/maps -lang=go1.24 -complete -installsuffix shared -buildid fYVheRVqMjwywnhqI4Xj/fYVheRVqMjwywnhqI4Xj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b223/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:58:14.1999985Z [00:02:16.025]➜  go tool buildid -w $WORK/b322/_pkg_.a # internal
2025-08-20T21:58:14.2097534Z [00:02:16.035]➜  cp $WORK/b322/_pkg_.a /root/.cache/go-build/e8/e838cbaeb4dd6416609ae163bad56c6a303440720fa1798be4304c33038a76b5-d # internal
2025-08-20T21:58:14.2099710Z [00:02:16.035]➜  expvar
2025-08-20T21:58:14.2102776Z [00:02:16.035]➜  mkdir -p $WORK/b304/
2025-08-20T21:58:14.2105138Z [00:02:16.035]➜  cat >/tmp/go-build282983591/b304/importcfg << 'EOF' # internal
2025-08-20T21:58:14.2133033Z [00:02:16.035]➜  # import config
2025-08-20T21:58:14.2133845Z [00:02:16.035]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:14.2135094Z [00:02:16.036]➜  packagefile internal/godebug=/tmp/go-build282983591/b058/_pkg_.a
2025-08-20T21:58:14.2135948Z [00:02:16.036]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:14.2136712Z [00:02:16.036]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:14.2137505Z [00:02:16.036]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:14.2138781Z [00:02:16.036]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:14.2140216Z [00:02:16.036]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:14.2144157Z [00:02:16.036]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:14.2145185Z [00:02:16.036]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:14.2146366Z [00:02:16.036]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:14.2147556Z [00:02:16.036]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:14.2150495Z [00:02:16.036]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:14.2151285Z [00:02:16.036]➜  EOF
2025-08-20T21:58:14.2154011Z [00:02:16.036]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b304/_pkg_.a -trimpath "/root/.go/src/expvar=>expvar;$WORK/b304=>" -p expvar -lang=go1.25 -std -complete -installsuffix shared -buildid CDqWe0ZJ9xg_hx7tNAuK/CDqWe0ZJ9xg_hx7tNAuK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b304/importcfg -pack /root/.go/src/expvar/expvar.go
2025-08-20T21:58:14.2731088Z [00:02:16.098]➜  go tool buildid -w $WORK/b223/_pkg_.a # internal
2025-08-20T21:58:14.2751813Z [00:02:16.100]➜  cp $WORK/b223/_pkg_.a /root/.cache/go-build/0b/0b129bda4933fe98fcb5d9b66c06f9e96436bf12f6589aaa8fe3740e7ed6fbac-d # internal
2025-08-20T21:58:14.2782585Z [00:02:16.103]➜  github.com/projectdiscovery/utils/folder
2025-08-20T21:58:14.2783737Z [00:02:16.103]➜  mkdir -p $WORK/b222/
2025-08-20T21:58:14.2784682Z [00:02:16.103]➜  cat >/tmp/go-build282983591/b222/importcfg << 'EOF' # internal
2025-08-20T21:58:14.2785574Z [00:02:16.103]➜  # import config
2025-08-20T21:58:14.2788513Z [00:02:16.103]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:14.2789405Z [00:02:16.103]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:58:14.2790699Z [00:02:16.103]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:58:14.2791898Z [00:02:16.103]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build282983591/b223/_pkg_.a
2025-08-20T21:58:14.2792860Z [00:02:16.103]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:58:14.2793595Z [00:02:16.103]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:14.2794371Z [00:02:16.103]➜  packagefile os/user=/tmp/go-build282983591/b237/_pkg_.a
2025-08-20T21:58:14.2795200Z [00:02:16.103]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:14.2796030Z [00:02:16.103]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:14.2796798Z [00:02:16.103]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:14.2797371Z [00:02:16.103]➜  EOF
2025-08-20T21:58:14.2806656Z [00:02:16.103]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b222/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/folder=>github.com/projectdiscovery/utils@v0.4.23/folder;$WORK/b222=>" -p github.com/projectdiscovery/utils/folder -lang=go1.24 -complete -installsuffix shared -buildid eA2vt5I1NcrSjClF1Shk/eA2vt5I1NcrSjClF1Shk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b222/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:58:14.3133829Z [00:02:16.138]➜  cd /root/go/pkg/mod/github.com/minio/minlz@v1.0.0
2025-08-20T21:58:14.3138292Z [00:02:16.138]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/minio/minlz -trimpath "/root/go/pkg/mod/github.com/minio/minlz@v1.0.0=>github.com/minio/minlz@v1.0.0;$WORK/b320=>" -I $WORK/b320/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b320/asm_amd64.o ./asm_amd64.s
2025-08-20T21:58:14.3753992Z [00:02:16.200]➜  go tool buildid -w $WORK/b222/_pkg_.a # internal
2025-08-20T21:58:14.3774424Z [00:02:16.203]➜  cp $WORK/b222/_pkg_.a /root/.cache/go-build/53/53cb4b3d2e3a40c57ad0c2216559b54c3f30512b0bf6c61f4f8cb1183af08243-d # internal
2025-08-20T21:58:14.3854704Z [00:02:16.211]➜  github.com/projectdiscovery/goflags
2025-08-20T21:58:14.3857388Z [00:02:16.211]➜  mkdir -p $WORK/b065/
2025-08-20T21:58:14.3870005Z [00:02:16.211]➜  cat >/tmp/go-build282983591/b065/importcfg << 'EOF' # internal
2025-08-20T21:58:14.3870753Z [00:02:16.211]➜  # import config
2025-08-20T21:58:14.3871419Z [00:02:16.211]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:14.3872225Z [00:02:16.211]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:14.3872977Z [00:02:16.211]➜  packagefile embed=/tmp/go-build282983591/b066/_pkg_.a
2025-08-20T21:58:14.3873826Z [00:02:16.211]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:14.3874693Z [00:02:16.211]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:14.3875473Z [00:02:16.211]➜  packagefile flag=/tmp/go-build282983591/b071/_pkg_.a
2025-08-20T21:58:14.3876258Z [00:02:16.211]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:14.3877168Z [00:02:16.211]➜  packagefile github.com/cnf/structhash=/tmp/go-build282983591/b072/_pkg_.a
2025-08-20T21:58:14.3878189Z [00:02:16.211]➜  packagefile github.com/google/shlex=/tmp/go-build282983591/b102/_pkg_.a
2025-08-20T21:58:14.3879474Z [00:02:16.211]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:58:14.3911793Z [00:02:16.211]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:58:14.3913217Z [00:02:16.211]➜  packagefile github.com/projectdiscovery/utils/folder=/tmp/go-build282983591/b222/_pkg_.a
2025-08-20T21:58:14.3914620Z [00:02:16.211]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build282983591/b223/_pkg_.a
2025-08-20T21:58:14.3915998Z [00:02:16.211]➜  packagefile github.com/projectdiscovery/utils/permission=/tmp/go-build282983591/b238/_pkg_.a
2025-08-20T21:58:14.3917365Z [00:02:16.211]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build282983591/b191/_pkg_.a
2025-08-20T21:58:14.3918762Z [00:02:16.211]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:58:14.3920238Z [00:02:16.211]➜  packagefile github.com/projectdiscovery/utils/time=/tmp/go-build282983591/b240/_pkg_.a
2025-08-20T21:58:14.3921489Z [00:02:16.211]➜  packagefile golang.org/x/exp/maps=/tmp/go-build282983591/b184/_pkg_.a
2025-08-20T21:58:14.3922547Z [00:02:16.211]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build282983591/b202/_pkg_.a
2025-08-20T21:58:14.3923457Z [00:02:16.211]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:14.3924266Z [00:02:16.211]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:14.3925064Z [00:02:16.211]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:58:14.3925903Z [00:02:16.211]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:14.3926736Z [00:02:16.211]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:14.3927534Z [00:02:16.211]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:14.3928335Z [00:02:16.211]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:14.3929337Z [00:02:16.211]➜  packagefile text/tabwriter=/tmp/go-build282983591/b241/_pkg_.a
2025-08-20T21:58:14.3930344Z [00:02:16.211]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:14.3931147Z [00:02:16.211]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:14.3932080Z [00:02:16.211]➜  EOF
2025-08-20T21:58:14.3932695Z [00:02:16.211]➜  cat >/tmp/go-build282983591/b065/embedcfg << 'EOF' # internal
2025-08-20T21:58:14.3933285Z [00:02:16.211]➜  {
2025-08-20T21:58:14.3933667Z [00:02:16.211]➜  	"Patterns": {
2025-08-20T21:58:14.3934120Z [00:02:16.211]➜  		"ports_data.json": [
2025-08-20T21:58:14.3934625Z [00:02:16.211]➜  			"ports_data.json"
2025-08-20T21:58:14.3935068Z [00:02:16.211]➜  		]
2025-08-20T21:58:14.3935427Z [00:02:16.211]➜  	},
2025-08-20T21:58:14.3935801Z [00:02:16.211]➜  	"Files": {
2025-08-20T21:58:14.3936697Z [00:02:16.211]➜  		"ports_data.json": "/root/go/pkg/mod/github.com/projectdiscovery/goflags@v0.1.74/ports_data.json"
2025-08-20T21:58:14.3937510Z [00:02:16.211]➜  	}
2025-08-20T21:58:14.3937866Z [00:02:16.211]➜  }EOF
2025-08-20T21:58:14.3938391Z [00:02:16.212]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:14.3950245Z [00:02:16.212]➜  /root/.go/pkg/tool/linux_amd64/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 bwTdeiYHX4fNIybqaAXM/bwTdeiYHX4fNIybqaAXM -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:58:14.3962947Z [00:02:16.221]➜  cd /root/go/pkg/mod/github.com/minio/minlz@v1.0.0
2025-08-20T21:58:14.3968351Z [00:02:16.221]➜  go tool pack r $WORK/b320/_pkg_.a $WORK/b320/asm_amd64.o # internal
2025-08-20T21:58:14.3969071Z [00:02:16.221]➜  go tool buildid -w $WORK/b320/_pkg_.a # internal
2025-08-20T21:58:14.4033096Z [00:02:16.228]➜  cp $WORK/b320/_pkg_.a /root/.cache/go-build/73/7370b040d79e2d82cb2b8dafea49eb95de967636e8741077fd63f0e41ba38ba5-d # internal
2025-08-20T21:58:14.4036678Z [00:02:16.229]➜  github.com/ulikunitz/xz
2025-08-20T21:58:14.4063779Z [00:02:16.232]➜  mkdir -p $WORK/b324/
2025-08-20T21:58:14.4070060Z [00:02:16.232]➜  cat >/tmp/go-build282983591/b324/importcfg << 'EOF' # internal
2025-08-20T21:58:14.4077071Z [00:02:16.232]➜  # import config
2025-08-20T21:58:14.4077752Z [00:02:16.232]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:14.4078644Z [00:02:16.232]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:14.4079511Z [00:02:16.232]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:14.4080521Z [00:02:16.232]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:14.4081529Z [00:02:16.233]➜  packagefile github.com/ulikunitz/xz/internal/xlog=/tmp/go-build282983591/b291/_pkg_.a
2025-08-20T21:58:14.4082732Z [00:02:16.233]➜  packagefile github.com/ulikunitz/xz/lzma=/tmp/go-build282983591/b289/_pkg_.a
2025-08-20T21:58:14.4083693Z [00:02:16.233]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:14.4084887Z [00:02:16.233]➜  packagefile hash/crc32=/tmp/go-build282983591/b205/_pkg_.a
2025-08-20T21:58:14.4085747Z [00:02:16.233]➜  packagefile hash/crc64=/tmp/go-build282983591/b319/_pkg_.a
2025-08-20T21:58:14.4086540Z [00:02:16.233]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:14.4087114Z [00:02:16.233]➜  EOF
2025-08-20T21:58:14.4087628Z [00:02:16.233]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:14.4094409Z [00:02:16.233]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b324/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12=>github.com/ulikunitz/xz@v0.5.12;$WORK/b324=>" -p github.com/ulikunitz/xz -lang=go1.12 -complete -installsuffix shared -buildid _bUbfmL-Dy3yH4YapzSh/_bUbfmL-Dy3yH4YapzSh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b324/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:58:14.4354395Z [00:02:16.261]➜  go tool buildid -w $WORK/b304/_pkg_.a # internal
2025-08-20T21:58:14.4415344Z [00:02:16.266]➜  cp $WORK/b304/_pkg_.a /root/.cache/go-build/eb/ebc3103a84769c2d663f37c42896bdc7162458af05e719fccf66b29fb95a2eb9-d # internal
2025-08-20T21:58:14.4425863Z [00:02:16.267]➜  go4.org/readerutil
2025-08-20T21:58:14.4426425Z [00:02:16.267]➜  mkdir -p $WORK/b303/
2025-08-20T21:58:14.4427181Z [00:02:16.267]➜  cat >/tmp/go-build282983591/b303/importcfg << 'EOF' # internal
2025-08-20T21:58:14.4427877Z [00:02:16.267]➜  # import config
2025-08-20T21:58:14.4428836Z [00:02:16.267]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:14.4429729Z [00:02:16.267]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:14.4430788Z [00:02:16.267]➜  packagefile expvar=/tmp/go-build282983591/b304/_pkg_.a
2025-08-20T21:58:14.4431578Z [00:02:16.267]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:14.4432351Z [00:02:16.267]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:14.4433122Z [00:02:16.267]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:14.4433895Z [00:02:16.267]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:14.4434691Z [00:02:16.267]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:14.4435301Z [00:02:16.267]➜  EOF
2025-08-20T21:58:14.4443098Z [00:02:16.267]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b303/_pkg_.a -trimpath "/root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/readerutil=>go4.org@v0.0.0-20230225012048-214862532bf5/readerutil;$WORK/b303=>" -p go4.org/readerutil -lang=go1.13 -complete -installsuffix shared -buildid ZmrYFIAeUQOtEiz6YnUM/ZmrYFIAeUQOtEiz6YnUM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b303/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:58:14.4876090Z [00:02:16.313]➜  go tool buildid -w $WORK/b303/_pkg_.a # internal
2025-08-20T21:58:14.4890214Z [00:02:16.314]➜  cp $WORK/b303/_pkg_.a /root/.cache/go-build/f8/f8f9d8c164f6dd4d783c86de9b291bac3d8cf1fc7236a8fd9f65082c5860804b-d # internal
2025-08-20T21:58:14.4919070Z [00:02:16.316]➜  gopkg.in/djherbis/times.v1
2025-08-20T21:58:14.4919643Z [00:02:16.316]➜  mkdir -p $WORK/b325/
2025-08-20T21:58:14.4920932Z [00:02:16.316]➜  cat >/tmp/go-build282983591/b325/importcfg << 'EOF' # internal
2025-08-20T21:58:14.4921601Z [00:02:16.316]➜  # import config
2025-08-20T21:58:14.4922218Z [00:02:16.316]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:14.4922995Z [00:02:16.316]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:14.4923763Z [00:02:16.316]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:14.4924327Z [00:02:16.316]➜  EOF
2025-08-20T21:58:14.4928349Z [00:02:16.316]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b325/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/djherbis/times.v1@v1.3.0=>gopkg.in/djherbis/times.v1@v1.3.0;$WORK/b325=>" -p gopkg.in/djherbis/times.v1 -lang=go1.16 -complete -installsuffix shared -buildid peYY__3OLt11VD5Ctl18/peYY__3OLt11VD5Ctl18 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b325/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:58:14.5515375Z [00:02:16.377]➜  go tool buildid -w $WORK/b325/_pkg_.a # internal
2025-08-20T21:58:14.5539415Z [00:02:16.379]➜  cp $WORK/b325/_pkg_.a /root/.cache/go-build/92/92e59f22301c0f0c6cdf95ee46a543f97d34569dd69de0eed9bb4d991fd042fe-d # internal
2025-08-20T21:58:14.5541520Z [00:02:16.379]➜  database/sql/driver
2025-08-20T21:58:14.5542939Z [00:02:16.380]➜  mkdir -p $WORK/b328/
2025-08-20T21:58:14.5553094Z [00:02:16.381]➜  cat >/tmp/go-build282983591/b328/importcfg << 'EOF' # internal
2025-08-20T21:58:14.5554200Z [00:02:16.381]➜  # import config
2025-08-20T21:58:14.5555534Z [00:02:16.381]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:14.5557570Z [00:02:16.381]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:14.5558399Z [00:02:16.381]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:14.5559199Z [00:02:16.381]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:14.5560256Z [00:02:16.381]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:14.5561065Z [00:02:16.381]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:14.5561664Z [00:02:16.381]➜  EOF
2025-08-20T21:58:14.5565025Z [00:02:16.381]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b328/_pkg_.a -trimpath "/root/.go/src/database/sql/driver=>database/sql/driver;$WORK/b328=>" -p database/sql/driver -lang=go1.25 -std -complete -installsuffix shared -buildid INg8tgFsvmSkfhWpsAAf/INg8tgFsvmSkfhWpsAAf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b328/importcfg -pack /root/.go/src/database/sql/driver/driver.go /root/.go/src/database/sql/driver/types.go
2025-08-20T21:58:14.5919556Z [00:02:16.417]➜  go tool buildid -w $WORK/b324/_pkg_.a # internal
2025-08-20T21:58:14.5966540Z [00:02:16.422]➜  cp $WORK/b324/_pkg_.a /root/.cache/go-build/99/995487bffca1c27205ee0144c39c55432fa355506004be941a3269d60db3c1c0-d # internal
2025-08-20T21:58:14.6011808Z [00:02:16.426]➜  github.com/projectdiscovery/mapcidr
2025-08-20T21:58:14.6014629Z [00:02:16.426]➜  mkdir -p $WORK/b330/
2025-08-20T21:58:14.6025299Z [00:02:16.428]➜  cat >/tmp/go-build282983591/b330/importcfg << 'EOF' # internal
2025-08-20T21:58:14.6052681Z [00:02:16.428]➜  # import config
2025-08-20T21:58:14.6053378Z [00:02:16.428]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:14.6054216Z [00:02:16.428]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:14.6055090Z [00:02:16.428]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:14.6055968Z [00:02:16.428]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:14.6056804Z [00:02:16.428]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:14.6057561Z [00:02:16.428]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:14.6058412Z [00:02:16.428]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:58:14.6059961Z [00:02:16.428]➜  packagefile github.com/projectdiscovery/blackrock=/tmp/go-build282983591/b192/_pkg_.a
2025-08-20T21:58:14.6061264Z [00:02:16.428]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:58:14.6062309Z [00:02:16.428]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:14.6063177Z [00:02:16.428]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:14.6063978Z [00:02:16.428]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:14.6064801Z [00:02:16.428]➜  packagefile net/netip=/tmp/go-build282983591/b163/_pkg_.a
2025-08-20T21:58:14.6065655Z [00:02:16.428]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:14.6066499Z [00:02:16.428]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:14.6067299Z [00:02:16.428]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:14.6068097Z [00:02:16.428]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:14.6068714Z [00:02:16.428]➜  EOF
2025-08-20T21:58:14.6075827Z [00:02:16.428]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b330/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/mapcidr@v1.1.34=>github.com/projectdiscovery/mapcidr@v1.1.34;$WORK/b330=>" -p github.com/projectdiscovery/mapcidr -lang=go1.21 -complete -installsuffix shared -buildid bAXkBLT8yXJgfzn-aGt7/bAXkBLT8yXJgfzn-aGt7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b330/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:58:14.6487195Z [00:02:16.474]➜  go tool buildid -w $WORK/b328/_pkg_.a # internal
2025-08-20T21:58:14.6514092Z [00:02:16.477]➜  cp $WORK/b328/_pkg_.a /root/.cache/go-build/72/7297554511b7107710509f30f1d5125c22b293c8331cebf7a21d346d3ab317d5-d # internal
2025-08-20T21:58:14.6520757Z [00:02:16.477]➜  github.com/google/uuid
2025-08-20T21:58:14.6523391Z [00:02:16.478]➜  mkdir -p $WORK/b327/
2025-08-20T21:58:14.6528224Z [00:02:16.478]➜  cat >/tmp/go-build282983591/b327/importcfg << 'EOF' # internal
2025-08-20T21:58:14.6532303Z [00:02:16.478]➜  # import config
2025-08-20T21:58:14.6532920Z [00:02:16.478]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:14.6533701Z [00:02:16.478]➜  packagefile crypto/md5=/tmp/go-build282983591/b073/_pkg_.a
2025-08-20T21:58:14.6534485Z [00:02:16.478]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:14.6535321Z [00:02:16.478]➜  packagefile crypto/sha1=/tmp/go-build282983591/b095/_pkg_.a
2025-08-20T21:58:14.6536212Z [00:02:16.478]➜  packagefile database/sql/driver=/tmp/go-build282983591/b328/_pkg_.a
2025-08-20T21:58:14.6537142Z [00:02:16.478]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:14.6537995Z [00:02:16.478]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:14.6538822Z [00:02:16.478]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:14.6539603Z [00:02:16.478]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:14.6540524Z [00:02:16.478]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:14.6541230Z [00:02:16.478]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:14.6541949Z [00:02:16.478]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:14.6542647Z [00:02:16.478]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:14.6543587Z [00:02:16.478]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:14.6544302Z [00:02:16.478]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:14.6545031Z [00:02:16.478]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:14.6545722Z [00:02:16.478]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:14.6546260Z [00:02:16.478]➜  EOF
2025-08-20T21:58:14.6555608Z [00:02:16.478]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b327/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/uuid@v1.6.0=>github.com/google/uuid@v1.6.0;$WORK/b327=>" -p github.com/google/uuid -lang=go1.16 -complete -installsuffix shared -buildid MIpul9ij5PnVwOevbxfO/MIpul9ij5PnVwOevbxfO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b327/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:58:14.6803048Z [00:02:16.505]➜  go tool buildid -w $WORK/b065/_pkg_.a # internal
2025-08-20T21:58:14.6871191Z [00:02:16.510]➜  cp $WORK/b065/_pkg_.a /root/.cache/go-build/7a/7a92027216530177477eeff96cc4bcbfa19e3001d267b23e744a2659def074d8-d # internal
2025-08-20T21:58:14.6875576Z [00:02:16.513]➜  container/heap
2025-08-20T21:58:14.6876059Z [00:02:16.513]➜  mkdir -p $WORK/b332/
2025-08-20T21:58:14.6881660Z [00:02:16.513]➜  cat >/tmp/go-build282983591/b332/importcfg << 'EOF' # internal
2025-08-20T21:58:14.6882293Z [00:02:16.513]➜  # import config
2025-08-20T21:58:14.6882891Z [00:02:16.513]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:14.6883453Z [00:02:16.513]➜  EOF
2025-08-20T21:58:14.6895748Z [00:02:16.515]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b332/_pkg_.a -trimpath "/root/.go/src/container/heap=>container/heap;$WORK/b332=>" -p container/heap -lang=go1.25 -std -complete -installsuffix shared -buildid ho5EPkMTbYPgrHo_7q-E/ho5EPkMTbYPgrHo_7q-E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b332/importcfg -pack /root/.go/src/container/heap/heap.go
2025-08-20T21:58:14.7386983Z [00:02:16.564]➜  go tool buildid -w $WORK/b332/_pkg_.a # internal
2025-08-20T21:58:14.7392478Z [00:02:16.564]➜  cp $WORK/b332/_pkg_.a /root/.cache/go-build/e7/e73d2d6b7302bafc886571ac4b1ebffd5db451286e5dd4c82c93e5111ce11e3a-d # internal
2025-08-20T21:58:14.7397680Z [00:02:16.565]➜  encoding/gob
2025-08-20T21:58:14.7398220Z [00:02:16.565]➜  mkdir -p $WORK/b333/
2025-08-20T21:58:14.7428278Z [00:02:16.568]➜  cat >/tmp/go-build282983591/b333/importcfg << 'EOF' # internal
2025-08-20T21:58:14.7433241Z [00:02:16.568]➜  # import config
2025-08-20T21:58:14.7433882Z [00:02:16.568]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:14.7434677Z [00:02:16.568]➜  packagefile encoding=/tmp/go-build282983591/b068/_pkg_.a
2025-08-20T21:58:14.7435489Z [00:02:16.568]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:14.7436283Z [00:02:16.568]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:14.7437043Z [00:02:16.568]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:14.7437903Z [00:02:16.568]➜  packagefile internal/saferio=/tmp/go-build282983591/b173/_pkg_.a
2025-08-20T21:58:14.7438738Z [00:02:16.568]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:14.7439496Z [00:02:16.568]➜  packagefile maps=/tmp/go-build282983591/b158/_pkg_.a
2025-08-20T21:58:14.7440448Z [00:02:16.568]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:14.7441251Z [00:02:16.568]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:14.7442038Z [00:02:16.568]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:14.7442797Z [00:02:16.568]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:14.7443567Z [00:02:16.568]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:14.7444373Z [00:02:16.568]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:14.7445190Z [00:02:16.568]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:14.7446209Z [00:02:16.568]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:14.7446841Z [00:02:16.568]➜  EOF
2025-08-20T21:58:14.7452333Z [00:02:16.568]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b333/_pkg_.a -trimpath "/root/.go/src/encoding/gob=>encoding/gob;$WORK/b333=>" -p encoding/gob -lang=go1.25 -std -complete -installsuffix shared -buildid tQ4IcGiejnAcb_G2KZo5/tQ4IcGiejnAcb_G2KZo5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b333/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:58:14.7477390Z [00:02:16.573]➜  go tool buildid -w $WORK/b327/_pkg_.a # internal
2025-08-20T21:58:14.7494846Z [00:02:16.575]➜  cp $WORK/b327/_pkg_.a /root/.cache/go-build/60/60bc919b89f66c3ea58646ee11b51e8571b16b7c4bbc95ccab544e248f6096f1-d # internal
2025-08-20T21:58:14.7500164Z [00:02:16.575]➜  github.com/projectdiscovery/retryabledns/doh
2025-08-20T21:58:14.7500855Z [00:02:16.575]➜  mkdir -p $WORK/b334/
2025-08-20T21:58:14.7504660Z [00:02:16.576]➜  cat >/tmp/go-build282983591/b334/importcfg << 'EOF' # internal
2025-08-20T21:58:14.7515833Z [00:02:16.576]➜  # import config
2025-08-20T21:58:14.7516512Z [00:02:16.576]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:14.7517349Z [00:02:16.576]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:58:14.7518238Z [00:02:16.576]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:14.7519127Z [00:02:16.576]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:14.7520130Z [00:02:16.576]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:14.7520934Z [00:02:16.576]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:14.7521801Z [00:02:16.576]➜  packagefile github.com/miekg/dns=/tmp/go-build282983591/b224/_pkg_.a
2025-08-20T21:58:14.7522658Z [00:02:16.576]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:14.7523710Z [00:02:16.576]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:14.7524515Z [00:02:16.576]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:14.7525284Z [00:02:16.576]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:14.7525869Z [00:02:16.576]➜  EOF
2025-08-20T21:58:14.7531140Z [00:02:16.576]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b334/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/retryabledns@v1.0.105/doh=>github.com/projectdiscovery/retryabledns@v1.0.105/doh;$WORK/b334=>" -p github.com/projectdiscovery/retryabledns/doh -lang=go1.24 -complete -installsuffix shared -buildid a_QsUrz8zdneeWG53FG3/a_QsUrz8zdneeWG53FG3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b334/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:58:14.8438931Z [00:02:16.669]➜  go tool buildid -w $WORK/b330/_pkg_.a # internal
2025-08-20T21:58:14.8464384Z [00:02:16.672]➜  cp $WORK/b330/_pkg_.a /root/.cache/go-build/f6/f6d5d02231879c4ce8b85b5a442ef2b323f7a771cd74ed29cc56ac6de2b9d6ca-d # internal
2025-08-20T21:58:14.8467871Z [00:02:16.672]➜  github.com/projectdiscovery/retryabledns/hostsfile
2025-08-20T21:58:14.8469959Z [00:02:16.672]➜  mkdir -p $WORK/b335/
2025-08-20T21:58:14.8470918Z [00:02:16.672]➜  cat >/tmp/go-build282983591/b335/importcfg << 'EOF' # internal
2025-08-20T21:58:14.8471619Z [00:02:16.672]➜  # import config
2025-08-20T21:58:14.8472241Z [00:02:16.672]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:14.8473306Z [00:02:16.672]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:14.8474337Z [00:02:16.672]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:58:14.8475348Z [00:02:16.672]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:14.8476121Z [00:02:16.672]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:14.8476919Z [00:02:16.672]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:14.8477756Z [00:02:16.672]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:14.8478383Z [00:02:16.672]➜  EOF
2025-08-20T21:58:14.8482625Z [00:02:16.672]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b335/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/retryabledns@v1.0.105/hostsfile=>github.com/projectdiscovery/retryabledns@v1.0.105/hostsfile;$WORK/b335=>" -p github.com/projectdiscovery/retryabledns/hostsfile -lang=go1.24 -complete -installsuffix shared -buildid Ac1fez3_d8IUTimbX8a_/Ac1fez3_d8IUTimbX8a_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b335/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/retryabledns@v1.0.105/hostsfile/hostsfile.go
2025-08-20T21:58:14.8486426Z [00:02:16.673]➜  go tool buildid -w $WORK/b334/_pkg_.a # internal
2025-08-20T21:58:14.8497092Z [00:02:16.675]➜  cp $WORK/b334/_pkg_.a /root/.cache/go-build/34/343b52ca17557d2628df29b1054c9692acc645137959003e2a12f81c1af742ce-d # internal
2025-08-20T21:58:14.8503256Z [00:02:16.676]➜  github.com/projectdiscovery/utils/consts
2025-08-20T21:58:14.8504076Z [00:02:16.676]➜  mkdir -p $WORK/b337/
2025-08-20T21:58:14.8510758Z [00:02:16.676]➜  cat >/tmp/go-build282983591/b337/importcfg << 'EOF' # internal
2025-08-20T21:58:14.8511478Z [00:02:16.676]➜  # import config
2025-08-20T21:58:14.8512145Z [00:02:16.676]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:14.8512790Z [00:02:16.676]➜  EOF
2025-08-20T21:58:14.8516533Z [00:02:16.676]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b337/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/consts=>github.com/projectdiscovery/utils@v0.4.23/consts;$WORK/b337=>" -p github.com/projectdiscovery/utils/consts -lang=go1.24 -complete -installsuffix shared -buildid jvZ05xsBQT1RXyA2_tFc/jvZ05xsBQT1RXyA2_tFc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b337/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/consts/errors.go
2025-08-20T21:58:14.8589720Z [00:02:16.684]➜  go tool buildid -w $WORK/b337/_pkg_.a # internal
2025-08-20T21:58:14.8597671Z [00:02:16.685]➜  cp $WORK/b337/_pkg_.a /root/.cache/go-build/9c/9c018955a2afad8e59b3b0c0d6bba062919d0c5203bb74df1d67160e2a86795c-d # internal
2025-08-20T21:58:14.8609081Z [00:02:16.686]➜  go.uber.org/multierr
2025-08-20T21:58:14.8609654Z [00:02:16.686]➜  mkdir -p $WORK/b338/
2025-08-20T21:58:14.8610551Z [00:02:16.686]➜  cat >/tmp/go-build282983591/b338/importcfg << 'EOF' # internal
2025-08-20T21:58:14.8611241Z [00:02:16.686]➜  # import config
2025-08-20T21:58:14.8611888Z [00:02:16.686]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:14.8612682Z [00:02:16.686]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:14.8613477Z [00:02:16.686]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:14.8614218Z [00:02:16.686]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:14.8614988Z [00:02:16.686]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:14.8615762Z [00:02:16.686]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:14.8616567Z [00:02:16.686]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:14.8617177Z [00:02:16.686]➜  EOF
2025-08-20T21:58:14.8621037Z [00:02:16.686]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b338/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/multierr@v1.11.0=>go.uber.org/multierr@v1.11.0;$WORK/b338=>" -p go.uber.org/multierr -lang=go1.19 -complete -installsuffix shared -buildid t6gPPxzAEez2dw3I2Rp8/t6gPPxzAEez2dw3I2Rp8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b338/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:58:14.8743656Z [00:02:16.699]➜  go tool buildid -w $WORK/b335/_pkg_.a # internal
2025-08-20T21:58:14.8747963Z [00:02:16.699]➜  cp $WORK/b335/_pkg_.a /root/.cache/go-build/0a/0a4e02ce0b5985e5dcbda7d5858c6ee8e761180ecf42a9a6e6b0f2e4561e2ad0-d # internal
2025-08-20T21:58:14.8749079Z [00:02:16.699]➜  golang.org/x/net/internal/socks
2025-08-20T21:58:14.8749654Z [00:02:16.699]➜  mkdir -p $WORK/b340/
2025-08-20T21:58:14.8750533Z [00:02:16.699]➜  cat >/tmp/go-build282983591/b340/importcfg << 'EOF' # internal
2025-08-20T21:58:14.8751197Z [00:02:16.699]➜  # import config
2025-08-20T21:58:14.8751846Z [00:02:16.699]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:14.8752683Z [00:02:16.699]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:14.8753457Z [00:02:16.699]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:14.8754242Z [00:02:16.699]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:14.8755018Z [00:02:16.699]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:14.8755813Z [00:02:16.699]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:14.8756397Z [00:02:16.699]➜  EOF
2025-08-20T21:58:14.8760418Z [00:02:16.699]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b340/_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/b340=>" -p golang.org/x/net/internal/socks -lang=go1.23 -complete -installsuffix shared -buildid jC1JtNk5NIzVFjAN470K/jC1JtNk5NIzVFjAN470K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b340/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:58:14.8990079Z [00:02:16.724]➜  go tool buildid -w $WORK/b338/_pkg_.a # internal
2025-08-20T21:58:14.9005438Z [00:02:16.726]➜  cp $WORK/b338/_pkg_.a /root/.cache/go-build/af/af44525afaf4dbd12d5a7374468031427b59c78523d0a855f534c96f5ba35784-d # internal
2025-08-20T21:58:14.9010109Z [00:02:16.726]➜  github.com/projectdiscovery/utils/ip
2025-08-20T21:58:14.9012600Z [00:02:16.726]➜  mkdir -p $WORK/b336/
2025-08-20T21:58:14.9035190Z [00:02:16.729]➜  cat >/tmp/go-build282983591/b336/importcfg << 'EOF' # internal
2025-08-20T21:58:14.9036428Z [00:02:16.729]➜  # import config
2025-08-20T21:58:14.9037621Z [00:02:16.729]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:14.9038717Z [00:02:16.729]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:14.9039696Z [00:02:16.729]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:14.9041994Z [00:02:16.729]➜  packagefile github.com/projectdiscovery/utils/consts=/tmp/go-build282983591/b337/_pkg_.a
2025-08-20T21:58:14.9043253Z [00:02:16.729]➜  packagefile github.com/projectdiscovery/utils/os=/tmp/go-build282983591/b190/_pkg_.a
2025-08-20T21:58:14.9044519Z [00:02:16.729]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:58:14.9045648Z [00:02:16.729]➜  packagefile go.uber.org/multierr=/tmp/go-build282983591/b338/_pkg_.a
2025-08-20T21:58:14.9046505Z [00:02:16.729]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:14.9047273Z [00:02:16.729]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:14.9048059Z [00:02:16.729]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:14.9048864Z [00:02:16.729]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:14.9049661Z [00:02:16.729]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:14.9050932Z [00:02:16.729]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:14.9051566Z [00:02:16.729]➜  EOF
2025-08-20T21:58:14.9055113Z [00:02:16.729]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b336/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/ip=>github.com/projectdiscovery/utils@v0.4.23/ip;$WORK/b336=>" -p github.com/projectdiscovery/utils/ip -lang=go1.24 -complete -installsuffix shared -buildid nmKD0GyzRychrwPAPlgV/nmKD0GyzRychrwPAPlgV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b336/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/ip/iputil.go
2025-08-20T21:58:14.9679502Z [00:02:16.793]➜  go tool buildid -w $WORK/b336/_pkg_.a # internal
2025-08-20T21:58:14.9695729Z [00:02:16.795]➜  cp $WORK/b336/_pkg_.a /root/.cache/go-build/40/406158b41dc0b05d9e08e49883640d4157cebec6da96deb23d10dd27c1e7bfd9-d # internal
2025-08-20T21:58:14.9703362Z [00:02:16.795]➜  github.com/Mzack9999/go-http-digest-auth-client
2025-08-20T21:58:14.9704103Z [00:02:16.795]➜  mkdir -p $WORK/b343/
2025-08-20T21:58:14.9709215Z [00:02:16.796]➜  cat >/tmp/go-build282983591/b343/importcfg << 'EOF' # internal
2025-08-20T21:58:14.9742034Z [00:02:16.796]➜  # import config
2025-08-20T21:58:14.9742773Z [00:02:16.796]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:14.9743636Z [00:02:16.796]➜  packagefile crypto/md5=/tmp/go-build282983591/b073/_pkg_.a
2025-08-20T21:58:14.9744568Z [00:02:16.796]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:14.9745492Z [00:02:16.796]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:58:14.9746411Z [00:02:16.796]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:14.9747275Z [00:02:16.796]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:14.9748025Z [00:02:16.796]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:14.9748806Z [00:02:16.796]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:14.9749627Z [00:02:16.796]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:14.9750705Z [00:02:16.796]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:14.9751886Z [00:02:16.796]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:14.9752735Z [00:02:16.796]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:14.9753537Z [00:02:16.796]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:14.9754108Z [00:02:16.796]➜  EOF
2025-08-20T21:58:14.9760791Z [00:02:16.796]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b343/_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/b343=>" -p github.com/Mzack9999/go-http-digest-auth-client -lang=go1.17 -complete -installsuffix shared -buildid 56K99mb3Lu9gdhxNai3G/56K99mb3Lu9gdhxNai3G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b343/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:58:14.9793172Z [00:02:16.804]➜  go tool buildid -w $WORK/b340/_pkg_.a # internal
2025-08-20T21:58:14.9804872Z [00:02:16.806]➜  cp $WORK/b340/_pkg_.a /root/.cache/go-build/8f/8f5cf220e2500708f0c50cefda393cb0c772057c8099f97b75c9342e003b9682-d # internal
2025-08-20T21:58:14.9818075Z [00:02:16.806]➜  golang.org/x/net/proxy
2025-08-20T21:58:14.9818645Z [00:02:16.806]➜  mkdir -p $WORK/b339/
2025-08-20T21:58:14.9819391Z [00:02:16.806]➜  cat >/tmp/go-build282983591/b339/importcfg << 'EOF' # internal
2025-08-20T21:58:14.9820296Z [00:02:16.806]➜  # import config
2025-08-20T21:58:14.9821206Z [00:02:16.806]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:14.9822072Z [00:02:16.806]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:14.9823113Z [00:02:16.806]➜  packagefile golang.org/x/net/internal/socks=/tmp/go-build282983591/b340/_pkg_.a
2025-08-20T21:58:14.9824089Z [00:02:16.806]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:14.9824912Z [00:02:16.806]➜  packagefile net/netip=/tmp/go-build282983591/b163/_pkg_.a
2025-08-20T21:58:14.9825735Z [00:02:16.806]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:14.9826540Z [00:02:16.806]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:14.9827285Z [00:02:16.806]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:14.9828065Z [00:02:16.806]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:14.9828666Z [00:02:16.806]➜  EOF
2025-08-20T21:58:14.9853506Z [00:02:16.806]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b339/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/proxy=>golang.org/x/net@v0.41.0/proxy;$WORK/b339=>" -p golang.org/x/net/proxy -lang=go1.23 -complete -installsuffix shared -buildid ikd7H54wlg63xETNZxMC/ikd7H54wlg63xETNZxMC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b339/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:58:15.0498246Z [00:02:16.875]➜  go tool buildid -w $WORK/b339/_pkg_.a # internal
2025-08-20T21:58:15.0525013Z [00:02:16.878]➜  cp $WORK/b339/_pkg_.a /root/.cache/go-build/8f/8f04c841977d70b1cd9c2852af7570212f99a1a1355f5fd7c4d6bbb82b3f0b48-d # internal
2025-08-20T21:58:15.0528537Z [00:02:16.878]➜  github.com/Mzack9999/gcache
2025-08-20T21:58:15.0531242Z [00:02:16.878]➜  mkdir -p $WORK/b345/
2025-08-20T21:58:15.0534963Z [00:02:16.879]➜  cat >/tmp/go-build282983591/b345/importcfg << 'EOF' # internal
2025-08-20T21:58:15.0536880Z [00:02:16.879]➜  # import config
2025-08-20T21:58:15.0537808Z [00:02:16.879]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:15.0538590Z [00:02:16.879]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:15.0539602Z [00:02:16.879]➜  packagefile github.com/Mzack9999/gcache/internal/list=/tmp/go-build282983591/b346/_pkg_.a
2025-08-20T21:58:15.0540771Z [00:02:16.879]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:15.0541576Z [00:02:16.879]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:15.0542366Z [00:02:16.879]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:15.0542930Z [00:02:16.879]➜  EOF
2025-08-20T21:58:15.0561807Z [00:02:16.881]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b345/_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/b345=>" -p github.com/Mzack9999/gcache -lang=go1.19 -complete -installsuffix shared -buildid pacOzXIrZXG2fK5xkea8/pacOzXIrZXG2fK5xkea8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b345/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:58:15.0605156Z [00:02:16.886]➜  go tool buildid -w $WORK/b343/_pkg_.a # internal
2025-08-20T21:58:15.0620927Z [00:02:16.887]➜  cp $WORK/b343/_pkg_.a /root/.cache/go-build/6e/6e56c572e10b9f2de51aa61048234de3b06dbab089400c46ce132a5318404e6a-d # internal
2025-08-20T21:58:15.0623740Z [00:02:16.888]➜  github.com/dimchansky/utfbom
2025-08-20T21:58:15.0625855Z [00:02:16.888]➜  mkdir -p $WORK/b347/
2025-08-20T21:58:15.0628063Z [00:02:16.888]➜  cat >/tmp/go-build282983591/b347/importcfg << 'EOF' # internal
2025-08-20T21:58:15.0630340Z [00:02:16.888]➜  # import config
2025-08-20T21:58:15.0632868Z [00:02:16.889]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:15.0634701Z [00:02:16.889]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:15.0636418Z [00:02:16.889]➜  EOF
2025-08-20T21:58:15.0640203Z [00:02:16.889]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b347/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dimchansky/utfbom@v1.1.1=>github.com/dimchansky/utfbom@v1.1.1;$WORK/b347=>" -p github.com/dimchansky/utfbom -lang=go1.16 -complete -installsuffix shared -buildid kzj3VYchtHAqgXwkgTx-/kzj3VYchtHAqgXwkgTx- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b347/importcfg -pack /root/go/pkg/mod/github.com/dimchansky/utfbom@v1.1.1/utfbom.go
2025-08-20T21:58:15.0851184Z [00:02:16.910]➜  go tool buildid -w $WORK/b347/_pkg_.a # internal
2025-08-20T21:58:15.0862824Z [00:02:16.911]➜  cp $WORK/b347/_pkg_.a /root/.cache/go-build/80/8026533b0c94b0ce3331135b26affe1015c80e91f562f7550d431c3999b9803b-d # internal
2025-08-20T21:58:15.0864206Z [00:02:16.912]➜  github.com/docker/go-units
2025-08-20T21:58:15.0866353Z [00:02:16.912]➜  mkdir -p $WORK/b348/
2025-08-20T21:58:15.0872970Z [00:02:16.913]➜  cat >/tmp/go-build282983591/b348/importcfg << 'EOF' # internal
2025-08-20T21:58:15.0875125Z [00:02:16.913]➜  # import config
2025-08-20T21:58:15.0875818Z [00:02:16.913]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:15.0876593Z [00:02:16.913]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:15.0877611Z [00:02:16.913]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:15.0878356Z [00:02:16.913]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:15.0878912Z [00:02:16.913]➜  EOF
2025-08-20T21:58:15.0882940Z [00:02:16.913]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b348/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/go-units@v0.5.0=>github.com/docker/go-units@v0.5.0;$WORK/b348=>" -p github.com/docker/go-units -lang=go1.16 -complete -installsuffix shared -buildid GtF0cTtii7k-DWA4RPwB/GtF0cTtii7k-DWA4RPwB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b348/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:58:15.1170852Z [00:02:16.942]➜  go tool buildid -w $WORK/b348/_pkg_.a # internal
2025-08-20T21:58:15.1181030Z [00:02:16.943]➜  cp $WORK/b348/_pkg_.a /root/.cache/go-build/be/be31964603923c6127fb9a38e46c67da8cdf6c8b4c011116ad62149c4d8c4759-d # internal
2025-08-20T21:58:15.1189907Z [00:02:16.944]➜  crypto/mlkem
2025-08-20T21:58:15.1192165Z [00:02:16.944]➜  mkdir -p $WORK/b351/
2025-08-20T21:58:15.1192875Z [00:02:16.945]➜  cat >/tmp/go-build282983591/b351/importcfg << 'EOF' # internal
2025-08-20T21:58:15.1193512Z [00:02:16.945]➜  # import config
2025-08-20T21:58:15.1195422Z [00:02:16.945]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build282983591/b137/_pkg_.a
2025-08-20T21:58:15.1196198Z [00:02:16.945]➜  EOF
2025-08-20T21:58:15.1199154Z [00:02:16.945]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b351/_pkg_.a -trimpath "/root/.go/src/crypto/mlkem=>crypto/mlkem;$WORK/b351=>" -p crypto/mlkem -lang=go1.25 -std -complete -installsuffix shared -buildid KqkmcQiOurqlGwIgMONU/KqkmcQiOurqlGwIgMONU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b351/importcfg -pack /root/.go/src/crypto/mlkem/mlkem.go
2025-08-20T21:58:15.1375578Z [00:02:16.963]➜  go tool buildid -w $WORK/b351/_pkg_.a # internal
2025-08-20T21:58:15.1387232Z [00:02:16.964]➜  cp $WORK/b351/_pkg_.a /root/.cache/go-build/0b/0b9829b2f3454839c9454b9095737f8ab612c03722f12df4b9dcfb36c34eca27-d # internal
2025-08-20T21:58:15.1395554Z [00:02:16.965]➜  golang.org/x/crypto/cryptobyte
2025-08-20T21:58:15.1400100Z [00:02:16.965]➜  mkdir -p $WORK/b356/
2025-08-20T21:58:15.1409128Z [00:02:16.966]➜  cat >/tmp/go-build282983591/b356/importcfg << 'EOF' # internal
2025-08-20T21:58:15.1410724Z [00:02:16.966]➜  # import config
2025-08-20T21:58:15.1413048Z [00:02:16.966]➜  packagefile encoding/asn1=/tmp/go-build282983591/b128/_pkg_.a
2025-08-20T21:58:15.1414168Z [00:02:16.966]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:15.1416363Z [00:02:16.966]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:15.1417414Z [00:02:16.966]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build282983591/b357/_pkg_.a
2025-08-20T21:58:15.1418455Z [00:02:16.966]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:15.1419282Z [00:02:16.966]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:15.1429106Z [00:02:16.966]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:15.1429738Z [00:02:16.966]➜  EOF
2025-08-20T21:58:15.1434277Z [00:02:16.968]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b356/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/cryptobyte=>golang.org/x/crypto@v0.39.0/cryptobyte;$WORK/b356=>" -p golang.org/x/crypto/cryptobyte -lang=go1.23 -complete -installsuffix shared -buildid WESfG5x_yHHs4Xt31rnF/WESfG5x_yHHs4Xt31rnF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b356/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:58:15.2525804Z [00:02:17.078]➜  go tool buildid -w $WORK/b345/_pkg_.a # internal
2025-08-20T21:58:15.2600757Z [00:02:17.085]➜  cp $WORK/b345/_pkg_.a /root/.cache/go-build/76/76f90918a7e159b5fc87f8680eb1b71533939a474842594f346abbeac3ee5d0c-d # internal
2025-08-20T21:58:15.2606499Z [00:02:17.086]➜  golang.org/x/sys/cpu
2025-08-20T21:58:15.2607215Z [00:02:17.086]➜  mkdir -p $WORK/b358/
2025-08-20T21:58:15.2607964Z [00:02:17.086]➜  echo -n > $WORK/b358/go_asm.h # internal
2025-08-20T21:58:15.2608818Z [00:02:17.086]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu
2025-08-20T21:58:15.2611497Z [00:02:17.086]➜  /root/.go/pkg/tool/linux_amd64/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/b358=>" -I $WORK/b358/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b358/symabis ./cpu_gc_x86.s
2025-08-20T21:58:15.2693136Z [00:02:17.094]➜  cat >/tmp/go-build282983591/b358/importcfg << 'EOF' # internal
2025-08-20T21:58:15.2693947Z [00:02:17.094]➜  # import config
2025-08-20T21:58:15.2711052Z [00:02:17.094]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:15.2713079Z [00:02:17.094]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:15.2718507Z [00:02:17.094]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:15.2720023Z [00:02:17.094]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:15.2721751Z [00:02:17.094]➜  EOF
2025-08-20T21:58:15.2722279Z [00:02:17.097]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:15.2730302Z [00:02:17.097]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b358/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu=>golang.org/x/sys@v0.33.0/cpu;$WORK/b358=>" -p golang.org/x/sys/cpu -lang=go1.23 -installsuffix shared -buildid n6FM5qQmEcMcI7INNDf7/n6FM5qQmEcMcI7INNDf7 -goversion go1.25.0 -symabis $WORK/b358/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b358/importcfg -pack -asmhdr $WORK/b358/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_gc_x86.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu/cpu_linux_noinit.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu/cpu_other_x86.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu/cpu_x86.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/runtime_auxv.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu/runtime_auxv_go121.go
2025-08-20T21:58:15.3228393Z [00:02:17.148]➜  go tool buildid -w $WORK/b356/_pkg_.a # internal
2025-08-20T21:58:15.3252755Z [00:02:17.150]➜  cp $WORK/b356/_pkg_.a /root/.cache/go-build/fe/fe773ae7f9322539ae71172d435d9721350aa6532062d3a120a1dbbaab4051fc-d # internal
2025-08-20T21:58:15.3274939Z [00:02:17.153]➜  github.com/cloudflare/circl/internal/conv
2025-08-20T21:58:15.3278064Z [00:02:17.153]➜  mkdir -p $WORK/b355/
2025-08-20T21:58:15.3281628Z [00:02:17.153]➜  cat >/tmp/go-build282983591/b355/importcfg << 'EOF' # internal
2025-08-20T21:58:15.3287706Z [00:02:17.154]➜  # import config
2025-08-20T21:58:15.3288502Z [00:02:17.154]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:15.3289385Z [00:02:17.154]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:15.3294418Z [00:02:17.154]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build282983591/b356/_pkg_.a
2025-08-20T21:58:15.3295478Z [00:02:17.154]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:15.3296328Z [00:02:17.154]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:15.3296970Z [00:02:17.154]➜  EOF
2025-08-20T21:58:15.3297587Z [00:02:17.154]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu
2025-08-20T21:58:15.3300053Z [00:02:17.154]➜  /root/.go/pkg/tool/linux_amd64/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/b358=>" -I $WORK/b358/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b358/cpu_gc_x86.o ./cpu_gc_x86.s
2025-08-20T21:58:15.3302427Z [00:02:17.154]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:15.3306456Z [00:02:17.154]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b355/_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/b355=>" -p github.com/cloudflare/circl/internal/conv -lang=go1.22 -complete -installsuffix shared -buildid vdeEfWT8Z4fKLBMg0uE4/vdeEfWT8Z4fKLBMg0uE4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b355/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/conv/conv.go
2025-08-20T21:58:15.3402034Z [00:02:17.163]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu
2025-08-20T21:58:15.3403473Z [00:02:17.163]➜  go tool pack r $WORK/b358/_pkg_.a $WORK/b358/cpu_gc_x86.o # internal
2025-08-20T21:58:15.3406474Z [00:02:17.163]➜  go tool buildid -w $WORK/b358/_pkg_.a # internal
2025-08-20T21:58:15.3577608Z [00:02:17.183]➜  cp $WORK/b358/_pkg_.a /root/.cache/go-build/71/71db9d9c0ef048011caf063f16a86f1d139470a1b65881c9357c156792b85543-d # internal
2025-08-20T21:58:15.3580287Z [00:02:17.183]➜  github.com/cloudflare/circl/internal/sha3
2025-08-20T21:58:15.3581212Z [00:02:17.183]➜  mkdir -p $WORK/b361/
2025-08-20T21:58:15.3583598Z [00:02:17.184]➜  cat >/tmp/go-build282983591/b361/importcfg << 'EOF' # internal
2025-08-20T21:58:15.3584336Z [00:02:17.184]➜  # import config
2025-08-20T21:58:15.3584984Z [00:02:17.184]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:15.3585563Z [00:02:17.184]➜  EOF
2025-08-20T21:58:15.3587404Z [00:02:17.184]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:15.3595016Z [00:02:17.184]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b361/_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/b361=>" -p github.com/cloudflare/circl/internal/sha3 -lang=go1.22 -complete -installsuffix shared -buildid _3gP4IxBM4_wyCmLCMNz/_3gP4IxBM4_wyCmLCMNz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b361/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_unaligned.go
2025-08-20T21:58:15.4217430Z [00:02:17.247]➜  go tool buildid -w $WORK/b355/_pkg_.a # internal
2025-08-20T21:58:15.4243500Z [00:02:17.249]➜  cp $WORK/b355/_pkg_.a /root/.cache/go-build/31/31c6cdbf8f8127059693178db2a1563b6bbe285f111e927e1d4f8d0db72b2f92-d # internal
2025-08-20T21:58:15.4248759Z [00:02:17.250]➜  github.com/cloudflare/circl/math/fp25519
2025-08-20T21:58:15.4251948Z [00:02:17.250]➜  mkdir -p $WORK/b354/
2025-08-20T21:58:15.4256545Z [00:02:17.251]➜  echo -n > $WORK/b354/go_asm.h # internal
2025-08-20T21:58:15.4263329Z [00:02:17.251]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519
2025-08-20T21:58:15.4266237Z [00:02:17.251]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/math/fp25519 -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519=>github.com/cloudflare/circl@v1.6.1/math/fp25519;$WORK/b354=>" -I $WORK/b354/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b354/symabis ./fp_amd64.s
2025-08-20T21:58:15.4315885Z [00:02:17.257]➜  cat >/tmp/go-build282983591/b354/importcfg << 'EOF' # internal
2025-08-20T21:58:15.4317001Z [00:02:17.257]➜  # import config
2025-08-20T21:58:15.4320224Z [00:02:17.257]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:15.4322186Z [00:02:17.257]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:15.4323368Z [00:02:17.257]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build282983591/b355/_pkg_.a
2025-08-20T21:58:15.4324651Z [00:02:17.257]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build282983591/b358/_pkg_.a
2025-08-20T21:58:15.4325669Z [00:02:17.257]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:15.4326449Z [00:02:17.257]➜  EOF
2025-08-20T21:58:15.4327983Z [00:02:17.257]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:15.4342048Z [00:02:17.257]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b354/_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/b354=>" -p github.com/cloudflare/circl/math/fp25519 -lang=go1.22 -installsuffix shared -buildid sq7PvlJZZ9POZk8gD-A-/sq7PvlJZZ9POZk8gD-A- -goversion go1.25.0 -symabis $WORK/b354/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b354/importcfg -pack -asmhdr $WORK/b354/go_asm.h /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_amd64.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519/fp_generic.go
2025-08-20T21:58:15.4353720Z [00:02:17.259]➜  go tool buildid -w $WORK/b361/_pkg_.a # internal
2025-08-20T21:58:15.4354962Z [00:02:17.260]➜  cp $WORK/b361/_pkg_.a /root/.cache/go-build/3d/3d2a3a819725e2ed0071870e6d32048ec43aa036c5aa8207cc917d7bb9026fa6-d # internal
2025-08-20T21:58:15.4360132Z [00:02:17.261]➜  github.com/cloudflare/circl/math/fp448
2025-08-20T21:58:15.4362736Z [00:02:17.261]➜  mkdir -p $WORK/b360/
2025-08-20T21:58:15.4371443Z [00:02:17.262]➜  echo -n > $WORK/b360/go_asm.h # internal
2025-08-20T21:58:15.4378132Z [00:02:17.263]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448
2025-08-20T21:58:15.4381034Z [00:02:17.263]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/math/fp448 -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448=>github.com/cloudflare/circl@v1.6.1/math/fp448;$WORK/b360=>" -I $WORK/b360/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b360/symabis ./fp_amd64.s
2025-08-20T21:58:15.4453285Z [00:02:17.270]➜  go tool buildid -w $WORK/b333/_pkg_.a # internal
2025-08-20T21:58:15.4472041Z [00:02:17.272]➜  cat >/tmp/go-build282983591/b360/importcfg << 'EOF' # internal
2025-08-20T21:58:15.4477702Z [00:02:17.273]➜  # import config
2025-08-20T21:58:15.4478352Z [00:02:17.273]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:15.4479142Z [00:02:17.273]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:15.4480330Z [00:02:17.273]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build282983591/b355/_pkg_.a
2025-08-20T21:58:15.4481342Z [00:02:17.273]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build282983591/b358/_pkg_.a
2025-08-20T21:58:15.4482153Z [00:02:17.273]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:15.4482682Z [00:02:17.273]➜  EOF
2025-08-20T21:58:15.4483136Z [00:02:17.273]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:15.4487700Z [00:02:17.273]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b360/_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/b360=>" -p github.com/cloudflare/circl/math/fp448 -lang=go1.22 -installsuffix shared -buildid hDvqOHlL_3inXpFWTSFa/hDvqOHlL_3inXpFWTSFa -goversion go1.25.0 -symabis $WORK/b360/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b360/importcfg -pack -asmhdr $WORK/b360/go_asm.h /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_amd64.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448/fp_generic.go
2025-08-20T21:58:15.4541820Z [00:02:17.279]➜  cp $WORK/b333/_pkg_.a /root/.cache/go-build/72/72e79a8efade5bb35d634643049208c52e05590636b2abe71bf6a74d5e4146fa-d # internal
2025-08-20T21:58:15.4550255Z [00:02:17.280]➜  github.com/projectdiscovery/retryabledns
2025-08-20T21:58:15.4571633Z [00:02:17.280]➜  mkdir -p $WORK/b331/
2025-08-20T21:58:15.4572365Z [00:02:17.280]➜  cat >/tmp/go-build282983591/b331/importcfg << 'EOF' # internal
2025-08-20T21:58:15.4573015Z [00:02:17.280]➜  # import config
2025-08-20T21:58:15.4573629Z [00:02:17.280]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:15.4574581Z [00:02:17.280]➜  packagefile container/heap=/tmp/go-build282983591/b332/_pkg_.a
2025-08-20T21:58:15.4575436Z [00:02:17.280]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:15.4576255Z [00:02:17.280]➜  packagefile encoding/gob=/tmp/go-build282983591/b333/_pkg_.a
2025-08-20T21:58:15.4577119Z [00:02:17.280]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:15.4577941Z [00:02:17.280]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:15.4578690Z [00:02:17.280]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:15.4579533Z [00:02:17.280]➜  packagefile github.com/miekg/dns=/tmp/go-build282983591/b224/_pkg_.a
2025-08-20T21:58:15.4580852Z [00:02:17.280]➜  packagefile github.com/projectdiscovery/retryabledns/doh=/tmp/go-build282983591/b334/_pkg_.a
2025-08-20T21:58:15.4582233Z [00:02:17.280]➜  packagefile github.com/projectdiscovery/retryabledns/hostsfile=/tmp/go-build282983591/b335/_pkg_.a
2025-08-20T21:58:15.4583526Z [00:02:17.280]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build282983591/b336/_pkg_.a
2025-08-20T21:58:15.4584962Z [00:02:17.280]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build282983591/b223/_pkg_.a
2025-08-20T21:58:15.4586188Z [00:02:17.280]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build282983591/b191/_pkg_.a
2025-08-20T21:58:15.4587440Z [00:02:17.280]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:58:15.4588550Z [00:02:17.280]➜  packagefile golang.org/x/net/proxy=/tmp/go-build282983591/b339/_pkg_.a
2025-08-20T21:58:15.4589436Z [00:02:17.280]➜  packagefile math/rand=/tmp/go-build282983591/b118/_pkg_.a
2025-08-20T21:58:15.4590357Z [00:02:17.280]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:15.4591108Z [00:02:17.280]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:15.4591877Z [00:02:17.280]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:15.4592634Z [00:02:17.280]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:15.4593436Z [00:02:17.280]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:15.4594217Z [00:02:17.280]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:15.4594790Z [00:02:17.280]➜  EOF
2025-08-20T21:58:15.4602261Z [00:02:17.281]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b331/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/retryabledns@v1.0.105=>github.com/projectdiscovery/retryabledns@v1.0.105;$WORK/b331=>" -p github.com/projectdiscovery/retryabledns -lang=go1.24 -complete -installsuffix shared -buildid hwL-VcAT8GTTJyb0vycf/hwL-VcAT8GTTJyb0vycf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b331/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:58:15.5016209Z [00:02:17.327]➜  cp /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519/fp_amd64.h $WORK/b354/fp_GOARCH.h
2025-08-20T21:58:15.5038279Z [00:02:17.329]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519
2025-08-20T21:58:15.5041357Z [00:02:17.329]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/math/fp25519 -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519=>github.com/cloudflare/circl@v1.6.1/math/fp25519;$WORK/b354=>" -I $WORK/b354/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b354/fp_amd64.o ./fp_amd64.s
2025-08-20T21:58:15.5140744Z [00:02:17.339]➜  go tool pack r $WORK/b354/_pkg_.a $WORK/b354/fp_amd64.o # internal
2025-08-20T21:58:15.5145881Z [00:02:17.340]➜  go tool buildid -w $WORK/b354/_pkg_.a # internal
2025-08-20T21:58:15.5167691Z [00:02:17.340]➜  cp $WORK/b354/_pkg_.a /root/.cache/go-build/e0/e0202d3be90736474e30025d5ccdd737bd779146725a248da64ac135e192d5f3-d # internal
2025-08-20T21:58:15.5168871Z [00:02:17.341]➜  github.com/cloudflare/circl/dh/x25519
2025-08-20T21:58:15.5169491Z [00:02:17.341]➜  mkdir -p $WORK/b353/
2025-08-20T21:58:15.5171012Z [00:02:17.341]➜  echo -n > $WORK/b353/go_asm.h # internal
2025-08-20T21:58:15.5171858Z [00:02:17.341]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519
2025-08-20T21:58:15.5174665Z [00:02:17.341]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/dh/x25519 -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519=>github.com/cloudflare/circl@v1.6.1/dh/x25519;$WORK/b353=>" -I $WORK/b353/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b353/symabis ./curve_amd64.s
2025-08-20T21:58:15.5371454Z [00:02:17.362]➜  cp /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448/fp_amd64.h $WORK/b360/fp_GOARCH.h
2025-08-20T21:58:15.5372715Z [00:02:17.362]➜  cat >/tmp/go-build282983591/b353/importcfg << 'EOF' # internal
2025-08-20T21:58:15.5375657Z [00:02:17.362]➜  # import config
2025-08-20T21:58:15.5377439Z [00:02:17.362]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:58:15.5378372Z [00:02:17.362]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:15.5379476Z [00:02:17.362]➜  packagefile github.com/cloudflare/circl/math/fp25519=/tmp/go-build282983591/b354/_pkg_.a
2025-08-20T21:58:15.5380799Z [00:02:17.362]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build282983591/b358/_pkg_.a
2025-08-20T21:58:15.5381738Z [00:02:17.362]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:15.5382361Z [00:02:17.362]➜  EOF
2025-08-20T21:58:15.5383015Z [00:02:17.363]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448
2025-08-20T21:58:15.5385817Z [00:02:17.363]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/math/fp448 -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448=>github.com/cloudflare/circl@v1.6.1/math/fp448;$WORK/b360=>" -I $WORK/b360/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b360/fp_amd64.o ./fp_amd64.s
2025-08-20T21:58:15.5388207Z [00:02:17.363]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:15.5394919Z [00:02:17.363]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b353/_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/b353=>" -p github.com/cloudflare/circl/dh/x25519 -lang=go1.22 -installsuffix shared -buildid 4QWW6yiFNQle54MQy1nu/4QWW6yiFNQle54MQy1nu -goversion go1.25.0 -symabis $WORK/b353/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b353/importcfg -pack -asmhdr $WORK/b353/go_asm.h /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_amd64.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/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:58:15.5503041Z [00:02:17.376]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448
2025-08-20T21:58:15.5506843Z [00:02:17.376]➜  go tool pack r $WORK/b360/_pkg_.a $WORK/b360/fp_amd64.o # internal
2025-08-20T21:58:15.5507696Z [00:02:17.376]➜  go tool buildid -w $WORK/b360/_pkg_.a # internal
2025-08-20T21:58:15.5522437Z [00:02:17.377]➜  cp $WORK/b360/_pkg_.a /root/.cache/go-build/6d/6d86b14569232c6397fe6545166eea5fbf9a16935287e2a33df25f0317fde5ef-d # internal
2025-08-20T21:58:15.5531055Z [00:02:17.378]➜  github.com/cloudflare/circl/dh/x448
2025-08-20T21:58:15.5531743Z [00:02:17.378]➜  mkdir -p $WORK/b359/
2025-08-20T21:58:15.5532396Z [00:02:17.378]➜  echo -n > $WORK/b359/go_asm.h # internal
2025-08-20T21:58:15.5533243Z [00:02:17.378]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448
2025-08-20T21:58:15.5536143Z [00:02:17.378]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/dh/x448 -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448=>github.com/cloudflare/circl@v1.6.1/dh/x448;$WORK/b359=>" -I $WORK/b359/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b359/symabis ./curve_amd64.s
2025-08-20T21:58:15.5911933Z [00:02:17.416]➜  cat >/tmp/go-build282983591/b359/importcfg << 'EOF' # internal
2025-08-20T21:58:15.5914309Z [00:02:17.416]➜  # import config
2025-08-20T21:58:15.5915371Z [00:02:17.416]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:58:15.5918031Z [00:02:17.416]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:15.5919531Z [00:02:17.416]➜  packagefile github.com/cloudflare/circl/math/fp448=/tmp/go-build282983591/b360/_pkg_.a
2025-08-20T21:58:15.5920962Z [00:02:17.416]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build282983591/b358/_pkg_.a
2025-08-20T21:58:15.5921963Z [00:02:17.416]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:15.5922638Z [00:02:17.416]➜  EOF
2025-08-20T21:58:15.5923174Z [00:02:17.416]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:15.5930114Z [00:02:17.416]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b359/_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/b359=>" -p github.com/cloudflare/circl/dh/x448 -lang=go1.22 -installsuffix shared -buildid ub2xvk1gNcWAKXZNsWSt/ub2xvk1gNcWAKXZNsWSt -goversion go1.25.0 -symabis $WORK/b359/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b359/importcfg -pack -asmhdr $WORK/b359/go_asm.h /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_amd64.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/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:58:15.6049262Z [00:02:17.430]➜  cp /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519/curve_amd64.h $WORK/b353/curve_GOARCH.h
2025-08-20T21:58:15.6062371Z [00:02:17.430]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519
2025-08-20T21:58:15.6065219Z [00:02:17.430]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/dh/x25519 -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519=>github.com/cloudflare/circl@v1.6.1/dh/x25519;$WORK/b353=>" -I $WORK/b353/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b353/curve_amd64.o ./curve_amd64.s
2025-08-20T21:58:15.6466872Z [00:02:17.472]➜  go tool pack r $WORK/b353/_pkg_.a $WORK/b353/curve_amd64.o # internal
2025-08-20T21:58:15.6473201Z [00:02:17.472]➜  go tool buildid -w $WORK/b353/_pkg_.a # internal
2025-08-20T21:58:15.6491158Z [00:02:17.473]➜  cp $WORK/b353/_pkg_.a /root/.cache/go-build/e8/e89472f7ebb35319b575e43dc83c04c8a83a30be685e0dfb37683fd8c8c747c8-d # internal
2025-08-20T21:58:15.6492376Z [00:02:17.473]➜  github.com/cloudflare/circl/kem
2025-08-20T21:58:15.6492981Z [00:02:17.473]➜  mkdir -p $WORK/b362/
2025-08-20T21:58:15.6493700Z [00:02:17.474]➜  cat >/tmp/go-build282983591/b362/importcfg << 'EOF' # internal
2025-08-20T21:58:15.6494411Z [00:02:17.474]➜  # import config
2025-08-20T21:58:15.6495093Z [00:02:17.474]➜  packagefile encoding=/tmp/go-build282983591/b068/_pkg_.a
2025-08-20T21:58:15.6495952Z [00:02:17.474]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:15.6496577Z [00:02:17.474]➜  EOF
2025-08-20T21:58:15.6497128Z [00:02:17.474]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:15.6521224Z [00:02:17.474]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b362/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/kem=>github.com/cloudflare/circl@v1.6.1/kem;$WORK/b362=>" -p github.com/cloudflare/circl/kem -lang=go1.22 -complete -installsuffix shared -buildid 4gO_TC2k-Shok7f4d7Cp/4gO_TC2k-Shok7f4d7Cp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b362/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/kem/kem.go
2025-08-20T21:58:15.6767608Z [00:02:17.502]➜  go tool buildid -w $WORK/b362/_pkg_.a # internal
2025-08-20T21:58:15.6776540Z [00:02:17.503]➜  cp $WORK/b362/_pkg_.a /root/.cache/go-build/3e/3ee7fb3800d6877124e8f92205f45b3f070ad6711328a5aa370acc4e69b21769-d # internal
2025-08-20T21:58:15.6783844Z [00:02:17.503]➜  github.com/cloudflare/circl/simd/keccakf1600
2025-08-20T21:58:15.6784497Z [00:02:17.503]➜  mkdir -p $WORK/b368/
2025-08-20T21:58:15.6794192Z [00:02:17.505]➜  echo -n > $WORK/b368/go_asm.h # internal
2025-08-20T21:58:15.6799468Z [00:02:17.505]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/simd/keccakf1600
2025-08-20T21:58:15.6802789Z [00:02:17.505]➜  /root/.go/pkg/tool/linux_amd64/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/b368=>" -I $WORK/b368/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b368/symabis ./f1600x4_amd64.s
2025-08-20T21:58:15.6854803Z [00:02:17.511]➜  cat >/tmp/go-build282983591/b368/importcfg << 'EOF' # internal
2025-08-20T21:58:15.6861151Z [00:02:17.511]➜  # import config
2025-08-20T21:58:15.6862060Z [00:02:17.511]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build282983591/b361/_pkg_.a
2025-08-20T21:58:15.6863162Z [00:02:17.511]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build282983591/b358/_pkg_.a
2025-08-20T21:58:15.6864037Z [00:02:17.511]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:15.6864612Z [00:02:17.511]➜  EOF
2025-08-20T21:58:15.6870266Z [00:02:17.512]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:15.6880753Z [00:02:17.513]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b368/_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/b368=>" -p github.com/cloudflare/circl/simd/keccakf1600 -lang=go1.22 -installsuffix shared -buildid t6TFDZvIxN1j7mzpQ9QF/t6TFDZvIxN1j7mzpQ9QF -goversion go1.25.0 -symabis $WORK/b368/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b368/importcfg -pack -asmhdr $WORK/b368/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/f1600x4_amd64.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/simd/keccakf1600/f1600x4stubs_amd64.go
2025-08-20T21:58:15.7055006Z [00:02:17.531]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/simd/keccakf1600
2025-08-20T21:58:15.7062843Z [00:02:17.531]➜  /root/.go/pkg/tool/linux_amd64/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/b368=>" -I $WORK/b368/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b368/f1600x4_amd64.o ./f1600x4_amd64.s
2025-08-20T21:58:15.7133916Z [00:02:17.539]➜  go tool pack r $WORK/b368/_pkg_.a $WORK/b368/f1600x4_amd64.o # internal
2025-08-20T21:58:15.7139279Z [00:02:17.539]➜  go tool buildid -w $WORK/b368/_pkg_.a # internal
2025-08-20T21:58:15.7161410Z [00:02:17.541]➜  cp $WORK/b368/_pkg_.a /root/.cache/go-build/89/8946fa9bd55050b1dbec1fb83506a6a99807a54f11e809f640bacfaacf3a38a4-d # internal
2025-08-20T21:58:15.7169265Z [00:02:17.542]➜  github.com/cloudflare/circl/pke/kyber/internal/common
2025-08-20T21:58:15.7170131Z [00:02:17.542]➜  mkdir -p $WORK/b366/
2025-08-20T21:58:15.7170732Z [00:02:17.542]➜  echo -n > $WORK/b366/go_asm.h # internal
2025-08-20T21:58:15.7171669Z [00:02:17.542]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/pke/kyber/internal/common
2025-08-20T21:58:15.7174907Z [00:02:17.542]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/pke/kyber/internal/common -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/b366=>" -I $WORK/b366/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b366/symabis ./amd64.s
2025-08-20T21:58:15.7195035Z [00:02:17.545]➜  go tool buildid -w $WORK/b331/_pkg_.a # internal
2025-08-20T21:58:15.7238185Z [00:02:17.549]➜  cp $WORK/b331/_pkg_.a /root/.cache/go-build/2e/2ed691ce0737af5871367ffa5db4f96b50119ffd94ef052e7ef49479ee60883f-d # internal
2025-08-20T21:58:15.7245574Z [00:02:17.550]➜  golang.org/x/crypto/chacha20
2025-08-20T21:58:15.7246469Z [00:02:17.550]➜  mkdir -p $WORK/b372/
2025-08-20T21:58:15.7247222Z [00:02:17.550]➜  cat >/tmp/go-build282983591/b372/importcfg << 'EOF' # internal
2025-08-20T21:58:15.7247995Z [00:02:17.550]➜  # import config
2025-08-20T21:58:15.7248703Z [00:02:17.550]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:58:15.7249587Z [00:02:17.550]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:15.7250621Z [00:02:17.550]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:15.7251615Z [00:02:17.550]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build282983591/b373/_pkg_.a
2025-08-20T21:58:15.7252626Z [00:02:17.550]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:15.7253491Z [00:02:17.550]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:15.7254134Z [00:02:17.550]➜  EOF
2025-08-20T21:58:15.7254662Z [00:02:17.550]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:15.7259056Z [00:02:17.550]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b372/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/chacha20=>golang.org/x/crypto@v0.39.0/chacha20;$WORK/b372=>" -p golang.org/x/crypto/chacha20 -lang=go1.23 -complete -installsuffix shared -buildid iWIMtZ8JDFg_1HDj4bjk/iWIMtZ8JDFg_1HDj4bjk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b372/importcfg -pack /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/chacha_noasm.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/chacha20/xor.go
2025-08-20T21:58:15.7276437Z [00:02:17.553]➜  cat >/tmp/go-build282983591/b366/importcfg << 'EOF' # internal
2025-08-20T21:58:15.7280404Z [00:02:17.553]➜  # import config
2025-08-20T21:58:15.7284493Z [00:02:17.554]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:15.7288135Z [00:02:17.554]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build282983591/b361/_pkg_.a
2025-08-20T21:58:15.7292241Z [00:02:17.554]➜  packagefile github.com/cloudflare/circl/pke/kyber/internal/common/params=/tmp/go-build282983591/b367/_pkg_.a
2025-08-20T21:58:15.7297384Z [00:02:17.555]➜  packagefile github.com/cloudflare/circl/simd/keccakf1600=/tmp/go-build282983591/b368/_pkg_.a
2025-08-20T21:58:15.7302314Z [00:02:17.555]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build282983591/b358/_pkg_.a
2025-08-20T21:58:15.7310232Z [00:02:17.556]➜  EOF
2025-08-20T21:58:15.7318810Z [00:02:17.556]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b366/_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/b366=>" -p github.com/cloudflare/circl/pke/kyber/internal/common -lang=go1.22 -installsuffix shared -buildid BuU7GIpOzuZD468585iu/BuU7GIpOzuZD468585iu -goversion go1.25.0 -symabis $WORK/b366/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b366/importcfg -pack -asmhdr $WORK/b366/go_asm.h /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/pke/kyber/internal/common/amd64.go /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/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 /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/pke/kyber/internal/common/stubs_amd64.go
2025-08-20T21:58:15.7418476Z [00:02:17.567]➜  cp /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448/curve_amd64.h $WORK/b359/curve_GOARCH.h
2025-08-20T21:58:15.7440574Z [00:02:17.569]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448
2025-08-20T21:58:15.7443808Z [00:02:17.569]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/dh/x448 -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448=>github.com/cloudflare/circl@v1.6.1/dh/x448;$WORK/b359=>" -I $WORK/b359/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b359/curve_amd64.o ./curve_amd64.s
2025-08-20T21:58:15.7932565Z [00:02:17.616]➜  go tool buildid -w $WORK/b372/_pkg_.a # internal
2025-08-20T21:58:15.7938909Z [00:02:17.617]➜  cp $WORK/b372/_pkg_.a /root/.cache/go-build/92/9282cbf9256641eb6804662977bf9b68b938c8b141420dc9abe5138b191acf57-d # internal
2025-08-20T21:58:15.7944632Z [00:02:17.619]➜  golang.org/x/crypto/internal/poly1305
2025-08-20T21:58:15.7945230Z [00:02:17.619]➜  mkdir -p $WORK/b374/
2025-08-20T21:58:15.7946082Z [00:02:17.619]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/pke/kyber/internal/common
2025-08-20T21:58:15.7949328Z [00:02:17.619]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/pke/kyber/internal/common -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/b366=>" -I $WORK/b366/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b366/amd64.o ./amd64.s
2025-08-20T21:58:15.7952581Z [00:02:17.619]➜  echo -n > $WORK/b374/go_asm.h # internal
2025-08-20T21:58:15.7953356Z [00:02:17.619]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/internal/poly1305
2025-08-20T21:58:15.7956119Z [00:02:17.619]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/internal/poly1305 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/internal/poly1305=>golang.org/x/crypto@v0.39.0/internal/poly1305;$WORK/b374=>" -I $WORK/b374/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b374/symabis ./sum_amd64.s
2025-08-20T21:58:15.8054761Z [00:02:17.631]➜  cat >/tmp/go-build282983591/b374/importcfg << 'EOF' # internal
2025-08-20T21:58:15.8059518Z [00:02:17.631]➜  # import config
2025-08-20T21:58:15.8060504Z [00:02:17.631]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:58:15.8061387Z [00:02:17.631]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:15.8063113Z [00:02:17.631]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:15.8063714Z [00:02:17.631]➜  EOF
2025-08-20T21:58:15.8064225Z [00:02:17.631]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:15.8073364Z [00:02:17.631]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b374/_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/b374=>" -p golang.org/x/crypto/internal/poly1305 -lang=go1.23 -installsuffix shared -buildid GhSNiJYt83VngNUMcBBu/GhSNiJYt83VngNUMcBBu -goversion go1.25.0 -symabis $WORK/b374/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b374/importcfg -pack -asmhdr $WORK/b374/go_asm.h /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_asm.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/internal/poly1305/sum_generic.go
2025-08-20T21:58:15.8077920Z [00:02:17.632]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/pke/kyber/internal/common
2025-08-20T21:58:15.8083629Z [00:02:17.632]➜  go tool pack r $WORK/b366/_pkg_.a $WORK/b366/amd64.o # internal
2025-08-20T21:58:15.8084464Z [00:02:17.632]➜  go tool buildid -w $WORK/b366/_pkg_.a # internal
2025-08-20T21:58:15.8090145Z [00:02:17.633]➜  cp $WORK/b366/_pkg_.a /root/.cache/go-build/ad/ad4c28a35337937972ff76aa357e202301b913ee28c36f78a0914cc980fe5c92-d # internal
2025-08-20T21:58:15.8091415Z [00:02:17.634]➜  github.com/cloudflare/circl/pke/kyber/kyber768/internal
2025-08-20T21:58:15.8092066Z [00:02:17.634]➜  mkdir -p $WORK/b365/
2025-08-20T21:58:15.8092759Z [00:02:17.634]➜  cat >/tmp/go-build282983591/b365/importcfg << 'EOF' # internal
2025-08-20T21:58:15.8093422Z [00:02:17.634]➜  # import config
2025-08-20T21:58:15.8094328Z [00:02:17.634]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:15.8095360Z [00:02:17.634]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build282983591/b361/_pkg_.a
2025-08-20T21:58:15.8096570Z [00:02:17.634]➜  packagefile github.com/cloudflare/circl/kem=/tmp/go-build282983591/b362/_pkg_.a
2025-08-20T21:58:15.8097791Z [00:02:17.634]➜  packagefile github.com/cloudflare/circl/pke/kyber/internal/common=/tmp/go-build282983591/b366/_pkg_.a
2025-08-20T21:58:15.8098577Z [00:02:17.634]➜  EOF
2025-08-20T21:58:15.8099034Z [00:02:17.634]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:15.8104895Z [00:02:17.634]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b365/_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/b365=>" -p github.com/cloudflare/circl/pke/kyber/kyber768/internal -lang=go1.22 -complete -installsuffix shared -buildid Hi3fh1Vr3GXnbEpQnU1D/Hi3fh1Vr3GXnbEpQnU1D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b365/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:58:15.8250595Z [00:02:17.650]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448
2025-08-20T21:58:15.8255536Z [00:02:17.651]➜  go tool pack r $WORK/b359/_pkg_.a $WORK/b359/curve_amd64.o # internal
2025-08-20T21:58:15.8261716Z [00:02:17.651]➜  go tool buildid -w $WORK/b359/_pkg_.a # internal
2025-08-20T21:58:15.8278498Z [00:02:17.653]➜  cp $WORK/b359/_pkg_.a /root/.cache/go-build/5a/5a84d6eee10c28e3759ece63d6fc9551a2177363bb91fd376cb66583506ba4bd-d # internal
2025-08-20T21:58:15.8284222Z [00:02:17.654]➜  golang.org/x/crypto/hkdf
2025-08-20T21:58:15.8288126Z [00:02:17.654]➜  mkdir -p $WORK/b375/
2025-08-20T21:58:15.8296008Z [00:02:17.655]➜  cat >/tmp/go-build282983591/b375/importcfg << 'EOF' # internal
2025-08-20T21:58:15.8297879Z [00:02:17.655]➜  # import config
2025-08-20T21:58:15.8298862Z [00:02:17.655]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:58:15.8299667Z [00:02:17.655]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:15.8301169Z [00:02:17.655]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:15.8301959Z [00:02:17.655]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:15.8302539Z [00:02:17.655]➜  EOF
2025-08-20T21:58:15.8308973Z [00:02:17.656]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:15.8313964Z [00:02:17.656]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b375/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/hkdf=>golang.org/x/crypto@v0.39.0/hkdf;$WORK/b375=>" -p golang.org/x/crypto/hkdf -lang=go1.23 -complete -installsuffix shared -buildid 1f_0Eh_v_WKe1jJ9eVYu/1f_0Eh_v_WKe1jJ9eVYu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b375/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/hkdf/hkdf.go
2025-08-20T21:58:15.8476930Z [00:02:17.673]➜  go tool buildid -w $WORK/b365/_pkg_.a # internal
2025-08-20T21:58:15.8483272Z [00:02:17.674]➜  cp $WORK/b365/_pkg_.a /root/.cache/go-build/65/652b57ea82fa7530caa38d59883dbe97fb4fdd858e612f04851a96cc7b533197-d # internal
2025-08-20T21:58:15.8501129Z [00:02:17.675]➜  github.com/cloudflare/circl/pke/kyber/kyber768
2025-08-20T21:58:15.8501801Z [00:02:17.675]➜  mkdir -p $WORK/b364/
2025-08-20T21:58:15.8502497Z [00:02:17.675]➜  cat >/tmp/go-build282983591/b364/importcfg << 'EOF' # internal
2025-08-20T21:58:15.8503190Z [00:02:17.675]➜  # import config
2025-08-20T21:58:15.8503884Z [00:02:17.675]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:15.8505258Z [00:02:17.675]➜  packagefile github.com/cloudflare/circl/kem=/tmp/go-build282983591/b362/_pkg_.a
2025-08-20T21:58:15.8506648Z [00:02:17.675]➜  packagefile github.com/cloudflare/circl/pke/kyber/kyber768/internal=/tmp/go-build282983591/b365/_pkg_.a
2025-08-20T21:58:15.8507779Z [00:02:17.675]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:15.8531611Z [00:02:17.675]➜  EOF
2025-08-20T21:58:15.8535546Z [00:02:17.675]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b364/_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/b364=>" -p github.com/cloudflare/circl/pke/kyber/kyber768 -lang=go1.22 -complete -installsuffix shared -buildid SFh3bSZDgFraRfV9yFr7/SFh3bSZDgFraRfV9yFr7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b364/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/pke/kyber/kyber768/kyber.go
2025-08-20T21:58:15.8539138Z [00:02:17.675]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/internal/poly1305
2025-08-20T21:58:15.8542116Z [00:02:17.675]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/internal/poly1305 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/internal/poly1305=>golang.org/x/crypto@v0.39.0/internal/poly1305;$WORK/b374=>" -I $WORK/b374/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b374/sum_amd64.o ./sum_amd64.s
2025-08-20T21:58:15.8555669Z [00:02:17.681]➜  go tool pack r $WORK/b374/_pkg_.a $WORK/b374/sum_amd64.o # internal
2025-08-20T21:58:15.8556920Z [00:02:17.681]➜  go tool buildid -w $WORK/b374/_pkg_.a # internal
2025-08-20T21:58:15.8559725Z [00:02:17.681]➜  go tool buildid -w $WORK/b375/_pkg_.a # internal
2025-08-20T21:58:15.8574788Z [00:02:17.682]➜  cp $WORK/b375/_pkg_.a /root/.cache/go-build/ff/ff66755a575e434bb6d7aabe0f2e24e6896d15f58a8b23ff71b515fe973635a2-d # internal
2025-08-20T21:58:15.8576002Z [00:02:17.682]➜  github.com/cloudflare/circl/sign
2025-08-20T21:58:15.8576633Z [00:02:17.682]➜  mkdir -p $WORK/b377/
2025-08-20T21:58:15.8577850Z [00:02:17.682]➜  cp $WORK/b374/_pkg_.a /root/.cache/go-build/c7/c79ff434c07d5ec7ef77678595202c6cd199eeb6f44e9e1cc7487d9ed1207d0c-d # internal
2025-08-20T21:58:15.8579100Z [00:02:17.682]➜  cat >/tmp/go-build282983591/b377/importcfg << 'EOF' # internal
2025-08-20T21:58:15.8579744Z [00:02:17.683]➜  # import config
2025-08-20T21:58:15.8580563Z [00:02:17.683]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:15.8581382Z [00:02:17.683]➜  packagefile encoding=/tmp/go-build282983591/b068/_pkg_.a
2025-08-20T21:58:15.8582220Z [00:02:17.683]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:15.8582827Z [00:02:17.683]➜  EOF
2025-08-20T21:58:15.8583336Z [00:02:17.683]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:15.8587114Z [00:02:17.683]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b377/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign=>github.com/cloudflare/circl@v1.6.1/sign;$WORK/b377=>" -p github.com/cloudflare/circl/sign -lang=go1.22 -complete -installsuffix shared -buildid O2PTEzghLNfWZSrL_p1b/O2PTEzghLNfWZSrL_p1b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b377/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/sign.go
2025-08-20T21:58:15.8599058Z [00:02:17.685]➜  golang.org/x/crypto/chacha20poly1305
2025-08-20T21:58:15.8599669Z [00:02:17.685]➜  mkdir -p $WORK/b371/
2025-08-20T21:58:15.8607987Z [00:02:17.686]➜  echo -n > $WORK/b371/go_asm.h # internal
2025-08-20T21:58:15.8618342Z [00:02:17.687]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/chacha20poly1305
2025-08-20T21:58:15.8621660Z [00:02:17.687]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/chacha20poly1305 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/chacha20poly1305=>golang.org/x/crypto@v0.39.0/chacha20poly1305;$WORK/b371=>" -I $WORK/b371/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b371/symabis ./chacha20poly1305_amd64.s
2025-08-20T21:58:15.8742168Z [00:02:17.698]➜  go tool buildid -w $WORK/b364/_pkg_.a # internal
2025-08-20T21:58:15.8742976Z [00:02:17.698]➜  go tool buildid -w $WORK/b377/_pkg_.a # internal
2025-08-20T21:58:15.8750309Z [00:02:17.700]➜  cp $WORK/b377/_pkg_.a /root/.cache/go-build/c2/c2ac79bec4eefd187b5c01233ee502dabd6074f3aef01044387e1e85cd441681-d # internal
2025-08-20T21:58:15.8753207Z [00:02:17.700]➜  cp $WORK/b364/_pkg_.a /root/.cache/go-build/ff/ff0264313b2270963705b2edf289fb21502082ccad1ca2330e3e97ada577c510-d # internal
2025-08-20T21:58:15.8755480Z [00:02:17.700]➜  github.com/cloudflare/circl/kem/kyber/kyber768
2025-08-20T21:58:15.8757143Z [00:02:17.700]➜  mkdir -p $WORK/b363/
2025-08-20T21:58:15.8758260Z [00:02:17.700]➜  cat >/tmp/go-build282983591/b363/importcfg << 'EOF' # internal
2025-08-20T21:58:15.8758927Z [00:02:17.700]➜  # import config
2025-08-20T21:58:15.8759584Z [00:02:17.700]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:15.8760711Z [00:02:17.700]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:15.8761602Z [00:02:17.700]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:58:15.8762697Z [00:02:17.700]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build282983591/b361/_pkg_.a
2025-08-20T21:58:15.8764306Z [00:02:17.700]➜  packagefile github.com/cloudflare/circl/kem=/tmp/go-build282983591/b362/_pkg_.a
2025-08-20T21:58:15.8765549Z [00:02:17.700]➜  packagefile github.com/cloudflare/circl/pke/kyber/kyber768=/tmp/go-build282983591/b364/_pkg_.a
2025-08-20T21:58:15.8766589Z [00:02:17.700]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:15.8767229Z [00:02:17.700]➜  EOF
2025-08-20T21:58:15.8767790Z [00:02:17.700]➜  github.com/cloudflare/circl/sign/internal/dilithium
2025-08-20T21:58:15.8768429Z [00:02:17.700]➜  mkdir -p $WORK/b381/
2025-08-20T21:58:15.8769024Z [00:02:17.700]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:15.8773229Z [00:02:17.700]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b363/_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/b363=>" -p github.com/cloudflare/circl/kem/kyber/kyber768 -lang=go1.22 -complete -installsuffix shared -buildid KoTIkIMcEtNYJXxaB-op/KoTIkIMcEtNYJXxaB-op -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b363/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/kem/kyber/kyber768/kyber.go
2025-08-20T21:58:15.8776758Z [00:02:17.700]➜  echo -n > $WORK/b381/go_asm.h # internal
2025-08-20T21:58:15.8777654Z [00:02:17.700]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/internal/dilithium
2025-08-20T21:58:15.8801424Z [00:02:17.700]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/sign/internal/dilithium -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/b381=>" -I $WORK/b381/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b381/symabis ./amd64.s
2025-08-20T21:58:15.8837930Z [00:02:17.709]➜  cat >/tmp/go-build282983591/b371/importcfg << 'EOF' # internal
2025-08-20T21:58:15.8838670Z [00:02:17.709]➜  # import config
2025-08-20T21:58:15.8839383Z [00:02:17.709]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:58:15.8840627Z [00:02:17.709]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:15.8841524Z [00:02:17.709]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:15.8847679Z [00:02:17.709]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build282983591/b372/_pkg_.a
2025-08-20T21:58:15.8852001Z [00:02:17.709]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build282983591/b373/_pkg_.a
2025-08-20T21:58:15.8853246Z [00:02:17.709]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build282983591/b374/_pkg_.a
2025-08-20T21:58:15.8854398Z [00:02:17.709]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build282983591/b358/_pkg_.a
2025-08-20T21:58:15.8855121Z [00:02:17.709]➜  EOF
2025-08-20T21:58:15.8855671Z [00:02:17.710]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:15.8861868Z [00:02:17.710]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b371/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/chacha20poly1305=>golang.org/x/crypto@v0.39.0/chacha20poly1305;$WORK/b371=>" -p golang.org/x/crypto/chacha20poly1305 -lang=go1.23 -installsuffix shared -buildid -hgvgp26FeoExD0UnoBQ/-hgvgp26FeoExD0UnoBQ -goversion go1.25.0 -symabis $WORK/b371/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b371/importcfg -pack -asmhdr $WORK/b371/go_asm.h /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_amd64.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/xchacha20poly1305.go
2025-08-20T21:58:15.8938244Z [00:02:17.719]➜  cat >/tmp/go-build282983591/b381/importcfg << 'EOF' # internal
2025-08-20T21:58:15.8940423Z [00:02:17.719]➜  # import config
2025-08-20T21:58:15.8941817Z [00:02:17.719]➜  packagefile github.com/cloudflare/circl/sign/internal/dilithium/params=/tmp/go-build282983591/b382/_pkg_.a
2025-08-20T21:58:15.8943129Z [00:02:17.719]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build282983591/b358/_pkg_.a
2025-08-20T21:58:15.8943835Z [00:02:17.719]➜  EOF
2025-08-20T21:58:15.8975780Z [00:02:17.719]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b381/_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/b381=>" -p github.com/cloudflare/circl/sign/internal/dilithium -lang=go1.22 -installsuffix shared -buildid kuXRcBUMEJIDISbwZZkG/kuXRcBUMEJIDISbwZZkG -goversion go1.25.0 -symabis $WORK/b381/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b381/importcfg -pack -asmhdr $WORK/b381/go_asm.h /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/internal/dilithium/amd64.go /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/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 /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/internal/dilithium/stubs_amd64.go
2025-08-20T21:58:15.9148460Z [00:02:17.740]➜  go tool buildid -w $WORK/b363/_pkg_.a # internal
2025-08-20T21:58:15.9158508Z [00:02:17.741]➜  cp $WORK/b363/_pkg_.a /root/.cache/go-build/1f/1f75fca7066686c50b03147c992bfd9af3330a1bcc622786451c9e19644d5797-d # internal
2025-08-20T21:58:15.9164601Z [00:02:17.742]➜  github.com/cloudflare/circl/kem/mlkem/mlkem768
2025-08-20T21:58:15.9174334Z [00:02:17.742]➜  mkdir -p $WORK/b370/
2025-08-20T21:58:15.9175148Z [00:02:17.742]➜  cat >/tmp/go-build282983591/b370/importcfg << 'EOF' # internal
2025-08-20T21:58:15.9175881Z [00:02:17.742]➜  # import config
2025-08-20T21:58:15.9176609Z [00:02:17.742]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:15.9177493Z [00:02:17.742]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:15.9178394Z [00:02:17.742]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:58:15.9179520Z [00:02:17.742]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build282983591/b361/_pkg_.a
2025-08-20T21:58:15.9180914Z [00:02:17.742]➜  packagefile github.com/cloudflare/circl/kem=/tmp/go-build282983591/b362/_pkg_.a
2025-08-20T21:58:15.9182169Z [00:02:17.742]➜  packagefile github.com/cloudflare/circl/pke/kyber/kyber768=/tmp/go-build282983591/b364/_pkg_.a
2025-08-20T21:58:15.9183231Z [00:02:17.742]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:15.9183845Z [00:02:17.742]➜  EOF
2025-08-20T21:58:15.9187778Z [00:02:17.742]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b370/_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/b370=>" -p github.com/cloudflare/circl/kem/mlkem/mlkem768 -lang=go1.22 -complete -installsuffix shared -buildid qq-kjw54sdBxNodDMfYt/qq-kjw54sdBxNodDMfYt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b370/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/kem/mlkem/mlkem768/kyber.go
2025-08-20T21:58:15.9401246Z [00:02:17.765]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/chacha20poly1305
2025-08-20T21:58:15.9404265Z [00:02:17.765]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/chacha20poly1305 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/chacha20poly1305=>golang.org/x/crypto@v0.39.0/chacha20poly1305;$WORK/b371=>" -I $WORK/b371/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b371/chacha20poly1305_amd64.o ./chacha20poly1305_amd64.s
2025-08-20T21:58:15.9470775Z [00:02:17.772]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/internal/dilithium
2025-08-20T21:58:15.9475670Z [00:02:17.772]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/sign/internal/dilithium -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/b381=>" -I $WORK/b381/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b381/amd64.o ./amd64.s
2025-08-20T21:58:15.9714571Z [00:02:17.797]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/chacha20poly1305
2025-08-20T21:58:15.9716715Z [00:02:17.797]➜  go tool pack r $WORK/b371/_pkg_.a $WORK/b371/chacha20poly1305_amd64.o # internal
2025-08-20T21:58:15.9738657Z [00:02:17.799]➜  go tool buildid -w $WORK/b371/_pkg_.a # internal
2025-08-20T21:58:15.9742435Z [00:02:17.799]➜  cp $WORK/b371/_pkg_.a /root/.cache/go-build/44/442c55cd2f6e169d48e22259312f233980fb4467be4ed95e2d89feb4770f143e-d # internal
2025-08-20T21:58:15.9743474Z [00:02:17.799]➜  github.com/cloudflare/circl/math
2025-08-20T21:58:15.9744035Z [00:02:17.799]➜  mkdir -p $WORK/b388/
2025-08-20T21:58:15.9744674Z [00:02:17.799]➜  cat >/tmp/go-build282983591/b388/importcfg << 'EOF' # internal
2025-08-20T21:58:15.9745725Z [00:02:17.799]➜  # import config
2025-08-20T21:58:15.9746451Z [00:02:17.799]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:15.9747237Z [00:02:17.799]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:15.9747972Z [00:02:17.799]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:15.9748747Z [00:02:17.799]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:15.9749304Z [00:02:17.799]➜  EOF
2025-08-20T21:58:15.9749929Z [00:02:17.799]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:15.9754262Z [00:02:17.799]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b388/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math=>github.com/cloudflare/circl@v1.6.1/math;$WORK/b388=>" -p github.com/cloudflare/circl/math -lang=go1.22 -complete -installsuffix shared -buildid DfARpJ9LkIOHu9hL4aDn/DfARpJ9LkIOHu9hL4aDn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b388/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:58:15.9759128Z [00:02:17.801]➜  go tool buildid -w $WORK/b370/_pkg_.a # internal
2025-08-20T21:58:15.9763643Z [00:02:17.802]➜  cp $WORK/b370/_pkg_.a /root/.cache/go-build/56/56c286c1ccf999dcbce7a17194d1524277ef05b5ebcf435068c460c084469b52-d # internal
2025-08-20T21:58:15.9766721Z [00:02:17.802]➜  github.com/cloudflare/circl/kem/xwing
2025-08-20T21:58:15.9767369Z [00:02:17.802]➜  mkdir -p $WORK/b369/
2025-08-20T21:58:15.9770923Z [00:02:17.802]➜  cat >/tmp/go-build282983591/b369/importcfg << 'EOF' # internal
2025-08-20T21:58:15.9771593Z [00:02:17.802]➜  # import config
2025-08-20T21:58:15.9772266Z [00:02:17.802]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:15.9773101Z [00:02:17.802]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:15.9773977Z [00:02:17.802]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:58:15.9774824Z [00:02:17.802]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:15.9775841Z [00:02:17.802]➜  packagefile github.com/cloudflare/circl/dh/x25519=/tmp/go-build282983591/b353/_pkg_.a
2025-08-20T21:58:15.9777096Z [00:02:17.802]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build282983591/b361/_pkg_.a
2025-08-20T21:58:15.9778284Z [00:02:17.802]➜  packagefile github.com/cloudflare/circl/kem=/tmp/go-build282983591/b362/_pkg_.a
2025-08-20T21:58:15.9779519Z [00:02:17.802]➜  packagefile github.com/cloudflare/circl/kem/mlkem/mlkem768=/tmp/go-build282983591/b370/_pkg_.a
2025-08-20T21:58:15.9781025Z [00:02:17.802]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:15.9781969Z [00:02:17.802]➜  EOF
2025-08-20T21:58:15.9785967Z [00:02:17.802]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b369/_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/b369=>" -p github.com/cloudflare/circl/kem/xwing -lang=go1.22 -complete -installsuffix shared -buildid R2W7KPAw-thVJDTHef7e/R2W7KPAw-thVJDTHef7e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b369/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:58:15.9795939Z [00:02:17.802]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/internal/dilithium
2025-08-20T21:58:15.9797057Z [00:02:17.802]➜  go tool pack r $WORK/b381/_pkg_.a $WORK/b381/amd64.o # internal
2025-08-20T21:58:15.9797812Z [00:02:17.802]➜  go tool buildid -w $WORK/b381/_pkg_.a # internal
2025-08-20T21:58:15.9799079Z [00:02:17.804]➜  cp $WORK/b381/_pkg_.a /root/.cache/go-build/93/93ce6ffd2e47882dbc834bcad257b4d731a1226675bb13f72d1d1b5e9ce9eb7c-d # internal
2025-08-20T21:58:15.9800444Z [00:02:17.804]➜  github.com/cloudflare/circl/sign/dilithium/mode2/internal
2025-08-20T21:58:15.9801093Z [00:02:17.804]➜  mkdir -p $WORK/b380/
2025-08-20T21:58:15.9801758Z [00:02:17.805]➜  cat >/tmp/go-build282983591/b380/importcfg << 'EOF' # internal
2025-08-20T21:58:15.9802383Z [00:02:17.805]➜  # import config
2025-08-20T21:58:15.9803024Z [00:02:17.805]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:15.9803860Z [00:02:17.805]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:58:15.9804735Z [00:02:17.805]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:15.9806040Z [00:02:17.805]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build282983591/b361/_pkg_.a
2025-08-20T21:58:15.9807386Z [00:02:17.805]➜  packagefile github.com/cloudflare/circl/sign/internal/dilithium=/tmp/go-build282983591/b381/_pkg_.a
2025-08-20T21:58:15.9808743Z [00:02:17.805]➜  packagefile github.com/cloudflare/circl/simd/keccakf1600=/tmp/go-build282983591/b368/_pkg_.a
2025-08-20T21:58:15.9810015Z [00:02:17.805]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:15.9810570Z [00:02:17.805]➜  EOF
2025-08-20T21:58:15.9811056Z [00:02:17.805]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:15.9819358Z [00:02:17.805]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b380/_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/b380=>" -p github.com/cloudflare/circl/sign/dilithium/mode2/internal -lang=go1.22 -complete -installsuffix shared -buildid NoeqJHIT-78EAbjIXi7w/NoeqJHIT-78EAbjIXi7w -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/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:58:16.0055265Z [00:02:17.831]➜  go tool buildid -w $WORK/b388/_pkg_.a # internal
2025-08-20T21:58:16.0069233Z [00:02:17.831]➜  cp $WORK/b388/_pkg_.a /root/.cache/go-build/ab/ab8992bd36b90b9ba1f230b848f4ef8da758991f44adba73546b5b748dc751f0-d # internal
2025-08-20T21:58:16.0070772Z [00:02:17.832]➜  github.com/cloudflare/circl/sign/dilithium/mode3/internal
2025-08-20T21:58:16.0071517Z [00:02:17.832]➜  mkdir -p $WORK/b384/
2025-08-20T21:58:16.0079341Z [00:02:17.833]➜  cat >/tmp/go-build282983591/b384/importcfg << 'EOF' # internal
2025-08-20T21:58:16.0081244Z [00:02:17.833]➜  # import config
2025-08-20T21:58:16.0082010Z [00:02:17.833]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:16.0082899Z [00:02:17.833]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:58:16.0083789Z [00:02:17.833]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:16.0084900Z [00:02:17.833]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build282983591/b361/_pkg_.a
2025-08-20T21:58:16.0086302Z [00:02:17.833]➜  packagefile github.com/cloudflare/circl/sign/internal/dilithium=/tmp/go-build282983591/b381/_pkg_.a
2025-08-20T21:58:16.0087786Z [00:02:17.833]➜  packagefile github.com/cloudflare/circl/simd/keccakf1600=/tmp/go-build282983591/b368/_pkg_.a
2025-08-20T21:58:16.0088891Z [00:02:17.833]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:16.0089489Z [00:02:17.833]➜  EOF
2025-08-20T21:58:16.0098176Z [00:02:17.833]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b384/_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/b384=>" -p github.com/cloudflare/circl/sign/dilithium/mode3/internal -lang=go1.22 -complete -installsuffix shared -buildid ilc4D3Rdw17eHIi3AqlY/ilc4D3Rdw17eHIi3AqlY -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/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:58:16.0238473Z [00:02:17.849]➜  go tool buildid -w $WORK/b369/_pkg_.a # internal
2025-08-20T21:58:16.0249573Z [00:02:17.850]➜  cp $WORK/b369/_pkg_.a /root/.cache/go-build/b0/b0740c31ae5dacc0853d15e20d35bf10c5abfd4f215a838915bfe13b029ac560-d # internal
2025-08-20T21:58:16.0255574Z [00:02:17.851]➜  github.com/cloudflare/circl/hpke
2025-08-20T21:58:16.0256196Z [00:02:17.851]➜  mkdir -p $WORK/b352/
2025-08-20T21:58:16.0259953Z [00:02:17.851]➜  cat >/tmp/go-build282983591/b352/importcfg << 'EOF' # internal
2025-08-20T21:58:16.0262160Z [00:02:17.851]➜  # import config
2025-08-20T21:58:16.0263728Z [00:02:17.851]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:16.0280824Z [00:02:17.851]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:16.0281922Z [00:02:17.851]➜  packagefile crypto/aes=/tmp/go-build282983591/b108/_pkg_.a
2025-08-20T21:58:16.0283373Z [00:02:17.851]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:58:16.0287269Z [00:02:17.851]➜  packagefile crypto/ecdh=/tmp/go-build282983591/b110/_pkg_.a
2025-08-20T21:58:16.0288176Z [00:02:17.851]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:16.0289053Z [00:02:17.851]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:16.0290117Z [00:02:17.851]➜  packagefile crypto/sha512=/tmp/go-build282983591/b126/_pkg_.a
2025-08-20T21:58:16.0291009Z [00:02:17.851]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:58:16.0291859Z [00:02:17.851]➜  packagefile encoding=/tmp/go-build282983591/b068/_pkg_.a
2025-08-20T21:58:16.0292729Z [00:02:17.851]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:16.0293586Z [00:02:17.851]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:16.0294734Z [00:02:17.851]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:16.0295742Z [00:02:17.851]➜  packagefile github.com/cloudflare/circl/dh/x25519=/tmp/go-build282983591/b353/_pkg_.a
2025-08-20T21:58:16.0296983Z [00:02:17.851]➜  packagefile github.com/cloudflare/circl/dh/x448=/tmp/go-build282983591/b359/_pkg_.a
2025-08-20T21:58:16.0298243Z [00:02:17.851]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build282983591/b361/_pkg_.a
2025-08-20T21:58:16.0299482Z [00:02:17.851]➜  packagefile github.com/cloudflare/circl/kem=/tmp/go-build282983591/b362/_pkg_.a
2025-08-20T21:58:16.0300993Z [00:02:17.851]➜  packagefile github.com/cloudflare/circl/kem/kyber/kyber768=/tmp/go-build282983591/b363/_pkg_.a
2025-08-20T21:58:16.0302368Z [00:02:17.851]➜  packagefile github.com/cloudflare/circl/kem/xwing=/tmp/go-build282983591/b369/_pkg_.a
2025-08-20T21:58:16.0303651Z [00:02:17.851]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build282983591/b371/_pkg_.a
2025-08-20T21:58:16.0304909Z [00:02:17.851]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build282983591/b356/_pkg_.a
2025-08-20T21:58:16.0305964Z [00:02:17.851]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build282983591/b375/_pkg_.a
2025-08-20T21:58:16.0306882Z [00:02:17.851]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:16.0307660Z [00:02:17.851]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:16.0308249Z [00:02:17.851]➜  EOF
2025-08-20T21:58:16.0326796Z [00:02:17.851]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b352/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/hpke=>github.com/cloudflare/circl@v1.6.1/hpke;$WORK/b352=>" -p github.com/cloudflare/circl/hpke -lang=go1.22 -complete -installsuffix shared -buildid LE3EBbwrBxvqhUduCKDG/LE3EBbwrBxvqhUduCKDG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b352/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:58:16.0917353Z [00:02:17.917]➜  go tool buildid -w $WORK/b380/_pkg_.a # internal
2025-08-20T21:58:16.0933294Z [00:02:17.918]➜  cp $WORK/b380/_pkg_.a /root/.cache/go-build/c8/c8019638578830b2e7deacda7cb63d53359e7e030431cbecdcc582b89cac2d6f-d # internal
2025-08-20T21:58:16.0975973Z [00:02:17.919]➜  github.com/cloudflare/circl/sign/dilithium/mode2
2025-08-20T21:58:16.0976687Z [00:02:17.919]➜  mkdir -p $WORK/b379/
2025-08-20T21:58:16.0977433Z [00:02:17.919]➜  cat >/tmp/go-build282983591/b379/importcfg << 'EOF' # internal
2025-08-20T21:58:16.0978115Z [00:02:17.919]➜  # import config
2025-08-20T21:58:16.0978766Z [00:02:17.919]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:16.0979604Z [00:02:17.919]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:16.0980770Z [00:02:17.919]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build282983591/b377/_pkg_.a
2025-08-20T21:58:16.0982145Z [00:02:17.919]➜  packagefile github.com/cloudflare/circl/sign/dilithium/mode2/internal=/tmp/go-build282983591/b380/_pkg_.a
2025-08-20T21:58:16.0983629Z [00:02:17.919]➜  packagefile github.com/cloudflare/circl/sign/internal/dilithium=/tmp/go-build282983591/b381/_pkg_.a
2025-08-20T21:58:16.0985035Z [00:02:17.919]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:16.1011508Z [00:02:17.919]➜  EOF
2025-08-20T21:58:16.1015555Z [00:02:17.919]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b379/_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/b379=>" -p github.com/cloudflare/circl/sign/dilithium/mode2 -lang=go1.22 -complete -installsuffix shared -buildid c99j9q-BaYuN16zOtNaE/c99j9q-BaYuN16zOtNaE -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/dilithium/mode2/dilithium.go
2025-08-20T21:58:16.1137496Z [00:02:17.939]➜  go tool buildid -w $WORK/b384/_pkg_.a # internal
2025-08-20T21:58:16.1158462Z [00:02:17.941]➜  cp $WORK/b384/_pkg_.a /root/.cache/go-build/b6/b66a8d12fb2722e7e4fb9e16b25ec0c181d80e0a649492f7ef34c508ee47d725-d # internal
2025-08-20T21:58:16.1164968Z [00:02:17.941]➜  github.com/cloudflare/circl/sign/dilithium/mode3
2025-08-20T21:58:16.1165675Z [00:02:17.941]➜  mkdir -p $WORK/b383/
2025-08-20T21:58:16.1174470Z [00:02:17.942]➜  cat >/tmp/go-build282983591/b383/importcfg << 'EOF' # internal
2025-08-20T21:58:16.1175189Z [00:02:17.942]➜  # import config
2025-08-20T21:58:16.1175839Z [00:02:17.942]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:16.1176662Z [00:02:17.942]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:16.1177650Z [00:02:17.942]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build282983591/b377/_pkg_.a
2025-08-20T21:58:16.1179049Z [00:02:17.942]➜  packagefile github.com/cloudflare/circl/sign/dilithium/mode3/internal=/tmp/go-build282983591/b384/_pkg_.a
2025-08-20T21:58:16.1181366Z [00:02:17.942]➜  packagefile github.com/cloudflare/circl/sign/internal/dilithium=/tmp/go-build282983591/b381/_pkg_.a
2025-08-20T21:58:16.1182480Z [00:02:17.942]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:16.1183343Z [00:02:17.942]➜  EOF
2025-08-20T21:58:16.1187333Z [00:02:17.942]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b383/_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/b383=>" -p github.com/cloudflare/circl/sign/dilithium/mode3 -lang=go1.22 -complete -installsuffix shared -buildid fa7O_nT4gCUycdKtZsdr/fa7O_nT4gCUycdKtZsdr -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/mode3/dilithium.go
2025-08-20T21:58:16.1277912Z [00:02:17.953]➜  go tool buildid -w $WORK/b379/_pkg_.a # internal
2025-08-20T21:58:16.1332730Z [00:02:17.955]➜  cp $WORK/b379/_pkg_.a /root/.cache/go-build/6e/6ebb331c76e836d7e73a813e3138ece262a1b6af751eb0461ec86d0abce3560e-d # internal
2025-08-20T21:58:16.1339003Z [00:02:17.955]➜  github.com/cloudflare/circl/sign/dilithium/mode5/internal
2025-08-20T21:58:16.1340002Z [00:02:17.955]➜  mkdir -p $WORK/b386/
2025-08-20T21:58:16.1340793Z [00:02:17.955]➜  cat >/tmp/go-build282983591/b386/importcfg << 'EOF' # internal
2025-08-20T21:58:16.1341490Z [00:02:17.955]➜  # import config
2025-08-20T21:58:16.1342322Z [00:02:17.955]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:16.1343226Z [00:02:17.955]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:58:16.1344191Z [00:02:17.955]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:16.1345380Z [00:02:17.955]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build282983591/b361/_pkg_.a
2025-08-20T21:58:16.1346840Z [00:02:17.955]➜  packagefile github.com/cloudflare/circl/sign/internal/dilithium=/tmp/go-build282983591/b381/_pkg_.a
2025-08-20T21:58:16.1348282Z [00:02:17.955]➜  packagefile github.com/cloudflare/circl/simd/keccakf1600=/tmp/go-build282983591/b368/_pkg_.a
2025-08-20T21:58:16.1349321Z [00:02:17.955]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:16.1350140Z [00:02:17.955]➜  EOF
2025-08-20T21:58:16.1358359Z [00:02:17.955]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b386/_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/b386=>" -p github.com/cloudflare/circl/sign/dilithium/mode5/internal -lang=go1.22 -complete -installsuffix shared -buildid HbKrEAg9Y58LI9x01nwf/HbKrEAg9Y58LI9x01nwf -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/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:58:16.1552145Z [00:02:17.980]➜  go tool buildid -w $WORK/b383/_pkg_.a # internal
2025-08-20T21:58:16.1564371Z [00:02:17.982]➜  cp $WORK/b383/_pkg_.a /root/.cache/go-build/ae/ae0ebcd5dd8062387b99318062f077956b5e3de5547c470bc32bb7dea9ef1d91-d # internal
2025-08-20T21:58:16.1566961Z [00:02:17.982]➜  github.com/cloudflare/circl/sign/ed25519
2025-08-20T21:58:16.1587188Z [00:02:17.984]➜  mkdir -p $WORK/b387/
2025-08-20T21:58:16.1588195Z [00:02:17.984]➜  cat >/tmp/go-build282983591/b387/importcfg << 'EOF' # internal
2025-08-20T21:58:16.1589047Z [00:02:17.984]➜  # import config
2025-08-20T21:58:16.1590011Z [00:02:17.984]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:16.1591028Z [00:02:17.984]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:16.1592313Z [00:02:17.984]➜  packagefile crypto/ed25519=/tmp/go-build282983591/b130/_pkg_.a
2025-08-20T21:58:16.1593411Z [00:02:17.984]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:16.1594515Z [00:02:17.984]➜  packagefile crypto/sha512=/tmp/go-build282983591/b126/_pkg_.a
2025-08-20T21:58:16.1595571Z [00:02:17.984]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:58:16.1596439Z [00:02:17.984]➜  packagefile encoding/asn1=/tmp/go-build282983591/b128/_pkg_.a
2025-08-20T21:58:16.1597331Z [00:02:17.984]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:16.1598216Z [00:02:17.984]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:16.1599035Z [00:02:17.984]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:16.1600626Z [00:02:17.984]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build282983591/b355/_pkg_.a
2025-08-20T21:58:16.1601951Z [00:02:17.984]➜  packagefile github.com/cloudflare/circl/math=/tmp/go-build282983591/b388/_pkg_.a
2025-08-20T21:58:16.1603214Z [00:02:17.984]➜  packagefile github.com/cloudflare/circl/math/fp25519=/tmp/go-build282983591/b354/_pkg_.a
2025-08-20T21:58:16.1604473Z [00:02:17.984]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build282983591/b377/_pkg_.a
2025-08-20T21:58:16.1631377Z [00:02:17.984]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:16.1632282Z [00:02:17.984]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:16.1633187Z [00:02:17.984]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:16.1633864Z [00:02:17.984]➜  EOF
2025-08-20T21:58:16.1640952Z [00:02:17.984]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b387/_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/b387=>" -p github.com/cloudflare/circl/sign/ed25519 -lang=go1.22 -complete -installsuffix shared -buildid P66FC1Vg2q74ru6Q0nhe/P66FC1Vg2q74ru6Q0nhe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b387/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:58:16.2355194Z [00:02:18.061]➜  go tool buildid -w $WORK/b386/_pkg_.a # internal
2025-08-20T21:58:16.2359105Z [00:02:18.061]➜  cp $WORK/b386/_pkg_.a /root/.cache/go-build/83/8340a0b177255abe85d416f5ceda0c8efe64de3db753fa99d151b067bcfd1ef6-d # internal
2025-08-20T21:58:16.2360534Z [00:02:18.061]➜  github.com/cloudflare/circl/sign/dilithium/mode5
2025-08-20T21:58:16.2361190Z [00:02:18.061]➜  mkdir -p $WORK/b385/
2025-08-20T21:58:16.2361890Z [00:02:18.061]➜  cat >/tmp/go-build282983591/b385/importcfg << 'EOF' # internal
2025-08-20T21:58:16.2362551Z [00:02:18.061]➜  # import config
2025-08-20T21:58:16.2363196Z [00:02:18.061]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:16.2364018Z [00:02:18.061]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:16.2365043Z [00:02:18.061]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build282983591/b377/_pkg_.a
2025-08-20T21:58:16.2366457Z [00:02:18.061]➜  packagefile github.com/cloudflare/circl/sign/dilithium/mode5/internal=/tmp/go-build282983591/b386/_pkg_.a
2025-08-20T21:58:16.2368099Z [00:02:18.061]➜  packagefile github.com/cloudflare/circl/sign/internal/dilithium=/tmp/go-build282983591/b381/_pkg_.a
2025-08-20T21:58:16.2369243Z [00:02:18.061]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:16.2370026Z [00:02:18.061]➜  EOF
2025-08-20T21:58:16.2374445Z [00:02:18.061]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b385/_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/b385=>" -p github.com/cloudflare/circl/sign/dilithium/mode5 -lang=go1.22 -complete -installsuffix shared -buildid nwYoIam2j_aBjn_i7WvM/nwYoIam2j_aBjn_i7WvM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b385/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/dilithium/mode5/dilithium.go
2025-08-20T21:58:16.2843906Z [00:02:18.110]➜  go tool buildid -w $WORK/b385/_pkg_.a # internal
2025-08-20T21:58:16.2863545Z [00:02:18.112]➜  cp $WORK/b385/_pkg_.a /root/.cache/go-build/1e/1eb7ef0ee32752f4e6dfb88c06cf0a73de088d1e67eb09b1a9c2acc066529401-d # internal
2025-08-20T21:58:16.2866901Z [00:02:18.112]➜  github.com/cloudflare/circl/math/mlsbset
2025-08-20T21:58:16.2867530Z [00:02:18.112]➜  mkdir -p $WORK/b391/
2025-08-20T21:58:16.2885980Z [00:02:18.114]➜  cat >/tmp/go-build282983591/b391/importcfg << 'EOF' # internal
2025-08-20T21:58:16.2890373Z [00:02:18.114]➜  # import config
2025-08-20T21:58:16.2891076Z [00:02:18.114]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:16.2891921Z [00:02:18.114]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:16.2892987Z [00:02:18.114]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build282983591/b355/_pkg_.a
2025-08-20T21:58:16.2894069Z [00:02:18.114]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:16.2894690Z [00:02:18.114]➜  EOF
2025-08-20T21:58:16.2899029Z [00:02:18.114]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b391/_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/b391=>" -p github.com/cloudflare/circl/math/mlsbset -lang=go1.22 -complete -installsuffix shared -buildid xoXTs6-OI2HDG_LSKtnk/xoXTs6-OI2HDG_LSKtnk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b391/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:58:16.3217702Z [00:02:18.147]➜  go tool buildid -w $WORK/b387/_pkg_.a # internal
2025-08-20T21:58:16.3271387Z [00:02:18.152]➜  cp $WORK/b387/_pkg_.a /root/.cache/go-build/46/467e9bd83bf69a6ca8cdbdc38f5ea84f6fd17861f9f83ae4b2d0374db0c41e42-d # internal
2025-08-20T21:58:16.3281049Z [00:02:18.152]➜  github.com/cloudflare/circl/sign/eddilithium2
2025-08-20T21:58:16.3281720Z [00:02:18.152]➜  mkdir -p $WORK/b392/
2025-08-20T21:58:16.3282437Z [00:02:18.153]➜  cat >/tmp/go-build282983591/b392/importcfg << 'EOF' # internal
2025-08-20T21:58:16.3283128Z [00:02:18.153]➜  # import config
2025-08-20T21:58:16.3283790Z [00:02:18.153]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:16.3284669Z [00:02:18.153]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:16.3285614Z [00:02:18.153]➜  packagefile encoding/asn1=/tmp/go-build282983591/b128/_pkg_.a
2025-08-20T21:58:16.3286468Z [00:02:18.153]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:16.3287558Z [00:02:18.153]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build282983591/b361/_pkg_.a
2025-08-20T21:58:16.3288806Z [00:02:18.153]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build282983591/b377/_pkg_.a
2025-08-20T21:58:16.3296295Z [00:02:18.153]➜  packagefile github.com/cloudflare/circl/sign/dilithium/mode2=/tmp/go-build282983591/b379/_pkg_.a
2025-08-20T21:58:16.3297774Z [00:02:18.153]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/tmp/go-build282983591/b387/_pkg_.a
2025-08-20T21:58:16.3298793Z [00:02:18.153]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:16.3299347Z [00:02:18.153]➜  EOF
2025-08-20T21:58:16.3304410Z [00:02:18.153]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b392/_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/b392=>" -p github.com/cloudflare/circl/sign/eddilithium2 -lang=go1.22 -complete -installsuffix shared -buildid 3baG1LNovOYfFa7TYrAm/3baG1LNovOYfFa7TYrAm -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/eddilithium2/eddilithium.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/eddilithium2/signapi.go
2025-08-20T21:58:16.3655592Z [00:02:18.191]➜  go tool buildid -w $WORK/b391/_pkg_.a # internal
2025-08-20T21:58:16.3665176Z [00:02:18.192]➜  cp $WORK/b391/_pkg_.a /root/.cache/go-build/1c/1c802bdb2c407f688252290f5a5b93f12e177abe42eb8402d159b43f28df333c-d # internal
2025-08-20T21:58:16.3668316Z [00:02:18.192]➜  github.com/cloudflare/circl/ecc/goldilocks
2025-08-20T21:58:16.3671169Z [00:02:18.192]➜  mkdir -p $WORK/b390/
2025-08-20T21:58:16.3696023Z [00:02:18.195]➜  cat >/tmp/go-build282983591/b390/importcfg << 'EOF' # internal
2025-08-20T21:58:16.3699661Z [00:02:18.195]➜  # import config
2025-08-20T21:58:16.3708059Z [00:02:18.195]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:58:16.3709177Z [00:02:18.196]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:16.3710323Z [00:02:18.196]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:16.3711192Z [00:02:18.196]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:16.3713995Z [00:02:18.196]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build282983591/b355/_pkg_.a
2025-08-20T21:58:16.3715380Z [00:02:18.196]➜  packagefile github.com/cloudflare/circl/math=/tmp/go-build282983591/b388/_pkg_.a
2025-08-20T21:58:16.3716686Z [00:02:18.196]➜  packagefile github.com/cloudflare/circl/math/fp448=/tmp/go-build282983591/b360/_pkg_.a
2025-08-20T21:58:16.3717993Z [00:02:18.196]➜  packagefile github.com/cloudflare/circl/math/mlsbset=/tmp/go-build282983591/b391/_pkg_.a
2025-08-20T21:58:16.3719119Z [00:02:18.196]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:16.3719972Z [00:02:18.196]➜  EOF
2025-08-20T21:58:16.3728382Z [00:02:18.196]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b390/_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/b390=>" -p github.com/cloudflare/circl/ecc/goldilocks -lang=go1.22 -complete -installsuffix shared -buildid IdGmf5kvUxmxrBcYmTaj/IdGmf5kvUxmxrBcYmTaj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b390/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:58:16.3892628Z [00:02:18.214]➜  go tool buildid -w $WORK/b392/_pkg_.a # internal
2025-08-20T21:58:16.3904512Z [00:02:18.216]➜  cp $WORK/b392/_pkg_.a /root/.cache/go-build/af/af56b54bd3fffbb28859bff6cf4581598da5f7de332f2e977f0b01ef0ee9f68d-d # internal
2025-08-20T21:58:16.3915164Z [00:02:18.216]➜  github.com/cloudflare/circl/sign/mldsa/mldsa44/internal
2025-08-20T21:58:16.3915855Z [00:02:18.216]➜  mkdir -p $WORK/b395/
2025-08-20T21:58:16.3916568Z [00:02:18.216]➜  cat >/tmp/go-build282983591/b395/importcfg << 'EOF' # internal
2025-08-20T21:58:16.3917193Z [00:02:18.216]➜  # import config
2025-08-20T21:58:16.3917858Z [00:02:18.216]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:16.3919018Z [00:02:18.216]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:58:16.3920131Z [00:02:18.217]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:16.3921384Z [00:02:18.217]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build282983591/b361/_pkg_.a
2025-08-20T21:58:16.3922805Z [00:02:18.217]➜  packagefile github.com/cloudflare/circl/sign/internal/dilithium=/tmp/go-build282983591/b381/_pkg_.a
2025-08-20T21:58:16.3924177Z [00:02:18.217]➜  packagefile github.com/cloudflare/circl/simd/keccakf1600=/tmp/go-build282983591/b368/_pkg_.a
2025-08-20T21:58:16.3925173Z [00:02:18.217]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:16.3925752Z [00:02:18.217]➜  EOF
2025-08-20T21:58:16.3940173Z [00:02:18.217]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b395/_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/b395=>" -p github.com/cloudflare/circl/sign/mldsa/mldsa44/internal -lang=go1.22 -complete -installsuffix shared -buildid dX2jwdF9YB45IpY92Dli/dX2jwdF9YB45IpY92Dli -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/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:58:16.4662635Z [00:02:18.290]➜  go tool buildid -w $WORK/b352/_pkg_.a # internal
2025-08-20T21:58:16.4813600Z [00:02:18.306]➜  cp $WORK/b352/_pkg_.a /root/.cache/go-build/2f/2f2736133cdb1019dfc11c1df9efd90c51088e45d13b5fa705267c98b6ff1afc-d # internal
2025-08-20T21:58:16.4846467Z [00:02:18.310]➜  github.com/cloudflare/circl/sign/mldsa/mldsa65/internal
2025-08-20T21:58:16.4873651Z [00:02:18.313]➜  mkdir -p $WORK/b397/
2025-08-20T21:58:16.4876322Z [00:02:18.313]➜  cat >/tmp/go-build282983591/b397/importcfg << 'EOF' # internal
2025-08-20T21:58:16.4881526Z [00:02:18.313]➜  # import config
2025-08-20T21:58:16.4882590Z [00:02:18.313]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:16.4887478Z [00:02:18.313]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:58:16.4888799Z [00:02:18.313]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:16.4890534Z [00:02:18.313]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build282983591/b361/_pkg_.a
2025-08-20T21:58:16.4892196Z [00:02:18.313]➜  packagefile github.com/cloudflare/circl/sign/internal/dilithium=/tmp/go-build282983591/b381/_pkg_.a
2025-08-20T21:58:16.4893689Z [00:02:18.313]➜  packagefile github.com/cloudflare/circl/simd/keccakf1600=/tmp/go-build282983591/b368/_pkg_.a
2025-08-20T21:58:16.4894906Z [00:02:18.313]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:16.4895689Z [00:02:18.313]➜  EOF
2025-08-20T21:58:16.4904561Z [00:02:18.313]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b397/_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/b397=>" -p github.com/cloudflare/circl/sign/mldsa/mldsa65/internal -lang=go1.22 -complete -installsuffix shared -buildid -apu0jzfVHhE8WU2-xqE/-apu0jzfVHhE8WU2-xqE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b397/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:58:16.5257160Z [00:02:18.351]➜  go tool buildid -w $WORK/b395/_pkg_.a # internal
2025-08-20T21:58:16.5286421Z [00:02:18.354]➜  cp $WORK/b395/_pkg_.a /root/.cache/go-build/ce/cef218475cd7387553be202ac983aeda6c056ec251f03d7c258c0e0acfeeedbe-d # internal
2025-08-20T21:58:16.5303182Z [00:02:18.354]➜  github.com/cloudflare/circl/sign/mldsa/mldsa44
2025-08-20T21:58:16.5303844Z [00:02:18.354]➜  mkdir -p $WORK/b394/
2025-08-20T21:58:16.5304542Z [00:02:18.355]➜  cat >/tmp/go-build282983591/b394/importcfg << 'EOF' # internal
2025-08-20T21:58:16.5305226Z [00:02:18.355]➜  # import config
2025-08-20T21:58:16.5305865Z [00:02:18.355]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:16.5306721Z [00:02:18.355]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:16.5307600Z [00:02:18.355]➜  packagefile encoding/asn1=/tmp/go-build282983591/b128/_pkg_.a
2025-08-20T21:58:16.5308463Z [00:02:18.355]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:16.5309484Z [00:02:18.355]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build282983591/b377/_pkg_.a
2025-08-20T21:58:16.5321116Z [00:02:18.355]➜  packagefile github.com/cloudflare/circl/sign/internal/dilithium=/tmp/go-build282983591/b381/_pkg_.a
2025-08-20T21:58:16.5322462Z [00:02:18.355]➜  packagefile github.com/cloudflare/circl/sign/mldsa/mldsa44/internal=/tmp/go-build282983591/b395/_pkg_.a
2025-08-20T21:58:16.5323492Z [00:02:18.355]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:16.5324037Z [00:02:18.355]➜  EOF
2025-08-20T21:58:16.5327839Z [00:02:18.355]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b394/_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/b394=>" -p github.com/cloudflare/circl/sign/mldsa/mldsa44 -lang=go1.22 -complete -installsuffix shared -buildid rwj74umGpfhdhK3J9NCj/rwj74umGpfhdhK3J9NCj -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/mldsa44/dilithium.go
2025-08-20T21:58:16.5933030Z [00:02:18.418]➜  go tool buildid -w $WORK/b394/_pkg_.a # internal
2025-08-20T21:58:16.5944742Z [00:02:18.420]➜  cp $WORK/b394/_pkg_.a /root/.cache/go-build/be/be601e41754d4c4f426085008d95fb5d7e3e7a8a2056207834c40f45986f44a6-d # internal
2025-08-20T21:58:16.5947144Z [00:02:18.420]➜  github.com/cloudflare/circl/sign/mldsa/mldsa87/internal
2025-08-20T21:58:16.5952751Z [00:02:18.420]➜  mkdir -p $WORK/b399/
2025-08-20T21:58:16.5954497Z [00:02:18.420]➜  cat >/tmp/go-build282983591/b399/importcfg << 'EOF' # internal
2025-08-20T21:58:16.5955183Z [00:02:18.421]➜  # import config
2025-08-20T21:58:16.5955898Z [00:02:18.421]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:16.5956779Z [00:02:18.421]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:58:16.5957674Z [00:02:18.421]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:16.5958802Z [00:02:18.421]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build282983591/b361/_pkg_.a
2025-08-20T21:58:16.5960492Z [00:02:18.421]➜  packagefile github.com/cloudflare/circl/sign/internal/dilithium=/tmp/go-build282983591/b381/_pkg_.a
2025-08-20T21:58:16.5961887Z [00:02:18.421]➜  packagefile github.com/cloudflare/circl/simd/keccakf1600=/tmp/go-build282983591/b368/_pkg_.a
2025-08-20T21:58:16.5962912Z [00:02:18.421]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:16.5963764Z [00:02:18.421]➜  EOF
2025-08-20T21:58:16.5995770Z [00:02:18.421]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b399/_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/b399=>" -p github.com/cloudflare/circl/sign/mldsa/mldsa87/internal -lang=go1.22 -complete -installsuffix shared -buildid goQxexHyLqS4X9SPAxfr/goQxexHyLqS4X9SPAxfr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b399/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:58:16.6176381Z [00:02:18.443]➜  go tool buildid -w $WORK/b390/_pkg_.a # internal
2025-08-20T21:58:16.6203495Z [00:02:18.445]➜  cp $WORK/b390/_pkg_.a /root/.cache/go-build/57/574cc18f2ec6ae739b85ef7e5f2f6df74ea13847d5c4c0519735bb73a0e2209c-d # internal
2025-08-20T21:58:16.6225935Z [00:02:18.448]➜  github.com/cloudflare/circl/sign/ed448
2025-08-20T21:58:16.6229184Z [00:02:18.448]➜  mkdir -p $WORK/b389/
2025-08-20T21:58:16.6238886Z [00:02:18.449]➜  cat >/tmp/go-build282983591/b389/importcfg << 'EOF' # internal
2025-08-20T21:58:16.6247090Z [00:02:18.449]➜  # import config
2025-08-20T21:58:16.6247779Z [00:02:18.449]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:16.6248614Z [00:02:18.449]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:16.6249501Z [00:02:18.449]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:16.6250666Z [00:02:18.449]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:58:16.6251583Z [00:02:18.449]➜  packagefile encoding/asn1=/tmp/go-build282983591/b128/_pkg_.a
2025-08-20T21:58:16.6252829Z [00:02:18.449]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:16.6253660Z [00:02:18.449]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:16.6254746Z [00:02:18.449]➜  packagefile github.com/cloudflare/circl/ecc/goldilocks=/tmp/go-build282983591/b390/_pkg_.a
2025-08-20T21:58:16.6256061Z [00:02:18.449]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build282983591/b361/_pkg_.a
2025-08-20T21:58:16.6257344Z [00:02:18.449]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build282983591/b377/_pkg_.a
2025-08-20T21:58:16.6258336Z [00:02:18.449]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:16.6259185Z [00:02:18.449]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:16.6260060Z [00:02:18.449]➜  EOF
2025-08-20T21:58:16.6269071Z [00:02:18.452]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b389/_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/b389=>" -p github.com/cloudflare/circl/sign/ed448 -lang=go1.22 -complete -installsuffix shared -buildid i8fcrh3z4Tga_nD8HPJg/i8fcrh3z4Tga_nD8HPJg -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/ed448/ed448.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed448/signapi.go
2025-08-20T21:58:16.6757783Z [00:02:18.501]➜  go tool buildid -w $WORK/b397/_pkg_.a # internal
2025-08-20T21:58:16.6778762Z [00:02:18.503]➜  cp $WORK/b397/_pkg_.a /root/.cache/go-build/58/58bb4a200173bdfe47dfb78484d8afb02aed70dbeebb15d58e45f853c17132d1-d # internal
2025-08-20T21:58:16.6799334Z [00:02:18.503]➜  github.com/cloudflare/circl/sign/mldsa/mldsa65
2025-08-20T21:58:16.6800378Z [00:02:18.504]➜  mkdir -p $WORK/b396/
2025-08-20T21:58:16.6801136Z [00:02:18.504]➜  cat >/tmp/go-build282983591/b396/importcfg << 'EOF' # internal
2025-08-20T21:58:16.6801859Z [00:02:18.505]➜  # import config
2025-08-20T21:58:16.6802532Z [00:02:18.505]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:16.6803420Z [00:02:18.505]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:16.6804351Z [00:02:18.505]➜  packagefile encoding/asn1=/tmp/go-build282983591/b128/_pkg_.a
2025-08-20T21:58:16.6805228Z [00:02:18.505]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:16.6806250Z [00:02:18.505]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build282983591/b377/_pkg_.a
2025-08-20T21:58:16.6807606Z [00:02:18.505]➜  packagefile github.com/cloudflare/circl/sign/internal/dilithium=/tmp/go-build282983591/b381/_pkg_.a
2025-08-20T21:58:16.6809198Z [00:02:18.505]➜  packagefile github.com/cloudflare/circl/sign/mldsa/mldsa65/internal=/tmp/go-build282983591/b397/_pkg_.a
2025-08-20T21:58:16.6810544Z [00:02:18.505]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:16.6811167Z [00:02:18.505]➜  EOF
2025-08-20T21:58:16.6815134Z [00:02:18.505]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b396/_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/b396=>" -p github.com/cloudflare/circl/sign/mldsa/mldsa65 -lang=go1.22 -complete -installsuffix shared -buildid 15URIE8JYYFmd_TUTbqj/15URIE8JYYFmd_TUTbqj -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/mldsa65/dilithium.go
2025-08-20T21:58:16.7131020Z [00:02:18.538]➜  go tool buildid -w $WORK/b399/_pkg_.a # internal
2025-08-20T21:58:16.7146509Z [00:02:18.540]➜  cp $WORK/b399/_pkg_.a /root/.cache/go-build/bb/bbb5610cec41d49ee60ca39da6434c8c46317790a786969c63805fe919bcdf10-d # internal
2025-08-20T21:58:16.7148158Z [00:02:18.540]➜  github.com/cloudflare/circl/sign/mldsa/mldsa87
2025-08-20T21:58:16.7150139Z [00:02:18.540]➜  mkdir -p $WORK/b398/
2025-08-20T21:58:16.7154027Z [00:02:18.540]➜  cat >/tmp/go-build282983591/b398/importcfg << 'EOF' # internal
2025-08-20T21:58:16.7157023Z [00:02:18.540]➜  # import config
2025-08-20T21:58:16.7157749Z [00:02:18.540]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:16.7158643Z [00:02:18.540]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:16.7159550Z [00:02:18.540]➜  packagefile encoding/asn1=/tmp/go-build282983591/b128/_pkg_.a
2025-08-20T21:58:16.7160690Z [00:02:18.540]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:16.7161676Z [00:02:18.540]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build282983591/b377/_pkg_.a
2025-08-20T21:58:16.7163009Z [00:02:18.540]➜  packagefile github.com/cloudflare/circl/sign/internal/dilithium=/tmp/go-build282983591/b381/_pkg_.a
2025-08-20T21:58:16.7164529Z [00:02:18.540]➜  packagefile github.com/cloudflare/circl/sign/mldsa/mldsa87/internal=/tmp/go-build282983591/b399/_pkg_.a
2025-08-20T21:58:16.7165660Z [00:02:18.540]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:16.7166262Z [00:02:18.540]➜  EOF
2025-08-20T21:58:16.7193534Z [00:02:18.540]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b398/_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/b398=>" -p github.com/cloudflare/circl/sign/mldsa/mldsa87 -lang=go1.22 -complete -installsuffix shared -buildid HterdZr--tle2TFj4cAZ/HterdZr--tle2TFj4cAZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b398/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/mldsa/mldsa87/dilithium.go
2025-08-20T21:58:16.7316152Z [00:02:18.557]➜  go tool buildid -w $WORK/b389/_pkg_.a # internal
2025-08-20T21:58:16.7320252Z [00:02:18.557]➜  cp $WORK/b389/_pkg_.a /root/.cache/go-build/9c/9c0655051c30593033d945e127bb05ca861f7911db2dbccea2f789003d50b22b-d # internal
2025-08-20T21:58:16.7344048Z [00:02:18.560]➜  github.com/cloudflare/circl/sign/eddilithium3
2025-08-20T21:58:16.7364758Z [00:02:18.560]➜  mkdir -p $WORK/b393/
2025-08-20T21:58:16.7365510Z [00:02:18.560]➜  cat >/tmp/go-build282983591/b393/importcfg << 'EOF' # internal
2025-08-20T21:58:16.7366182Z [00:02:18.560]➜  # import config
2025-08-20T21:58:16.7366843Z [00:02:18.560]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:16.7367762Z [00:02:18.560]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:16.7368740Z [00:02:18.560]➜  packagefile encoding/asn1=/tmp/go-build282983591/b128/_pkg_.a
2025-08-20T21:58:16.7369566Z [00:02:18.560]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:16.7370943Z [00:02:18.560]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build282983591/b361/_pkg_.a
2025-08-20T21:58:16.7372119Z [00:02:18.560]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build282983591/b377/_pkg_.a
2025-08-20T21:58:16.7373382Z [00:02:18.560]➜  packagefile github.com/cloudflare/circl/sign/dilithium/mode3=/tmp/go-build282983591/b383/_pkg_.a
2025-08-20T21:58:16.7374727Z [00:02:18.560]➜  packagefile github.com/cloudflare/circl/sign/ed448=/tmp/go-build282983591/b389/_pkg_.a
2025-08-20T21:58:16.7375699Z [00:02:18.560]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:16.7376275Z [00:02:18.560]➜  EOF
2025-08-20T21:58:16.7380986Z [00:02:18.560]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b393/_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/b393=>" -p github.com/cloudflare/circl/sign/eddilithium3 -lang=go1.22 -complete -installsuffix shared -buildid UxGHOpN8rS5dyE0Of50n/UxGHOpN8rS5dyE0Of50n -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/eddilithium3/eddilithium.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/eddilithium3/signapi.go
2025-08-20T21:58:16.7424077Z [00:02:18.568]➜  go tool buildid -w $WORK/b396/_pkg_.a # internal
2025-08-20T21:58:16.7444102Z [00:02:18.570]➜  cp $WORK/b396/_pkg_.a /root/.cache/go-build/c2/c24ef6d92c6d3afad5a44ce44727852cbc7b7c814ef29e372610fca2db9638fb-d # internal
2025-08-20T21:58:16.7471818Z [00:02:18.570]➜  github.com/refraction-networking/utls/internal/boring
2025-08-20T21:58:16.7472495Z [00:02:18.570]➜  mkdir -p $WORK/b401/
2025-08-20T21:58:16.7473201Z [00:02:18.570]➜  cat >/tmp/go-build282983591/b401/importcfg << 'EOF' # internal
2025-08-20T21:58:16.7473856Z [00:02:18.570]➜  # import config
2025-08-20T21:58:16.7474538Z [00:02:18.570]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:58:16.7475364Z [00:02:18.570]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:16.7475993Z [00:02:18.570]➜  EOF
2025-08-20T21:58:16.7480279Z [00:02:18.570]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b401/_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/b401=>" -p github.com/refraction-networking/utls/internal/boring -lang=go1.24 -complete -installsuffix shared -buildid 40-eRaXYAiaXocKgotKn/40-eRaXYAiaXocKgotKn -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/boring/notboring.go
2025-08-20T21:58:16.7699405Z [00:02:18.595]➜  go tool buildid -w $WORK/b401/_pkg_.a # internal
2025-08-20T21:58:16.7703378Z [00:02:18.596]➜  cp $WORK/b401/_pkg_.a /root/.cache/go-build/e5/e5a8b85544bdd9dc635ff1470bdfe0c56b312bfa74893978cdf23ddc52486b9e-d # internal
2025-08-20T21:58:16.7705377Z [00:02:18.596]➜  github.com/refraction-networking/utls/internal/helper
2025-08-20T21:58:16.7708329Z [00:02:18.596]➜  mkdir -p $WORK/b404/
2025-08-20T21:58:16.7712176Z [00:02:18.596]➜  cat >/tmp/go-build282983591/b404/importcfg << 'EOF' # internal
2025-08-20T21:58:16.7712860Z [00:02:18.596]➜  # import config
2025-08-20T21:58:16.7713535Z [00:02:18.596]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:16.7714510Z [00:02:18.596]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build282983591/b356/_pkg_.a
2025-08-20T21:58:16.7715242Z [00:02:18.596]➜  EOF
2025-08-20T21:58:16.7716352Z [00:02:18.597]➜  go tool buildid -w $WORK/b398/_pkg_.a # internal
2025-08-20T21:58:16.7727526Z [00:02:18.598]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b404/_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/b404=>" -p github.com/refraction-networking/utls/internal/helper -lang=go1.24 -complete -installsuffix shared -buildid VVzuApiF_2UBWW_h_uTp/VVzuApiF_2UBWW_h_uTp -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/helper/typeconv.go
2025-08-20T21:58:16.7737160Z [00:02:18.599]➜  cp $WORK/b398/_pkg_.a /root/.cache/go-build/21/2180ceebf2e7accae183c13ec79b403850a113dc9673c5424d6ddcba26e5278f-d # internal
2025-08-20T21:58:16.7741746Z [00:02:18.599]➜  github.com/refraction-networking/utls/internal/hkdf
2025-08-20T21:58:16.7745779Z [00:02:18.600]➜  mkdir -p $WORK/b405/
2025-08-20T21:58:16.7752878Z [00:02:18.600]➜  cat >/tmp/go-build282983591/b405/importcfg << 'EOF' # internal
2025-08-20T21:58:16.7753578Z [00:02:18.600]➜  # import config
2025-08-20T21:58:16.7754243Z [00:02:18.600]➜  packagefile crypto/hkdf=/tmp/go-build282983591/b134/_pkg_.a
2025-08-20T21:58:16.7755035Z [00:02:18.600]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:16.7755610Z [00:02:18.600]➜  EOF
2025-08-20T21:58:16.7761589Z [00:02:18.601]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b405/_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/b405=>" -p github.com/refraction-networking/utls/internal/hkdf -lang=go1.24 -complete -installsuffix shared -buildid w5xBk2eabSkeH67wDt-r/w5xBk2eabSkeH67wDt-r -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/hkdf/hkdf.go
2025-08-20T21:58:16.7856405Z [00:02:18.611]➜  go tool buildid -w $WORK/b405/_pkg_.a # internal
2025-08-20T21:58:16.7862834Z [00:02:18.611]➜  cp $WORK/b405/_pkg_.a /root/.cache/go-build/b9/b9cc1e30625ad6ebdc3bca9ed24781fcb45e112363f1055ca5dc78ad2fbd2435-d # internal
2025-08-20T21:58:16.7871843Z [00:02:18.612]➜  github.com/refraction-networking/utls/internal/hpke
2025-08-20T21:58:16.7872552Z [00:02:18.612]➜  mkdir -p $WORK/b406/
2025-08-20T21:58:16.7873288Z [00:02:18.612]➜  cat >/tmp/go-build282983591/b406/importcfg << 'EOF' # internal
2025-08-20T21:58:16.7873988Z [00:02:18.612]➜  # import config
2025-08-20T21:58:16.7874636Z [00:02:18.612]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:16.7875526Z [00:02:18.612]➜  packagefile crypto/aes=/tmp/go-build282983591/b108/_pkg_.a
2025-08-20T21:58:16.7876465Z [00:02:18.612]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:58:16.7877442Z [00:02:18.612]➜  packagefile crypto/ecdh=/tmp/go-build282983591/b110/_pkg_.a
2025-08-20T21:58:16.7878397Z [00:02:18.612]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:16.7879277Z [00:02:18.612]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:16.7880743Z [00:02:18.612]➜  packagefile github.com/refraction-networking/utls/internal/byteorder=/tmp/go-build282983591/b402/_pkg_.a
2025-08-20T21:58:16.7882306Z [00:02:18.612]➜  packagefile github.com/refraction-networking/utls/internal/hkdf=/tmp/go-build282983591/b405/_pkg_.a
2025-08-20T21:58:16.7883987Z [00:02:18.612]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build282983591/b371/_pkg_.a
2025-08-20T21:58:16.7885071Z [00:02:18.612]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:16.7885755Z [00:02:18.612]➜  EOF
2025-08-20T21:58:16.7890119Z [00:02:18.612]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b406/_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/b406=>" -p github.com/refraction-networking/utls/internal/hpke -lang=go1.24 -complete -installsuffix shared -buildid xCwTtWcr047zliH6E9Ko/xCwTtWcr047zliH6E9Ko -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/hpke/hpke.go
2025-08-20T21:58:16.8020940Z [00:02:18.627]➜  go tool buildid -w $WORK/b404/_pkg_.a # internal
2025-08-20T21:58:16.8028244Z [00:02:18.628]➜  cp $WORK/b404/_pkg_.a /root/.cache/go-build/36/36cca4ba1a1c0f7503136682b37f9eb4b4f73665866051747248c7c9e31c36ef-d # internal
2025-08-20T21:58:16.8065172Z [00:02:18.632]➜  github.com/refraction-networking/utls/internal/quicvarint/protocol
2025-08-20T21:58:16.8066361Z [00:02:18.632]➜  mkdir -p $WORK/b408/
2025-08-20T21:58:16.8070886Z [00:02:18.632]➜  cat >/tmp/go-build282983591/b408/importcfg << 'EOF' # internal
2025-08-20T21:58:16.8072056Z [00:02:18.632]➜  # import config
2025-08-20T21:58:16.8073523Z [00:02:18.632]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:16.8074570Z [00:02:18.632]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:16.8075386Z [00:02:18.632]➜  EOF
2025-08-20T21:58:16.8087683Z [00:02:18.634]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b408/_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/b408=>" -p github.com/refraction-networking/utls/internal/quicvarint/protocol -lang=go1.24 -complete -installsuffix shared -buildid 0Q0-5p3CDwanlJf7azky/0Q0-5p3CDwanlJf7azky -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b408/importcfg -pack /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/internal/quicvarint/protocol/protocol.go
2025-08-20T21:58:16.8135613Z [00:02:18.639]➜  go tool buildid -w $WORK/b393/_pkg_.a # internal
2025-08-20T21:58:16.8147705Z [00:02:18.640]➜  cp $WORK/b393/_pkg_.a /root/.cache/go-build/69/697be571684e8544bb0fea0bcc7ea45222891ef8b5b29471d835f6e60b9be72c-d # internal
2025-08-20T21:58:16.8153964Z [00:02:18.640]➜  github.com/cloudflare/circl/sign/schemes
2025-08-20T21:58:16.8154602Z [00:02:18.641]➜  mkdir -p $WORK/b378/
2025-08-20T21:58:16.8161271Z [00:02:18.641]➜  cat >/tmp/go-build282983591/b378/importcfg << 'EOF' # internal
2025-08-20T21:58:16.8161891Z [00:02:18.641]➜  # import config
2025-08-20T21:58:16.8162764Z [00:02:18.641]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build282983591/b377/_pkg_.a
2025-08-20T21:58:16.8164062Z [00:02:18.641]➜  packagefile github.com/cloudflare/circl/sign/dilithium/mode2=/tmp/go-build282983591/b379/_pkg_.a
2025-08-20T21:58:16.8165438Z [00:02:18.641]➜  packagefile github.com/cloudflare/circl/sign/dilithium/mode3=/tmp/go-build282983591/b383/_pkg_.a
2025-08-20T21:58:16.8166805Z [00:02:18.641]➜  packagefile github.com/cloudflare/circl/sign/dilithium/mode5=/tmp/go-build282983591/b385/_pkg_.a
2025-08-20T21:58:16.8168176Z [00:02:18.641]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/tmp/go-build282983591/b387/_pkg_.a
2025-08-20T21:58:16.8169416Z [00:02:18.641]➜  packagefile github.com/cloudflare/circl/sign/ed448=/tmp/go-build282983591/b389/_pkg_.a
2025-08-20T21:58:16.8170974Z [00:02:18.641]➜  packagefile github.com/cloudflare/circl/sign/eddilithium2=/tmp/go-build282983591/b392/_pkg_.a
2025-08-20T21:58:16.8172296Z [00:02:18.641]➜  packagefile github.com/cloudflare/circl/sign/eddilithium3=/tmp/go-build282983591/b393/_pkg_.a
2025-08-20T21:58:16.8173879Z [00:02:18.641]➜  packagefile github.com/cloudflare/circl/sign/mldsa/mldsa44=/tmp/go-build282983591/b394/_pkg_.a
2025-08-20T21:58:16.8175292Z [00:02:18.641]➜  packagefile github.com/cloudflare/circl/sign/mldsa/mldsa65=/tmp/go-build282983591/b396/_pkg_.a
2025-08-20T21:58:16.8176689Z [00:02:18.641]➜  packagefile github.com/cloudflare/circl/sign/mldsa/mldsa87=/tmp/go-build282983591/b398/_pkg_.a
2025-08-20T21:58:16.8177790Z [00:02:18.641]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:16.8178425Z [00:02:18.641]➜  EOF
2025-08-20T21:58:16.8182390Z [00:02:18.641]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b378/_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/b378=>" -p github.com/cloudflare/circl/sign/schemes -lang=go1.22 -complete -installsuffix shared -buildid -Nm0izpAtNy8Ln8Rgj85/-Nm0izpAtNy8Ln8Rgj85 -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/schemes/schemes.go
2025-08-20T21:58:16.8375657Z [00:02:18.663]➜  go tool buildid -w $WORK/b408/_pkg_.a # internal
2025-08-20T21:58:16.8389771Z [00:02:18.664]➜  cp $WORK/b408/_pkg_.a /root/.cache/go-build/d6/d646c42d128298c098c5293da5d7aaf57d0bd245d144daaf29f29be486d18f5a-d # internal
2025-08-20T21:58:16.8392691Z [00:02:18.664]➜  github.com/refraction-networking/utls/internal/quicvarint
2025-08-20T21:58:16.8394136Z [00:02:18.665]➜  mkdir -p $WORK/b407/
2025-08-20T21:58:16.8395116Z [00:02:18.665]➜  cat >/tmp/go-build282983591/b407/importcfg << 'EOF' # internal
2025-08-20T21:58:16.8396213Z [00:02:18.665]➜  # import config
2025-08-20T21:58:16.8397056Z [00:02:18.665]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:16.8399389Z [00:02:18.665]➜  packagefile github.com/refraction-networking/utls/internal/quicvarint/protocol=/tmp/go-build282983591/b408/_pkg_.a
2025-08-20T21:58:16.8400804Z [00:02:18.665]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:16.8401398Z [00:02:18.665]➜  EOF
2025-08-20T21:58:16.8405603Z [00:02:18.665]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b407/_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/b407=>" -p github.com/refraction-networking/utls/internal/quicvarint -lang=go1.24 -complete -installsuffix shared -buildid R0QivDybLbACkj2Pada-/R0QivDybLbACkj2Pada- -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/quicvarint/varint.go
2025-08-20T21:58:16.8415009Z [00:02:18.667]➜  go tool buildid -w $WORK/b378/_pkg_.a # internal
2025-08-20T21:58:16.8434316Z [00:02:18.667]➜  cp $WORK/b378/_pkg_.a /root/.cache/go-build/bd/bddca914bd0018c2ffffe65d42c025f46c6771dfc4a546990aa3487791d0a057-d # internal
2025-08-20T21:58:16.8435637Z [00:02:18.668]➜  github.com/cloudflare/circl/pki
2025-08-20T21:58:16.8436439Z [00:02:18.668]➜  mkdir -p $WORK/b376/
2025-08-20T21:58:16.8437188Z [00:02:18.668]➜  cat >/tmp/go-build282983591/b376/importcfg << 'EOF' # internal
2025-08-20T21:58:16.8438708Z [00:02:18.668]➜  # import config
2025-08-20T21:58:16.8440228Z [00:02:18.668]➜  packagefile crypto/x509/pkix=/tmp/go-build282983591/b155/_pkg_.a
2025-08-20T21:58:16.8441710Z [00:02:18.668]➜  packagefile encoding/asn1=/tmp/go-build282983591/b128/_pkg_.a
2025-08-20T21:58:16.8443029Z [00:02:18.668]➜  packagefile encoding/pem=/tmp/go-build282983591/b157/_pkg_.a
2025-08-20T21:58:16.8444227Z [00:02:18.668]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:16.8445528Z [00:02:18.668]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build282983591/b377/_pkg_.a
2025-08-20T21:58:16.8447072Z [00:02:18.668]➜  packagefile github.com/cloudflare/circl/sign/schemes=/tmp/go-build282983591/b378/_pkg_.a
2025-08-20T21:58:16.8449046Z [00:02:18.668]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:16.8449679Z [00:02:18.668]➜  EOF
2025-08-20T21:58:16.8453223Z [00:02:18.669]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b376/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/pki=>github.com/cloudflare/circl@v1.6.1/pki;$WORK/b376=>" -p github.com/cloudflare/circl/pki -lang=go1.22 -complete -installsuffix shared -buildid 8Fb119iG_G-yPuVyC_ZP/8Fb119iG_G-yPuVyC_ZP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b376/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/pki/pki.go
2025-08-20T21:58:16.8810973Z [00:02:18.706]➜  go tool buildid -w $WORK/b407/_pkg_.a # internal
2025-08-20T21:58:16.8817170Z [00:02:18.707]➜  cp $WORK/b407/_pkg_.a /root/.cache/go-build/7e/7ecc6a39b0471846156fcfbcefd84d7dafea3b395ea47538b9219412c6260863-d # internal
2025-08-20T21:58:16.8824478Z [00:02:18.707]➜  github.com/refraction-networking/utls/internal/tls12
2025-08-20T21:58:16.8825125Z [00:02:18.707]➜  mkdir -p $WORK/b409/
2025-08-20T21:58:16.8825761Z [00:02:18.708]➜  go tool buildid -w $WORK/b406/_pkg_.a # internal
2025-08-20T21:58:16.8833919Z [00:02:18.709]➜  cat >/tmp/go-build282983591/b409/importcfg << 'EOF' # internal
2025-08-20T21:58:16.8835448Z [00:02:18.709]➜  # import config
2025-08-20T21:58:16.8838349Z [00:02:18.709]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:58:16.8839339Z [00:02:18.709]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:16.8841101Z [00:02:18.709]➜  EOF
2025-08-20T21:58:16.8844803Z [00:02:18.709]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b409/_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/b409=>" -p github.com/refraction-networking/utls/internal/tls12 -lang=go1.24 -complete -installsuffix shared -buildid HRbX8rWLn8lIyzFBYCHX/HRbX8rWLn8lIyzFBYCHX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b409/importcfg -pack /root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1/internal/tls12/tls12.go
2025-08-20T21:58:16.8874513Z [00:02:18.713]➜  cp $WORK/b406/_pkg_.a /root/.cache/go-build/16/1644b8661fa580b5c7eb03e9549587de3386c6465838a8a3ccb1cbe997b3275f-d # internal
2025-08-20T21:58:16.8880302Z [00:02:18.713]➜  github.com/refraction-networking/utls/internal/tls13
2025-08-20T21:58:16.8880956Z [00:02:18.713]➜  mkdir -p $WORK/b410/
2025-08-20T21:58:16.8883790Z [00:02:18.714]➜  cat >/tmp/go-build282983591/b410/importcfg << 'EOF' # internal
2025-08-20T21:58:16.8886005Z [00:02:18.714]➜  # import config
2025-08-20T21:58:16.8888987Z [00:02:18.714]➜  packagefile github.com/refraction-networking/utls/internal/byteorder=/tmp/go-build282983591/b402/_pkg_.a
2025-08-20T21:58:16.8890585Z [00:02:18.714]➜  packagefile github.com/refraction-networking/utls/internal/hkdf=/tmp/go-build282983591/b405/_pkg_.a
2025-08-20T21:58:16.8891646Z [00:02:18.714]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:16.8892225Z [00:02:18.714]➜  EOF
2025-08-20T21:58:16.8897052Z [00:02:18.714]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b410/_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/b410=>" -p github.com/refraction-networking/utls/internal/tls13 -lang=go1.24 -complete -installsuffix shared -buildid 8aWCic5LuNfPlzanASQx/8aWCic5LuNfPlzanASQx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b410/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:58:16.8948171Z [00:02:18.720]➜  go tool buildid -w $WORK/b376/_pkg_.a # internal
2025-08-20T21:58:16.8960014Z [00:02:18.721]➜  cp $WORK/b376/_pkg_.a /root/.cache/go-build/e8/e8d50e756a16196d9a6262ee671a158258fb3a46ed3aa1da6ab7e8577f4c2bde-d # internal
2025-08-20T21:58:16.8967351Z [00:02:18.722]➜  golang.org/x/crypto/sha3
2025-08-20T21:58:16.8969770Z [00:02:18.722]➜  mkdir -p $WORK/b411/
2025-08-20T21:58:16.8976619Z [00:02:18.723]➜  echo -n > $WORK/b411/go_asm.h # internal
2025-08-20T21:58:16.8983311Z [00:02:18.723]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/sha3
2025-08-20T21:58:16.8985660Z [00:02:18.723]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/sha3 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/sha3=>golang.org/x/crypto@v0.39.0/sha3;$WORK/b411=>" -I $WORK/b411/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b411/symabis ./keccakf_amd64.s
2025-08-20T21:58:16.9014491Z [00:02:18.727]➜  go tool buildid -w $WORK/b409/_pkg_.a # internal
2025-08-20T21:58:16.9028733Z [00:02:18.728]➜  cp $WORK/b409/_pkg_.a /root/.cache/go-build/50/50b3e31eb6c263b02ea6d322b87f1e5497fb04f6c70a00a9b748abf9ae22d118-d # internal
2025-08-20T21:58:16.9050798Z [00:02:18.728]➜  github.com/projectdiscovery/hmap/store/cache
2025-08-20T21:58:16.9051689Z [00:02:18.728]➜  mkdir -p $WORK/b414/
2025-08-20T21:58:16.9053113Z [00:02:18.728]➜  cat >/tmp/go-build282983591/b414/importcfg << 'EOF' # internal
2025-08-20T21:58:16.9053742Z [00:02:18.728]➜  # import config
2025-08-20T21:58:16.9054650Z [00:02:18.728]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:16.9055410Z [00:02:18.728]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:16.9056127Z [00:02:18.728]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:16.9056652Z [00:02:18.728]➜  EOF
2025-08-20T21:58:16.9057110Z [00:02:18.728]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:16.9063294Z [00:02:18.728]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b414/_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/b414=>" -p github.com/projectdiscovery/hmap/store/cache -lang=go1.24 -complete -installsuffix shared -buildid Qso7CQFUPS6Bog3Jt50S/Qso7CQFUPS6Bog3Jt50S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b414/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:58:16.9169704Z [00:02:18.742]➜  cat >/tmp/go-build282983591/b411/importcfg << 'EOF' # internal
2025-08-20T21:58:16.9191944Z [00:02:18.742]➜  # import config
2025-08-20T21:58:16.9192607Z [00:02:18.742]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:16.9193396Z [00:02:18.742]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:16.9194235Z [00:02:18.742]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:58:16.9195404Z [00:02:18.742]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:16.9196308Z [00:02:18.743]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:16.9197210Z [00:02:18.743]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build282983591/b358/_pkg_.a
2025-08-20T21:58:16.9198103Z [00:02:18.743]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:16.9198847Z [00:02:18.743]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:16.9199649Z [00:02:18.743]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:16.9200455Z [00:02:18.743]➜  EOF
2025-08-20T21:58:16.9206219Z [00:02:18.743]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b411/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/sha3=>golang.org/x/crypto@v0.39.0/sha3;$WORK/b411=>" -p golang.org/x/crypto/sha3 -lang=go1.23 -installsuffix shared -buildid dVgfODj0G5axTQ3XRObk/dVgfODj0G5axTQ3XRObk -goversion go1.25.0 -symabis $WORK/b411/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b411/importcfg -pack -asmhdr $WORK/b411/go_asm.h /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_amd64.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:58:16.9427005Z [00:02:18.768]➜  go tool buildid -w $WORK/b410/_pkg_.a # internal
2025-08-20T21:58:16.9457674Z [00:02:18.768]➜  cp $WORK/b410/_pkg_.a /root/.cache/go-build/58/582dd168297b487e8428bf484bb76baf128ac8c3df2c395f73850a3ab273e0fc-d # internal
2025-08-20T21:58:16.9458800Z [00:02:18.768]➜  github.com/akrylysov/pogreb/fs
2025-08-20T21:58:16.9459356Z [00:02:18.768]➜  mkdir -p $WORK/b417/
2025-08-20T21:58:16.9460252Z [00:02:18.768]➜  cat >/tmp/go-build282983591/b417/importcfg << 'EOF' # internal
2025-08-20T21:58:16.9460958Z [00:02:18.768]➜  # import config
2025-08-20T21:58:16.9461598Z [00:02:18.768]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:16.9462352Z [00:02:18.768]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:16.9463572Z [00:02:18.768]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:58:16.9464348Z [00:02:18.768]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:16.9465129Z [00:02:18.768]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:16.9465931Z [00:02:18.768]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:16.9466674Z [00:02:18.768]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:16.9467220Z [00:02:18.768]➜  EOF
2025-08-20T21:58:16.9474896Z [00:02:18.768]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b417/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/akrylysov/pogreb@v0.10.2/fs=>github.com/akrylysov/pogreb@v0.10.2/fs;$WORK/b417=>" -p github.com/akrylysov/pogreb/fs -lang=go1.12 -complete -installsuffix shared -buildid F75DA0hI46U7mcu4_cNK/F75DA0hI46U7mcu4_cNK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b417/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:58:17.0014463Z [00:02:18.826]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/sha3
2025-08-20T21:58:17.0023230Z [00:02:18.827]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/sha3 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/sha3=>golang.org/x/crypto@v0.39.0/sha3;$WORK/b411=>" -I $WORK/b411/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b411/keccakf_amd64.o ./keccakf_amd64.s
2025-08-20T21:58:17.0025426Z [00:02:18.827]➜  go tool buildid -w $WORK/b414/_pkg_.a # internal
2025-08-20T21:58:17.0033853Z [00:02:18.829]➜  cp $WORK/b414/_pkg_.a /root/.cache/go-build/34/344c17570fb659cb27cf8bd841f3bc22040606f27e6970f914bb880762e271cb-d # internal
2025-08-20T21:58:17.0044335Z [00:02:18.829]➜  github.com/akrylysov/pogreb/internal/errors
2025-08-20T21:58:17.0044997Z [00:02:18.829]➜  mkdir -p $WORK/b418/
2025-08-20T21:58:17.0045713Z [00:02:18.829]➜  cat >/tmp/go-build282983591/b418/importcfg << 'EOF' # internal
2025-08-20T21:58:17.0048517Z [00:02:18.830]➜  # import config
2025-08-20T21:58:17.0049153Z [00:02:18.830]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:17.0050058Z [00:02:18.830]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:17.0050626Z [00:02:18.830]➜  EOF
2025-08-20T21:58:17.0051109Z [00:02:18.830]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:17.0055089Z [00:02:18.830]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b418/_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/b418=>" -p github.com/akrylysov/pogreb/internal/errors -lang=go1.12 -complete -installsuffix shared -buildid Csr35on90Gu0MWJAIamX/Csr35on90Gu0MWJAIamX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b418/importcfg -pack /root/go/pkg/mod/github.com/akrylysov/pogreb@v0.10.2/internal/errors/errors.go
2025-08-20T21:58:17.0259994Z [00:02:18.851]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/sha3
2025-08-20T21:58:17.0266391Z [00:02:18.851]➜  go tool pack r $WORK/b411/_pkg_.a $WORK/b411/keccakf_amd64.o # internal
2025-08-20T21:58:17.0267210Z [00:02:18.852]➜  go tool buildid -w $WORK/b411/_pkg_.a # internal
2025-08-20T21:58:17.0274861Z [00:02:18.853]➜  go tool buildid -w $WORK/b418/_pkg_.a # internal
2025-08-20T21:58:17.0280939Z [00:02:18.853]➜  cp $WORK/b418/_pkg_.a /root/.cache/go-build/c7/c73b10c95e445fa11086813683863793ace02e5bf47bc6de6606cd8955ff7db6-d # internal
2025-08-20T21:58:17.0282770Z [00:02:18.854]➜  github.com/akrylysov/pogreb/internal/hash
2025-08-20T21:58:17.0285275Z [00:02:18.854]➜  mkdir -p $WORK/b419/
2025-08-20T21:58:17.0291619Z [00:02:18.854]➜  cp $WORK/b411/_pkg_.a /root/.cache/go-build/4b/4b5131c2158d4c2d329879bf6686fdc9105c184c060171a37a4740eaa726a69c-d # internal
2025-08-20T21:58:17.0292930Z [00:02:18.854]➜  cat >/tmp/go-build282983591/b419/importcfg << 'EOF' # internal
2025-08-20T21:58:17.0293559Z [00:02:18.854]➜  # import config
2025-08-20T21:58:17.0294208Z [00:02:18.854]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:17.0295071Z [00:02:18.854]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:17.0295921Z [00:02:18.854]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:17.0296527Z [00:02:18.854]➜  EOF
2025-08-20T21:58:17.0297057Z [00:02:18.854]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:17.0326093Z [00:02:18.857]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b419/_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/b419=>" -p github.com/akrylysov/pogreb/internal/hash -lang=go1.12 -complete -installsuffix shared -buildid aT16m0hUmBrhoQlJkqt8/aT16m0hUmBrhoQlJkqt8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b419/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:58:17.0334760Z [00:02:18.857]➜  github.com/syndtr/goleveldb/leveldb/util
2025-08-20T21:58:17.0335371Z [00:02:18.857]➜  mkdir -p $WORK/b422/
2025-08-20T21:58:17.0336067Z [00:02:18.857]➜  cat >/tmp/go-build282983591/b422/importcfg << 'EOF' # internal
2025-08-20T21:58:17.0336721Z [00:02:18.857]➜  # import config
2025-08-20T21:58:17.0337601Z [00:02:18.857]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:17.0338467Z [00:02:18.857]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:17.0339300Z [00:02:18.857]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:17.0340246Z [00:02:18.857]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:17.0340982Z [00:02:18.857]➜  packagefile hash/crc32=/tmp/go-build282983591/b205/_pkg_.a
2025-08-20T21:58:17.0341704Z [00:02:18.857]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:17.0342390Z [00:02:18.857]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:17.0343121Z [00:02:18.857]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:17.0343853Z [00:02:18.857]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:17.0344374Z [00:02:18.857]➜  EOF
2025-08-20T21:58:17.0350650Z [00:02:18.857]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b422/_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/b422=>" -p github.com/syndtr/goleveldb/leveldb/util -lang=go1.16 -complete -installsuffix shared -buildid UpCGWZ58s5zmfaAHSYn7/UpCGWZ58s5zmfaAHSYn7 -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/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:58:17.0476002Z [00:02:18.873]➜  go tool buildid -w $WORK/b419/_pkg_.a # internal
2025-08-20T21:58:17.0483768Z [00:02:18.874]➜  cp $WORK/b419/_pkg_.a /root/.cache/go-build/7e/7ec21f1436e11eb2a104398c56b4bfd0bf9af0976ecfbc413b59745afb390815-d # internal
2025-08-20T21:58:17.0492658Z [00:02:18.874]➜  github.com/syndtr/goleveldb/leveldb/comparer
2025-08-20T21:58:17.0494137Z [00:02:18.875]➜  mkdir -p $WORK/b423/
2025-08-20T21:58:17.0498474Z [00:02:18.875]➜  cat >/tmp/go-build282983591/b423/importcfg << 'EOF' # internal
2025-08-20T21:58:17.0499692Z [00:02:18.875]➜  # import config
2025-08-20T21:58:17.0502185Z [00:02:18.875]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:17.0502737Z [00:02:18.875]➜  EOF
2025-08-20T21:58:17.0521967Z [00:02:18.877]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b423/_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/b423=>" -p github.com/syndtr/goleveldb/leveldb/comparer -lang=go1.16 -complete -installsuffix shared -buildid dcAuiA03GaaxMYwPLMHw/dcAuiA03GaaxMYwPLMHw -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/comparer/bytes_comparer.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/comparer/comparer.go
2025-08-20T21:58:17.0987142Z [00:02:18.924]➜  go tool buildid -w $WORK/b423/_pkg_.a # internal
2025-08-20T21:58:17.0994116Z [00:02:18.924]➜  cp $WORK/b423/_pkg_.a /root/.cache/go-build/a2/a20525e6215625fc75079bb50fe02dd599a173dd7f0cffaa033390520ce335c8-d # internal
2025-08-20T21:58:17.1011409Z [00:02:18.926]➜  github.com/syndtr/goleveldb/leveldb/storage
2025-08-20T21:58:17.1014656Z [00:02:18.927]➜  mkdir -p $WORK/b425/
2025-08-20T21:58:17.1021589Z [00:02:18.927]➜  cat >/tmp/go-build282983591/b425/importcfg << 'EOF' # internal
2025-08-20T21:58:17.1027639Z [00:02:18.927]➜  # import config
2025-08-20T21:58:17.1028354Z [00:02:18.927]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:17.1029207Z [00:02:18.927]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:17.1030602Z [00:02:18.927]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:17.1031477Z [00:02:18.927]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:17.1032308Z [00:02:18.927]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:58:17.1033141Z [00:02:18.927]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:17.1034002Z [00:02:18.927]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:17.1034905Z [00:02:18.927]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:17.1035723Z [00:02:18.927]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:17.1036559Z [00:02:18.927]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:17.1037410Z [00:02:18.927]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:17.1038398Z [00:02:18.927]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:17.1039230Z [00:02:18.927]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:17.1040263Z [00:02:18.927]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:17.1040898Z [00:02:18.927]➜  EOF
2025-08-20T21:58:17.1077160Z [00:02:18.932]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b425/_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/b425=>" -p github.com/syndtr/goleveldb/leveldb/storage -lang=go1.16 -complete -installsuffix shared -buildid wzdR9tN98jcfLKKaq-5f/wzdR9tN98jcfLKKaq-5f -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/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:58:17.1262782Z [00:02:18.951]➜  go tool buildid -w $WORK/b422/_pkg_.a # internal
2025-08-20T21:58:17.1293267Z [00:02:18.954]➜  cp $WORK/b422/_pkg_.a /root/.cache/go-build/96/966a6f4d5e77525bf2ab54318dd3cfd08734a2f4a94650f6778cd7820180a930-d # internal
2025-08-20T21:58:17.1300229Z [00:02:18.955]➜  github.com/syndtr/goleveldb/leveldb/cache
2025-08-20T21:58:17.1300877Z [00:02:18.955]➜  mkdir -p $WORK/b421/
2025-08-20T21:58:17.1306145Z [00:02:18.956]➜  cat >/tmp/go-build282983591/b421/importcfg << 'EOF' # internal
2025-08-20T21:58:17.1307591Z [00:02:18.956]➜  # import config
2025-08-20T21:58:17.1310561Z [00:02:18.956]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build282983591/b422/_pkg_.a
2025-08-20T21:58:17.1311812Z [00:02:18.956]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:17.1314592Z [00:02:18.956]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:17.1315279Z [00:02:18.956]➜  EOF
2025-08-20T21:58:17.1319672Z [00:02:18.956]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b421/_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/b421=>" -p github.com/syndtr/goleveldb/leveldb/cache -lang=go1.16 -complete -installsuffix shared -buildid byQ4gmkc9jkkvbR9SEk2/byQ4gmkc9jkkvbR9SEk2 -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/cache/cache.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/cache/lru.go
2025-08-20T21:58:17.1556418Z [00:02:18.981]➜  go tool buildid -w $WORK/b417/_pkg_.a # internal
2025-08-20T21:58:17.1621554Z [00:02:18.987]➜  cp $WORK/b417/_pkg_.a /root/.cache/go-build/8e/8e069a11a851aec245b41485c667ef87e4378b410d2ff66e7eaa1e2b22f7069c-d # internal
2025-08-20T21:58:17.1658354Z [00:02:18.991]➜  github.com/akrylysov/pogreb
2025-08-20T21:58:17.1671861Z [00:02:18.991]➜  mkdir -p $WORK/b416/
2025-08-20T21:58:17.1685638Z [00:02:18.993]➜  cat >/tmp/go-build282983591/b416/importcfg << 'EOF' # internal
2025-08-20T21:58:17.1692742Z [00:02:18.994]➜  # import config
2025-08-20T21:58:17.1693396Z [00:02:18.994]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:17.1694215Z [00:02:18.994]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:17.1695018Z [00:02:18.994]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:17.1695881Z [00:02:18.994]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:17.1696779Z [00:02:18.994]➜  packagefile encoding/gob=/tmp/go-build282983591/b333/_pkg_.a
2025-08-20T21:58:17.1697634Z [00:02:18.994]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:17.1698426Z [00:02:18.994]➜  packagefile expvar=/tmp/go-build282983591/b304/_pkg_.a
2025-08-20T21:58:17.1699196Z [00:02:18.994]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:17.1700430Z [00:02:18.994]➜  packagefile github.com/akrylysov/pogreb/fs=/tmp/go-build282983591/b417/_pkg_.a
2025-08-20T21:58:17.1701677Z [00:02:18.994]➜  packagefile github.com/akrylysov/pogreb/internal/errors=/tmp/go-build282983591/b418/_pkg_.a
2025-08-20T21:58:17.1703000Z [00:02:18.994]➜  packagefile github.com/akrylysov/pogreb/internal/hash=/tmp/go-build282983591/b419/_pkg_.a
2025-08-20T21:58:17.1704039Z [00:02:18.994]➜  packagefile hash/crc32=/tmp/go-build282983591/b205/_pkg_.a
2025-08-20T21:58:17.1704823Z [00:02:18.994]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:17.1705564Z [00:02:18.994]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:17.1706310Z [00:02:18.994]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:17.1707038Z [00:02:18.994]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:17.1707832Z [00:02:18.994]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:17.1708674Z [00:02:18.994]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:17.1709459Z [00:02:18.994]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:17.1710461Z [00:02:18.994]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:17.1711543Z [00:02:18.994]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:17.1712356Z [00:02:18.994]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:17.1713142Z [00:02:18.994]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:17.1713721Z [00:02:18.994]➜  EOF
2025-08-20T21:58:17.1724650Z [00:02:18.994]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b416/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/akrylysov/pogreb@v0.10.2=>github.com/akrylysov/pogreb@v0.10.2;$WORK/b416=>" -p github.com/akrylysov/pogreb -lang=go1.12 -complete -installsuffix shared -buildid d20JCII5UA4Q1lbuCnDE/d20JCII5UA4Q1lbuCnDE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b416/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:58:17.2196213Z [00:02:19.045]➜  go tool buildid -w $WORK/b421/_pkg_.a # internal
2025-08-20T21:58:17.2229498Z [00:02:19.048]➜  cp $WORK/b421/_pkg_.a /root/.cache/go-build/40/400c519980506d0b546c996385e7a4be1b6cc824e86b2ae3ee28430748c6b397-d # internal
2025-08-20T21:58:17.2232077Z [00:02:19.048]➜  github.com/syndtr/goleveldb/leveldb/filter
2025-08-20T21:58:17.2234193Z [00:02:19.048]➜  mkdir -p $WORK/b426/
2025-08-20T21:58:17.2240793Z [00:02:19.049]➜  cat >/tmp/go-build282983591/b426/importcfg << 'EOF' # internal
2025-08-20T21:58:17.2243729Z [00:02:19.050]➜  # import config
2025-08-20T21:58:17.2246103Z [00:02:19.050]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build282983591/b422/_pkg_.a
2025-08-20T21:58:17.2247003Z [00:02:19.050]➜  EOF
2025-08-20T21:58:17.2252493Z [00:02:19.050]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b426/_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/b426=>" -p github.com/syndtr/goleveldb/leveldb/filter -lang=go1.16 -complete -installsuffix shared -buildid 3ZH2kmmhOj-XFxRaHL5T/3ZH2kmmhOj-XFxRaHL5T -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/filter/bloom.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/filter/filter.go
2025-08-20T21:58:17.2449053Z [00:02:19.070]➜  go tool buildid -w $WORK/b426/_pkg_.a # internal
2025-08-20T21:58:17.2458700Z [00:02:19.071]➜  cp $WORK/b426/_pkg_.a /root/.cache/go-build/ab/abb19349e182f36c5dd07d55cdbda2fc1708cca1a453a3342c14a38da8ee8962-d # internal
2025-08-20T21:58:17.2463947Z [00:02:19.071]➜  github.com/syndtr/goleveldb/leveldb/opt
2025-08-20T21:58:17.2464556Z [00:02:19.071]➜  mkdir -p $WORK/b430/
2025-08-20T21:58:17.2465263Z [00:02:19.072]➜  cat >/tmp/go-build282983591/b430/importcfg << 'EOF' # internal
2025-08-20T21:58:17.2487629Z [00:02:19.074]➜  # import config
2025-08-20T21:58:17.2488928Z [00:02:19.074]➜  packagefile github.com/syndtr/goleveldb/leveldb/cache=/tmp/go-build282983591/b421/_pkg_.a
2025-08-20T21:58:17.2490765Z [00:02:19.074]➜  packagefile github.com/syndtr/goleveldb/leveldb/comparer=/tmp/go-build282983591/b423/_pkg_.a
2025-08-20T21:58:17.2494978Z [00:02:19.074]➜  packagefile github.com/syndtr/goleveldb/leveldb/filter=/tmp/go-build282983591/b426/_pkg_.a
2025-08-20T21:58:17.2496467Z [00:02:19.074]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:17.2497509Z [00:02:19.074]➜  EOF
2025-08-20T21:58:17.2501588Z [00:02:19.074]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b430/_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/b430=>" -p github.com/syndtr/goleveldb/leveldb/opt -lang=go1.16 -complete -installsuffix shared -buildid 3xutGxUugbvJH24qoH3Y/3xutGxUugbvJH24qoH3Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b430/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/opt/options.go
2025-08-20T21:58:17.3018557Z [00:02:19.127]➜  go tool buildid -w $WORK/b254/_pkg_.a # internal
2025-08-20T21:58:17.3049572Z [00:02:19.130]➜  go tool buildid -w $WORK/b430/_pkg_.a # internal
2025-08-20T21:58:17.3059497Z [00:02:19.131]➜  cp $WORK/b430/_pkg_.a /root/.cache/go-build/72/72b3950c87c6473b3dff3f11256ece8f2f3a59bda0221e4d248fd3e7b07de839-d # internal
2025-08-20T21:58:17.3081379Z [00:02:19.133]➜  github.com/golang/snappy
2025-08-20T21:58:17.3084357Z [00:02:19.133]➜  mkdir -p $WORK/b432/
2025-08-20T21:58:17.3145991Z [00:02:19.140]➜  echo -n > $WORK/b432/go_asm.h # internal
2025-08-20T21:58:17.3147405Z [00:02:19.140]➜  cd /root/go/pkg/mod/github.com/golang/snappy@v0.0.4
2025-08-20T21:58:17.3155009Z [00:02:19.140]➜  /root/.go/pkg/tool/linux_amd64/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/b432=>" -I $WORK/b432/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b432/symabis ./decode_amd64.s ./encode_amd64.s
2025-08-20T21:58:17.3258806Z [00:02:19.151]➜  cat >/tmp/go-build282983591/b432/importcfg << 'EOF' # internal
2025-08-20T21:58:17.3263505Z [00:02:19.151]➜  # import config
2025-08-20T21:58:17.3264261Z [00:02:19.151]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:17.3265116Z [00:02:19.151]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:17.3265855Z [00:02:19.151]➜  packagefile hash/crc32=/tmp/go-build282983591/b205/_pkg_.a
2025-08-20T21:58:17.3266538Z [00:02:19.151]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:17.3267116Z [00:02:19.151]➜  EOF
2025-08-20T21:58:17.3273974Z [00:02:19.152]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:17.3279745Z [00:02:19.152]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b432/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang/snappy@v0.0.4=>github.com/golang/snappy@v0.0.4;$WORK/b432=>" -p github.com/golang/snappy -lang=go1.16 -installsuffix shared -buildid 6eH0GjqbZ_m2s3z_d0gx/6eH0GjqbZ_m2s3z_d0gx -goversion go1.25.0 -symabis $WORK/b432/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b432/importcfg -pack -asmhdr $WORK/b432/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:58:17.3349307Z [00:02:19.160]➜  cp $WORK/b254/_pkg_.a /root/.cache/go-build/a3/a3dc3d4328d1e72378008fd6ae5274cc05e88450a08de12e46857f73dd10b71f-d # internal
2025-08-20T21:58:17.3361354Z [00:02:19.161]➜  github.com/bodgit/sevenzip/internal/brotli
2025-08-20T21:58:17.3363095Z [00:02:19.161]➜  mkdir -p $WORK/b275/
2025-08-20T21:58:17.3363913Z [00:02:19.161]➜  cat >/tmp/go-build282983591/b275/importcfg << 'EOF' # internal
2025-08-20T21:58:17.3364632Z [00:02:19.161]➜  # import config
2025-08-20T21:58:17.3365314Z [00:02:19.161]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:17.3366190Z [00:02:19.161]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:17.3367413Z [00:02:19.161]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:17.3368222Z [00:02:19.161]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:17.3369203Z [00:02:19.161]➜  packagefile github.com/andybalholm/brotli=/tmp/go-build282983591/b254/_pkg_.a
2025-08-20T21:58:17.3370499Z [00:02:19.161]➜  packagefile github.com/bodgit/plumbing=/tmp/go-build282983591/b257/_pkg_.a
2025-08-20T21:58:17.3371465Z [00:02:19.161]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:17.3372308Z [00:02:19.161]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:17.3372921Z [00:02:19.161]➜  EOF
2025-08-20T21:58:17.3376767Z [00:02:19.161]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b275/_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/b275=>" -p github.com/bodgit/sevenzip/internal/brotli -lang=go1.19 -complete -installsuffix shared -buildid S_UpvppR57VI39eMZDxJ/S_UpvppR57VI39eMZDxJ -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/brotli/reader.go
2025-08-20T21:58:17.3783373Z [00:02:19.202]➜  cd /root/go/pkg/mod/github.com/golang/snappy@v0.0.4
2025-08-20T21:58:17.3785958Z [00:02:19.204]➜  /root/.go/pkg/tool/linux_amd64/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/b432=>" -I $WORK/b432/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b432/decode_amd64.o ./decode_amd64.s
2025-08-20T21:58:17.3831477Z [00:02:19.208]➜  go tool buildid -w $WORK/b275/_pkg_.a # internal
2025-08-20T21:58:17.3841877Z [00:02:19.209]➜  cp $WORK/b275/_pkg_.a /root/.cache/go-build/5f/5fd88cd407b5a6f2a26b1ae6cb7296761d438a5ae88f17d800244be69b695990-d # internal
2025-08-20T21:58:17.3857663Z [00:02:19.211]➜  github.com/bodgit/sevenzip
2025-08-20T21:58:17.3858786Z [00:02:19.211]➜  mkdir -p $WORK/b256/
2025-08-20T21:58:17.3861027Z [00:02:19.211]➜  cat >/tmp/go-build282983591/b256/importcfg << 'EOF' # internal
2025-08-20T21:58:17.3861669Z [00:02:19.211]➜  # import config
2025-08-20T21:58:17.3862283Z [00:02:19.211]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:17.3865514Z [00:02:19.211]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:17.3866448Z [00:02:19.211]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:17.3867269Z [00:02:19.211]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:17.3868005Z [00:02:19.211]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:17.3868922Z [00:02:19.211]➜  packagefile github.com/bodgit/plumbing=/tmp/go-build282983591/b257/_pkg_.a
2025-08-20T21:58:17.3870229Z [00:02:19.211]➜  packagefile github.com/bodgit/sevenzip/internal/aes7z=/tmp/go-build282983591/b258/_pkg_.a
2025-08-20T21:58:17.3871490Z [00:02:19.211]➜  packagefile github.com/bodgit/sevenzip/internal/bcj2=/tmp/go-build282983591/b270/_pkg_.a
2025-08-20T21:58:17.3872731Z [00:02:19.211]➜  packagefile github.com/bodgit/sevenzip/internal/bra=/tmp/go-build282983591/b274/_pkg_.a
2025-08-20T21:58:17.3873940Z [00:02:19.211]➜  packagefile github.com/bodgit/sevenzip/internal/brotli=/tmp/go-build282983591/b275/_pkg_.a
2025-08-20T21:58:17.3875157Z [00:02:19.211]➜  packagefile github.com/bodgit/sevenzip/internal/bzip2=/tmp/go-build282983591/b276/_pkg_.a
2025-08-20T21:58:17.3876380Z [00:02:19.211]➜  packagefile github.com/bodgit/sevenzip/internal/deflate=/tmp/go-build282983591/b278/_pkg_.a
2025-08-20T21:58:17.3877567Z [00:02:19.211]➜  packagefile github.com/bodgit/sevenzip/internal/delta=/tmp/go-build282983591/b281/_pkg_.a
2025-08-20T21:58:17.3878742Z [00:02:19.211]➜  packagefile github.com/bodgit/sevenzip/internal/lz4=/tmp/go-build282983591/b282/_pkg_.a
2025-08-20T21:58:17.3892128Z [00:02:19.211]➜  packagefile github.com/bodgit/sevenzip/internal/lzma=/tmp/go-build282983591/b288/_pkg_.a
2025-08-20T21:58:17.3893775Z [00:02:19.211]➜  packagefile github.com/bodgit/sevenzip/internal/lzma2=/tmp/go-build282983591/b292/_pkg_.a
2025-08-20T21:58:17.3895066Z [00:02:19.211]➜  packagefile github.com/bodgit/sevenzip/internal/pool=/tmp/go-build282983591/b293/_pkg_.a
2025-08-20T21:58:17.3896341Z [00:02:19.211]➜  packagefile github.com/bodgit/sevenzip/internal/util=/tmp/go-build282983591/b271/_pkg_.a
2025-08-20T21:58:17.3897621Z [00:02:19.211]➜  packagefile github.com/bodgit/sevenzip/internal/zstd=/tmp/go-build282983591/b294/_pkg_.a
2025-08-20T21:58:17.3898764Z [00:02:19.211]➜  packagefile github.com/bodgit/windows=/tmp/go-build282983591/b302/_pkg_.a
2025-08-20T21:58:17.3900043Z [00:02:19.211]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build282983591/b272/_pkg_.a
2025-08-20T21:58:17.3901120Z [00:02:19.211]➜  packagefile go4.org/readerutil=/tmp/go-build282983591/b303/_pkg_.a
2025-08-20T21:58:17.3902211Z [00:02:19.211]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build282983591/b263/_pkg_.a
2025-08-20T21:58:17.3903333Z [00:02:19.211]➜  packagefile golang.org/x/text/transform=/tmp/go-build282983591/b266/_pkg_.a
2025-08-20T21:58:17.3904246Z [00:02:19.211]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:17.3905053Z [00:02:19.211]➜  packagefile hash/crc32=/tmp/go-build282983591/b205/_pkg_.a
2025-08-20T21:58:17.3905833Z [00:02:19.211]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:17.3906584Z [00:02:19.211]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:58:17.3907372Z [00:02:19.211]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:17.3908133Z [00:02:19.211]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:17.3909058Z [00:02:19.211]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:58:17.3910059Z [00:02:19.211]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:17.3910908Z [00:02:19.211]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:17.3911679Z [00:02:19.211]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:17.3912433Z [00:02:19.211]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:17.3913169Z [00:02:19.211]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:17.3913735Z [00:02:19.211]➜  EOF
2025-08-20T21:58:17.3914224Z [00:02:19.211]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:17.3918862Z [00:02:19.211]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b256/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0=>github.com/bodgit/sevenzip@v1.6.0;$WORK/b256=>" -p github.com/bodgit/sevenzip -lang=go1.19 -complete -installsuffix shared -buildid BqpDfn-9A9-u3qR-5AR4/BqpDfn-9A9-u3qR-5AR4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b256/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:58:17.3923239Z [00:02:19.214]➜  cd /root/go/pkg/mod/github.com/golang/snappy@v0.0.4
2025-08-20T21:58:17.3925583Z [00:02:19.214]➜  /root/.go/pkg/tool/linux_amd64/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/b432=>" -I $WORK/b432/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b432/encode_amd64.o ./encode_amd64.s
2025-08-20T21:58:17.3968185Z [00:02:19.222]➜  go tool buildid -w $WORK/b425/_pkg_.a # internal
2025-08-20T21:58:17.3994564Z [00:02:19.225]➜  go tool pack r $WORK/b432/_pkg_.a $WORK/b432/decode_amd64.o $WORK/b432/encode_amd64.o # internal
2025-08-20T21:58:17.3998607Z [00:02:19.225]➜  go tool buildid -w $WORK/b432/_pkg_.a # internal
2025-08-20T21:58:17.4000311Z [00:02:19.225]➜  cp $WORK/b432/_pkg_.a /root/.cache/go-build/9a/9a8cea2cd97abef78d72ff47f29ae8fec7b844cfbae032edf7366ec3b6d10a8d-d # internal
2025-08-20T21:58:17.4006871Z [00:02:19.226]➜  cp $WORK/b425/_pkg_.a /root/.cache/go-build/08/08b62712503408727f8dd37955845984918d26cbef79cca59895cf201f67a2ac-d # internal
2025-08-20T21:58:17.4008052Z [00:02:19.226]➜  github.com/syndtr/goleveldb/leveldb/errors
2025-08-20T21:58:17.4008662Z [00:02:19.226]➜  mkdir -p $WORK/b424/
2025-08-20T21:58:17.4011296Z [00:02:19.226]➜  cat >/tmp/go-build282983591/b424/importcfg << 'EOF' # internal
2025-08-20T21:58:17.4012454Z [00:02:19.226]➜  # import config
2025-08-20T21:58:17.4013264Z [00:02:19.226]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:17.4014015Z [00:02:19.226]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:17.4015036Z [00:02:19.226]➜  packagefile github.com/syndtr/goleveldb/leveldb/storage=/tmp/go-build282983591/b425/_pkg_.a
2025-08-20T21:58:17.4016318Z [00:02:19.226]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build282983591/b422/_pkg_.a
2025-08-20T21:58:17.4017161Z [00:02:19.226]➜  EOF
2025-08-20T21:58:17.4017674Z [00:02:19.226]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:17.4021968Z [00:02:19.226]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b424/_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/b424=>" -p github.com/syndtr/goleveldb/leveldb/errors -lang=go1.16 -complete -installsuffix shared -buildid DinoW47ltVKmUSiknS6n/DinoW47ltVKmUSiknS6n -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/errors/errors.go
2025-08-20T21:58:17.4041490Z [00:02:19.229]➜  github.com/refraction-networking/utls
2025-08-20T21:58:17.4042424Z [00:02:19.229]➜  mkdir -p $WORK/b350/
2025-08-20T21:58:17.4043136Z [00:02:19.229]➜  cat >/tmp/go-build282983591/b350/importcfg << 'EOF' # internal
2025-08-20T21:58:17.4043788Z [00:02:19.229]➜  # import config
2025-08-20T21:58:17.4045458Z [00:02:19.229]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:17.4046243Z [00:02:19.230]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:17.4047082Z [00:02:19.230]➜  packagefile compress/zlib=/tmp/go-build282983591/b169/_pkg_.a
2025-08-20T21:58:17.4047965Z [00:02:19.230]➜  packagefile container/list=/tmp/go-build282983591/b106/_pkg_.a
2025-08-20T21:58:17.4048777Z [00:02:19.230]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:17.4049536Z [00:02:19.230]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:17.4050489Z [00:02:19.230]➜  packagefile crypto/aes=/tmp/go-build282983591/b108/_pkg_.a
2025-08-20T21:58:17.4051392Z [00:02:19.230]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:58:17.4052310Z [00:02:19.230]➜  packagefile crypto/des=/tmp/go-build282983591/b109/_pkg_.a
2025-08-20T21:58:17.4053217Z [00:02:19.230]➜  packagefile crypto/ecdh=/tmp/go-build282983591/b110/_pkg_.a
2025-08-20T21:58:17.4054100Z [00:02:19.230]➜  packagefile crypto/ecdsa=/tmp/go-build282983591/b115/_pkg_.a
2025-08-20T21:58:17.4055022Z [00:02:19.230]➜  packagefile crypto/ed25519=/tmp/go-build282983591/b130/_pkg_.a
2025-08-20T21:58:17.4055965Z [00:02:19.230]➜  packagefile crypto/elliptic=/tmp/go-build282983591/b116/_pkg_.a
2025-08-20T21:58:17.4056859Z [00:02:19.230]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:58:17.4057734Z [00:02:19.230]➜  packagefile crypto/md5=/tmp/go-build282983591/b073/_pkg_.a
2025-08-20T21:58:17.4058623Z [00:02:19.230]➜  packagefile crypto/mlkem=/tmp/go-build282983591/b351/_pkg_.a
2025-08-20T21:58:17.4059550Z [00:02:19.230]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:17.4060821Z [00:02:19.230]➜  packagefile crypto/rc4=/tmp/go-build282983591/b147/_pkg_.a
2025-08-20T21:58:17.4061703Z [00:02:19.230]➜  packagefile crypto/rsa=/tmp/go-build282983591/b148/_pkg_.a
2025-08-20T21:58:17.4062868Z [00:02:19.230]➜  packagefile crypto/sha1=/tmp/go-build282983591/b095/_pkg_.a
2025-08-20T21:58:17.4063785Z [00:02:19.230]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:17.4064691Z [00:02:19.230]➜  packagefile crypto/sha512=/tmp/go-build282983591/b126/_pkg_.a
2025-08-20T21:58:17.4065591Z [00:02:19.230]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:58:17.4066463Z [00:02:19.230]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:58:17.4067447Z [00:02:19.230]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:17.4090097Z [00:02:19.230]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:17.4091040Z [00:02:19.230]➜  packagefile encoding/pem=/tmp/go-build282983591/b157/_pkg_.a
2025-08-20T21:58:17.4091855Z [00:02:19.230]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:17.4096500Z [00:02:19.230]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:17.4100763Z [00:02:19.230]➜  packagefile github.com/andybalholm/brotli=/tmp/go-build282983591/b254/_pkg_.a
2025-08-20T21:58:17.4101990Z [00:02:19.230]➜  packagefile github.com/cloudflare/circl/hpke=/tmp/go-build282983591/b352/_pkg_.a
2025-08-20T21:58:17.4103164Z [00:02:19.230]➜  packagefile github.com/cloudflare/circl/kem=/tmp/go-build282983591/b362/_pkg_.a
2025-08-20T21:58:17.4104327Z [00:02:19.230]➜  packagefile github.com/cloudflare/circl/pki=/tmp/go-build282983591/b376/_pkg_.a
2025-08-20T21:58:17.4105489Z [00:02:19.230]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build282983591/b377/_pkg_.a
2025-08-20T21:58:17.4106800Z [00:02:19.230]➜  packagefile github.com/cloudflare/circl/sign/eddilithium3=/tmp/go-build282983591/b393/_pkg_.a
2025-08-20T21:58:17.4108357Z [00:02:19.230]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build282983591/b295/_pkg_.a
2025-08-20T21:58:17.4109699Z [00:02:19.230]➜  packagefile github.com/refraction-networking/utls/dicttls=/tmp/go-build282983591/b400/_pkg_.a
2025-08-20T21:58:17.4114182Z [00:02:19.230]➜  packagefile github.com/refraction-networking/utls/internal/boring=/tmp/go-build282983591/b401/_pkg_.a
2025-08-20T21:58:17.4115757Z [00:02:19.230]➜  packagefile github.com/refraction-networking/utls/internal/byteorder=/tmp/go-build282983591/b402/_pkg_.a
2025-08-20T21:58:17.4117369Z [00:02:19.230]➜  packagefile github.com/refraction-networking/utls/internal/fips140tls=/tmp/go-build282983591/b403/_pkg_.a
2025-08-20T21:58:17.4118930Z [00:02:19.230]➜  packagefile github.com/refraction-networking/utls/internal/helper=/tmp/go-build282983591/b404/_pkg_.a
2025-08-20T21:58:17.4120608Z [00:02:19.230]➜  packagefile github.com/refraction-networking/utls/internal/hkdf=/tmp/go-build282983591/b405/_pkg_.a
2025-08-20T21:58:17.4122067Z [00:02:19.230]➜  packagefile github.com/refraction-networking/utls/internal/hpke=/tmp/go-build282983591/b406/_pkg_.a
2025-08-20T21:58:17.4123558Z [00:02:19.230]➜  packagefile github.com/refraction-networking/utls/internal/quicvarint=/tmp/go-build282983591/b407/_pkg_.a
2025-08-20T21:58:17.4125066Z [00:02:19.230]➜  packagefile github.com/refraction-networking/utls/internal/tls12=/tmp/go-build282983591/b409/_pkg_.a
2025-08-20T21:58:17.4126502Z [00:02:19.230]➜  packagefile github.com/refraction-networking/utls/internal/tls13=/tmp/go-build282983591/b410/_pkg_.a
2025-08-20T21:58:17.4127826Z [00:02:19.230]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build282983591/b371/_pkg_.a
2025-08-20T21:58:17.4129033Z [00:02:19.230]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build282983591/b356/_pkg_.a
2025-08-20T21:58:17.4130339Z [00:02:19.230]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build282983591/b375/_pkg_.a
2025-08-20T21:58:17.4131419Z [00:02:19.230]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build282983591/b411/_pkg_.a
2025-08-20T21:58:17.4132403Z [00:02:19.230]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build282983591/b358/_pkg_.a
2025-08-20T21:58:17.4133525Z [00:02:19.230]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:17.4134272Z [00:02:19.230]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:17.4135010Z [00:02:19.230]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:17.4135754Z [00:02:19.230]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:17.4136532Z [00:02:19.230]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:17.4137342Z [00:02:19.230]➜  packagefile math/rand=/tmp/go-build282983591/b118/_pkg_.a
2025-08-20T21:58:17.4138121Z [00:02:19.230]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:17.4138849Z [00:02:19.230]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:17.4139625Z [00:02:19.230]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:17.4146780Z [00:02:19.230]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:17.4147600Z [00:02:19.230]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:17.4148427Z [00:02:19.230]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:17.4149225Z [00:02:19.230]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:17.4150174Z [00:02:19.230]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:17.4151041Z [00:02:19.230]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:17.4151916Z [00:02:19.230]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:17.4152524Z [00:02:19.230]➜  EOF
2025-08-20T21:58:17.4183970Z [00:02:19.230]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b350/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/refraction-networking/utls@v1.7.1=>github.com/refraction-networking/utls@v1.7.1;$WORK/b350=>" -p github.com/refraction-networking/utls -lang=go1.24 -complete -installsuffix shared -buildid KAObz7JTepYAH_ItwrHl/KAObz7JTepYAH_ItwrHl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b350/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:58:17.4343790Z [00:02:19.260]➜  go tool buildid -w $WORK/b424/_pkg_.a # internal
2025-08-20T21:58:17.4350308Z [00:02:19.260]➜  cp $WORK/b424/_pkg_.a /root/.cache/go-build/3d/3d04e4c082a2bd6b9eee78785c91753a3f51f7c5da5bb479741ca0c5c1eda258-d # internal
2025-08-20T21:58:17.4352777Z [00:02:19.260]➜  github.com/syndtr/goleveldb/leveldb/iterator
2025-08-20T21:58:17.4353423Z [00:02:19.260]➜  mkdir -p $WORK/b427/
2025-08-20T21:58:17.4356725Z [00:02:19.261]➜  cat >/tmp/go-build282983591/b427/importcfg << 'EOF' # internal
2025-08-20T21:58:17.4357412Z [00:02:19.261]➜  # import config
2025-08-20T21:58:17.4358361Z [00:02:19.261]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:17.4359501Z [00:02:19.261]➜  packagefile github.com/syndtr/goleveldb/leveldb/comparer=/tmp/go-build282983591/b423/_pkg_.a
2025-08-20T21:58:17.4361101Z [00:02:19.261]➜  packagefile github.com/syndtr/goleveldb/leveldb/errors=/tmp/go-build282983591/b424/_pkg_.a
2025-08-20T21:58:17.4362386Z [00:02:19.261]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build282983591/b422/_pkg_.a
2025-08-20T21:58:17.4363213Z [00:02:19.261]➜  EOF
2025-08-20T21:58:17.4368923Z [00:02:19.261]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b427/_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/b427=>" -p github.com/syndtr/goleveldb/leveldb/iterator -lang=go1.16 -complete -installsuffix shared -buildid KX1THKsFXMEeCrsNIdwX/KX1THKsFXMEeCrsNIdwX -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/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:58:17.4802423Z [00:02:19.305]➜  go tool buildid -w $WORK/b416/_pkg_.a # internal
2025-08-20T21:58:17.4839515Z [00:02:19.309]➜  cp $WORK/b416/_pkg_.a /root/.cache/go-build/13/133c7a09daf7a91a00e7ebb482324e6a5bb75e880887d180eda6730bef0ddc99-d # internal
2025-08-20T21:58:17.4855431Z [00:02:19.309]➜  github.com/syndtr/goleveldb/leveldb/journal
2025-08-20T21:58:17.4856125Z [00:02:19.309]➜  mkdir -p $WORK/b428/
2025-08-20T21:58:17.4856929Z [00:02:19.310]➜  cat >/tmp/go-build282983591/b428/importcfg << 'EOF' # internal
2025-08-20T21:58:17.4857622Z [00:02:19.310]➜  # import config
2025-08-20T21:58:17.4858318Z [00:02:19.310]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:17.4859203Z [00:02:19.310]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:17.4860403Z [00:02:19.310]➜  packagefile github.com/syndtr/goleveldb/leveldb/errors=/tmp/go-build282983591/b424/_pkg_.a
2025-08-20T21:58:17.4863455Z [00:02:19.310]➜  packagefile github.com/syndtr/goleveldb/leveldb/storage=/tmp/go-build282983591/b425/_pkg_.a
2025-08-20T21:58:17.4864716Z [00:02:19.310]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build282983591/b422/_pkg_.a
2025-08-20T21:58:17.4865674Z [00:02:19.310]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:17.4866254Z [00:02:19.310]➜  EOF
2025-08-20T21:58:17.4870201Z [00:02:19.310]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b428/_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/b428=>" -p github.com/syndtr/goleveldb/leveldb/journal -lang=go1.16 -complete -installsuffix shared -buildid VOY_Ho4NeyNHrG_no2dN/VOY_Ho4NeyNHrG_no2dN -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/journal/journal.go
2025-08-20T21:58:17.5140967Z [00:02:19.339]➜  go tool buildid -w $WORK/b427/_pkg_.a # internal
2025-08-20T21:58:17.5161967Z [00:02:19.341]➜  cp $WORK/b427/_pkg_.a /root/.cache/go-build/fb/fbb2cdef408366e3dc9fa4573b029e344f9903665b975d690fe952bc4e60fed7-d # internal
2025-08-20T21:58:17.5169131Z [00:02:19.342]➜  github.com/syndtr/goleveldb/leveldb/memdb
2025-08-20T21:58:17.5171005Z [00:02:19.342]➜  mkdir -p $WORK/b429/
2025-08-20T21:58:17.5178735Z [00:02:19.343]➜  cat >/tmp/go-build282983591/b429/importcfg << 'EOF' # internal
2025-08-20T21:58:17.5179564Z [00:02:19.343]➜  # import config
2025-08-20T21:58:17.5180716Z [00:02:19.343]➜  packagefile github.com/syndtr/goleveldb/leveldb/comparer=/tmp/go-build282983591/b423/_pkg_.a
2025-08-20T21:58:17.5182540Z [00:02:19.343]➜  packagefile github.com/syndtr/goleveldb/leveldb/errors=/tmp/go-build282983591/b424/_pkg_.a
2025-08-20T21:58:17.5184122Z [00:02:19.343]➜  packagefile github.com/syndtr/goleveldb/leveldb/iterator=/tmp/go-build282983591/b427/_pkg_.a
2025-08-20T21:58:17.5185690Z [00:02:19.343]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build282983591/b422/_pkg_.a
2025-08-20T21:58:17.5186953Z [00:02:19.343]➜  packagefile math/rand=/tmp/go-build282983591/b118/_pkg_.a
2025-08-20T21:58:17.5187936Z [00:02:19.343]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:17.5188682Z [00:02:19.343]➜  EOF
2025-08-20T21:58:17.5192573Z [00:02:19.343]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b429/_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/b429=>" -p github.com/syndtr/goleveldb/leveldb/memdb -lang=go1.16 -complete -installsuffix shared -buildid M0aPnwNtfrNGi6FUs37h/M0aPnwNtfrNGi6FUs37h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b429/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb/memdb/memdb.go
2025-08-20T21:58:17.5349534Z [00:02:19.360]➜  go tool buildid -w $WORK/b428/_pkg_.a # internal
2025-08-20T21:58:17.5360707Z [00:02:19.361]➜  cp $WORK/b428/_pkg_.a /root/.cache/go-build/0d/0d0720b761bba3542979a7588fa38139c889795cac3d40345d69220482a24178-d # internal
2025-08-20T21:58:17.5364399Z [00:02:19.362]➜  github.com/syndtr/goleveldb/leveldb/table
2025-08-20T21:58:17.5365020Z [00:02:19.362]➜  mkdir -p $WORK/b431/
2025-08-20T21:58:17.5370909Z [00:02:19.362]➜  cat >/tmp/go-build282983591/b431/importcfg << 'EOF' # internal
2025-08-20T21:58:17.5375186Z [00:02:19.362]➜  # import config
2025-08-20T21:58:17.5379464Z [00:02:19.362]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:17.5391769Z [00:02:19.362]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:17.5392618Z [00:02:19.362]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:17.5393603Z [00:02:19.362]➜  packagefile github.com/golang/snappy=/tmp/go-build282983591/b432/_pkg_.a
2025-08-20T21:58:17.5394862Z [00:02:19.362]➜  packagefile github.com/syndtr/goleveldb/leveldb/cache=/tmp/go-build282983591/b421/_pkg_.a
2025-08-20T21:58:17.5396566Z [00:02:19.362]➜  packagefile github.com/syndtr/goleveldb/leveldb/comparer=/tmp/go-build282983591/b423/_pkg_.a
2025-08-20T21:58:17.5397935Z [00:02:19.362]➜  packagefile github.com/syndtr/goleveldb/leveldb/errors=/tmp/go-build282983591/b424/_pkg_.a
2025-08-20T21:58:17.5399265Z [00:02:19.362]➜  packagefile github.com/syndtr/goleveldb/leveldb/filter=/tmp/go-build282983591/b426/_pkg_.a
2025-08-20T21:58:17.5404070Z [00:02:19.362]➜  packagefile github.com/syndtr/goleveldb/leveldb/iterator=/tmp/go-build282983591/b427/_pkg_.a
2025-08-20T21:58:17.5405366Z [00:02:19.362]➜  packagefile github.com/syndtr/goleveldb/leveldb/opt=/tmp/go-build282983591/b430/_pkg_.a
2025-08-20T21:58:17.5406663Z [00:02:19.362]➜  packagefile github.com/syndtr/goleveldb/leveldb/storage=/tmp/go-build282983591/b425/_pkg_.a
2025-08-20T21:58:17.5407946Z [00:02:19.362]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build282983591/b422/_pkg_.a
2025-08-20T21:58:17.5409025Z [00:02:19.362]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:17.5412044Z [00:02:19.362]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:17.5412977Z [00:02:19.362]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:17.5413824Z [00:02:19.362]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:17.5414442Z [00:02:19.362]➜  EOF
2025-08-20T21:58:17.5419692Z [00:02:19.363]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b431/_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/b431=>" -p github.com/syndtr/goleveldb/leveldb/table -lang=go1.16 -complete -installsuffix shared -buildid lCuKG4Op4pQ4gmvKLTJa/lCuKG4Op4pQ4gmvKLTJa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b431/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:58:17.5817651Z [00:02:19.407]➜  go tool buildid -w $WORK/b429/_pkg_.a # internal
2025-08-20T21:58:17.5827802Z [00:02:19.408]➜  cp $WORK/b429/_pkg_.a /root/.cache/go-build/ae/ae9aee44d3f2595154cc4546d67a11c67938888bd66d67a302b67a0eebee97b3-d # internal
2025-08-20T21:58:17.5836235Z [00:02:19.409]➜  github.com/tidwall/btree
2025-08-20T21:58:17.5839967Z [00:02:19.409]➜  mkdir -p $WORK/b434/
2025-08-20T21:58:17.5866665Z [00:02:19.412]➜  cat >/tmp/go-build282983591/b434/importcfg << 'EOF' # internal
2025-08-20T21:58:17.5871226Z [00:02:19.412]➜  # import config
2025-08-20T21:58:17.5871928Z [00:02:19.412]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:17.5872917Z [00:02:19.412]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:17.5873558Z [00:02:19.412]➜  EOF
2025-08-20T21:58:17.5877978Z [00:02:19.412]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b434/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tidwall/btree@v1.7.0=>github.com/tidwall/btree@v1.7.0;$WORK/b434=>" -p github.com/tidwall/btree -lang=go1.19 -complete -installsuffix shared -buildid fNrbIjHu7FGd113bWcYt/fNrbIjHu7FGd113bWcYt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b434/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:58:17.7425137Z [00:02:19.568]➜  go tool buildid -w $WORK/b431/_pkg_.a # internal
2025-08-20T21:58:17.7454840Z [00:02:19.571]➜  cp $WORK/b431/_pkg_.a /root/.cache/go-build/36/3617d6503ca13334b0269f4452dea9d7b793f7b57fdaaf3d50bc38e25e748792-d # internal
2025-08-20T21:58:17.7464185Z [00:02:19.572]➜  github.com/syndtr/goleveldb/leveldb
2025-08-20T21:58:17.7464797Z [00:02:19.572]➜  mkdir -p $WORK/b420/
2025-08-20T21:58:17.7472340Z [00:02:19.573]➜  cat >/tmp/go-build282983591/b420/importcfg << 'EOF' # internal
2025-08-20T21:58:17.7473877Z [00:02:19.573]➜  # import config
2025-08-20T21:58:17.7474838Z [00:02:19.573]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:17.7475754Z [00:02:19.573]➜  packagefile container/list=/tmp/go-build282983591/b106/_pkg_.a
2025-08-20T21:58:17.7476683Z [00:02:19.573]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:17.7477532Z [00:02:19.573]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:17.7478308Z [00:02:19.573]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:17.7479353Z [00:02:19.573]➜  packagefile github.com/syndtr/goleveldb/leveldb/cache=/tmp/go-build282983591/b421/_pkg_.a
2025-08-20T21:58:17.7480894Z [00:02:19.573]➜  packagefile github.com/syndtr/goleveldb/leveldb/comparer=/tmp/go-build282983591/b423/_pkg_.a
2025-08-20T21:58:17.7482207Z [00:02:19.573]➜  packagefile github.com/syndtr/goleveldb/leveldb/errors=/tmp/go-build282983591/b424/_pkg_.a
2025-08-20T21:58:17.7483453Z [00:02:19.573]➜  packagefile github.com/syndtr/goleveldb/leveldb/filter=/tmp/go-build282983591/b426/_pkg_.a
2025-08-20T21:58:17.7484696Z [00:02:19.573]➜  packagefile github.com/syndtr/goleveldb/leveldb/iterator=/tmp/go-build282983591/b427/_pkg_.a
2025-08-20T21:58:17.7485933Z [00:02:19.573]➜  packagefile github.com/syndtr/goleveldb/leveldb/journal=/tmp/go-build282983591/b428/_pkg_.a
2025-08-20T21:58:17.7487154Z [00:02:19.573]➜  packagefile github.com/syndtr/goleveldb/leveldb/memdb=/tmp/go-build282983591/b429/_pkg_.a
2025-08-20T21:58:17.7488371Z [00:02:19.573]➜  packagefile github.com/syndtr/goleveldb/leveldb/opt=/tmp/go-build282983591/b430/_pkg_.a
2025-08-20T21:58:17.7490321Z [00:02:19.573]➜  packagefile github.com/syndtr/goleveldb/leveldb/storage=/tmp/go-build282983591/b425/_pkg_.a
2025-08-20T21:58:17.7491672Z [00:02:19.573]➜  packagefile github.com/syndtr/goleveldb/leveldb/table=/tmp/go-build282983591/b431/_pkg_.a
2025-08-20T21:58:17.7492931Z [00:02:19.573]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build282983591/b422/_pkg_.a
2025-08-20T21:58:17.7493907Z [00:02:19.573]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:17.7494704Z [00:02:19.573]➜  packagefile math/rand=/tmp/go-build282983591/b118/_pkg_.a
2025-08-20T21:58:17.7495481Z [00:02:19.573]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:17.7496246Z [00:02:19.573]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:17.7497040Z [00:02:19.573]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:17.7497825Z [00:02:19.573]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:17.7498610Z [00:02:19.573]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:17.7499445Z [00:02:19.573]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:17.7500544Z [00:02:19.573]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:17.7501424Z [00:02:19.573]➜  EOF
2025-08-20T21:58:17.7516402Z [00:02:19.573]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b420/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.0/leveldb=>github.com/syndtr/goleveldb@v1.0.0/leveldb;$WORK/b420=>" -p github.com/syndtr/goleveldb/leveldb -lang=go1.16 -complete -installsuffix shared -buildid 9Tjdqt4xoFIcDcQnN_FL/9Tjdqt4xoFIcDcQnN_FL -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/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:58:17.7564043Z [00:02:19.582]➜  go tool buildid -w $WORK/b256/_pkg_.a # internal
2025-08-20T21:58:17.7616768Z [00:02:19.587]➜  cp $WORK/b256/_pkg_.a /root/.cache/go-build/64/6454ac4f2af1ff6e0c6b37c21d372c77d6fe98df02f39c433a075f3eb24f6f9d-d # internal
2025-08-20T21:58:17.7625657Z [00:02:19.588]➜  github.com/mholt/archives
2025-08-20T21:58:17.7627229Z [00:02:19.588]➜  mkdir -p $WORK/b251/
2025-08-20T21:58:17.7639101Z [00:02:19.589]➜  cat >/tmp/go-build282983591/b251/importcfg << 'EOF' # internal
2025-08-20T21:58:17.7643577Z [00:02:19.589]➜  # import config
2025-08-20T21:58:17.7644859Z [00:02:19.589]➜  packagefile archive/tar=/tmp/go-build282983591/b252/_pkg_.a
2025-08-20T21:58:17.7645948Z [00:02:19.589]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:17.7646995Z [00:02:19.589]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:17.7649016Z [00:02:19.589]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:17.7650151Z [00:02:19.589]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:17.7651030Z [00:02:19.589]➜  packagefile github.com/STARRY-S/zip=/tmp/go-build282983591/b253/_pkg_.a
2025-08-20T21:58:17.7652099Z [00:02:19.589]➜  packagefile github.com/andybalholm/brotli=/tmp/go-build282983591/b254/_pkg_.a
2025-08-20T21:58:17.7653188Z [00:02:19.589]➜  packagefile github.com/bodgit/sevenzip=/tmp/go-build282983591/b256/_pkg_.a
2025-08-20T21:58:17.7654312Z [00:02:19.589]➜  packagefile github.com/dsnet/compress/bzip2=/tmp/go-build282983591/b305/_pkg_.a
2025-08-20T21:58:17.7655479Z [00:02:19.589]➜  packagefile github.com/klauspost/compress/gzip=/tmp/go-build282983591/b311/_pkg_.a
2025-08-20T21:58:17.7656619Z [00:02:19.589]➜  packagefile github.com/klauspost/compress/s2=/tmp/go-build282983591/b312/_pkg_.a
2025-08-20T21:58:17.7657775Z [00:02:19.589]➜  packagefile github.com/klauspost/compress/zip=/tmp/go-build282983591/b314/_pkg_.a
2025-08-20T21:58:17.7659265Z [00:02:19.589]➜  packagefile github.com/klauspost/compress/zlib=/tmp/go-build282983591/b316/_pkg_.a
2025-08-20T21:58:17.7660624Z [00:02:19.589]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build282983591/b295/_pkg_.a
2025-08-20T21:58:17.7661744Z [00:02:19.590]➜  packagefile github.com/klauspost/pgzip=/tmp/go-build282983591/b317/_pkg_.a
2025-08-20T21:58:17.7662826Z [00:02:19.590]➜  packagefile github.com/mikelolasagasti/xz=/tmp/go-build282983591/b318/_pkg_.a
2025-08-20T21:58:17.7663874Z [00:02:19.590]➜  packagefile github.com/minio/minlz=/tmp/go-build282983591/b320/_pkg_.a
2025-08-20T21:58:17.7664937Z [00:02:19.590]➜  packagefile github.com/nwaples/rardecode/v2=/tmp/go-build282983591/b322/_pkg_.a
2025-08-20T21:58:17.7666018Z [00:02:19.590]➜  packagefile github.com/pierrec/lz4/v4=/tmp/go-build282983591/b283/_pkg_.a
2025-08-20T21:58:17.7667080Z [00:02:19.590]➜  packagefile github.com/sorairolake/lzip-go=/tmp/go-build282983591/b323/_pkg_.a
2025-08-20T21:58:17.7668146Z [00:02:19.590]➜  packagefile github.com/ulikunitz/xz=/tmp/go-build282983591/b324/_pkg_.a
2025-08-20T21:58:17.7669195Z [00:02:19.590]➜  packagefile golang.org/x/text/encoding=/tmp/go-build282983591/b264/_pkg_.a
2025-08-20T21:58:17.7673920Z [00:02:19.590]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:17.7674719Z [00:02:19.590]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:58:17.7675506Z [00:02:19.590]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:17.7676281Z [00:02:19.590]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:17.7677059Z [00:02:19.590]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:58:17.7677902Z [00:02:19.590]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:17.7678988Z [00:02:19.590]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:17.7680026Z [00:02:19.590]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:17.7680883Z [00:02:19.590]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:17.7681678Z [00:02:19.590]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:17.7682449Z [00:02:19.590]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:17.7683032Z [00:02:19.590]➜  EOF
2025-08-20T21:58:17.7692996Z [00:02:19.590]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b251/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mholt/archives@v0.1.3=>github.com/mholt/archives@v0.1.3;$WORK/b251=>" -p github.com/mholt/archives -lang=go1.22 -complete -installsuffix shared -buildid 30iP91qiyHVu-bpjJFZ0/30iP91qiyHVu-bpjJFZ0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b251/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:58:17.9263673Z [00:02:19.751]➜  go tool buildid -w $WORK/b434/_pkg_.a # internal
2025-08-20T21:58:17.9311599Z [00:02:19.755]➜  cp $WORK/b434/_pkg_.a /root/.cache/go-build/a1/a145dbc28db943e772b80bdae577478de52c5397bfc59f81a369e9b3652a48e3-d # internal
2025-08-20T21:58:17.9313235Z [00:02:19.756]➜  github.com/tidwall/grect
2025-08-20T21:58:17.9313815Z [00:02:19.756]➜  mkdir -p $WORK/b435/
2025-08-20T21:58:17.9314547Z [00:02:19.756]➜  cat >/tmp/go-build282983591/b435/importcfg << 'EOF' # internal
2025-08-20T21:58:17.9315260Z [00:02:19.756]➜  # import config
2025-08-20T21:58:17.9316061Z [00:02:19.756]➜  packagefile github.com/tidwall/gjson=/tmp/go-build282983591/b232/_pkg_.a
2025-08-20T21:58:17.9316976Z [00:02:19.756]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:17.9317740Z [00:02:19.756]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:17.9318380Z [00:02:19.756]➜  EOF
2025-08-20T21:58:17.9321812Z [00:02:19.756]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b435/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tidwall/grect@v0.1.4=>github.com/tidwall/grect@v0.1.4;$WORK/b435=>" -p github.com/tidwall/grect -lang=go1.15 -complete -installsuffix shared -buildid BLvVtQ5oWZImvfMuHZGE/BLvVtQ5oWZImvfMuHZGE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b435/importcfg -pack /root/go/pkg/mod/github.com/tidwall/grect@v0.1.4/grect.go
2025-08-20T21:58:17.9662998Z [00:02:19.791]➜  go tool buildid -w $WORK/b435/_pkg_.a # internal
2025-08-20T21:58:17.9670335Z [00:02:19.792]➜  cp $WORK/b435/_pkg_.a /root/.cache/go-build/54/5495295fdd5f4d945c504e6e7152bc95cd6611b1e26043d0465b07f80faecf80-d # internal
2025-08-20T21:58:17.9672259Z [00:02:19.792]➜  github.com/tidwall/rtred
2025-08-20T21:58:17.9673152Z [00:02:19.793]➜  mkdir -p $WORK/b436/
2025-08-20T21:58:17.9678060Z [00:02:19.793]➜  cat >/tmp/go-build282983591/b436/importcfg << 'EOF' # internal
2025-08-20T21:58:17.9678712Z [00:02:19.793]➜  # import config
2025-08-20T21:58:17.9679945Z [00:02:19.793]➜  packagefile github.com/tidwall/rtred/base=/tmp/go-build282983591/b437/_pkg_.a
2025-08-20T21:58:17.9680871Z [00:02:19.793]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:17.9681601Z [00:02:19.793]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:17.9682158Z [00:02:19.793]➜  EOF
2025-08-20T21:58:17.9703905Z [00:02:19.795]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b436/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tidwall/rtred@v0.1.2=>github.com/tidwall/rtred@v0.1.2;$WORK/b436=>" -p github.com/tidwall/rtred -lang=go1.15 -complete -installsuffix shared -buildid OzLTPXcrNZWHrj9Gjzvy/OzLTPXcrNZWHrj9Gjzvy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b436/importcfg -pack /root/go/pkg/mod/github.com/tidwall/rtred@v0.1.2/rtree.go
2025-08-20T21:58:18.0058859Z [00:02:19.831]➜  go tool buildid -w $WORK/b436/_pkg_.a # internal
2025-08-20T21:58:18.0070563Z [00:02:19.832]➜  cp $WORK/b436/_pkg_.a /root/.cache/go-build/6b/6bd0f0dac99ddce2532ac18ea0cdd09df1cab4f27dff9c05c4e52575ab899976-d # internal
2025-08-20T21:58:18.0073705Z [00:02:19.833]➜  github.com/tidwall/buntdb
2025-08-20T21:58:18.0075289Z [00:02:19.833]➜  mkdir -p $WORK/b433/
2025-08-20T21:58:18.0084581Z [00:02:19.833]➜  cat >/tmp/go-build282983591/b433/importcfg << 'EOF' # internal
2025-08-20T21:58:18.0085333Z [00:02:19.833]➜  # import config
2025-08-20T21:58:18.0085949Z [00:02:19.833]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:18.0086720Z [00:02:19.833]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:18.0087438Z [00:02:19.833]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:18.0088278Z [00:02:19.833]➜  packagefile github.com/tidwall/btree=/tmp/go-build282983591/b434/_pkg_.a
2025-08-20T21:58:18.0089221Z [00:02:19.833]➜  packagefile github.com/tidwall/gjson=/tmp/go-build282983591/b232/_pkg_.a
2025-08-20T21:58:18.0090361Z [00:02:19.833]➜  packagefile github.com/tidwall/grect=/tmp/go-build282983591/b435/_pkg_.a
2025-08-20T21:58:18.0091383Z [00:02:19.833]➜  packagefile github.com/tidwall/match=/tmp/go-build282983591/b233/_pkg_.a
2025-08-20T21:58:18.0092346Z [00:02:19.833]➜  packagefile github.com/tidwall/rtred=/tmp/go-build282983591/b436/_pkg_.a
2025-08-20T21:58:18.0093468Z [00:02:19.833]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:18.0094178Z [00:02:19.833]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:18.0094885Z [00:02:19.833]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:18.0095624Z [00:02:19.833]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:18.0096404Z [00:02:19.833]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:18.0097221Z [00:02:19.833]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:18.0098038Z [00:02:19.833]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:18.0098667Z [00:02:19.834]➜  EOF
2025-08-20T21:58:18.0102125Z [00:02:19.834]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b433/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tidwall/buntdb@v1.3.1=>github.com/tidwall/buntdb@v1.3.1;$WORK/b433=>" -p github.com/tidwall/buntdb -lang=go1.18 -complete -installsuffix shared -buildid Lv-0EtoqgXSFazZzcsdk/Lv-0EtoqgXSFazZzcsdk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b433/importcfg -pack /root/go/pkg/mod/github.com/tidwall/buntdb@v1.3.1/buntdb.go
2025-08-20T21:58:18.4395597Z [00:02:20.265]➜  go tool buildid -w $WORK/b433/_pkg_.a # internal
2025-08-20T21:58:18.4461020Z [00:02:20.271]➜  cp $WORK/b433/_pkg_.a /root/.cache/go-build/1e/1ed02b136caeb4c38443016461ed690d53f3df075be1312370d30b5653a92fc8-d # internal
2025-08-20T21:58:18.4495672Z [00:02:20.275]➜  hash/fnv
2025-08-20T21:58:18.4498861Z [00:02:20.275]➜  mkdir -p $WORK/b440/
2025-08-20T21:58:18.4500615Z [00:02:20.275]➜  cat >/tmp/go-build282983591/b440/importcfg << 'EOF' # internal
2025-08-20T21:58:18.4502528Z [00:02:20.276]➜  # import config
2025-08-20T21:58:18.4506519Z [00:02:20.276]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:18.4507426Z [00:02:20.276]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:18.4508327Z [00:02:20.276]➜  packagefile internal/byteorder=/tmp/go-build282983591/b013/_pkg_.a
2025-08-20T21:58:18.4509244Z [00:02:20.276]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:18.4510053Z [00:02:20.276]➜  EOF
2025-08-20T21:58:18.4512661Z [00:02:20.276]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b440/_pkg_.a -trimpath "/root/.go/src/hash/fnv=>hash/fnv;$WORK/b440=>" -p hash/fnv -lang=go1.25 -std -complete -installsuffix shared -buildid zy2uOp7FW9V54tRXLALv/zy2uOp7FW9V54tRXLALv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b440/importcfg -pack /root/.go/src/hash/fnv/fnv.go
2025-08-20T21:58:18.4543105Z [00:02:20.279]➜  go tool buildid -w $WORK/b251/_pkg_.a # internal
2025-08-20T21:58:18.4740532Z [00:02:20.299]➜  cp $WORK/b251/_pkg_.a /root/.cache/go-build/a5/a548f257a4d96b6490e3f128dd72b690cb4ce63e1dc3703500cafcbcf2a5e030-d # internal
2025-08-20T21:58:18.4785167Z [00:02:20.304]➜  github.com/projectdiscovery/gologger/writer
2025-08-20T21:58:18.4795969Z [00:02:20.304]➜  mkdir -p $WORK/b250/
2025-08-20T21:58:18.4796752Z [00:02:20.304]➜  cat >/tmp/go-build282983591/b250/importcfg << 'EOF' # internal
2025-08-20T21:58:18.4797418Z [00:02:20.304]➜  # import config
2025-08-20T21:58:18.4798085Z [00:02:20.304]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:18.4798891Z [00:02:20.304]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:18.4800026Z [00:02:20.304]➜  packagefile github.com/mholt/archives=/tmp/go-build282983591/b251/_pkg_.a
2025-08-20T21:58:18.4801262Z [00:02:20.304]➜  packagefile github.com/projectdiscovery/gologger/levels=/tmp/go-build282983591/b249/_pkg_.a
2025-08-20T21:58:18.4802632Z [00:02:20.304]➜  packagefile github.com/projectdiscovery/utils/os=/tmp/go-build282983591/b190/_pkg_.a
2025-08-20T21:58:18.4803830Z [00:02:20.304]➜  packagefile gopkg.in/djherbis/times.v1=/tmp/go-build282983591/b325/_pkg_.a
2025-08-20T21:58:18.4804738Z [00:02:20.304]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:18.4805504Z [00:02:20.304]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:18.4806646Z [00:02:20.304]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:18.4807508Z [00:02:20.304]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:18.4808295Z [00:02:20.304]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:18.4809052Z [00:02:20.304]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:18.4809629Z [00:02:20.304]➜  EOF
2025-08-20T21:58:18.4826312Z [00:02:20.304]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b250/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/gologger@v1.1.54/writer=>github.com/projectdiscovery/gologger@v1.1.54/writer;$WORK/b250=>" -p github.com/projectdiscovery/gologger/writer -lang=go1.22 -complete -installsuffix shared -buildid jDLdv44xMxO7ALZICBUe/jDLdv44xMxO7ALZICBUe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b250/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:58:18.5056509Z [00:02:20.331]➜  go tool buildid -w $WORK/b440/_pkg_.a # internal
2025-08-20T21:58:18.5067186Z [00:02:20.332]➜  cp $WORK/b440/_pkg_.a /root/.cache/go-build/3c/3c2d5c8a458697f9131049f8b7f876c158f15c8274abdd0f3863e3e7fdc82b1e-d # internal
2025-08-20T21:58:18.5081011Z [00:02:20.333]➜  go.etcd.io/bbolt
2025-08-20T21:58:18.5113790Z [00:02:20.336]➜  mkdir -p $WORK/b439/
2025-08-20T21:58:18.5130697Z [00:02:20.337]➜  cat >/tmp/go-build282983591/b439/importcfg << 'EOF' # internal
2025-08-20T21:58:18.5131748Z [00:02:20.337]➜  # import config
2025-08-20T21:58:18.5132461Z [00:02:20.337]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:18.5133324Z [00:02:20.337]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:18.5134196Z [00:02:20.337]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:18.5135096Z [00:02:20.337]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:18.5135973Z [00:02:20.337]➜  packagefile golang.org/x/sys/unix=/tmp/go-build282983591/b181/_pkg_.a
2025-08-20T21:58:18.5136883Z [00:02:20.337]➜  packagefile hash/fnv=/tmp/go-build282983591/b440/_pkg_.a
2025-08-20T21:58:18.5137715Z [00:02:20.337]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:18.5138508Z [00:02:20.337]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:18.5139339Z [00:02:20.337]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:18.5140448Z [00:02:20.337]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:18.5141274Z [00:02:20.337]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:18.5142077Z [00:02:20.337]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:18.5142927Z [00:02:20.337]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:18.5143757Z [00:02:20.337]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:18.5144548Z [00:02:20.337]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:18.5145131Z [00:02:20.337]➜  EOF
2025-08-20T21:58:18.5167297Z [00:02:20.337]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b439/_pkg_.a -trimpath "/root/go/pkg/mod/go.etcd.io/bbolt@v1.3.10=>go.etcd.io/bbolt@v1.3.10;$WORK/b439=>" -p go.etcd.io/bbolt -lang=go1.21 -complete -installsuffix shared -buildid bV5YSWcfKm4hpoG6LaZG/bV5YSWcfKm4hpoG6LaZG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b439/importcfg -pack /root/go/pkg/mod/go.etcd.io/bbolt@v1.3.10/bolt_amd64.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:58:18.5534303Z [00:02:20.379]➜  go tool buildid -w $WORK/b250/_pkg_.a # internal
2025-08-20T21:58:18.5536471Z [00:02:20.379]➜  cp $WORK/b250/_pkg_.a /root/.cache/go-build/d0/d0473d7f57c9ab38a0e7261c8e46223a7a36d2ef4cbd1f476bf14a7b50d4d17f-d # internal
2025-08-20T21:58:18.5544398Z [00:02:20.380]➜  github.com/projectdiscovery/gologger
2025-08-20T21:58:18.5546533Z [00:02:20.380]➜  mkdir -p $WORK/b242/
2025-08-20T21:58:18.5548705Z [00:02:20.380]➜  cat >/tmp/go-build282983591/b242/importcfg << 'EOF' # internal
2025-08-20T21:58:18.5549289Z [00:02:20.380]➜  # import config
2025-08-20T21:58:18.5553607Z [00:02:20.380]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:18.5554788Z [00:02:20.380]➜  packagefile github.com/projectdiscovery/gologger/formatter=/tmp/go-build282983591/b243/_pkg_.a
2025-08-20T21:58:18.5556202Z [00:02:20.380]➜  packagefile github.com/projectdiscovery/gologger/levels=/tmp/go-build282983591/b249/_pkg_.a
2025-08-20T21:58:18.5557533Z [00:02:20.380]➜  packagefile github.com/projectdiscovery/gologger/writer=/tmp/go-build282983591/b250/_pkg_.a
2025-08-20T21:58:18.5558542Z [00:02:20.380]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:18.5559589Z [00:02:20.380]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:18.5560751Z [00:02:20.380]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:18.5562596Z [00:02:20.380]➜  EOF
2025-08-20T21:58:18.5566708Z [00:02:20.380]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b242/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/gologger@v1.1.54=>github.com/projectdiscovery/gologger@v1.1.54;$WORK/b242=>" -p github.com/projectdiscovery/gologger -lang=go1.22 -complete -installsuffix shared -buildid UVwEHqdtQuCwg9svwpcV/UVwEHqdtQuCwg9svwpcV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b242/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:58:18.5693974Z [00:02:20.395]➜  go tool buildid -w $WORK/b420/_pkg_.a # internal
2025-08-20T21:58:18.5866479Z [00:02:20.411]➜  go tool buildid -w $WORK/b242/_pkg_.a # internal
2025-08-20T21:58:18.5872098Z [00:02:20.412]➜  cp $WORK/b242/_pkg_.a /root/.cache/go-build/47/47a02f718df2cb8b86793057070b1ab869303ef8fa0137d415f0079652eb1a48-d # internal
2025-08-20T21:58:18.5873458Z [00:02:20.412]➜  github.com/projectdiscovery/fastdialer/fastdialer/utils
2025-08-20T21:58:18.5874195Z [00:02:20.412]➜  mkdir -p $WORK/b441/
2025-08-20T21:58:18.5875471Z [00:02:20.412]➜  cp $WORK/b420/_pkg_.a /root/.cache/go-build/77/77e1c1f37b91cde48a5ad9980dd181bce2feb3ac93895721407a28a37bc7ef34-d # internal
2025-08-20T21:58:18.5877138Z [00:02:20.413]➜  cat >/tmp/go-build282983591/b441/importcfg << 'EOF' # internal
2025-08-20T21:58:18.5878031Z [00:02:20.413]➜  # import config
2025-08-20T21:58:18.5878879Z [00:02:20.413]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:18.5880567Z [00:02:20.413]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:58:18.5882096Z [00:02:20.413]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build282983591/b336/_pkg_.a
2025-08-20T21:58:18.5883487Z [00:02:20.413]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:18.5884495Z [00:02:20.413]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:18.5886660Z [00:02:20.413]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:18.5887535Z [00:02:20.413]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:18.5888049Z [00:02:20.413]➜  EOF
2025-08-20T21:58:18.5892465Z [00:02:20.413]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b441/_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/b441=>" -p github.com/projectdiscovery/fastdialer/fastdialer/utils -lang=go1.24 -complete -installsuffix shared -buildid VwdQIaauMKPBbFG79NhN/VwdQIaauMKPBbFG79NhN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b441/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/fastdialer@v0.4.4/fastdialer/utils/dialwrap.go
2025-08-20T21:58:18.5896342Z [00:02:20.413]➜  github.com/gaissmai/bart/internal/bitset
2025-08-20T21:58:18.5896978Z [00:02:20.413]➜  mkdir -p $WORK/b445/
2025-08-20T21:58:18.5897695Z [00:02:20.414]➜  cat >/tmp/go-build282983591/b445/importcfg << 'EOF' # internal
2025-08-20T21:58:18.5898371Z [00:02:20.414]➜  # import config
2025-08-20T21:58:18.5898999Z [00:02:20.414]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:18.5900013Z [00:02:20.414]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:18.5900657Z [00:02:20.414]➜  EOF
2025-08-20T21:58:18.5906305Z [00:02:20.416]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b445/_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/b445=>" -p github.com/gaissmai/bart/internal/bitset -lang=go1.23 -complete -installsuffix shared -buildid ZvMwbtNcAfJMu1iTd0s7/ZvMwbtNcAfJMu1iTd0s7 -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/bitset/bitset256.go
2025-08-20T21:58:18.6179119Z [00:02:20.443]➜  go tool buildid -w $WORK/b445/_pkg_.a # internal
2025-08-20T21:58:18.6182741Z [00:02:20.443]➜  cp $WORK/b445/_pkg_.a /root/.cache/go-build/46/46a3685bafc2f85b9438af5455c90150695355e8cda6e1579c3f8db7d967c594-d # internal
2025-08-20T21:58:18.6192615Z [00:02:20.443]➜  github.com/gaissmai/bart/internal/allot
2025-08-20T21:58:18.6193247Z [00:02:20.443]➜  mkdir -p $WORK/b444/
2025-08-20T21:58:18.6193973Z [00:02:20.443]➜  cat >/tmp/go-build282983591/b444/importcfg << 'EOF' # internal
2025-08-20T21:58:18.6194653Z [00:02:20.443]➜  # import config
2025-08-20T21:58:18.6195564Z [00:02:20.443]➜  packagefile github.com/gaissmai/bart/internal/bitset=/tmp/go-build282983591/b445/_pkg_.a
2025-08-20T21:58:18.6196398Z [00:02:20.443]➜  EOF
2025-08-20T21:58:18.6201023Z [00:02:20.443]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b444/_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/b444=>" -p github.com/gaissmai/bart/internal/allot -lang=go1.23 -complete -installsuffix shared -buildid GTi7XRaHNsq1_VbuI6Tu/GTi7XRaHNsq1_VbuI6Tu -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/allot/lookupFringeRoutes.go /root/go/pkg/mod/github.com/gaissmai/bart@v0.20.5/internal/allot/lookupPrefixRoutes.go
2025-08-20T21:58:18.6495145Z [00:02:20.475]➜  go tool buildid -w $WORK/b444/_pkg_.a # internal
2025-08-20T21:58:18.6500454Z [00:02:20.475]➜  cp $WORK/b444/_pkg_.a /root/.cache/go-build/4a/4aa5315609a7ddce82154c9aadc851fe582f7e9d903d1f65a7136bc15fe1ae4f-d # internal
2025-08-20T21:58:18.6504843Z [00:02:20.476]➜  github.com/gaissmai/bart/internal/lpm
2025-08-20T21:58:18.6507456Z [00:02:20.476]➜  mkdir -p $WORK/b447/
2025-08-20T21:58:18.6515804Z [00:02:20.476]➜  cat >/tmp/go-build282983591/b447/importcfg << 'EOF' # internal
2025-08-20T21:58:18.6516575Z [00:02:20.476]➜  # import config
2025-08-20T21:58:18.6517926Z [00:02:20.476]➜  packagefile github.com/gaissmai/bart/internal/bitset=/tmp/go-build282983591/b445/_pkg_.a
2025-08-20T21:58:18.6520998Z [00:02:20.476]➜  EOF
2025-08-20T21:58:18.6521554Z [00:02:20.476]➜  go tool buildid -w $WORK/b441/_pkg_.a # internal
2025-08-20T21:58:18.6528742Z [00:02:20.478]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b447/_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/b447=>" -p github.com/gaissmai/bart/internal/lpm -lang=go1.23 -complete -installsuffix shared -buildid aR3Rah8hRrSInY-WPCzr/aR3Rah8hRrSInY-WPCzr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b447/importcfg -pack /root/go/pkg/mod/github.com/gaissmai/bart@v0.20.5/internal/lpm/lookuptbl.go
2025-08-20T21:58:18.6541162Z [00:02:20.478]➜  cp $WORK/b441/_pkg_.a /root/.cache/go-build/9e/9e6396088a8122038df24b70a5747eb357caf9fe94886a76cfd58d5a90b82f0f-d # internal
2025-08-20T21:58:18.6542126Z [00:02:20.478]➜  github.com/gaissmai/bart/internal/sparse
2025-08-20T21:58:18.6542642Z [00:02:20.478]➜  mkdir -p $WORK/b448/
2025-08-20T21:58:18.6543254Z [00:02:20.479]➜  cat >/tmp/go-build282983591/b448/importcfg << 'EOF' # internal
2025-08-20T21:58:18.6543812Z [00:02:20.479]➜  # import config
2025-08-20T21:58:18.6544568Z [00:02:20.479]➜  packagefile github.com/gaissmai/bart/internal/bitset=/tmp/go-build282983591/b445/_pkg_.a
2025-08-20T21:58:18.6545256Z [00:02:20.479]➜  EOF
2025-08-20T21:58:18.6548674Z [00:02:20.479]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b448/_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/b448=>" -p github.com/gaissmai/bart/internal/sparse -lang=go1.23 -complete -installsuffix shared -buildid mg-iEXOlFSvEQvTXA6Ij/mg-iEXOlFSvEQvTXA6Ij -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b448/importcfg -pack /root/go/pkg/mod/github.com/gaissmai/bart@v0.20.5/internal/sparse/array256.go
2025-08-20T21:58:18.6629401Z [00:02:20.488]➜  go tool buildid -w $WORK/b448/_pkg_.a # internal
2025-08-20T21:58:18.6641635Z [00:02:20.488]➜  cp $WORK/b448/_pkg_.a /root/.cache/go-build/62/6252f0ea79b559e701b179904944c2cff77b60d098848984a43f161285b877d8-d # internal
2025-08-20T21:58:18.6681145Z [00:02:20.493]➜  go tool buildid -w $WORK/b447/_pkg_.a # internal
2025-08-20T21:58:18.6688313Z [00:02:20.494]➜  cp $WORK/b447/_pkg_.a /root/.cache/go-build/56/564a6748abb0fa94610e5b0b2f08b0600f06be3765989519646cfd25f720dd3e-d # internal
2025-08-20T21:58:18.6692828Z [00:02:20.495]➜  github.com/gaissmai/bart
2025-08-20T21:58:18.6702499Z [00:02:20.495]➜  mkdir -p $WORK/b443/
2025-08-20T21:58:18.6703689Z [00:02:20.495]➜  github.com/projectdiscovery/utils/url
2025-08-20T21:58:18.6706551Z [00:02:20.495]➜  mkdir -p $WORK/b449/
2025-08-20T21:58:18.6707364Z [00:02:20.495]➜  cat >/tmp/go-build282983591/b443/importcfg << 'EOF' # internal
2025-08-20T21:58:18.6708064Z [00:02:20.495]➜  # import config
2025-08-20T21:58:18.6708741Z [00:02:20.495]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:18.6709557Z [00:02:20.495]➜  packagefile cmp=/tmp/go-build282983591/b046/_pkg_.a
2025-08-20T21:58:18.6710606Z [00:02:20.495]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:18.6711410Z [00:02:20.495]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:18.6712396Z [00:02:20.495]➜  packagefile github.com/gaissmai/bart/internal/allot=/tmp/go-build282983591/b444/_pkg_.a
2025-08-20T21:58:18.6713593Z [00:02:20.495]➜  packagefile github.com/gaissmai/bart/internal/art=/tmp/go-build282983591/b446/_pkg_.a
2025-08-20T21:58:18.6714820Z [00:02:20.495]➜  packagefile github.com/gaissmai/bart/internal/bitset=/tmp/go-build282983591/b445/_pkg_.a
2025-08-20T21:58:18.6716055Z [00:02:20.495]➜  packagefile github.com/gaissmai/bart/internal/lpm=/tmp/go-build282983591/b447/_pkg_.a
2025-08-20T21:58:18.6717313Z [00:02:20.495]➜  packagefile github.com/gaissmai/bart/internal/sparse=/tmp/go-build282983591/b448/_pkg_.a
2025-08-20T21:58:18.6718657Z [00:02:20.495]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:18.6719408Z [00:02:20.495]➜  packagefile iter=/tmp/go-build282983591/b039/_pkg_.a
2025-08-20T21:58:18.6720497Z [00:02:20.495]➜  packagefile net/netip=/tmp/go-build282983591/b163/_pkg_.a
2025-08-20T21:58:18.6721293Z [00:02:20.495]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:18.6721931Z [00:02:20.495]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:18.6722706Z [00:02:20.495]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:18.6723466Z [00:02:20.495]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:18.6724038Z [00:02:20.495]➜  EOF
2025-08-20T21:58:18.6729454Z [00:02:20.495]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b443/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gaissmai/bart@v0.20.5=>github.com/gaissmai/bart@v0.20.5;$WORK/b443=>" -p github.com/gaissmai/bart -lang=go1.23 -complete -installsuffix shared -buildid _OHCAbroQ6etwiDpWZMQ/_OHCAbroQ6etwiDpWZMQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b443/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:58:18.6748078Z [00:02:20.496]➜  cat >/tmp/go-build282983591/b449/importcfg << 'EOF' # internal
2025-08-20T21:58:18.6748781Z [00:02:20.496]➜  # import config
2025-08-20T21:58:18.6749724Z [00:02:20.496]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:18.6750831Z [00:02:20.496]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:18.6751847Z [00:02:20.496]➜  packagefile github.com/projectdiscovery/utils/env=/tmp/go-build282983591/b183/_pkg_.a
2025-08-20T21:58:18.6753054Z [00:02:20.496]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:58:18.6754253Z [00:02:20.496]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build282983591/b223/_pkg_.a
2025-08-20T21:58:18.6755398Z [00:02:20.496]➜  packagefile github.com/projectdiscovery/utils/os=/tmp/go-build282983591/b190/_pkg_.a
2025-08-20T21:58:18.6756609Z [00:02:20.496]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:58:18.6757595Z [00:02:20.496]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:18.6758384Z [00:02:20.496]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:18.6759190Z [00:02:20.496]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:18.6760162Z [00:02:20.496]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:18.6760781Z [00:02:20.496]➜  EOF
2025-08-20T21:58:18.6766849Z [00:02:20.496]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b449/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/url=>github.com/projectdiscovery/utils@v0.4.23/url;$WORK/b449=>" -p github.com/projectdiscovery/utils/url -lang=go1.24 -complete -installsuffix shared -buildid spcpIJ-QpBqL1_pSaNOr/spcpIJ-QpBqL1_pSaNOr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b449/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:58:18.9436070Z [00:02:20.769]➜  go tool buildid -w $WORK/b449/_pkg_.a # internal
2025-08-20T21:58:18.9555028Z [00:02:20.781]➜  cp $WORK/b449/_pkg_.a /root/.cache/go-build/fd/fd04b51e48db41dd915528bdabf7b1a5d82519c8601f60d7d4f0e3215a54cf08-d # internal
2025-08-20T21:58:18.9582025Z [00:02:20.783]➜  github.com/projectdiscovery/utils/context
2025-08-20T21:58:18.9584659Z [00:02:20.784]➜  mkdir -p $WORK/b450/
2025-08-20T21:58:18.9588339Z [00:02:20.784]➜  cat >/tmp/go-build282983591/b450/importcfg << 'EOF' # internal
2025-08-20T21:58:18.9591613Z [00:02:20.784]➜  # import config
2025-08-20T21:58:18.9592305Z [00:02:20.784]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:18.9593136Z [00:02:20.784]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:18.9593763Z [00:02:20.784]➜  EOF
2025-08-20T21:58:18.9599013Z [00:02:20.784]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b450/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/context=>github.com/projectdiscovery/utils@v0.4.23/context;$WORK/b450=>" -p github.com/projectdiscovery/utils/context -lang=go1.24 -complete -installsuffix shared -buildid XZrP9y4dp6nsNqTN5I5Y/XZrP9y4dp6nsNqTN5I5Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b450/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:58:19.0026453Z [00:02:20.828]➜  go tool buildid -w $WORK/b450/_pkg_.a # internal
2025-08-20T21:58:19.0032115Z [00:02:20.828]➜  cp $WORK/b450/_pkg_.a /root/.cache/go-build/db/dbb4b4a3a7d732a0c69e44834ac95ed5e8c76a460e3d58d0bf84db7ed1ea024a-d # internal
2025-08-20T21:58:19.0033248Z [00:02:20.828]➜  github.com/zmap/rc2
2025-08-20T21:58:19.0033768Z [00:02:20.828]➜  mkdir -p $WORK/b453/
2025-08-20T21:58:19.0034799Z [00:02:20.828]➜  cat >/tmp/go-build282983591/b453/importcfg << 'EOF' # internal
2025-08-20T21:58:19.0035522Z [00:02:20.828]➜  # import config
2025-08-20T21:58:19.0036231Z [00:02:20.828]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:58:19.0037191Z [00:02:20.828]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:19.0038064Z [00:02:20.828]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:19.0038658Z [00:02:20.828]➜  EOF
2025-08-20T21:58:19.0042508Z [00:02:20.828]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b453/_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/b453=>" -p github.com/zmap/rc2 -lang=go1.16 -complete -installsuffix shared -buildid nAhi_Vjyydh4OjdYnaW8/nAhi_Vjyydh4OjdYnaW8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b453/importcfg -pack /root/go/pkg/mod/github.com/zmap/rc2@v0.0.0-20190804163417-abaa70531248/rc2.go
2025-08-20T21:58:19.0918066Z [00:02:20.917]➜  go tool buildid -w $WORK/b453/_pkg_.a # internal
2025-08-20T21:58:19.0934091Z [00:02:20.918]➜  cp $WORK/b453/_pkg_.a /root/.cache/go-build/7c/7c326ecbc86658c9a24836fc6005919a929fc8833bc6e03dca6055cd655ecc4a-d # internal
2025-08-20T21:58:19.0953348Z [00:02:20.919]➜  github.com/zmap/zcrypto/internal/randutil
2025-08-20T21:58:19.0953963Z [00:02:20.919]➜  mkdir -p $WORK/b455/
2025-08-20T21:58:19.0954645Z [00:02:20.919]➜  cat >/tmp/go-build282983591/b455/importcfg << 'EOF' # internal
2025-08-20T21:58:19.0955261Z [00:02:20.919]➜  # import config
2025-08-20T21:58:19.0955832Z [00:02:20.919]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:19.0956558Z [00:02:20.919]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:19.0957124Z [00:02:20.919]➜  EOF
2025-08-20T21:58:19.0961582Z [00:02:20.919]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b455/_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/b455=>" -p github.com/zmap/zcrypto/internal/randutil -lang=go1.16 -complete -installsuffix shared -buildid l2aRkoUOkCD5YjHIpv80/l2aRkoUOkCD5YjHIpv80 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b455/importcfg -pack /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/internal/randutil/randutil.go
2025-08-20T21:58:19.1191067Z [00:02:20.944]➜  go tool buildid -w $WORK/b455/_pkg_.a # internal
2025-08-20T21:58:19.1196889Z [00:02:20.945]➜  cp $WORK/b455/_pkg_.a /root/.cache/go-build/bc/bc775d2d986a427a4a31a5a5f9d69d96d8f466ff570fe11ec33d0f4db520d947-d # internal
2025-08-20T21:58:19.1205213Z [00:02:20.945]➜  github.com/zmap/zcrypto/dsa
2025-08-20T21:58:19.1205803Z [00:02:20.945]➜  mkdir -p $WORK/b454/
2025-08-20T21:58:19.1206528Z [00:02:20.945]➜  cat >/tmp/go-build282983591/b454/importcfg << 'EOF' # internal
2025-08-20T21:58:19.1207187Z [00:02:20.945]➜  # import config
2025-08-20T21:58:19.1207864Z [00:02:20.945]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:19.1208970Z [00:02:20.945]➜  packagefile github.com/zmap/zcrypto/internal/randutil=/tmp/go-build282983591/b455/_pkg_.a
2025-08-20T21:58:19.1210270Z [00:02:20.945]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:19.1211090Z [00:02:20.945]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:19.1211689Z [00:02:20.945]➜  EOF
2025-08-20T21:58:19.1215876Z [00:02:20.946]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b454/_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/b454=>" -p github.com/zmap/zcrypto/dsa -lang=go1.16 -complete -installsuffix shared -buildid oatQ1VCKXgf0X-21ga52/oatQ1VCKXgf0X-21ga52 -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/dsa/dsa.go
2025-08-20T21:58:19.1556626Z [00:02:20.981]➜  go tool buildid -w $WORK/b439/_pkg_.a # internal
2025-08-20T21:58:19.1708795Z [00:02:20.996]➜  cp $WORK/b439/_pkg_.a /root/.cache/go-build/35/35d92271132fc42585c9d05cee0a849cde175c5955e69dec4c2c05c89deaff91-d # internal
2025-08-20T21:58:19.1725705Z [00:02:20.998]➜  github.com/projectdiscovery/hmap/store/disk
2025-08-20T21:58:19.1728265Z [00:02:20.998]➜  mkdir -p $WORK/b415/
2025-08-20T21:58:19.1755061Z [00:02:21.001]➜  cat >/tmp/go-build282983591/b415/importcfg << 'EOF' # internal
2025-08-20T21:58:19.1793905Z [00:02:21.001]➜  # import config
2025-08-20T21:58:19.1794628Z [00:02:21.001]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:19.1795623Z [00:02:21.001]➜  packagefile github.com/akrylysov/pogreb=/tmp/go-build282983591/b416/_pkg_.a
2025-08-20T21:58:19.1796696Z [00:02:21.001]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:58:19.1797883Z [00:02:21.001]➜  packagefile github.com/syndtr/goleveldb/leveldb=/tmp/go-build282983591/b420/_pkg_.a
2025-08-20T21:58:19.1799184Z [00:02:21.001]➜  packagefile github.com/syndtr/goleveldb/leveldb/iterator=/tmp/go-build282983591/b427/_pkg_.a
2025-08-20T21:58:19.1801530Z [00:02:21.001]➜  packagefile github.com/syndtr/goleveldb/leveldb/opt=/tmp/go-build282983591/b430/_pkg_.a
2025-08-20T21:58:19.1802817Z [00:02:21.001]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build282983591/b422/_pkg_.a
2025-08-20T21:58:19.1803997Z [00:02:21.001]➜  packagefile github.com/tidwall/buntdb=/tmp/go-build282983591/b433/_pkg_.a
2025-08-20T21:58:19.1804963Z [00:02:21.001]➜  packagefile go.etcd.io/bbolt=/tmp/go-build282983591/b439/_pkg_.a
2025-08-20T21:58:19.1805828Z [00:02:21.001]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:19.1806639Z [00:02:21.001]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:19.1807521Z [00:02:21.001]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:19.1808328Z [00:02:21.001]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:19.1808936Z [00:02:21.001]➜  EOF
2025-08-20T21:58:19.1809481Z [00:02:21.001]➜  go tool buildid -w $WORK/b454/_pkg_.a # internal
2025-08-20T21:58:19.1818059Z [00:02:21.001]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b415/_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/b415=>" -p github.com/projectdiscovery/hmap/store/disk -lang=go1.24 -complete -installsuffix shared -buildid s-Ytz0VYxeIVl-WEtwYU/s-Ytz0VYxeIVl-WEtwYU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b415/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:58:19.1825835Z [00:02:21.002]➜  cp $WORK/b454/_pkg_.a /root/.cache/go-build/7e/7e8531a5f7a0d62dd4a8c53e6f143a894530274372ebbb3dabddaaf2566030b3-d # internal
2025-08-20T21:58:19.1826918Z [00:02:21.002]➜  github.com/zmap/zcrypto/json
2025-08-20T21:58:19.1827455Z [00:02:21.003]➜  mkdir -p $WORK/b456/
2025-08-20T21:58:19.1828131Z [00:02:21.003]➜  cat >/tmp/go-build282983591/b456/importcfg << 'EOF' # internal
2025-08-20T21:58:19.1828797Z [00:02:21.003]➜  # import config
2025-08-20T21:58:19.1829485Z [00:02:21.003]➜  packagefile crypto/elliptic=/tmp/go-build282983591/b116/_pkg_.a
2025-08-20T21:58:19.1830558Z [00:02:21.003]➜  packagefile crypto/rsa=/tmp/go-build282983591/b148/_pkg_.a
2025-08-20T21:58:19.1831713Z [00:02:21.003]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:19.1832572Z [00:02:21.003]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:19.1833366Z [00:02:21.003]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:19.1833970Z [00:02:21.003]➜  EOF
2025-08-20T21:58:19.1839765Z [00:02:21.003]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b456/_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/b456=>" -p github.com/zmap/zcrypto/json -lang=go1.16 -complete -installsuffix shared -buildid JOGEuG2i0SZd5AV6Ma0c/JOGEuG2i0SZd5AV6Ma0c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b456/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:58:19.2945110Z [00:02:21.120]➜  go tool buildid -w $WORK/b443/_pkg_.a # internal
2025-08-20T21:58:19.3002351Z [00:02:21.125]➜  cp $WORK/b443/_pkg_.a /root/.cache/go-build/42/42ed271af1e7070a90fb56f780ad7a8b7ad0756e302274751d30739a0b9895de-d # internal
2025-08-20T21:58:19.3008274Z [00:02:21.126]➜  github.com/projectdiscovery/networkpolicy
2025-08-20T21:58:19.3011140Z [00:02:21.126]➜  mkdir -p $WORK/b442/
2025-08-20T21:58:19.3024361Z [00:02:21.128]➜  cat >/tmp/go-build282983591/b442/importcfg << 'EOF' # internal
2025-08-20T21:58:19.3025253Z [00:02:21.128]➜  # import config
2025-08-20T21:58:19.3027300Z [00:02:21.128]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:19.3029157Z [00:02:21.128]➜  packagefile github.com/gaissmai/bart=/tmp/go-build282983591/b443/_pkg_.a
2025-08-20T21:58:19.3030585Z [00:02:21.128]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build282983591/b336/_pkg_.a
2025-08-20T21:58:19.3031894Z [00:02:21.128]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build282983591/b449/_pkg_.a
2025-08-20T21:58:19.3033284Z [00:02:21.128]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:19.3034130Z [00:02:21.128]➜  packagefile net/netip=/tmp/go-build282983591/b163/_pkg_.a
2025-08-20T21:58:19.3034974Z [00:02:21.128]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:19.3035812Z [00:02:21.128]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:19.3036475Z [00:02:21.128]➜  EOF
2025-08-20T21:58:19.3043401Z [00:02:21.128]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b442/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/networkpolicy@v0.1.18=>github.com/projectdiscovery/networkpolicy@v0.1.18;$WORK/b442=>" -p github.com/projectdiscovery/networkpolicy -lang=go1.24 -complete -installsuffix shared -buildid btizeAIO8YN7U5YTxjGN/btizeAIO8YN7U5YTxjGN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b442/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:58:19.4108705Z [00:02:21.236]➜  go tool buildid -w $WORK/b456/_pkg_.a # internal
2025-08-20T21:58:19.4112301Z [00:02:21.236]➜  cp $WORK/b456/_pkg_.a /root/.cache/go-build/c6/c6a60d21eafb4b7dc6c607fa0fa252a4ecdcd1bee5535a82edd1a772e7f0dfbe-d # internal
2025-08-20T21:58:19.4167280Z [00:02:21.242]➜  golang.org/x/text/unicode/bidi
2025-08-20T21:58:19.4175336Z [00:02:21.243]➜  mkdir -p $WORK/b461/
2025-08-20T21:58:19.4209085Z [00:02:21.243]➜  cat >/tmp/go-build282983591/b461/importcfg << 'EOF' # internal
2025-08-20T21:58:19.4209956Z [00:02:21.243]➜  # import config
2025-08-20T21:58:19.4210648Z [00:02:21.243]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:19.4211497Z [00:02:21.243]➜  packagefile container/list=/tmp/go-build282983591/b106/_pkg_.a
2025-08-20T21:58:19.4212303Z [00:02:21.243]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:19.4213655Z [00:02:21.243]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:19.4215487Z [00:02:21.243]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:19.4216357Z [00:02:21.243]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:19.4217005Z [00:02:21.243]➜  EOF
2025-08-20T21:58:19.4222361Z [00:02:21.243]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b461/_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/b461=>" -p golang.org/x/text/unicode/bidi -lang=go1.23 -complete -installsuffix shared -buildid kRcwi3qxgnGgwyO9MTpJ/kRcwi3qxgnGgwyO9MTpJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b461/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:58:19.6515341Z [00:02:21.477]➜  go tool buildid -w $WORK/b415/_pkg_.a # internal
2025-08-20T21:58:19.6602809Z [00:02:21.485]➜  cp $WORK/b415/_pkg_.a /root/.cache/go-build/78/78b4fcdeed2d8955fd449007dbb94e1611aa77008ef196856fe6908c5966202f-d # internal
2025-08-20T21:58:19.6652493Z [00:02:21.485]➜  github.com/projectdiscovery/hmap/store/hybrid
2025-08-20T21:58:19.6655382Z [00:02:21.485]➜  mkdir -p $WORK/b413/
2025-08-20T21:58:19.6656096Z [00:02:21.486]➜  cat >/tmp/go-build282983591/b413/importcfg << 'EOF' # internal
2025-08-20T21:58:19.6656731Z [00:02:21.486]➜  # import config
2025-08-20T21:58:19.6657891Z [00:02:21.486]➜  packagefile github.com/projectdiscovery/hmap/store/cache=/tmp/go-build282983591/b414/_pkg_.a
2025-08-20T21:58:19.6659185Z [00:02:21.486]➜  packagefile github.com/projectdiscovery/hmap/store/disk=/tmp/go-build282983591/b415/_pkg_.a
2025-08-20T21:58:19.6660705Z [00:02:21.486]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:58:19.6661958Z [00:02:21.486]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:58:19.6662929Z [00:02:21.486]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:19.6663730Z [00:02:21.486]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:19.6664567Z [00:02:21.486]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:19.6665322Z [00:02:21.486]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:19.6665883Z [00:02:21.486]➜  EOF
2025-08-20T21:58:19.6670544Z [00:02:21.486]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b413/_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/b413=>" -p github.com/projectdiscovery/hmap/store/hybrid -lang=go1.24 -complete -installsuffix shared -buildid EOFaMt5SpxAvS5CICYG0/EOFaMt5SpxAvS5CICYG0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b413/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:58:19.7371747Z [00:02:21.562]➜  go tool buildid -w $WORK/b461/_pkg_.a # internal
2025-08-20T21:58:19.7398440Z [00:02:21.565]➜  cp $WORK/b461/_pkg_.a /root/.cache/go-build/df/df381752fa267dd2cb1502c5f330a70dacc846b3595b4b32a450406221d534ae-d # internal
2025-08-20T21:58:19.7406321Z [00:02:21.566]➜  golang.org/x/text/secure/bidirule
2025-08-20T21:58:19.7411999Z [00:02:21.566]➜  mkdir -p $WORK/b460/
2025-08-20T21:58:19.7422182Z [00:02:21.567]➜  cat >/tmp/go-build282983591/b460/importcfg << 'EOF' # internal
2025-08-20T21:58:19.7433100Z [00:02:21.567]➜  # import config
2025-08-20T21:58:19.7433868Z [00:02:21.567]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:19.7434899Z [00:02:21.567]➜  packagefile golang.org/x/text/transform=/tmp/go-build282983591/b266/_pkg_.a
2025-08-20T21:58:19.7436009Z [00:02:21.567]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build282983591/b461/_pkg_.a
2025-08-20T21:58:19.7437007Z [00:02:21.567]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:19.7437648Z [00:02:21.567]➜  EOF
2025-08-20T21:58:19.7462070Z [00:02:21.567]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b460/_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/b460=>" -p golang.org/x/text/secure/bidirule -lang=go1.23 -complete -installsuffix shared -buildid usvisPKxzbsi6kv7v2b-/usvisPKxzbsi6kv7v2b- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b460/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:58:19.7984507Z [00:02:21.624]➜  go tool buildid -w $WORK/b460/_pkg_.a # internal
2025-08-20T21:58:19.8002736Z [00:02:21.625]➜  cp $WORK/b460/_pkg_.a /root/.cache/go-build/01/015af54289c53b4c7bed994c7195b2968ec8c72e9738e6329ed8e715f7873674-d # internal
2025-08-20T21:58:19.8020101Z [00:02:21.627]➜  golang.org/x/text/unicode/norm
2025-08-20T21:58:19.8025948Z [00:02:21.627]➜  mkdir -p $WORK/b462/
2025-08-20T21:58:19.8026706Z [00:02:21.627]➜  cat >/tmp/go-build282983591/b462/importcfg << 'EOF' # internal
2025-08-20T21:58:19.8027411Z [00:02:21.627]➜  # import config
2025-08-20T21:58:19.8028121Z [00:02:21.627]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:19.8029275Z [00:02:21.627]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:19.8030399Z [00:02:21.627]➜  packagefile golang.org/x/text/transform=/tmp/go-build282983591/b266/_pkg_.a
2025-08-20T21:58:19.8031301Z [00:02:21.627]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:19.8032057Z [00:02:21.627]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:19.8032813Z [00:02:21.627]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:19.8033408Z [00:02:21.627]➜  EOF
2025-08-20T21:58:19.8040542Z [00:02:21.627]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b462/_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/b462=>" -p golang.org/x/text/unicode/norm -lang=go1.23 -complete -installsuffix shared -buildid XlEHKsFFNQQ3GD3lZkxz/XlEHKsFFNQQ3GD3lZkxz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b462/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:58:20.0259335Z [00:02:21.851]➜  go tool buildid -w $WORK/b442/_pkg_.a # internal
2025-08-20T21:58:20.0317777Z [00:02:21.857]➜  go tool buildid -w $WORK/b413/_pkg_.a # internal
2025-08-20T21:58:20.0334189Z [00:02:21.859]➜  cp $WORK/b442/_pkg_.a /root/.cache/go-build/0f/0f86a01cf0f28264ee02e312bb73462ebec131ccb1b9653032d7187ab9c04d6a-d # internal
2025-08-20T21:58:20.0361866Z [00:02:21.859]➜  net/http/cookiejar
2025-08-20T21:58:20.0362414Z [00:02:21.859]➜  mkdir -p $WORK/b463/
2025-08-20T21:58:20.0363142Z [00:02:21.859]➜  cat >/tmp/go-build282983591/b463/importcfg << 'EOF' # internal
2025-08-20T21:58:20.0363802Z [00:02:21.859]➜  # import config
2025-08-20T21:58:20.0364427Z [00:02:21.859]➜  packagefile cmp=/tmp/go-build282983591/b046/_pkg_.a
2025-08-20T21:58:20.0365230Z [00:02:21.859]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:20.0366004Z [00:02:21.859]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:20.0366749Z [00:02:21.859]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:20.0367529Z [00:02:21.859]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:20.0368445Z [00:02:21.859]➜  packagefile net/http/internal/ascii=/tmp/go-build282983591/b220/_pkg_.a
2025-08-20T21:58:20.0369363Z [00:02:21.859]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:20.0370315Z [00:02:21.859]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:20.0371135Z [00:02:21.859]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:20.0371915Z [00:02:21.859]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:20.0378057Z [00:02:21.859]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:20.0381004Z [00:02:21.859]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:20.0381666Z [00:02:21.859]➜  EOF
2025-08-20T21:58:20.0384858Z [00:02:21.859]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b463/_pkg_.a -trimpath "/root/.go/src/net/http/cookiejar=>net/http/cookiejar;$WORK/b463=>" -p net/http/cookiejar -lang=go1.25 -std -complete -installsuffix shared -buildid pZqW3UsnUEdWP1m_BYDr/pZqW3UsnUEdWP1m_BYDr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b463/importcfg -pack /root/.go/src/net/http/cookiejar/jar.go /root/.go/src/net/http/cookiejar/punycode.go
2025-08-20T21:58:20.0388293Z [00:02:21.863]➜  cp $WORK/b413/_pkg_.a /root/.cache/go-build/c2/c20b1611859c1723a640ba70dc9ac168508c118fa571ea31a9ab66a6b353e96f-d # internal
2025-08-20T21:58:20.0396273Z [00:02:21.864]➜  github.com/projectdiscovery/fastdialer/fastdialer/metafiles
2025-08-20T21:58:20.0412761Z [00:02:21.865]➜  mkdir -p $WORK/b412/
2025-08-20T21:58:20.0413523Z [00:02:21.865]➜  cat >/tmp/go-build282983591/b412/importcfg << 'EOF' # internal
2025-08-20T21:58:20.0414178Z [00:02:21.865]➜  # import config
2025-08-20T21:58:20.0414799Z [00:02:21.865]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:20.0415729Z [00:02:21.865]➜  packagefile github.com/dimchansky/utfbom=/tmp/go-build282983591/b347/_pkg_.a
2025-08-20T21:58:20.0416915Z [00:02:21.865]➜  packagefile github.com/projectdiscovery/hmap/store/hybrid=/tmp/go-build282983591/b413/_pkg_.a
2025-08-20T21:58:20.0418234Z [00:02:21.865]➜  packagefile github.com/projectdiscovery/retryabledns=/tmp/go-build282983591/b331/_pkg_.a
2025-08-20T21:58:20.0419476Z [00:02:21.865]➜  packagefile github.com/projectdiscovery/utils/env=/tmp/go-build282983591/b183/_pkg_.a
2025-08-20T21:58:20.0420677Z [00:02:21.865]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:20.0421397Z [00:02:21.865]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:20.0422194Z [00:02:21.865]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:20.0423006Z [00:02:21.865]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:20.0423817Z [00:02:21.865]➜  packagefile runtime/debug=/tmp/go-build282983591/b246/_pkg_.a
2025-08-20T21:58:20.0424626Z [00:02:21.865]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:20.0425377Z [00:02:21.865]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:20.0425934Z [00:02:21.865]➜  EOF
2025-08-20T21:58:20.0432972Z [00:02:21.866]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b412/_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/b412=>" -p github.com/projectdiscovery/fastdialer/fastdialer/metafiles -lang=go1.24 -complete -installsuffix shared -buildid PNbj8MF-wIY1Z4T774wG/PNbj8MF-wIY1Z4T774wG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b412/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:58:20.1179391Z [00:02:21.943]➜  go tool buildid -w $WORK/b412/_pkg_.a # internal
2025-08-20T21:58:20.1199519Z [00:02:21.944]➜  cp $WORK/b412/_pkg_.a /root/.cache/go-build/97/976bd2b58851c4ead9be7e4b4d2a5491ef514f1efdbdba4a3f69ab1302a0adb2-d # internal
2025-08-20T21:58:20.1210822Z [00:02:21.945]➜  github.com/zmap/zcrypto/encoding/asn1
2025-08-20T21:58:20.1211604Z [00:02:21.945]➜  mkdir -p $WORK/b466/
2025-08-20T21:58:20.1212403Z [00:02:21.945]➜  cat >/tmp/go-build282983591/b466/importcfg << 'EOF' # internal
2025-08-20T21:58:20.1213108Z [00:02:21.945]➜  # import config
2025-08-20T21:58:20.1213770Z [00:02:21.945]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:20.1214624Z [00:02:21.945]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:20.1215453Z [00:02:21.945]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:20.1216255Z [00:02:21.945]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:20.1217236Z [00:02:21.945]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:20.1218121Z [00:02:21.945]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:20.1218947Z [00:02:21.945]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:20.1219758Z [00:02:21.945]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:20.1221094Z [00:02:21.945]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:20.1221910Z [00:02:21.945]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:20.1222781Z [00:02:21.945]➜  packagefile unicode/utf16=/tmp/go-build282983591/b070/_pkg_.a
2025-08-20T21:58:20.1223688Z [00:02:21.945]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:20.1224358Z [00:02:21.945]➜  EOF
2025-08-20T21:58:20.1230209Z [00:02:21.946]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b466/_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/b466=>" -p github.com/zmap/zcrypto/encoding/asn1 -lang=go1.16 -complete -installsuffix shared -buildid P9V56XdhTWclKJu3B3XK/P9V56XdhTWclKJu3B3XK -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/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:58:20.1286787Z [00:02:21.954]➜  go tool buildid -w $WORK/b463/_pkg_.a # internal
2025-08-20T21:58:20.1301802Z [00:02:21.955]➜  cp $WORK/b463/_pkg_.a /root/.cache/go-build/bd/bd5fd3f72253d6e09b504eb85d590076801a04ea416dbf9ad69bafbc74199601-d # internal
2025-08-20T21:58:20.1304186Z [00:02:21.956]➜  github.com/zmap/zcrypto/util
2025-08-20T21:58:20.1304802Z [00:02:21.956]➜  mkdir -p $WORK/b467/
2025-08-20T21:58:20.1309168Z [00:02:21.956]➜  cat >/tmp/go-build282983591/b467/importcfg << 'EOF' # internal
2025-08-20T21:58:20.1310287Z [00:02:21.956]➜  # import config
2025-08-20T21:58:20.1311041Z [00:02:21.956]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:20.1311886Z [00:02:21.956]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:20.1312708Z [00:02:21.956]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:20.1313556Z [00:02:21.956]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:20.1314224Z [00:02:21.956]➜  EOF
2025-08-20T21:58:20.1318111Z [00:02:21.956]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b467/_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/b467=>" -p github.com/zmap/zcrypto/util -lang=go1.16 -complete -installsuffix shared -buildid GhF7vwFUxgEY-AR-4KQH/GhF7vwFUxgEY-AR-4KQH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b467/importcfg -pack /root/go/pkg/mod/github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/util/isURL.go
2025-08-20T21:58:20.1464432Z [00:02:21.972]➜  go tool buildid -w $WORK/b467/_pkg_.a # internal
2025-08-20T21:58:20.1473008Z [00:02:21.972]➜  cp $WORK/b467/_pkg_.a /root/.cache/go-build/c4/c416db4b06d55bee18160961762a766e5de0bd5e3423d5ee0fedd7e3c30584e6-d # internal
2025-08-20T21:58:20.1474296Z [00:02:21.972]➜  github.com/zmap/zcrypto/x509/ct
2025-08-20T21:58:20.1474888Z [00:02:21.972]➜  mkdir -p $WORK/b468/
2025-08-20T21:58:20.1475592Z [00:02:21.973]➜  cat >/tmp/go-build282983591/b468/importcfg << 'EOF' # internal
2025-08-20T21:58:20.1476234Z [00:02:21.973]➜  # import config
2025-08-20T21:58:20.1476874Z [00:02:21.973]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:20.1477729Z [00:02:21.973]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:20.1478616Z [00:02:21.973]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:20.1479564Z [00:02:21.973]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:20.1480699Z [00:02:21.973]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:20.1482133Z [00:02:21.973]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:20.1506042Z [00:02:21.973]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:20.1506826Z [00:02:21.973]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:20.1507392Z [00:02:21.973]➜  EOF
2025-08-20T21:58:20.1512434Z [00:02:21.973]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b468/_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/b468=>" -p github.com/zmap/zcrypto/x509/ct -lang=go1.16 -complete -installsuffix shared -buildid lqrwU2dvgP0No43QguC2/lqrwU2dvgP0No43QguC2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b468/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:58:20.1969483Z [00:02:22.022]➜  go tool buildid -w $WORK/b468/_pkg_.a # internal
2025-08-20T21:58:20.1992312Z [00:02:22.024]➜  cp $WORK/b468/_pkg_.a /root/.cache/go-build/21/21d1e5351c1403ffc70e90bb1b7c604da1e2ca463c4cd3374ce9d6d661d76e7f-d # internal
2025-08-20T21:58:20.1997083Z [00:02:22.025]➜  golang.org/x/crypto/ed25519
2025-08-20T21:58:20.1997971Z [00:02:22.025]➜  mkdir -p $WORK/b470/
2025-08-20T21:58:20.2007322Z [00:02:22.026]➜  cat >/tmp/go-build282983591/b470/importcfg << 'EOF' # internal
2025-08-20T21:58:20.2008198Z [00:02:22.026]➜  # import config
2025-08-20T21:58:20.2009543Z [00:02:22.026]➜  packagefile crypto/ed25519=/tmp/go-build282983591/b130/_pkg_.a
2025-08-20T21:58:20.2010667Z [00:02:22.026]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:20.2011272Z [00:02:22.026]➜  EOF
2025-08-20T21:58:20.2014887Z [00:02:22.026]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b470/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ed25519=>golang.org/x/crypto@v0.39.0/ed25519;$WORK/b470=>" -p golang.org/x/crypto/ed25519 -lang=go1.23 -complete -installsuffix shared -buildid BwsgwJ1mtdkSiZd0IfRm/BwsgwJ1mtdkSiZd0IfRm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b470/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ed25519/ed25519.go
2025-08-20T21:58:20.2206870Z [00:02:22.046]➜  go tool buildid -w $WORK/b470/_pkg_.a # internal
2025-08-20T21:58:20.2215472Z [00:02:22.047]➜  cp $WORK/b470/_pkg_.a /root/.cache/go-build/76/769c5669fb4b06d763ab0a1f98e10155971a82abc3eb10a3d8b7a021e0bbce2a-d # internal
2025-08-20T21:58:20.2218050Z [00:02:22.047]➜  golang.org/x/sync/singleflight
2025-08-20T21:58:20.2218690Z [00:02:22.047]➜  mkdir -p $WORK/b472/
2025-08-20T21:58:20.2225678Z [00:02:22.048]➜  cat >/tmp/go-build282983591/b472/importcfg << 'EOF' # internal
2025-08-20T21:58:20.2226444Z [00:02:22.048]➜  # import config
2025-08-20T21:58:20.2227119Z [00:02:22.048]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:20.2227937Z [00:02:22.048]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:20.2228778Z [00:02:22.048]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:20.2229568Z [00:02:22.048]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:20.2230658Z [00:02:22.048]➜  packagefile runtime/debug=/tmp/go-build282983591/b246/_pkg_.a
2025-08-20T21:58:20.2231479Z [00:02:22.048]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:20.2232045Z [00:02:22.048]➜  EOF
2025-08-20T21:58:20.2236108Z [00:02:22.049]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b472/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.15.0/singleflight=>golang.org/x/sync@v0.15.0/singleflight;$WORK/b472=>" -p golang.org/x/sync/singleflight -lang=go1.23 -complete -installsuffix shared -buildid fWDiQfixELXcXHsK8VU2/fWDiQfixELXcXHsK8VU2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b472/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.15.0/singleflight/singleflight.go
2025-08-20T21:58:20.2775476Z [00:02:22.103]➜  go tool buildid -w $WORK/b472/_pkg_.a # internal
2025-08-20T21:58:20.2787182Z [00:02:22.104]➜  cp $WORK/b472/_pkg_.a /root/.cache/go-build/c0/c0d7adbd62c96725588e543aa411c2fe3c6109bf7d8cb4aa0eb998656c8815c0-d # internal
2025-08-20T21:58:20.2801561Z [00:02:22.105]➜  github.com/projectdiscovery/utils/reader/rawmode
2025-08-20T21:58:20.2803617Z [00:02:22.106]➜  mkdir -p $WORK/b474/
2025-08-20T21:58:20.2819575Z [00:02:22.107]➜  cat >/tmp/go-build282983591/b474/importcfg << 'EOF' # internal
2025-08-20T21:58:20.2821180Z [00:02:22.107]➜  # import config
2025-08-20T21:58:20.2821797Z [00:02:22.107]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:20.2822512Z [00:02:22.107]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:20.2823537Z [00:02:22.107]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:20.2824812Z [00:02:22.107]➜  EOF
2025-08-20T21:58:20.2830357Z [00:02:22.108]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b474/_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/b474=>" -p github.com/projectdiscovery/utils/reader/rawmode -lang=go1.24 -complete -installsuffix shared -buildid _u-opHnewxhHn3f7UjUA/_u-opHnewxhHn3f7UjUA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b474/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:58:20.3464081Z [00:02:22.172]➜  go tool buildid -w $WORK/b474/_pkg_.a # internal
2025-08-20T21:58:20.3474336Z [00:02:22.173]➜  cp $WORK/b474/_pkg_.a /root/.cache/go-build/ca/ca9ed7e0746325b253517b5c41b3bcc4bc0b5d0d766f98b7c0a44a1167ee0a37-d # internal
2025-08-20T21:58:20.3494046Z [00:02:22.175]➜  github.com/projectdiscovery/utils/reader
2025-08-20T21:58:20.3495262Z [00:02:22.175]➜  mkdir -p $WORK/b473/
2025-08-20T21:58:20.3502638Z [00:02:22.175]➜  cat >/tmp/go-build282983591/b473/importcfg << 'EOF' # internal
2025-08-20T21:58:20.3503372Z [00:02:22.175]➜  # import config
2025-08-20T21:58:20.3504055Z [00:02:22.175]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:20.3504873Z [00:02:22.175]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:20.3505731Z [00:02:22.175]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:20.3506543Z [00:02:22.175]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:20.3507505Z [00:02:22.175]➜  packagefile github.com/docker/go-units=/tmp/go-build282983591/b348/_pkg_.a
2025-08-20T21:58:20.3508728Z [00:02:22.175]➜  packagefile github.com/projectdiscovery/utils/context=/tmp/go-build282983591/b450/_pkg_.a
2025-08-20T21:58:20.3510188Z [00:02:22.175]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:58:20.3511863Z [00:02:22.175]➜  packagefile github.com/projectdiscovery/utils/reader/rawmode=/tmp/go-build282983591/b474/_pkg_.a
2025-08-20T21:58:20.3512943Z [00:02:22.175]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:20.3513730Z [00:02:22.175]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:20.3514498Z [00:02:22.175]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:20.3515281Z [00:02:22.175]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:20.3516057Z [00:02:22.175]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:20.3516834Z [00:02:22.176]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:20.3517640Z [00:02:22.176]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:20.3518231Z [00:02:22.176]➜  EOF
2025-08-20T21:58:20.3525639Z [00:02:22.176]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b473/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/reader=>github.com/projectdiscovery/utils@v0.4.23/reader;$WORK/b473=>" -p github.com/projectdiscovery/utils/reader -lang=go1.24 -complete -installsuffix shared -buildid ZTuvJ615MII8WN6gldo3/ZTuvJ615MII8WN6gldo3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b473/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:58:20.3603622Z [00:02:22.186]➜  go tool buildid -w $WORK/b466/_pkg_.a # internal
2025-08-20T21:58:20.3623209Z [00:02:22.187]➜  cp $WORK/b466/_pkg_.a /root/.cache/go-build/72/721921cd5306c2ee49771e782a4e7fef5036a174e920a9edb03e081d04b51b30-d # internal
2025-08-20T21:58:20.3662765Z [00:02:22.192]➜  github.com/zmap/zcrypto/cryptobyte
2025-08-20T21:58:20.3664583Z [00:02:22.192]➜  mkdir -p $WORK/b464/
2025-08-20T21:58:20.3669550Z [00:02:22.192]➜  cat >/tmp/go-build282983591/b464/importcfg << 'EOF' # internal
2025-08-20T21:58:20.3670985Z [00:02:22.192]➜  # import config
2025-08-20T21:58:20.3671748Z [00:02:22.192]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:20.3672578Z [00:02:22.192]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:20.3673612Z [00:02:22.192]➜  packagefile github.com/zmap/zcrypto/cryptobyte/asn1=/tmp/go-build282983591/b465/_pkg_.a
2025-08-20T21:58:20.3674737Z [00:02:22.192]➜  packagefile github.com/zmap/zcrypto/encoding/asn1=/tmp/go-build282983591/b466/_pkg_.a
2025-08-20T21:58:20.3675803Z [00:02:22.192]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:20.3676642Z [00:02:22.192]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:20.3677439Z [00:02:22.192]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:20.3678046Z [00:02:22.192]➜  EOF
2025-08-20T21:58:20.3683649Z [00:02:22.192]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b464/_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/b464=>" -p github.com/zmap/zcrypto/cryptobyte -lang=go1.16 -complete -installsuffix shared -buildid C9r8Zu-LpQ0sH0R6ZX2r/C9r8Zu-LpQ0sH0R6ZX2r -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/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:58:20.4959060Z [00:02:22.320]➜  go tool buildid -w $WORK/b473/_pkg_.a # internal
2025-08-20T21:58:20.4961534Z [00:02:22.321]➜  cp $WORK/b473/_pkg_.a /root/.cache/go-build/c4/c45f57964808ab18a698427574b5f81411b0f36fab66c7860e4af50b5fce7100-d # internal
2025-08-20T21:58:20.4994193Z [00:02:22.325]➜  github.com/zmap/zcrypto/x509/pkix
2025-08-20T21:58:20.4995129Z [00:02:22.325]➜  mkdir -p $WORK/b469/
2025-08-20T21:58:20.5000245Z [00:02:22.325]➜  cat >/tmp/go-build282983591/b469/importcfg << 'EOF' # internal
2025-08-20T21:58:20.5000956Z [00:02:22.325]➜  # import config
2025-08-20T21:58:20.5001635Z [00:02:22.325]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:20.5002494Z [00:02:22.325]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:20.5003227Z [00:02:22.325]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:20.5004292Z [00:02:22.325]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:20.5005285Z [00:02:22.325]➜  packagefile github.com/zmap/zcrypto/encoding/asn1=/tmp/go-build282983591/b466/_pkg_.a
2025-08-20T21:58:20.5006283Z [00:02:22.325]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:20.5007092Z [00:02:22.325]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:20.5007911Z [00:02:22.325]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:20.5008735Z [00:02:22.325]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:20.5009340Z [00:02:22.325]➜  EOF
2025-08-20T21:58:20.5016313Z [00:02:22.325]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b469/_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/b469=>" -p github.com/zmap/zcrypto/x509/pkix -lang=go1.16 -complete -installsuffix shared -buildid 39ZG26A13Dr_M7I1gHTn/39ZG26A13Dr_M7I1gHTn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b469/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:58:20.5156155Z [00:02:22.341]➜  go tool buildid -w $WORK/b462/_pkg_.a # internal
2025-08-20T21:58:20.5202813Z [00:02:22.345]➜  cp $WORK/b462/_pkg_.a /root/.cache/go-build/14/14b42a9127e0008ae05c5e5e6363d09c75f198239544ecc79cca792936dac036-d # internal
2025-08-20T21:58:20.5229508Z [00:02:22.347]➜  golang.org/x/net/idna
2025-08-20T21:58:20.5230311Z [00:02:22.347]➜  mkdir -p $WORK/b459/
2025-08-20T21:58:20.5231078Z [00:02:22.347]➜  cat >/tmp/go-build282983591/b459/importcfg << 'EOF' # internal
2025-08-20T21:58:20.5231736Z [00:02:22.347]➜  # import config
2025-08-20T21:58:20.5232398Z [00:02:22.347]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:20.5233357Z [00:02:22.347]➜  packagefile golang.org/x/text/secure/bidirule=/tmp/go-build282983591/b460/_pkg_.a
2025-08-20T21:58:20.5234504Z [00:02:22.347]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build282983591/b461/_pkg_.a
2025-08-20T21:58:20.5235684Z [00:02:22.347]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build282983591/b462/_pkg_.a
2025-08-20T21:58:20.5236634Z [00:02:22.347]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:20.5237398Z [00:02:22.347]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:20.5238248Z [00:02:22.347]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:20.5238889Z [00:02:22.347]➜  EOF
2025-08-20T21:58:20.5244575Z [00:02:22.347]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b459/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/idna=>golang.org/x/net@v0.41.0/idna;$WORK/b459=>" -p golang.org/x/net/idna -lang=go1.23 -complete -installsuffix shared -buildid TrgiUn4OSkTDy6Kf0lt8/TrgiUn4OSkTDy6Kf0lt8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b459/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:58:20.5337915Z [00:02:22.359]➜  go tool buildid -w $WORK/b464/_pkg_.a # internal
2025-08-20T21:58:20.5363578Z [00:02:22.362]➜  cp $WORK/b464/_pkg_.a /root/.cache/go-build/06/06e8956b14cca59f0e98cbd9428507ea794545b3c2c5c0bcfb7998948105b4a3-d # internal
2025-08-20T21:58:20.5367784Z [00:02:22.362]➜  golang.org/x/net/http2/hpack
2025-08-20T21:58:20.5375647Z [00:02:22.362]➜  mkdir -p $WORK/b477/
2025-08-20T21:58:20.5376419Z [00:02:22.363]➜  cat >/tmp/go-build282983591/b477/importcfg << 'EOF' # internal
2025-08-20T21:58:20.5377113Z [00:02:22.363]➜  # import config
2025-08-20T21:58:20.5377782Z [00:02:22.363]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:20.5378602Z [00:02:22.363]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:20.5379390Z [00:02:22.363]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:20.5380322Z [00:02:22.363]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:20.5381104Z [00:02:22.363]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:20.5381738Z [00:02:22.363]➜  EOF
2025-08-20T21:58:20.5392572Z [00:02:22.364]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b477/_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/b477=>" -p golang.org/x/net/http2/hpack -lang=go1.23 -complete -installsuffix shared -buildid mXrfE9BpymgaDvRyCORn/mXrfE9BpymgaDvRyCORn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b477/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:58:20.5715350Z [00:02:22.397]➜  go tool buildid -w $WORK/b350/_pkg_.a # internal
2025-08-20T21:58:20.6108801Z [00:02:22.436]➜  cp $WORK/b350/_pkg_.a /root/.cache/go-build/d3/d39094100e28c59fe3692561b48b8c5593f39660010ebdfae27c17b2adaaf7d4-d # internal
2025-08-20T21:58:20.6110479Z [00:02:22.436]➜  github.com/projectdiscovery/fastdialer/fastdialer/ja3/impersonate
2025-08-20T21:58:20.6111372Z [00:02:22.436]➜  mkdir -p $WORK/b349/
2025-08-20T21:58:20.6124871Z [00:02:22.438]➜  cat >/tmp/go-build282983591/b349/importcfg << 'EOF' # internal
2025-08-20T21:58:20.6127316Z [00:02:22.438]➜  # import config
2025-08-20T21:58:20.6128202Z [00:02:22.438]➜  packagefile github.com/refraction-networking/utls=/tmp/go-build282983591/b350/_pkg_.a
2025-08-20T21:58:20.6129004Z [00:02:22.438]➜  EOF
2025-08-20T21:58:20.6134397Z [00:02:22.438]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b349/_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/b349=>" -p github.com/projectdiscovery/fastdialer/fastdialer/ja3/impersonate -lang=go1.24 -complete -installsuffix shared -buildid UonWW_i3ytUDSufuYmxW/UonWW_i3ytUDSufuYmxW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b349/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:58:20.6535965Z [00:02:22.479]➜  go tool buildid -w $WORK/b477/_pkg_.a # internal
2025-08-20T21:58:20.6553651Z [00:02:22.480]➜  cp $WORK/b477/_pkg_.a /root/.cache/go-build/ae/aed15df7a6d54e2c01f17ca7fc893f819fc57df37974436fd2241bae7cb354b0-d # internal
2025-08-20T21:58:20.6561345Z [00:02:22.481]➜  golang.org/x/term
2025-08-20T21:58:20.6564077Z [00:02:22.481]➜  mkdir -p $WORK/b479/
2025-08-20T21:58:20.6576761Z [00:02:22.482]➜  cat >/tmp/go-build282983591/b479/importcfg << 'EOF' # internal
2025-08-20T21:58:20.6577550Z [00:02:22.482]➜  # import config
2025-08-20T21:58:20.6578227Z [00:02:22.482]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:20.6579030Z [00:02:22.482]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:20.6580118Z [00:02:22.482]➜  packagefile golang.org/x/sys/unix=/tmp/go-build282983591/b181/_pkg_.a
2025-08-20T21:58:20.6581031Z [00:02:22.482]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:20.6581832Z [00:02:22.482]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:20.6582685Z [00:02:22.482]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:20.6583492Z [00:02:22.482]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:20.6584313Z [00:02:22.482]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:20.6584952Z [00:02:22.482]➜  EOF
2025-08-20T21:58:20.6590620Z [00:02:22.482]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b479/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/term@v0.32.0=>golang.org/x/term@v0.32.0;$WORK/b479=>" -p golang.org/x/term -lang=go1.23 -complete -installsuffix shared -buildid McS2z6moLeCq-G9oHflA/McS2z6moLeCq-G9oHflA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b479/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:58:20.6596238Z [00:02:22.484]➜  go tool buildid -w $WORK/b349/_pkg_.a # internal
2025-08-20T21:58:20.6603605Z [00:02:22.485]➜  cp $WORK/b349/_pkg_.a /root/.cache/go-build/1a/1ab6dc0aab07c6ab2437f6648d23ea86571bfa1008ce26b5f040ef35abd09514-d # internal
2025-08-20T21:58:20.6613631Z [00:02:22.486]➜  archive/zip
2025-08-20T21:58:20.6633379Z [00:02:22.486]➜  mkdir -p $WORK/b481/
2025-08-20T21:58:20.6634107Z [00:02:22.486]➜  cat >/tmp/go-build282983591/b481/importcfg << 'EOF' # internal
2025-08-20T21:58:20.6634757Z [00:02:22.486]➜  # import config
2025-08-20T21:58:20.6635375Z [00:02:22.486]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:20.6636202Z [00:02:22.486]➜  packagefile compress/flate=/tmp/go-build282983591/b170/_pkg_.a
2025-08-20T21:58:20.6637102Z [00:02:22.486]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:20.6637918Z [00:02:22.486]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:20.6638669Z [00:02:22.486]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:20.6639424Z [00:02:22.486]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:20.6640384Z [00:02:22.486]➜  packagefile hash/crc32=/tmp/go-build282983591/b205/_pkg_.a
2025-08-20T21:58:20.6641246Z [00:02:22.486]➜  packagefile internal/godebug=/tmp/go-build282983591/b058/_pkg_.a
2025-08-20T21:58:20.6642045Z [00:02:22.486]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:20.6642777Z [00:02:22.486]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:58:20.6643498Z [00:02:22.486]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:20.6644254Z [00:02:22.486]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:58:20.6645104Z [00:02:22.486]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:20.6645942Z [00:02:22.487]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:20.6646727Z [00:02:22.487]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:20.6647840Z [00:02:22.487]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:20.6648606Z [00:02:22.487]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:20.6649421Z [00:02:22.487]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:20.6652595Z [00:02:22.487]➜  EOF
2025-08-20T21:58:20.6656122Z [00:02:22.487]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b481/_pkg_.a -trimpath "/root/.go/src/archive/zip=>archive/zip;$WORK/b481=>" -p archive/zip -lang=go1.25 -std -complete -installsuffix shared -buildid POmn5GHYG7XLbkAGVbpy/POmn5GHYG7XLbkAGVbpy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b481/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:58:20.7630086Z [00:02:22.588]➜  go tool buildid -w $WORK/b479/_pkg_.a # internal
2025-08-20T21:58:20.7645869Z [00:02:22.589]➜  cp $WORK/b479/_pkg_.a /root/.cache/go-build/d8/d86c6d9f55735a7e3305382fb9d006c115557afd4517de1db843cf0d64c90001-d # internal
2025-08-20T21:58:20.7666283Z [00:02:22.592]➜  github.com/Masterminds/semver/v3
2025-08-20T21:58:20.7681366Z [00:02:22.592]➜  mkdir -p $WORK/b482/
2025-08-20T21:58:20.7683158Z [00:02:22.592]➜  cat >/tmp/go-build282983591/b482/importcfg << 'EOF' # internal
2025-08-20T21:58:20.7683817Z [00:02:22.592]➜  # import config
2025-08-20T21:58:20.7684446Z [00:02:22.592]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:20.7685287Z [00:02:22.592]➜  packagefile database/sql/driver=/tmp/go-build282983591/b328/_pkg_.a
2025-08-20T21:58:20.7686206Z [00:02:22.592]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:20.7687301Z [00:02:22.592]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:20.7688067Z [00:02:22.592]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:20.7695659Z [00:02:22.592]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:20.7696507Z [00:02:22.592]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:20.7697270Z [00:02:22.592]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:20.7697836Z [00:02:22.592]➜  EOF
2025-08-20T21:58:20.7702785Z [00:02:22.593]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b482/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!masterminds/semver/v3@v3.4.0=>github.com/Masterminds/semver/v3@v3.4.0;$WORK/b482=>" -p github.com/Masterminds/semver/v3 -lang=go1.21 -complete -installsuffix shared -buildid imL87eZwXEBJlG8oMkTY/imL87eZwXEBJlG8oMkTY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b482/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:58:20.7706958Z [00:02:22.594]➜  go tool buildid -w $WORK/b459/_pkg_.a # internal
2025-08-20T21:58:20.7723541Z [00:02:22.597]➜  cp $WORK/b459/_pkg_.a /root/.cache/go-build/66/6655d49d46728efb36ac091bf74b0cd289dc0e730ef67ba37b736b158947ffc8-d # internal
2025-08-20T21:58:20.7742276Z [00:02:22.599]➜  github.com/weppos/publicsuffix-go/publicsuffix
2025-08-20T21:58:20.7744370Z [00:02:22.599]➜  mkdir -p $WORK/b458/
2025-08-20T21:58:20.7745870Z [00:02:22.599]➜  cat >/tmp/go-build282983591/b458/importcfg << 'EOF' # internal
2025-08-20T21:58:20.7746585Z [00:02:22.599]➜  # import config
2025-08-20T21:58:20.7747168Z [00:02:22.599]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:20.7747939Z [00:02:22.599]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:20.7748786Z [00:02:22.599]➜  packagefile golang.org/x/net/idna=/tmp/go-build282983591/b459/_pkg_.a
2025-08-20T21:58:20.7749601Z [00:02:22.599]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:20.7750866Z [00:02:22.599]➜  packagefile net/http/cookiejar=/tmp/go-build282983591/b463/_pkg_.a
2025-08-20T21:58:20.7751690Z [00:02:22.599]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:20.7752451Z [00:02:22.599]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:20.7753035Z [00:02:22.599]➜  EOF
2025-08-20T21:58:20.7758309Z [00:02:22.599]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b458/_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/b458=>" -p github.com/weppos/publicsuffix-go/publicsuffix -lang=go1.23 -complete -installsuffix shared -buildid bwlxX83pFvQCyigKdwNo/bwlxX83pFvQCyigKdwNo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b458/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:58:20.8212120Z [00:02:22.646]➜  go tool buildid -w $WORK/b469/_pkg_.a # internal
2025-08-20T21:58:20.8265322Z [00:02:22.652]➜  cp $WORK/b469/_pkg_.a /root/.cache/go-build/94/94b7072a382cf84e4e82ffb008c736e10a20a7b03d05d34e85c1d458d06bfc3c-d # internal
2025-08-20T21:58:20.8274738Z [00:02:22.652]➜  golang.org/x/net/http/httpguts
2025-08-20T21:58:20.8275347Z [00:02:22.652]➜  mkdir -p $WORK/b476/
2025-08-20T21:58:20.8276093Z [00:02:22.652]➜  cat >/tmp/go-build282983591/b476/importcfg << 'EOF' # internal
2025-08-20T21:58:20.8276805Z [00:02:22.652]➜  # import config
2025-08-20T21:58:20.8277599Z [00:02:22.652]➜  packagefile golang.org/x/net/idna=/tmp/go-build282983591/b459/_pkg_.a
2025-08-20T21:58:20.8278827Z [00:02:22.652]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:20.8279747Z [00:02:22.652]➜  packagefile net/textproto=/tmp/go-build282983591/b212/_pkg_.a
2025-08-20T21:58:20.8280984Z [00:02:22.652]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:20.8281938Z [00:02:22.652]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:20.8282606Z [00:02:22.652]➜  EOF
2025-08-20T21:58:20.8286574Z [00:02:22.652]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b476/_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/b476=>" -p golang.org/x/net/http/httpguts -lang=go1.23 -complete -installsuffix shared -buildid YkY3NmzWYodasc4viK22/YkY3NmzWYodasc4viK22 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b476/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:58:20.8770038Z [00:02:22.702]➜  go tool buildid -w $WORK/b476/_pkg_.a # internal
2025-08-20T21:58:20.8775877Z [00:02:22.703]➜  cp $WORK/b476/_pkg_.a /root/.cache/go-build/ab/abccef63a3b4b23599e028dd9b600dac40637d5fd17fcd8d9e0841facb5711ff-d # internal
2025-08-20T21:58:20.8785724Z [00:02:22.704]➜  golang.org/x/net/internal/httpcommon
2025-08-20T21:58:20.8788581Z [00:02:22.704]➜  mkdir -p $WORK/b478/
2025-08-20T21:58:20.8790129Z [00:02:22.704]➜  cat >/tmp/go-build282983591/b478/importcfg << 'EOF' # internal
2025-08-20T21:58:20.8791092Z [00:02:22.704]➜  # import config
2025-08-20T21:58:20.8792009Z [00:02:22.704]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:20.8793102Z [00:02:22.704]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:20.8795158Z [00:02:22.704]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:20.8796176Z [00:02:22.704]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build282983591/b476/_pkg_.a
2025-08-20T21:58:20.8797368Z [00:02:22.704]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build282983591/b477/_pkg_.a
2025-08-20T21:58:20.8798434Z [00:02:22.704]➜  packagefile net/http/httptrace=/tmp/go-build282983591/b218/_pkg_.a
2025-08-20T21:58:20.8799727Z [00:02:22.704]➜  packagefile net/textproto=/tmp/go-build282983591/b212/_pkg_.a
2025-08-20T21:58:20.8800808Z [00:02:22.704]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:20.8801624Z [00:02:22.704]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:20.8802432Z [00:02:22.704]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:20.8803234Z [00:02:22.704]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:20.8804059Z [00:02:22.704]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:20.8804667Z [00:02:22.704]➜  EOF
2025-08-20T21:58:20.8809397Z [00:02:22.704]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b478/_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/b478=>" -p golang.org/x/net/internal/httpcommon -lang=go1.23 -complete -installsuffix shared -buildid 7cCQ3qTZdEFCK0M0T8tL/7cCQ3qTZdEFCK0M0T8tL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b478/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:58:20.9207214Z [00:02:22.746]➜  go tool buildid -w $WORK/b482/_pkg_.a # internal
2025-08-20T21:58:20.9227081Z [00:02:22.748]➜  cp $WORK/b482/_pkg_.a /root/.cache/go-build/d0/d0ba940231bd550e1b6f2bd015fce9f149b48dfddd5d2c65af034c41dea94bb7-d # internal
2025-08-20T21:58:20.9235536Z [00:02:22.748]➜  encoding/xml
2025-08-20T21:58:20.9236080Z [00:02:22.748]➜  mkdir -p $WORK/b486/
2025-08-20T21:58:20.9253862Z [00:02:22.749]➜  cat >/tmp/go-build282983591/b486/importcfg << 'EOF' # internal
2025-08-20T21:58:20.9254576Z [00:02:22.749]➜  # import config
2025-08-20T21:58:20.9255217Z [00:02:22.749]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:20.9256002Z [00:02:22.749]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:20.9256776Z [00:02:22.749]➜  packagefile encoding=/tmp/go-build282983591/b068/_pkg_.a
2025-08-20T21:58:20.9257608Z [00:02:22.749]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:20.9258415Z [00:02:22.749]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:20.9259188Z [00:02:22.749]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:20.9260142Z [00:02:22.749]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:20.9261017Z [00:02:22.749]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:20.9261840Z [00:02:22.749]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:20.9262693Z [00:02:22.749]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:20.9263526Z [00:02:22.749]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:20.9264396Z [00:02:22.749]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:20.9265269Z [00:02:22.749]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:20.9265935Z [00:02:22.749]➜  EOF
2025-08-20T21:58:20.9269471Z [00:02:22.750]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b486/_pkg_.a -trimpath "/root/.go/src/encoding/xml=>encoding/xml;$WORK/b486=>" -p encoding/xml -lang=go1.25 -std -complete -installsuffix shared -buildid gC-cZpw-ijhWc6QWj73c/gC-cZpw-ijhWc6QWj73c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b486/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:58:20.9643686Z [00:02:22.789]➜  go tool buildid -w $WORK/b478/_pkg_.a # internal
2025-08-20T21:58:20.9657644Z [00:02:22.791]➜  cp $WORK/b478/_pkg_.a /root/.cache/go-build/a1/a1beed35c62d75dc5f6adc610f455fd416e3b0ae9ff960b7c3f58522182e644f-d # internal
2025-08-20T21:58:20.9669275Z [00:02:22.792]➜  golang.org/x/net/http2
2025-08-20T21:58:20.9672488Z [00:02:22.792]➜  mkdir -p $WORK/b475/
2025-08-20T21:58:20.9677448Z [00:02:22.793]➜  cat >/tmp/go-build282983591/b475/importcfg << 'EOF' # internal
2025-08-20T21:58:20.9683465Z [00:02:22.793]➜  # import config
2025-08-20T21:58:20.9688958Z [00:02:22.793]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:20.9690015Z [00:02:22.793]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:20.9690915Z [00:02:22.793]➜  packagefile compress/gzip=/tmp/go-build282983591/b204/_pkg_.a
2025-08-20T21:58:20.9693888Z [00:02:22.793]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:20.9695959Z [00:02:22.793]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:20.9698145Z [00:02:22.793]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:58:20.9699064Z [00:02:22.793]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:20.9700162Z [00:02:22.793]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:20.9700962Z [00:02:22.793]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:20.9701926Z [00:02:22.793]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build282983591/b476/_pkg_.a
2025-08-20T21:58:20.9703057Z [00:02:22.793]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build282983591/b477/_pkg_.a
2025-08-20T21:58:20.9704083Z [00:02:22.793]➜  packagefile golang.org/x/net/idna=/tmp/go-build282983591/b459/_pkg_.a
2025-08-20T21:58:20.9705211Z [00:02:22.793]➜  packagefile golang.org/x/net/internal/httpcommon=/tmp/go-build282983591/b478/_pkg_.a
2025-08-20T21:58:20.9706189Z [00:02:22.793]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:20.9707205Z [00:02:22.793]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:58:20.9708023Z [00:02:22.793]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:20.9708838Z [00:02:22.793]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:20.9709688Z [00:02:22.793]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:20.9710801Z [00:02:22.793]➜  packagefile math/rand=/tmp/go-build282983591/b118/_pkg_.a
2025-08-20T21:58:20.9711631Z [00:02:22.793]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:20.9712440Z [00:02:22.793]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:20.9713390Z [00:02:22.793]➜  packagefile net/http/httptrace=/tmp/go-build282983591/b218/_pkg_.a
2025-08-20T21:58:20.9714365Z [00:02:22.793]➜  packagefile net/textproto=/tmp/go-build282983591/b212/_pkg_.a
2025-08-20T21:58:20.9715250Z [00:02:22.793]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:20.9716064Z [00:02:22.793]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:20.9716863Z [00:02:22.793]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:20.9717697Z [00:02:22.793]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:20.9718519Z [00:02:22.793]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:20.9719333Z [00:02:22.793]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:20.9723765Z [00:02:22.793]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:20.9724616Z [00:02:22.793]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:20.9725466Z [00:02:22.793]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:20.9726353Z [00:02:22.793]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:20.9726956Z [00:02:22.793]➜  EOF
2025-08-20T21:58:20.9738665Z [00:02:22.793]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b475/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/http2=>golang.org/x/net@v0.41.0/http2;$WORK/b475=>" -p golang.org/x/net/http2 -lang=go1.23 -complete -installsuffix shared -buildid ziMRU1vvPpTE6D1zN3zN/ziMRU1vvPpTE6D1zN3zN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b475/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:58:21.0725865Z [00:02:22.898]➜  go tool buildid -w $WORK/b458/_pkg_.a # internal
2025-08-20T21:58:21.0828377Z [00:02:22.907]➜  cp $WORK/b458/_pkg_.a /root/.cache/go-build/78/78e5a48c6560ca17c5685b395bc99b60646ddef6c23fc7730aff4d9fcee7555e-d # internal
2025-08-20T21:58:21.0947840Z [00:02:22.920]➜  github.com/zmap/zcrypto/x509
2025-08-20T21:58:21.0951123Z [00:02:22.920]➜  mkdir -p $WORK/b457/
2025-08-20T21:58:21.0967741Z [00:02:22.921]➜  cat >/tmp/go-build282983591/b457/importcfg << 'EOF' # internal
2025-08-20T21:58:21.0968457Z [00:02:22.921]➜  # import config
2025-08-20T21:58:21.0970671Z [00:02:22.921]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:21.0991511Z [00:02:22.921]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:21.0992821Z [00:02:22.921]➜  packagefile crypto/aes=/tmp/go-build282983591/b108/_pkg_.a
2025-08-20T21:58:21.0994214Z [00:02:22.921]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:58:21.0995511Z [00:02:22.921]➜  packagefile crypto/des=/tmp/go-build282983591/b109/_pkg_.a
2025-08-20T21:58:21.0996832Z [00:02:22.921]➜  packagefile crypto/ecdsa=/tmp/go-build282983591/b115/_pkg_.a
2025-08-20T21:58:21.0997951Z [00:02:22.922]➜  packagefile crypto/elliptic=/tmp/go-build282983591/b116/_pkg_.a
2025-08-20T21:58:21.0999093Z [00:02:22.922]➜  packagefile crypto/md5=/tmp/go-build282983591/b073/_pkg_.a
2025-08-20T21:58:21.1001917Z [00:02:22.922]➜  packagefile crypto/rsa=/tmp/go-build282983591/b148/_pkg_.a
2025-08-20T21:58:21.1002991Z [00:02:22.922]➜  packagefile crypto/sha1=/tmp/go-build282983591/b095/_pkg_.a
2025-08-20T21:58:21.1004139Z [00:02:22.922]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:21.1006307Z [00:02:22.922]➜  packagefile crypto/sha512=/tmp/go-build282983591/b126/_pkg_.a
2025-08-20T21:58:21.1008630Z [00:02:22.922]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:21.1010038Z [00:02:22.922]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:21.1011305Z [00:02:22.922]➜  packagefile encoding/pem=/tmp/go-build282983591/b157/_pkg_.a
2025-08-20T21:58:21.1012136Z [00:02:22.922]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:21.1012874Z [00:02:22.922]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:21.1013917Z [00:02:22.922]➜  packagefile github.com/weppos/publicsuffix-go/publicsuffix=/tmp/go-build282983591/b458/_pkg_.a
2025-08-20T21:58:21.1015115Z [00:02:22.922]➜  packagefile github.com/zmap/zcrypto/cryptobyte=/tmp/go-build282983591/b464/_pkg_.a
2025-08-20T21:58:21.1016656Z [00:02:22.922]➜  packagefile github.com/zmap/zcrypto/cryptobyte/asn1=/tmp/go-build282983591/b465/_pkg_.a
2025-08-20T21:58:21.1017746Z [00:02:22.922]➜  packagefile github.com/zmap/zcrypto/dsa=/tmp/go-build282983591/b454/_pkg_.a
2025-08-20T21:58:21.1018812Z [00:02:22.922]➜  packagefile github.com/zmap/zcrypto/encoding/asn1=/tmp/go-build282983591/b466/_pkg_.a
2025-08-20T21:58:21.1020012Z [00:02:22.922]➜  packagefile github.com/zmap/zcrypto/json=/tmp/go-build282983591/b456/_pkg_.a
2025-08-20T21:58:21.1020999Z [00:02:22.922]➜  packagefile github.com/zmap/zcrypto/util=/tmp/go-build282983591/b467/_pkg_.a
2025-08-20T21:58:21.1021985Z [00:02:22.922]➜  packagefile github.com/zmap/zcrypto/x509/ct=/tmp/go-build282983591/b468/_pkg_.a
2025-08-20T21:58:21.1023036Z [00:02:22.922]➜  packagefile github.com/zmap/zcrypto/x509/pkix=/tmp/go-build282983591/b469/_pkg_.a
2025-08-20T21:58:21.1024057Z [00:02:22.922]➜  packagefile golang.org/x/crypto/ed25519=/tmp/go-build282983591/b470/_pkg_.a
2025-08-20T21:58:21.1024883Z [00:02:22.922]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:21.1025624Z [00:02:22.922]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:21.1026341Z [00:02:22.922]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:21.1027032Z [00:02:22.922]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:21.1027780Z [00:02:22.922]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:21.1028518Z [00:02:22.922]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:21.1029210Z [00:02:22.922]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:21.1030099Z [00:02:22.922]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:21.1031078Z [00:02:22.922]➜  packagefile unicode/utf16=/tmp/go-build282983591/b070/_pkg_.a
2025-08-20T21:58:21.1031871Z [00:02:22.922]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:21.1032432Z [00:02:22.922]➜  EOF
2025-08-20T21:58:21.1048388Z [00:02:22.926]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b457/_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/b457=>" -p github.com/zmap/zcrypto/x509 -lang=go1.16 -complete -installsuffix shared -buildid evfBebPdOAtU88pXMXPb/evfBebPdOAtU88pXMXPb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b457/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:58:21.1154477Z [00:02:22.941]➜  go tool buildid -w $WORK/b481/_pkg_.a # internal
2025-08-20T21:58:21.1226517Z [00:02:22.948]➜  cp $WORK/b481/_pkg_.a /root/.cache/go-build/1c/1cafd0e5ff9450d48acd602b17e3bfb853fb8216a2705901746de2900322870f-d # internal
2025-08-20T21:58:21.1232523Z [00:02:22.948]➜  github.com/dlclark/regexp2/syntax
2025-08-20T21:58:21.1234477Z [00:02:22.949]➜  mkdir -p $WORK/b488/
2025-08-20T21:58:21.1238877Z [00:02:22.949]➜  cat >/tmp/go-build282983591/b488/importcfg << 'EOF' # internal
2025-08-20T21:58:21.1240372Z [00:02:22.949]➜  # import config
2025-08-20T21:58:21.1241376Z [00:02:22.949]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:21.1250490Z [00:02:22.949]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:21.1251677Z [00:02:22.949]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:21.1252786Z [00:02:22.949]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:21.1253846Z [00:02:22.949]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:21.1255618Z [00:02:22.949]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:21.1256673Z [00:02:22.949]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:21.1257634Z [00:02:22.949]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:21.1258585Z [00:02:22.949]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:21.1259567Z [00:02:22.949]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:21.1261140Z [00:02:22.949]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:21.1262364Z [00:02:22.949]➜  EOF
2025-08-20T21:58:21.1269324Z [00:02:22.950]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b488/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5/syntax=>github.com/dlclark/regexp2@v1.11.5/syntax;$WORK/b488=>" -p github.com/dlclark/regexp2/syntax -lang=go1.13 -complete -installsuffix shared -buildid u4KOZTCWG6TW1LSYuFKF/u4KOZTCWG6TW1LSYuFKF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b488/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:58:21.4672390Z [00:02:23.292]➜  go tool buildid -w $WORK/b486/_pkg_.a # internal
2025-08-20T21:58:21.4940408Z [00:02:23.319]➜  cp $WORK/b486/_pkg_.a /root/.cache/go-build/9a/9a73b44558d0361f79d5f625aeb6de1a00b53acd8851634667fb8ccaad6683d6-d # internal
2025-08-20T21:58:21.4964108Z [00:02:23.322]➜  github.com/charmbracelet/glamour/internal/autolink
2025-08-20T21:58:21.4966931Z [00:02:23.322]➜  mkdir -p $WORK/b495/
2025-08-20T21:58:21.4970636Z [00:02:23.322]➜  cat >/tmp/go-build282983591/b495/importcfg << 'EOF' # internal
2025-08-20T21:58:21.4971368Z [00:02:23.322]➜  # import config
2025-08-20T21:58:21.4972007Z [00:02:23.322]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:21.4972788Z [00:02:23.322]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:21.4973370Z [00:02:23.322]➜  EOF
2025-08-20T21:58:21.4977955Z [00:02:23.322]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b495/_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/b495=>" -p github.com/charmbracelet/glamour/internal/autolink -lang=go1.23 -complete -installsuffix shared -buildid hklqOEFlZUotrwZlJK8-/hklqOEFlZUotrwZlJK8- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b495/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/internal/autolink/autolink.go
2025-08-20T21:58:21.5455409Z [00:02:23.371]➜  go tool buildid -w $WORK/b495/_pkg_.a # internal
2025-08-20T21:58:21.5476222Z [00:02:23.373]➜  cp $WORK/b495/_pkg_.a /root/.cache/go-build/e4/e4e72689d9432107ee77e5dfcfd0d7744c8ccdacab6b9a797702cdbdef72a1b2-d # internal
2025-08-20T21:58:21.5477294Z [00:02:23.373]➜  image
2025-08-20T21:58:21.5477724Z [00:02:23.373]➜  mkdir -p $WORK/b499/
2025-08-20T21:58:21.5478455Z [00:02:23.373]➜  cat >/tmp/go-build282983591/b499/importcfg << 'EOF' # internal
2025-08-20T21:58:21.5479094Z [00:02:23.373]➜  # import config
2025-08-20T21:58:21.5479707Z [00:02:23.373]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:21.5480673Z [00:02:23.373]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:21.5481465Z [00:02:23.373]➜  packagefile image/color=/tmp/go-build282983591/b500/_pkg_.a
2025-08-20T21:58:21.5482270Z [00:02:23.373]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:21.5483104Z [00:02:23.373]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:21.5484010Z [00:02:23.373]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:21.5484827Z [00:02:23.373]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:21.5485668Z [00:02:23.373]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:21.5486312Z [00:02:23.373]➜  EOF
2025-08-20T21:58:21.5490084Z [00:02:23.373]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b499/_pkg_.a -trimpath "/root/.go/src/image=>image;$WORK/b499=>" -p image -lang=go1.25 -std -complete -installsuffix shared -buildid FUsm-DkEVGAeb5T_ajyX/FUsm-DkEVGAeb5T_ajyX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b499/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:58:21.6710754Z [00:02:23.496]➜  go tool buildid -w $WORK/b488/_pkg_.a # internal
2025-08-20T21:58:21.6757485Z [00:02:23.501]➜  cp $WORK/b488/_pkg_.a /root/.cache/go-build/30/30f92c7a5d25d19eae1ddd14edb9b8d07528a323409fe7de2c7066e28d079195-d # internal
2025-08-20T21:58:21.6762985Z [00:02:23.502]➜  github.com/dlclark/regexp2
2025-08-20T21:58:21.6763563Z [00:02:23.502]➜  mkdir -p $WORK/b487/
2025-08-20T21:58:21.6767445Z [00:02:23.502]➜  cat >/tmp/go-build282983591/b487/importcfg << 'EOF' # internal
2025-08-20T21:58:21.6768491Z [00:02:23.502]➜  # import config
2025-08-20T21:58:21.6771343Z [00:02:23.502]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:21.6772445Z [00:02:23.502]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:21.6773515Z [00:02:23.502]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:21.6775023Z [00:02:23.502]➜  packagefile github.com/dlclark/regexp2/syntax=/tmp/go-build282983591/b488/_pkg_.a
2025-08-20T21:58:21.6777724Z [00:02:23.502]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:21.6778553Z [00:02:23.502]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:21.6779379Z [00:02:23.502]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:21.6794476Z [00:02:23.502]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:21.6795299Z [00:02:23.502]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:21.6796094Z [00:02:23.502]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:21.6796884Z [00:02:23.502]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:21.6797483Z [00:02:23.502]➜  EOF
2025-08-20T21:58:21.6802712Z [00:02:23.502]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b487/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.5=>github.com/dlclark/regexp2@v1.11.5;$WORK/b487=>" -p github.com/dlclark/regexp2 -lang=go1.13 -complete -installsuffix shared -buildid O7bCrEmPK0I3jOjTAl4I/O7bCrEmPK0I3jOjTAl4I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b487/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:58:21.8935831Z [00:02:23.719]➜  go tool buildid -w $WORK/b457/_pkg_.a # internal
2025-08-20T21:58:21.9023102Z [00:02:23.727]➜  cp $WORK/b457/_pkg_.a /root/.cache/go-build/15/15740d134c004bed4351d6ff0efbabe54360a0dac66dbd892e43ee403711af5a-d # internal
2025-08-20T21:58:21.9034038Z [00:02:23.729]➜  github.com/zmap/zcrypto/tls
2025-08-20T21:58:21.9039716Z [00:02:23.729]➜  mkdir -p $WORK/b452/
2025-08-20T21:58:21.9053214Z [00:02:23.730]➜  cat >/tmp/go-build282983591/b452/importcfg << 'EOF' # internal
2025-08-20T21:58:21.9054474Z [00:02:23.730]➜  # import config
2025-08-20T21:58:21.9055532Z [00:02:23.730]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:21.9056789Z [00:02:23.730]➜  packagefile container/list=/tmp/go-build282983591/b106/_pkg_.a
2025-08-20T21:58:21.9058323Z [00:02:23.730]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:21.9059447Z [00:02:23.730]➜  packagefile crypto/aes=/tmp/go-build282983591/b108/_pkg_.a
2025-08-20T21:58:21.9064821Z [00:02:23.730]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:58:21.9065988Z [00:02:23.730]➜  packagefile crypto/des=/tmp/go-build282983591/b109/_pkg_.a
2025-08-20T21:58:21.9066892Z [00:02:23.730]➜  packagefile crypto/ecdsa=/tmp/go-build282983591/b115/_pkg_.a
2025-08-20T21:58:21.9067830Z [00:02:23.730]➜  packagefile crypto/elliptic=/tmp/go-build282983591/b116/_pkg_.a
2025-08-20T21:58:21.9068727Z [00:02:23.730]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:58:21.9069599Z [00:02:23.730]➜  packagefile crypto/md5=/tmp/go-build282983591/b073/_pkg_.a
2025-08-20T21:58:21.9070754Z [00:02:23.730]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:21.9071649Z [00:02:23.730]➜  packagefile crypto/rc4=/tmp/go-build282983591/b147/_pkg_.a
2025-08-20T21:58:21.9072541Z [00:02:23.730]➜  packagefile crypto/rsa=/tmp/go-build282983591/b148/_pkg_.a
2025-08-20T21:58:21.9073445Z [00:02:23.730]➜  packagefile crypto/sha1=/tmp/go-build282983591/b095/_pkg_.a
2025-08-20T21:58:21.9074354Z [00:02:23.730]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:21.9075291Z [00:02:23.730]➜  packagefile crypto/sha512=/tmp/go-build282983591/b126/_pkg_.a
2025-08-20T21:58:21.9076218Z [00:02:23.730]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:58:21.9077148Z [00:02:23.730]➜  packagefile encoding/asn1=/tmp/go-build282983591/b128/_pkg_.a
2025-08-20T21:58:21.9078100Z [00:02:23.730]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:21.9079026Z [00:02:23.730]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:21.9084244Z [00:02:23.730]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:21.9085265Z [00:02:23.730]➜  packagefile encoding/pem=/tmp/go-build282983591/b157/_pkg_.a
2025-08-20T21:58:21.9086182Z [00:02:23.730]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:21.9087039Z [00:02:23.730]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:21.9087975Z [00:02:23.730]➜  packagefile github.com/zmap/rc2=/tmp/go-build282983591/b453/_pkg_.a
2025-08-20T21:58:21.9089252Z [00:02:23.730]➜  packagefile github.com/zmap/zcrypto/dsa=/tmp/go-build282983591/b454/_pkg_.a
2025-08-20T21:58:21.9091037Z [00:02:23.730]➜  packagefile github.com/zmap/zcrypto/json=/tmp/go-build282983591/b456/_pkg_.a
2025-08-20T21:58:21.9092172Z [00:02:23.730]➜  packagefile github.com/zmap/zcrypto/x509=/tmp/go-build282983591/b457/_pkg_.a
2025-08-20T21:58:21.9093326Z [00:02:23.730]➜  packagefile github.com/zmap/zcrypto/x509/ct=/tmp/go-build282983591/b468/_pkg_.a
2025-08-20T21:58:21.9094556Z [00:02:23.730]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build282983591/b371/_pkg_.a
2025-08-20T21:58:21.9095554Z [00:02:23.730]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:21.9096316Z [00:02:23.730]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:21.9097118Z [00:02:23.730]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:58:21.9097937Z [00:02:23.730]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:21.9098757Z [00:02:23.730]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:21.9099557Z [00:02:23.730]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:21.9100670Z [00:02:23.731]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:21.9101521Z [00:02:23.731]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:21.9102368Z [00:02:23.731]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:21.9103217Z [00:02:23.731]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:21.9104020Z [00:02:23.731]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:21.9104830Z [00:02:23.731]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:21.9105460Z [00:02:23.731]➜  EOF
2025-08-20T21:58:21.9135829Z [00:02:23.731]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b452/_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/b452=>" -p github.com/zmap/zcrypto/tls -lang=go1.16 -complete -installsuffix shared -buildid 0ZT3QIGe3AN08rUgG3I8/0ZT3QIGe3AN08rUgG3I8 -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/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:58:21.9174022Z [00:02:23.743]➜  go tool buildid -w $WORK/b499/_pkg_.a # internal
2025-08-20T21:58:21.9296278Z [00:02:23.754]➜  cp $WORK/b499/_pkg_.a /root/.cache/go-build/ec/ece57b351dee325a192c4ae828e7da8c6842524bfd1e7df9c0641c65b9daf14a-d # internal
2025-08-20T21:58:21.9297776Z [00:02:23.754]➜  image/png
2025-08-20T21:58:21.9298272Z [00:02:23.754]➜  mkdir -p $WORK/b501/
2025-08-20T21:58:21.9299022Z [00:02:23.754]➜  cat >/tmp/go-build282983591/b501/importcfg << 'EOF' # internal
2025-08-20T21:58:21.9312098Z [00:02:23.754]➜  # import config
2025-08-20T21:58:21.9314282Z [00:02:23.754]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:21.9315762Z [00:02:23.754]➜  packagefile compress/zlib=/tmp/go-build282983591/b169/_pkg_.a
2025-08-20T21:58:21.9317168Z [00:02:23.754]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:21.9319460Z [00:02:23.754]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:21.9320850Z [00:02:23.754]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:21.9322295Z [00:02:23.754]➜  packagefile hash/crc32=/tmp/go-build282983591/b205/_pkg_.a
2025-08-20T21:58:21.9323368Z [00:02:23.754]➜  packagefile image=/tmp/go-build282983591/b499/_pkg_.a
2025-08-20T21:58:21.9324418Z [00:02:23.754]➜  packagefile image/color=/tmp/go-build282983591/b500/_pkg_.a
2025-08-20T21:58:21.9325769Z [00:02:23.754]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:21.9326763Z [00:02:23.754]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:21.9327799Z [00:02:23.754]➜  EOF
2025-08-20T21:58:21.9331417Z [00:02:23.758]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b501/_pkg_.a -trimpath "/root/.go/src/image/png=>image/png;$WORK/b501=>" -p image/png -lang=go1.25 -std -complete -installsuffix shared -buildid qzsMKh2rBp5Dhx3yfnzl/qzsMKh2rBp5Dhx3yfnzl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b501/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:58:22.1727644Z [00:02:23.998]➜  go tool buildid -w $WORK/b501/_pkg_.a # internal
2025-08-20T21:58:22.1754973Z [00:02:24.000]➜  cp $WORK/b501/_pkg_.a /root/.cache/go-build/57/5781639d4da87f2e2ba172880d9fd9a8a66c3ae47b2b98e2eab5063f7f9ee3a4-d # internal
2025-08-20T21:58:22.1766129Z [00:02:24.002]➜  github.com/charmbracelet/x/ansi/kitty
2025-08-20T21:58:22.1768447Z [00:02:24.002]➜  mkdir -p $WORK/b498/
2025-08-20T21:58:22.1772105Z [00:02:24.002]➜  cat >/tmp/go-build282983591/b498/importcfg << 'EOF' # internal
2025-08-20T21:58:22.1781325Z [00:02:24.002]➜  # import config
2025-08-20T21:58:22.1782020Z [00:02:24.002]➜  packagefile compress/zlib=/tmp/go-build282983591/b169/_pkg_.a
2025-08-20T21:58:22.1782875Z [00:02:24.002]➜  packagefile encoding=/tmp/go-build282983591/b068/_pkg_.a
2025-08-20T21:58:22.1783657Z [00:02:24.002]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:22.1784405Z [00:02:24.002]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:22.1785246Z [00:02:24.002]➜  packagefile image=/tmp/go-build282983591/b499/_pkg_.a
2025-08-20T21:58:22.1786076Z [00:02:24.002]➜  packagefile image/color=/tmp/go-build282983591/b500/_pkg_.a
2025-08-20T21:58:22.1786946Z [00:02:24.003]➜  packagefile image/png=/tmp/go-build282983591/b501/_pkg_.a
2025-08-20T21:58:22.1787790Z [00:02:24.003]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:22.1788563Z [00:02:24.003]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:22.1789328Z [00:02:24.003]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:22.1790006Z [00:02:24.003]➜  EOF
2025-08-20T21:58:22.1795019Z [00:02:24.003]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b498/_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/b498=>" -p github.com/charmbracelet/x/ansi/kitty -lang=go1.18 -complete -installsuffix shared -buildid mIruQ8_W-lsXmY99zvBk/mIruQ8_W-lsXmY99zvBk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b498/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:58:22.2254019Z [00:02:24.050]➜  go tool buildid -w $WORK/b498/_pkg_.a # internal
2025-08-20T21:58:22.2264378Z [00:02:24.051]➜  cp $WORK/b498/_pkg_.a /root/.cache/go-build/93/93e03ffa905544a0a66a51a22ddb9d6656b418279c1475a6cdd5b27ea1b5715f-d # internal
2025-08-20T21:58:22.2276700Z [00:02:24.052]➜  github.com/lucasb-eyer/go-colorful
2025-08-20T21:58:22.2277289Z [00:02:24.052]➜  mkdir -p $WORK/b503/
2025-08-20T21:58:22.2277930Z [00:02:24.053]➜  cat >/tmp/go-build282983591/b503/importcfg << 'EOF' # internal
2025-08-20T21:58:22.2278534Z [00:02:24.053]➜  # import config
2025-08-20T21:58:22.2279198Z [00:02:24.053]➜  packagefile database/sql/driver=/tmp/go-build282983591/b328/_pkg_.a
2025-08-20T21:58:22.2280268Z [00:02:24.053]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:22.2281085Z [00:02:24.053]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:22.2281866Z [00:02:24.053]➜  packagefile image/color=/tmp/go-build282983591/b500/_pkg_.a
2025-08-20T21:58:22.2282623Z [00:02:24.053]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:22.2283359Z [00:02:24.053]➜  packagefile math/rand=/tmp/go-build282983591/b118/_pkg_.a
2025-08-20T21:58:22.2284116Z [00:02:24.053]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:22.2284738Z [00:02:24.053]➜  EOF
2025-08-20T21:58:22.2293094Z [00:02:24.053]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b503/_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/b503=>" -p github.com/lucasb-eyer/go-colorful -lang=go1.12 -complete -installsuffix shared -buildid 5ZfmM3DAm6Kgvew992V-/5ZfmM3DAm6Kgvew992V- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b503/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:58:22.2521347Z [00:02:24.076]➜  go tool buildid -w $WORK/b487/_pkg_.a # internal
2025-08-20T21:58:22.2544617Z [00:02:24.080]➜  cp $WORK/b487/_pkg_.a /root/.cache/go-build/ea/eac493e6c0cdf16668d47e6d0ef451740bfdbfc99979a92d1c155f2e092adfc7-d # internal
2025-08-20T21:58:22.2553721Z [00:02:24.081]➜  github.com/alecthomas/chroma/v2
2025-08-20T21:58:22.2556645Z [00:02:24.081]➜  mkdir -p $WORK/b485/
2025-08-20T21:58:22.2566568Z [00:02:24.082]➜  cat >/tmp/go-build282983591/b485/importcfg << 'EOF' # internal
2025-08-20T21:58:22.2567299Z [00:02:24.082]➜  # import config
2025-08-20T21:58:22.2567942Z [00:02:24.082]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:22.2568828Z [00:02:24.082]➜  packagefile compress/gzip=/tmp/go-build282983591/b204/_pkg_.a
2025-08-20T21:58:22.2569771Z [00:02:24.082]➜  packagefile encoding/xml=/tmp/go-build282983591/b486/_pkg_.a
2025-08-20T21:58:22.2570769Z [00:02:24.082]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:22.2571539Z [00:02:24.082]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:22.2572440Z [00:02:24.082]➜  packagefile github.com/dlclark/regexp2=/tmp/go-build282983591/b487/_pkg_.a
2025-08-20T21:58:22.2573322Z [00:02:24.082]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:22.2574136Z [00:02:24.082]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:58:22.2574990Z [00:02:24.082]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:22.2576080Z [00:02:24.082]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:22.2577363Z [00:02:24.082]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:22.2578450Z [00:02:24.082]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:22.2579434Z [00:02:24.082]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:22.2580561Z [00:02:24.082]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:22.2581690Z [00:02:24.082]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:22.2586419Z [00:02:24.082]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:22.2587535Z [00:02:24.082]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:22.2588488Z [00:02:24.082]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:22.2589514Z [00:02:24.082]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:22.2590696Z [00:02:24.082]➜  EOF
2025-08-20T21:58:22.2602057Z [00:02:24.082]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b485/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0=>github.com/alecthomas/chroma/v2@v2.14.0;$WORK/b485=>" -p github.com/alecthomas/chroma/v2 -lang=go1.19 -complete -installsuffix shared -buildid jyjc9eJ3Js697uH7hyTU/jyjc9eJ3Js697uH7hyTU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b485/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:58:22.2791534Z [00:02:24.104]➜  go tool buildid -w $WORK/b475/_pkg_.a # internal
2025-08-20T21:58:22.3036184Z [00:02:24.129]➜  cp $WORK/b475/_pkg_.a /root/.cache/go-build/5b/5b4bed409047c781052e3a6a0087d3d2fba7de8a1ca3b07d1205a4eff74979e4-d # internal
2025-08-20T21:58:22.3057949Z [00:02:24.129]➜  github.com/mattn/go-runewidth
2025-08-20T21:58:22.3058652Z [00:02:24.129]➜  mkdir -p $WORK/b504/
2025-08-20T21:58:22.3059415Z [00:02:24.130]➜  cat >/tmp/go-build282983591/b504/importcfg << 'EOF' # internal
2025-08-20T21:58:22.3060331Z [00:02:24.130]➜  # import config
2025-08-20T21:58:22.3061445Z [00:02:24.130]➜  packagefile github.com/rivo/uniseg=/tmp/go-build282983591/b505/_pkg_.a
2025-08-20T21:58:22.3062366Z [00:02:24.130]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:22.3063173Z [00:02:24.130]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:22.3063987Z [00:02:24.130]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:22.3064608Z [00:02:24.130]➜  EOF
2025-08-20T21:58:22.3069062Z [00:02:24.130]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b504/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16=>github.com/mattn/go-runewidth@v0.0.16;$WORK/b504=>" -p github.com/mattn/go-runewidth -lang=go1.9 -complete -installsuffix shared -buildid 3jRGoxD3BDFGd0rRY7mt/3jRGoxD3BDFGd0rRY7mt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b504/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:58:22.3680518Z [00:02:24.193]➜  go tool buildid -w $WORK/b503/_pkg_.a # internal
2025-08-20T21:58:22.3710356Z [00:02:24.196]➜  cp $WORK/b503/_pkg_.a /root/.cache/go-build/1c/1c9173e08641b9f3fc40a9e0a12bc59762aa01376e4c4f2f4411b037fcce813a-d # internal
2025-08-20T21:58:22.3712943Z [00:02:24.196]➜  github.com/charmbracelet/x/term
2025-08-20T21:58:22.3714668Z [00:02:24.196]➜  mkdir -p $WORK/b508/
2025-08-20T21:58:22.3725867Z [00:02:24.198]➜  cat >/tmp/go-build282983591/b508/importcfg << 'EOF' # internal
2025-08-20T21:58:22.3727988Z [00:02:24.198]➜  # import config
2025-08-20T21:58:22.3732131Z [00:02:24.198]➜  packagefile golang.org/x/sys/unix=/tmp/go-build282983591/b181/_pkg_.a
2025-08-20T21:58:22.3733447Z [00:02:24.198]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:22.3734354Z [00:02:24.198]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:22.3735044Z [00:02:24.198]➜  EOF
2025-08-20T21:58:22.3740530Z [00:02:24.198]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b508/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1=>github.com/charmbracelet/x/term@v0.2.1;$WORK/b508=>" -p github.com/charmbracelet/x/term -lang=go1.18 -complete -installsuffix shared -buildid MiYEQuQb3XhNWKNMjZzA/MiYEQuQb3XhNWKNMjZzA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b508/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:58:22.4369183Z [00:02:24.260]➜  go tool buildid -w $WORK/b504/_pkg_.a # internal
2025-08-20T21:58:22.4372823Z [00:02:24.261]➜  cp $WORK/b504/_pkg_.a /root/.cache/go-build/74/74137ec69c1d323ae63052c516a095c22d3d2c4dcc3f9a2856608c85d4b1b154-d # internal
2025-08-20T21:58:22.4395282Z [00:02:24.265]➜  github.com/charmbracelet/x/ansi
2025-08-20T21:58:22.4398149Z [00:02:24.265]➜  mkdir -p $WORK/b497/
2025-08-20T21:58:22.4426901Z [00:02:24.268]➜  cat >/tmp/go-build282983591/b497/importcfg << 'EOF' # internal
2025-08-20T21:58:22.4439092Z [00:02:24.268]➜  # import config
2025-08-20T21:58:22.4440018Z [00:02:24.268]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:22.4440966Z [00:02:24.268]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:22.4441891Z [00:02:24.268]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:22.4442748Z [00:02:24.268]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:22.4443572Z [00:02:24.268]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:22.4444594Z [00:02:24.268]➜  packagefile github.com/charmbracelet/x/ansi/kitty=/tmp/go-build282983591/b498/_pkg_.a
2025-08-20T21:58:22.4446275Z [00:02:24.268]➜  packagefile github.com/charmbracelet/x/ansi/parser=/tmp/go-build282983591/b502/_pkg_.a
2025-08-20T21:58:22.4447526Z [00:02:24.268]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build282983591/b503/_pkg_.a
2025-08-20T21:58:22.4448681Z [00:02:24.268]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build282983591/b504/_pkg_.a
2025-08-20T21:58:22.4449746Z [00:02:24.268]➜  packagefile github.com/rivo/uniseg=/tmp/go-build282983591/b505/_pkg_.a
2025-08-20T21:58:22.4453574Z [00:02:24.268]➜  packagefile image=/tmp/go-build282983591/b499/_pkg_.a
2025-08-20T21:58:22.4454502Z [00:02:24.268]➜  packagefile image/color=/tmp/go-build282983591/b500/_pkg_.a
2025-08-20T21:58:22.4455376Z [00:02:24.268]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:22.4456246Z [00:02:24.268]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:22.4457049Z [00:02:24.268]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:22.4457851Z [00:02:24.268]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:58:22.4458691Z [00:02:24.268]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:22.4459527Z [00:02:24.268]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:22.4460541Z [00:02:24.268]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:22.4461322Z [00:02:24.268]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:22.4462147Z [00:02:24.268]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:22.4462763Z [00:02:24.268]➜  EOF
2025-08-20T21:58:22.4499736Z [00:02:24.269]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b497/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0=>github.com/charmbracelet/x/ansi@v0.8.0;$WORK/b497=>" -p github.com/charmbracelet/x/ansi -lang=go1.18 -complete -installsuffix shared -buildid PMB-m6vJ6mAT1lJOJljC/PMB-m6vJ6mAT1lJOJljC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b497/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:58:22.4576471Z [00:02:24.283]➜  go tool buildid -w $WORK/b508/_pkg_.a # internal
2025-08-20T21:58:22.4586999Z [00:02:24.284]➜  cp $WORK/b508/_pkg_.a /root/.cache/go-build/da/da6751e5fc7c545d8d5d938bd2463348c42836b1f4ece3b3a8bd89c2adc18a4d-d # internal
2025-08-20T21:58:22.4625730Z [00:02:24.288]➜  github.com/xo/terminfo
2025-08-20T21:58:22.4628262Z [00:02:24.288]➜  mkdir -p $WORK/b509/
2025-08-20T21:58:22.4636679Z [00:02:24.289]➜  cat >/tmp/go-build282983591/b509/importcfg << 'EOF' # internal
2025-08-20T21:58:22.4656688Z [00:02:24.289]➜  # import config
2025-08-20T21:58:22.4657429Z [00:02:24.289]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:22.4658275Z [00:02:24.289]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:22.4659086Z [00:02:24.289]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:22.4660087Z [00:02:24.289]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:58:22.4660936Z [00:02:24.289]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:22.4662064Z [00:02:24.289]➜  packagefile os/user=/tmp/go-build282983591/b237/_pkg_.a
2025-08-20T21:58:22.4662974Z [00:02:24.289]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:58:22.4663787Z [00:02:24.289]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:22.4664624Z [00:02:24.289]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:22.4665485Z [00:02:24.289]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:22.4666345Z [00:02:24.289]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:22.4666977Z [00:02:24.289]➜  EOF
2025-08-20T21:58:22.4675377Z [00:02:24.289]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b509/_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/b509=>" -p github.com/xo/terminfo -lang=go1.19 -complete -installsuffix shared -buildid ATi-VW5Z31aXhV5Kic1-/ATi-VW5Z31aXhV5Kic1- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b509/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:58:22.7504730Z [00:02:24.576]➜  go tool buildid -w $WORK/b485/_pkg_.a # internal
2025-08-20T21:58:22.7584987Z [00:02:24.584]➜  go tool buildid -w $WORK/b509/_pkg_.a # internal
2025-08-20T21:58:22.7607875Z [00:02:24.586]➜  cp $WORK/b485/_pkg_.a /root/.cache/go-build/55/55a6864e9b4067f9cdff4761e5b65f29ed1d8e603b0975caae5560479bd41ec1-d # internal
2025-08-20T21:58:22.7622746Z [00:02:24.586]➜  github.com/alecthomas/chroma/v2/formatters/html
2025-08-20T21:58:22.7623774Z [00:02:24.586]➜  mkdir -p $WORK/b491/
2025-08-20T21:58:22.7624979Z [00:02:24.586]➜  cp $WORK/b509/_pkg_.a /root/.cache/go-build/c9/c9dee9e5e084bc0fd588ad746683e237fb5735e5645ebe40030346e5fe4b5627-d # internal
2025-08-20T21:58:22.7631942Z [00:02:24.588]➜  cat >/tmp/go-build282983591/b491/importcfg << 'EOF' # internal
2025-08-20T21:58:22.7637349Z [00:02:24.588]➜  # import config
2025-08-20T21:58:22.7638018Z [00:02:24.588]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:22.7639073Z [00:02:24.588]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build282983591/b485/_pkg_.a
2025-08-20T21:58:22.7640367Z [00:02:24.588]➜  packagefile html=/tmp/go-build282983591/b176/_pkg_.a
2025-08-20T21:58:22.7641162Z [00:02:24.588]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:22.7641914Z [00:02:24.588]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:22.7642685Z [00:02:24.588]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:22.7643495Z [00:02:24.588]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:22.7644271Z [00:02:24.588]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:22.7644872Z [00:02:24.588]➜  EOF
2025-08-20T21:58:22.7649069Z [00:02:24.589]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b491/_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/b491=>" -p github.com/alecthomas/chroma/v2/formatters/html -lang=go1.19 -complete -installsuffix shared -buildid ECQgBQaEt5jotfsp7zZb/ECQgBQaEt5jotfsp7zZb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b491/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/formatters/html/html.go
2025-08-20T21:58:22.7652934Z [00:02:24.590]➜  github.com/alecthomas/chroma/v2/formatters/svg
2025-08-20T21:58:22.7653612Z [00:02:24.591]➜  mkdir -p $WORK/b492/
2025-08-20T21:58:22.7680844Z [00:02:24.591]➜  cat >/tmp/go-build282983591/b492/importcfg << 'EOF' # internal
2025-08-20T21:58:22.7681551Z [00:02:24.591]➜  # import config
2025-08-20T21:58:22.7682242Z [00:02:24.591]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:22.7683070Z [00:02:24.591]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:22.7683811Z [00:02:24.591]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:22.7684713Z [00:02:24.591]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build282983591/b485/_pkg_.a
2025-08-20T21:58:22.7685611Z [00:02:24.591]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:22.7686404Z [00:02:24.591]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:22.7687194Z [00:02:24.591]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:58:22.7687988Z [00:02:24.591]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:22.7688615Z [00:02:24.591]➜  EOF
2025-08-20T21:58:22.7707393Z [00:02:24.591]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b492/_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/b492=>" -p github.com/alecthomas/chroma/v2/formatters/svg -lang=go1.19 -complete -installsuffix shared -buildid 3HvrCLyhqfP-grg_0tpU/3HvrCLyhqfP-grg_0tpU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b492/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:58:22.8601547Z [00:02:24.685]➜  go tool buildid -w $WORK/b452/_pkg_.a # internal
2025-08-20T21:58:22.8683047Z [00:02:24.694]➜  go tool buildid -w $WORK/b491/_pkg_.a # internal
2025-08-20T21:58:22.8703639Z [00:02:24.696]➜  cp $WORK/b491/_pkg_.a /root/.cache/go-build/ed/ed16e03cb144753105b1d8b38512e9dd58c65bc018dbfc6389825f09a1da662e-d # internal
2025-08-20T21:58:22.8790231Z [00:02:24.704]➜  github.com/alecthomas/chroma/v2/lexers
2025-08-20T21:58:22.8792572Z [00:02:24.704]➜  mkdir -p $WORK/b493/
2025-08-20T21:58:22.8802614Z [00:02:24.705]➜  cp $WORK/b452/_pkg_.a /root/.cache/go-build/ee/eec940e80f53f73fb78fccbaf309a02bab46949f3b8eea8f71a7576bd31e70ba-d # internal
2025-08-20T21:58:22.8806596Z [00:02:24.706]➜  cat >/tmp/go-build282983591/b493/importcfg << 'EOF' # internal
2025-08-20T21:58:22.8807287Z [00:02:24.706]➜  # import config
2025-08-20T21:58:22.8807937Z [00:02:24.706]➜  packagefile embed=/tmp/go-build282983591/b066/_pkg_.a
2025-08-20T21:58:22.8808930Z [00:02:24.706]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build282983591/b485/_pkg_.a
2025-08-20T21:58:22.8810168Z [00:02:24.706]➜  packagefile github.com/dlclark/regexp2=/tmp/go-build282983591/b487/_pkg_.a
2025-08-20T21:58:22.8811105Z [00:02:24.706]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:58:22.8811959Z [00:02:24.706]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:22.8812763Z [00:02:24.706]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:22.8813581Z [00:02:24.706]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:22.8814199Z [00:02:24.706]➜  EOF
2025-08-20T21:58:22.8828046Z [00:02:24.708]➜  cat >/tmp/go-build282983591/b493/embedcfg << 'EOF' # internal
2025-08-20T21:58:22.8882480Z [00:02:24.710]➜  {
2025-08-20T21:58:22.8882949Z [00:02:24.710]➜  	"Patterns": {
2025-08-20T21:58:22.8883432Z [00:02:24.710]➜  		"embedded": [
2025-08-20T21:58:22.8883936Z [00:02:24.710]➜  			"embedded/abap.xml",
2025-08-20T21:58:22.8884485Z [00:02:24.710]➜  			"embedded/abnf.xml",
2025-08-20T21:58:22.8885047Z [00:02:24.711]➜  			"embedded/actionscript.xml",
2025-08-20T21:58:22.8885991Z [00:02:24.711]➜  			"embedded/actionscript_3.xml",
2025-08-20T21:58:22.8886622Z [00:02:24.711]➜  			"embedded/ada.xml",
2025-08-20T21:58:22.8887236Z [00:02:24.711]➜  			"embedded/agda.xml",
2025-08-20T21:58:22.8887801Z [00:02:24.711]➜  			"embedded/al.xml",
2025-08-20T21:58:22.8888352Z [00:02:24.711]➜  			"embedded/alloy.xml",
2025-08-20T21:58:22.8888912Z [00:02:24.711]➜  			"embedded/angular2.xml",
2025-08-20T21:58:22.8889456Z [00:02:24.711]➜  			"embedded/antlr.xml",
2025-08-20T21:58:22.8890229Z [00:02:24.711]➜  			"embedded/apacheconf.xml",
2025-08-20T21:58:22.8890790Z [00:02:24.711]➜  			"embedded/apl.xml",
2025-08-20T21:58:22.8891348Z [00:02:24.711]➜  			"embedded/applescript.xml",
2025-08-20T21:58:22.8891961Z [00:02:24.711]➜  			"embedded/arangodb_aql.xml",
2025-08-20T21:58:22.8892503Z [00:02:24.711]➜  			"embedded/arduino.xml",
2025-08-20T21:58:22.8894044Z [00:02:24.711]➜  			"embedded/armasm.xml",
2025-08-20T21:58:22.8894546Z [00:02:24.711]➜  			"embedded/autohotkey.xml",
2025-08-20T21:58:22.8895071Z [00:02:24.711]➜  			"embedded/autoit.xml",
2025-08-20T21:58:22.8895533Z [00:02:24.711]➜  			"embedded/awk.xml",
2025-08-20T21:58:22.8896018Z [00:02:24.711]➜  			"embedded/ballerina.xml",
2025-08-20T21:58:22.8896519Z [00:02:24.711]➜  			"embedded/bash.xml",
2025-08-20T21:58:22.8897017Z [00:02:24.711]➜  			"embedded/bash_session.xml",
2025-08-20T21:58:22.8897524Z [00:02:24.711]➜  			"embedded/batchfile.xml",
2025-08-20T21:58:22.8898019Z [00:02:24.711]➜  			"embedded/bibtex.xml",
2025-08-20T21:58:22.8898492Z [00:02:24.711]➜  			"embedded/bicep.xml",
2025-08-20T21:58:22.8898993Z [00:02:24.711]➜  			"embedded/blitzbasic.xml",
2025-08-20T21:58:22.8899482Z [00:02:24.711]➜  			"embedded/bnf.xml",
2025-08-20T21:58:22.8900102Z [00:02:24.711]➜  			"embedded/bqn.xml",
2025-08-20T21:58:22.8900583Z [00:02:24.711]➜  			"embedded/brainfuck.xml",
2025-08-20T21:58:22.8901057Z [00:02:24.711]➜  			"embedded/c#.xml",
2025-08-20T21:58:22.8901503Z [00:02:24.711]➜  			"embedded/c++.xml",
2025-08-20T21:58:22.8901962Z [00:02:24.711]➜  			"embedded/c.xml",
2025-08-20T21:58:22.8902445Z [00:02:24.711]➜  			"embedded/cap_n_proto.xml",
2025-08-20T21:58:22.8902974Z [00:02:24.711]➜  			"embedded/cassandra_cql.xml",
2025-08-20T21:58:22.8903739Z [00:02:24.711]➜  			"embedded/ceylon.xml",
2025-08-20T21:58:22.8904224Z [00:02:24.711]➜  			"embedded/cfengine3.xml",
2025-08-20T21:58:22.8904730Z [00:02:24.711]➜  			"embedded/cfstatement.xml",
2025-08-20T21:58:22.8905252Z [00:02:24.711]➜  			"embedded/chaiscript.xml",
2025-08-20T21:58:22.8905749Z [00:02:24.711]➜  			"embedded/chapel.xml",
2025-08-20T21:58:22.8906240Z [00:02:24.711]➜  			"embedded/cheetah.xml",
2025-08-20T21:58:22.8906725Z [00:02:24.711]➜  			"embedded/clojure.xml",
2025-08-20T21:58:22.8907194Z [00:02:24.711]➜  			"embedded/cmake.xml",
2025-08-20T21:58:22.8907667Z [00:02:24.711]➜  			"embedded/cobol.xml",
2025-08-20T21:58:22.8908174Z [00:02:24.711]➜  			"embedded/coffeescript.xml",
2025-08-20T21:58:22.8908705Z [00:02:24.711]➜  			"embedded/common_lisp.xml",
2025-08-20T21:58:22.8909210Z [00:02:24.711]➜  			"embedded/coq.xml",
2025-08-20T21:58:22.8909676Z [00:02:24.711]➜  			"embedded/crystal.xml",
2025-08-20T21:58:22.8910522Z [00:02:24.711]➜  			"embedded/css.xml",
2025-08-20T21:58:22.8911044Z [00:02:24.711]➜  			"embedded/cue.xml",
2025-08-20T21:58:22.8911570Z [00:02:24.711]➜  			"embedded/cython.xml",
2025-08-20T21:58:22.8912085Z [00:02:24.711]➜  			"embedded/d.xml",
2025-08-20T21:58:22.8912585Z [00:02:24.711]➜  			"embedded/dart.xml",
2025-08-20T21:58:22.8913092Z [00:02:24.711]➜  			"embedded/dax.xml",
2025-08-20T21:58:22.8913633Z [00:02:24.711]➜  			"embedded/desktop_entry.xml",
2025-08-20T21:58:22.8914208Z [00:02:24.711]➜  			"embedded/diff.xml",
2025-08-20T21:58:22.8914771Z [00:02:24.711]➜  			"embedded/django_jinja.xml",
2025-08-20T21:58:22.8915321Z [00:02:24.711]➜  			"embedded/dns.xml",
2025-08-20T21:58:22.8915848Z [00:02:24.711]➜  			"embedded/docker.xml",
2025-08-20T21:58:22.8916376Z [00:02:24.711]➜  			"embedded/dtd.xml",
2025-08-20T21:58:22.8916882Z [00:02:24.711]➜  			"embedded/dylan.xml",
2025-08-20T21:58:22.8917657Z [00:02:24.711]➜  			"embedded/ebnf.xml",
2025-08-20T21:58:22.8918233Z [00:02:24.711]➜  			"embedded/elixir.xml",
2025-08-20T21:58:22.8918763Z [00:02:24.711]➜  			"embedded/elm.xml",
2025-08-20T21:58:22.8919338Z [00:02:24.711]➜  			"embedded/emacslisp.xml",
2025-08-20T21:58:22.8920117Z [00:02:24.711]➜  			"embedded/erlang.xml",
2025-08-20T21:58:22.8920625Z [00:02:24.711]➜  			"embedded/factor.xml",
2025-08-20T21:58:22.8921107Z [00:02:24.711]➜  			"embedded/fennel.xml",
2025-08-20T21:58:22.8921580Z [00:02:24.711]➜  			"embedded/fish.xml",
2025-08-20T21:58:22.8922049Z [00:02:24.711]➜  			"embedded/forth.xml",
2025-08-20T21:58:22.8922537Z [00:02:24.711]➜  			"embedded/fortran.xml",
2025-08-20T21:58:22.8923056Z [00:02:24.711]➜  			"embedded/fortranfixed.xml",
2025-08-20T21:58:22.8923561Z [00:02:24.711]➜  			"embedded/fsharp.xml",
2025-08-20T21:58:22.8924035Z [00:02:24.711]➜  			"embedded/gas.xml",
2025-08-20T21:58:22.8924511Z [00:02:24.711]➜  			"embedded/gdscript.xml",
2025-08-20T21:58:22.8925023Z [00:02:24.711]➜  			"embedded/gdscript3.xml",
2025-08-20T21:58:22.8925529Z [00:02:24.711]➜  			"embedded/gherkin.xml",
2025-08-20T21:58:22.8926027Z [00:02:24.711]➜  			"embedded/gleam.xml",
2025-08-20T21:58:22.8926512Z [00:02:24.711]➜  			"embedded/glsl.xml",
2025-08-20T21:58:22.8926979Z [00:02:24.711]➜  			"embedded/gnuplot.xml",
2025-08-20T21:58:22.8927477Z [00:02:24.711]➜  			"embedded/go_template.xml",
2025-08-20T21:58:22.8927980Z [00:02:24.711]➜  			"embedded/graphql.xml",
2025-08-20T21:58:22.8928458Z [00:02:24.711]➜  			"embedded/groff.xml",
2025-08-20T21:58:22.8928930Z [00:02:24.711]➜  			"embedded/groovy.xml",
2025-08-20T21:58:22.8929427Z [00:02:24.711]➜  			"embedded/handlebars.xml",
2025-08-20T21:58:22.8930079Z [00:02:24.711]➜  			"embedded/hare.xml",
2025-08-20T21:58:22.8930615Z [00:02:24.711]➜  			"embedded/haskell.xml",
2025-08-20T21:58:22.8931141Z [00:02:24.711]➜  			"embedded/hcl.xml",
2025-08-20T21:58:22.8931661Z [00:02:24.711]➜  			"embedded/hexdump.xml",
2025-08-20T21:58:22.8932191Z [00:02:24.711]➜  			"embedded/hlb.xml",
2025-08-20T21:58:22.8932695Z [00:02:24.711]➜  			"embedded/hlsl.xml",
2025-08-20T21:58:22.8933210Z [00:02:24.711]➜  			"embedded/holyc.xml",
2025-08-20T21:58:22.8933977Z [00:02:24.711]➜  			"embedded/html.xml",
2025-08-20T21:58:22.8934469Z [00:02:24.711]➜  			"embedded/hy.xml",
2025-08-20T21:58:22.8934971Z [00:02:24.711]➜  			"embedded/idris.xml",
2025-08-20T21:58:22.8935481Z [00:02:24.711]➜  			"embedded/igor.xml",
2025-08-20T21:58:22.8935980Z [00:02:24.711]➜  			"embedded/ini.xml",
2025-08-20T21:58:22.8936465Z [00:02:24.711]➜  			"embedded/io.xml",
2025-08-20T21:58:22.8936973Z [00:02:24.711]➜  			"embedded/iscdhcpd.xml",
2025-08-20T21:58:22.8937484Z [00:02:24.711]➜  			"embedded/j.xml",
2025-08-20T21:58:22.8937968Z [00:02:24.711]➜  			"embedded/java.xml",
2025-08-20T21:58:22.8938518Z [00:02:24.711]➜  			"embedded/javascript.xml",
2025-08-20T21:58:22.8939059Z [00:02:24.711]➜  			"embedded/json.xml",
2025-08-20T21:58:22.8939584Z [00:02:24.711]➜  			"embedded/julia.xml",
2025-08-20T21:58:22.8942067Z [00:02:24.711]➜  			"embedded/jungle.xml",
2025-08-20T21:58:22.8942586Z [00:02:24.711]➜  			"embedded/kotlin.xml",
2025-08-20T21:58:22.8943187Z [00:02:24.711]➜  			"embedded/lighttpd_configuration_file.xml",
2025-08-20T21:58:22.8943754Z [00:02:24.711]➜  			"embedded/llvm.xml",
2025-08-20T21:58:22.8944227Z [00:02:24.711]➜  			"embedded/lua.xml",
2025-08-20T21:58:22.8944714Z [00:02:24.711]➜  			"embedded/makefile.xml",
2025-08-20T21:58:22.8945202Z [00:02:24.711]➜  			"embedded/mako.xml",
2025-08-20T21:58:22.8945674Z [00:02:24.711]➜  			"embedded/mason.xml",
2025-08-20T21:58:22.8946221Z [00:02:24.711]➜  			"embedded/materialize_sql_dialect.xml",
2025-08-20T21:58:22.8946789Z [00:02:24.711]➜  			"embedded/mathematica.xml",
2025-08-20T21:58:22.8947292Z [00:02:24.711]➜  			"embedded/matlab.xml",
2025-08-20T21:58:22.8947792Z [00:02:24.711]➜  			"embedded/mcfunction.xml",
2025-08-20T21:58:22.8948277Z [00:02:24.711]➜  			"embedded/meson.xml",
2025-08-20T21:58:22.8948934Z [00:02:24.711]➜  			"embedded/metal.xml",
2025-08-20T21:58:22.8949430Z [00:02:24.711]➜  			"embedded/minizinc.xml",
2025-08-20T21:58:22.8950136Z [00:02:24.711]➜  			"embedded/mlir.xml",
2025-08-20T21:58:22.8950687Z [00:02:24.711]➜  			"embedded/modula-2.xml",
2025-08-20T21:58:22.8951231Z [00:02:24.711]➜  			"embedded/monkeyc.xml",
2025-08-20T21:58:22.8951795Z [00:02:24.711]➜  			"embedded/morrowindscript.xml",
2025-08-20T21:58:22.8952357Z [00:02:24.711]➜  			"embedded/myghty.xml",
2025-08-20T21:58:22.8952877Z [00:02:24.711]➜  			"embedded/mysql.xml",
2025-08-20T21:58:22.8953390Z [00:02:24.711]➜  			"embedded/nasm.xml",
2025-08-20T21:58:22.8953916Z [00:02:24.711]➜  			"embedded/natural.xml",
2025-08-20T21:58:22.8954446Z [00:02:24.711]➜  			"embedded/ndisasm.xml",
2025-08-20T21:58:22.8954980Z [00:02:24.711]➜  			"embedded/newspeak.xml",
2025-08-20T21:58:22.8955573Z [00:02:24.711]➜  			"embedded/nginx_configuration_file.xml",
2025-08-20T21:58:22.8956131Z [00:02:24.711]➜  			"embedded/nim.xml",
2025-08-20T21:58:22.8956642Z [00:02:24.711]➜  			"embedded/nix.xml",
2025-08-20T21:58:22.8957167Z [00:02:24.711]➜  			"embedded/objective-c.xml",
2025-08-20T21:58:22.8957728Z [00:02:24.711]➜  			"embedded/objectpascal.xml",
2025-08-20T21:58:22.8958275Z [00:02:24.711]➜  			"embedded/ocaml.xml",
2025-08-20T21:58:22.8958786Z [00:02:24.711]➜  			"embedded/octave.xml",
2025-08-20T21:58:22.8959291Z [00:02:24.711]➜  			"embedded/odin.xml",
2025-08-20T21:58:22.8980376Z [00:02:24.711]➜  			"embedded/onesenterprise.xml",
2025-08-20T21:58:22.8981284Z [00:02:24.711]➜  			"embedded/openedge_abl.xml",
2025-08-20T21:58:22.8981899Z [00:02:24.711]➜  			"embedded/openscad.xml",
2025-08-20T21:58:22.8982454Z [00:02:24.711]➜  			"embedded/org_mode.xml",
2025-08-20T21:58:22.8982978Z [00:02:24.711]➜  			"embedded/pacmanconf.xml",
2025-08-20T21:58:22.8983524Z [00:02:24.711]➜  			"embedded/perl.xml",
2025-08-20T21:58:22.8984050Z [00:02:24.711]➜  			"embedded/php.xml",
2025-08-20T21:58:22.8984554Z [00:02:24.711]➜  			"embedded/pig.xml",
2025-08-20T21:58:22.8985137Z [00:02:24.711]➜  			"embedded/pkgconfig.xml",
2025-08-20T21:58:22.8985703Z [00:02:24.711]➜  			"embedded/pl_pgsql.xml",
2025-08-20T21:58:22.8986225Z [00:02:24.711]➜  			"embedded/plaintext.xml",
2025-08-20T21:58:22.8987133Z [00:02:24.711]➜  			"embedded/plutus_core.xml",
2025-08-20T21:58:22.8987698Z [00:02:24.711]➜  			"embedded/pony.xml",
2025-08-20T21:58:22.8988303Z [00:02:24.711]➜  			"embedded/postgresql_sql_dialect.xml",
2025-08-20T21:58:22.8988956Z [00:02:24.711]➜  			"embedded/postscript.xml",
2025-08-20T21:58:22.8989532Z [00:02:24.711]➜  			"embedded/povray.xml",
2025-08-20T21:58:22.8990300Z [00:02:24.711]➜  			"embedded/powerquery.xml",
2025-08-20T21:58:22.8990879Z [00:02:24.711]➜  			"embedded/powershell.xml",
2025-08-20T21:58:22.8991416Z [00:02:24.711]➜  			"embedded/prolog.xml",
2025-08-20T21:58:22.8991982Z [00:02:24.711]➜  			"embedded/promela.xml",
2025-08-20T21:58:22.8992531Z [00:02:24.711]➜  			"embedded/promql.xml",
2025-08-20T21:58:22.8993073Z [00:02:24.711]➜  			"embedded/properties.xml",
2025-08-20T21:58:22.8993660Z [00:02:24.711]➜  			"embedded/protocol_buffer.xml",
2025-08-20T21:58:22.8994221Z [00:02:24.711]➜  			"embedded/prql.xml",
2025-08-20T21:58:22.8994726Z [00:02:24.711]➜  			"embedded/psl.xml",
2025-08-20T21:58:22.8995234Z [00:02:24.711]➜  			"embedded/puppet.xml",
2025-08-20T21:58:22.8995752Z [00:02:24.711]➜  			"embedded/python.xml",
2025-08-20T21:58:22.8996263Z [00:02:24.711]➜  			"embedded/python_2.xml",
2025-08-20T21:58:22.8996781Z [00:02:24.711]➜  			"embedded/qbasic.xml",
2025-08-20T21:58:22.8997257Z [00:02:24.711]➜  			"embedded/qml.xml",
2025-08-20T21:58:22.8997744Z [00:02:24.711]➜  			"embedded/r.xml",
2025-08-20T21:58:22.8998222Z [00:02:24.711]➜  			"embedded/racket.xml",
2025-08-20T21:58:22.8998713Z [00:02:24.711]➜  			"embedded/ragel.xml",
2025-08-20T21:58:22.8999222Z [00:02:24.711]➜  			"embedded/react.xml",
2025-08-20T21:58:22.8999720Z [00:02:24.711]➜  			"embedded/reasonml.xml",
2025-08-20T21:58:22.9000434Z [00:02:24.711]➜  			"embedded/reg.xml",
2025-08-20T21:58:22.9001117Z [00:02:24.711]➜  			"embedded/rego.xml",
2025-08-20T21:58:22.9001627Z [00:02:24.711]➜  			"embedded/rexx.xml",
2025-08-20T21:58:22.9002143Z [00:02:24.711]➜  			"embedded/rpm_spec.xml",
2025-08-20T21:58:22.9002654Z [00:02:24.711]➜  			"embedded/ruby.xml",
2025-08-20T21:58:22.9003160Z [00:02:24.711]➜  			"embedded/rust.xml",
2025-08-20T21:58:22.9003638Z [00:02:24.711]➜  			"embedded/sas.xml",
2025-08-20T21:58:22.9004124Z [00:02:24.711]➜  			"embedded/sass.xml",
2025-08-20T21:58:22.9004617Z [00:02:24.711]➜  			"embedded/scala.xml",
2025-08-20T21:58:22.9005108Z [00:02:24.711]➜  			"embedded/scheme.xml",
2025-08-20T21:58:22.9005625Z [00:02:24.711]➜  			"embedded/scilab.xml",
2025-08-20T21:58:22.9006112Z [00:02:24.711]➜  			"embedded/scss.xml",
2025-08-20T21:58:22.9006590Z [00:02:24.711]➜  			"embedded/sed.xml",
2025-08-20T21:58:22.9007084Z [00:02:24.711]➜  			"embedded/sieve.xml",
2025-08-20T21:58:22.9007570Z [00:02:24.711]➜  			"embedded/smali.xml",
2025-08-20T21:58:22.9008132Z [00:02:24.711]➜  			"embedded/smalltalk.xml",
2025-08-20T21:58:22.9008657Z [00:02:24.711]➜  			"embedded/smarty.xml",
2025-08-20T21:58:22.9009143Z [00:02:24.711]➜  			"embedded/snobol.xml",
2025-08-20T21:58:22.9009707Z [00:02:24.711]➜  			"embedded/solidity.xml",
2025-08-20T21:58:22.9010597Z [00:02:24.711]➜  			"embedded/sourcepawn.xml",
2025-08-20T21:58:22.9011152Z [00:02:24.711]➜  			"embedded/sparql.xml",
2025-08-20T21:58:22.9011665Z [00:02:24.711]➜  			"embedded/sql.xml",
2025-08-20T21:58:22.9012195Z [00:02:24.711]➜  			"embedded/squidconf.xml",
2025-08-20T21:58:22.9012749Z [00:02:24.711]➜  			"embedded/standard_ml.xml",
2025-08-20T21:58:22.9013286Z [00:02:24.711]➜  			"embedded/stas.xml",
2025-08-20T21:58:22.9013807Z [00:02:24.711]➜  			"embedded/stylus.xml",
2025-08-20T21:58:22.9014341Z [00:02:24.711]➜  			"embedded/swift.xml",
2025-08-20T21:58:22.9014876Z [00:02:24.711]➜  			"embedded/systemd.xml",
2025-08-20T21:58:22.9015438Z [00:02:24.711]➜  			"embedded/systemverilog.xml",
2025-08-20T21:58:22.9016033Z [00:02:24.711]➜  			"embedded/tablegen.xml",
2025-08-20T21:58:22.9016567Z [00:02:24.711]➜  			"embedded/tal.xml",
2025-08-20T21:58:22.9017062Z [00:02:24.711]➜  			"embedded/tasm.xml",
2025-08-20T21:58:22.9017866Z [00:02:24.711]➜  			"embedded/tcl.xml",
2025-08-20T21:58:22.9018387Z [00:02:24.711]➜  			"embedded/tcsh.xml",
2025-08-20T21:58:22.9018916Z [00:02:24.711]➜  			"embedded/termcap.xml",
2025-08-20T21:58:22.9019473Z [00:02:24.711]➜  			"embedded/terminfo.xml",
2025-08-20T21:58:22.9020241Z [00:02:24.711]➜  			"embedded/terraform.xml",
2025-08-20T21:58:22.9020779Z [00:02:24.711]➜  			"embedded/tex.xml",
2025-08-20T21:58:22.9021300Z [00:02:24.712]➜  			"embedded/thrift.xml",
2025-08-20T21:58:22.9021819Z [00:02:24.712]➜  			"embedded/toml.xml",
2025-08-20T21:58:22.9022364Z [00:02:24.712]➜  			"embedded/tradingview.xml",
2025-08-20T21:58:22.9022949Z [00:02:24.712]➜  			"embedded/transact-sql.xml",
2025-08-20T21:58:22.9023515Z [00:02:24.712]➜  			"embedded/turing.xml",
2025-08-20T21:58:22.9024058Z [00:02:24.712]➜  			"embedded/turtle.xml",
2025-08-20T21:58:22.9024584Z [00:02:24.712]➜  			"embedded/twig.xml",
2025-08-20T21:58:22.9025130Z [00:02:24.712]➜  			"embedded/typescript.xml",
2025-08-20T21:58:22.9025741Z [00:02:24.712]➜  			"embedded/typoscript.xml",
2025-08-20T21:58:22.9026370Z [00:02:24.712]➜  			"embedded/typoscriptcssdata.xml",
2025-08-20T21:58:22.9027092Z [00:02:24.712]➜  			"embedded/typoscripthtmldata.xml",
2025-08-20T21:58:22.9027700Z [00:02:24.712]➜  			"embedded/ucode.xml",
2025-08-20T21:58:22.9028214Z [00:02:24.712]➜  			"embedded/v.xml",
2025-08-20T21:58:22.9028734Z [00:02:24.712]➜  			"embedded/v_shell.xml",
2025-08-20T21:58:22.9029267Z [00:02:24.712]➜  			"embedded/vala.xml",
2025-08-20T21:58:22.9029984Z [00:02:24.712]➜  			"embedded/vb_net.xml",
2025-08-20T21:58:22.9030542Z [00:02:24.712]➜  			"embedded/verilog.xml",
2025-08-20T21:58:22.9031060Z [00:02:24.712]➜  			"embedded/vhdl.xml",
2025-08-20T21:58:22.9031574Z [00:02:24.712]➜  			"embedded/vhs.xml",
2025-08-20T21:58:22.9032301Z [00:02:24.712]➜  			"embedded/viml.xml",
2025-08-20T21:58:22.9032842Z [00:02:24.712]➜  			"embedded/vue.xml",
2025-08-20T21:58:22.9033350Z [00:02:24.712]➜  			"embedded/wdte.xml",
2025-08-20T21:58:22.9033947Z [00:02:24.712]➜  			"embedded/webgpu_shading_language.xml",
2025-08-20T21:58:22.9034558Z [00:02:24.712]➜  			"embedded/whiley.xml",
2025-08-20T21:58:22.9035078Z [00:02:24.712]➜  			"embedded/xml.xml",
2025-08-20T21:58:22.9035578Z [00:02:24.712]➜  			"embedded/xorg.xml",
2025-08-20T21:58:22.9036084Z [00:02:24.712]➜  			"embedded/yaml.xml",
2025-08-20T21:58:22.9036583Z [00:02:24.712]➜  			"embedded/yang.xml",
2025-08-20T21:58:22.9037110Z [00:02:24.712]➜  			"embedded/z80_assembly.xml",
2025-08-20T21:58:22.9037640Z [00:02:24.712]➜  			"embedded/zed.xml",
2025-08-20T21:58:22.9038134Z [00:02:24.712]➜  			"embedded/zig.xml"
2025-08-20T21:58:22.9038577Z [00:02:24.712]➜  		]
2025-08-20T21:58:22.9038943Z [00:02:24.712]➜  	},
2025-08-20T21:58:22.9039336Z [00:02:24.712]➜  	"Files": {
2025-08-20T21:58:22.9050646Z [00:02:24.712]➜  		"embedded/abap.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/abap.xml",
2025-08-20T21:58:22.9052186Z [00:02:24.712]➜  		"embedded/abnf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/abnf.xml",
2025-08-20T21:58:22.9053801Z [00:02:24.712]➜  		"embedded/actionscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/actionscript.xml",
2025-08-20T21:58:22.9055515Z [00:02:24.712]➜  		"embedded/actionscript_3.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/actionscript_3.xml",
2025-08-20T21:58:22.9057059Z [00:02:24.712]➜  		"embedded/ada.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ada.xml",
2025-08-20T21:58:22.9058424Z [00:02:24.712]➜  		"embedded/agda.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/agda.xml",
2025-08-20T21:58:22.9059999Z [00:02:24.712]➜  		"embedded/al.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/al.xml",
2025-08-20T21:58:22.9061455Z [00:02:24.712]➜  		"embedded/alloy.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/alloy.xml",
2025-08-20T21:58:22.9063258Z [00:02:24.712]➜  		"embedded/angular2.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/angular2.xml",
2025-08-20T21:58:22.9064772Z [00:02:24.712]➜  		"embedded/antlr.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/antlr.xml",
2025-08-20T21:58:22.9066385Z [00:02:24.712]➜  		"embedded/apacheconf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/apacheconf.xml",
2025-08-20T21:58:22.9067954Z [00:02:24.712]➜  		"embedded/apl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/apl.xml",
2025-08-20T21:58:22.9069530Z [00:02:24.712]➜  		"embedded/applescript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/applescript.xml",
2025-08-20T21:58:22.9071379Z [00:02:24.712]➜  		"embedded/arangodb_aql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/arangodb_aql.xml",
2025-08-20T21:58:22.9072988Z [00:02:24.712]➜  		"embedded/arduino.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/arduino.xml",
2025-08-20T21:58:22.9074552Z [00:02:24.712]➜  		"embedded/armasm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/armasm.xml",
2025-08-20T21:58:22.9076057Z [00:02:24.712]➜  		"embedded/autohotkey.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/autohotkey.xml",
2025-08-20T21:58:22.9077645Z [00:02:24.712]➜  		"embedded/autoit.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/autoit.xml",
2025-08-20T21:58:22.9079100Z [00:02:24.712]➜  		"embedded/awk.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/awk.xml",
2025-08-20T21:58:22.9080964Z [00:02:24.712]➜  		"embedded/ballerina.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ballerina.xml",
2025-08-20T21:58:22.9082545Z [00:02:24.712]➜  		"embedded/bash.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/bash.xml",
2025-08-20T21:58:22.9084141Z [00:02:24.712]➜  		"embedded/bash_session.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/bash_session.xml",
2025-08-20T21:58:22.9085797Z [00:02:24.712]➜  		"embedded/batchfile.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/batchfile.xml",
2025-08-20T21:58:22.9087392Z [00:02:24.712]➜  		"embedded/bibtex.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/bibtex.xml",
2025-08-20T21:58:22.9088880Z [00:02:24.712]➜  		"embedded/bicep.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/bicep.xml",
2025-08-20T21:58:22.9090595Z [00:02:24.712]➜  		"embedded/blitzbasic.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/blitzbasic.xml",
2025-08-20T21:58:22.9092137Z [00:02:24.712]➜  		"embedded/bnf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/bnf.xml",
2025-08-20T21:58:22.9093532Z [00:02:24.712]➜  		"embedded/bqn.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/bqn.xml",
2025-08-20T21:58:22.9095013Z [00:02:24.712]➜  		"embedded/brainfuck.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/brainfuck.xml",
2025-08-20T21:58:22.9096456Z [00:02:24.712]➜  		"embedded/c#.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/c#.xml",
2025-08-20T21:58:22.9097825Z [00:02:24.712]➜  		"embedded/c++.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/c++.xml",
2025-08-20T21:58:22.9099179Z [00:02:24.712]➜  		"embedded/c.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/c.xml",
2025-08-20T21:58:22.9100903Z [00:02:24.712]➜  		"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:58:22.9102581Z [00:02:24.712]➜  		"embedded/cassandra_cql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cassandra_cql.xml",
2025-08-20T21:58:22.9104469Z [00:02:24.712]➜  		"embedded/ceylon.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ceylon.xml",
2025-08-20T21:58:22.9106046Z [00:02:24.712]➜  		"embedded/cfengine3.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cfengine3.xml",
2025-08-20T21:58:22.9107678Z [00:02:24.712]➜  		"embedded/cfstatement.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cfstatement.xml",
2025-08-20T21:58:22.9109307Z [00:02:24.712]➜  		"embedded/chaiscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/chaiscript.xml",
2025-08-20T21:58:22.9141292Z [00:02:24.712]➜  		"embedded/chapel.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/chapel.xml",
2025-08-20T21:58:22.9142671Z [00:02:24.712]➜  		"embedded/cheetah.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cheetah.xml",
2025-08-20T21:58:22.9144062Z [00:02:24.712]➜  		"embedded/clojure.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/clojure.xml",
2025-08-20T21:58:22.9145394Z [00:02:24.712]➜  		"embedded/cmake.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cmake.xml",
2025-08-20T21:58:22.9146716Z [00:02:24.712]➜  		"embedded/cobol.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cobol.xml",
2025-08-20T21:58:22.9148177Z [00:02:24.712]➜  		"embedded/coffeescript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/coffeescript.xml",
2025-08-20T21:58:22.9149735Z [00:02:24.712]➜  		"embedded/common_lisp.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/common_lisp.xml",
2025-08-20T21:58:22.9151584Z [00:02:24.712]➜  		"embedded/coq.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/coq.xml",
2025-08-20T21:58:22.9152928Z [00:02:24.712]➜  		"embedded/crystal.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/crystal.xml",
2025-08-20T21:58:22.9154268Z [00:02:24.712]➜  		"embedded/css.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/css.xml",
2025-08-20T21:58:22.9155532Z [00:02:24.712]➜  		"embedded/cue.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cue.xml",
2025-08-20T21:58:22.9156836Z [00:02:24.712]➜  		"embedded/cython.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cython.xml",
2025-08-20T21:58:22.9158113Z [00:02:24.712]➜  		"embedded/d.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/d.xml",
2025-08-20T21:58:22.9159383Z [00:02:24.712]➜  		"embedded/dart.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/dart.xml",
2025-08-20T21:58:22.9160922Z [00:02:24.712]➜  		"embedded/dax.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/dax.xml",
2025-08-20T21:58:22.9162501Z [00:02:24.712]➜  		"embedded/desktop_entry.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/desktop_entry.xml",
2025-08-20T21:58:22.9164072Z [00:02:24.712]➜  		"embedded/diff.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/diff.xml",
2025-08-20T21:58:22.9165603Z [00:02:24.712]➜  		"embedded/django_jinja.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/django_jinja.xml",
2025-08-20T21:58:22.9167021Z [00:02:24.712]➜  		"embedded/dns.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/dns.xml",
2025-08-20T21:58:22.9168347Z [00:02:24.712]➜  		"embedded/docker.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/docker.xml",
2025-08-20T21:58:22.9169695Z [00:02:24.712]➜  		"embedded/dtd.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/dtd.xml",
2025-08-20T21:58:22.9171531Z [00:02:24.712]➜  		"embedded/dylan.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/dylan.xml",
2025-08-20T21:58:22.9173237Z [00:02:24.712]➜  		"embedded/ebnf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ebnf.xml",
2025-08-20T21:58:22.9174704Z [00:02:24.712]➜  		"embedded/elixir.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/elixir.xml",
2025-08-20T21:58:22.9176122Z [00:02:24.712]➜  		"embedded/elm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/elm.xml",
2025-08-20T21:58:22.9177563Z [00:02:24.712]➜  		"embedded/emacslisp.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/emacslisp.xml",
2025-08-20T21:58:22.9178996Z [00:02:24.712]➜  		"embedded/erlang.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/erlang.xml",
2025-08-20T21:58:22.9180523Z [00:02:24.712]➜  		"embedded/factor.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/factor.xml",
2025-08-20T21:58:22.9181897Z [00:02:24.712]➜  		"embedded/fennel.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/fennel.xml",
2025-08-20T21:58:22.9183244Z [00:02:24.712]➜  		"embedded/fish.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/fish.xml",
2025-08-20T21:58:22.9184583Z [00:02:24.712]➜  		"embedded/forth.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/forth.xml",
2025-08-20T21:58:22.9185960Z [00:02:24.712]➜  		"embedded/fortran.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/fortran.xml",
2025-08-20T21:58:22.9187494Z [00:02:24.712]➜  		"embedded/fortranfixed.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/fortranfixed.xml",
2025-08-20T21:58:22.9189178Z [00:02:24.712]➜  		"embedded/fsharp.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/fsharp.xml",
2025-08-20T21:58:22.9190741Z [00:02:24.712]➜  		"embedded/gas.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/gas.xml",
2025-08-20T21:58:22.9192210Z [00:02:24.712]➜  		"embedded/gdscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/gdscript.xml",
2025-08-20T21:58:22.9193776Z [00:02:24.712]➜  		"embedded/gdscript3.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/gdscript3.xml",
2025-08-20T21:58:22.9195319Z [00:02:24.712]➜  		"embedded/gherkin.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/gherkin.xml",
2025-08-20T21:58:22.9196782Z [00:02:24.712]➜  		"embedded/gleam.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/gleam.xml",
2025-08-20T21:58:22.9198210Z [00:02:24.712]➜  		"embedded/glsl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/glsl.xml",
2025-08-20T21:58:22.9199668Z [00:02:24.712]➜  		"embedded/gnuplot.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/gnuplot.xml",
2025-08-20T21:58:22.9201446Z [00:02:24.712]➜  		"embedded/go_template.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/go_template.xml",
2025-08-20T21:58:22.9202965Z [00:02:24.712]➜  		"embedded/graphql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/graphql.xml",
2025-08-20T21:58:22.9204399Z [00:02:24.712]➜  		"embedded/groff.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/groff.xml",
2025-08-20T21:58:22.9205836Z [00:02:24.712]➜  		"embedded/groovy.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/groovy.xml",
2025-08-20T21:58:22.9207347Z [00:02:24.712]➜  		"embedded/handlebars.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/handlebars.xml",
2025-08-20T21:58:22.9208823Z [00:02:24.712]➜  		"embedded/hare.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/hare.xml",
2025-08-20T21:58:22.9210424Z [00:02:24.712]➜  		"embedded/haskell.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/haskell.xml",
2025-08-20T21:58:22.9212027Z [00:02:24.712]➜  		"embedded/hcl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/hcl.xml",
2025-08-20T21:58:22.9213400Z [00:02:24.712]➜  		"embedded/hexdump.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/hexdump.xml",
2025-08-20T21:58:22.9214739Z [00:02:24.712]➜  		"embedded/hlb.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/hlb.xml",
2025-08-20T21:58:22.9216043Z [00:02:24.712]➜  		"embedded/hlsl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/hlsl.xml",
2025-08-20T21:58:22.9217405Z [00:02:24.712]➜  		"embedded/holyc.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/holyc.xml",
2025-08-20T21:58:22.9218762Z [00:02:24.712]➜  		"embedded/html.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/html.xml",
2025-08-20T21:58:22.9220228Z [00:02:24.712]➜  		"embedded/hy.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/hy.xml",
2025-08-20T21:58:22.9221561Z [00:02:24.712]➜  		"embedded/idris.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/idris.xml",
2025-08-20T21:58:22.9222906Z [00:02:24.712]➜  		"embedded/igor.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/igor.xml",
2025-08-20T21:58:22.9224190Z [00:02:24.712]➜  		"embedded/ini.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ini.xml",
2025-08-20T21:58:22.9225436Z [00:02:24.712]➜  		"embedded/io.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/io.xml",
2025-08-20T21:58:22.9226939Z [00:02:24.712]➜  		"embedded/iscdhcpd.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/iscdhcpd.xml",
2025-08-20T21:58:22.9228287Z [00:02:24.712]➜  		"embedded/j.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/j.xml",
2025-08-20T21:58:22.9229587Z [00:02:24.712]➜  		"embedded/java.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/java.xml",
2025-08-20T21:58:22.9231147Z [00:02:24.712]➜  		"embedded/javascript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/javascript.xml",
2025-08-20T21:58:22.9232561Z [00:02:24.712]➜  		"embedded/json.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/json.xml",
2025-08-20T21:58:22.9233902Z [00:02:24.712]➜  		"embedded/julia.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/julia.xml",
2025-08-20T21:58:22.9235314Z [00:02:24.712]➜  		"embedded/jungle.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/jungle.xml",
2025-08-20T21:58:22.9236731Z [00:02:24.712]➜  		"embedded/kotlin.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/kotlin.xml",
2025-08-20T21:58:22.9238470Z [00:02:24.712]➜  		"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:58:22.9240217Z [00:02:24.712]➜  		"embedded/llvm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/llvm.xml",
2025-08-20T21:58:22.9241614Z [00:02:24.712]➜  		"embedded/lua.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/lua.xml",
2025-08-20T21:58:22.9243044Z [00:02:24.712]➜  		"embedded/makefile.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/makefile.xml",
2025-08-20T21:58:22.9244505Z [00:02:24.712]➜  		"embedded/mako.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/mako.xml",
2025-08-20T21:58:22.9245929Z [00:02:24.712]➜  		"embedded/mason.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/mason.xml",
2025-08-20T21:58:22.9247601Z [00:02:24.712]➜  		"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:58:22.9249644Z [00:02:24.712]➜  		"embedded/mathematica.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/mathematica.xml",
2025-08-20T21:58:22.9251463Z [00:02:24.712]➜  		"embedded/matlab.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/matlab.xml",
2025-08-20T21:58:22.9253027Z [00:02:24.712]➜  		"embedded/mcfunction.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/mcfunction.xml",
2025-08-20T21:58:22.9254575Z [00:02:24.712]➜  		"embedded/meson.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/meson.xml",
2025-08-20T21:58:22.9256037Z [00:02:24.712]➜  		"embedded/metal.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/metal.xml",
2025-08-20T21:58:22.9257533Z [00:02:24.712]➜  		"embedded/minizinc.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/minizinc.xml",
2025-08-20T21:58:22.9259008Z [00:02:24.712]➜  		"embedded/mlir.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/mlir.xml",
2025-08-20T21:58:22.9260718Z [00:02:24.712]➜  		"embedded/modula-2.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/modula-2.xml",
2025-08-20T21:58:22.9262228Z [00:02:24.712]➜  		"embedded/monkeyc.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/monkeyc.xml",
2025-08-20T21:58:22.9263912Z [00:02:24.712]➜  		"embedded/morrowindscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/morrowindscript.xml",
2025-08-20T21:58:22.9265854Z [00:02:24.712]➜  		"embedded/myghty.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/myghty.xml",
2025-08-20T21:58:22.9267388Z [00:02:24.712]➜  		"embedded/mysql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/mysql.xml",
2025-08-20T21:58:22.9268827Z [00:02:24.712]➜  		"embedded/nasm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/nasm.xml",
2025-08-20T21:58:22.9270385Z [00:02:24.712]➜  		"embedded/natural.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/natural.xml",
2025-08-20T21:58:22.9271787Z [00:02:24.712]➜  		"embedded/ndisasm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ndisasm.xml",
2025-08-20T21:58:22.9273204Z [00:02:24.712]➜  		"embedded/newspeak.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/newspeak.xml",
2025-08-20T21:58:22.9274949Z [00:02:24.712]➜  		"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:58:22.9276607Z [00:02:24.712]➜  		"embedded/nim.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/nim.xml",
2025-08-20T21:58:22.9277970Z [00:02:24.712]➜  		"embedded/nix.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/nix.xml",
2025-08-20T21:58:22.9279451Z [00:02:24.712]➜  		"embedded/objective-c.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/objective-c.xml",
2025-08-20T21:58:22.9281313Z [00:02:24.712]➜  		"embedded/objectpascal.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/objectpascal.xml",
2025-08-20T21:58:22.9282878Z [00:02:24.712]➜  		"embedded/ocaml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ocaml.xml",
2025-08-20T21:58:22.9284339Z [00:02:24.712]➜  		"embedded/octave.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/octave.xml",
2025-08-20T21:58:22.9285784Z [00:02:24.712]➜  		"embedded/odin.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/odin.xml",
2025-08-20T21:58:22.9287419Z [00:02:24.712]➜  		"embedded/onesenterprise.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/onesenterprise.xml",
2025-08-20T21:58:22.9289438Z [00:02:24.712]➜  		"embedded/openedge_abl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/openedge_abl.xml",
2025-08-20T21:58:22.9291310Z [00:02:24.712]➜  		"embedded/openscad.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/openscad.xml",
2025-08-20T21:58:22.9292826Z [00:02:24.712]➜  		"embedded/org_mode.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/org_mode.xml",
2025-08-20T21:58:22.9294368Z [00:02:24.712]➜  		"embedded/pacmanconf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/pacmanconf.xml",
2025-08-20T21:58:22.9295882Z [00:02:24.713]➜  		"embedded/perl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/perl.xml",
2025-08-20T21:58:22.9297259Z [00:02:24.713]➜  		"embedded/php.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/php.xml",
2025-08-20T21:58:22.9298605Z [00:02:24.713]➜  		"embedded/pig.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/pig.xml",
2025-08-20T21:58:22.9300244Z [00:02:24.713]➜  		"embedded/pkgconfig.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/pkgconfig.xml",
2025-08-20T21:58:22.9301769Z [00:02:24.713]➜  		"embedded/pl_pgsql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/pl_pgsql.xml",
2025-08-20T21:58:22.9303275Z [00:02:24.713]➜  		"embedded/plaintext.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/plaintext.xml",
2025-08-20T21:58:22.9304792Z [00:02:24.713]➜  		"embedded/plutus_core.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/plutus_core.xml",
2025-08-20T21:58:22.9306417Z [00:02:24.713]➜  		"embedded/pony.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/pony.xml",
2025-08-20T21:58:22.9308179Z [00:02:24.713]➜  		"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:58:22.9310112Z [00:02:24.713]➜  		"embedded/postscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/postscript.xml",
2025-08-20T21:58:22.9311659Z [00:02:24.713]➜  		"embedded/povray.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/povray.xml",
2025-08-20T21:58:22.9313207Z [00:02:24.713]➜  		"embedded/powerquery.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/powerquery.xml",
2025-08-20T21:58:22.9314784Z [00:02:24.713]➜  		"embedded/powershell.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/powershell.xml",
2025-08-20T21:58:22.9316303Z [00:02:24.713]➜  		"embedded/prolog.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/prolog.xml",
2025-08-20T21:58:22.9317779Z [00:02:24.713]➜  		"embedded/promela.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/promela.xml",
2025-08-20T21:58:22.9319489Z [00:02:24.713]➜  		"embedded/promql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/promql.xml",
2025-08-20T21:58:22.9321226Z [00:02:24.713]➜  		"embedded/properties.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/properties.xml",
2025-08-20T21:58:22.9322891Z [00:02:24.713]➜  		"embedded/protocol_buffer.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/protocol_buffer.xml",
2025-08-20T21:58:22.9324428Z [00:02:24.713]➜  		"embedded/prql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/prql.xml",
2025-08-20T21:58:22.9325845Z [00:02:24.713]➜  		"embedded/psl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/psl.xml",
2025-08-20T21:58:22.9327268Z [00:02:24.713]➜  		"embedded/puppet.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/puppet.xml",
2025-08-20T21:58:22.9328746Z [00:02:24.713]➜  		"embedded/python.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/python.xml",
2025-08-20T21:58:22.9330379Z [00:02:24.713]➜  		"embedded/python_2.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/python_2.xml",
2025-08-20T21:58:22.9331869Z [00:02:24.713]➜  		"embedded/qbasic.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/qbasic.xml",
2025-08-20T21:58:22.9333276Z [00:02:24.713]➜  		"embedded/qml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/qml.xml",
2025-08-20T21:58:22.9334618Z [00:02:24.713]➜  		"embedded/r.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/r.xml",
2025-08-20T21:58:22.9336231Z [00:02:24.713]➜  		"embedded/racket.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/racket.xml",
2025-08-20T21:58:22.9337726Z [00:02:24.713]➜  		"embedded/ragel.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ragel.xml",
2025-08-20T21:58:22.9339170Z [00:02:24.713]➜  		"embedded/react.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/react.xml",
2025-08-20T21:58:22.9340829Z [00:02:24.713]➜  		"embedded/reasonml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/reasonml.xml",
2025-08-20T21:58:22.9342272Z [00:02:24.713]➜  		"embedded/reg.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/reg.xml",
2025-08-20T21:58:22.9343642Z [00:02:24.713]➜  		"embedded/rego.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/rego.xml",
2025-08-20T21:58:22.9345086Z [00:02:24.713]➜  		"embedded/rexx.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/rexx.xml",
2025-08-20T21:58:22.9346570Z [00:02:24.713]➜  		"embedded/rpm_spec.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/rpm_spec.xml",
2025-08-20T21:58:22.9348036Z [00:02:24.713]➜  		"embedded/ruby.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ruby.xml",
2025-08-20T21:58:22.9349450Z [00:02:24.713]➜  		"embedded/rust.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/rust.xml",
2025-08-20T21:58:22.9350974Z [00:02:24.713]➜  		"embedded/sas.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/sas.xml",
2025-08-20T21:58:22.9352359Z [00:02:24.713]➜  		"embedded/sass.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/sass.xml",
2025-08-20T21:58:22.9353775Z [00:02:24.713]➜  		"embedded/scala.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/scala.xml",
2025-08-20T21:58:22.9355251Z [00:02:24.713]➜  		"embedded/scheme.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/scheme.xml",
2025-08-20T21:58:22.9356722Z [00:02:24.713]➜  		"embedded/scilab.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/scilab.xml",
2025-08-20T21:58:22.9358410Z [00:02:24.713]➜  		"embedded/scss.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/scss.xml",
2025-08-20T21:58:22.9359753Z [00:02:24.713]➜  		"embedded/sed.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/sed.xml",
2025-08-20T21:58:22.9361372Z [00:02:24.713]➜  		"embedded/sieve.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/sieve.xml",
2025-08-20T21:58:22.9362820Z [00:02:24.713]➜  		"embedded/smali.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/smali.xml",
2025-08-20T21:58:22.9364344Z [00:02:24.713]➜  		"embedded/smalltalk.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/smalltalk.xml",
2025-08-20T21:58:22.9365870Z [00:02:24.713]➜  		"embedded/smarty.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/smarty.xml",
2025-08-20T21:58:22.9367346Z [00:02:24.713]➜  		"embedded/snobol.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/snobol.xml",
2025-08-20T21:58:22.9368863Z [00:02:24.713]➜  		"embedded/solidity.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/solidity.xml",
2025-08-20T21:58:22.9370792Z [00:02:24.713]➜  		"embedded/sourcepawn.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/sourcepawn.xml",
2025-08-20T21:58:22.9372412Z [00:02:24.713]➜  		"embedded/sparql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/sparql.xml",
2025-08-20T21:58:22.9373847Z [00:02:24.713]➜  		"embedded/sql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/sql.xml",
2025-08-20T21:58:22.9375563Z [00:02:24.713]➜  		"embedded/squidconf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/squidconf.xml",
2025-08-20T21:58:22.9377176Z [00:02:24.713]➜  		"embedded/standard_ml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/standard_ml.xml",
2025-08-20T21:58:22.9378757Z [00:02:24.713]➜  		"embedded/stas.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/stas.xml",
2025-08-20T21:58:22.9380421Z [00:02:24.713]➜  		"embedded/stylus.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/stylus.xml",
2025-08-20T21:58:22.9381359Z [00:02:24.713]➜  		"embedded/swift.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/swift.xml",
2025-08-20T21:58:22.9382161Z [00:02:24.713]➜  		"embedded/systemd.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/systemd.xml",
2025-08-20T21:58:22.9383032Z [00:02:24.713]➜  		"embedded/systemverilog.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/systemverilog.xml",
2025-08-20T21:58:22.9383882Z [00:02:24.713]➜  		"embedded/tablegen.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/tablegen.xml",
2025-08-20T21:58:22.9384667Z [00:02:24.713]➜  		"embedded/tal.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/tal.xml",
2025-08-20T21:58:22.9385404Z [00:02:24.713]➜  		"embedded/tasm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/tasm.xml",
2025-08-20T21:58:22.9386590Z [00:02:24.713]➜  		"embedded/tcl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/tcl.xml",
2025-08-20T21:58:22.9387982Z [00:02:24.713]➜  		"embedded/tcsh.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/tcsh.xml",
2025-08-20T21:58:22.9389423Z [00:02:24.713]➜  		"embedded/termcap.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/termcap.xml",
2025-08-20T21:58:22.9391188Z [00:02:24.713]➜  		"embedded/terminfo.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/terminfo.xml",
2025-08-20T21:58:22.9392728Z [00:02:24.713]➜  		"embedded/terraform.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/terraform.xml",
2025-08-20T21:58:22.9394396Z [00:02:24.713]➜  		"embedded/tex.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/tex.xml",
2025-08-20T21:58:22.9395790Z [00:02:24.713]➜  		"embedded/thrift.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/thrift.xml",
2025-08-20T21:58:22.9397242Z [00:02:24.713]➜  		"embedded/toml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/toml.xml",
2025-08-20T21:58:22.9398815Z [00:02:24.713]➜  		"embedded/tradingview.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/tradingview.xml",
2025-08-20T21:58:22.9400699Z [00:02:24.713]➜  		"embedded/transact-sql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/transact-sql.xml",
2025-08-20T21:58:22.9402244Z [00:02:24.713]➜  		"embedded/turing.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/turing.xml",
2025-08-20T21:58:22.9403770Z [00:02:24.713]➜  		"embedded/turtle.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/turtle.xml",
2025-08-20T21:58:22.9405222Z [00:02:24.713]➜  		"embedded/twig.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/twig.xml",
2025-08-20T21:58:22.9406753Z [00:02:24.713]➜  		"embedded/typescript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/typescript.xml",
2025-08-20T21:58:22.9408343Z [00:02:24.713]➜  		"embedded/typoscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/typoscript.xml",
2025-08-20T21:58:22.9410467Z [00:02:24.713]➜  		"embedded/typoscriptcssdata.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/typoscriptcssdata.xml",
2025-08-20T21:58:22.9412331Z [00:02:24.713]➜  		"embedded/typoscripthtmldata.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/typoscripthtmldata.xml",
2025-08-20T21:58:22.9413960Z [00:02:24.713]➜  		"embedded/ucode.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ucode.xml",
2025-08-20T21:58:22.9415314Z [00:02:24.713]➜  		"embedded/v.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/v.xml",
2025-08-20T21:58:22.9416694Z [00:02:24.713]➜  		"embedded/v_shell.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/v_shell.xml",
2025-08-20T21:58:22.9418107Z [00:02:24.713]➜  		"embedded/vala.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/vala.xml",
2025-08-20T21:58:22.9419496Z [00:02:24.713]➜  		"embedded/vb_net.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/vb_net.xml",
2025-08-20T21:58:22.9421143Z [00:02:24.713]➜  		"embedded/verilog.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/verilog.xml",
2025-08-20T21:58:22.9422589Z [00:02:24.713]➜  		"embedded/vhdl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/vhdl.xml",
2025-08-20T21:58:22.9423979Z [00:02:24.713]➜  		"embedded/vhs.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/vhs.xml",
2025-08-20T21:58:22.9425355Z [00:02:24.713]➜  		"embedded/viml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/viml.xml",
2025-08-20T21:58:22.9426707Z [00:02:24.713]➜  		"embedded/vue.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/vue.xml",
2025-08-20T21:58:22.9428038Z [00:02:24.713]➜  		"embedded/wdte.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/wdte.xml",
2025-08-20T21:58:22.9429696Z [00:02:24.713]➜  		"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:58:22.9431532Z [00:02:24.713]➜  		"embedded/whiley.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/whiley.xml",
2025-08-20T21:58:22.9433172Z [00:02:24.713]➜  		"embedded/xml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/xml.xml",
2025-08-20T21:58:22.9434539Z [00:02:24.713]➜  		"embedded/xorg.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/xorg.xml",
2025-08-20T21:58:22.9435924Z [00:02:24.713]➜  		"embedded/yaml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/yaml.xml",
2025-08-20T21:58:22.9437279Z [00:02:24.713]➜  		"embedded/yang.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/yang.xml",
2025-08-20T21:58:22.9438768Z [00:02:24.713]➜  		"embedded/z80_assembly.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/z80_assembly.xml",
2025-08-20T21:58:22.9440438Z [00:02:24.713]➜  		"embedded/zed.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/zed.xml",
2025-08-20T21:58:22.9441830Z [00:02:24.713]➜  		"embedded/zig.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/zig.xml"
2025-08-20T21:58:22.9442701Z [00:02:24.713]➜  	}
2025-08-20T21:58:22.9443079Z [00:02:24.713]➜  }EOF
2025-08-20T21:58:22.9455826Z [00:02:24.713]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b493/_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/b493=>" -p github.com/alecthomas/chroma/v2/lexers -lang=go1.19 -complete -installsuffix shared -buildid VjAcg0yUqCTtEF_QBuYW/VjAcg0yUqCTtEF_QBuYW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b493/importcfg -embedcfg $WORK/b493/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:58:22.9467186Z [00:02:24.713]➜  github.com/projectdiscovery/utils/crypto
2025-08-20T21:58:22.9467837Z [00:02:24.713]➜  mkdir -p $WORK/b451/
2025-08-20T21:58:22.9468555Z [00:02:24.713]➜  cat >/tmp/go-build282983591/b451/importcfg << 'EOF' # internal
2025-08-20T21:58:22.9469243Z [00:02:24.713]➜  # import config
2025-08-20T21:58:22.9470052Z [00:02:24.713]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:22.9470941Z [00:02:24.713]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:22.9471802Z [00:02:24.713]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:58:22.9472669Z [00:02:24.713]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:22.9473557Z [00:02:24.713]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:22.9474405Z [00:02:24.713]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:22.9475188Z [00:02:24.713]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:22.9476356Z [00:02:24.713]➜  packagefile github.com/zmap/zcrypto/tls=/tmp/go-build282983591/b452/_pkg_.a
2025-08-20T21:58:22.9477090Z [00:02:24.713]➜  EOF
2025-08-20T21:58:22.9482029Z [00:02:24.713]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b451/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/crypto=>github.com/projectdiscovery/utils@v0.4.23/crypto;$WORK/b451=>" -p github.com/projectdiscovery/utils/crypto -lang=go1.24 -complete -installsuffix shared -buildid 6z4cMxisdaR-N4NKJh5f/6z4cMxisdaR-N4NKJh5f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b451/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:58:22.9486296Z [00:02:24.719]➜  go tool buildid -w $WORK/b492/_pkg_.a # internal
2025-08-20T21:58:22.9487613Z [00:02:24.724]➜  cp $WORK/b492/_pkg_.a /root/.cache/go-build/16/16eae2b9723b5a1e3f32feb968289f6a1859963935934542d68349be000ed8ec-d # internal
2025-08-20T21:58:22.9488781Z [00:02:24.724]➜  github.com/alecthomas/chroma/v2/formatters
2025-08-20T21:58:22.9489380Z [00:02:24.725]➜  mkdir -p $WORK/b490/
2025-08-20T21:58:22.9490265Z [00:02:24.725]➜  cat >/tmp/go-build282983591/b490/importcfg << 'EOF' # internal
2025-08-20T21:58:22.9490940Z [00:02:24.725]➜  # import config
2025-08-20T21:58:22.9491633Z [00:02:24.725]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:22.9492468Z [00:02:24.725]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:22.9493447Z [00:02:24.725]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build282983591/b485/_pkg_.a
2025-08-20T21:58:22.9494956Z [00:02:24.725]➜  packagefile github.com/alecthomas/chroma/v2/formatters/html=/tmp/go-build282983591/b491/_pkg_.a
2025-08-20T21:58:22.9496332Z [00:02:24.726]➜  packagefile github.com/alecthomas/chroma/v2/formatters/svg=/tmp/go-build282983591/b492/_pkg_.a
2025-08-20T21:58:22.9497376Z [00:02:24.726]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:22.9498132Z [00:02:24.726]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:22.9498906Z [00:02:24.726]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:22.9499488Z [00:02:24.726]➜  EOF
2025-08-20T21:58:22.9505713Z [00:02:24.726]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b490/_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/b490=>" -p github.com/alecthomas/chroma/v2/formatters -lang=go1.19 -complete -installsuffix shared -buildid i4LAhrCOYdMFcLkRWZlU/i4LAhrCOYdMFcLkRWZlU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b490/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:58:22.9853285Z [00:02:24.810]➜  go tool buildid -w $WORK/b451/_pkg_.a # internal
2025-08-20T21:58:22.9858436Z [00:02:24.811]➜  cp $WORK/b451/_pkg_.a /root/.cache/go-build/8a/8a42af09f352b0ee6fc2caa8af8d24a1941aba54850a09f48e45622821ffbfc8-d # internal
2025-08-20T21:58:22.9861320Z [00:02:24.811]➜  github.com/projectdiscovery/fastdialer/fastdialer
2025-08-20T21:58:22.9861989Z [00:02:24.811]➜  mkdir -p $WORK/b344/
2025-08-20T21:58:22.9862694Z [00:02:24.811]➜  cat >/tmp/go-build282983591/b344/importcfg << 'EOF' # internal
2025-08-20T21:58:22.9863387Z [00:02:24.811]➜  # import config
2025-08-20T21:58:22.9864091Z [00:02:24.811]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:22.9864964Z [00:02:24.811]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:22.9866094Z [00:02:24.811]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:22.9866924Z [00:02:24.811]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:58:22.9867894Z [00:02:24.811]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:22.9868739Z [00:02:24.811]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:22.9870116Z [00:02:24.811]➜  packagefile github.com/Mzack9999/gcache=/tmp/go-build282983591/b345/_pkg_.a
2025-08-20T21:58:22.9871259Z [00:02:24.811]➜  packagefile github.com/dimchansky/utfbom=/tmp/go-build282983591/b347/_pkg_.a
2025-08-20T21:58:22.9872401Z [00:02:24.811]➜  packagefile github.com/docker/go-units=/tmp/go-build282983591/b348/_pkg_.a
2025-08-20T21:58:22.9873942Z [00:02:24.811]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer/ja3/impersonate=/tmp/go-build282983591/b349/_pkg_.a
2025-08-20T21:58:22.9875679Z [00:02:24.811]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer/metafiles=/tmp/go-build282983591/b412/_pkg_.a
2025-08-20T21:58:22.9877198Z [00:02:24.811]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer/utils=/tmp/go-build282983591/b441/_pkg_.a
2025-08-20T21:58:22.9878587Z [00:02:24.811]➜  packagefile github.com/projectdiscovery/hmap/store/hybrid=/tmp/go-build282983591/b413/_pkg_.a
2025-08-20T21:58:22.9880978Z [00:02:24.811]➜  packagefile github.com/projectdiscovery/networkpolicy=/tmp/go-build282983591/b442/_pkg_.a
2025-08-20T21:58:22.9882275Z [00:02:24.811]➜  packagefile github.com/projectdiscovery/retryabledns=/tmp/go-build282983591/b331/_pkg_.a
2025-08-20T21:58:22.9883527Z [00:02:24.811]➜  packagefile github.com/projectdiscovery/utils/context=/tmp/go-build282983591/b450/_pkg_.a
2025-08-20T21:58:22.9885032Z [00:02:24.811]➜  packagefile github.com/projectdiscovery/utils/crypto=/tmp/go-build282983591/b451/_pkg_.a
2025-08-20T21:58:22.9886282Z [00:02:24.811]➜  packagefile github.com/projectdiscovery/utils/env=/tmp/go-build282983591/b183/_pkg_.a
2025-08-20T21:58:22.9887574Z [00:02:24.811]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:58:22.9888785Z [00:02:24.811]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build282983591/b336/_pkg_.a
2025-08-20T21:58:22.9890164Z [00:02:24.811]➜  packagefile github.com/projectdiscovery/utils/ptr=/tmp/go-build282983591/b471/_pkg_.a
2025-08-20T21:58:22.9891278Z [00:02:24.811]➜  packagefile github.com/refraction-networking/utls=/tmp/go-build282983591/b350/_pkg_.a
2025-08-20T21:58:22.9892477Z [00:02:24.811]➜  packagefile github.com/zmap/zcrypto/encoding/asn1=/tmp/go-build282983591/b466/_pkg_.a
2025-08-20T21:58:22.9893600Z [00:02:24.811]➜  packagefile github.com/zmap/zcrypto/tls=/tmp/go-build282983591/b452/_pkg_.a
2025-08-20T21:58:22.9894632Z [00:02:24.811]➜  packagefile golang.org/x/net/idna=/tmp/go-build282983591/b459/_pkg_.a
2025-08-20T21:58:22.9895598Z [00:02:24.811]➜  packagefile golang.org/x/net/proxy=/tmp/go-build282983591/b339/_pkg_.a
2025-08-20T21:58:22.9896662Z [00:02:24.811]➜  packagefile golang.org/x/sync/singleflight=/tmp/go-build282983591/b472/_pkg_.a
2025-08-20T21:58:22.9897583Z [00:02:24.811]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:22.9898362Z [00:02:24.811]➜  packagefile log/slog=/tmp/go-build282983591/b185/_pkg_.a
2025-08-20T21:58:22.9899130Z [00:02:24.811]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:22.9900007Z [00:02:24.811]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:22.9900807Z [00:02:24.811]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:22.9901642Z [00:02:24.811]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:22.9902480Z [00:02:24.811]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:22.9903282Z [00:02:24.811]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:22.9903857Z [00:02:24.811]➜  EOF
2025-08-20T21:58:22.9914095Z [00:02:24.811]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b344/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/fastdialer@v0.4.4/fastdialer=>github.com/projectdiscovery/fastdialer@v0.4.4/fastdialer;$WORK/b344=>" -p github.com/projectdiscovery/fastdialer/fastdialer -lang=go1.24 -complete -installsuffix shared -buildid 6Qfu82PVzBJZaQrk2_hy/6Qfu82PVzBJZaQrk2_hy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b344/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:58:23.0071770Z [00:02:24.830]➜  go tool buildid -w $WORK/b497/_pkg_.a # internal
2025-08-20T21:58:23.0110091Z [00:02:24.836]➜  cp $WORK/b497/_pkg_.a /root/.cache/go-build/46/4609b69c1de36da46a8f20f5bd3207046ce0bc69f16bdd532ddfa80c41ceff4e-d # internal
2025-08-20T21:58:23.0131484Z [00:02:24.838]➜  github.com/alecthomas/chroma/v2/styles
2025-08-20T21:58:23.0134611Z [00:02:24.839]➜  mkdir -p $WORK/b494/
2025-08-20T21:58:23.0140669Z [00:02:24.839]➜  cat >/tmp/go-build282983591/b494/importcfg << 'EOF' # internal
2025-08-20T21:58:23.0161313Z [00:02:24.840]➜  # import config
2025-08-20T21:58:23.0162035Z [00:02:24.840]➜  packagefile embed=/tmp/go-build282983591/b066/_pkg_.a
2025-08-20T21:58:23.0163030Z [00:02:24.840]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build282983591/b485/_pkg_.a
2025-08-20T21:58:23.0163936Z [00:02:24.840]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:58:23.0164669Z [00:02:24.840]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:23.0165215Z [00:02:24.840]➜  EOF
2025-08-20T21:58:23.0165793Z [00:02:24.840]➜  cat >/tmp/go-build282983591/b494/embedcfg << 'EOF' # internal
2025-08-20T21:58:23.0166377Z [00:02:24.840]➜  {
2025-08-20T21:58:23.0166742Z [00:02:24.840]➜  	"Patterns": {
2025-08-20T21:58:23.0167162Z [00:02:24.840]➜  		"*.xml": [
2025-08-20T21:58:23.0167564Z [00:02:24.840]➜  			"abap.xml",
2025-08-20T21:58:23.0167976Z [00:02:24.840]➜  			"algol.xml",
2025-08-20T21:58:23.0168409Z [00:02:24.840]➜  			"algol_nu.xml",
2025-08-20T21:58:23.0168875Z [00:02:24.840]➜  			"arduino.xml",
2025-08-20T21:58:23.0169308Z [00:02:24.840]➜  			"autumn.xml",
2025-08-20T21:58:23.0169762Z [00:02:24.840]➜  			"average.xml",
2025-08-20T21:58:23.0170452Z [00:02:24.840]➜  			"base16-snazzy.xml",
2025-08-20T21:58:23.0170987Z [00:02:24.840]➜  			"borland.xml",
2025-08-20T21:58:23.0171475Z [00:02:24.840]➜  			"bw.xml",
2025-08-20T21:58:23.0171989Z [00:02:24.840]➜  			"catppuccin-frappe.xml",
2025-08-20T21:58:23.0172591Z [00:02:24.840]➜  			"catppuccin-latte.xml",
2025-08-20T21:58:23.0173189Z [00:02:24.840]➜  			"catppuccin-macchiato.xml",
2025-08-20T21:58:23.0173758Z [00:02:24.840]➜  			"catppuccin-mocha.xml",
2025-08-20T21:58:23.0174265Z [00:02:24.840]➜  			"colorful.xml",
2025-08-20T21:58:23.0174735Z [00:02:24.840]➜  			"doom-one.xml",
2025-08-20T21:58:23.0175291Z [00:02:24.840]➜  			"doom-one2.xml",
2025-08-20T21:58:23.0175767Z [00:02:24.840]➜  			"dracula.xml",
2025-08-20T21:58:23.0176210Z [00:02:24.840]➜  			"emacs.xml",
2025-08-20T21:58:23.0176685Z [00:02:24.840]➜  			"friendly.xml",
2025-08-20T21:58:23.0177201Z [00:02:24.840]➜  			"fruity.xml",
2025-08-20T21:58:23.0177738Z [00:02:24.840]➜  			"github-dark.xml",
2025-08-20T21:58:23.0178569Z [00:02:24.840]➜  			"github.xml",
2025-08-20T21:58:23.0179071Z [00:02:24.840]➜  			"gruvbox-light.xml",
2025-08-20T21:58:23.0179609Z [00:02:24.840]➜  			"gruvbox.xml",
2025-08-20T21:58:23.0180308Z [00:02:24.840]➜  			"hr_high_contrast.xml",
2025-08-20T21:58:23.0180850Z [00:02:24.840]➜  			"hrdark.xml",
2025-08-20T21:58:23.0181315Z [00:02:24.840]➜  			"igor.xml",
2025-08-20T21:58:23.0181770Z [00:02:24.840]➜  			"lovelace.xml",
2025-08-20T21:58:23.0182248Z [00:02:24.840]➜  			"manni.xml",
2025-08-20T21:58:23.0182792Z [00:02:24.840]➜  			"modus-operandi.xml",
2025-08-20T21:58:23.0183389Z [00:02:24.840]➜  			"modus-vivendi.xml",
2025-08-20T21:58:23.0183866Z [00:02:24.840]➜  			"monokai.xml",
2025-08-20T21:58:23.0184323Z [00:02:24.840]➜  			"monokailight.xml",
2025-08-20T21:58:23.0184796Z [00:02:24.840]➜  			"murphy.xml",
2025-08-20T21:58:23.0185260Z [00:02:24.840]➜  			"native.xml",
2025-08-20T21:58:23.0185701Z [00:02:24.840]➜  			"nord.xml",
2025-08-20T21:58:23.0186147Z [00:02:24.840]➜  			"onedark.xml",
2025-08-20T21:58:23.0186625Z [00:02:24.840]➜  			"onesenterprise.xml",
2025-08-20T21:58:23.0187166Z [00:02:24.840]➜  			"paraiso-dark.xml",
2025-08-20T21:58:23.0187661Z [00:02:24.840]➜  			"paraiso-light.xml",
2025-08-20T21:58:23.0188199Z [00:02:24.840]➜  			"pastie.xml",
2025-08-20T21:58:23.0188655Z [00:02:24.840]➜  			"perldoc.xml",
2025-08-20T21:58:23.0189109Z [00:02:24.840]➜  			"pygments.xml",
2025-08-20T21:58:23.0189573Z [00:02:24.840]➜  			"rainbow_dash.xml",
2025-08-20T21:58:23.0221091Z [00:02:24.840]➜  			"rose-pine-dawn.xml",
2025-08-20T21:58:23.0221657Z [00:02:24.840]➜  			"rose-pine-moon.xml",
2025-08-20T21:58:23.0222169Z [00:02:24.840]➜  			"rose-pine.xml",
2025-08-20T21:58:23.0222630Z [00:02:24.840]➜  			"rrt.xml",
2025-08-20T21:58:23.0223094Z [00:02:24.840]➜  			"solarized-dark.xml",
2025-08-20T21:58:23.0223880Z [00:02:24.840]➜  			"solarized-dark256.xml",
2025-08-20T21:58:23.0224430Z [00:02:24.840]➜  			"solarized-light.xml",
2025-08-20T21:58:23.0224935Z [00:02:24.840]➜  			"swapoff.xml",
2025-08-20T21:58:23.0225415Z [00:02:24.840]➜  			"tango.xml",
2025-08-20T21:58:23.0225885Z [00:02:24.840]➜  			"tokyonight-day.xml",
2025-08-20T21:58:23.0226404Z [00:02:24.840]➜  			"tokyonight-moon.xml",
2025-08-20T21:58:23.0226928Z [00:02:24.840]➜  			"tokyonight-night.xml",
2025-08-20T21:58:23.0227450Z [00:02:24.840]➜  			"tokyonight-storm.xml",
2025-08-20T21:58:23.0227926Z [00:02:24.840]➜  			"trac.xml",
2025-08-20T21:58:23.0228338Z [00:02:24.840]➜  			"vim.xml",
2025-08-20T21:58:23.0228751Z [00:02:24.840]➜  			"vs.xml",
2025-08-20T21:58:23.0229181Z [00:02:24.840]➜  			"vulcan.xml",
2025-08-20T21:58:23.0229636Z [00:02:24.840]➜  			"witchhazel.xml",
2025-08-20T21:58:23.0230283Z [00:02:24.840]➜  			"xcode-dark.xml",
2025-08-20T21:58:23.0230737Z [00:02:24.840]➜  			"xcode.xml"
2025-08-20T21:58:23.0231136Z [00:02:24.840]➜  		]
2025-08-20T21:58:23.0231507Z [00:02:24.840]➜  	},
2025-08-20T21:58:23.0231878Z [00:02:24.840]➜  	"Files": {
2025-08-20T21:58:23.0232680Z [00:02:24.840]➜  		"abap.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/abap.xml",
2025-08-20T21:58:23.0233860Z [00:02:24.840]➜  		"algol.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/algol.xml",
2025-08-20T21:58:23.0235053Z [00:02:24.840]➜  		"algol_nu.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/algol_nu.xml",
2025-08-20T21:58:23.0236220Z [00:02:24.840]➜  		"arduino.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/arduino.xml",
2025-08-20T21:58:23.0237378Z [00:02:24.840]➜  		"autumn.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/autumn.xml",
2025-08-20T21:58:23.0238528Z [00:02:24.840]➜  		"average.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/average.xml",
2025-08-20T21:58:23.0239957Z [00:02:24.840]➜  		"base16-snazzy.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/base16-snazzy.xml",
2025-08-20T21:58:23.0241208Z [00:02:24.840]➜  		"borland.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/borland.xml",
2025-08-20T21:58:23.0242525Z [00:02:24.840]➜  		"bw.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/bw.xml",
2025-08-20T21:58:23.0243801Z [00:02:24.840]➜  		"catppuccin-frappe.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/catppuccin-frappe.xml",
2025-08-20T21:58:23.0245257Z [00:02:24.840]➜  		"catppuccin-latte.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/catppuccin-latte.xml",
2025-08-20T21:58:23.0246802Z [00:02:24.840]➜  		"catppuccin-macchiato.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/catppuccin-macchiato.xml",
2025-08-20T21:58:23.0248344Z [00:02:24.840]➜  		"catppuccin-mocha.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/catppuccin-mocha.xml",
2025-08-20T21:58:23.0249711Z [00:02:24.840]➜  		"colorful.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/colorful.xml",
2025-08-20T21:58:23.0251178Z [00:02:24.840]➜  		"doom-one.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/doom-one.xml",
2025-08-20T21:58:23.0252461Z [00:02:24.840]➜  		"doom-one2.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/doom-one2.xml",
2025-08-20T21:58:23.0267416Z [00:02:24.840]➜  		"dracula.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/dracula.xml",
2025-08-20T21:58:23.0268649Z [00:02:24.841]➜  		"emacs.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/emacs.xml",
2025-08-20T21:58:23.0269997Z [00:02:24.841]➜  		"friendly.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/friendly.xml",
2025-08-20T21:58:23.0271203Z [00:02:24.841]➜  		"fruity.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/fruity.xml",
2025-08-20T21:58:23.0272670Z [00:02:24.841]➜  		"github-dark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/github-dark.xml",
2025-08-20T21:58:23.0273919Z [00:02:24.841]➜  		"github.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/github.xml",
2025-08-20T21:58:23.0275209Z [00:02:24.841]➜  		"gruvbox-light.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/gruvbox-light.xml",
2025-08-20T21:58:23.0276469Z [00:02:24.841]➜  		"gruvbox.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/gruvbox.xml",
2025-08-20T21:58:23.0277765Z [00:02:24.841]➜  		"hr_high_contrast.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/hr_high_contrast.xml",
2025-08-20T21:58:23.0279027Z [00:02:24.841]➜  		"hrdark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/hrdark.xml",
2025-08-20T21:58:23.0280316Z [00:02:24.841]➜  		"igor.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/igor.xml",
2025-08-20T21:58:23.0281511Z [00:02:24.841]➜  		"lovelace.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/lovelace.xml",
2025-08-20T21:58:23.0282693Z [00:02:24.841]➜  		"manni.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/manni.xml",
2025-08-20T21:58:23.0283988Z [00:02:24.841]➜  		"modus-operandi.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/modus-operandi.xml",
2025-08-20T21:58:23.0285362Z [00:02:24.841]➜  		"modus-vivendi.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/modus-vivendi.xml",
2025-08-20T21:58:23.0286615Z [00:02:24.841]➜  		"monokai.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/monokai.xml",
2025-08-20T21:58:23.0287931Z [00:02:24.841]➜  		"monokailight.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/monokailight.xml",
2025-08-20T21:58:23.0289175Z [00:02:24.841]➜  		"murphy.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/murphy.xml",
2025-08-20T21:58:23.0290480Z [00:02:24.841]➜  		"native.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/native.xml",
2025-08-20T21:58:23.0291702Z [00:02:24.841]➜  		"nord.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/nord.xml",
2025-08-20T21:58:23.0293052Z [00:02:24.841]➜  		"onedark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/onedark.xml",
2025-08-20T21:58:23.0294344Z [00:02:24.841]➜  		"onesenterprise.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/onesenterprise.xml",
2025-08-20T21:58:23.0295711Z [00:02:24.841]➜  		"paraiso-dark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/paraiso-dark.xml",
2025-08-20T21:58:23.0297045Z [00:02:24.841]➜  		"paraiso-light.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/paraiso-light.xml",
2025-08-20T21:58:23.0298288Z [00:02:24.841]➜  		"pastie.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/pastie.xml",
2025-08-20T21:58:23.0299469Z [00:02:24.841]➜  		"perldoc.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/perldoc.xml",
2025-08-20T21:58:23.0300833Z [00:02:24.841]➜  		"pygments.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/pygments.xml",
2025-08-20T21:58:23.0302104Z [00:02:24.841]➜  		"rainbow_dash.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/rainbow_dash.xml",
2025-08-20T21:58:23.0303435Z [00:02:24.841]➜  		"rose-pine-dawn.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/rose-pine-dawn.xml",
2025-08-20T21:58:23.0304786Z [00:02:24.841]➜  		"rose-pine-moon.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/rose-pine-moon.xml",
2025-08-20T21:58:23.0306063Z [00:02:24.841]➜  		"rose-pine.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/rose-pine.xml",
2025-08-20T21:58:23.0307196Z [00:02:24.841]➜  		"rrt.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/rrt.xml",
2025-08-20T21:58:23.0308612Z [00:02:24.841]➜  		"solarized-dark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/solarized-dark.xml",
2025-08-20T21:58:23.0310214Z [00:02:24.841]➜  		"solarized-dark256.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/solarized-dark256.xml",
2025-08-20T21:58:23.0311677Z [00:02:24.841]➜  		"solarized-light.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/solarized-light.xml",
2025-08-20T21:58:23.0312973Z [00:02:24.841]➜  		"swapoff.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/swapoff.xml",
2025-08-20T21:58:23.0314122Z [00:02:24.841]➜  		"tango.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/tango.xml",
2025-08-20T21:58:23.0315384Z [00:02:24.841]➜  		"tokyonight-day.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/tokyonight-day.xml",
2025-08-20T21:58:23.0316791Z [00:02:24.841]➜  		"tokyonight-moon.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/tokyonight-moon.xml",
2025-08-20T21:58:23.0318243Z [00:02:24.841]➜  		"tokyonight-night.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/tokyonight-night.xml",
2025-08-20T21:58:23.0319696Z [00:02:24.841]➜  		"tokyonight-storm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/tokyonight-storm.xml",
2025-08-20T21:58:23.0321108Z [00:02:24.841]➜  		"trac.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/trac.xml",
2025-08-20T21:58:23.0322178Z [00:02:24.841]➜  		"vim.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/vim.xml",
2025-08-20T21:58:23.0323211Z [00:02:24.841]➜  		"vs.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/vs.xml",
2025-08-20T21:58:23.0324306Z [00:02:24.841]➜  		"vulcan.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/vulcan.xml",
2025-08-20T21:58:23.0325513Z [00:02:24.841]➜  		"witchhazel.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/witchhazel.xml",
2025-08-20T21:58:23.0326769Z [00:02:24.841]➜  		"xcode-dark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/xcode-dark.xml",
2025-08-20T21:58:23.0327921Z [00:02:24.841]➜  		"xcode.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/xcode.xml"
2025-08-20T21:58:23.0328848Z [00:02:24.841]➜  	}
2025-08-20T21:58:23.0329201Z [00:02:24.841]➜  }EOF
2025-08-20T21:58:23.0333523Z [00:02:24.841]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b494/_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/b494=>" -p github.com/alecthomas/chroma/v2/styles -lang=go1.19 -complete -installsuffix shared -buildid 3066Lh2UQgpLyjiKvHQO/3066Lh2UQgpLyjiKvHQO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b494/importcfg -embedcfg $WORK/b494/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:58:23.0595381Z [00:02:24.885]➜  go tool buildid -w $WORK/b494/_pkg_.a # internal
2025-08-20T21:58:23.0618757Z [00:02:24.887]➜  cp $WORK/b494/_pkg_.a /root/.cache/go-build/1a/1ad9369aeaac7ab32cc55a060355a80debe37eb75a715a1e67d70d6143d6b788-d # internal
2025-08-20T21:58:23.0624331Z [00:02:24.887]➜  os/exec
2025-08-20T21:58:23.0624801Z [00:02:24.888]➜  mkdir -p $WORK/b510/
2025-08-20T21:58:23.0631137Z [00:02:24.888]➜  cat >/tmp/go-build282983591/b510/importcfg << 'EOF' # internal
2025-08-20T21:58:23.0669384Z [00:02:24.889]➜  # import config
2025-08-20T21:58:23.0671317Z [00:02:24.889]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:23.0672184Z [00:02:24.889]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:23.0672999Z [00:02:24.889]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:23.0673874Z [00:02:24.889]➜  packagefile internal/godebug=/tmp/go-build282983591/b058/_pkg_.a
2025-08-20T21:58:23.0675155Z [00:02:24.889]➜  packagefile internal/syscall/execenv=/tmp/go-build282983591/b063/_pkg_.a
2025-08-20T21:58:23.0676210Z [00:02:24.889]➜  packagefile internal/syscall/unix=/tmp/go-build282983591/b062/_pkg_.a
2025-08-20T21:58:23.0677101Z [00:02:24.889]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:23.0677876Z [00:02:24.889]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:58:23.0678646Z [00:02:24.889]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:23.0679471Z [00:02:24.889]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:23.0680506Z [00:02:24.889]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:23.0681317Z [00:02:24.889]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:23.0682112Z [00:02:24.889]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:23.0682905Z [00:02:24.889]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:23.0683718Z [00:02:24.889]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:23.0684311Z [00:02:24.889]➜  EOF
2025-08-20T21:58:23.0687495Z [00:02:24.889]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b510/_pkg_.a -trimpath "/root/.go/src/os/exec=>os/exec;$WORK/b510=>" -p os/exec -lang=go1.25 -std -complete -installsuffix shared -buildid KJw3gQLRo8k05qhHz5Ed/KJw3gQLRo8k05qhHz5Ed -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b510/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:58:23.0832406Z [00:02:24.908]➜  go tool buildid -w $WORK/b490/_pkg_.a # internal
2025-08-20T21:58:23.0854869Z [00:02:24.911]➜  cp $WORK/b490/_pkg_.a /root/.cache/go-build/37/3742a18c92f43ba19b4901846a33792a3d7584e4ff9127ba64bdd3d260a5ee33-d # internal
2025-08-20T21:58:23.0860206Z [00:02:24.911]➜  github.com/aymanbagabas/go-osc52/v2
2025-08-20T21:58:23.0861906Z [00:02:24.911]➜  mkdir -p $WORK/b512/
2025-08-20T21:58:23.0873379Z [00:02:24.911]➜  cat >/tmp/go-build282983591/b512/importcfg << 'EOF' # internal
2025-08-20T21:58:23.0874164Z [00:02:24.911]➜  # import config
2025-08-20T21:58:23.0874925Z [00:02:24.911]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:23.0876048Z [00:02:24.911]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:23.0876800Z [00:02:24.911]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:23.0877573Z [00:02:24.911]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:23.0878173Z [00:02:24.911]➜  EOF
2025-08-20T21:58:23.0881870Z [00:02:24.912]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b512/_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/b512=>" -p github.com/aymanbagabas/go-osc52/v2 -lang=go1.16 -complete -installsuffix shared -buildid cOolcpb2q78kLlI2QNXY/cOolcpb2q78kLlI2QNXY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b512/importcfg -pack /root/go/pkg/mod/github.com/aymanbagabas/go-osc52/v2@v2.0.1/osc52.go
2025-08-20T21:58:23.1208448Z [00:02:24.946]➜  go tool buildid -w $WORK/b512/_pkg_.a # internal
2025-08-20T21:58:23.1220492Z [00:02:24.947]➜  cp $WORK/b512/_pkg_.a /root/.cache/go-build/cf/cf5f313e427a1af6c6cc95c09acd0656f764166b0c7aed84f2b14a83348a66f8-d # internal
2025-08-20T21:58:23.1221671Z [00:02:24.947]➜  text/template/parse
2025-08-20T21:58:23.1242591Z [00:02:24.949]➜  mkdir -p $WORK/b514/
2025-08-20T21:58:23.1243499Z [00:02:24.949]➜  cat >/tmp/go-build282983591/b514/importcfg << 'EOF' # internal
2025-08-20T21:58:23.1244146Z [00:02:24.949]➜  # import config
2025-08-20T21:58:23.1244754Z [00:02:24.949]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:23.1245527Z [00:02:24.949]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:23.1246308Z [00:02:24.949]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:23.1247371Z [00:02:24.949]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:23.1248172Z [00:02:24.949]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:23.1248946Z [00:02:24.949]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:23.1249975Z [00:02:24.950]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:23.1250621Z [00:02:24.950]➜  EOF
2025-08-20T21:58:23.1254100Z [00:02:24.950]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b514/_pkg_.a -trimpath "/root/.go/src/text/template/parse=>text/template/parse;$WORK/b514=>" -p text/template/parse -lang=go1.25 -std -complete -installsuffix shared -buildid iLaawt6vnKFXhBlutn6m/iLaawt6vnKFXhBlutn6m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b514/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:58:23.2195365Z [00:02:25.045]➜  go tool buildid -w $WORK/b510/_pkg_.a # internal
2025-08-20T21:58:23.2220819Z [00:02:25.047]➜  cp $WORK/b510/_pkg_.a /root/.cache/go-build/4d/4d54bfca53e28401c25b13e4b002a130e4584fcf877ff2a7d6c9dcf7d72192c7-d # internal
2025-08-20T21:58:23.2226436Z [00:02:25.048]➜  github.com/charmbracelet/colorprofile
2025-08-20T21:58:23.2228638Z [00:02:25.048]➜  mkdir -p $WORK/b507/
2025-08-20T21:58:23.2265807Z [00:02:25.052]➜  cat >/tmp/go-build282983591/b507/importcfg << 'EOF' # internal
2025-08-20T21:58:23.2270136Z [00:02:25.052]➜  # import config
2025-08-20T21:58:23.2270810Z [00:02:25.052]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:23.2271756Z [00:02:25.052]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build282983591/b497/_pkg_.a
2025-08-20T21:58:23.2272802Z [00:02:25.052]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build282983591/b508/_pkg_.a
2025-08-20T21:58:23.2273870Z [00:02:25.052]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build282983591/b503/_pkg_.a
2025-08-20T21:58:23.2274894Z [00:02:25.052]➜  packagefile github.com/xo/terminfo=/tmp/go-build282983591/b509/_pkg_.a
2025-08-20T21:58:23.2275771Z [00:02:25.052]➜  packagefile image/color=/tmp/go-build282983591/b500/_pkg_.a
2025-08-20T21:58:23.2276781Z [00:02:25.052]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:23.2277488Z [00:02:25.052]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:23.2278210Z [00:02:25.052]➜  packagefile os/exec=/tmp/go-build282983591/b510/_pkg_.a
2025-08-20T21:58:23.2278992Z [00:02:25.052]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:23.2279727Z [00:02:25.052]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:23.2280665Z [00:02:25.052]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:23.2281223Z [00:02:25.052]➜  EOF
2025-08-20T21:58:23.2287425Z [00:02:25.052]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b507/_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/b507=>" -p github.com/charmbracelet/colorprofile -lang=go1.18 -complete -installsuffix shared -buildid OV7l4z-Ywb3oE3yULGOV/OV7l4z-Ywb3oE3yULGOV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b507/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:58:23.4305399Z [00:02:25.256]➜  go tool buildid -w $WORK/b507/_pkg_.a # internal
2025-08-20T21:58:23.4323689Z [00:02:25.258]➜  cp $WORK/b507/_pkg_.a /root/.cache/go-build/9b/9b63aef52bd2ce2ee34097f060d46926a5d7fd8ec30eb903bf5bafcc5f7d2be3-d # internal
2025-08-20T21:58:23.4328313Z [00:02:25.258]➜  github.com/charmbracelet/x/cellbuf
2025-08-20T21:58:23.4330676Z [00:02:25.258]➜  mkdir -p $WORK/b506/
2025-08-20T21:58:23.4334642Z [00:02:25.259]➜  cat >/tmp/go-build282983591/b506/importcfg << 'EOF' # internal
2025-08-20T21:58:23.4335294Z [00:02:25.259]➜  # import config
2025-08-20T21:58:23.4335862Z [00:02:25.259]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:23.4336574Z [00:02:25.259]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:23.4337285Z [00:02:25.259]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:23.4338215Z [00:02:25.259]➜  packagefile github.com/charmbracelet/colorprofile=/tmp/go-build282983591/b507/_pkg_.a
2025-08-20T21:58:23.4339311Z [00:02:25.259]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build282983591/b497/_pkg_.a
2025-08-20T21:58:23.4340571Z [00:02:25.259]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build282983591/b508/_pkg_.a
2025-08-20T21:58:23.4341725Z [00:02:25.259]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build282983591/b504/_pkg_.a
2025-08-20T21:58:23.4342770Z [00:02:25.259]➜  packagefile github.com/rivo/uniseg=/tmp/go-build282983591/b505/_pkg_.a
2025-08-20T21:58:23.4343685Z [00:02:25.259]➜  packagefile image=/tmp/go-build282983591/b499/_pkg_.a
2025-08-20T21:58:23.4344529Z [00:02:25.259]➜  packagefile image/color=/tmp/go-build282983591/b500/_pkg_.a
2025-08-20T21:58:23.4345322Z [00:02:25.259]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:23.4346073Z [00:02:25.259]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:23.4346850Z [00:02:25.259]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:23.4347617Z [00:02:25.259]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:23.4348393Z [00:02:25.259]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:23.4349222Z [00:02:25.259]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:23.4367738Z [00:02:25.259]➜  EOF
2025-08-20T21:58:23.4376922Z [00:02:25.262]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b506/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13=>github.com/charmbracelet/x/cellbuf@v0.0.13;$WORK/b506=>" -p github.com/charmbracelet/x/cellbuf -lang=go1.18 -complete -installsuffix shared -buildid 6cunLaS_F5lYCwj18VXz/6cunLaS_F5lYCwj18VXz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b506/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:58:23.5127929Z [00:02:25.338]➜  go tool buildid -w $WORK/b514/_pkg_.a # internal
2025-08-20T21:58:23.5196801Z [00:02:25.345]➜  cp $WORK/b514/_pkg_.a /root/.cache/go-build/ae/ae9a0621f6fde77d467410d5f5eb272519921568672f4da4250ac6f9f4f196e5-d # internal
2025-08-20T21:58:23.5223083Z [00:02:25.348]➜  text/template
2025-08-20T21:58:23.5253404Z [00:02:25.351]➜  mkdir -p $WORK/b513/
2025-08-20T21:58:23.5260454Z [00:02:25.351]➜  cat >/tmp/go-build282983591/b513/importcfg << 'EOF' # internal
2025-08-20T21:58:23.5261495Z [00:02:25.351]➜  # import config
2025-08-20T21:58:23.5264274Z [00:02:25.351]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:23.5266169Z [00:02:25.351]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:23.5267038Z [00:02:25.351]➜  packagefile internal/fmtsort=/tmp/go-build282983591/b045/_pkg_.a
2025-08-20T21:58:23.5267888Z [00:02:25.351]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:23.5268630Z [00:02:25.351]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:58:23.5269401Z [00:02:25.351]➜  packagefile maps=/tmp/go-build282983591/b158/_pkg_.a
2025-08-20T21:58:23.5270353Z [00:02:25.351]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:23.5271155Z [00:02:25.351]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:23.5271945Z [00:02:25.351]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:58:23.5272718Z [00:02:25.351]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:23.5273579Z [00:02:25.351]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:23.5274373Z [00:02:25.351]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:23.5275129Z [00:02:25.351]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:23.5275852Z [00:02:25.351]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:23.5276688Z [00:02:25.351]➜  packagefile text/template/parse=/tmp/go-build282983591/b514/_pkg_.a
2025-08-20T21:58:23.5277532Z [00:02:25.351]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:23.5278260Z [00:02:25.351]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:23.5278852Z [00:02:25.351]➜  EOF
2025-08-20T21:58:23.5286053Z [00:02:25.352]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b513/_pkg_.a -trimpath "/root/.go/src/text/template=>text/template;$WORK/b513=>" -p text/template -lang=go1.25 -std -complete -installsuffix shared -buildid ypanQPsal6bRcI3odVa5/ypanQPsal6bRcI3odVa5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b513/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:58:24.0226859Z [00:02:25.848]➜  go tool buildid -w $WORK/b493/_pkg_.a # internal
2025-08-20T21:58:24.0477367Z [00:02:25.873]➜  go tool buildid -w $WORK/b506/_pkg_.a # internal
2025-08-20T21:58:24.0558327Z [00:02:25.881]➜  cp $WORK/b506/_pkg_.a /root/.cache/go-build/8c/8c14333971c53fe40be66be9a5fee7464939bb823e43684fb11a307e651fdb19-d # internal
2025-08-20T21:58:24.0563161Z [00:02:25.881]➜  cp $WORK/b493/_pkg_.a /root/.cache/go-build/f4/f4009872c0751a01e99ba2fc2a5cd8d057e12377c6ea59048d7f9689b85665aa-d # internal
2025-08-20T21:58:24.0595940Z [00:02:25.885]➜  github.com/muesli/reflow/ansi
2025-08-20T21:58:24.0596478Z [00:02:25.885]➜  mkdir -p $WORK/b518/
2025-08-20T21:58:24.0597739Z [00:02:25.885]➜  github.com/alecthomas/chroma/v2/quick
2025-08-20T21:58:24.0599935Z [00:02:25.885]➜  mkdir -p $WORK/b489/
2025-08-20T21:58:24.0607576Z [00:02:25.886]➜  cat >/tmp/go-build282983591/b518/importcfg << 'EOF' # internal
2025-08-20T21:58:24.0611803Z [00:02:25.886]➜  # import config
2025-08-20T21:58:24.0614756Z [00:02:25.886]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:24.0615812Z [00:02:25.886]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build282983591/b504/_pkg_.a
2025-08-20T21:58:24.0616820Z [00:02:25.886]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:24.0617707Z [00:02:25.886]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:24.0618417Z [00:02:25.886]➜  EOF
2025-08-20T21:58:24.0623282Z [00:02:25.886]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b518/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/ansi=>github.com/muesli/reflow@v0.3.0/ansi;$WORK/b518=>" -p github.com/muesli/reflow/ansi -lang=go1.13 -complete -installsuffix shared -buildid LOy0ZL60ldnsM8BTszhZ/LOy0ZL60ldnsM8BTszhZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b518/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:58:24.0627404Z [00:02:25.886]➜  cat >/tmp/go-build282983591/b489/importcfg << 'EOF' # internal
2025-08-20T21:58:24.0628146Z [00:02:25.886]➜  # import config
2025-08-20T21:58:24.0628995Z [00:02:25.886]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build282983591/b485/_pkg_.a
2025-08-20T21:58:24.0633990Z [00:02:25.886]➜  packagefile github.com/alecthomas/chroma/v2/formatters=/tmp/go-build282983591/b490/_pkg_.a
2025-08-20T21:58:24.0635378Z [00:02:25.886]➜  packagefile github.com/alecthomas/chroma/v2/lexers=/tmp/go-build282983591/b493/_pkg_.a
2025-08-20T21:58:24.0636662Z [00:02:25.886]➜  packagefile github.com/alecthomas/chroma/v2/styles=/tmp/go-build282983591/b494/_pkg_.a
2025-08-20T21:58:24.0637656Z [00:02:25.886]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:24.0638270Z [00:02:25.886]➜  EOF
2025-08-20T21:58:24.0642144Z [00:02:25.886]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b489/_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/b489=>" -p github.com/alecthomas/chroma/v2/quick -lang=go1.19 -complete -installsuffix shared -buildid AA3sMp-25V_QreTT7wyt/AA3sMp-25V_QreTT7wyt -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/quick/quick.go
2025-08-20T21:58:24.0885926Z [00:02:25.914]➜  go tool buildid -w $WORK/b489/_pkg_.a # internal
2025-08-20T21:58:24.0894627Z [00:02:25.915]➜  cp $WORK/b489/_pkg_.a /root/.cache/go-build/07/07417cc26b0274e62119c554daa14d041190bd87e6b5920af255b0850805d505-d # internal
2025-08-20T21:58:24.0910377Z [00:02:25.915]➜  github.com/yuin/goldmark-emoji/definition
2025-08-20T21:58:24.0911050Z [00:02:25.915]➜  mkdir -p $WORK/b522/
2025-08-20T21:58:24.0911810Z [00:02:25.915]➜  cat >/tmp/go-build282983591/b522/importcfg << 'EOF' # internal
2025-08-20T21:58:24.0912941Z [00:02:25.915]➜  # import config
2025-08-20T21:58:24.0913624Z [00:02:25.915]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:24.0914239Z [00:02:25.915]➜  EOF
2025-08-20T21:58:24.0918707Z [00:02:25.916]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b522/_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/b522=>" -p github.com/yuin/goldmark-emoji/definition -lang=go1.15 -complete -installsuffix shared -buildid jmUUrzZySaybqy6Y9Hz_/jmUUrzZySaybqy6Y9Hz_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b522/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:58:24.1246829Z [00:02:25.950]➜  go tool buildid -w $WORK/b518/_pkg_.a # internal
2025-08-20T21:58:24.1263839Z [00:02:25.951]➜  cp $WORK/b518/_pkg_.a /root/.cache/go-build/d1/d1c7c0680f790682dfd3040d2fbe1c9418c6ec89d1dd2bff0625ca14e3de5daf-d # internal
2025-08-20T21:58:24.1273049Z [00:02:25.952]➜  github.com/muesli/reflow/indent
2025-08-20T21:58:24.1279764Z [00:02:25.953]➜  mkdir -p $WORK/b517/
2025-08-20T21:58:24.1295110Z [00:02:25.955]➜  cat >/tmp/go-build282983591/b517/importcfg << 'EOF' # internal
2025-08-20T21:58:24.1304529Z [00:02:25.955]➜  # import config
2025-08-20T21:58:24.1305849Z [00:02:25.955]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:24.1308673Z [00:02:25.955]➜  packagefile github.com/muesli/reflow/ansi=/tmp/go-build282983591/b518/_pkg_.a
2025-08-20T21:58:24.1309659Z [00:02:25.955]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:24.1310975Z [00:02:25.955]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:24.1311655Z [00:02:25.955]➜  EOF
2025-08-20T21:58:24.1315192Z [00:02:25.956]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b517/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/indent=>github.com/muesli/reflow@v0.3.0/indent;$WORK/b517=>" -p github.com/muesli/reflow/indent -lang=go1.13 -complete -installsuffix shared -buildid IeeUwgVRIjnmyrtmSJh1/IeeUwgVRIjnmyrtmSJh1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b517/importcfg -pack /root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/indent/indent.go
2025-08-20T21:58:24.1533330Z [00:02:25.978]➜  go tool buildid -w $WORK/b517/_pkg_.a # internal
2025-08-20T21:58:24.1541348Z [00:02:25.979]➜  cp $WORK/b517/_pkg_.a /root/.cache/go-build/3d/3df90f2e83e48edcce71bed80fe041d623ac7ef22887cfd372fe70ad9f82fc9d-d # internal
2025-08-20T21:58:24.1555451Z [00:02:25.980]➜  github.com/muesli/reflow/padding
2025-08-20T21:58:24.1556061Z [00:02:25.980]➜  mkdir -p $WORK/b519/
2025-08-20T21:58:24.1556844Z [00:02:25.980]➜  cat >/tmp/go-build282983591/b519/importcfg << 'EOF' # internal
2025-08-20T21:58:24.1557594Z [00:02:25.980]➜  # import config
2025-08-20T21:58:24.1558332Z [00:02:25.980]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:24.1559286Z [00:02:25.980]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build282983591/b504/_pkg_.a
2025-08-20T21:58:24.1560524Z [00:02:25.980]➜  packagefile github.com/muesli/reflow/ansi=/tmp/go-build282983591/b518/_pkg_.a
2025-08-20T21:58:24.1561430Z [00:02:25.980]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:24.1562218Z [00:02:25.980]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:24.1562837Z [00:02:25.980]➜  EOF
2025-08-20T21:58:24.1567833Z [00:02:25.980]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b519/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/padding=>github.com/muesli/reflow@v0.3.0/padding;$WORK/b519=>" -p github.com/muesli/reflow/padding -lang=go1.13 -complete -installsuffix shared -buildid eJflBh_OOnlvay6XG-7P/eJflBh_OOnlvay6XG-7P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b519/importcfg -pack /root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/padding/padding.go
2025-08-20T21:58:24.1752716Z [00:02:25.998]➜  go tool buildid -w $WORK/b513/_pkg_.a # internal
2025-08-20T21:58:24.1784119Z [00:02:26.004]➜  cp $WORK/b513/_pkg_.a /root/.cache/go-build/55/55a31bc16f925b41d7970c28df2bbf764af8a7cca35f85b99491921cdb741eb4-d # internal
2025-08-20T21:58:24.1796652Z [00:02:26.004]➜  github.com/muesli/termenv
2025-08-20T21:58:24.1797184Z [00:02:26.004]➜  mkdir -p $WORK/b511/
2025-08-20T21:58:24.1797866Z [00:02:26.004]➜  cat >/tmp/go-build282983591/b511/importcfg << 'EOF' # internal
2025-08-20T21:58:24.1798477Z [00:02:26.004]➜  # import config
2025-08-20T21:58:24.1799062Z [00:02:26.005]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:24.1800004Z [00:02:26.005]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:24.1801015Z [00:02:26.005]➜  packagefile github.com/aymanbagabas/go-osc52/v2=/tmp/go-build282983591/b512/_pkg_.a
2025-08-20T21:58:24.1802104Z [00:02:26.005]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build282983591/b503/_pkg_.a
2025-08-20T21:58:24.1803162Z [00:02:26.005]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build282983591/b180/_pkg_.a
2025-08-20T21:58:24.1804075Z [00:02:26.005]➜  packagefile github.com/rivo/uniseg=/tmp/go-build282983591/b505/_pkg_.a
2025-08-20T21:58:24.1804966Z [00:02:26.005]➜  packagefile golang.org/x/sys/unix=/tmp/go-build282983591/b181/_pkg_.a
2025-08-20T21:58:24.1805791Z [00:02:26.005]➜  packagefile image/color=/tmp/go-build282983591/b500/_pkg_.a
2025-08-20T21:58:24.1806516Z [00:02:26.005]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:24.1807203Z [00:02:26.005]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:24.1807886Z [00:02:26.005]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:24.1808835Z [00:02:26.005]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:24.1809579Z [00:02:26.005]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:24.1810852Z [00:02:26.005]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:24.1811607Z [00:02:26.005]➜  packagefile text/template=/tmp/go-build282983591/b513/_pkg_.a
2025-08-20T21:58:24.1812349Z [00:02:26.005]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:24.1812878Z [00:02:26.005]➜  EOF
2025-08-20T21:58:24.1821432Z [00:02:26.005]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b511/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/termenv@v0.16.0=>github.com/muesli/termenv@v0.16.0;$WORK/b511=>" -p github.com/muesli/termenv -lang=go1.17 -complete -installsuffix shared -buildid zNp74jmYo3F_DvyP4bMf/zNp74jmYo3F_DvyP4bMf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b511/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:58:24.1860741Z [00:02:26.011]➜  go tool buildid -w $WORK/b519/_pkg_.a # internal
2025-08-20T21:58:24.1868188Z [00:02:26.012]➜  cp $WORK/b519/_pkg_.a /root/.cache/go-build/a1/a1b241e8debabb991091e79678413742cba3317f1df0a6449ad2109ade8563cc-d # internal
2025-08-20T21:58:24.1876998Z [00:02:26.012]➜  github.com/muesli/reflow/wordwrap
2025-08-20T21:58:24.1877628Z [00:02:26.012]➜  mkdir -p $WORK/b520/
2025-08-20T21:58:24.1878354Z [00:02:26.013]➜  cat >/tmp/go-build282983591/b520/importcfg << 'EOF' # internal
2025-08-20T21:58:24.1879028Z [00:02:26.013]➜  # import config
2025-08-20T21:58:24.1879667Z [00:02:26.013]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:24.1880977Z [00:02:26.013]➜  packagefile github.com/muesli/reflow/ansi=/tmp/go-build282983591/b518/_pkg_.a
2025-08-20T21:58:24.1882010Z [00:02:26.013]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:24.1882849Z [00:02:26.013]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:24.1883466Z [00:02:26.013]➜  EOF
2025-08-20T21:58:24.1889422Z [00:02:26.014]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b520/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/wordwrap=>github.com/muesli/reflow@v0.3.0/wordwrap;$WORK/b520=>" -p github.com/muesli/reflow/wordwrap -lang=go1.13 -complete -installsuffix shared -buildid 0fdfTzhmRlczk1ij4zE7/0fdfTzhmRlczk1ij4zE7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b520/importcfg -pack /root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/wordwrap/wordwrap.go
2025-08-20T21:58:24.2128804Z [00:02:26.038]➜  go tool buildid -w $WORK/b520/_pkg_.a # internal
2025-08-20T21:58:24.2139093Z [00:02:26.039]➜  cp $WORK/b520/_pkg_.a /root/.cache/go-build/8b/8b1a195fde84269d2c289e408f3cbc578debe296ad4c53c28f34f395a69e394b-d # internal
2025-08-20T21:58:24.2145230Z [00:02:26.040]➜  github.com/yuin/goldmark/util
2025-08-20T21:58:24.2151081Z [00:02:26.040]➜  mkdir -p $WORK/b525/
2025-08-20T21:58:24.2154175Z [00:02:26.040]➜  cat >/tmp/go-build282983591/b525/importcfg << 'EOF' # internal
2025-08-20T21:58:24.2155530Z [00:02:26.041]➜  # import config
2025-08-20T21:58:24.2158027Z [00:02:26.041]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:24.2158845Z [00:02:26.041]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:24.2159647Z [00:02:26.041]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:24.2160607Z [00:02:26.041]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:24.2161420Z [00:02:26.041]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:24.2162235Z [00:02:26.041]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:24.2163041Z [00:02:26.041]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:24.2163884Z [00:02:26.041]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:24.2164730Z [00:02:26.041]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:24.2165399Z [00:02:26.041]➜  EOF
2025-08-20T21:58:24.2174067Z [00:02:26.041]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b525/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/util=>github.com/yuin/goldmark@v1.7.8/util;$WORK/b525=>" -p github.com/yuin/goldmark/util -lang=go1.19 -complete -installsuffix shared -buildid yZdnM2q3HGv-Qq-83kvN/yZdnM2q3HGv-Qq-83kvN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b525/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:58:24.4426173Z [00:02:26.268]➜  go tool buildid -w $WORK/b511/_pkg_.a # internal
2025-08-20T21:58:24.4492507Z [00:02:26.274]➜  cp $WORK/b511/_pkg_.a /root/.cache/go-build/cc/cc4f17c40f3c1b9fc497f684d5cc0ed95ce5e15b429d7b645833c87305390e40-d # internal
2025-08-20T21:58:24.4524573Z [00:02:26.278]➜  github.com/charmbracelet/lipgloss
2025-08-20T21:58:24.4526755Z [00:02:26.278]➜  mkdir -p $WORK/b496/
2025-08-20T21:58:24.4529334Z [00:02:26.278]➜  cat >/tmp/go-build282983591/b496/importcfg << 'EOF' # internal
2025-08-20T21:58:24.4534087Z [00:02:26.278]➜  # import config
2025-08-20T21:58:24.4534976Z [00:02:26.278]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build282983591/b497/_pkg_.a
2025-08-20T21:58:24.4536185Z [00:02:26.278]➜  packagefile github.com/charmbracelet/x/cellbuf=/tmp/go-build282983591/b506/_pkg_.a
2025-08-20T21:58:24.4537354Z [00:02:26.278]➜  packagefile github.com/muesli/termenv=/tmp/go-build282983591/b511/_pkg_.a
2025-08-20T21:58:24.4538360Z [00:02:26.278]➜  packagefile github.com/rivo/uniseg=/tmp/go-build282983591/b505/_pkg_.a
2025-08-20T21:58:24.4539226Z [00:02:26.278]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:24.4540172Z [00:02:26.278]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:24.4540987Z [00:02:26.278]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:24.4542035Z [00:02:26.278]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:24.4542843Z [00:02:26.278]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:24.4543640Z [00:02:26.278]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:24.4544227Z [00:02:26.278]➜  EOF
2025-08-20T21:58:24.4558921Z [00:02:26.279]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b496/_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/b496=>" -p github.com/charmbracelet/lipgloss -lang=go1.18 -complete -installsuffix shared -buildid 4aVDjh0oemPtE5a4EVfU/4aVDjh0oemPtE5a4EVfU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b496/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:58:24.6363176Z [00:02:26.461]➜  go tool buildid -w $WORK/b344/_pkg_.a # internal
2025-08-20T21:58:24.6590849Z [00:02:26.484]➜  cp $WORK/b344/_pkg_.a /root/.cache/go-build/0d/0d00e6740be9bf58c1014b2ec89288d7701cf08b951a7606a32e8f32f33cd9ce-d # internal
2025-08-20T21:58:24.6645977Z [00:02:26.490]➜  github.com/projectdiscovery/retryablehttp-go
2025-08-20T21:58:24.6647490Z [00:02:26.490]➜  mkdir -p $WORK/b342/
2025-08-20T21:58:24.6656049Z [00:02:26.491]➜  cat >/tmp/go-build282983591/b342/importcfg << 'EOF' # internal
2025-08-20T21:58:24.6670807Z [00:02:26.491]➜  # import config
2025-08-20T21:58:24.6672568Z [00:02:26.491]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:24.6673406Z [00:02:26.491]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:24.6674312Z [00:02:26.491]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:58:24.6675213Z [00:02:26.491]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:58:24.6676047Z [00:02:26.491]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:24.6677158Z [00:02:26.491]➜  packagefile github.com/Mzack9999/go-http-digest-auth-client=/tmp/go-build282983591/b343/_pkg_.a
2025-08-20T21:58:24.6678588Z [00:02:26.491]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer=/tmp/go-build282983591/b344/_pkg_.a
2025-08-20T21:58:24.6680147Z [00:02:26.491]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:58:24.6681480Z [00:02:26.491]➜  packagefile github.com/projectdiscovery/utils/reader=/tmp/go-build282983591/b473/_pkg_.a
2025-08-20T21:58:24.6683065Z [00:02:26.491]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:58:24.6684358Z [00:02:26.491]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build282983591/b449/_pkg_.a
2025-08-20T21:58:24.6685457Z [00:02:26.491]➜  packagefile golang.org/x/net/http2=/tmp/go-build282983591/b475/_pkg_.a
2025-08-20T21:58:24.6686355Z [00:02:26.491]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:24.6687147Z [00:02:26.491]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:24.6687975Z [00:02:26.491]➜  packagefile math/rand=/tmp/go-build282983591/b118/_pkg_.a
2025-08-20T21:58:24.6688782Z [00:02:26.491]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:24.6689593Z [00:02:26.491]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:24.6691704Z [00:02:26.491]➜  packagefile net/http/httptrace=/tmp/go-build282983591/b218/_pkg_.a
2025-08-20T21:58:24.6692776Z [00:02:26.491]➜  packagefile net/http/httputil=/tmp/go-build282983591/b236/_pkg_.a
2025-08-20T21:58:24.6693680Z [00:02:26.491]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:24.6694514Z [00:02:26.491]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:24.6695331Z [00:02:26.491]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:24.6696168Z [00:02:26.491]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:24.6696978Z [00:02:26.491]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:24.6697824Z [00:02:26.491]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:24.6698664Z [00:02:26.491]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:24.6699272Z [00:02:26.491]➜  EOF
2025-08-20T21:58:24.6709276Z [00:02:26.491]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b342/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/retryablehttp-go@v1.0.119=>github.com/projectdiscovery/retryablehttp-go@v1.0.119;$WORK/b342=>" -p github.com/projectdiscovery/retryablehttp-go -lang=go1.24 -complete -installsuffix shared -buildid 2o1_ncBqHRkYgVwFvmYt/2o1_ncBqHRkYgVwFvmYt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b342/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:58:24.8581237Z [00:02:26.683]➜  go tool buildid -w $WORK/b496/_pkg_.a # internal
2025-08-20T21:58:24.8645534Z [00:02:26.690]➜  cp $WORK/b496/_pkg_.a /root/.cache/go-build/7f/7f0d5c77a7442d4751042c4acbe1f8db271c40ab1fa4055d0b8a6c3eac0d584c-d # internal
2025-08-20T21:58:24.8650704Z [00:02:26.690]➜  github.com/charmbracelet/lipgloss/table
2025-08-20T21:58:24.8651354Z [00:02:26.690]➜  mkdir -p $WORK/b515/
2025-08-20T21:58:24.8655160Z [00:02:26.691]➜  cat >/tmp/go-build282983591/b515/importcfg << 'EOF' # internal
2025-08-20T21:58:24.8659322Z [00:02:26.691]➜  # import config
2025-08-20T21:58:24.8660337Z [00:02:26.691]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build282983591/b496/_pkg_.a
2025-08-20T21:58:24.8666592Z [00:02:26.691]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build282983591/b497/_pkg_.a
2025-08-20T21:58:24.8667856Z [00:02:26.692]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:24.8668622Z [00:02:26.692]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:24.8671027Z [00:02:26.692]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:24.8671655Z [00:02:26.692]➜  EOF
2025-08-20T21:58:24.8678015Z [00:02:26.692]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b515/_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/b515=>" -p github.com/charmbracelet/lipgloss/table -lang=go1.18 -complete -installsuffix shared -buildid 7hcAa1ExF_CHn55XeBZv/7hcAa1ExF_CHn55XeBZv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b515/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:58:25.0326906Z [00:02:26.858]➜  go tool buildid -w $WORK/b515/_pkg_.a # internal
2025-08-20T21:58:25.0361285Z [00:02:26.861]➜  cp $WORK/b515/_pkg_.a /root/.cache/go-build/1f/1fef35d17c20339aaeab43caa7849c5bf45517a0d41af97d065d139d8a69d45e-d # internal
2025-08-20T21:58:25.0362384Z [00:02:26.861]➜  golang.org/x/text/internal/tag
2025-08-20T21:58:25.0362902Z [00:02:26.861]➜  mkdir -p $WORK/b532/
2025-08-20T21:58:25.0363568Z [00:02:26.861]➜  cat >/tmp/go-build282983591/b532/importcfg << 'EOF' # internal
2025-08-20T21:58:25.0364185Z [00:02:26.861]➜  # import config
2025-08-20T21:58:25.0364762Z [00:02:26.861]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:25.0365313Z [00:02:26.861]➜  EOF
2025-08-20T21:58:25.0375061Z [00:02:26.862]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b532/_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/b532=>" -p golang.org/x/text/internal/tag -lang=go1.23 -complete -installsuffix shared -buildid pikE3ukVpe_0X3YAKy9c/pikE3ukVpe_0X3YAKy9c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b532/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/tag/tag.go
2025-08-20T21:58:25.0684537Z [00:02:26.894]➜  go tool buildid -w $WORK/b532/_pkg_.a # internal
2025-08-20T21:58:25.0705602Z [00:02:26.896]➜  cp $WORK/b532/_pkg_.a /root/.cache/go-build/a4/a4c01e9feb5d37b64c4161f57417f0bef5052a85e3f7184f65ccb73682d4d87e-d # internal
2025-08-20T21:58:25.0716028Z [00:02:26.897]➜  golang.org/x/text/internal/language
2025-08-20T21:58:25.0740793Z [00:02:26.897]➜  mkdir -p $WORK/b531/
2025-08-20T21:58:25.0741521Z [00:02:26.897]➜  cat >/tmp/go-build282983591/b531/importcfg << 'EOF' # internal
2025-08-20T21:58:25.0742230Z [00:02:26.897]➜  # import config
2025-08-20T21:58:25.0742834Z [00:02:26.897]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:25.0743585Z [00:02:26.897]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:25.0744379Z [00:02:26.897]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:25.0745290Z [00:02:26.897]➜  packagefile golang.org/x/text/internal/tag=/tmp/go-build282983591/b532/_pkg_.a
2025-08-20T21:58:25.0746175Z [00:02:26.897]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:25.0746952Z [00:02:26.897]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:25.0747707Z [00:02:26.897]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:25.0748292Z [00:02:26.897]➜  EOF
2025-08-20T21:58:25.0756561Z [00:02:26.897]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b531/_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/b531=>" -p golang.org/x/text/internal/language -lang=go1.23 -complete -installsuffix shared -buildid sl5KkMOlioWcT33EzOdi/sl5KkMOlioWcT33EzOdi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b531/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:58:25.4149082Z [00:02:27.240]➜  go tool buildid -w $WORK/b522/_pkg_.a # internal
2025-08-20T21:58:25.4274110Z [00:02:27.252]➜  cp $WORK/b522/_pkg_.a /root/.cache/go-build/88/88701e103b73a0c00be2f8f18a847b9f8762661a832c5723ea03c9f24f14ecda-d # internal
2025-08-20T21:58:25.4325531Z [00:02:27.258]➜  os/signal
2025-08-20T21:58:25.4327689Z [00:02:27.258]➜  mkdir -p $WORK/b543/
2025-08-20T21:58:25.4334676Z [00:02:27.259]➜  echo -n > $WORK/b543/go_asm.h # internal
2025-08-20T21:58:25.4338958Z [00:02:27.259]➜  cd /root/.go/src/os/signal
2025-08-20T21:58:25.4343721Z [00:02:27.259]➜  /root/.go/pkg/tool/linux_amd64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b543=>" -I $WORK/b543/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b543/symabis ./sig.s
2025-08-20T21:58:25.4384244Z [00:02:27.264]➜  cat >/tmp/go-build282983591/b543/importcfg << 'EOF' # internal
2025-08-20T21:58:25.4389489Z [00:02:27.264]➜  # import config
2025-08-20T21:58:25.4390413Z [00:02:27.264]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:25.4391228Z [00:02:27.264]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:25.4391997Z [00:02:27.264]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:25.4392986Z [00:02:27.264]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:25.4393743Z [00:02:27.264]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:25.4394421Z [00:02:27.264]➜  EOF
2025-08-20T21:58:25.4394959Z [00:02:27.264]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:25.4398343Z [00:02:27.264]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b543/_pkg_.a -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b543=>" -p os/signal -lang=go1.25 -std -installsuffix shared -buildid 4dtaJE4bajf4i-nDBkXv/4dtaJE4bajf4i-nDBkXv -goversion go1.25.0 -symabis $WORK/b543/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b543/importcfg -pack -asmhdr $WORK/b543/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:58:25.4421637Z [00:02:27.267]➜  go tool buildid -w $WORK/b531/_pkg_.a # internal
2025-08-20T21:58:25.4453553Z [00:02:27.271]➜  cp $WORK/b531/_pkg_.a /root/.cache/go-build/b8/b874d7b65356715259dc909aa4d33320930bf1effe2f6a8802fa657605058d8c-d # internal
2025-08-20T21:58:25.4456297Z [00:02:27.271]➜  golang.org/x/text/internal/language/compact
2025-08-20T21:58:25.4459211Z [00:02:27.271]➜  mkdir -p $WORK/b533/
2025-08-20T21:58:25.4463038Z [00:02:27.272]➜  cat >/tmp/go-build282983591/b533/importcfg << 'EOF' # internal
2025-08-20T21:58:25.4464454Z [00:02:27.272]➜  # import config
2025-08-20T21:58:25.4465620Z [00:02:27.272]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build282983591/b531/_pkg_.a
2025-08-20T21:58:25.4467171Z [00:02:27.272]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:25.4468096Z [00:02:27.272]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:25.4471011Z [00:02:27.272]➜  EOF
2025-08-20T21:58:25.4477063Z [00:02:27.272]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b533/_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/b533=>" -p golang.org/x/text/internal/language/compact -lang=go1.23 -complete -installsuffix shared -buildid 98q3ChkCNqNkcMMhOf3z/98q3ChkCNqNkcMMhOf3z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b533/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:58:25.5042089Z [00:02:27.329]➜  cd /root/.go/src/os/signal
2025-08-20T21:58:25.5045763Z [00:02:27.329]➜  /root/.go/pkg/tool/linux_amd64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b543=>" -I $WORK/b543/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b543/sig.o ./sig.s
2025-08-20T21:58:25.5077590Z [00:02:27.333]➜  go tool pack r $WORK/b543/_pkg_.a $WORK/b543/sig.o # internal
2025-08-20T21:58:25.5081577Z [00:02:27.333]➜  go tool buildid -w $WORK/b543/_pkg_.a # internal
2025-08-20T21:58:25.5088889Z [00:02:27.334]➜  cp $WORK/b543/_pkg_.a /root/.cache/go-build/e0/e08026d2aa13e3e6f3c2b657285cc20edefff99a9bd39456d96ef2788cc377ae-d # internal
2025-08-20T21:58:25.5096036Z [00:02:27.335]➜  github.com/cheggaaa/pb/v3/termutil
2025-08-20T21:58:25.5100516Z [00:02:27.335]➜  mkdir -p $WORK/b542/
2025-08-20T21:58:25.5101222Z [00:02:27.335]➜  cat >/tmp/go-build282983591/b542/importcfg << 'EOF' # internal
2025-08-20T21:58:25.5101856Z [00:02:27.335]➜  # import config
2025-08-20T21:58:25.5102475Z [00:02:27.335]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:25.5103239Z [00:02:27.335]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:25.5103954Z [00:02:27.335]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:25.5105001Z [00:02:27.335]➜  packagefile os/signal=/tmp/go-build282983591/b543/_pkg_.a
2025-08-20T21:58:25.5105765Z [00:02:27.335]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:25.5106527Z [00:02:27.335]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:25.5107101Z [00:02:27.335]➜  EOF
2025-08-20T21:58:25.5114331Z [00:02:27.337]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:25.5121354Z [00:02:27.337]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b542/_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/b542=>" -p github.com/cheggaaa/pb/v3/termutil -lang=go1.17 -complete -installsuffix shared -buildid ggfMoa-3O2oREp9U4ioB/ggfMoa-3O2oREp9U4ioB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b542/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:58:25.5458364Z [00:02:27.371]➜  go tool buildid -w $WORK/b533/_pkg_.a # internal
2025-08-20T21:58:25.5492740Z [00:02:27.374]➜  cp $WORK/b533/_pkg_.a /root/.cache/go-build/a0/a0822f17f72e8d9700653f683c66ae970723813f6174135164d9d1ac59181f9f-d # internal
2025-08-20T21:58:25.5496751Z [00:02:27.375]➜  golang.org/x/text/language
2025-08-20T21:58:25.5511975Z [00:02:27.376]➜  mkdir -p $WORK/b530/
2025-08-20T21:58:25.5517664Z [00:02:27.377]➜  cat >/tmp/go-build282983591/b530/importcfg << 'EOF' # internal
2025-08-20T21:58:25.5524697Z [00:02:27.377]➜  # import config
2025-08-20T21:58:25.5525370Z [00:02:27.377]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:25.5526463Z [00:02:27.377]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:25.5527472Z [00:02:27.377]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build282983591/b531/_pkg_.a
2025-08-20T21:58:25.5528739Z [00:02:27.377]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build282983591/b533/_pkg_.a
2025-08-20T21:58:25.5529969Z [00:02:27.377]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:25.5530816Z [00:02:27.377]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:25.5531634Z [00:02:27.377]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:25.5532244Z [00:02:27.377]➜  EOF
2025-08-20T21:58:25.5538024Z [00:02:27.377]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b530/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/language=>golang.org/x/text@v0.26.0/language;$WORK/b530=>" -p golang.org/x/text/language -lang=go1.23 -complete -installsuffix shared -buildid 7VTzwOuQ07qH534u9Lim/7VTzwOuQ07qH534u9Lim -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b530/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:58:25.5675224Z [00:02:27.393]➜  go tool buildid -w $WORK/b542/_pkg_.a # internal
2025-08-20T21:58:25.5683177Z [00:02:27.393]➜  cp $WORK/b542/_pkg_.a /root/.cache/go-build/67/6723c788a9188ac223119c62ec189ab2888c8821b2039d288159cc008b60fd1a-d # internal
2025-08-20T21:58:25.5694353Z [00:02:27.394]➜  github.com/mattn/go-colorable
2025-08-20T21:58:25.5694938Z [00:02:27.394]➜  mkdir -p $WORK/b545/
2025-08-20T21:58:25.5695674Z [00:02:27.394]➜  cat >/tmp/go-build282983591/b545/importcfg << 'EOF' # internal
2025-08-20T21:58:25.5696322Z [00:02:27.394]➜  # import config
2025-08-20T21:58:25.5696951Z [00:02:27.394]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:25.5698302Z [00:02:27.394]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build282983591/b180/_pkg_.a
2025-08-20T21:58:25.5699205Z [00:02:27.394]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:25.5700159Z [00:02:27.394]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:25.5700736Z [00:02:27.394]➜  EOF
2025-08-20T21:58:25.5704736Z [00:02:27.394]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b545/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-colorable@v0.1.14=>github.com/mattn/go-colorable@v0.1.14;$WORK/b545=>" -p github.com/mattn/go-colorable -lang=go1.18 -complete -installsuffix shared -buildid WOLkePqJ5ChLylGMmeMj/WOLkePqJ5ChLylGMmeMj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b545/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:58:25.6091566Z [00:02:27.434]➜  go tool buildid -w $WORK/b545/_pkg_.a # internal
2025-08-20T21:58:25.6099460Z [00:02:27.435]➜  cp $WORK/b545/_pkg_.a /root/.cache/go-build/ba/ba4099b640d258429ac9357e4066d045884a8f54747e3abe9e2a5842e68039a5-d # internal
2025-08-20T21:58:25.6124806Z [00:02:27.438]➜  github.com/fatih/color
2025-08-20T21:58:25.6126926Z [00:02:27.438]➜  mkdir -p $WORK/b544/
2025-08-20T21:58:25.6131532Z [00:02:27.438]➜  cat >/tmp/go-build282983591/b544/importcfg << 'EOF' # internal
2025-08-20T21:58:25.6132533Z [00:02:27.438]➜  # import config
2025-08-20T21:58:25.6134705Z [00:02:27.438]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:25.6135832Z [00:02:27.438]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build282983591/b545/_pkg_.a
2025-08-20T21:58:25.6138654Z [00:02:27.438]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build282983591/b180/_pkg_.a
2025-08-20T21:58:25.6139610Z [00:02:27.438]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:25.6140551Z [00:02:27.438]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:25.6141355Z [00:02:27.438]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:25.6142181Z [00:02:27.438]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:25.6142970Z [00:02:27.438]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:25.6143532Z [00:02:27.438]➜  EOF
2025-08-20T21:58:25.6146945Z [00:02:27.438]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b544/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/fatih/color@v1.18.0=>github.com/fatih/color@v1.18.0;$WORK/b544=>" -p github.com/fatih/color -lang=go1.17 -complete -installsuffix shared -buildid ywmlCj_A7KcxEpyUtVcV/ywmlCj_A7KcxEpyUtVcV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b544/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:58:25.6996065Z [00:02:27.525]➜  go tool buildid -w $WORK/b544/_pkg_.a # internal
2025-08-20T21:58:25.7025861Z [00:02:27.528]➜  cp $WORK/b544/_pkg_.a /root/.cache/go-build/96/96e0447ae90006781b291d380e75310b94dbfa5db38d6a6818adad62df1a8f3e-d # internal
2025-08-20T21:58:25.7028810Z [00:02:27.528]➜  github.com/cheggaaa/pb/v3
2025-08-20T21:58:25.7067535Z [00:02:27.532]➜  mkdir -p $WORK/b540/
2025-08-20T21:58:25.7084192Z [00:02:27.532]➜  cat >/tmp/go-build282983591/b540/importcfg << 'EOF' # internal
2025-08-20T21:58:25.7084868Z [00:02:27.532]➜  # import config
2025-08-20T21:58:25.7088735Z [00:02:27.532]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:25.7089682Z [00:02:27.532]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:25.7090706Z [00:02:27.532]➜  packagefile github.com/VividCortex/ewma=/tmp/go-build282983591/b541/_pkg_.a
2025-08-20T21:58:25.7091785Z [00:02:27.532]➜  packagefile github.com/cheggaaa/pb/v3/termutil=/tmp/go-build282983591/b542/_pkg_.a
2025-08-20T21:58:25.7093437Z [00:02:27.532]➜  packagefile github.com/fatih/color=/tmp/go-build282983591/b544/_pkg_.a
2025-08-20T21:58:25.7095072Z [00:02:27.532]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build282983591/b545/_pkg_.a
2025-08-20T21:58:25.7096191Z [00:02:27.532]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build282983591/b180/_pkg_.a
2025-08-20T21:58:25.7097227Z [00:02:27.532]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build282983591/b504/_pkg_.a
2025-08-20T21:58:25.7098092Z [00:02:27.532]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:25.7098795Z [00:02:27.532]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:25.7099537Z [00:02:27.532]➜  packagefile math/rand=/tmp/go-build282983591/b118/_pkg_.a
2025-08-20T21:58:25.7100453Z [00:02:27.532]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:25.7101167Z [00:02:27.532]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:25.7101878Z [00:02:27.532]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:25.7102572Z [00:02:27.532]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:25.7103261Z [00:02:27.532]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:25.7103964Z [00:02:27.532]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:25.7104734Z [00:02:27.532]➜  packagefile text/template=/tmp/go-build282983591/b513/_pkg_.a
2025-08-20T21:58:25.7105472Z [00:02:27.532]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:25.7105995Z [00:02:27.532]➜  EOF
2025-08-20T21:58:25.7112568Z [00:02:27.534]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b540/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cheggaaa/pb/v3@v3.1.4=>github.com/cheggaaa/pb/v3@v3.1.4;$WORK/b540=>" -p github.com/cheggaaa/pb/v3 -lang=go1.17 -complete -installsuffix shared -buildid Jya0WfUVHRMZVKhsCztH/Jya0WfUVHRMZVKhsCztH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b540/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:58:25.7241240Z [00:02:27.547]➜  go tool buildid -w $WORK/b342/_pkg_.a # internal
2025-08-20T21:58:25.7421390Z [00:02:27.567]➜  cp $WORK/b342/_pkg_.a /root/.cache/go-build/72/726c3c0a8084abaa67858648300fe81c2b3054805d067cb3f0e806589d6c8088-d # internal
2025-08-20T21:58:25.7434006Z [00:02:27.568]➜  github.com/projectdiscovery/utils/auth/pdcp
2025-08-20T21:58:25.7435068Z [00:02:27.568]➜  mkdir -p $WORK/b341/
2025-08-20T21:58:25.7436207Z [00:02:27.569]➜  cat >/tmp/go-build282983591/b341/importcfg << 'EOF' # internal
2025-08-20T21:58:25.7437853Z [00:02:27.569]➜  # import config
2025-08-20T21:58:25.7438530Z [00:02:27.569]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:25.7439246Z [00:02:27.569]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:25.7440283Z [00:02:27.569]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:58:25.7441402Z [00:02:27.569]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build282983591/b342/_pkg_.a
2025-08-20T21:58:25.7442519Z [00:02:27.569]➜  packagefile github.com/projectdiscovery/utils/env=/tmp/go-build282983591/b183/_pkg_.a
2025-08-20T21:58:25.7443580Z [00:02:27.569]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:58:25.7444647Z [00:02:27.569]➜  packagefile github.com/projectdiscovery/utils/folder=/tmp/go-build282983591/b222/_pkg_.a
2025-08-20T21:58:25.7445687Z [00:02:27.569]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build282983591/b449/_pkg_.a
2025-08-20T21:58:25.7446936Z [00:02:27.569]➜  packagefile golang.org/x/term=/tmp/go-build282983591/b479/_pkg_.a
2025-08-20T21:58:25.7447733Z [00:02:27.569]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build282983591/b202/_pkg_.a
2025-08-20T21:58:25.7448417Z [00:02:27.569]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:25.7449038Z [00:02:27.569]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:25.7449701Z [00:02:27.569]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:25.7450550Z [00:02:27.569]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:25.7451192Z [00:02:27.569]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:25.7451676Z [00:02:27.569]➜  EOF
2025-08-20T21:58:25.7455322Z [00:02:27.569]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b341/_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/b341=>" -p github.com/projectdiscovery/utils/auth/pdcp -lang=go1.24 -complete -installsuffix shared -buildid GZPlQydMzqjyQP6euZ_E/GZPlQydMzqjyQP6euZ_E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b341/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:58:25.7542548Z [00:02:27.579]➜  go tool buildid -w $WORK/b530/_pkg_.a # internal
2025-08-20T21:58:25.7572244Z [00:02:27.582]➜  cp $WORK/b530/_pkg_.a /root/.cache/go-build/ca/caa6b3c5ce1c662c57d8083ffed272f0ed2baa8d119589ee07f936cac654cfa7-d # internal
2025-08-20T21:58:25.7580709Z [00:02:27.583]➜  golang.org/x/text/internal
2025-08-20T21:58:25.7583655Z [00:02:27.583]➜  mkdir -p $WORK/b529/
2025-08-20T21:58:25.7584742Z [00:02:27.583]➜  cat >/tmp/go-build282983591/b529/importcfg << 'EOF' # internal
2025-08-20T21:58:25.7586751Z [00:02:27.583]➜  # import config
2025-08-20T21:58:25.7588726Z [00:02:27.583]➜  packagefile golang.org/x/text/language=/tmp/go-build282983591/b530/_pkg_.a
2025-08-20T21:58:25.7590482Z [00:02:27.583]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:25.7591407Z [00:02:27.583]➜  EOF
2025-08-20T21:58:25.7596842Z [00:02:27.583]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b529/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/internal=>golang.org/x/text@v0.26.0/internal;$WORK/b529=>" -p golang.org/x/text/internal -lang=go1.23 -complete -installsuffix shared -buildid 360jipyVMt_be1fKhgGs/360jipyVMt_be1fKhgGs -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/internal.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/match.go
2025-08-20T21:58:25.7857036Z [00:02:27.611]➜  go tool buildid -w $WORK/b529/_pkg_.a # internal
2025-08-20T21:58:25.7858176Z [00:02:27.611]➜  cp $WORK/b529/_pkg_.a /root/.cache/go-build/5c/5c82568674625fafcdea21cae0b55aff58f359c85ba82608393cce89b5c11a46-d # internal
2025-08-20T21:58:25.7860606Z [00:02:27.611]➜  golang.org/x/text/cases
2025-08-20T21:58:25.7861868Z [00:02:27.611]➜  mkdir -p $WORK/b528/
2025-08-20T21:58:25.7868687Z [00:02:27.612]➜  cat >/tmp/go-build282983591/b528/importcfg << 'EOF' # internal
2025-08-20T21:58:25.7873186Z [00:02:27.612]➜  # import config
2025-08-20T21:58:25.7873951Z [00:02:27.612]➜  packagefile golang.org/x/text/internal=/tmp/go-build282983591/b529/_pkg_.a
2025-08-20T21:58:25.7874967Z [00:02:27.612]➜  packagefile golang.org/x/text/language=/tmp/go-build282983591/b530/_pkg_.a
2025-08-20T21:58:25.7875965Z [00:02:27.612]➜  packagefile golang.org/x/text/transform=/tmp/go-build282983591/b266/_pkg_.a
2025-08-20T21:58:25.7877007Z [00:02:27.612]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build282983591/b462/_pkg_.a
2025-08-20T21:58:25.7877910Z [00:02:27.612]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
﻿2025-08-20T21:58:25.7888056Z [00:02:27.612]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:25.7889032Z [00:02:27.612]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:25.7889653Z [00:02:27.612]➜  EOF
2025-08-20T21:58:25.7895139Z [00:02:27.612]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b528/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/cases=>golang.org/x/text@v0.26.0/cases;$WORK/b528=>" -p golang.org/x/text/cases -lang=go1.23 -complete -installsuffix shared -buildid c45t3IJy_BhyV38KuFzy/c45t3IJy_BhyV38KuFzy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b528/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:58:25.8525982Z [00:02:27.678]➜  go tool buildid -w $WORK/b341/_pkg_.a # internal
2025-08-20T21:58:25.8547900Z [00:02:27.680]➜  cp $WORK/b341/_pkg_.a /root/.cache/go-build/21/2128b69850b4460e128ba8080c50733b9a2ab908a44c862766990cc1b5f4b99d-d # internal
2025-08-20T21:58:25.8550876Z [00:02:27.680]➜  github.com/google/go-querystring/query
2025-08-20T21:58:25.8551394Z [00:02:27.680]➜  mkdir -p $WORK/b547/
2025-08-20T21:58:25.8556725Z [00:02:27.681]➜  cat >/tmp/go-build282983591/b547/importcfg << 'EOF' # internal
2025-08-20T21:58:25.8558908Z [00:02:27.681]➜  # import config
2025-08-20T21:58:25.8559605Z [00:02:27.681]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:25.8560591Z [00:02:27.681]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:25.8561757Z [00:02:27.681]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:25.8562679Z [00:02:27.681]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:25.8563535Z [00:02:27.681]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:25.8564357Z [00:02:27.681]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:25.8565177Z [00:02:27.681]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:25.8565791Z [00:02:27.681]➜  EOF
2025-08-20T21:58:25.8569412Z [00:02:27.681]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b547/_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/b547=>" -p github.com/google/go-querystring/query -lang=go1.10 -complete -installsuffix shared -buildid LK3HehowKnvE5__MG1mb/LK3HehowKnvE5__MG1mb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b547/importcfg -pack /root/go/pkg/mod/github.com/google/go-querystring@v1.1.0/query/encode.go
2025-08-20T21:58:25.8702249Z [00:02:27.694]➜  go tool buildid -w $WORK/b540/_pkg_.a # internal
2025-08-20T21:58:25.8721204Z [00:02:27.697]➜  cp $WORK/b540/_pkg_.a /root/.cache/go-build/1e/1e3b6cf5a165090ea3c785b551e29504c1ae390fcc1ab4f25507eddf3352f5f2-d # internal
2025-08-20T21:58:25.8724378Z [00:02:27.697]➜  golang.org/x/crypto/openpgp/errors
2025-08-20T21:58:25.8726467Z [00:02:27.697]➜  mkdir -p $WORK/b550/
2025-08-20T21:58:25.8727207Z [00:02:27.698]➜  cat >/tmp/go-build282983591/b550/importcfg << 'EOF' # internal
2025-08-20T21:58:25.8727857Z [00:02:27.698]➜  # import config
2025-08-20T21:58:25.8728488Z [00:02:27.698]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:25.8729079Z [00:02:27.698]➜  EOF
2025-08-20T21:58:25.8732879Z [00:02:27.698]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b550/_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/b550=>" -p golang.org/x/crypto/openpgp/errors -lang=go1.23 -complete -installsuffix shared -buildid cPJdxRUgLb9Lf4kHuooS/cPJdxRUgLb9Lf4kHuooS -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/errors/errors.go
2025-08-20T21:58:25.8857526Z [00:02:27.711]➜  go tool buildid -w $WORK/b550/_pkg_.a # internal
2025-08-20T21:58:25.8880900Z [00:02:27.713]➜  cp $WORK/b550/_pkg_.a /root/.cache/go-build/1f/1f595067e91c4b2c251baff72d72cbab987938d8efb6949ae863828d28da19b6-d # internal
2025-08-20T21:58:25.8901369Z [00:02:27.714]➜  golang.org/x/crypto/openpgp/armor
2025-08-20T21:58:25.8902754Z [00:02:27.714]➜  mkdir -p $WORK/b549/
2025-08-20T21:58:25.8903874Z [00:02:27.714]➜  cat >/tmp/go-build282983591/b549/importcfg << 'EOF' # internal
2025-08-20T21:58:25.8904576Z [00:02:27.714]➜  # import config
2025-08-20T21:58:25.8905220Z [00:02:27.714]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:25.8906031Z [00:02:27.714]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:25.8906931Z [00:02:27.714]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:25.8907989Z [00:02:27.714]➜  packagefile golang.org/x/crypto/openpgp/errors=/tmp/go-build282983591/b550/_pkg_.a
2025-08-20T21:58:25.8908971Z [00:02:27.714]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:25.8909562Z [00:02:27.714]➜  EOF
2025-08-20T21:58:25.8913052Z [00:02:27.714]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b549/_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/b549=>" -p golang.org/x/crypto/openpgp/armor -lang=go1.23 -complete -installsuffix shared -buildid xDRUCXo0pWKCg-Y1Nznh/xDRUCXo0pWKCg-Y1Nznh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b549/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:58:25.9204079Z [00:02:27.746]➜  go tool buildid -w $WORK/b547/_pkg_.a # internal
2025-08-20T21:58:25.9216621Z [00:02:27.747]➜  cp $WORK/b547/_pkg_.a /root/.cache/go-build/d8/d886fc82a74f4155e0532061f21a28c14cbacfc7047b2931fcbc28f0b4e28c0b-d # internal
2025-08-20T21:58:25.9218088Z [00:02:27.747]➜  golang.org/x/crypto/cast5
2025-08-20T21:58:25.9235421Z [00:02:27.749]➜  mkdir -p $WORK/b552/
2025-08-20T21:58:25.9237028Z [00:02:27.749]➜  cat >/tmp/go-build282983591/b552/importcfg << 'EOF' # internal
2025-08-20T21:58:25.9237609Z [00:02:27.749]➜  # import config
2025-08-20T21:58:25.9238162Z [00:02:27.749]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:25.9238855Z [00:02:27.749]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:25.9239357Z [00:02:27.749]➜  EOF
2025-08-20T21:58:25.9242147Z [00:02:27.749]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b552/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/cast5=>golang.org/x/crypto@v0.39.0/cast5;$WORK/b552=>" -p golang.org/x/crypto/cast5 -lang=go1.23 -complete -installsuffix shared -buildid gW2MHfT__P2jI9lmHfM1/gW2MHfT__P2jI9lmHfM1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b552/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/cast5/cast5.go
2025-08-20T21:58:25.9262988Z [00:02:27.751]➜  go tool buildid -w $WORK/b549/_pkg_.a # internal
2025-08-20T21:58:25.9265820Z [00:02:27.752]➜  cp $WORK/b549/_pkg_.a /root/.cache/go-build/a8/a88c753fae6071ca1147d549dc284f5df0993387a0c25c07b72931301c289703-d # internal
2025-08-20T21:58:25.9266984Z [00:02:27.752]➜  golang.org/x/crypto/openpgp/elgamal
2025-08-20T21:58:25.9267573Z [00:02:27.752]➜  mkdir -p $WORK/b553/
2025-08-20T21:58:25.9271040Z [00:02:27.752]➜  cat >/tmp/go-build282983591/b553/importcfg << 'EOF' # internal
2025-08-20T21:58:25.9273175Z [00:02:27.752]➜  # import config
2025-08-20T21:58:25.9273897Z [00:02:27.752]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:25.9274853Z [00:02:27.752]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:58:25.9275744Z [00:02:27.752]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:25.9276757Z [00:02:27.752]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:25.9277699Z [00:02:27.752]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:25.9278331Z [00:02:27.752]➜  EOF
2025-08-20T21:58:25.9282155Z [00:02:27.753]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b553/_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/b553=>" -p golang.org/x/crypto/openpgp/elgamal -lang=go1.23 -complete -installsuffix shared -buildid Xj0dOhlTUlLqZOjHIsxT/Xj0dOhlTUlLqZOjHIsxT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b553/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/openpgp/elgamal/elgamal.go
2025-08-20T21:58:25.9467291Z [00:02:27.772]➜  go tool buildid -w $WORK/b553/_pkg_.a # internal
2025-08-20T21:58:25.9480105Z [00:02:27.773]➜  cp $WORK/b553/_pkg_.a /root/.cache/go-build/e9/e90ab2171d4092e54ba28688d58fd028b41900dadd90d7e3b1acf561e417e0df-d # internal
2025-08-20T21:58:25.9483003Z [00:02:27.773]➜  golang.org/x/crypto/openpgp/s2k
2025-08-20T21:58:25.9483611Z [00:02:27.773]➜  mkdir -p $WORK/b554/
2025-08-20T21:58:25.9490734Z [00:02:27.774]➜  cat >/tmp/go-build282983591/b554/importcfg << 'EOF' # internal
2025-08-20T21:58:25.9492010Z [00:02:27.774]➜  # import config
2025-08-20T21:58:25.9492790Z [00:02:27.774]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:25.9493891Z [00:02:27.774]➜  packagefile golang.org/x/crypto/openpgp/errors=/tmp/go-build282983591/b550/_pkg_.a
2025-08-20T21:58:25.9494861Z [00:02:27.774]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:25.9495721Z [00:02:27.774]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:25.9496533Z [00:02:27.774]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:25.9497474Z [00:02:27.774]➜  EOF
2025-08-20T21:58:25.9501215Z [00:02:27.775]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b554/_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/b554=>" -p golang.org/x/crypto/openpgp/s2k -lang=go1.23 -complete -installsuffix shared -buildid IoZ5ss-_wKoyPw8G-pVu/IoZ5ss-_wKoyPw8G-pVu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b554/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/openpgp/s2k/s2k.go
2025-08-20T21:58:25.9947861Z [00:02:27.820]➜  go tool buildid -w $WORK/b552/_pkg_.a # internal
2025-08-20T21:58:25.9956273Z [00:02:27.821]➜  cp $WORK/b552/_pkg_.a /root/.cache/go-build/2f/2f3039bac047de2670224f9f079f159a722862c13e407051e4bca0c594b39b28-d # internal
2025-08-20T21:58:25.9958458Z [00:02:27.821]➜  image/internal/imageutil
2025-08-20T21:58:25.9960667Z [00:02:27.821]➜  mkdir -p $WORK/b556/
2025-08-20T21:58:25.9962966Z [00:02:27.821]➜  cat >/tmp/go-build282983591/b556/importcfg << 'EOF' # internal
2025-08-20T21:58:25.9963650Z [00:02:27.821]➜  # import config
2025-08-20T21:58:25.9964316Z [00:02:27.821]➜  packagefile image=/tmp/go-build282983591/b499/_pkg_.a
2025-08-20T21:58:25.9964961Z [00:02:27.821]➜  EOF
2025-08-20T21:58:25.9968501Z [00:02:27.822]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b556/_pkg_.a -trimpath "/root/.go/src/image/internal/imageutil=>image/internal/imageutil;$WORK/b556=>" -p image/internal/imageutil -lang=go1.25 -std -complete -installsuffix shared -buildid ChIlHMOH2phd6_QQa9bA/ChIlHMOH2phd6_QQa9bA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b556/importcfg -pack /root/.go/src/image/internal/imageutil/imageutil.go /root/.go/src/image/internal/imageutil/impl.go
2025-08-20T21:58:25.9982760Z [00:02:27.824]➜  go tool buildid -w $WORK/b554/_pkg_.a # internal
2025-08-20T21:58:25.9985670Z [00:02:27.824]➜  cp $WORK/b554/_pkg_.a /root/.cache/go-build/61/615dfff26f5aa660a73ff070f558a4a8433ef064d59138f0b8a2160773ae543d-d # internal
2025-08-20T21:58:25.9986868Z [00:02:27.824]➜  golang.org/x/crypto/blake2b
2025-08-20T21:58:25.9987462Z [00:02:27.824]➜  mkdir -p $WORK/b559/
2025-08-20T21:58:25.9988331Z [00:02:27.824]➜  echo -n > $WORK/b559/go_asm.h # internal
2025-08-20T21:58:25.9989553Z [00:02:27.824]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/blake2b
2025-08-20T21:58:25.9993916Z [00:02:27.824]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/blake2b -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/blake2b=>golang.org/x/crypto@v0.39.0/blake2b;$WORK/b559=>" -I $WORK/b559/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b559/symabis ./blake2bAVX2_amd64.s ./blake2b_amd64.s
2025-08-20T21:58:26.0173647Z [00:02:27.842]➜  cat >/tmp/go-build282983591/b559/importcfg << 'EOF' # internal
2025-08-20T21:58:26.0185640Z [00:02:27.843]➜  # import config
2025-08-20T21:58:26.0186203Z [00:02:27.843]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:26.0188902Z [00:02:27.843]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:26.0189588Z [00:02:27.843]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:26.0190563Z [00:02:27.843]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build282983591/b358/_pkg_.a
2025-08-20T21:58:26.0191395Z [00:02:27.843]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:26.0191998Z [00:02:27.843]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:26.0192649Z [00:02:27.843]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:26.0193134Z [00:02:27.843]➜  EOF
2025-08-20T21:58:26.0193550Z [00:02:27.843]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:26.0198259Z [00:02:27.843]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b559/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/blake2b=>golang.org/x/crypto@v0.39.0/blake2b;$WORK/b559=>" -p golang.org/x/crypto/blake2b -lang=go1.23 -installsuffix shared -buildid munEXW5B9EgOoXaRjsyv/munEXW5B9EgOoXaRjsyv -goversion go1.25.0 -symabis $WORK/b559/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b559/importcfg -pack -asmhdr $WORK/b559/go_asm.h /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/blake2bAVX2_amd64.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/blake2x.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/blake2b/register.go
2025-08-20T21:58:26.0297908Z [00:02:27.855]➜  go tool buildid -w $WORK/b556/_pkg_.a # internal
2025-08-20T21:58:26.0299535Z [00:02:27.855]➜  cp $WORK/b556/_pkg_.a /root/.cache/go-build/52/527d616390f9e5aaa1382ae6ae6fbfeb89c139eea8d38eeec14dffcb2cc491d4-d # internal
2025-08-20T21:58:26.0301032Z [00:02:27.855]➜  image/jpeg
2025-08-20T21:58:26.0301571Z [00:02:27.855]➜  mkdir -p $WORK/b555/
2025-08-20T21:58:26.0302236Z [00:02:27.855]➜  go tool buildid -w $WORK/b528/_pkg_.a # internal
2025-08-20T21:58:26.0329690Z [00:02:27.858]➜  cp $WORK/b528/_pkg_.a /root/.cache/go-build/08/087a17c615c06e9122ef4eff3f080bbc3d4f79f45e1bfdabe238834d487046f0-d # internal
2025-08-20T21:58:26.0336178Z [00:02:27.859]➜  cat >/tmp/go-build282983591/b555/importcfg << 'EOF' # internal
2025-08-20T21:58:26.0338176Z [00:02:27.859]➜  # import config
2025-08-20T21:58:26.0338856Z [00:02:27.859]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:26.0339667Z [00:02:27.859]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:26.0341188Z [00:02:27.859]➜  packagefile image=/tmp/go-build282983591/b499/_pkg_.a
2025-08-20T21:58:26.0342058Z [00:02:27.859]➜  packagefile image/color=/tmp/go-build282983591/b500/_pkg_.a
2025-08-20T21:58:26.0343076Z [00:02:27.859]➜  packagefile image/internal/imageutil=/tmp/go-build282983591/b556/_pkg_.a
2025-08-20T21:58:26.0344040Z [00:02:27.859]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:26.0344647Z [00:02:27.859]➜  EOF
2025-08-20T21:58:26.0349379Z [00:02:27.860]➜  golang.org/x/crypto/pbkdf2
2025-08-20T21:58:26.0353440Z [00:02:27.861]➜  mkdir -p $WORK/b561/
2025-08-20T21:58:26.0363454Z [00:02:27.862]➜  cat >/tmp/go-build282983591/b561/importcfg << 'EOF' # internal
2025-08-20T21:58:26.0365639Z [00:02:27.862]➜  # import config
2025-08-20T21:58:26.0366299Z [00:02:27.862]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:58:26.0367098Z [00:02:27.862]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:26.0367709Z [00:02:27.862]➜  EOF
2025-08-20T21:58:26.0371224Z [00:02:27.862]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b561/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/pbkdf2=>golang.org/x/crypto@v0.39.0/pbkdf2;$WORK/b561=>" -p golang.org/x/crypto/pbkdf2 -lang=go1.23 -complete -installsuffix shared -buildid fAKLvAbtlVDjW7fVwQw2/fAKLvAbtlVDjW7fVwQw2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b561/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/pbkdf2/pbkdf2.go
2025-08-20T21:58:26.0383632Z [00:02:27.863]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b555/_pkg_.a -trimpath "/root/.go/src/image/jpeg=>image/jpeg;$WORK/b555=>" -p image/jpeg -lang=go1.25 -std -complete -installsuffix shared -buildid m0GYCqpG2wmbQQ-9nl4Y/m0GYCqpG2wmbQQ-9nl4Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b555/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:58:26.0590969Z [00:02:27.884]➜  go tool buildid -w $WORK/b561/_pkg_.a # internal
2025-08-20T21:58:26.0600931Z [00:02:27.885]➜  cp $WORK/b561/_pkg_.a /root/.cache/go-build/31/31b999cf2f97264e99514177fc528c7c967203957972d5b4110c0d16330ee603-d # internal
2025-08-20T21:58:26.0605019Z [00:02:27.886]➜  golang.org/x/crypto/scrypt
2025-08-20T21:58:26.0608525Z [00:02:27.886]➜  mkdir -p $WORK/b560/
2025-08-20T21:58:26.0619966Z [00:02:27.887]➜  cat >/tmp/go-build282983591/b560/importcfg << 'EOF' # internal
2025-08-20T21:58:26.0621864Z [00:02:27.887]➜  # import config
2025-08-20T21:58:26.0622993Z [00:02:27.887]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:26.0631642Z [00:02:27.887]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:26.0632599Z [00:02:27.887]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:26.0633615Z [00:02:27.887]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build282983591/b561/_pkg_.a
2025-08-20T21:58:26.0634636Z [00:02:27.887]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:26.0635304Z [00:02:27.887]➜  EOF
2025-08-20T21:58:26.0638647Z [00:02:27.888]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b560/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/scrypt=>golang.org/x/crypto@v0.39.0/scrypt;$WORK/b560=>" -p golang.org/x/crypto/scrypt -lang=go1.23 -complete -installsuffix shared -buildid RYCEllihvmcQ-U4eP9iX/RYCEllihvmcQ-U4eP9iX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b560/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/scrypt/scrypt.go
2025-08-20T21:58:26.0915649Z [00:02:27.917]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/blake2b
2025-08-20T21:58:26.0933661Z [00:02:27.917]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/blake2b -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/blake2b=>golang.org/x/crypto@v0.39.0/blake2b;$WORK/b559=>" -I $WORK/b559/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b559/blake2bAVX2_amd64.o ./blake2bAVX2_amd64.s
2025-08-20T21:58:26.0940924Z [00:02:27.919]➜  go tool buildid -w $WORK/b560/_pkg_.a # internal
2025-08-20T21:58:26.0950445Z [00:02:27.920]➜  cp $WORK/b560/_pkg_.a /root/.cache/go-build/e4/e4fbf963ae9bcc54fad8e28160ae0b813cc6b53dc25c621447e30fb09dae60c3-d # internal
2025-08-20T21:58:26.0953448Z [00:02:27.921]➜  github.com/minio/selfupdate/internal/binarydist
2025-08-20T21:58:26.0955128Z [00:02:27.921]➜  mkdir -p $WORK/b562/
2025-08-20T21:58:26.0961390Z [00:02:27.921]➜  cat >/tmp/go-build282983591/b562/importcfg << 'EOF' # internal
2025-08-20T21:58:26.0963521Z [00:02:27.921]➜  # import config
2025-08-20T21:58:26.0964167Z [00:02:27.921]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:26.0965035Z [00:02:27.921]➜  packagefile compress/bzip2=/tmp/go-build282983591/b277/_pkg_.a
2025-08-20T21:58:26.0966014Z [00:02:27.921]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:26.0966904Z [00:02:27.921]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:26.0967874Z [00:02:27.921]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:26.0968711Z [00:02:27.921]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:58:26.0969563Z [00:02:27.921]➜  packagefile os/exec=/tmp/go-build282983591/b510/_pkg_.a
2025-08-20T21:58:26.0970329Z [00:02:27.921]➜  EOF
2025-08-20T21:58:26.0970895Z [00:02:27.921]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:26.0980547Z [00:02:27.921]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b562/_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/b562=>" -p github.com/minio/selfupdate/internal/binarydist -lang=go1.14 -complete -installsuffix shared -buildid 5P3YDEUXt6NtgHUYLBUW/5P3YDEUXt6NtgHUYLBUW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b562/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:58:26.1085389Z [00:02:27.934]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/blake2b
2025-08-20T21:58:26.1088810Z [00:02:27.934]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/blake2b -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/blake2b=>golang.org/x/crypto@v0.39.0/blake2b;$WORK/b559=>" -I $WORK/b559/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b559/blake2b_amd64.o ./blake2b_amd64.s
2025-08-20T21:58:26.1158195Z [00:02:27.941]➜  go tool pack r $WORK/b559/_pkg_.a $WORK/b559/blake2bAVX2_amd64.o $WORK/b559/blake2b_amd64.o # internal
2025-08-20T21:58:26.1160933Z [00:02:27.941]➜  go tool buildid -w $WORK/b559/_pkg_.a # internal
2025-08-20T21:58:26.1184728Z [00:02:27.944]➜  cp $WORK/b559/_pkg_.a /root/.cache/go-build/99/999b131fd6e54b967ab7955a8970991be1e3aa6615ce7984bdf623541cdf15e5-d # internal
2025-08-20T21:58:26.1186837Z [00:02:27.944]➜  aead.dev/minisign
2025-08-20T21:58:26.1187373Z [00:02:27.944]➜  mkdir -p $WORK/b558/
2025-08-20T21:58:26.1188092Z [00:02:27.944]➜  cat >/tmp/go-build282983591/b558/importcfg << 'EOF' # internal
2025-08-20T21:58:26.1188788Z [00:02:27.944]➜  # import config
2025-08-20T21:58:26.1189414Z [00:02:27.944]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:26.1190512Z [00:02:27.944]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:26.1191371Z [00:02:27.944]➜  packagefile crypto/ed25519=/tmp/go-build282983591/b130/_pkg_.a
2025-08-20T21:58:26.1192383Z [00:02:27.944]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:26.1193517Z [00:02:27.944]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:58:26.1194481Z [00:02:27.944]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:26.1195383Z [00:02:27.944]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:26.1196579Z [00:02:27.944]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:26.1197356Z [00:02:27.944]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:26.1198283Z [00:02:27.944]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build282983591/b559/_pkg_.a
2025-08-20T21:58:26.1199460Z [00:02:27.944]➜  packagefile golang.org/x/crypto/scrypt=/tmp/go-build282983591/b560/_pkg_.a
2025-08-20T21:58:26.1200551Z [00:02:27.944]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:26.1201378Z [00:02:27.944]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:26.1202186Z [00:02:27.944]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:58:26.1203008Z [00:02:27.944]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:26.1203842Z [00:02:27.944]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:26.1204634Z [00:02:27.944]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:26.1205255Z [00:02:27.944]➜  EOF
2025-08-20T21:58:26.1205775Z [00:02:27.944]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:26.1230360Z [00:02:27.944]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b558/_pkg_.a -trimpath "/root/go/pkg/mod/aead.dev/minisign@v0.2.0=>aead.dev/minisign@v0.2.0;$WORK/b558=>" -p aead.dev/minisign -lang=go1.16 -complete -installsuffix shared -buildid TJ_IoOXtrQCtoXfZG89f/TJ_IoOXtrQCtoXfZG89f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b558/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:58:26.1708831Z [00:02:27.996]➜  go tool buildid -w $WORK/b562/_pkg_.a # internal
2025-08-20T21:58:26.1724851Z [00:02:27.998]➜  cp $WORK/b562/_pkg_.a /root/.cache/go-build/8f/8f7e684a1d658bc09541b73f899abb1abd2dc107944683cede4b9bbc343c6f3b-d # internal
2025-08-20T21:58:26.1727553Z [00:02:27.998]➜  github.com/minio/selfupdate/internal/osext
2025-08-20T21:58:26.1729425Z [00:02:27.998]➜  mkdir -p $WORK/b563/
2025-08-20T21:58:26.1736914Z [00:02:27.999]➜  cat >/tmp/go-build282983591/b563/importcfg << 'EOF' # internal
2025-08-20T21:58:26.1738727Z [00:02:27.999]➜  # import config
2025-08-20T21:58:26.1750629Z [00:02:27.999]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:26.1751552Z [00:02:27.999]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:26.1752542Z [00:02:27.999]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:26.1753447Z [00:02:27.999]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:26.1754354Z [00:02:27.999]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:26.1755208Z [00:02:27.999]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:26.1755851Z [00:02:27.999]➜  EOF
2025-08-20T21:58:26.1761897Z [00:02:27.999]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b563/_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/b563=>" -p github.com/minio/selfupdate/internal/osext -lang=go1.14 -complete -installsuffix shared -buildid PcT9Ax396LnH30ntc2AH/PcT9Ax396LnH30ntc2AH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b563/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:58:26.1894906Z [00:02:28.015]➜  go tool buildid -w $WORK/b563/_pkg_.a # internal
2025-08-20T21:58:26.1912142Z [00:02:28.016]➜  cp $WORK/b563/_pkg_.a /root/.cache/go-build/5f/5f50a42b0c4787ef3a6080384343d80b357250cbb8d8e7bef208a581453256c7-d # internal
2025-08-20T21:58:26.1913581Z [00:02:28.016]➜  github.com/projectdiscovery/machineid
2025-08-20T21:58:26.1914381Z [00:02:28.016]➜  mkdir -p $WORK/b564/
2025-08-20T21:58:26.1918006Z [00:02:28.017]➜  cat >/tmp/go-build282983591/b564/importcfg << 'EOF' # internal
2025-08-20T21:58:26.1919709Z [00:02:28.017]➜  # import config
2025-08-20T21:58:26.1920572Z [00:02:28.017]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:58:26.1921510Z [00:02:28.017]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:26.1922945Z [00:02:28.017]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:26.1923774Z [00:02:28.017]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:26.1924542Z [00:02:28.017]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:26.1925340Z [00:02:28.017]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:26.1926137Z [00:02:28.017]➜  packagefile os/exec=/tmp/go-build282983591/b510/_pkg_.a
2025-08-20T21:58:26.1926965Z [00:02:28.017]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:26.1927628Z [00:02:28.017]➜  EOF
2025-08-20T21:58:26.1933956Z [00:02:28.017]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b564/_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/b564=>" -p github.com/projectdiscovery/machineid -lang=go1.21 -complete -installsuffix shared -buildid vGuw8XCd__wb-3thxKOl/vGuw8XCd__wb-3thxKOl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b564/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:58:26.2132048Z [00:02:28.038]➜  go tool buildid -w $WORK/b558/_pkg_.a # internal
2025-08-20T21:58:26.2146456Z [00:02:28.040]➜  cp $WORK/b558/_pkg_.a /root/.cache/go-build/c4/c4d7026ccc69e7657669da7c17890908a7cc4a1f23bc5ca08d47ccc583063d4b-d # internal
2025-08-20T21:58:26.2149176Z [00:02:28.040]➜  github.com/minio/selfupdate
2025-08-20T21:58:26.2150538Z [00:02:28.040]➜  mkdir -p $WORK/b557/
2025-08-20T21:58:26.2162473Z [00:02:28.041]➜  cat >/tmp/go-build282983591/b557/importcfg << 'EOF' # internal
2025-08-20T21:58:26.2163145Z [00:02:28.041]➜  # import config
2025-08-20T21:58:26.2163868Z [00:02:28.041]➜  packagefile aead.dev/minisign=/tmp/go-build282983591/b558/_pkg_.a
2025-08-20T21:58:26.2164754Z [00:02:28.041]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:26.2165539Z [00:02:28.041]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:26.2166350Z [00:02:28.041]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:26.2167123Z [00:02:28.041]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:26.2168491Z [00:02:28.041]➜  packagefile github.com/minio/selfupdate/internal/binarydist=/tmp/go-build282983591/b562/_pkg_.a
2025-08-20T21:58:26.2170039Z [00:02:28.041]➜  packagefile github.com/minio/selfupdate/internal/osext=/tmp/go-build282983591/b563/_pkg_.a
2025-08-20T21:58:26.2171081Z [00:02:28.041]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:26.2171910Z [00:02:28.041]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:58:26.2172737Z [00:02:28.041]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:26.2173526Z [00:02:28.041]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:26.2174379Z [00:02:28.041]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:26.2175030Z [00:02:28.041]➜  EOF
2025-08-20T21:58:26.2181679Z [00:02:28.041]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b557/_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/b557=>" -p github.com/minio/selfupdate -lang=go1.14 -complete -installsuffix shared -buildid bXcRmg51cN0M8dJjNdOO/bXcRmg51cN0M8dJjNdOO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b557/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:58:26.2288194Z [00:02:28.054]➜  go tool buildid -w $WORK/b555/_pkg_.a # internal
2025-08-20T21:58:26.2311211Z [00:02:28.056]➜  cp $WORK/b555/_pkg_.a /root/.cache/go-build/35/352b045245a3a7853b5ee6b4ebda48917e83d6922c12eefd1b9c0fa1cc380441-d # internal
2025-08-20T21:58:26.2323395Z [00:02:28.058]➜  golang.org/x/crypto/openpgp/packet
2025-08-20T21:58:26.2327857Z [00:02:28.058]➜  mkdir -p $WORK/b551/
2025-08-20T21:58:26.2332270Z [00:02:28.058]➜  go tool buildid -w $WORK/b564/_pkg_.a # internal
2025-08-20T21:58:26.2343179Z [00:02:28.059]➜  cp $WORK/b564/_pkg_.a /root/.cache/go-build/52/52a870a6e94a4da4caf2d6b21dfcf736a8dd1bf47e99bc71d0f3c79ddea4cf5d-d # internal
2025-08-20T21:58:26.2351489Z [00:02:28.060]➜  github.com/shirou/gopsutil/v3/internal/common
2025-08-20T21:58:26.2360325Z [00:02:28.060]➜  mkdir -p $WORK/b568/
2025-08-20T21:58:26.2372898Z [00:02:28.061]➜  cat >/tmp/go-build282983591/b551/importcfg << 'EOF' # internal
2025-08-20T21:58:26.2376615Z [00:02:28.061]➜  # import config
2025-08-20T21:58:26.2377287Z [00:02:28.061]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:26.2378114Z [00:02:28.061]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:26.2378987Z [00:02:28.061]➜  packagefile compress/bzip2=/tmp/go-build282983591/b277/_pkg_.a
2025-08-20T21:58:26.2380233Z [00:02:28.061]➜  packagefile compress/flate=/tmp/go-build282983591/b170/_pkg_.a
2025-08-20T21:58:26.2381403Z [00:02:28.061]➜  packagefile compress/zlib=/tmp/go-build282983591/b169/_pkg_.a
2025-08-20T21:58:26.2382283Z [00:02:28.061]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:26.2383115Z [00:02:28.061]➜  packagefile crypto/aes=/tmp/go-build282983591/b108/_pkg_.a
2025-08-20T21:58:26.2383981Z [00:02:28.061]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:58:26.2384867Z [00:02:28.061]➜  packagefile crypto/des=/tmp/go-build282983591/b109/_pkg_.a
2025-08-20T21:58:26.2385740Z [00:02:28.061]➜  packagefile crypto/dsa=/tmp/go-build282983591/b154/_pkg_.a
2025-08-20T21:58:26.2386656Z [00:02:28.061]➜  packagefile crypto/ecdsa=/tmp/go-build282983591/b115/_pkg_.a
2025-08-20T21:58:26.2387744Z [00:02:28.061]➜  packagefile crypto/elliptic=/tmp/go-build282983591/b116/_pkg_.a
2025-08-20T21:58:26.2388691Z [00:02:28.061]➜  packagefile crypto/md5=/tmp/go-build282983591/b073/_pkg_.a
2025-08-20T21:58:26.2389960Z [00:02:28.061]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:26.2390871Z [00:02:28.061]➜  packagefile crypto/rsa=/tmp/go-build282983591/b148/_pkg_.a
2025-08-20T21:58:26.2391727Z [00:02:28.061]➜  packagefile crypto/sha1=/tmp/go-build282983591/b095/_pkg_.a
2025-08-20T21:58:26.2392596Z [00:02:28.061]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:26.2393502Z [00:02:28.061]➜  packagefile crypto/sha512=/tmp/go-build282983591/b126/_pkg_.a
2025-08-20T21:58:26.2394417Z [00:02:28.061]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:58:26.2395310Z [00:02:28.061]➜  packagefile encoding/asn1=/tmp/go-build282983591/b128/_pkg_.a
2025-08-20T21:58:26.2396219Z [00:02:28.061]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:26.2397075Z [00:02:28.061]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:26.2398223Z [00:02:28.061]➜  packagefile golang.org/x/crypto/cast5=/tmp/go-build282983591/b552/_pkg_.a
2025-08-20T21:58:26.2399392Z [00:02:28.061]➜  packagefile golang.org/x/crypto/openpgp/elgamal=/tmp/go-build282983591/b553/_pkg_.a
2025-08-20T21:58:26.2408615Z [00:02:28.061]➜  packagefile golang.org/x/crypto/openpgp/errors=/tmp/go-build282983591/b550/_pkg_.a
2025-08-20T21:58:26.2409973Z [00:02:28.061]➜  packagefile golang.org/x/crypto/openpgp/s2k=/tmp/go-build282983591/b554/_pkg_.a
2025-08-20T21:58:26.2411178Z [00:02:28.061]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:26.2411978Z [00:02:28.061]➜  packagefile image=/tmp/go-build282983591/b499/_pkg_.a
2025-08-20T21:58:26.2412803Z [00:02:28.061]➜  packagefile image/jpeg=/tmp/go-build282983591/b555/_pkg_.a
2025-08-20T21:58:26.2413886Z [00:02:28.061]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:26.2417357Z [00:02:28.061]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:26.2418317Z [00:02:28.061]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:26.2419174Z [00:02:28.061]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:26.2420155Z [00:02:28.061]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:26.2421180Z [00:02:28.061]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:26.2421801Z [00:02:28.061]➜  EOF
2025-08-20T21:58:26.2462653Z [00:02:28.061]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b551/_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/b551=>" -p golang.org/x/crypto/openpgp/packet -lang=go1.23 -complete -installsuffix shared -buildid Y51KQBD6J2NDO1EFH-ts/Y51KQBD6J2NDO1EFH-ts -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/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:58:26.2474276Z [00:02:28.063]➜  cat >/tmp/go-build282983591/b568/importcfg << 'EOF' # internal
2025-08-20T21:58:26.2474954Z [00:02:28.063]➜  # import config
2025-08-20T21:58:26.2475606Z [00:02:28.063]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:26.2476400Z [00:02:28.063]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:26.2477198Z [00:02:28.063]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:26.2478002Z [00:02:28.063]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:26.2478755Z [00:02:28.063]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:26.2480202Z [00:02:28.063]➜  packagefile github.com/shirou/gopsutil/v3/common=/tmp/go-build282983591/b569/_pkg_.a
2025-08-20T21:58:26.2481325Z [00:02:28.063]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:26.2482085Z [00:02:28.063]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:26.2482857Z [00:02:28.063]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:26.2483606Z [00:02:28.063]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:26.2484371Z [00:02:28.063]➜  packagefile os/exec=/tmp/go-build282983591/b510/_pkg_.a
2025-08-20T21:58:26.2485127Z [00:02:28.063]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:58:26.2485945Z [00:02:28.063]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:26.2486754Z [00:02:28.063]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:26.2487628Z [00:02:28.063]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:26.2488408Z [00:02:28.063]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:26.2489510Z [00:02:28.063]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:26.2490463Z [00:02:28.063]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:26.2491252Z [00:02:28.063]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:26.2492210Z [00:02:28.063]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:26.2492965Z [00:02:28.063]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:26.2493520Z [00:02:28.063]➜  EOF
2025-08-20T21:58:26.2501297Z [00:02:28.063]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b568/_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/b568=>" -p github.com/shirou/gopsutil/v3/internal/common -lang=go1.18 -complete -installsuffix shared -buildid n9svdSWdt2Ho0AOgO7Xv/n9svdSWdt2Ho0AOgO7Xv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b568/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:58:26.3094893Z [00:02:28.135]➜  go tool buildid -w $WORK/b557/_pkg_.a # internal
2025-08-20T21:58:26.3111748Z [00:02:28.136]➜  cp $WORK/b557/_pkg_.a /root/.cache/go-build/dc/dc784016542679c897d4b9227b312dcdbfb4b9f36a431740752e2da47293bf57-d # internal
2025-08-20T21:58:26.3114300Z [00:02:28.136]➜  github.com/tklauser/numcpus
2025-08-20T21:58:26.3114872Z [00:02:28.136]➜  mkdir -p $WORK/b571/
2025-08-20T21:58:26.3115617Z [00:02:28.136]➜  cat >/tmp/go-build282983591/b571/importcfg << 'EOF' # internal
2025-08-20T21:58:26.3116492Z [00:02:28.136]➜  # import config
2025-08-20T21:58:26.3117127Z [00:02:28.136]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:26.3118056Z [00:02:28.136]➜  packagefile golang.org/x/sys/unix=/tmp/go-build282983591/b181/_pkg_.a
2025-08-20T21:58:26.3118952Z [00:02:28.136]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:58:26.3119743Z [00:02:28.136]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:26.3120888Z [00:02:28.136]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:26.3121715Z [00:02:28.136]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:26.3122508Z [00:02:28.136]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:26.3123129Z [00:02:28.137]➜  EOF
2025-08-20T21:58:26.3126925Z [00:02:28.137]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b571/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tklauser/numcpus@v0.6.1=>github.com/tklauser/numcpus@v0.6.1;$WORK/b571=>" -p github.com/tklauser/numcpus -lang=go1.13 -complete -installsuffix shared -buildid OM8ygFfPwHIl36HW0Nrm/OM8ygFfPwHIl36HW0Nrm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b571/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:58:26.3569347Z [00:02:28.182]➜  go tool buildid -w $WORK/b571/_pkg_.a # internal
2025-08-20T21:58:26.3577024Z [00:02:28.183]➜  cp $WORK/b571/_pkg_.a /root/.cache/go-build/4b/4b80303e40f1faff83f01dc8a246c90eb776efdef5be195994fd577ada6546bc-d # internal
2025-08-20T21:58:26.3580997Z [00:02:28.183]➜  github.com/tklauser/go-sysconf
2025-08-20T21:58:26.3581787Z [00:02:28.183]➜  mkdir -p $WORK/b570/
2025-08-20T21:58:26.3597418Z [00:02:28.184]➜  cat >/tmp/go-build282983591/b570/importcfg << 'EOF' # internal
2025-08-20T21:58:26.3598304Z [00:02:28.184]➜  # import config
2025-08-20T21:58:26.3598916Z [00:02:28.184]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:26.3599638Z [00:02:28.184]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:26.3600631Z [00:02:28.184]➜  packagefile github.com/tklauser/numcpus=/tmp/go-build282983591/b571/_pkg_.a
2025-08-20T21:58:26.3601568Z [00:02:28.184]➜  packagefile golang.org/x/sys/unix=/tmp/go-build282983591/b181/_pkg_.a
2025-08-20T21:58:26.3602377Z [00:02:28.184]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:58:26.3603098Z [00:02:28.184]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:26.3603800Z [00:02:28.184]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:26.3604516Z [00:02:28.184]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:26.3605237Z [00:02:28.184]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:26.3605785Z [00:02:28.184]➜  EOF
2025-08-20T21:58:26.3610871Z [00:02:28.184]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b570/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tklauser/go-sysconf@v0.3.12=>github.com/tklauser/go-sysconf@v0.3.12;$WORK/b570=>" -p github.com/tklauser/go-sysconf -lang=go1.13 -complete -installsuffix shared -buildid UkWrnHX-eI6qP_uQwiRB/UkWrnHX-eI6qP_uQwiRB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b570/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_amd64.go
2025-08-20T21:58:26.4545446Z [00:02:28.280]➜  go tool buildid -w $WORK/b570/_pkg_.a # internal
2025-08-20T21:58:26.4554911Z [00:02:28.281]➜  cp $WORK/b570/_pkg_.a /root/.cache/go-build/c4/c42cefdb93591726160a016ce9e412b5254b4889c158b1827821ef37b6f5c0e8-d # internal
2025-08-20T21:58:26.4577755Z [00:02:28.283]➜  github.com/zcalusic/sysinfo
2025-08-20T21:58:26.4580633Z [00:02:28.283]➜  mkdir -p $WORK/b574/
2025-08-20T21:58:26.4633230Z [00:02:28.288]➜  cat >/tmp/go-build282983591/b574/importcfg << 'EOF' # internal
2025-08-20T21:58:26.4635241Z [00:02:28.288]➜  # import config
2025-08-20T21:58:26.4635944Z [00:02:28.288]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:26.4636783Z [00:02:28.288]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:26.4637657Z [00:02:28.288]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:26.4638605Z [00:02:28.288]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:26.4639487Z [00:02:28.288]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:26.4640941Z [00:02:28.288]➜  packagefile github.com/google/uuid=/tmp/go-build282983591/b327/_pkg_.a
2025-08-20T21:58:26.4642115Z [00:02:28.288]➜  packagefile github.com/zcalusic/sysinfo/cpuid=/tmp/go-build282983591/b575/_pkg_.a
2025-08-20T21:58:26.4643164Z [00:02:28.288]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:58:26.4643998Z [00:02:28.288]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:26.4644807Z [00:02:28.288]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:58:26.4645636Z [00:02:28.288]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:26.4646481Z [00:02:28.289]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:26.4647337Z [00:02:28.289]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:26.4648349Z [00:02:28.289]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:26.4649198Z [00:02:28.289]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:26.4650393Z [00:02:28.289]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:26.4651030Z [00:02:28.289]➜  EOF
2025-08-20T21:58:26.4670986Z [00:02:28.289]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b574/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.0.2=>github.com/zcalusic/sysinfo@v1.0.2;$WORK/b574=>" -p github.com/zcalusic/sysinfo -lang=go1.21 -complete -installsuffix shared -buildid oIrCumDoVzbsCg2d8mRD/oIrCumDoVzbsCg2d8mRD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b574/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:58:26.5222201Z [00:02:28.347]➜  go tool buildid -w $WORK/b568/_pkg_.a # internal
2025-08-20T21:58:26.5286709Z [00:02:28.354]➜  cp $WORK/b568/_pkg_.a /root/.cache/go-build/6e/6e6fc686297e7d4afdd5f471cd663feeb4da85fdb672e9143e9c280c5a21f098-d # internal
2025-08-20T21:58:26.5290339Z [00:02:28.354]➜  github.com/shirou/gopsutil/v3/cpu
2025-08-20T21:58:26.5291447Z [00:02:28.354]➜  mkdir -p $WORK/b567/
2025-08-20T21:58:26.5298013Z [00:02:28.355]➜  cat >/tmp/go-build282983591/b567/importcfg << 'EOF' # internal
2025-08-20T21:58:26.5298991Z [00:02:28.355]➜  # import config
2025-08-20T21:58:26.5299685Z [00:02:28.355]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:26.5300716Z [00:02:28.355]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:26.5301556Z [00:02:28.355]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:26.5302283Z [00:02:28.355]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:26.5303275Z [00:02:28.355]➜  packagefile github.com/shirou/gopsutil/v3/internal/common=/tmp/go-build282983591/b568/_pkg_.a
2025-08-20T21:58:26.5304371Z [00:02:28.355]➜  packagefile github.com/tklauser/go-sysconf=/tmp/go-build282983591/b570/_pkg_.a
2025-08-20T21:58:26.5305273Z [00:02:28.355]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:26.5306082Z [00:02:28.355]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:26.5307097Z [00:02:28.355]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:26.5307901Z [00:02:28.355]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:26.5308689Z [00:02:28.355]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:26.5309524Z [00:02:28.355]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:26.5310473Z [00:02:28.355]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:26.5311071Z [00:02:28.355]➜  EOF
2025-08-20T21:58:26.5315442Z [00:02:28.355]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b567/_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/b567=>" -p github.com/shirou/gopsutil/v3/cpu -lang=go1.18 -complete -installsuffix shared -buildid BIhE0FXC6jz9e0eJPgXS/BIhE0FXC6jz9e0eJPgXS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b567/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:58:26.6141385Z [00:02:28.439]➜  go tool buildid -w $WORK/b551/_pkg_.a # internal
2025-08-20T21:58:26.6205266Z [00:02:28.446]➜  cp $WORK/b551/_pkg_.a /root/.cache/go-build/a8/a8c169456292a43711b70d25f921c816ba4b84db013c46f2ee91a839d5c39461-d # internal
2025-08-20T21:58:26.6206524Z [00:02:28.446]➜  golang.org/x/crypto/openpgp
2025-08-20T21:58:26.6207117Z [00:02:28.446]➜  mkdir -p $WORK/b548/
2025-08-20T21:58:26.6212643Z [00:02:28.446]➜  cat >/tmp/go-build282983591/b548/importcfg << 'EOF' # internal
2025-08-20T21:58:26.6214919Z [00:02:28.446]➜  # import config
2025-08-20T21:58:26.6215596Z [00:02:28.446]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:26.6216451Z [00:02:28.446]➜  packagefile crypto/rsa=/tmp/go-build282983591/b148/_pkg_.a
2025-08-20T21:58:26.6217345Z [00:02:28.446]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:26.6218390Z [00:02:28.446]➜  packagefile golang.org/x/crypto/openpgp/armor=/tmp/go-build282983591/b549/_pkg_.a
2025-08-20T21:58:26.6219540Z [00:02:28.446]➜  packagefile golang.org/x/crypto/openpgp/errors=/tmp/go-build282983591/b550/_pkg_.a
2025-08-20T21:58:26.6220888Z [00:02:28.446]➜  packagefile golang.org/x/crypto/openpgp/packet=/tmp/go-build282983591/b551/_pkg_.a
2025-08-20T21:58:26.6222015Z [00:02:28.446]➜  packagefile golang.org/x/crypto/openpgp/s2k=/tmp/go-build282983591/b554/_pkg_.a
2025-08-20T21:58:26.6222912Z [00:02:28.446]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:26.6223680Z [00:02:28.446]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:26.6224456Z [00:02:28.446]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:26.6225223Z [00:02:28.446]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:26.6225841Z [00:02:28.446]➜  EOF
2025-08-20T21:58:26.6230378Z [00:02:28.447]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b548/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/openpgp=>golang.org/x/crypto@v0.39.0/openpgp;$WORK/b548=>" -p golang.org/x/crypto/openpgp -lang=go1.23 -complete -installsuffix shared -buildid fy_H42DJtVAF5Q5rFMFp/fy_H42DJtVAF5Q5rFMFp -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/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:58:26.6321663Z [00:02:28.457]➜  go tool buildid -w $WORK/b574/_pkg_.a # internal
2025-08-20T21:58:26.6331456Z [00:02:28.458]➜  go tool buildid -w $WORK/b567/_pkg_.a # internal
2025-08-20T21:58:26.6344351Z [00:02:28.460]➜  cp $WORK/b574/_pkg_.a /root/.cache/go-build/ff/ffb6eb31e4db711fbb938837f819c1a6de4678c38ba1577cfe3b56d7e689a4f8-d # internal
2025-08-20T21:58:26.6345523Z [00:02:28.460]➜  github.com/shirou/gopsutil/v3/mem
2025-08-20T21:58:26.6346354Z [00:02:28.460]➜  mkdir -p $WORK/b572/
2025-08-20T21:58:26.6354070Z [00:02:28.461]➜  cp $WORK/b567/_pkg_.a /root/.cache/go-build/85/85d4614d45043b5b133f3b9f5da39851d6f40ec6afbf56cf3f92c5f4a402d346-d # internal
2025-08-20T21:58:26.6356031Z [00:02:28.461]➜  cat >/tmp/go-build282983591/b572/importcfg << 'EOF' # internal
2025-08-20T21:58:26.6356673Z [00:02:28.461]➜  # import config
2025-08-20T21:58:26.6357325Z [00:02:28.461]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:26.6358462Z [00:02:28.461]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:26.6359471Z [00:02:28.461]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:26.6360475Z [00:02:28.461]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:26.6361772Z [00:02:28.461]➜  packagefile github.com/shirou/gopsutil/v3/internal/common=/tmp/go-build282983591/b568/_pkg_.a
2025-08-20T21:58:26.6363131Z [00:02:28.461]➜  packagefile golang.org/x/sys/unix=/tmp/go-build282983591/b181/_pkg_.a
2025-08-20T21:58:26.6364033Z [00:02:28.461]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:26.6364769Z [00:02:28.461]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:26.6365497Z [00:02:28.461]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:26.6366456Z [00:02:28.461]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:26.6367538Z [00:02:28.461]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:26.6368434Z [00:02:28.461]➜  EOF
2025-08-20T21:58:26.6372461Z [00:02:28.461]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b572/_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/b572=>" -p github.com/shirou/gopsutil/v3/mem -lang=go1.18 -complete -installsuffix shared -buildid HqRaslvmkj74lNSH_OWS/HqRaslvmkj74lNSH_OWS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b572/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:58:26.6375790Z [00:02:28.461]➜  github.com/shirou/gopsutil/v3/net
2025-08-20T21:58:26.6376303Z [00:02:28.461]➜  mkdir -p $WORK/b573/
2025-08-20T21:58:26.6376922Z [00:02:28.462]➜  cat >/tmp/go-build282983591/b573/importcfg << 'EOF' # internal
2025-08-20T21:58:26.6377501Z [00:02:28.462]➜  # import config
2025-08-20T21:58:26.6378059Z [00:02:28.462]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:26.6378760Z [00:02:28.462]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:26.6379513Z [00:02:28.462]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:26.6380477Z [00:02:28.462]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:26.6381234Z [00:02:28.462]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:26.6381950Z [00:02:28.462]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:26.6383061Z [00:02:28.462]➜  packagefile github.com/shirou/gopsutil/v3/internal/common=/tmp/go-build282983591/b568/_pkg_.a
2025-08-20T21:58:26.6383967Z [00:02:28.462]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:26.6384624Z [00:02:28.462]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:26.6385273Z [00:02:28.462]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:26.6386002Z [00:02:28.462]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:26.6386737Z [00:02:28.462]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:26.6387457Z [00:02:28.462]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:26.6388003Z [00:02:28.462]➜  EOF
2025-08-20T21:58:26.6392322Z [00:02:28.462]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b573/_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/b573=>" -p github.com/shirou/gopsutil/v3/net -lang=go1.18 -complete -installsuffix shared -buildid yIIQt55DDp7UPkNUVvle/yIIQt55DDp7UPkNUVvle -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b573/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:58:26.7393034Z [00:02:28.564]➜  go tool buildid -w $WORK/b572/_pkg_.a # internal
2025-08-20T21:58:26.7410622Z [00:02:28.566]➜  cp $WORK/b572/_pkg_.a /root/.cache/go-build/d2/d2bf9acf08d1a9bfb9887299c24b2a542e616513c8f91bf9db37c6a06eb516b6-d # internal
2025-08-20T21:58:26.7468339Z [00:02:28.572]➜  golang.org/x/oauth2/internal
2025-08-20T21:58:26.7469126Z [00:02:28.572]➜  mkdir -p $WORK/b577/
2025-08-20T21:58:26.7494633Z [00:02:28.575]➜  cat >/tmp/go-build282983591/b577/importcfg << 'EOF' # internal
2025-08-20T21:58:26.7495547Z [00:02:28.575]➜  # import config
2025-08-20T21:58:26.7496253Z [00:02:28.575]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:26.7497111Z [00:02:28.575]➜  packagefile crypto/rsa=/tmp/go-build282983591/b148/_pkg_.a
2025-08-20T21:58:26.7498023Z [00:02:28.575]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:58:26.7498930Z [00:02:28.575]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:26.7500064Z [00:02:28.575]➜  packagefile encoding/pem=/tmp/go-build282983591/b157/_pkg_.a
2025-08-20T21:58:26.7500995Z [00:02:28.575]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:26.7501800Z [00:02:28.575]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:26.7502579Z [00:02:28.575]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:26.7503372Z [00:02:28.575]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:26.7504178Z [00:02:28.575]➜  packagefile mime=/tmp/go-build282983591/b215/_pkg_.a
2025-08-20T21:58:26.7505009Z [00:02:28.575]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:26.7505821Z [00:02:28.575]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:26.7506624Z [00:02:28.575]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:26.7507438Z [00:02:28.575]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:26.7508225Z [00:02:28.575]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:26.7509042Z [00:02:28.575]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:26.7510050Z [00:02:28.575]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:26.7510650Z [00:02:28.575]➜  EOF
2025-08-20T21:58:26.7515319Z [00:02:28.575]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b577/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/internal=>golang.org/x/oauth2@v0.30.0/internal;$WORK/b577=>" -p golang.org/x/oauth2/internal -lang=go1.23 -complete -installsuffix shared -buildid jCKHvJgn_itwQH2_vGE1/jCKHvJgn_itwQH2_vGE1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b577/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:58:26.7731620Z [00:02:28.598]➜  go tool buildid -w $WORK/b548/_pkg_.a # internal
2025-08-20T21:58:26.7758106Z [00:02:28.601]➜  cp $WORK/b548/_pkg_.a /root/.cache/go-build/af/af3a5cf117109bdf8891b6c333455029a3d391b45e041c883a2116dcad16f0e3-d # internal
2025-08-20T21:58:26.7813526Z [00:02:28.606]➜  github.com/google/go-github/v30/github
2025-08-20T21:58:26.7814225Z [00:02:28.606]➜  mkdir -p $WORK/b546/
2025-08-20T21:58:26.7821766Z [00:02:28.606]➜  cat >/tmp/go-build282983591/b546/importcfg << 'EOF' # internal
2025-08-20T21:58:26.7823982Z [00:02:28.606]➜  # import config
2025-08-20T21:58:26.7825801Z [00:02:28.606]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:26.7830632Z [00:02:28.606]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:26.7834337Z [00:02:28.606]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:58:26.7836526Z [00:02:28.606]➜  packagefile crypto/sha1=/tmp/go-build282983591/b095/_pkg_.a
2025-08-20T21:58:26.7845174Z [00:02:28.606]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:26.7846136Z [00:02:28.606]➜  packagefile crypto/sha512=/tmp/go-build282983591/b126/_pkg_.a
2025-08-20T21:58:26.7847020Z [00:02:28.606]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:26.7847954Z [00:02:28.606]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:26.7849008Z [00:02:28.606]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:26.7850179Z [00:02:28.606]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:26.7851046Z [00:02:28.606]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:26.7852025Z [00:02:28.606]➜  packagefile github.com/google/go-querystring/query=/tmp/go-build282983591/b547/_pkg_.a
2025-08-20T21:58:26.7853151Z [00:02:28.606]➜  packagefile golang.org/x/crypto/openpgp=/tmp/go-build282983591/b548/_pkg_.a
2025-08-20T21:58:26.7854075Z [00:02:28.606]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:26.7854850Z [00:02:28.606]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:26.7855627Z [00:02:28.606]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:58:26.7856421Z [00:02:28.606]➜  packagefile mime=/tmp/go-build282983591/b215/_pkg_.a
2025-08-20T21:58:26.7857222Z [00:02:28.606]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:26.7858028Z [00:02:28.606]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:26.7858824Z [00:02:28.606]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:26.7859577Z [00:02:28.606]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:58:26.7860620Z [00:02:28.606]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:26.7861460Z [00:02:28.606]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:26.7862274Z [00:02:28.606]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:26.7863067Z [00:02:28.606]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:26.7863873Z [00:02:28.606]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:26.7864669Z [00:02:28.606]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:26.7865281Z [00:02:28.606]➜  EOF
2025-08-20T21:58:26.7936326Z [00:02:28.606]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b546/_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/b546=>" -p github.com/google/go-github/v30/github -lang=go1.13 -complete -installsuffix shared -buildid XoQpsB2_CG1RT4snnlYZ/XoQpsB2_CG1RT4snnlYZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b546/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:58:26.8006097Z [00:02:28.610]➜  go tool buildid -w $WORK/b573/_pkg_.a # internal
2025-08-20T21:58:26.8024487Z [00:02:28.627]➜  cp $WORK/b573/_pkg_.a /root/.cache/go-build/ff/ffb1f77f4cbeaf5d4085f8d0e230ba493793829ea3b38a5538c708a43dabd301-d # internal
2025-08-20T21:58:26.8025728Z [00:02:28.627]➜  github.com/shirou/gopsutil/v3/process
2025-08-20T21:58:26.8026328Z [00:02:28.627]➜  mkdir -p $WORK/b566/
2025-08-20T21:58:26.8050707Z [00:02:28.630]➜  cat >/tmp/go-build282983591/b566/importcfg << 'EOF' # internal
2025-08-20T21:58:26.8058660Z [00:02:28.630]➜  # import config
2025-08-20T21:58:26.8059331Z [00:02:28.630]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:26.8060337Z [00:02:28.630]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:26.8061140Z [00:02:28.630]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:26.8062201Z [00:02:28.630]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:26.8063051Z [00:02:28.630]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:26.8063814Z [00:02:28.630]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:26.8065336Z [00:02:28.630]➜  packagefile github.com/shirou/gopsutil/v3/cpu=/tmp/go-build282983591/b567/_pkg_.a
2025-08-20T21:58:26.8066801Z [00:02:28.630]➜  packagefile github.com/shirou/gopsutil/v3/internal/common=/tmp/go-build282983591/b568/_pkg_.a
2025-08-20T21:58:26.8068173Z [00:02:28.630]➜  packagefile github.com/shirou/gopsutil/v3/mem=/tmp/go-build282983591/b572/_pkg_.a
2025-08-20T21:58:26.8069430Z [00:02:28.630]➜  packagefile github.com/shirou/gopsutil/v3/net=/tmp/go-build282983591/b573/_pkg_.a
2025-08-20T21:58:26.8071127Z [00:02:28.630]➜  packagefile github.com/tklauser/go-sysconf=/tmp/go-build282983591/b570/_pkg_.a
2025-08-20T21:58:26.8072340Z [00:02:28.630]➜  packagefile golang.org/x/sys/unix=/tmp/go-build282983591/b181/_pkg_.a
2025-08-20T21:58:26.8073467Z [00:02:28.630]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:26.8074381Z [00:02:28.630]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:26.8075918Z [00:02:28.630]➜  packagefile os/user=/tmp/go-build282983591/b237/_pkg_.a
2025-08-20T21:58:26.8077718Z [00:02:28.630]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:26.8078592Z [00:02:28.630]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:26.8079357Z [00:02:28.630]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:26.8080340Z [00:02:28.630]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:26.8081145Z [00:02:28.630]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:26.8081940Z [00:02:28.630]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:26.8082714Z [00:02:28.630]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:26.8083503Z [00:02:28.630]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:26.8084090Z [00:02:28.630]➜  EOF
2025-08-20T21:58:26.8088874Z [00:02:28.630]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b566/_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/b566=>" -p github.com/shirou/gopsutil/v3/process -lang=go1.18 -complete -installsuffix shared -buildid C3F5SgkS2OVvwrKvm1rx/C3F5SgkS2OVvwrKvm1rx -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/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:58:26.8157579Z [00:02:28.641]➜  go tool buildid -w $WORK/b577/_pkg_.a # internal
2025-08-20T21:58:26.8171149Z [00:02:28.642]➜  cp $WORK/b577/_pkg_.a /root/.cache/go-build/ec/ecadaa4138cef969def04154daafcae1644c6c257a6b1235bdd34398649f6aa1-d # internal
2025-08-20T21:58:26.8212105Z [00:02:28.646]➜  golang.org/x/oauth2
2025-08-20T21:58:26.8212642Z [00:02:28.646]➜  mkdir -p $WORK/b576/
2025-08-20T21:58:26.8214701Z [00:02:28.646]➜  cat >/tmp/go-build282983591/b576/importcfg << 'EOF' # internal
2025-08-20T21:58:26.8215519Z [00:02:28.646]➜  # import config
2025-08-20T21:58:26.8216286Z [00:02:28.646]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:26.8217701Z [00:02:28.646]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:26.8218768Z [00:02:28.646]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:26.8226796Z [00:02:28.646]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:26.8227820Z [00:02:28.646]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:26.8229024Z [00:02:28.646]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:26.8230637Z [00:02:28.646]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:26.8231652Z [00:02:28.646]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:26.8233482Z [00:02:28.646]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build282983591/b577/_pkg_.a
2025-08-20T21:58:26.8234217Z [00:02:28.646]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:26.8234822Z [00:02:28.646]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:26.8235446Z [00:02:28.646]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:26.8236085Z [00:02:28.646]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:26.8236709Z [00:02:28.646]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:26.8237539Z [00:02:28.646]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:26.8238182Z [00:02:28.646]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:26.8238962Z [00:02:28.646]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:26.8239441Z [00:02:28.646]➜  EOF
2025-08-20T21:58:26.8246020Z [00:02:28.646]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b576/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0=>golang.org/x/oauth2@v0.30.0;$WORK/b576=>" -p golang.org/x/oauth2 -lang=go1.23 -complete -installsuffix shared -buildid JjEG46hiUCDV2yECdhpm/JjEG46hiUCDV2yECdhpm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b576/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:58:26.9293359Z [00:02:28.755]➜  go tool buildid -w $WORK/b576/_pkg_.a # internal
2025-08-20T21:58:26.9332168Z [00:02:28.757]➜  cp $WORK/b576/_pkg_.a /root/.cache/go-build/ba/badb98f0aba5e6cf5ed04253ad99f420e0b361420b1997933f8c28f43ce357d9-d # internal
2025-08-20T21:58:26.9337419Z [00:02:28.757]➜  git.mills.io/prologic/smtpd
2025-08-20T21:58:26.9337902Z [00:02:28.757]➜  mkdir -p $WORK/b580/
2025-08-20T21:58:26.9338494Z [00:02:28.757]➜  cat >/tmp/go-build282983591/b580/importcfg << 'EOF' # internal
2025-08-20T21:58:26.9339032Z [00:02:28.757]➜  # import config
2025-08-20T21:58:26.9339570Z [00:02:28.757]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:26.9340511Z [00:02:28.757]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:26.9341197Z [00:02:28.757]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:58:26.9341906Z [00:02:28.757]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:58:26.9342638Z [00:02:28.757]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:26.9343376Z [00:02:28.757]➜  packagefile encoding/pem=/tmp/go-build282983591/b157/_pkg_.a
2025-08-20T21:58:26.9344271Z [00:02:28.757]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:26.9345037Z [00:02:28.757]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:26.9345678Z [00:02:28.757]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:58:26.9346346Z [00:02:28.757]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:26.9346987Z [00:02:28.757]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:26.9347603Z [00:02:28.757]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:26.9348232Z [00:02:28.757]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:26.9348883Z [00:02:28.757]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:26.9349542Z [00:02:28.757]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:26.9350402Z [00:02:28.757]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:26.9350901Z [00:02:28.757]➜  EOF
2025-08-20T21:58:26.9354182Z [00:02:28.757]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b580/_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/b580=>" -p git.mills.io/prologic/smtpd -lang=go1.14 -complete -installsuffix shared -buildid SioqEI9TKvvmnDQKTBzR/SioqEI9TKvvmnDQKTBzR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b580/importcfg -pack /root/go/pkg/mod/git.mills.io/prologic/smtpd@v0.0.0-20210710122116-a525b76c287a/smtpd.go
2025-08-20T21:58:27.0541495Z [00:02:28.879]➜  go tool buildid -w $WORK/b580/_pkg_.a # internal
2025-08-20T21:58:27.0564611Z [00:02:28.882]➜  cp $WORK/b580/_pkg_.a /root/.cache/go-build/12/127200c9df0b781149323ddca9e0caf395ec612f144c94a08d9f581f3655c610-d # internal
2025-08-20T21:58:27.0567457Z [00:02:28.882]➜  github.com/mackerelio/go-osstat/cpu
2025-08-20T21:58:27.0568139Z [00:02:28.882]➜  mkdir -p $WORK/b581/
2025-08-20T21:58:27.0569085Z [00:02:28.882]➜  cat >/tmp/go-build282983591/b581/importcfg << 'EOF' # internal
2025-08-20T21:58:27.0570039Z [00:02:28.882]➜  # import config
2025-08-20T21:58:27.0570664Z [00:02:28.882]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:27.0571489Z [00:02:28.882]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:27.0572268Z [00:02:28.882]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:27.0573078Z [00:02:28.882]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:27.0573912Z [00:02:28.882]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:27.0574761Z [00:02:28.882]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:27.0575610Z [00:02:28.882]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:27.0576276Z [00:02:28.882]➜  EOF
2025-08-20T21:58:27.0580543Z [00:02:28.883]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b581/_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/b581=>" -p github.com/mackerelio/go-osstat/cpu -lang=go1.18 -complete -installsuffix shared -buildid TI1WfjvNUb_0mERZ2Cbx/TI1WfjvNUb_0mERZ2Cbx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b581/importcfg -pack /root/go/pkg/mod/github.com/mackerelio/go-osstat@v0.2.4/cpu/cpu_linux.go
2025-08-20T21:58:27.0691990Z [00:02:28.894]➜  go tool buildid -w $WORK/b566/_pkg_.a # internal
2025-08-20T21:58:27.0725473Z [00:02:28.898]➜  cp $WORK/b566/_pkg_.a /root/.cache/go-build/a3/a313dedf4277f7ec23da22558dff95c1499f50d020e18a9918a016cf2a069c43-d # internal
2025-08-20T21:58:27.0795670Z [00:02:28.905]➜  github.com/projectdiscovery/utils/process
2025-08-20T21:58:27.0797967Z [00:02:28.905]➜  mkdir -p $WORK/b565/
2025-08-20T21:58:27.0806484Z [00:02:28.906]➜  cat >/tmp/go-build282983591/b565/importcfg << 'EOF' # internal
2025-08-20T21:58:27.0807500Z [00:02:28.906]➜  # import config
2025-08-20T21:58:27.0809055Z [00:02:28.906]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:27.0810283Z [00:02:28.906]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:58:27.0811320Z [00:02:28.906]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:58:27.0812310Z [00:02:28.906]➜  packagefile github.com/shirou/gopsutil/v3/process=/tmp/go-build282983591/b566/_pkg_.a
2025-08-20T21:58:27.0813075Z [00:02:28.906]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:27.0813703Z [00:02:28.906]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:27.0814180Z [00:02:28.906]➜  EOF
2025-08-20T21:58:27.0822417Z [00:02:28.907]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b565/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/process=>github.com/projectdiscovery/utils@v0.4.23/process;$WORK/b565=>" -p github.com/projectdiscovery/utils/process -lang=go1.24 -complete -installsuffix shared -buildid eyx4dj7BV6uV_RU1o6Qv/eyx4dj7BV6uV_RU1o6Qv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b565/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:58:27.0975657Z [00:02:28.923]➜  go tool buildid -w $WORK/b581/_pkg_.a # internal
2025-08-20T21:58:27.0982625Z [00:02:28.923]➜  cp $WORK/b581/_pkg_.a /root/.cache/go-build/76/7658f4cd634b40986361b7e851434b51a48b65d216e6ef0a4c6099aa64ae9e1c-d # internal
2025-08-20T21:58:27.0985889Z [00:02:28.923]➜  github.com/mackerelio/go-osstat/network
2025-08-20T21:58:27.0986523Z [00:02:28.923]➜  mkdir -p $WORK/b582/
2025-08-20T21:58:27.0988865Z [00:02:28.924]➜  cat >/tmp/go-build282983591/b582/importcfg << 'EOF' # internal
2025-08-20T21:58:27.0989941Z [00:02:28.924]➜  # import config
2025-08-20T21:58:27.0990628Z [00:02:28.924]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:27.0991518Z [00:02:28.924]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:27.0992192Z [00:02:28.924]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:27.0992940Z [00:02:28.924]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:27.0993674Z [00:02:28.924]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:27.0994444Z [00:02:28.924]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:27.0995035Z [00:02:28.924]➜  EOF
2025-08-20T21:58:27.0998615Z [00:02:28.924]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b582/_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/b582=>" -p github.com/mackerelio/go-osstat/network -lang=go1.18 -complete -installsuffix shared -buildid zWCdsId_lZvA7K-bxGyY/zWCdsId_lZvA7K-bxGyY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b582/importcfg -pack /root/go/pkg/mod/github.com/mackerelio/go-osstat@v0.2.4/network/network_linux.go
2025-08-20T21:58:27.1191388Z [00:02:28.944]➜  go tool buildid -w $WORK/b565/_pkg_.a # internal
2025-08-20T21:58:27.1200570Z [00:02:28.945]➜  cp $WORK/b565/_pkg_.a /root/.cache/go-build/7b/7b895c4b5ad2e448553e5536401c96124110192dc8fa89aebf87bfd1a00519ee-d # internal
2025-08-20T21:58:27.1204750Z [00:02:28.946]➜  github.com/projectdiscovery/interactsh/pkg/filewatcher
2025-08-20T21:58:27.1205417Z [00:02:28.946]➜  mkdir -p $WORK/b583/
2025-08-20T21:58:27.1222962Z [00:02:28.947]➜  cat >/tmp/go-build282983591/b583/importcfg << 'EOF' # internal
2025-08-20T21:58:27.1223587Z [00:02:28.947]➜  # import config
2025-08-20T21:58:27.1225693Z [00:02:28.947]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:27.1227832Z [00:02:28.947]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:27.1228925Z [00:02:28.947]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:58:27.1259712Z [00:02:28.947]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:58:27.1261256Z [00:02:28.947]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:27.1262056Z [00:02:28.947]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:27.1262828Z [00:02:28.947]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:27.1263406Z [00:02:28.947]➜  EOF
2025-08-20T21:58:27.1338607Z [00:02:28.948]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b583/_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/b583=>" -p github.com/projectdiscovery/interactsh/pkg/filewatcher -lang=go1.21 -complete -installsuffix shared -buildid bRu4pD4gkK4xJnpXGD6F/bRu4pD4gkK4xJnpXGD6F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b583/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/interactsh@v1.2.4/pkg/filewatcher/filewatcher.go
2025-08-20T21:58:27.1352051Z [00:02:28.953]➜  go tool buildid -w $WORK/b582/_pkg_.a # internal
2025-08-20T21:58:27.1353380Z [00:02:28.956]➜  cp $WORK/b582/_pkg_.a /root/.cache/go-build/61/611c098855b74515a933459af1cb8a9e2819e65289eb5a9da9dc92b2cfd055c3-d # internal
2025-08-20T21:58:27.1354526Z [00:02:28.956]➜  github.com/klauspost/cpuid/v2
2025-08-20T21:58:27.1355125Z [00:02:28.956]➜  mkdir -p $WORK/b586/
2025-08-20T21:58:27.1355735Z [00:02:28.956]➜  echo -n > $WORK/b586/go_asm.h # internal
2025-08-20T21:58:27.1356512Z [00:02:28.956]➜  cd /root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.5
2025-08-20T21:58:27.1359387Z [00:02:28.956]➜  /root/.go/pkg/tool/linux_amd64/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/b586=>" -I $WORK/b586/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b586/symabis ./cpuid_amd64.s
2025-08-20T21:58:27.1372733Z [00:02:28.959]➜  cat >/tmp/go-build282983591/b586/importcfg << 'EOF' # internal
2025-08-20T21:58:27.1386132Z [00:02:28.959]➜  # import config
2025-08-20T21:58:27.1386874Z [00:02:28.959]➜  packagefile flag=/tmp/go-build282983591/b071/_pkg_.a
2025-08-20T21:58:27.1387730Z [00:02:28.959]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:27.1388602Z [00:02:28.959]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:27.1389459Z [00:02:28.959]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:27.1390564Z [00:02:28.959]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:27.1391340Z [00:02:28.959]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:27.1392135Z [00:02:28.959]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:27.1392925Z [00:02:28.962]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:27.1393552Z [00:02:28.962]➜  EOF
2025-08-20T21:58:27.1394094Z [00:02:28.962]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:27.1398932Z [00:02:28.962]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b586/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.5=>github.com/klauspost/cpuid/v2@v2.2.5;$WORK/b586=>" -p github.com/klauspost/cpuid/v2 -lang=go1.15 -installsuffix shared -buildid QaVwCqnPcPaAGBaKxj-r/QaVwCqnPcPaAGBaKxj-r -goversion go1.25.0 -symabis $WORK/b586/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b586/importcfg -pack -asmhdr $WORK/b586/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_x86.go /root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.5/featureid_string.go
2025-08-20T21:58:27.2616060Z [00:02:29.087]➜  go tool buildid -w $WORK/b583/_pkg_.a # internal
2025-08-20T21:58:27.2644889Z [00:02:29.090]➜  cp $WORK/b583/_pkg_.a /root/.cache/go-build/20/2025efcc5d640c42ed8867b29bb69085fe71feec55fae35392f3554050513abc-d # internal
2025-08-20T21:58:27.2654191Z [00:02:29.091]➜  github.com/libdns/libdns
2025-08-20T21:58:27.2676469Z [00:02:29.091]➜  mkdir -p $WORK/b587/
2025-08-20T21:58:27.2677121Z [00:02:29.091]➜  cat >/tmp/go-build282983591/b587/importcfg << 'EOF' # internal
2025-08-20T21:58:27.2677690Z [00:02:29.091]➜  # import config
2025-08-20T21:58:27.2678245Z [00:02:29.091]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:27.2682053Z [00:02:29.093]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:27.2687918Z [00:02:29.093]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:27.2688438Z [00:02:29.093]➜  EOF
2025-08-20T21:58:27.2691585Z [00:02:29.093]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b587/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libdns/libdns@v0.2.1=>github.com/libdns/libdns@v0.2.1;$WORK/b587=>" -p github.com/libdns/libdns -lang=go1.14 -complete -installsuffix shared -buildid 3wbnSeMd9E9vcDgJypPl/3wbnSeMd9E9vcDgJypPl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b587/importcfg -pack /root/go/pkg/mod/github.com/libdns/libdns@v0.2.1/libdns.go
2025-08-20T21:58:27.2832321Z [00:02:29.108]➜  go tool buildid -w $WORK/b587/_pkg_.a # internal
2025-08-20T21:58:27.2841873Z [00:02:29.109]➜  cp $WORK/b587/_pkg_.a /root/.cache/go-build/04/047525f64ee716775109a3b0d14d0befa814d34856c79942ffe9ab238779101b-d # internal
2025-08-20T21:58:27.2848258Z [00:02:29.109]➜  go.uber.org/zap/internal/pool
2025-08-20T21:58:27.2848823Z [00:02:29.109]➜  mkdir -p $WORK/b592/
2025-08-20T21:58:27.2855993Z [00:02:29.111]➜  cat >/tmp/go-build282983591/b592/importcfg << 'EOF' # internal
2025-08-20T21:58:27.2857249Z [00:02:29.111]➜  # import config
2025-08-20T21:58:27.2859572Z [00:02:29.111]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:27.2860545Z [00:02:29.111]➜  EOF
2025-08-20T21:58:27.2865660Z [00:02:29.111]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b592/_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/b592=>" -p go.uber.org/zap/internal/pool -lang=go1.19 -complete -installsuffix shared -buildid kY_-q0BXX1H6nQinmqL_/kY_-q0BXX1H6nQinmqL_ -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/pool/pool.go
2025-08-20T21:58:27.2945374Z [00:02:29.120]➜  go tool buildid -w $WORK/b592/_pkg_.a # internal
2025-08-20T21:58:27.2953153Z [00:02:29.120]➜  cp $WORK/b592/_pkg_.a /root/.cache/go-build/67/6736414ddad78df3ae512f15748dce3e2f4ec561e0aaa29518f7af79944be675-d # internal
2025-08-20T21:58:27.2958642Z [00:02:29.121]➜  go.uber.org/zap/buffer
2025-08-20T21:58:27.2961135Z [00:02:29.121]➜  mkdir -p $WORK/b591/
2025-08-20T21:58:27.2967690Z [00:02:29.122]➜  cat >/tmp/go-build282983591/b591/importcfg << 'EOF' # internal
2025-08-20T21:58:27.2969157Z [00:02:29.122]➜  # import config
2025-08-20T21:58:27.2971639Z [00:02:29.122]➜  packagefile go.uber.org/zap/internal/pool=/tmp/go-build282983591/b592/_pkg_.a
2025-08-20T21:58:27.2972791Z [00:02:29.122]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:27.2976200Z [00:02:29.122]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:27.2976822Z [00:02:29.122]➜  EOF
2025-08-20T21:58:27.2980642Z [00:02:29.122]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b591/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.25.0/buffer=>go.uber.org/zap@v1.25.0/buffer;$WORK/b591=>" -p go.uber.org/zap/buffer -lang=go1.19 -complete -installsuffix shared -buildid yxl5VQS5sNC42IHiEuHV/yxl5VQS5sNC42IHiEuHV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b591/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:58:27.3276230Z [00:02:29.153]➜  go tool buildid -w $WORK/b591/_pkg_.a # internal
2025-08-20T21:58:27.3282387Z [00:02:29.153]➜  cp $WORK/b591/_pkg_.a /root/.cache/go-build/a9/a9d3b053d67f38f139148436ffd4feb474417b846173292791993209cb168fc4-d # internal
2025-08-20T21:58:27.3283833Z [00:02:29.153]➜  go.uber.org/zap/internal/bufferpool
2025-08-20T21:58:27.3284418Z [00:02:29.153]➜  mkdir -p $WORK/b595/
2025-08-20T21:58:27.3285125Z [00:02:29.153]➜  cat >/tmp/go-build282983591/b595/importcfg << 'EOF' # internal
2025-08-20T21:58:27.3285782Z [00:02:29.153]➜  # import config
2025-08-20T21:58:27.3286525Z [00:02:29.153]➜  packagefile go.uber.org/zap/buffer=/tmp/go-build282983591/b591/_pkg_.a
2025-08-20T21:58:27.3287221Z [00:02:29.153]➜  EOF
2025-08-20T21:58:27.3291133Z [00:02:29.153]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b595/_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/b595=>" -p go.uber.org/zap/internal/bufferpool -lang=go1.19 -complete -installsuffix shared -buildid 5bf0B1q6OXUTVUsJpeiY/5bf0B1q6OXUTVUsJpeiY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b595/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.25.0/internal/bufferpool/bufferpool.go
2025-08-20T21:58:27.3515728Z [00:02:29.177]➜  go tool buildid -w $WORK/b595/_pkg_.a # internal
2025-08-20T21:58:27.3528479Z [00:02:29.178]➜  cp $WORK/b595/_pkg_.a /root/.cache/go-build/12/124c1b28f25e1e9f08dc2deb478cfedd6428544a93698cd7191df5b26d18bf6b-d # internal
2025-08-20T21:58:27.3534562Z [00:02:29.179]➜  go.uber.org/zap/internal/color
2025-08-20T21:58:27.3537049Z [00:02:29.179]➜  mkdir -p $WORK/b596/
2025-08-20T21:58:27.3544726Z [00:02:29.180]➜  cat >/tmp/go-build282983591/b596/importcfg << 'EOF' # internal
2025-08-20T21:58:27.3545720Z [00:02:29.180]➜  # import config
2025-08-20T21:58:27.3546473Z [00:02:29.180]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:27.3548787Z [00:02:29.180]➜  EOF
2025-08-20T21:58:27.3552866Z [00:02:29.180]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b596/_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/b596=>" -p go.uber.org/zap/internal/color -lang=go1.19 -complete -installsuffix shared -buildid TSw6bn-AaPGa9PJRBDTM/TSw6bn-AaPGa9PJRBDTM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b596/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.25.0/internal/color/color.go
2025-08-20T21:58:27.3576105Z [00:02:29.183]➜  cd /root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.5
2025-08-20T21:58:27.3582227Z [00:02:29.183]➜  /root/.go/pkg/tool/linux_amd64/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/b586=>" -I $WORK/b586/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b586/cpuid_amd64.o ./cpuid_amd64.s
2025-08-20T21:58:27.3627707Z [00:02:29.188]➜  go tool pack r $WORK/b586/_pkg_.a $WORK/b586/cpuid_amd64.o # internal
2025-08-20T21:58:27.3632411Z [00:02:29.188]➜  go tool buildid -w $WORK/b586/_pkg_.a # internal
2025-08-20T21:58:27.3652410Z [00:02:29.190]➜  cp $WORK/b586/_pkg_.a /root/.cache/go-build/24/2406712886a8cb64fbc6de3f498e6a071bb6f59efed4909df54301508259528d-d # internal
2025-08-20T21:58:27.3653884Z [00:02:29.191]➜  go.uber.org/zap/internal/exit
2025-08-20T21:58:27.3658735Z [00:02:29.191]➜  mkdir -p $WORK/b597/
2025-08-20T21:58:27.3666030Z [00:02:29.192]➜  cat >/tmp/go-build282983591/b597/importcfg << 'EOF' # internal
2025-08-20T21:58:27.3667074Z [00:02:29.192]➜  # import config
2025-08-20T21:58:27.3671255Z [00:02:29.192]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:27.3671925Z [00:02:29.192]➜  EOF
2025-08-20T21:58:27.3672470Z [00:02:29.192]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:27.3676058Z [00:02:29.192]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b597/_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/b597=>" -p go.uber.org/zap/internal/exit -lang=go1.19 -complete -installsuffix shared -buildid zy6it_zC6v1gnA0Xekfl/zy6it_zC6v1gnA0Xekfl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b597/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.25.0/internal/exit/exit.go
2025-08-20T21:58:27.3700528Z [00:02:29.195]➜  go tool buildid -w $WORK/b596/_pkg_.a # internal
2025-08-20T21:58:27.3709348Z [00:02:29.196]➜  cp $WORK/b596/_pkg_.a /root/.cache/go-build/2c/2c140eb9459a079c5021cdebc8bcf0ee6d9271b1cc49c3a9f3457184b3ba3827-d # internal
2025-08-20T21:58:27.3731740Z [00:02:29.196]➜  github.com/zeebo/blake3/internal/consts
2025-08-20T21:58:27.3732885Z [00:02:29.198]➜  mkdir -p $WORK/b602/
2025-08-20T21:58:27.3733816Z [00:02:29.198]➜  cat >/tmp/go-build282983591/b602/importcfg << 'EOF' # internal
2025-08-20T21:58:27.3734589Z [00:02:29.198]➜  # import config
2025-08-20T21:58:27.3735845Z [00:02:29.198]➜  packagefile github.com/klauspost/cpuid/v2=/tmp/go-build282983591/b586/_pkg_.a
2025-08-20T21:58:27.3736942Z [00:02:29.198]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:27.3737656Z [00:02:29.199]➜  EOF
2025-08-20T21:58:27.3742286Z [00:02:29.199]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b602/_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/b602=>" -p github.com/zeebo/blake3/internal/consts -lang=go1.13 -complete -installsuffix shared -buildid n8TsA40J0QUTBNliBeTa/n8TsA40J0QUTBNliBeTa -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/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:58:27.3832892Z [00:02:29.208]➜  go tool buildid -w $WORK/b597/_pkg_.a # internal
2025-08-20T21:58:27.3837861Z [00:02:29.209]➜  go tool buildid -w $WORK/b602/_pkg_.a # internal
2025-08-20T21:58:27.3843697Z [00:02:29.209]➜  cp $WORK/b602/_pkg_.a /root/.cache/go-build/d9/d9eb4ed59f7b34d97f99d57b807d83cae189516632fbadc12df78e2236ee60ce-d # internal
2025-08-20T21:58:27.3850547Z [00:02:29.210]➜  github.com/zeebo/blake3/internal/alg/compress/compress_pure
2025-08-20T21:58:27.3851357Z [00:02:29.210]➜  mkdir -p $WORK/b601/
2025-08-20T21:58:27.3852086Z [00:02:29.210]➜  cat >/tmp/go-build282983591/b601/importcfg << 'EOF' # internal
2025-08-20T21:58:27.3852751Z [00:02:29.210]➜  # import config
2025-08-20T21:58:27.3853615Z [00:02:29.211]➜  packagefile github.com/zeebo/blake3/internal/consts=/tmp/go-build282983591/b602/_pkg_.a
2025-08-20T21:58:27.3854648Z [00:02:29.211]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:27.3855271Z [00:02:29.211]➜  EOF
2025-08-20T21:58:27.3859196Z [00:02:29.211]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b601/_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/b601=>" -p github.com/zeebo/blake3/internal/alg/compress/compress_pure -lang=go1.13 -complete -installsuffix shared -buildid xQzDtOCR38g2P98nzMDC/xQzDtOCR38g2P98nzMDC -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/compress/compress_pure/compress.go
2025-08-20T21:58:27.3876245Z [00:02:29.212]➜  cp $WORK/b597/_pkg_.a /root/.cache/go-build/68/68a82ae9edc8d5ca929374086546ed5a084f2e2733feaa9ac8f3d7336d4410a3-d # internal
2025-08-20T21:58:27.3883520Z [00:02:29.213]➜  go.uber.org/zap/zapcore
2025-08-20T21:58:27.3884098Z [00:02:29.213]➜  mkdir -p $WORK/b594/
2025-08-20T21:58:27.3884791Z [00:02:29.213]➜  cat >/tmp/go-build282983591/b594/importcfg << 'EOF' # internal
2025-08-20T21:58:27.3885357Z [00:02:29.213]➜  # import config
2025-08-20T21:58:27.3885890Z [00:02:29.213]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:27.3886580Z [00:02:29.213]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:27.3887293Z [00:02:29.213]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:27.3888329Z [00:02:29.214]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:27.3889030Z [00:02:29.214]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:27.3889675Z [00:02:29.214]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:27.3890763Z [00:02:29.214]➜  packagefile go.uber.org/multierr=/tmp/go-build282983591/b338/_pkg_.a
2025-08-20T21:58:27.3891601Z [00:02:29.214]➜  packagefile go.uber.org/zap/buffer=/tmp/go-build282983591/b591/_pkg_.a
2025-08-20T21:58:27.3892500Z [00:02:29.214]➜  packagefile go.uber.org/zap/internal/bufferpool=/tmp/go-build282983591/b595/_pkg_.a
2025-08-20T21:58:27.3893428Z [00:02:29.214]➜  packagefile go.uber.org/zap/internal/color=/tmp/go-build282983591/b596/_pkg_.a
2025-08-20T21:58:27.3894452Z [00:02:29.214]➜  packagefile go.uber.org/zap/internal/exit=/tmp/go-build282983591/b597/_pkg_.a
2025-08-20T21:58:27.3895350Z [00:02:29.214]➜  packagefile go.uber.org/zap/internal/pool=/tmp/go-build282983591/b592/_pkg_.a
2025-08-20T21:58:27.3896124Z [00:02:29.214]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:27.3896762Z [00:02:29.214]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:27.3897412Z [00:02:29.214]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:27.3898081Z [00:02:29.214]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:27.3898739Z [00:02:29.214]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:27.3899392Z [00:02:29.214]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:27.3900283Z [00:02:29.214]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:27.3900961Z [00:02:29.214]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:27.3901668Z [00:02:29.214]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:27.3902194Z [00:02:29.214]➜  EOF
2025-08-20T21:58:27.3911736Z [00:02:29.214]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b594/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.25.0/zapcore=>go.uber.org/zap@v1.25.0/zapcore;$WORK/b594=>" -p go.uber.org/zap/zapcore -lang=go1.19 -complete -installsuffix shared -buildid Z4WEGcN6LAXogTzCCdWY/Z4WEGcN6LAXogTzCCdWY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b594/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:58:27.4204845Z [00:02:29.246]➜  go tool buildid -w $WORK/b525/_pkg_.a # internal
2025-08-20T21:58:27.4221096Z [00:02:29.247]➜  go tool buildid -w $WORK/b601/_pkg_.a # internal
2025-08-20T21:58:27.4222429Z [00:02:29.247]➜  cp $WORK/b601/_pkg_.a /root/.cache/go-build/ab/ab8a9bcd738d3c7b329b011e2a860a513b604edbab5d6284d032607ca616dd65-d # internal
2025-08-20T21:58:27.4230809Z [00:02:29.248]➜  github.com/zeebo/blake3/internal/alg/compress
2025-08-20T21:58:27.4231655Z [00:02:29.248]➜  mkdir -p $WORK/b600/
2025-08-20T21:58:27.4232372Z [00:02:29.248]➜  cat >/tmp/go-build282983591/b600/importcfg << 'EOF' # internal
2025-08-20T21:58:27.4233008Z [00:02:29.248]➜  # import config
2025-08-20T21:58:27.4234032Z [00:02:29.248]➜  packagefile github.com/zeebo/blake3/internal/alg/compress/compress_pure=/tmp/go-build282983591/b601/_pkg_.a
2025-08-20T21:58:27.4235505Z [00:02:29.248]➜  packagefile github.com/zeebo/blake3/internal/alg/compress/compress_sse41=/tmp/go-build282983591/b603/_pkg_.a
2025-08-20T21:58:27.4236844Z [00:02:29.248]➜  packagefile github.com/zeebo/blake3/internal/consts=/tmp/go-build282983591/b602/_pkg_.a
2025-08-20T21:58:27.4237608Z [00:02:29.248]➜  EOF
2025-08-20T21:58:27.4242346Z [00:02:29.248]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b600/_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/b600=>" -p github.com/zeebo/blake3/internal/alg/compress -lang=go1.13 -complete -installsuffix shared -buildid c7v6qxo6NR_a07dJHQKg/c7v6qxo6NR_a07dJHQKg -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.go
2025-08-20T21:58:27.4291233Z [00:02:29.254]➜  cp $WORK/b525/_pkg_.a /root/.cache/go-build/fc/fca31b67e322873ebb49c00de3960399dc66a22996de6f3088aff6398129cec9-d # internal
2025-08-20T21:58:27.4300332Z [00:02:29.255]➜  github.com/yuin/goldmark/text
2025-08-20T21:58:27.4300928Z [00:02:29.255]➜  mkdir -p $WORK/b524/
2025-08-20T21:58:27.4302004Z [00:02:29.255]➜  cat >/tmp/go-build282983591/b524/importcfg << 'EOF' # internal
2025-08-20T21:58:27.4302981Z [00:02:29.255]➜  # import config
2025-08-20T21:58:27.4306037Z [00:02:29.255]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:27.4307025Z [00:02:29.255]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build282983591/b525/_pkg_.a
2025-08-20T21:58:27.4308704Z [00:02:29.255]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:27.4320904Z [00:02:29.255]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:27.4321810Z [00:02:29.255]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:27.4322451Z [00:02:29.255]➜  EOF
2025-08-20T21:58:27.4326477Z [00:02:29.255]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b524/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/text=>github.com/yuin/goldmark@v1.7.8/text;$WORK/b524=>" -p github.com/yuin/goldmark/text -lang=go1.19 -complete -installsuffix shared -buildid DfCfjSqUOXMXbD2zMt0z/DfCfjSqUOXMXbD2zMt0z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b524/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:58:27.4330463Z [00:02:29.256]➜  go tool buildid -w $WORK/b600/_pkg_.a # internal
2025-08-20T21:58:27.4331910Z [00:02:29.256]➜  cp $WORK/b600/_pkg_.a /root/.cache/go-build/b4/b4e9893000a7a35305675b1e94cfe9c6ba4bfef6bbbe629e39f399786a224db5-d # internal
2025-08-20T21:58:27.4333022Z [00:02:29.257]➜  github.com/zeebo/blake3/internal/utils
2025-08-20T21:58:27.4333583Z [00:02:29.257]➜  mkdir -p $WORK/b607/
2025-08-20T21:58:27.4334268Z [00:02:29.257]➜  cat >/tmp/go-build282983591/b607/importcfg << 'EOF' # internal
2025-08-20T21:58:27.4334898Z [00:02:29.257]➜  # import config
2025-08-20T21:58:27.4335571Z [00:02:29.257]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:27.4336175Z [00:02:29.257]➜  EOF
2025-08-20T21:58:27.4339685Z [00:02:29.257]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b607/_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/b607=>" -p github.com/zeebo/blake3/internal/utils -lang=go1.13 -complete -installsuffix shared -buildid 4BsaPcPc8LpKTc8zaKvT/4BsaPcPc8LpKTc8zaKvT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b607/importcfg -pack /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/utils/utils.go
2025-08-20T21:58:27.4518942Z [00:02:29.277]➜  go tool buildid -w $WORK/b607/_pkg_.a # internal
2025-08-20T21:58:27.4525215Z [00:02:29.278]➜  cp $WORK/b607/_pkg_.a /root/.cache/go-build/c8/c801f85a3c550b84f57535f78d875077039276133430a1d9aa7a419b33a3450a-d # internal
2025-08-20T21:58:27.4544214Z [00:02:29.278]➜  github.com/zeebo/blake3/internal/alg/hash/hash_pure
2025-08-20T21:58:27.4544876Z [00:02:29.278]➜  mkdir -p $WORK/b606/
2025-08-20T21:58:27.4556695Z [00:02:29.280]➜  cat >/tmp/go-build282983591/b606/importcfg << 'EOF' # internal
2025-08-20T21:58:27.4557441Z [00:02:29.280]➜  # import config
2025-08-20T21:58:27.4558570Z [00:02:29.280]➜  packagefile github.com/zeebo/blake3/internal/alg/compress=/tmp/go-build282983591/b600/_pkg_.a
2025-08-20T21:58:27.4560194Z [00:02:29.280]➜  packagefile github.com/zeebo/blake3/internal/consts=/tmp/go-build282983591/b602/_pkg_.a
2025-08-20T21:58:27.4561461Z [00:02:29.280]➜  packagefile github.com/zeebo/blake3/internal/utils=/tmp/go-build282983591/b607/_pkg_.a
2025-08-20T21:58:27.4562249Z [00:02:29.280]➜  EOF
2025-08-20T21:58:27.4566872Z [00:02:29.280]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b606/_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/b606=>" -p github.com/zeebo/blake3/internal/alg/hash/hash_pure -lang=go1.13 -complete -installsuffix shared -buildid jOJv1HqAgMs6EEm-7uDr/jOJv1HqAgMs6EEm-7uDr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b606/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:58:27.4734595Z [00:02:29.298]➜  go tool buildid -w $WORK/b606/_pkg_.a # internal
2025-08-20T21:58:27.4735945Z [00:02:29.299]➜  cp $WORK/b606/_pkg_.a /root/.cache/go-build/9c/9c2290aa2440879c0d34fe5bc42b20d2ab05951df17974f65901c0c9f336a0fb-d # internal
2025-08-20T21:58:27.4742336Z [00:02:29.299]➜  github.com/zeebo/blake3/internal/alg/hash
2025-08-20T21:58:27.4757605Z [00:02:29.299]➜  mkdir -p $WORK/b604/
2025-08-20T21:58:27.4758359Z [00:02:29.299]➜  cat >/tmp/go-build282983591/b604/importcfg << 'EOF' # internal
2025-08-20T21:58:27.4759026Z [00:02:29.299]➜  # import config
2025-08-20T21:58:27.4760167Z [00:02:29.299]➜  packagefile github.com/zeebo/blake3/internal/alg/hash/hash_avx2=/tmp/go-build282983591/b605/_pkg_.a
2025-08-20T21:58:27.4761630Z [00:02:29.299]➜  packagefile github.com/zeebo/blake3/internal/alg/hash/hash_pure=/tmp/go-build282983591/b606/_pkg_.a
2025-08-20T21:58:27.4762959Z [00:02:29.299]➜  packagefile github.com/zeebo/blake3/internal/consts=/tmp/go-build282983591/b602/_pkg_.a
2025-08-20T21:58:27.4763761Z [00:02:29.299]➜  EOF
2025-08-20T21:58:27.4767478Z [00:02:29.299]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b604/_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/b604=>" -p github.com/zeebo/blake3/internal/alg/hash -lang=go1.13 -complete -installsuffix shared -buildid L8qWUtxjoopY2lFnB1km/L8qWUtxjoopY2lFnB1km -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/alg/hash/hash.go
2025-08-20T21:58:27.5031871Z [00:02:29.328]➜  go tool buildid -w $WORK/b604/_pkg_.a # internal
2025-08-20T21:58:27.5036759Z [00:02:29.329]➜  cp $WORK/b604/_pkg_.a /root/.cache/go-build/23/23c0dbd053f39f8cdd601f004cfed1cc7d65ead7fd45a673425a200523c34e2b-d # internal
2025-08-20T21:58:27.5049439Z [00:02:29.329]➜  github.com/zeebo/blake3/internal/alg
2025-08-20T21:58:27.5050276Z [00:02:29.329]➜  mkdir -p $WORK/b599/
2025-08-20T21:58:27.5051009Z [00:02:29.330]➜  cat >/tmp/go-build282983591/b599/importcfg << 'EOF' # internal
2025-08-20T21:58:27.5051894Z [00:02:29.330]➜  # import config
2025-08-20T21:58:27.5052843Z [00:02:29.330]➜  packagefile github.com/zeebo/blake3/internal/alg/compress=/tmp/go-build282983591/b600/_pkg_.a
2025-08-20T21:58:27.5054149Z [00:02:29.330]➜  packagefile github.com/zeebo/blake3/internal/alg/hash=/tmp/go-build282983591/b604/_pkg_.a
2025-08-20T21:58:27.5054977Z [00:02:29.330]➜  EOF
2025-08-20T21:58:27.5058628Z [00:02:29.330]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b599/_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/b599=>" -p github.com/zeebo/blake3/internal/alg -lang=go1.13 -complete -installsuffix shared -buildid Qcl7v1vhRN_NUyyn6rAd/Qcl7v1vhRN_NUyyn6rAd -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/alg/alg.go
2025-08-20T21:58:27.5150767Z [00:02:29.340]➜  go tool buildid -w $WORK/b599/_pkg_.a # internal
2025-08-20T21:58:27.5156273Z [00:02:29.341]➜  cp $WORK/b599/_pkg_.a /root/.cache/go-build/82/825cb65ee56b1086ebb0b0fdaea900e559d67eb7220438f62b17c489588530ad-d # internal
2025-08-20T21:58:27.5158290Z [00:02:29.341]➜  github.com/zeebo/blake3
2025-08-20T21:58:27.5160004Z [00:02:29.341]➜  mkdir -p $WORK/b598/
2025-08-20T21:58:27.5164667Z [00:02:29.342]➜  cat >/tmp/go-build282983591/b598/importcfg << 'EOF' # internal
2025-08-20T21:58:27.5166151Z [00:02:29.342]➜  # import config
2025-08-20T21:58:27.5166986Z [00:02:29.342]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:27.5168114Z [00:02:29.342]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:27.5169468Z [00:02:29.342]➜  packagefile github.com/zeebo/blake3/internal/alg=/tmp/go-build282983591/b599/_pkg_.a
2025-08-20T21:58:27.5171531Z [00:02:29.342]➜  packagefile github.com/zeebo/blake3/internal/consts=/tmp/go-build282983591/b602/_pkg_.a
2025-08-20T21:58:27.5173353Z [00:02:29.342]➜  packagefile github.com/zeebo/blake3/internal/utils=/tmp/go-build282983591/b607/_pkg_.a
2025-08-20T21:58:27.5174715Z [00:02:29.342]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:27.5175673Z [00:02:29.342]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:27.5177872Z [00:02:29.342]➜  EOF
2025-08-20T21:58:27.5181901Z [00:02:29.342]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b598/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3=>github.com/zeebo/blake3@v0.2.3;$WORK/b598=>" -p github.com/zeebo/blake3 -lang=go1.13 -complete -installsuffix shared -buildid bGxaagwfcT_tqhv3A_fR/bGxaagwfcT_tqhv3A_fR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b598/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:58:27.5214794Z [00:02:29.347]➜  go tool buildid -w $WORK/b524/_pkg_.a # internal
2025-08-20T21:58:27.5232720Z [00:02:29.348]➜  cp $WORK/b524/_pkg_.a /root/.cache/go-build/59/5916dcb1a554138b6d73c9d38792bdd55c142eba8d6f84881613129a467e1d95-d # internal
2025-08-20T21:58:27.5239251Z [00:02:29.349]➜  github.com/yuin/goldmark/ast
2025-08-20T21:58:27.5240014Z [00:02:29.349]➜  mkdir -p $WORK/b523/
2025-08-20T21:58:27.5247179Z [00:02:29.349]➜  cat >/tmp/go-build282983591/b523/importcfg << 'EOF' # internal
2025-08-20T21:58:27.5247863Z [00:02:29.349]➜  # import config
2025-08-20T21:58:27.5248510Z [00:02:29.349]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:27.5249276Z [00:02:29.349]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:27.5250409Z [00:02:29.349]➜  packagefile github.com/yuin/goldmark/text=/tmp/go-build282983591/b524/_pkg_.a
2025-08-20T21:58:27.5251508Z [00:02:29.349]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build282983591/b525/_pkg_.a
2025-08-20T21:58:27.5252459Z [00:02:29.349]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:27.5253257Z [00:02:29.349]➜  EOF
2025-08-20T21:58:27.5257339Z [00:02:29.349]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b523/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/ast=>github.com/yuin/goldmark@v1.7.8/ast;$WORK/b523=>" -p github.com/yuin/goldmark/ast -lang=go1.19 -complete -installsuffix shared -buildid XmqfLVqYrTC5kXdWjvBM/XmqfLVqYrTC5kXdWjvBM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b523/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:58:27.5556648Z [00:02:29.381]➜  go tool buildid -w $WORK/b598/_pkg_.a # internal
2025-08-20T21:58:27.5599097Z [00:02:29.383]➜  cp $WORK/b598/_pkg_.a /root/.cache/go-build/14/143b0322acc0d75be23f8e8ef6854c86de799a752d69ec3b79f3ab52545e0449-d # internal
2025-08-20T21:58:27.5600670Z [00:02:29.383]➜  golang.org/x/crypto/ocsp
2025-08-20T21:58:27.5601277Z [00:02:29.383]➜  mkdir -p $WORK/b608/
2025-08-20T21:58:27.5602181Z [00:02:29.383]➜  cat >/tmp/go-build282983591/b608/importcfg << 'EOF' # internal
2025-08-20T21:58:27.5602864Z [00:02:29.383]➜  # import config
2025-08-20T21:58:27.5603593Z [00:02:29.383]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:27.5604464Z [00:02:29.383]➜  packagefile crypto/ecdsa=/tmp/go-build282983591/b115/_pkg_.a
2025-08-20T21:58:27.5605384Z [00:02:29.383]➜  packagefile crypto/elliptic=/tmp/go-build282983591/b116/_pkg_.a
2025-08-20T21:58:27.5606265Z [00:02:29.383]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:27.5607120Z [00:02:29.385]➜  packagefile crypto/rsa=/tmp/go-build282983591/b148/_pkg_.a
2025-08-20T21:58:27.5611922Z [00:02:29.385]➜  packagefile crypto/sha1=/tmp/go-build282983591/b095/_pkg_.a
2025-08-20T21:58:27.5613311Z [00:02:29.385]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:27.5614961Z [00:02:29.385]➜  packagefile crypto/sha512=/tmp/go-build282983591/b126/_pkg_.a
2025-08-20T21:58:27.5617087Z [00:02:29.385]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:58:27.5618471Z [00:02:29.385]➜  packagefile crypto/x509/pkix=/tmp/go-build282983591/b155/_pkg_.a
2025-08-20T21:58:27.5620728Z [00:02:29.385]➜  packagefile encoding/asn1=/tmp/go-build282983591/b128/_pkg_.a
2025-08-20T21:58:27.5621578Z [00:02:29.385]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:27.5622379Z [00:02:29.385]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:27.5623198Z [00:02:29.385]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:27.5624036Z [00:02:29.385]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:27.5624821Z [00:02:29.386]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:27.5625423Z [00:02:29.386]➜  EOF
2025-08-20T21:58:27.5628618Z [00:02:29.386]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b608/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ocsp=>golang.org/x/crypto@v0.39.0/ocsp;$WORK/b608=>" -p golang.org/x/crypto/ocsp -lang=go1.23 -complete -installsuffix shared -buildid _rDA0WZLLanf_Y0pMI13/_rDA0WZLLanf_Y0pMI13 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b608/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ocsp/ocsp.go
2025-08-20T21:58:27.6355213Z [00:02:29.461]➜  go tool buildid -w $WORK/b608/_pkg_.a # internal
2025-08-20T21:58:27.6392815Z [00:02:29.463]➜  cp $WORK/b608/_pkg_.a /root/.cache/go-build/47/47e084bab3f1cb5836deb86c91059d46d1d0a05c9aaaa8057c1a8e708de14a6a-d # internal
2025-08-20T21:58:27.6395688Z [00:02:29.465]➜  github.com/goburrow/cache
2025-08-20T21:58:27.6398361Z [00:02:29.465]➜  mkdir -p $WORK/b610/
2025-08-20T21:58:27.6414330Z [00:02:29.467]➜  cat >/tmp/go-build282983591/b610/importcfg << 'EOF' # internal
2025-08-20T21:58:27.6418179Z [00:02:29.467]➜  # import config
2025-08-20T21:58:27.6422481Z [00:02:29.467]➜  packagefile container/list=/tmp/go-build282983591/b106/_pkg_.a
2025-08-20T21:58:27.6425345Z [00:02:29.467]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:27.6430260Z [00:02:29.467]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:27.6431150Z [00:02:29.467]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:27.6431979Z [00:02:29.467]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:27.6432850Z [00:02:29.467]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:27.6433722Z [00:02:29.467]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:27.6434343Z [00:02:29.467]➜  EOF
2025-08-20T21:58:27.6450427Z [00:02:29.467]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b610/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/goburrow/cache@v0.1.4=>github.com/goburrow/cache@v0.1.4;$WORK/b610=>" -p github.com/goburrow/cache -lang=go1.13 -complete -installsuffix shared -buildid 8lCVCud3htwPllGmjdph/8lCVCud3htwPllGmjdph -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b610/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:58:27.8608764Z [00:02:29.686]➜  go tool buildid -w $WORK/b594/_pkg_.a # internal
2025-08-20T21:58:27.8843585Z [00:02:29.709]➜  cp $WORK/b594/_pkg_.a /root/.cache/go-build/44/442212334ca9d2e1fbf3f7f1b2de18c58d6547e4662e061ab84c0942e97520d4-d # internal
2025-08-20T21:58:27.8855402Z [00:02:29.710]➜  go.uber.org/zap/internal
2025-08-20T21:58:27.8856030Z [00:02:29.710]➜  mkdir -p $WORK/b593/
2025-08-20T21:58:27.8856799Z [00:02:29.710]➜  cat >/tmp/go-build282983591/b593/importcfg << 'EOF' # internal
2025-08-20T21:58:27.8857524Z [00:02:29.710]➜  # import config
2025-08-20T21:58:27.8858295Z [00:02:29.710]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build282983591/b594/_pkg_.a
2025-08-20T21:58:27.8859029Z [00:02:29.710]➜  EOF
2025-08-20T21:58:27.8867640Z [00:02:29.712]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b593/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.25.0/internal=>go.uber.org/zap@v1.25.0/internal;$WORK/b593=>" -p go.uber.org/zap/internal -lang=go1.19 -complete -installsuffix shared -buildid buk5r_agFNrmgppQU2ym/buk5r_agFNrmgppQU2ym -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/level_enabler.go
2025-08-20T21:58:27.8967182Z [00:02:29.722]➜  go tool buildid -w $WORK/b593/_pkg_.a # internal
2025-08-20T21:58:27.8973267Z [00:02:29.722]➜  cp $WORK/b593/_pkg_.a /root/.cache/go-build/43/438c68bef5ac15d23299d67156e02892347bee97bb1ca75448a921c91e12d860-d # internal
2025-08-20T21:58:27.8980367Z [00:02:29.723]➜  go.uber.org/zap
2025-08-20T21:58:27.8983294Z [00:02:29.724]➜  mkdir -p $WORK/b590/
2025-08-20T21:58:27.8987843Z [00:02:29.724]➜  cat >/tmp/go-build282983591/b590/importcfg << 'EOF' # internal
2025-08-20T21:58:27.8989000Z [00:02:29.724]➜  # import config
2025-08-20T21:58:27.9003290Z [00:02:29.724]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:27.9004235Z [00:02:29.724]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:27.9005213Z [00:02:29.724]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:27.9006058Z [00:02:29.724]➜  packagefile flag=/tmp/go-build282983591/b071/_pkg_.a
2025-08-20T21:58:27.9006855Z [00:02:29.724]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:27.9007780Z [00:02:29.724]➜  packagefile go.uber.org/multierr=/tmp/go-build282983591/b338/_pkg_.a
2025-08-20T21:58:27.9009030Z [00:02:29.724]➜  packagefile go.uber.org/zap/buffer=/tmp/go-build282983591/b591/_pkg_.a
2025-08-20T21:58:27.9010285Z [00:02:29.724]➜  packagefile go.uber.org/zap/internal=/tmp/go-build282983591/b593/_pkg_.a
2025-08-20T21:58:27.9011432Z [00:02:29.724]➜  packagefile go.uber.org/zap/internal/bufferpool=/tmp/go-build282983591/b595/_pkg_.a
2025-08-20T21:58:27.9012589Z [00:02:29.724]➜  packagefile go.uber.org/zap/internal/pool=/tmp/go-build282983591/b592/_pkg_.a
2025-08-20T21:58:27.9013653Z [00:02:29.724]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build282983591/b594/_pkg_.a
2025-08-20T21:58:27.9014537Z [00:02:29.724]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:27.9015313Z [00:02:29.724]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:27.9016112Z [00:02:29.724]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:27.9017148Z [00:02:29.724]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:27.9018150Z [00:02:29.724]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:27.9019015Z [00:02:29.724]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:27.9024946Z [00:02:29.724]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:27.9030290Z [00:02:29.724]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:27.9031176Z [00:02:29.724]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:27.9031999Z [00:02:29.724]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:27.9032804Z [00:02:29.724]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:27.9033659Z [00:02:29.724]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:27.9034497Z [00:02:29.724]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:27.9035126Z [00:02:29.724]➜  EOF
2025-08-20T21:58:27.9043467Z [00:02:29.727]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b590/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.25.0=>go.uber.org/zap@v1.25.0;$WORK/b590=>" -p go.uber.org/zap -lang=go1.19 -complete -installsuffix shared -buildid mwPmHCmDMtfElFv_sPH3/mwPmHCmDMtfElFv_sPH3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b590/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:58:27.9061293Z [00:02:29.728]➜  go tool buildid -w $WORK/b610/_pkg_.a # internal
2025-08-20T21:58:27.9119179Z [00:02:29.737]➜  cp $WORK/b610/_pkg_.a /root/.cache/go-build/f0/f0513f080467fe3fddca0b60e660b182bf6db837a6d7fdb4c99378cb99e8cf39-d # internal
2025-08-20T21:58:27.9185693Z [00:02:29.744]➜  github.com/rs/xid
2025-08-20T21:58:27.9188666Z [00:02:29.744]➜  mkdir -p $WORK/b611/
2025-08-20T21:58:27.9192331Z [00:02:29.744]➜  cat >/tmp/go-build282983591/b611/importcfg << 'EOF' # internal
2025-08-20T21:58:27.9195420Z [00:02:29.744]➜  # import config
2025-08-20T21:58:27.9196084Z [00:02:29.744]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:27.9198044Z [00:02:29.744]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:27.9200184Z [00:02:29.744]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:27.9201570Z [00:02:29.744]➜  packagefile database/sql/driver=/tmp/go-build282983591/b328/_pkg_.a
2025-08-20T21:58:27.9202722Z [00:02:29.744]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:27.9204969Z [00:02:29.744]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:27.9205778Z [00:02:29.744]➜  packagefile hash/crc32=/tmp/go-build282983591/b205/_pkg_.a
2025-08-20T21:58:27.9206597Z [00:02:29.744]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:58:27.9207336Z [00:02:29.744]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:27.9208086Z [00:02:29.744]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:27.9208876Z [00:02:29.744]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:27.9211032Z [00:02:29.744]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:27.9211757Z [00:02:29.744]➜  EOF
2025-08-20T21:58:27.9215436Z [00:02:29.745]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b611/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rs/xid@v1.6.0=>github.com/rs/xid@v1.6.0;$WORK/b611=>" -p github.com/rs/xid -lang=go1.16 -complete -installsuffix shared -buildid D27v_zdSZCgUXlv9ii5y/D27v_zdSZCgUXlv9ii5y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b611/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:58:27.9910986Z [00:02:29.812]➜  go tool buildid -w $WORK/b611/_pkg_.a # internal
2025-08-20T21:58:27.9912624Z [00:02:29.814]➜  cp $WORK/b611/_pkg_.a /root/.cache/go-build/58/580d5a3e62b4ead405ba6f2c7fcd0a10884c32f846365908941cbf4fd300e672-d # internal
2025-08-20T21:58:27.9984105Z [00:02:29.824]➜  github.com/projectdiscovery/interactsh/pkg/storage
2025-08-20T21:58:27.9985468Z [00:02:29.824]➜  mkdir -p $WORK/b609/
2025-08-20T21:58:27.9994984Z [00:02:29.825]➜  cat >/tmp/go-build282983591/b609/importcfg << 'EOF' # internal
2025-08-20T21:58:27.9996395Z [00:02:29.825]➜  # import config
2025-08-20T21:58:27.9997423Z [00:02:29.825]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:27.9998606Z [00:02:29.825]➜  packagefile crypto/aes=/tmp/go-build282983591/b108/_pkg_.a
2025-08-20T21:58:28.0013947Z [00:02:29.825]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:58:28.0014996Z [00:02:29.825]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:28.0015949Z [00:02:29.825]➜  packagefile crypto/rsa=/tmp/go-build282983591/b148/_pkg_.a
2025-08-20T21:58:28.0016903Z [00:02:29.825]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:28.0017870Z [00:02:29.825]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:58:28.0018807Z [00:02:29.825]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:28.0020009Z [00:02:29.825]➜  packagefile encoding/pem=/tmp/go-build282983591/b157/_pkg_.a
2025-08-20T21:58:28.0021174Z [00:02:29.825]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:28.0022118Z [00:02:29.825]➜  packagefile github.com/goburrow/cache=/tmp/go-build282983591/b610/_pkg_.a
2025-08-20T21:58:28.0023149Z [00:02:29.825]➜  packagefile github.com/google/uuid=/tmp/go-build282983591/b327/_pkg_.a
2025-08-20T21:58:28.0024166Z [00:02:29.825]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:58:28.0025385Z [00:02:29.825]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:58:28.0026717Z [00:02:29.825]➜  packagefile github.com/projectdiscovery/utils/permission=/tmp/go-build282983591/b238/_pkg_.a
2025-08-20T21:58:28.0029077Z [00:02:29.825]➜  packagefile github.com/rs/xid=/tmp/go-build282983591/b611/_pkg_.a
2025-08-20T21:58:28.0030272Z [00:02:29.825]➜  packagefile github.com/syndtr/goleveldb/leveldb=/tmp/go-build282983591/b420/_pkg_.a
2025-08-20T21:58:28.0031699Z [00:02:29.825]➜  packagefile github.com/syndtr/goleveldb/leveldb/opt=/tmp/go-build282983591/b430/_pkg_.a
2025-08-20T21:58:28.0032792Z [00:02:29.825]➜  packagefile go.uber.org/multierr=/tmp/go-build282983591/b338/_pkg_.a
2025-08-20T21:58:28.0033639Z [00:02:29.825]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:28.0034418Z [00:02:29.825]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:28.0035238Z [00:02:29.825]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:28.0036085Z [00:02:29.825]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:28.0036861Z [00:02:29.825]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:28.0037615Z [00:02:29.825]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:28.0038374Z [00:02:29.825]➜  EOF
2025-08-20T21:58:28.0076390Z [00:02:29.825]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b609/_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/b609=>" -p github.com/projectdiscovery/interactsh/pkg/storage -lang=go1.21 -complete -installsuffix shared -buildid VCOuuHu-yr6iKaWE_UMo/VCOuuHu-yr6iKaWE_UMo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b609/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:58:28.1371492Z [00:02:29.960]➜  go tool buildid -w $WORK/b523/_pkg_.a # internal
2025-08-20T21:58:28.1532238Z [00:02:29.978]➜  cp $WORK/b523/_pkg_.a /root/.cache/go-build/81/81a5dd3fab2c8c6a1bb12f1259b462e55187ee3eb4f6f94de8977561f112fccf-d # internal
2025-08-20T21:58:28.1535280Z [00:02:29.978]➜  github.com/yuin/goldmark-emoji/ast
2025-08-20T21:58:28.1536291Z [00:02:29.978]➜  mkdir -p $WORK/b521/
2025-08-20T21:58:28.1538205Z [00:02:29.979]➜  cat >/tmp/go-build282983591/b521/importcfg << 'EOF' # internal
2025-08-20T21:58:28.1538927Z [00:02:29.979]➜  # import config
2025-08-20T21:58:28.1539596Z [00:02:29.979]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:28.1540903Z [00:02:29.979]➜  packagefile github.com/yuin/goldmark-emoji/definition=/tmp/go-build282983591/b522/_pkg_.a
2025-08-20T21:58:28.1542139Z [00:02:29.979]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build282983591/b523/_pkg_.a
2025-08-20T21:58:28.1542929Z [00:02:29.979]➜  EOF
2025-08-20T21:58:28.1566895Z [00:02:29.982]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b521/_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/b521=>" -p github.com/yuin/goldmark-emoji/ast -lang=go1.15 -complete -installsuffix shared -buildid b7FtEvHifR_ea8rpANg7/b7FtEvHifR_ea8rpANg7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b521/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark-emoji@v1.0.5/ast/emoji.go
2025-08-20T21:58:28.2227183Z [00:02:30.048]➜  go tool buildid -w $WORK/b521/_pkg_.a # internal
2025-08-20T21:58:28.2236732Z [00:02:30.049]➜  cp $WORK/b521/_pkg_.a /root/.cache/go-build/b8/b816f017e0a87f18e0af0f96061d257aedac304c4d444aedef5fe702394fb04a-d # internal
2025-08-20T21:58:28.2240351Z [00:02:30.049]➜  github.com/yuin/goldmark/extension/ast
2025-08-20T21:58:28.2240996Z [00:02:30.049]➜  mkdir -p $WORK/b526/
2025-08-20T21:58:28.2244805Z [00:02:30.050]➜  cat >/tmp/go-build282983591/b526/importcfg << 'EOF' # internal
2025-08-20T21:58:28.2246218Z [00:02:30.050]➜  # import config
2025-08-20T21:58:28.2248637Z [00:02:30.050]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:28.2250433Z [00:02:30.050]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build282983591/b523/_pkg_.a
2025-08-20T21:58:28.2253618Z [00:02:30.050]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:28.2254253Z [00:02:30.050]➜  EOF
2025-08-20T21:58:28.2260598Z [00:02:30.050]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b526/_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/b526=>" -p github.com/yuin/goldmark/extension/ast -lang=go1.19 -complete -installsuffix shared -buildid BYpK0R5kuhG9JbgRus9m/BYpK0R5kuhG9JbgRus9m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b526/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:58:28.2938354Z [00:02:30.119]➜  go tool buildid -w $WORK/b609/_pkg_.a # internal
2025-08-20T21:58:28.2978518Z [00:02:30.123]➜  cp $WORK/b609/_pkg_.a /root/.cache/go-build/10/10b806a90e7603a762f35dc05b01d4e0f2bdb2344d7b9a21677ab0a47857756f-d # internal
2025-08-20T21:58:28.2985919Z [00:02:30.124]➜  github.com/yuin/goldmark/renderer
2025-08-20T21:58:28.2992454Z [00:02:30.124]➜  mkdir -p $WORK/b527/
2025-08-20T21:58:28.3003093Z [00:02:30.125]➜  cat >/tmp/go-build282983591/b527/importcfg << 'EOF' # internal
2025-08-20T21:58:28.3013834Z [00:02:30.126]➜  # import config
2025-08-20T21:58:28.3014540Z [00:02:30.126]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:28.3015586Z [00:02:30.126]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build282983591/b523/_pkg_.a
2025-08-20T21:58:28.3016808Z [00:02:30.126]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build282983591/b525/_pkg_.a
2025-08-20T21:58:28.3017820Z [00:02:30.126]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:28.3018642Z [00:02:30.126]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:28.3019285Z [00:02:30.126]➜  EOF
2025-08-20T21:58:28.3030871Z [00:02:30.128]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b527/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/renderer=>github.com/yuin/goldmark@v1.7.8/renderer;$WORK/b527=>" -p github.com/yuin/goldmark/renderer -lang=go1.19 -complete -installsuffix shared -buildid 3ib7i_Vz7Rb9TXc5n2cR/3ib7i_Vz7Rb9TXc5n2cR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b527/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/renderer/renderer.go
2025-08-20T21:58:28.3655216Z [00:02:30.191]➜  go tool buildid -w $WORK/b527/_pkg_.a # internal
2025-08-20T21:58:28.3663629Z [00:02:30.192]➜  cp $WORK/b527/_pkg_.a /root/.cache/go-build/ab/ab29754f33ceb203dc24d605b210cb71b810f076be872b907029d05e71bd3fc5-d # internal
2025-08-20T21:58:28.3670785Z [00:02:30.192]➜  github.com/yuin/goldmark/parser
2025-08-20T21:58:28.3680830Z [00:02:30.193]➜  mkdir -p $WORK/b536/
2025-08-20T21:58:28.3681810Z [00:02:30.193]➜  cat >/tmp/go-build282983591/b536/importcfg << 'EOF' # internal
2025-08-20T21:58:28.3682973Z [00:02:30.193]➜  # import config
2025-08-20T21:58:28.3684021Z [00:02:30.193]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:28.3685168Z [00:02:30.193]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:28.3686338Z [00:02:30.193]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build282983591/b523/_pkg_.a
2025-08-20T21:58:28.3687633Z [00:02:30.193]➜  packagefile github.com/yuin/goldmark/text=/tmp/go-build282983591/b524/_pkg_.a
2025-08-20T21:58:28.3689172Z [00:02:30.193]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build282983591/b525/_pkg_.a
2025-08-20T21:58:28.3691319Z [00:02:30.193]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:28.3692168Z [00:02:30.193]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:28.3696691Z [00:02:30.193]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:28.3697534Z [00:02:30.193]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:28.3698358Z [00:02:30.193]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:28.3698989Z [00:02:30.193]➜  EOF
2025-08-20T21:58:28.3711779Z [00:02:30.195]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b536/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/parser=>github.com/yuin/goldmark@v1.7.8/parser;$WORK/b536=>" -p github.com/yuin/goldmark/parser -lang=go1.19 -complete -installsuffix shared -buildid m41vZ542tjwzqAba-boS/m41vZ542tjwzqAba-boS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b536/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:58:28.6178182Z [00:02:30.443]➜  go tool buildid -w $WORK/b590/_pkg_.a # internal
2025-08-20T21:58:28.6268977Z [00:02:30.452]➜  cp $WORK/b590/_pkg_.a /root/.cache/go-build/80/801445a46bd22160a0d675fb3a3eac10dfb66828208a4aa7509285f25c89cdb1-d # internal
2025-08-20T21:58:28.6271614Z [00:02:30.452]➜  github.com/yuin/goldmark/renderer/html
2025-08-20T21:58:28.6273872Z [00:02:30.453]➜  mkdir -p $WORK/b537/
2025-08-20T21:58:28.6280873Z [00:02:30.453]➜  cat >/tmp/go-build282983591/b537/importcfg << 'EOF' # internal
2025-08-20T21:58:28.6282480Z [00:02:30.453]➜  # import config
2025-08-20T21:58:28.6283505Z [00:02:30.453]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:28.6286563Z [00:02:30.453]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:28.6287590Z [00:02:30.453]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build282983591/b523/_pkg_.a
2025-08-20T21:58:28.6289073Z [00:02:30.453]➜  packagefile github.com/yuin/goldmark/renderer=/tmp/go-build282983591/b527/_pkg_.a
2025-08-20T21:58:28.6290437Z [00:02:30.453]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build282983591/b525/_pkg_.a
2025-08-20T21:58:28.6291410Z [00:02:30.453]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:28.6292160Z [00:02:30.453]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:28.6292943Z [00:02:30.453]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:28.6293528Z [00:02:30.453]➜  EOF
2025-08-20T21:58:28.6296939Z [00:02:30.454]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b537/_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/b537=>" -p github.com/yuin/goldmark/renderer/html -lang=go1.19 -complete -installsuffix shared -buildid BcDgskCHCT9qRbpoViPB/BcDgskCHCT9qRbpoViPB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b537/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/renderer/html/html.go
2025-08-20T21:58:28.6424845Z [00:02:30.468]➜  go tool buildid -w $WORK/b526/_pkg_.a # internal
2025-08-20T21:58:28.6534698Z [00:02:30.479]➜  cp $WORK/b526/_pkg_.a /root/.cache/go-build/78/78c1ae0441f75967b5a1fa9316dc10e35291bcab78523478ed70c7ea18e122ef-d # internal
2025-08-20T21:58:28.6648056Z [00:02:30.490]➜  github.com/charmbracelet/glamour/ansi
2025-08-20T21:58:28.6650049Z [00:02:30.490]➜  mkdir -p $WORK/b484/
2025-08-20T21:58:28.6658952Z [00:02:30.491]➜  cat >/tmp/go-build282983591/b484/importcfg << 'EOF' # internal
2025-08-20T21:58:28.6675211Z [00:02:30.491]➜  # import config
2025-08-20T21:58:28.6675938Z [00:02:30.491]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:28.6676927Z [00:02:30.491]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:28.6678105Z [00:02:30.491]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build282983591/b485/_pkg_.a
2025-08-20T21:58:28.6679329Z [00:02:30.491]➜  packagefile github.com/alecthomas/chroma/v2/quick=/tmp/go-build282983591/b489/_pkg_.a
2025-08-20T21:58:28.6680924Z [00:02:30.491]➜  packagefile github.com/alecthomas/chroma/v2/styles=/tmp/go-build282983591/b494/_pkg_.a
2025-08-20T21:58:28.6682264Z [00:02:30.491]➜  packagefile github.com/charmbracelet/glamour/internal/autolink=/tmp/go-build282983591/b495/_pkg_.a
2025-08-20T21:58:28.6683612Z [00:02:30.491]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build282983591/b496/_pkg_.a
2025-08-20T21:58:28.6684857Z [00:02:30.491]➜  packagefile github.com/charmbracelet/lipgloss/table=/tmp/go-build282983591/b515/_pkg_.a
2025-08-20T21:58:28.6686033Z [00:02:30.491]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build282983591/b497/_pkg_.a
2025-08-20T21:58:28.6687257Z [00:02:30.491]➜  packagefile github.com/charmbracelet/x/exp/slice=/tmp/go-build282983591/b516/_pkg_.a
2025-08-20T21:58:28.6688483Z [00:02:30.491]➜  packagefile github.com/microcosm-cc/bluemonday=/tmp/go-build282983591/b194/_pkg_.a
2025-08-20T21:58:28.6689652Z [00:02:30.491]➜  packagefile github.com/muesli/reflow/indent=/tmp/go-build282983591/b517/_pkg_.a
2025-08-20T21:58:28.6701251Z [00:02:30.491]➜  packagefile github.com/muesli/reflow/padding=/tmp/go-build282983591/b519/_pkg_.a
2025-08-20T21:58:28.6702505Z [00:02:30.491]➜  packagefile github.com/muesli/reflow/wordwrap=/tmp/go-build282983591/b520/_pkg_.a
2025-08-20T21:58:28.6703644Z [00:02:30.491]➜  packagefile github.com/muesli/termenv=/tmp/go-build282983591/b511/_pkg_.a
2025-08-20T21:58:28.6704789Z [00:02:30.491]➜  packagefile github.com/yuin/goldmark-emoji/ast=/tmp/go-build282983591/b521/_pkg_.a
2025-08-20T21:58:28.6705976Z [00:02:30.491]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build282983591/b523/_pkg_.a
2025-08-20T21:58:28.6707270Z [00:02:30.491]➜  packagefile github.com/yuin/goldmark/extension/ast=/tmp/go-build282983591/b526/_pkg_.a
2025-08-20T21:58:28.6708775Z [00:02:30.491]➜  packagefile github.com/yuin/goldmark/renderer=/tmp/go-build282983591/b527/_pkg_.a
2025-08-20T21:58:28.6710292Z [00:02:30.492]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build282983591/b525/_pkg_.a
2025-08-20T21:58:28.6711451Z [00:02:30.492]➜  packagefile golang.org/x/text/cases=/tmp/go-build282983591/b528/_pkg_.a
2025-08-20T21:58:28.6712556Z [00:02:30.492]➜  packagefile golang.org/x/text/language=/tmp/go-build282983591/b530/_pkg_.a
2025-08-20T21:58:28.6713546Z [00:02:30.492]➜  packagefile html=/tmp/go-build282983591/b176/_pkg_.a
2025-08-20T21:58:28.6714326Z [00:02:30.492]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:28.6715087Z [00:02:30.492]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:28.6715908Z [00:02:30.492]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:28.6716774Z [00:02:30.492]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:28.6717638Z [00:02:30.492]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:28.6718510Z [00:02:30.492]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:28.6719343Z [00:02:30.492]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:28.6720512Z [00:02:30.492]➜  packagefile text/template=/tmp/go-build282983591/b513/_pkg_.a
2025-08-20T21:58:28.6721220Z [00:02:30.492]➜  EOF
2025-08-20T21:58:28.6738080Z [00:02:30.498]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b484/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi=>github.com/charmbracelet/glamour@v0.10.0/ansi;$WORK/b484=>" -p github.com/charmbracelet/glamour/ansi -lang=go1.23 -complete -installsuffix shared -buildid W6fA2hwWojVXp2Jqy_Iz/W6fA2hwWojVXp2Jqy_Iz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b484/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:58:28.7616319Z [00:02:30.587]➜  go tool buildid -w $WORK/b537/_pkg_.a # internal
2025-08-20T21:58:28.7638925Z [00:02:30.589]➜  cp $WORK/b537/_pkg_.a /root/.cache/go-build/47/47ed8f38d2160bf8b8d1b01f07298f3c7db87cf7578fd963caaaf92916ec8216-d # internal
2025-08-20T21:58:28.7667595Z [00:02:30.592]➜  github.com/mholt/acmez/acme
2025-08-20T21:58:28.7671093Z [00:02:30.592]➜  mkdir -p $WORK/b589/
2025-08-20T21:58:28.7677278Z [00:02:30.593]➜  cat >/tmp/go-build282983591/b589/importcfg << 'EOF' # internal
2025-08-20T21:58:28.7705994Z [00:02:30.593]➜  # import config
2025-08-20T21:58:28.7706734Z [00:02:30.593]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:28.7707938Z [00:02:30.593]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:28.7708787Z [00:02:30.593]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:28.7709634Z [00:02:30.593]➜  packagefile crypto/ecdsa=/tmp/go-build282983591/b115/_pkg_.a
2025-08-20T21:58:28.7711066Z [00:02:30.593]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:58:28.7711963Z [00:02:30.593]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:28.7712825Z [00:02:30.593]➜  packagefile crypto/rsa=/tmp/go-build282983591/b148/_pkg_.a
2025-08-20T21:58:28.7713697Z [00:02:30.593]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:28.7714590Z [00:02:30.593]➜  packagefile crypto/sha512=/tmp/go-build282983591/b126/_pkg_.a
2025-08-20T21:58:28.7715462Z [00:02:30.593]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:58:28.7716392Z [00:02:30.593]➜  packagefile crypto/x509/pkix=/tmp/go-build282983591/b155/_pkg_.a
2025-08-20T21:58:28.7717332Z [00:02:30.593]➜  packagefile encoding/asn1=/tmp/go-build282983591/b128/_pkg_.a
2025-08-20T21:58:28.7718269Z [00:02:30.593]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:28.7719176Z [00:02:30.593]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:28.7720216Z [00:02:30.593]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:28.7721014Z [00:02:30.593]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:28.7721843Z [00:02:30.593]➜  packagefile go.uber.org/zap=/tmp/go-build282983591/b590/_pkg_.a
2025-08-20T21:58:28.7722799Z [00:02:30.593]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build282983591/b594/_pkg_.a
2025-08-20T21:58:28.7723830Z [00:02:30.593]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:28.7724649Z [00:02:30.593]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:28.7725594Z [00:02:30.593]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:28.7726408Z [00:02:30.593]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:28.7727230Z [00:02:30.593]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:28.7728089Z [00:02:30.593]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:28.7728935Z [00:02:30.593]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:28.7729709Z [00:02:30.593]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:28.7730689Z [00:02:30.593]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:28.7731295Z [00:02:30.593]➜  EOF
2025-08-20T21:58:28.7738607Z [00:02:30.596]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b589/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mholt/acmez@v1.2.0/acme=>github.com/mholt/acmez@v1.2.0/acme;$WORK/b589=>" -p github.com/mholt/acmez/acme -lang=go1.20 -complete -installsuffix shared -buildid pY0t0JFvVYpQ66pC_k8f/pY0t0JFvVYpQ66pC_k8f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b589/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:58:29.0656680Z [00:02:30.891]➜  go tool buildid -w $WORK/b589/_pkg_.a # internal
2025-08-20T21:58:29.0690278Z [00:02:30.894]➜  cp $WORK/b589/_pkg_.a /root/.cache/go-build/74/743df0c77ef2348ecce8528510d9adcc4ea208a9927b6a0d698045299c219724-d # internal
2025-08-20T21:58:29.0697852Z [00:02:30.895]➜  github.com/mholt/acmez
2025-08-20T21:58:29.0698406Z [00:02:30.895]➜  mkdir -p $WORK/b588/
2025-08-20T21:58:29.0702692Z [00:02:30.895]➜  go tool buildid -w $WORK/b536/_pkg_.a # internal
2025-08-20T21:58:29.0733486Z [00:02:30.898]➜  cat >/tmp/go-build282983591/b588/importcfg << 'EOF' # internal
2025-08-20T21:58:29.0734568Z [00:02:30.898]➜  # import config
2025-08-20T21:58:29.0736421Z [00:02:30.898]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:29.0738107Z [00:02:30.898]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:29.0738927Z [00:02:30.898]➜  packagefile crypto/ecdsa=/tmp/go-build282983591/b115/_pkg_.a
2025-08-20T21:58:29.0739970Z [00:02:30.898]➜  packagefile crypto/elliptic=/tmp/go-build282983591/b116/_pkg_.a
2025-08-20T21:58:29.0740896Z [00:02:30.898]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:29.0741732Z [00:02:30.898]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:29.0742556Z [00:02:30.898]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:58:29.0743407Z [00:02:30.898]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:58:29.0744239Z [00:02:30.898]➜  packagefile crypto/x509/pkix=/tmp/go-build282983591/b155/_pkg_.a
2025-08-20T21:58:29.0745095Z [00:02:30.898]➜  packagefile encoding/asn1=/tmp/go-build282983591/b128/_pkg_.a
2025-08-20T21:58:29.0745948Z [00:02:30.898]➜  packagefile encoding/pem=/tmp/go-build282983591/b157/_pkg_.a
2025-08-20T21:58:29.0746715Z [00:02:30.898]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:29.0747470Z [00:02:30.898]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:29.0748433Z [00:02:30.898]➜  packagefile github.com/mholt/acmez/acme=/tmp/go-build282983591/b589/_pkg_.a
2025-08-20T21:58:29.0749362Z [00:02:30.898]➜  packagefile go.uber.org/zap=/tmp/go-build282983591/b590/_pkg_.a
2025-08-20T21:58:29.0750677Z [00:02:30.898]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build282983591/b356/_pkg_.a
2025-08-20T21:58:29.0751802Z [00:02:30.899]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build282983591/b357/_pkg_.a
2025-08-20T21:58:29.0752804Z [00:02:30.899]➜  packagefile golang.org/x/net/idna=/tmp/go-build282983591/b459/_pkg_.a
2025-08-20T21:58:29.0753659Z [00:02:30.899]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:29.0754433Z [00:02:30.899]➜  packagefile math/rand=/tmp/go-build282983591/b118/_pkg_.a
2025-08-20T21:58:29.0755179Z [00:02:30.899]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:29.0755899Z [00:02:30.899]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:29.0756650Z [00:02:30.899]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:29.0757372Z [00:02:30.899]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:29.0758133Z [00:02:30.899]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:29.0758877Z [00:02:30.899]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:29.0759439Z [00:02:30.899]➜  EOF
2025-08-20T21:58:29.0766768Z [00:02:30.899]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b588/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mholt/acmez@v1.2.0=>github.com/mholt/acmez@v1.2.0;$WORK/b588=>" -p github.com/mholt/acmez -lang=go1.20 -complete -installsuffix shared -buildid HS7t8Lgbn071wKbOIrgA/HS7t8Lgbn071wKbOIrgA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b588/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:58:29.0776562Z [00:02:30.902]➜  cp $WORK/b536/_pkg_.a /root/.cache/go-build/a1/a100d6f7fbd6610efc138a81243518672b288619ab134445432ba4d4ddf990d2-d # internal
2025-08-20T21:58:29.0777809Z [00:02:30.902]➜  github.com/yuin/goldmark
2025-08-20T21:58:29.0778499Z [00:02:30.902]➜  mkdir -p $WORK/b535/
2025-08-20T21:58:29.0806769Z [00:02:30.903]➜  cat >/tmp/go-build282983591/b535/importcfg << 'EOF' # internal
2025-08-20T21:58:29.0807474Z [00:02:30.903]➜  # import config
2025-08-20T21:58:29.0837238Z [00:02:30.903]➜  packagefile github.com/yuin/goldmark/parser=/tmp/go-build282983591/b536/_pkg_.a
2025-08-20T21:58:29.0838378Z [00:02:30.903]➜  packagefile github.com/yuin/goldmark/renderer=/tmp/go-build282983591/b527/_pkg_.a
2025-08-20T21:58:29.0839483Z [00:02:30.903]➜  packagefile github.com/yuin/goldmark/renderer/html=/tmp/go-build282983591/b537/_pkg_.a
2025-08-20T21:58:29.0840833Z [00:02:30.903]➜  packagefile github.com/yuin/goldmark/text=/tmp/go-build282983591/b524/_pkg_.a
2025-08-20T21:58:29.0841929Z [00:02:30.903]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build282983591/b525/_pkg_.a
2025-08-20T21:58:29.0842823Z [00:02:30.903]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:29.0843412Z [00:02:30.903]➜  EOF
2025-08-20T21:58:29.0846640Z [00:02:30.903]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b535/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8=>github.com/yuin/goldmark@v1.7.8;$WORK/b535=>" -p github.com/yuin/goldmark -lang=go1.19 -complete -installsuffix shared -buildid BHpeyoV5f2IjLECa13Bm/BHpeyoV5f2IjLECa13Bm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b535/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/markdown.go
2025-08-20T21:58:29.0907128Z [00:02:30.916]➜  go tool buildid -w $WORK/b484/_pkg_.a # internal
2025-08-20T21:58:29.0947169Z [00:02:30.920]➜  cp $WORK/b484/_pkg_.a /root/.cache/go-build/5b/5bb387a42dfe81daa6e1810e0b019cb5fd57bd10efce7bd3ea4c2b1b78ca2c54-d # internal
2025-08-20T21:58:29.1013937Z [00:02:30.927]➜  github.com/charmbracelet/glamour/styles
2025-08-20T21:58:29.1016663Z [00:02:30.927]➜  mkdir -p $WORK/b534/
2025-08-20T21:58:29.1025054Z [00:02:30.928]➜  cat >/tmp/go-build282983591/b534/importcfg << 'EOF' # internal
2025-08-20T21:58:29.1026400Z [00:02:30.928]➜  # import config
2025-08-20T21:58:29.1027694Z [00:02:30.928]➜  packagefile github.com/charmbracelet/glamour/ansi=/tmp/go-build282983591/b484/_pkg_.a
2025-08-20T21:58:29.1029481Z [00:02:30.928]➜  EOF
2025-08-20T21:58:29.1034445Z [00:02:30.928]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b534/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/styles=>github.com/charmbracelet/glamour@v0.10.0/styles;$WORK/b534=>" -p github.com/charmbracelet/glamour/styles -lang=go1.23 -complete -installsuffix shared -buildid _ozGerFpwL1c1uBHMtER/_ozGerFpwL1c1uBHMtER -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b534/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:58:29.1353936Z [00:02:30.960]➜  go tool buildid -w $WORK/b535/_pkg_.a # internal
2025-08-20T21:58:29.1376265Z [00:02:30.963]➜  cp $WORK/b535/_pkg_.a /root/.cache/go-build/87/87cbcd8dc6ced53bd080fca401160681b6d3875eeadd6b269c1508eb259373f2-d # internal
2025-08-20T21:58:29.1379724Z [00:02:30.963]➜  github.com/yuin/goldmark-emoji
2025-08-20T21:58:29.1393463Z [00:02:30.965]➜  mkdir -p $WORK/b538/
2025-08-20T21:58:29.1398704Z [00:02:30.965]➜  cat >/tmp/go-build282983591/b538/importcfg << 'EOF' # internal
2025-08-20T21:58:29.1401736Z [00:02:30.965]➜  # import config
2025-08-20T21:58:29.1402419Z [00:02:30.965]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:29.1404826Z [00:02:30.965]➜  packagefile github.com/yuin/goldmark=/tmp/go-build282983591/b535/_pkg_.a
2025-08-20T21:58:29.1408089Z [00:02:30.965]➜  packagefile github.com/yuin/goldmark-emoji/ast=/tmp/go-build282983591/b521/_pkg_.a
2025-08-20T21:58:29.1409405Z [00:02:30.965]➜  packagefile github.com/yuin/goldmark-emoji/definition=/tmp/go-build282983591/b522/_pkg_.a
2025-08-20T21:58:29.1411073Z [00:02:30.965]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build282983591/b523/_pkg_.a
2025-08-20T21:58:29.1412415Z [00:02:30.965]➜  packagefile github.com/yuin/goldmark/parser=/tmp/go-build282983591/b536/_pkg_.a
2025-08-20T21:58:29.1413604Z [00:02:30.965]➜  packagefile github.com/yuin/goldmark/renderer=/tmp/go-build282983591/b527/_pkg_.a
2025-08-20T21:58:29.1414841Z [00:02:30.965]➜  packagefile github.com/yuin/goldmark/renderer/html=/tmp/go-build282983591/b537/_pkg_.a
2025-08-20T21:58:29.1416027Z [00:02:30.965]➜  packagefile github.com/yuin/goldmark/text=/tmp/go-build282983591/b524/_pkg_.a
2025-08-20T21:58:29.1417152Z [00:02:30.965]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build282983591/b525/_pkg_.a
2025-08-20T21:58:29.1418106Z [00:02:30.965]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:29.1418732Z [00:02:30.965]➜  EOF
2025-08-20T21:58:29.1425782Z [00:02:30.965]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b538/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark-emoji@v1.0.5=>github.com/yuin/goldmark-emoji@v1.0.5;$WORK/b538=>" -p github.com/yuin/goldmark-emoji -lang=go1.15 -complete -installsuffix shared -buildid qnrkpA_1IiAnmrqnykfi/qnrkpA_1IiAnmrqnykfi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b538/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark-emoji@v1.0.5/emoji.go
2025-08-20T21:58:29.1873366Z [00:02:31.012]➜  go tool buildid -w $WORK/b534/_pkg_.a # internal
2025-08-20T21:58:29.1884802Z [00:02:31.012]➜  cp $WORK/b534/_pkg_.a /root/.cache/go-build/e8/e87233cd73aa7dd42ab03548e6dd39da3d7bb50bc70486b53c3df84fbb5d513f-d # internal
2025-08-20T21:58:29.1885997Z [00:02:31.013]➜  github.com/yuin/goldmark/extension
2025-08-20T21:58:29.1886623Z [00:02:31.013]➜  mkdir -p $WORK/b539/
2025-08-20T21:58:29.1887604Z [00:02:31.013]➜  cat >/tmp/go-build282983591/b539/importcfg << 'EOF' # internal
2025-08-20T21:58:29.1888320Z [00:02:31.013]➜  # import config
2025-08-20T21:58:29.1889164Z [00:02:31.013]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:29.1890178Z [00:02:31.013]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:29.1891111Z [00:02:31.013]➜  packagefile github.com/yuin/goldmark=/tmp/go-build282983591/b535/_pkg_.a
2025-08-20T21:58:29.1892201Z [00:02:31.013]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build282983591/b523/_pkg_.a
2025-08-20T21:58:29.1893393Z [00:02:31.013]➜  packagefile github.com/yuin/goldmark/extension/ast=/tmp/go-build282983591/b526/_pkg_.a
2025-08-20T21:58:29.1894601Z [00:02:31.013]➜  packagefile github.com/yuin/goldmark/parser=/tmp/go-build282983591/b536/_pkg_.a
2025-08-20T21:58:29.1895799Z [00:02:31.013]➜  packagefile github.com/yuin/goldmark/renderer=/tmp/go-build282983591/b527/_pkg_.a
2025-08-20T21:58:29.1897025Z [00:02:31.013]➜  packagefile github.com/yuin/goldmark/renderer/html=/tmp/go-build282983591/b537/_pkg_.a
2025-08-20T21:58:29.1898206Z [00:02:31.013]➜  packagefile github.com/yuin/goldmark/text=/tmp/go-build282983591/b524/_pkg_.a
2025-08-20T21:58:29.1899361Z [00:02:31.013]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build282983591/b525/_pkg_.a
2025-08-20T21:58:29.1900908Z [00:02:31.013]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:29.1901731Z [00:02:31.013]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:29.1902557Z [00:02:31.013]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:29.1903164Z [00:02:31.013]➜  EOF
2025-08-20T21:58:29.1911500Z [00:02:31.014]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b539/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension=>github.com/yuin/goldmark@v1.7.8/extension;$WORK/b539=>" -p github.com/yuin/goldmark/extension -lang=go1.19 -complete -installsuffix shared -buildid QHcB1n2ND5jq2A7upc_R/QHcB1n2ND5jq2A7upc_R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b539/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:58:29.2356641Z [00:02:31.061]➜  go tool buildid -w $WORK/b538/_pkg_.a # internal
2025-08-20T21:58:29.2396697Z [00:02:31.065]➜  cp $WORK/b538/_pkg_.a /root/.cache/go-build/6f/6f78a66089e87fe63e129efa4f041648688fb4ccfd37c1602c9949a3dc4fc0d7-d # internal
2025-08-20T21:58:29.2432481Z [00:02:31.068]➜  github.com/lor00x/goldap/message
2025-08-20T21:58:29.2464057Z [00:02:31.072]➜  mkdir -p $WORK/b613/
2025-08-20T21:58:29.2471306Z [00:02:31.072]➜  cat >/tmp/go-build282983591/b613/importcfg << 'EOF' # internal
2025-08-20T21:58:29.2472004Z [00:02:31.072]➜  # import config
2025-08-20T21:58:29.2475080Z [00:02:31.072]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:29.2479713Z [00:02:31.072]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:29.2484478Z [00:02:31.072]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:29.2489436Z [00:02:31.072]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:29.2490619Z [00:02:31.072]➜  EOF
2025-08-20T21:58:29.2566449Z [00:02:31.075]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b613/_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/b613=>" -p github.com/lor00x/goldap/message -lang=go1.16 -complete -installsuffix shared -buildid f_UFdgwmZzUJpK3wVx1M/f_UFdgwmZzUJpK3wVx1M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b613/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:58:29.2934814Z [00:02:31.119]➜  go tool buildid -w $WORK/b588/_pkg_.a # internal
2025-08-20T21:58:29.2967571Z [00:02:31.122]➜  cp $WORK/b588/_pkg_.a /root/.cache/go-build/1c/1c9e6054c748878e677eadb46ebeed6e96a290ef651585a61b1636a0a10578b7-d # internal
2025-08-20T21:58:29.2975203Z [00:02:31.123]➜  github.com/caddyserver/certmagic
2025-08-20T21:58:29.2987980Z [00:02:31.123]➜  mkdir -p $WORK/b585/
2025-08-20T21:58:29.3006776Z [00:02:31.126]➜  cat >/tmp/go-build282983591/b585/importcfg << 'EOF' # internal
2025-08-20T21:58:29.3009944Z [00:02:31.126]➜  # import config
2025-08-20T21:58:29.3012647Z [00:02:31.127]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:29.3015943Z [00:02:31.127]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:29.3022394Z [00:02:31.127]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:29.3028999Z [00:02:31.127]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:29.3030089Z [00:02:31.127]➜  packagefile crypto/ecdsa=/tmp/go-build282983591/b115/_pkg_.a
2025-08-20T21:58:29.3030866Z [00:02:31.127]➜  packagefile crypto/ed25519=/tmp/go-build282983591/b130/_pkg_.a
2025-08-20T21:58:29.3031594Z [00:02:31.127]➜  packagefile crypto/elliptic=/tmp/go-build282983591/b116/_pkg_.a
2025-08-20T21:58:29.3032298Z [00:02:31.127]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:29.3032975Z [00:02:31.127]➜  packagefile crypto/rsa=/tmp/go-build282983591/b148/_pkg_.a
2025-08-20T21:58:29.3033651Z [00:02:31.127]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:58:29.3034322Z [00:02:31.127]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:58:29.3035029Z [00:02:31.127]➜  packagefile crypto/x509/pkix=/tmp/go-build282983591/b155/_pkg_.a
2025-08-20T21:58:29.3035749Z [00:02:31.127]➜  packagefile encoding/asn1=/tmp/go-build282983591/b128/_pkg_.a
2025-08-20T21:58:29.3036455Z [00:02:31.127]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:29.3037286Z [00:02:31.127]➜  packagefile encoding/pem=/tmp/go-build282983591/b157/_pkg_.a
2025-08-20T21:58:29.3037957Z [00:02:31.127]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:29.3038655Z [00:02:31.127]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:29.3039443Z [00:02:31.127]➜  packagefile github.com/klauspost/cpuid/v2=/tmp/go-build282983591/b586/_pkg_.a
2025-08-20T21:58:29.3040522Z [00:02:31.127]➜  packagefile github.com/libdns/libdns=/tmp/go-build282983591/b587/_pkg_.a
2025-08-20T21:58:29.3041398Z [00:02:31.127]➜  packagefile github.com/mholt/acmez=/tmp/go-build282983591/b588/_pkg_.a
2025-08-20T21:58:29.3042292Z [00:02:31.127]➜  packagefile github.com/mholt/acmez/acme=/tmp/go-build282983591/b589/_pkg_.a
2025-08-20T21:58:29.3043162Z [00:02:31.127]➜  packagefile github.com/miekg/dns=/tmp/go-build282983591/b224/_pkg_.a
2025-08-20T21:58:29.3043996Z [00:02:31.127]➜  packagefile github.com/zeebo/blake3=/tmp/go-build282983591/b598/_pkg_.a
2025-08-20T21:58:29.3044909Z [00:02:31.127]➜  packagefile go.uber.org/zap=/tmp/go-build282983591/b590/_pkg_.a
2025-08-20T21:58:29.3045691Z [00:02:31.127]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build282983591/b594/_pkg_.a
2025-08-20T21:58:29.3046514Z [00:02:31.127]➜  packagefile golang.org/x/crypto/ocsp=/tmp/go-build282983591/b608/_pkg_.a
2025-08-20T21:58:29.3047336Z [00:02:31.127]➜  packagefile golang.org/x/net/idna=/tmp/go-build282983591/b459/_pkg_.a
2025-08-20T21:58:29.3048095Z [00:02:31.127]➜  packagefile hash/fnv=/tmp/go-build282983591/b440/_pkg_.a
2025-08-20T21:58:29.3048754Z [00:02:31.127]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:29.3049429Z [00:02:31.127]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:58:29.3080518Z [00:02:31.127]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:29.3081455Z [00:02:31.127]➜  packagefile math/rand=/tmp/go-build282983591/b118/_pkg_.a
2025-08-20T21:58:29.3082263Z [00:02:31.127]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:29.3083012Z [00:02:31.127]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:29.3083779Z [00:02:31.127]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:29.3084495Z [00:02:31.127]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:29.3085210Z [00:02:31.127]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:58:29.3086003Z [00:02:31.127]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:29.3086786Z [00:02:31.127]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:29.3087516Z [00:02:31.127]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:29.3088226Z [00:02:31.127]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:29.3088960Z [00:02:31.127]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:29.3089975Z [00:02:31.127]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:29.3090773Z [00:02:31.127]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:29.3091491Z [00:02:31.127]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:29.3092218Z [00:02:31.127]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:29.3092724Z [00:02:31.127]➜  EOF
2025-08-20T21:58:29.3103587Z [00:02:31.127]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b585/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/caddyserver/certmagic@v0.19.2=>github.com/caddyserver/certmagic@v0.19.2;$WORK/b585=>" -p github.com/caddyserver/certmagic -lang=go1.19 -complete -installsuffix shared -buildid rYyLA9vOyKQ1lrhO6yaT/rYyLA9vOyKQ1lrhO6yaT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b585/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:58:29.3907162Z [00:02:31.216]➜  go tool buildid -w $WORK/b546/_pkg_.a # internal
2025-08-20T21:58:29.4662287Z [00:02:31.291]➜  cp $WORK/b546/_pkg_.a /root/.cache/go-build/df/dfc49acc12c6aed50cee079082da68bbf0cf94cbad0698723b778d16148aa935-d # internal
2025-08-20T21:58:29.4664828Z [00:02:31.292]➜  goftp.io/server/v2/ratelimit
2025-08-20T21:58:29.4666050Z [00:02:31.292]➜  mkdir -p $WORK/b615/
2025-08-20T21:58:29.4671273Z [00:02:31.292]➜  cat >/tmp/go-build282983591/b615/importcfg << 'EOF' # internal
2025-08-20T21:58:29.4673161Z [00:02:31.293]➜  # import config
2025-08-20T21:58:29.4674103Z [00:02:31.293]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:29.4674885Z [00:02:31.293]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:29.4675664Z [00:02:31.293]➜  EOF
2025-08-20T21:58:29.4680173Z [00:02:31.293]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b615/_pkg_.a -trimpath "/root/go/pkg/mod/goftp.io/server/v2@v2.0.1/ratelimit=>goftp.io/server/v2@v2.0.1/ratelimit;$WORK/b615=>" -p goftp.io/server/v2/ratelimit -lang=go1.12 -complete -installsuffix shared -buildid 1zIM0_JCVHEs4Z1WrFUj/1zIM0_JCVHEs4Z1WrFUj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b615/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:58:29.4734745Z [00:02:31.299]➜  go tool buildid -w $WORK/b539/_pkg_.a # internal
2025-08-20T21:58:29.4784188Z [00:02:31.303]➜  cp $WORK/b539/_pkg_.a /root/.cache/go-build/b6/b683699afd7639e33009e8b83b4e8cef4bd5fc874e84f07514b67dcbfcd1a8d4-d # internal
2025-08-20T21:58:29.4803425Z [00:02:31.306]➜  github.com/charmbracelet/glamour
2025-08-20T21:58:29.4829523Z [00:02:31.308]➜  mkdir -p $WORK/b483/
2025-08-20T21:58:29.4835216Z [00:02:31.309]➜  cat >/tmp/go-build282983591/b483/importcfg << 'EOF' # internal
2025-08-20T21:58:29.4837637Z [00:02:31.309]➜  # import config
2025-08-20T21:58:29.4839432Z [00:02:31.309]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:29.4840535Z [00:02:31.309]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:29.4841404Z [00:02:31.309]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:29.4842466Z [00:02:31.309]➜  packagefile github.com/charmbracelet/glamour/ansi=/tmp/go-build282983591/b484/_pkg_.a
2025-08-20T21:58:29.4843725Z [00:02:31.309]➜  packagefile github.com/charmbracelet/glamour/styles=/tmp/go-build282983591/b534/_pkg_.a
2025-08-20T21:58:29.4844916Z [00:02:31.309]➜  packagefile github.com/muesli/termenv=/tmp/go-build282983591/b511/_pkg_.a
2025-08-20T21:58:29.4845996Z [00:02:31.309]➜  packagefile github.com/yuin/goldmark=/tmp/go-build282983591/b535/_pkg_.a
2025-08-20T21:58:29.4847151Z [00:02:31.309]➜  packagefile github.com/yuin/goldmark-emoji=/tmp/go-build282983591/b538/_pkg_.a
2025-08-20T21:58:29.4848334Z [00:02:31.309]➜  packagefile github.com/yuin/goldmark/extension=/tmp/go-build282983591/b539/_pkg_.a
2025-08-20T21:58:29.4849729Z [00:02:31.309]➜  packagefile github.com/yuin/goldmark/parser=/tmp/go-build282983591/b536/_pkg_.a
2025-08-20T21:58:29.4851108Z [00:02:31.309]➜  packagefile github.com/yuin/goldmark/renderer=/tmp/go-build282983591/b527/_pkg_.a
2025-08-20T21:58:29.4852242Z [00:02:31.309]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build282983591/b525/_pkg_.a
2025-08-20T21:58:29.4853279Z [00:02:31.309]➜  packagefile golang.org/x/term=/tmp/go-build282983591/b479/_pkg_.a
2025-08-20T21:58:29.4854149Z [00:02:31.309]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:29.4854922Z [00:02:31.309]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:29.4855512Z [00:02:31.309]➜  EOF
2025-08-20T21:58:29.4878271Z [00:02:31.313]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b483/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0=>github.com/charmbracelet/glamour@v0.10.0;$WORK/b483=>" -p github.com/charmbracelet/glamour -lang=go1.23 -complete -installsuffix shared -buildid 2QUbc9nuux3NZdCckml0/2QUbc9nuux3NZdCckml0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b483/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/glamour.go
2025-08-20T21:58:29.4889247Z [00:02:31.314]➜  go tool buildid -w $WORK/b615/_pkg_.a # internal
2025-08-20T21:58:29.4902197Z [00:02:31.315]➜  cp $WORK/b615/_pkg_.a /root/.cache/go-build/58/587f6ac4a8ca667ab14609421f7ae77d05974c2bf9c790a16bace1c75340368a-d # internal
2025-08-20T21:58:29.4913091Z [00:02:31.316]➜  goftp.io/server/v2
2025-08-20T21:58:29.4918371Z [00:02:31.317]➜  mkdir -p $WORK/b614/
2025-08-20T21:58:29.4928820Z [00:02:31.318]➜  cat >/tmp/go-build282983591/b614/importcfg << 'EOF' # internal
2025-08-20T21:58:29.4951005Z [00:02:31.318]➜  # import config
2025-08-20T21:58:29.4953368Z [00:02:31.318]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:29.4954743Z [00:02:31.318]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:29.4957866Z [00:02:31.318]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:29.4958755Z [00:02:31.318]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:29.4959658Z [00:02:31.318]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:29.4960739Z [00:02:31.318]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:58:29.4961623Z [00:02:31.318]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:58:29.4962551Z [00:02:31.318]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:29.4963484Z [00:02:31.318]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:29.4964370Z [00:02:31.318]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:29.4965186Z [00:02:31.318]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:29.4966156Z [00:02:31.318]➜  packagefile goftp.io/server/v2/ratelimit=/tmp/go-build282983591/b615/_pkg_.a
2025-08-20T21:58:29.4967124Z [00:02:31.318]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:29.4967931Z [00:02:31.318]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:29.4968775Z [00:02:31.318]➜  packagefile math/rand=/tmp/go-build282983591/b118/_pkg_.a
2025-08-20T21:58:29.4969602Z [00:02:31.318]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:29.4974201Z [00:02:31.318]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:29.4975075Z [00:02:31.318]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:58:29.4975961Z [00:02:31.318]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:29.4976877Z [00:02:31.318]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:29.4977746Z [00:02:31.319]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:29.4978620Z [00:02:31.319]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:29.4979637Z [00:02:31.319]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:29.4980753Z [00:02:31.319]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:29.4981596Z [00:02:31.319]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:29.4982211Z [00:02:31.319]➜  EOF
2025-08-20T21:58:29.4995583Z [00:02:31.324]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b614/_pkg_.a -trimpath "/root/go/pkg/mod/goftp.io/server/v2@v2.0.1=>goftp.io/server/v2@v2.0.1;$WORK/b614=>" -p goftp.io/server/v2 -lang=go1.12 -complete -installsuffix shared -buildid nYBNX4iO_mN5NXhvrj-8/nYBNX4iO_mN5NXhvrj-8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b614/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:58:29.5497210Z [00:02:31.375]➜  go tool buildid -w $WORK/b483/_pkg_.a # internal
2025-08-20T21:58:29.5511685Z [00:02:31.376]➜  cp $WORK/b483/_pkg_.a /root/.cache/go-build/97/977e273bef5050cf048addff814fc8dd62521ad5982de1788d69be367c694b6f-d # internal
2025-08-20T21:58:29.5527054Z [00:02:31.378]➜  github.com/projectdiscovery/utils/update
2025-08-20T21:58:29.5545423Z [00:02:31.380]➜  mkdir -p $WORK/b480/
2025-08-20T21:58:29.5547766Z [00:02:31.380]➜  cat >/tmp/go-build282983591/b480/importcfg << 'EOF' # internal
2025-08-20T21:58:29.5550633Z [00:02:31.380]➜  # import config
2025-08-20T21:58:29.5551355Z [00:02:31.380]➜  packagefile archive/tar=/tmp/go-build282983591/b252/_pkg_.a
2025-08-20T21:58:29.5554516Z [00:02:31.380]➜  packagefile archive/zip=/tmp/go-build282983591/b481/_pkg_.a
2025-08-20T21:58:29.5555832Z [00:02:31.380]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:29.5556933Z [00:02:31.380]➜  packagefile compress/gzip=/tmp/go-build282983591/b204/_pkg_.a
2025-08-20T21:58:29.5558005Z [00:02:31.380]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:29.5559064Z [00:02:31.380]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:29.5560310Z [00:02:31.380]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:58:29.5561430Z [00:02:31.380]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:29.5563733Z [00:02:31.380]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:29.5564639Z [00:02:31.380]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:29.5565650Z [00:02:31.380]➜  packagefile github.com/Masterminds/semver/v3=/tmp/go-build282983591/b482/_pkg_.a
2025-08-20T21:58:29.5566854Z [00:02:31.380]➜  packagefile github.com/charmbracelet/glamour=/tmp/go-build282983591/b483/_pkg_.a
2025-08-20T21:58:29.5568130Z [00:02:31.380]➜  packagefile github.com/charmbracelet/glamour/styles=/tmp/go-build282983591/b534/_pkg_.a
2025-08-20T21:58:29.5569324Z [00:02:31.380]➜  packagefile github.com/cheggaaa/pb/v3=/tmp/go-build282983591/b540/_pkg_.a
2025-08-20T21:58:29.5570730Z [00:02:31.380]➜  packagefile github.com/google/go-github/v30/github=/tmp/go-build282983591/b546/_pkg_.a
2025-08-20T21:58:29.5571869Z [00:02:31.380]➜  packagefile github.com/google/uuid=/tmp/go-build282983591/b327/_pkg_.a
2025-08-20T21:58:29.5573009Z [00:02:31.380]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build282983591/b248/_pkg_.a
2025-08-20T21:58:29.5574178Z [00:02:31.380]➜  packagefile github.com/minio/selfupdate=/tmp/go-build282983591/b557/_pkg_.a
2025-08-20T21:58:29.5575632Z [00:02:31.380]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:58:29.5576901Z [00:02:31.380]➜  packagefile github.com/projectdiscovery/machineid=/tmp/go-build282983591/b564/_pkg_.a
2025-08-20T21:58:29.5578177Z [00:02:31.380]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:58:29.5579427Z [00:02:31.380]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:58:29.5580952Z [00:02:31.380]➜  packagefile github.com/projectdiscovery/utils/folder=/tmp/go-build282983591/b222/_pkg_.a
2025-08-20T21:58:29.5582315Z [00:02:31.380]➜  packagefile github.com/projectdiscovery/utils/process=/tmp/go-build282983591/b565/_pkg_.a
2025-08-20T21:58:29.5583564Z [00:02:31.380]➜  packagefile github.com/zcalusic/sysinfo=/tmp/go-build282983591/b574/_pkg_.a
2025-08-20T21:58:29.5584881Z [00:02:31.380]➜  packagefile golang.org/x/oauth2=/tmp/go-build282983591/b576/_pkg_.a
2025-08-20T21:58:29.5585800Z [00:02:31.380]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:29.5586608Z [00:02:31.380]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:58:29.5587440Z [00:02:31.380]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:29.5588304Z [00:02:31.380]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:29.5589111Z [00:02:31.380]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:29.5594128Z [00:02:31.380]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:29.5595098Z [00:02:31.380]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:29.5596099Z [00:02:31.380]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:29.5596929Z [00:02:31.380]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:29.5597724Z [00:02:31.380]➜  EOF
2025-08-20T21:58:29.5603471Z [00:02:31.384]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b480/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/update=>github.com/projectdiscovery/utils@v0.4.23/update;$WORK/b480=>" -p github.com/projectdiscovery/utils/update -lang=go1.24 -complete -installsuffix shared -buildid cIgC9Q9imMpR-7By9FXH/cIgC9Q9imMpR-7By9FXH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b480/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:58:29.8635892Z [00:02:31.689]➜  go tool buildid -w $WORK/b613/_pkg_.a # internal
2025-08-20T21:58:29.8983478Z [00:02:31.723]➜  cp $WORK/b613/_pkg_.a /root/.cache/go-build/29/29ad7c38e73d103a9a734f7e70227e14fd91955303630ce798e46c0174f406e3-d # internal
2025-08-20T21:58:29.8990504Z [00:02:31.724]➜  go tool buildid -w $WORK/b480/_pkg_.a # internal
2025-08-20T21:58:29.9026956Z [00:02:31.728]➜  github.com/projectdiscovery/ldapserver
2025-08-20T21:58:29.9030409Z [00:02:31.728]➜  mkdir -p $WORK/b612/
2025-08-20T21:58:29.9036913Z [00:02:31.729]➜  cat >/tmp/go-build282983591/b612/importcfg << 'EOF' # internal
2025-08-20T21:58:29.9092993Z [00:02:31.729]➜  # import config
2025-08-20T21:58:29.9093721Z [00:02:31.729]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:29.9094554Z [00:02:31.729]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:29.9095289Z [00:02:31.729]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:29.9096217Z [00:02:31.729]➜  packagefile github.com/lor00x/goldap/message=/tmp/go-build282983591/b613/_pkg_.a
2025-08-20T21:58:29.9097094Z [00:02:31.729]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:29.9097839Z [00:02:31.729]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:29.9098787Z [00:02:31.729]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:29.9099495Z [00:02:31.729]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:29.9100235Z [00:02:31.729]➜  EOF
2025-08-20T21:58:29.9109488Z [00:02:31.729]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b612/_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/b612=>" -p github.com/projectdiscovery/ldapserver -lang=go1.14 -complete -installsuffix shared -buildid mXd0WjU3SVQtQIp7Yq0L/mXd0WjU3SVQtQIp7Yq0L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b612/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:58:29.9121938Z [00:02:31.737]➜  cp $WORK/b480/_pkg_.a /root/.cache/go-build/3c/3c20682c20243a5306b410709b4d6f03d6dd98219919b9ab3393d4b8f268fd30-d # internal
2025-08-20T21:58:29.9136820Z [00:02:31.739]➜  github.com/projectdiscovery/asnmap/libs
2025-08-20T21:58:29.9137462Z [00:02:31.739]➜  mkdir -p $WORK/b329/
2025-08-20T21:58:29.9145647Z [00:02:31.739]➜  cat >/tmp/go-build282983591/b329/importcfg << 'EOF' # internal
2025-08-20T21:58:29.9146302Z [00:02:31.739]➜  # import config
2025-08-20T21:58:29.9146978Z [00:02:31.739]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:29.9147815Z [00:02:31.739]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:58:29.9148710Z [00:02:31.739]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:29.9149484Z [00:02:31.739]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:29.9150437Z [00:02:31.739]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:29.9151392Z [00:02:31.739]➜  packagefile github.com/asaskevich/govalidator=/tmp/go-build282983591/b175/_pkg_.a
2025-08-20T21:58:29.9152579Z [00:02:31.739]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:58:29.9153834Z [00:02:31.739]➜  packagefile github.com/projectdiscovery/mapcidr=/tmp/go-build282983591/b330/_pkg_.a
2025-08-20T21:58:29.9155156Z [00:02:31.739]➜  packagefile github.com/projectdiscovery/retryabledns=/tmp/go-build282983591/b331/_pkg_.a
2025-08-20T21:58:29.9156467Z [00:02:31.739]➜  packagefile github.com/projectdiscovery/utils/auth/pdcp=/tmp/go-build282983591/b341/_pkg_.a
2025-08-20T21:58:29.9157733Z [00:02:31.739]➜  packagefile github.com/projectdiscovery/utils/env=/tmp/go-build282983591/b183/_pkg_.a
2025-08-20T21:58:29.9158954Z [00:02:31.739]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:58:29.9165887Z [00:02:31.739]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build282983591/b336/_pkg_.a
2025-08-20T21:58:29.9167237Z [00:02:31.739]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:58:29.9168540Z [00:02:31.739]➜  packagefile github.com/projectdiscovery/utils/update=/tmp/go-build282983591/b480/_pkg_.a
2025-08-20T21:58:29.9169975Z [00:02:31.739]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build282983591/b449/_pkg_.a
2025-08-20T21:58:29.9171278Z [00:02:31.740]➜  packagefile golang.org/x/net/proxy=/tmp/go-build282983591/b339/_pkg_.a
2025-08-20T21:58:29.9172157Z [00:02:31.740]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:29.9172899Z [00:02:31.740]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:29.9173695Z [00:02:31.740]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:29.9174459Z [00:02:31.740]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:29.9175198Z [00:02:31.740]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:29.9175969Z [00:02:31.740]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:29.9176775Z [00:02:31.740]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:29.9177558Z [00:02:31.740]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:29.9178472Z [00:02:31.740]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:29.9179004Z [00:02:31.740]➜  EOF
2025-08-20T21:58:29.9185687Z [00:02:31.742]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b329/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/asnmap@v1.1.1/libs=>github.com/projectdiscovery/asnmap@v1.1.1/libs;$WORK/b329=>" -p github.com/projectdiscovery/asnmap/libs -lang=go1.21 -complete -installsuffix shared -buildid 6MtBYJjccnzJQOc_xQPf/6MtBYJjccnzJQOc_xQPf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b329/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:58:29.9992912Z [00:02:31.824]➜  go tool buildid -w $WORK/b614/_pkg_.a # internal
2025-08-20T21:58:30.0234243Z [00:02:31.848]➜  cp $WORK/b614/_pkg_.a /root/.cache/go-build/03/034776a761f9c21a8dd2c183ae586bfdefd1db36745ab62bff6f60890ee07d42-d # internal
2025-08-20T21:58:30.0239518Z [00:02:31.849]➜  goftp.io/server/v2/driver/file
2025-08-20T21:58:30.0240331Z [00:02:31.849]➜  mkdir -p $WORK/b616/
2025-08-20T21:58:30.0328754Z [00:02:31.858]➜  cat >/tmp/go-build282983591/b616/importcfg << 'EOF' # internal
2025-08-20T21:58:30.0332039Z [00:02:31.858]➜  # import config
2025-08-20T21:58:30.0332739Z [00:02:31.858]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:30.0333540Z [00:02:31.858]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:30.0334433Z [00:02:31.858]➜  packagefile goftp.io/server/v2=/tmp/go-build282983591/b614/_pkg_.a
2025-08-20T21:58:30.0335281Z [00:02:31.858]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:30.0336052Z [00:02:31.858]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:30.0336874Z [00:02:31.858]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:30.0337747Z [00:02:31.858]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:30.0338349Z [00:02:31.858]➜  EOF
2025-08-20T21:58:30.0341885Z [00:02:31.858]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b616/_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/b616=>" -p goftp.io/server/v2/driver/file -lang=go1.12 -complete -installsuffix shared -buildid kOJogKBUHummBBwMMF8l/kOJogKBUHummBBwMMF8l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b616/importcfg -pack /root/go/pkg/mod/goftp.io/server/v2@v2.0.1/driver/file/file.go
2025-08-20T21:58:30.0574332Z [00:02:31.882]➜  go tool buildid -w $WORK/b612/_pkg_.a # internal
2025-08-20T21:58:30.0604053Z [00:02:31.885]➜  cp $WORK/b612/_pkg_.a /root/.cache/go-build/34/34e8724d2220e6a5b39f11c722b930329084f75d24a716a5be70019d69b7a1e7-d # internal
2025-08-20T21:58:30.0609451Z [00:02:31.886]➜  net/http/internal/testcert
2025-08-20T21:58:30.0610226Z [00:02:31.886]➜  mkdir -p $WORK/b618/
2025-08-20T21:58:30.0615756Z [00:02:31.887]➜  cat >/tmp/go-build282983591/b618/importcfg << 'EOF' # internal
2025-08-20T21:58:30.0622905Z [00:02:31.887]➜  # import config
2025-08-20T21:58:30.0623631Z [00:02:31.887]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:30.0624300Z [00:02:31.887]➜  EOF
2025-08-20T21:58:30.0627605Z [00:02:31.887]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b618/_pkg_.a -trimpath "/root/.go/src/net/http/internal/testcert=>net/http/internal/testcert;$WORK/b618=>" -p net/http/internal/testcert -lang=go1.25 -std -complete -installsuffix shared -buildid 9wghVjh8OTDdMJ73QGaW/9wghVjh8OTDdMJ73QGaW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b618/importcfg -pack /root/.go/src/net/http/internal/testcert/testcert.go
2025-08-20T21:58:30.0722534Z [00:02:31.897]➜  go tool buildid -w $WORK/b618/_pkg_.a # internal
2025-08-20T21:58:30.0729410Z [00:02:31.898]➜  cp $WORK/b618/_pkg_.a /root/.cache/go-build/d2/d222888e3192fc963bb0649dc64bb40d07eb622c5be398fb0a67a5282a454fcb-d # internal
2025-08-20T21:58:30.0734631Z [00:02:31.898]➜  net/http/httptest
2025-08-20T21:58:30.0735191Z [00:02:31.898]➜  mkdir -p $WORK/b617/
2025-08-20T21:58:30.0739062Z [00:02:31.899]➜  cat >/tmp/go-build282983591/b617/importcfg << 'EOF' # internal
2025-08-20T21:58:30.0740805Z [00:02:31.899]➜  # import config
2025-08-20T21:58:30.0742458Z [00:02:31.900]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T21:58:30.0745629Z [00:02:31.900]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:30.0747785Z [00:02:31.900]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:30.0748634Z [00:02:31.900]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:30.0751904Z [00:02:31.900]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:58:30.0752843Z [00:02:31.900]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:58:30.0753726Z [00:02:31.900]➜  packagefile flag=/tmp/go-build282983591/b071/_pkg_.a
2025-08-20T21:58:30.0754503Z [00:02:31.900]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:30.0755481Z [00:02:31.900]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build282983591/b206/_pkg_.a
2025-08-20T21:58:30.0756451Z [00:02:31.900]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:30.0757202Z [00:02:31.900]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:30.0757963Z [00:02:31.900]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:30.0758749Z [00:02:31.900]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:30.0759709Z [00:02:31.900]➜  packagefile net/http/internal/testcert=/tmp/go-build282983591/b618/_pkg_.a
2025-08-20T21:58:30.0760959Z [00:02:31.900]➜  packagefile net/textproto=/tmp/go-build282983591/b212/_pkg_.a
2025-08-20T21:58:30.0761784Z [00:02:31.900]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:30.0762540Z [00:02:31.900]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:30.0763332Z [00:02:31.900]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:30.0764109Z [00:02:31.900]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:30.0764863Z [00:02:31.900]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:30.0765442Z [00:02:31.900]➜  EOF
2025-08-20T21:58:30.0769003Z [00:02:31.900]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b617/_pkg_.a -trimpath "/root/.go/src/net/http/httptest=>net/http/httptest;$WORK/b617=>" -p net/http/httptest -lang=go1.25 -std -complete -installsuffix shared -buildid UJHcUxrZnh1EKKht1qYf/UJHcUxrZnh1EKKht1qYf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b617/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:58:30.0898743Z [00:02:31.915]➜  go tool buildid -w $WORK/b616/_pkg_.a # internal
2025-08-20T21:58:30.0901114Z [00:02:31.915]➜  cp $WORK/b616/_pkg_.a /root/.cache/go-build/17/172e8aa93067597b59152aaf56b0ec8108cfb7a4169861a0e9e1753d4cd76359-d # internal
2025-08-20T21:58:30.0953539Z [00:02:31.919]➜  github.com/projectdiscovery/utils/errors
2025-08-20T21:58:30.0954851Z [00:02:31.919]➜  mkdir -p $WORK/b620/
2025-08-20T21:58:30.0955881Z [00:02:31.919]➜  cat >/tmp/go-build282983591/b620/importcfg << 'EOF' # internal
2025-08-20T21:58:30.0956544Z [00:02:31.919]➜  # import config
2025-08-20T21:58:30.0957164Z [00:02:31.919]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:30.0957953Z [00:02:31.919]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:30.0958704Z [00:02:31.919]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:30.0960096Z [00:02:31.920]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:58:30.0961072Z [00:02:31.920]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:30.0961780Z [00:02:31.920]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:30.0962507Z [00:02:31.920]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:30.0963072Z [00:02:31.920]➜  EOF
2025-08-20T21:58:30.0968973Z [00:02:31.920]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b620/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/errors=>github.com/projectdiscovery/utils@v0.4.23/errors;$WORK/b620=>" -p github.com/projectdiscovery/utils/errors -lang=go1.24 -complete -installsuffix shared -buildid qq-Xat7J21OkfWASAc_l/qq-Xat7J21OkfWASAc_l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b620/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:58:30.1078196Z [00:02:31.933]➜  go tool buildid -w $WORK/b585/_pkg_.a # internal
2025-08-20T21:58:30.1242738Z [00:02:31.949]➜  cp $WORK/b585/_pkg_.a /root/.cache/go-build/73/73d47ca91cba63273453dc1c9d9c591a00f98d520bf2f1453123b81bfd25bb80-d # internal
2025-08-20T21:58:30.1260792Z [00:02:31.951]➜  github.com/projectdiscovery/interactsh/pkg/server/acme
2025-08-20T21:58:30.1262175Z [00:02:31.951]➜  mkdir -p $WORK/b584/
2025-08-20T21:58:30.1262964Z [00:02:31.951]➜  cat >/tmp/go-build282983591/b584/importcfg << 'EOF' # internal
2025-08-20T21:58:30.1263689Z [00:02:31.951]➜  # import config
2025-08-20T21:58:30.1264412Z [00:02:31.951]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:30.1265286Z [00:02:31.951]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:58:30.1266097Z [00:02:31.951]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:30.1267227Z [00:02:31.951]➜  packagefile github.com/caddyserver/certmagic=/tmp/go-build282983591/b585/_pkg_.a
2025-08-20T21:58:30.1268326Z [00:02:31.951]➜  packagefile github.com/libdns/libdns=/tmp/go-build282983591/b587/_pkg_.a
2025-08-20T21:58:30.1269281Z [00:02:31.951]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:58:30.1270792Z [00:02:31.951]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:58:30.1271878Z [00:02:31.951]➜  packagefile go.uber.org/zap=/tmp/go-build282983591/b590/_pkg_.a
2025-08-20T21:58:30.1272715Z [00:02:31.951]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:30.1273550Z [00:02:31.951]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:30.1274679Z [00:02:31.951]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:30.1275517Z [00:02:31.951]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:30.1276291Z [00:02:31.951]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:30.1276862Z [00:02:31.951]➜  EOF
2025-08-20T21:58:30.1281975Z [00:02:31.951]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b584/_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/b584=>" -p github.com/projectdiscovery/interactsh/pkg/server/acme -lang=go1.21 -complete -installsuffix shared -buildid NM9EJ5tYjWJDxQnvxvzj/NM9EJ5tYjWJDxQnvxvzj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b584/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:58:30.1309415Z [00:02:31.956]➜  go tool buildid -w $WORK/b620/_pkg_.a # internal
2025-08-20T21:58:30.1320626Z [00:02:31.957]➜  cp $WORK/b620/_pkg_.a /root/.cache/go-build/c3/c3e428e53d63b1a1806364fbbfa2f4c30fa964964d8942267cdb082d8ba8223d-d # internal
2025-08-20T21:58:30.1322422Z [00:02:31.958]➜  gopkg.in/corvus-ch/zbase32.v1
2025-08-20T21:58:30.1322988Z [00:02:31.958]➜  mkdir -p $WORK/b621/
2025-08-20T21:58:30.1328025Z [00:02:31.958]➜  cat >/tmp/go-build282983591/b621/importcfg << 'EOF' # internal
2025-08-20T21:58:30.1328705Z [00:02:31.958]➜  # import config
2025-08-20T21:58:30.1329328Z [00:02:31.958]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:30.1330288Z [00:02:31.958]➜  packagefile flag=/tmp/go-build282983591/b071/_pkg_.a
2025-08-20T21:58:30.1331201Z [00:02:31.958]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:30.1331995Z [00:02:31.958]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:30.1332816Z [00:02:31.958]➜  EOF
2025-08-20T21:58:30.1337393Z [00:02:31.959]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b621/_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/b621=>" -p gopkg.in/corvus-ch/zbase32.v1 -lang=go1.16 -complete -installsuffix shared -buildid SyZnH9wx-YcAjzTJvaEH/SyZnH9wx-YcAjzTJvaEH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b621/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:58:30.1947146Z [00:02:32.020]➜  go tool buildid -w $WORK/b329/_pkg_.a # internal
2025-08-20T21:58:30.1985237Z [00:02:32.024]➜  cp $WORK/b329/_pkg_.a /root/.cache/go-build/14/14ab074583ee9b195193a05dd18c3825c095b8c98972ff2d8edd972f3020da7e-d # internal
2025-08-20T21:58:30.1986310Z [00:02:32.024]➜  encoding/csv
2025-08-20T21:58:30.1986784Z [00:02:32.024]➜  mkdir -p $WORK/b624/
2025-08-20T21:58:30.1995486Z [00:02:32.025]➜  cat >/tmp/go-build282983591/b624/importcfg << 'EOF' # internal
2025-08-20T21:58:30.1996160Z [00:02:32.025]➜  # import config
2025-08-20T21:58:30.1996803Z [00:02:32.025]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:30.1997567Z [00:02:32.025]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:30.1998282Z [00:02:32.025]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:30.1998986Z [00:02:32.025]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:30.1999712Z [00:02:32.025]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:30.2000583Z [00:02:32.025]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:30.2001336Z [00:02:32.025]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:30.2002173Z [00:02:32.025]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:30.2003079Z [00:02:32.025]➜  EOF
2025-08-20T21:58:30.2006915Z [00:02:32.026]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b624/_pkg_.a -trimpath "/root/.go/src/encoding/csv=>encoding/csv;$WORK/b624=>" -p encoding/csv -lang=go1.25 -std -complete -installsuffix shared -buildid dFigBiPSnLZxb6OSzN82/dFigBiPSnLZxb6OSzN82 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b624/importcfg -pack /root/.go/src/encoding/csv/reader.go /root/.go/src/encoding/csv/writer.go
2025-08-20T21:58:30.2009736Z [00:02:32.026]➜  go tool buildid -w $WORK/b621/_pkg_.a # internal
2025-08-20T21:58:30.2016610Z [00:02:32.027]➜  cp $WORK/b621/_pkg_.a /root/.cache/go-build/72/72005c317429a117329fe048643125600b34c5bb646bcc3810932a83702248c7-d # internal
2025-08-20T21:58:30.2020345Z [00:02:32.027]➜  github.com/bytedance/sonic/loader/internal/iasm/expr
2025-08-20T21:58:30.2021127Z [00:02:32.027]➜  mkdir -p $WORK/b642/
2025-08-20T21:58:30.2026539Z [00:02:32.028]➜  cat >/tmp/go-build282983591/b642/importcfg << 'EOF' # internal
2025-08-20T21:58:30.2027474Z [00:02:32.028]➜  # import config
2025-08-20T21:58:30.2028269Z [00:02:32.028]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:30.2041619Z [00:02:32.029]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:30.2042436Z [00:02:32.029]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:30.2043265Z [00:02:32.029]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:30.2043911Z [00:02:32.029]➜  EOF
2025-08-20T21:58:30.2052010Z [00:02:32.029]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b642/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/internal/iasm/expr=>github.com/bytedance/sonic/loader@v0.3.0/internal/iasm/expr;$WORK/b642=>" -p github.com/bytedance/sonic/loader/internal/iasm/expr -lang=go1.16 -complete -installsuffix shared -buildid NE2NVQf7LTa9HBF3FRgt/NE2NVQf7LTa9HBF3FRgt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b642/importcfg -pack /root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/internal/iasm/expr/ast.go /root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/internal/iasm/expr/errors.go /root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/internal/iasm/expr/ops.go /root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/internal/iasm/expr/parser.go /root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/internal/iasm/expr/pools.go /root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/internal/iasm/expr/term.go /root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/internal/iasm/expr/utils.go
2025-08-20T21:58:30.2121907Z [00:02:32.036]➜  go tool buildid -w $WORK/b617/_pkg_.a # internal
2025-08-20T21:58:30.2140840Z [00:02:32.039]➜  cp $WORK/b617/_pkg_.a /root/.cache/go-build/75/750a6becd6619e8253f64b350d788ee2de65c595d7e94ab4f7bc9d161b1555d8-d # internal
2025-08-20T21:58:30.2143420Z [00:02:32.039]➜  github.com/bytedance/sonic/loader/internal/rt
2025-08-20T21:58:30.2144322Z [00:02:32.039]➜  mkdir -p $WORK/b643/
2025-08-20T21:58:30.2145454Z [00:02:32.039]➜  cat >/tmp/go-build282983591/b643/importcfg << 'EOF' # internal
2025-08-20T21:58:30.2146370Z [00:02:32.039]➜  # import config
2025-08-20T21:58:30.2147252Z [00:02:32.039]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:30.2149007Z [00:02:32.039]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:30.2150325Z [00:02:32.039]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:30.2150954Z [00:02:32.039]➜  EOF
2025-08-20T21:58:30.2155950Z [00:02:32.039]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b643/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/internal/rt=>github.com/bytedance/sonic/loader@v0.3.0/internal/rt;$WORK/b643=>" -p github.com/bytedance/sonic/loader/internal/rt -lang=go1.16 -complete -installsuffix shared -buildid Gxc9FxnI0iRlH5kvbJtP/Gxc9FxnI0iRlH5kvbJtP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b643/importcfg -pack /root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/internal/rt/fastmem.go /root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/internal/rt/fastvalue.go /root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/internal/rt/stackmap.go
2025-08-20T21:58:30.2186047Z [00:02:32.044]➜  go tool buildid -w $WORK/b584/_pkg_.a # internal
2025-08-20T21:58:30.2231990Z [00:02:32.046]➜  cp $WORK/b584/_pkg_.a /root/.cache/go-build/ac/acb40df4deabf51bc916b68009abe58085e443749a4e447f2616b2c9f0ce44bc-d # internal
2025-08-20T21:58:30.2316818Z [00:02:32.057]➜  github.com/projectdiscovery/interactsh/pkg/server
2025-08-20T21:58:30.2317617Z [00:02:32.057]➜  mkdir -p $WORK/b579/
2025-08-20T21:58:30.2326319Z [00:02:32.058]➜  cat >/tmp/go-build282983591/b579/importcfg << 'EOF' # internal
2025-08-20T21:58:30.2337739Z [00:02:32.058]➜  # import config
2025-08-20T21:58:30.2338478Z [00:02:32.058]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:30.2339332Z [00:02:32.058]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:30.2340434Z [00:02:32.058]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:58:30.2341383Z [00:02:32.058]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:30.2342267Z [00:02:32.058]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:30.2343231Z [00:02:32.058]➜  packagefile git.mills.io/prologic/smtpd=/tmp/go-build282983591/b580/_pkg_.a
2025-08-20T21:58:30.2344394Z [00:02:32.058]➜  packagefile github.com/asaskevich/govalidator=/tmp/go-build282983591/b175/_pkg_.a
2025-08-20T21:58:30.2345523Z [00:02:32.058]➜  packagefile github.com/docker/go-units=/tmp/go-build282983591/b348/_pkg_.a
2025-08-20T21:58:30.2346614Z [00:02:32.058]➜  packagefile github.com/json-iterator/go=/tmp/go-build282983591/b244/_pkg_.a
2025-08-20T21:58:30.2348011Z [00:02:32.058]➜  packagefile github.com/mackerelio/go-osstat/cpu=/tmp/go-build282983591/b581/_pkg_.a
2025-08-20T21:58:30.2349458Z [00:02:32.058]➜  packagefile github.com/mackerelio/go-osstat/network=/tmp/go-build282983591/b582/_pkg_.a
2025-08-20T21:58:30.2351220Z [00:02:32.058]➜  packagefile github.com/miekg/dns=/tmp/go-build282983591/b224/_pkg_.a
2025-08-20T21:58:30.2352210Z [00:02:32.058]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:58:30.2353337Z [00:02:32.058]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:58:30.2354717Z [00:02:32.058]➜  packagefile github.com/projectdiscovery/interactsh/pkg/filewatcher=/tmp/go-build282983591/b583/_pkg_.a
2025-08-20T21:58:30.2356207Z [00:02:32.058]➜  packagefile github.com/projectdiscovery/interactsh/pkg/server/acme=/tmp/go-build282983591/b584/_pkg_.a
2025-08-20T21:58:30.2357675Z [00:02:32.058]➜  packagefile github.com/projectdiscovery/interactsh/pkg/storage=/tmp/go-build282983591/b609/_pkg_.a
2025-08-20T21:58:30.2359038Z [00:02:32.058]➜  packagefile github.com/projectdiscovery/ldapserver=/tmp/go-build282983591/b612/_pkg_.a
2025-08-20T21:58:30.2360596Z [00:02:32.058]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:58:30.2361886Z [00:02:32.058]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:58:30.2362983Z [00:02:32.058]➜  packagefile github.com/rs/xid=/tmp/go-build282983591/b611/_pkg_.a
2025-08-20T21:58:30.2363926Z [00:02:32.058]➜  packagefile goftp.io/server/v2=/tmp/go-build282983591/b614/_pkg_.a
2025-08-20T21:58:30.2364971Z [00:02:32.058]➜  packagefile goftp.io/server/v2/driver/file=/tmp/go-build282983591/b616/_pkg_.a
2025-08-20T21:58:30.2365991Z [00:02:32.058]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build282983591/b202/_pkg_.a
2025-08-20T21:58:30.2366821Z [00:02:32.058]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:30.2367587Z [00:02:32.058]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:30.2368379Z [00:02:32.058]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:30.2369352Z [00:02:32.058]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:30.2370625Z [00:02:32.058]➜  packagefile net/http/httptest=/tmp/go-build282983591/b617/_pkg_.a
2025-08-20T21:58:30.2371594Z [00:02:32.058]➜  packagefile net/http/httputil=/tmp/go-build282983591/b236/_pkg_.a
2025-08-20T21:58:30.2372466Z [00:02:32.058]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:30.2373373Z [00:02:32.058]➜  packagefile os/exec=/tmp/go-build282983591/b510/_pkg_.a
2025-08-20T21:58:30.2374243Z [00:02:32.058]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:30.2375117Z [00:02:32.058]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:30.2375959Z [00:02:32.058]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:30.2376806Z [00:02:32.058]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:30.2377682Z [00:02:32.058]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:30.2378531Z [00:02:32.058]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:30.2379143Z [00:02:32.058]➜  EOF
2025-08-20T21:58:30.2410538Z [00:02:32.059]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b579/_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/b579=>" -p github.com/projectdiscovery/interactsh/pkg/server -lang=go1.21 -complete -installsuffix shared -buildid co-ClQBtkoi8HMm0dThs/co-ClQBtkoi8HMm0dThs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b579/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:58:30.2634580Z [00:02:32.089]➜  go tool buildid -w $WORK/b624/_pkg_.a # internal
2025-08-20T21:58:30.2644048Z [00:02:32.089]➜  cp $WORK/b624/_pkg_.a /root/.cache/go-build/52/52f17d30d48aa5781b002901204c4f03156afc98fb5d7417ed2f5f0edf9aaa3a-d # internal
2025-08-20T21:58:30.2659236Z [00:02:32.091]➜  golang.org/x/arch/x86/x86asm
2025-08-20T21:58:30.2665817Z [00:02:32.091]➜  mkdir -p $WORK/b646/
2025-08-20T21:58:30.2666651Z [00:02:32.091]➜  cat >/tmp/go-build282983591/b646/importcfg << 'EOF' # internal
2025-08-20T21:58:30.2667427Z [00:02:32.091]➜  # import config
2025-08-20T21:58:30.2669313Z [00:02:32.091]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:30.2670706Z [00:02:32.091]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:30.2671878Z [00:02:32.091]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:30.2673249Z [00:02:32.091]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:30.2674336Z [00:02:32.091]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:30.2675641Z [00:02:32.091]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:30.2676645Z [00:02:32.091]➜  EOF
2025-08-20T21:58:30.2687431Z [00:02:32.091]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b646/_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/b646=>" -p golang.org/x/arch/x86/x86asm -lang=go1.17 -complete -installsuffix shared -buildid 3gQ9EtPF6x6pjd8uI1g_/3gQ9EtPF6x6pjd8uI1g_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b646/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:58:30.2936985Z [00:02:32.119]➜  go tool buildid -w $WORK/b643/_pkg_.a # internal
2025-08-20T21:58:30.2940300Z [00:02:32.119]➜  go tool buildid -w $WORK/b642/_pkg_.a # internal
2025-08-20T21:58:30.2953914Z [00:02:32.121]➜  cp $WORK/b643/_pkg_.a /root/.cache/go-build/84/847b1c97e901e8541bb836002b85e6548858e17571c22d764d0a225907cdf8cc-d # internal
2025-08-20T21:58:30.2957670Z [00:02:32.121]➜  github.com/bytedance/sonic/internal/cpu
2025-08-20T21:58:30.2958339Z [00:02:32.121]➜  mkdir -p $WORK/b648/
2025-08-20T21:58:30.2964041Z [00:02:32.121]➜  cat >/tmp/go-build282983591/b648/importcfg << 'EOF' # internal
2025-08-20T21:58:30.2965977Z [00:02:32.121]➜  # import config
2025-08-20T21:58:30.2966572Z [00:02:32.122]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:30.2967386Z [00:02:32.122]➜  packagefile github.com/klauspost/cpuid/v2=/tmp/go-build282983591/b586/_pkg_.a
2025-08-20T21:58:30.2968304Z [00:02:32.122]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:30.2968862Z [00:02:32.122]➜  EOF
2025-08-20T21:58:30.2991016Z [00:02:32.122]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b648/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/cpu=>github.com/bytedance/sonic@v1.14.0/internal/cpu;$WORK/b648=>" -p github.com/bytedance/sonic/internal/cpu -lang=go1.17 -complete -installsuffix shared -buildid vT7H9JZpjp5_vbGaZQTr/vT7H9JZpjp5_vbGaZQTr -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/cpu/features.go
2025-08-20T21:58:30.2997617Z [00:02:32.124]➜  cp $WORK/b642/_pkg_.a /root/.cache/go-build/c2/c224d541058f97f6082d1291d88bdaa717dcfcfcb923fda0ddd07ec9baa3ab99-d # internal
2025-08-20T21:58:30.2998902Z [00:02:32.124]➜  github.com/bytedance/sonic/loader/internal/iasm/x86_64
2025-08-20T21:58:30.2999534Z [00:02:32.124]➜  mkdir -p $WORK/b641/
2025-08-20T21:58:30.3000260Z [00:02:32.125]➜  echo -n > $WORK/b641/go_asm.h # internal
2025-08-20T21:58:30.3001146Z [00:02:32.125]➜  cd /root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/internal/iasm/x86_64
2025-08-20T21:58:30.3004302Z [00:02:32.125]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/bytedance/sonic/loader/internal/iasm/x86_64 -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/internal/iasm/x86_64=>github.com/bytedance/sonic/loader@v0.3.0/internal/iasm/x86_64;$WORK/b641=>" -I $WORK/b641/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b641/symabis ./asm.s
2025-08-20T21:58:30.3044458Z [00:02:32.130]➜  cat >/tmp/go-build282983591/b641/importcfg << 'EOF' # internal
2025-08-20T21:58:30.3047019Z [00:02:32.130]➜  # import config
2025-08-20T21:58:30.3047779Z [00:02:32.130]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:30.3048652Z [00:02:32.130]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:30.3049442Z [00:02:32.130]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:30.3050869Z [00:02:32.130]➜  packagefile github.com/bytedance/sonic/loader/internal/iasm/expr=/tmp/go-build282983591/b642/_pkg_.a
2025-08-20T21:58:30.3051926Z [00:02:32.130]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:30.3053292Z [00:02:32.130]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:30.3054882Z [00:02:32.130]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:30.3055914Z [00:02:32.130]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:30.3057056Z [00:02:32.130]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:30.3057863Z [00:02:32.130]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:30.3058740Z [00:02:32.130]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:30.3059391Z [00:02:32.130]➜  EOF
2025-08-20T21:58:30.3060221Z [00:02:32.131]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:30.3071118Z [00:02:32.131]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b641/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/internal/iasm/x86_64=>github.com/bytedance/sonic/loader@v0.3.0/internal/iasm/x86_64;$WORK/b641=>" -p github.com/bytedance/sonic/loader/internal/iasm/x86_64 -lang=go1.16 -installsuffix shared -buildid veLLNxOgLIoCwzOuTc9b/veLLNxOgLIoCwzOuTc9b -goversion go1.25.0 -symabis $WORK/b641/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b641/importcfg -pack -asmhdr $WORK/b641/go_asm.h /root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/internal/iasm/x86_64/arch.go /root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/internal/iasm/x86_64/eface.go /root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/internal/iasm/x86_64/encodings.go /root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/internal/iasm/x86_64/instructions.go /root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/internal/iasm/x86_64/instructions_table.go /root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/internal/iasm/x86_64/operands.go /root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/internal/iasm/x86_64/pools.go /root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/internal/iasm/x86_64/program.go /root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/internal/iasm/x86_64/registers.go /root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/internal/iasm/x86_64/utils.go
2025-08-20T21:58:30.3108998Z [00:02:32.136]➜  go tool buildid -w $WORK/b648/_pkg_.a # internal
2025-08-20T21:58:30.3115676Z [00:02:32.137]➜  cp $WORK/b648/_pkg_.a /root/.cache/go-build/e7/e7af2ef75e78472050e0eeab1479d4dc5b4c5a8fca12590b7cf3b7d99970b00d-d # internal
2025-08-20T21:58:30.3118656Z [00:02:32.137]➜  github.com/bytedance/sonic/internal/native/types
2025-08-20T21:58:30.3119289Z [00:02:32.137]➜  mkdir -p $WORK/b650/
2025-08-20T21:58:30.3125244Z [00:02:32.138]➜  cat >/tmp/go-build282983591/b650/importcfg << 'EOF' # internal
2025-08-20T21:58:30.3125913Z [00:02:32.138]➜  # import config
2025-08-20T21:58:30.3126549Z [00:02:32.138]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:30.3127356Z [00:02:32.138]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:30.3127925Z [00:02:32.138]➜  EOF
2025-08-20T21:58:30.3132042Z [00:02:32.138]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b650/_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/b650=>" -p github.com/bytedance/sonic/internal/native/types -lang=go1.17 -complete -installsuffix shared -buildid JSV2M-2LYbPpgqNRG9_x/JSV2M-2LYbPpgqNRG9_x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b650/importcfg -pack /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/types/types.go
2025-08-20T21:58:30.3352780Z [00:02:32.160]➜  go tool buildid -w $WORK/b650/_pkg_.a # internal
2025-08-20T21:58:30.3363738Z [00:02:32.162]➜  cp $WORK/b650/_pkg_.a /root/.cache/go-build/4f/4f96209083ba217ac4e76fe846952a9d8efd368ed4233fc320b7a07c849b0dd5-d # internal
2025-08-20T21:58:30.3367725Z [00:02:32.162]➜  github.com/bytedance/sonic/internal/resolver
2025-08-20T21:58:30.3368433Z [00:02:32.162]➜  mkdir -p $WORK/b652/
2025-08-20T21:58:30.3374002Z [00:02:32.163]➜  echo -n > $WORK/b652/go_asm.h # internal
2025-08-20T21:58:30.3376220Z [00:02:32.163]➜  cd /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/resolver
2025-08-20T21:58:30.3380635Z [00:02:32.163]➜  /root/.go/pkg/tool/linux_amd64/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/b652=>" -I $WORK/b652/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b652/symabis ./asm.s
2025-08-20T21:58:30.3410498Z [00:02:32.166]➜  cat >/tmp/go-build282983591/b652/importcfg << 'EOF' # internal
2025-08-20T21:58:30.3411475Z [00:02:32.166]➜  # import config
2025-08-20T21:58:30.3412216Z [00:02:32.166]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:30.3413061Z [00:02:32.166]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:30.3413870Z [00:02:32.166]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:30.3414746Z [00:02:32.166]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:30.3415584Z [00:02:32.166]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:30.3416165Z [00:02:32.166]➜  EOF
2025-08-20T21:58:30.3416666Z [00:02:32.166]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:30.3421785Z [00:02:32.167]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b652/_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/b652=>" -p github.com/bytedance/sonic/internal/resolver -lang=go1.17 -installsuffix shared -buildid imWHWDxT_fH3vfpSeNN1/imWHWDxT_fH3vfpSeNN1 -goversion go1.25.0 -symabis $WORK/b652/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b652/importcfg -pack -asmhdr $WORK/b652/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:58:30.3711840Z [00:02:32.196]➜  cd /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/resolver
2025-08-20T21:58:30.3716311Z [00:02:32.196]➜  /root/.go/pkg/tool/linux_amd64/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/b652=>" -I $WORK/b652/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b652/asm.o ./asm.s
2025-08-20T21:58:30.3760644Z [00:02:32.201]➜  go tool pack r $WORK/b652/_pkg_.a $WORK/b652/asm.o # internal
2025-08-20T21:58:30.3766683Z [00:02:32.202]➜  go tool buildid -w $WORK/b652/_pkg_.a # internal
2025-08-20T21:58:30.3784141Z [00:02:32.203]➜  cp $WORK/b652/_pkg_.a /root/.cache/go-build/c0/c070e7f2a82197a2ad9fb5a011b062f4e165f659e24117c3ffee40c46ea8686e-d # internal
2025-08-20T21:58:30.3797961Z [00:02:32.205]➜  github.com/twitchyliquid64/golang-asm/bio
2025-08-20T21:58:30.3799730Z [00:02:32.205]➜  mkdir -p $WORK/b659/
2025-08-20T21:58:30.3801170Z [00:02:32.205]➜  cat >/tmp/go-build282983591/b659/importcfg << 'EOF' # internal
2025-08-20T21:58:30.3802684Z [00:02:32.205]➜  # import config
2025-08-20T21:58:30.3804301Z [00:02:32.205]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:30.3805465Z [00:02:32.205]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:30.3806463Z [00:02:32.205]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:30.3808026Z [00:02:32.205]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:30.3809211Z [00:02:32.205]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:30.3811004Z [00:02:32.205]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:30.3812207Z [00:02:32.205]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:30.3813864Z [00:02:32.205]➜  EOF
2025-08-20T21:58:30.3815274Z [00:02:32.205]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:30.3821636Z [00:02:32.205]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b659/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/bio=>github.com/twitchyliquid64/golang-asm@v0.15.1/bio;$WORK/b659=>" -p github.com/twitchyliquid64/golang-asm/bio -lang=go1.13 -complete -installsuffix shared -buildid I4VOel3E7JPahwByUk84/I4VOel3E7JPahwByUk84 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b659/importcfg -pack /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/bio/buf.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/bio/buf_mmap.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/bio/must.go
2025-08-20T21:58:30.4494640Z [00:02:32.274]➜  go tool buildid -w $WORK/b659/_pkg_.a # internal
2025-08-20T21:58:30.4523428Z [00:02:32.277]➜  cp $WORK/b659/_pkg_.a /root/.cache/go-build/6b/6ba0f36777d008a6447fa31b2994afac46934b56e6818df5c5d6ca547f4590b4-d # internal
2025-08-20T21:58:30.4539307Z [00:02:32.279]➜  github.com/twitchyliquid64/golang-asm/objabi
2025-08-20T21:58:30.4544992Z [00:02:32.279]➜  mkdir -p $WORK/b661/
2025-08-20T21:58:30.4555435Z [00:02:32.281]➜  cat >/tmp/go-build282983591/b661/importcfg << 'EOF' # internal
2025-08-20T21:58:30.4557403Z [00:02:32.281]➜  # import config
2025-08-20T21:58:30.4560107Z [00:02:32.281]➜  packagefile flag=/tmp/go-build282983591/b071/_pkg_.a
2025-08-20T21:58:30.4567078Z [00:02:32.281]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:30.4568119Z [00:02:32.281]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:30.4568947Z [00:02:32.281]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:58:30.4569771Z [00:02:32.281]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:30.4570682Z [00:02:32.281]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:30.4571503Z [00:02:32.281]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:30.4572577Z [00:02:32.281]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:30.4573521Z [00:02:32.281]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:30.4574142Z [00:02:32.281]➜  EOF
2025-08-20T21:58:30.4585546Z [00:02:32.282]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b661/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/objabi=>github.com/twitchyliquid64/golang-asm@v0.15.1/objabi;$WORK/b661=>" -p github.com/twitchyliquid64/golang-asm/objabi -lang=go1.13 -complete -installsuffix shared -buildid ihiKmnizsn79UeCyGeya/ihiKmnizsn79UeCyGeya -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b661/importcfg -pack /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/objabi/autotype.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/objabi/flag.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/objabi/funcdata.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/objabi/funcid.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/objabi/head.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/objabi/line.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/objabi/path.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/objabi/reloctype.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/objabi/reloctype_string.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/objabi/stack.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/objabi/symkind.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/objabi/symkind_string.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/objabi/typekind.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/objabi/util.go
2025-08-20T21:58:30.6205920Z [00:02:32.446]➜  go tool buildid -w $WORK/b661/_pkg_.a # internal
2025-08-20T21:58:30.6222455Z [00:02:32.447]➜  cp $WORK/b661/_pkg_.a /root/.cache/go-build/ca/cad92e3a4c6aa54e03363fac9ccbad9182e8591e60c6f04709c0364e43ddaf1d-d # internal
2025-08-20T21:58:30.6233692Z [00:02:32.448]➜  github.com/twitchyliquid64/golang-asm/dwarf
2025-08-20T21:58:30.6234569Z [00:02:32.448]➜  mkdir -p $WORK/b660/
2025-08-20T21:58:30.6235284Z [00:02:32.448]➜  cat >/tmp/go-build282983591/b660/importcfg << 'EOF' # internal
2025-08-20T21:58:30.6235943Z [00:02:32.448]➜  # import config
2025-08-20T21:58:30.6236634Z [00:02:32.448]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:30.6239746Z [00:02:32.448]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:30.6242741Z [00:02:32.448]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:30.6244311Z [00:02:32.448]➜  packagefile github.com/twitchyliquid64/golang-asm/objabi=/tmp/go-build282983591/b661/_pkg_.a
2025-08-20T21:58:30.6247041Z [00:02:32.448]➜  packagefile os/exec=/tmp/go-build282983591/b510/_pkg_.a
2025-08-20T21:58:30.6249420Z [00:02:32.448]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:30.6251917Z [00:02:32.448]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:30.6254022Z [00:02:32.448]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:30.6255950Z [00:02:32.448]➜  EOF
2025-08-20T21:58:30.6261075Z [00:02:32.449]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b660/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/dwarf=>github.com/twitchyliquid64/golang-asm@v0.15.1/dwarf;$WORK/b660=>" -p github.com/twitchyliquid64/golang-asm/dwarf -lang=go1.13 -complete -installsuffix shared -buildid vrNXTtgZUmfGuRnCNU3T/vrNXTtgZUmfGuRnCNU3T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b660/importcfg -pack /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/dwarf/dwarf.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/dwarf/dwarf_defs.go
2025-08-20T21:58:30.8122642Z [00:02:32.636]➜  go tool buildid -w $WORK/b660/_pkg_.a # internal
2025-08-20T21:58:30.8132307Z [00:02:32.638]➜  cp $WORK/b660/_pkg_.a /root/.cache/go-build/d4/d47ee79faf1479be5ef82b122957fb0bffda4b4cfed19311a218a4decbae5425-d # internal
2025-08-20T21:58:30.8148065Z [00:02:32.640]➜  github.com/twitchyliquid64/golang-asm/goobj
2025-08-20T21:58:30.8148824Z [00:02:32.640]➜  mkdir -p $WORK/b662/
2025-08-20T21:58:30.8152992Z [00:02:32.641]➜  cat >/tmp/go-build282983591/b662/importcfg << 'EOF' # internal
2025-08-20T21:58:30.8155152Z [00:02:32.641]➜  # import config
2025-08-20T21:58:30.8157960Z [00:02:32.641]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:30.8160135Z [00:02:32.641]➜  packagefile crypto/sha1=/tmp/go-build282983591/b095/_pkg_.a
2025-08-20T21:58:30.8162478Z [00:02:32.641]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:30.8164725Z [00:02:32.641]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:30.8168198Z [00:02:32.641]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:30.8169387Z [00:02:32.641]➜  packagefile github.com/twitchyliquid64/golang-asm/bio=/tmp/go-build282983591/b659/_pkg_.a
2025-08-20T21:58:30.8170940Z [00:02:32.641]➜  packagefile github.com/twitchyliquid64/golang-asm/objabi=/tmp/go-build282983591/b661/_pkg_.a
2025-08-20T21:58:30.8180611Z [00:02:32.641]➜  packagefile github.com/twitchyliquid64/golang-asm/unsafeheader=/tmp/go-build282983591/b663/_pkg_.a
2025-08-20T21:58:30.8181765Z [00:02:32.641]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:30.8182352Z [00:02:32.641]➜  EOF
2025-08-20T21:58:30.8187907Z [00:02:32.643]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b662/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/goobj=>github.com/twitchyliquid64/golang-asm@v0.15.1/goobj;$WORK/b662=>" -p github.com/twitchyliquid64/golang-asm/goobj -lang=go1.13 -complete -installsuffix shared -buildid -E-zQ8BHZmu-Il0NQ7BC/-E-zQ8BHZmu-Il0NQ7BC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b662/importcfg -pack /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/goobj/builtin.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/goobj/builtinlist.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/goobj/funcinfo.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/goobj/objfile.go
2025-08-20T21:58:30.8314576Z [00:02:32.657]➜  go tool buildid -w $WORK/b646/_pkg_.a # internal
2025-08-20T21:58:30.8383498Z [00:02:32.663]➜  cp $WORK/b646/_pkg_.a /root/.cache/go-build/f0/f07ea0a15cf2355c2fc6c8689b1b0a8acb564252a4477dd545b62dd045222197-d # internal
2025-08-20T21:58:30.8389281Z [00:02:32.664]➜  github.com/twitchyliquid64/golang-asm/src
2025-08-20T21:58:30.8390063Z [00:02:32.664]➜  mkdir -p $WORK/b664/
2025-08-20T21:58:30.8391511Z [00:02:32.664]➜  cat >/tmp/go-build282983591/b664/importcfg << 'EOF' # internal
2025-08-20T21:58:30.8392193Z [00:02:32.664]➜  # import config
2025-08-20T21:58:30.8392864Z [00:02:32.664]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:30.8393926Z [00:02:32.664]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:30.8394801Z [00:02:32.664]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:30.8395429Z [00:02:32.664]➜  EOF
2025-08-20T21:58:30.8404620Z [00:02:32.665]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b664/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/src=>github.com/twitchyliquid64/golang-asm@v0.15.1/src;$WORK/b664=>" -p github.com/twitchyliquid64/golang-asm/src -lang=go1.13 -complete -installsuffix shared -buildid tJBi6sk51778xO72ZST_/tJBi6sk51778xO72ZST_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b664/importcfg -pack /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/src/pos.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/src/xpos.go
2025-08-20T21:58:30.8893116Z [00:02:32.714]➜  cd /root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/internal/iasm/x86_64
2025-08-20T21:58:30.8898826Z [00:02:32.714]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/bytedance/sonic/loader/internal/iasm/x86_64 -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/internal/iasm/x86_64=>github.com/bytedance/sonic/loader@v0.3.0/internal/iasm/x86_64;$WORK/b641=>" -I $WORK/b641/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b641/asm.o ./asm.s
2025-08-20T21:58:30.8959030Z [00:02:32.721]➜  go tool pack r $WORK/b641/_pkg_.a $WORK/b641/asm.o # internal
2025-08-20T21:58:30.8962462Z [00:02:32.721]➜  go tool buildid -w $WORK/b641/_pkg_.a # internal
2025-08-20T21:58:30.9131073Z [00:02:32.738]➜  cp $WORK/b641/_pkg_.a /root/.cache/go-build/f5/f55fb7498f0807349a8f10f9c070a94f683b1d85b3fe29545f64ecc44ca22da4-d # internal
2025-08-20T21:58:30.9137640Z [00:02:32.739]➜  github.com/bytedance/sonic/loader/internal/abi
2025-08-20T21:58:30.9140146Z [00:02:32.739]➜  mkdir -p $WORK/b640/
2025-08-20T21:58:30.9140936Z [00:02:32.739]➜  cat >/tmp/go-build282983591/b640/importcfg << 'EOF' # internal
2025-08-20T21:58:30.9141685Z [00:02:32.739]➜  # import config
2025-08-20T21:58:30.9142377Z [00:02:32.739]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:30.9143831Z [00:02:32.739]➜  packagefile github.com/bytedance/sonic/loader/internal/iasm/x86_64=/tmp/go-build282983591/b641/_pkg_.a
2025-08-20T21:58:30.9145317Z [00:02:32.739]➜  packagefile github.com/bytedance/sonic/loader/internal/rt=/tmp/go-build282983591/b643/_pkg_.a
2025-08-20T21:58:30.9146467Z [00:02:32.739]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:30.9147283Z [00:02:32.739]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:30.9148118Z [00:02:32.739]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:30.9148767Z [00:02:32.739]➜  EOF
2025-08-20T21:58:30.9149331Z [00:02:32.739]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:30.9155624Z [00:02:32.739]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b640/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/internal/abi=>github.com/bytedance/sonic/loader@v0.3.0/internal/abi;$WORK/b640=>" -p github.com/bytedance/sonic/loader/internal/abi -lang=go1.16 -complete -installsuffix shared -buildid 9vhcf5jmPaBZ7UfAMl7_/9vhcf5jmPaBZ7UfAMl7_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b640/importcfg -pack /root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/internal/abi/abi.go /root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/internal/abi/abi_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/internal/abi/abi_regabi_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/internal/abi/stubs.go
2025-08-20T21:58:30.9163504Z [00:02:32.742]➜  go tool buildid -w $WORK/b579/_pkg_.a # internal
2025-08-20T21:58:30.9268463Z [00:02:32.752]➜  cp $WORK/b579/_pkg_.a /root/.cache/go-build/ef/ef96b94061cced89d05652b7a9df82e124581fe3a2725d3d5376c654ef311539-d # internal
2025-08-20T21:58:30.9275698Z [00:02:32.753]➜  go tool buildid -w $WORK/b664/_pkg_.a # internal
2025-08-20T21:58:30.9291712Z [00:02:32.754]➜  github.com/projectdiscovery/interactsh/pkg/options
2025-08-20T21:58:30.9292715Z [00:02:32.754]➜  mkdir -p $WORK/b578/
2025-08-20T21:58:30.9293567Z [00:02:32.754]➜  cat >/tmp/go-build282983591/b578/importcfg << 'EOF' # internal
2025-08-20T21:58:30.9294323Z [00:02:32.754]➜  # import config
2025-08-20T21:58:30.9295271Z [00:02:32.754]➜  packagefile github.com/projectdiscovery/goflags=/tmp/go-build282983591/b065/_pkg_.a
2025-08-20T21:58:30.9296777Z [00:02:32.754]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:58:30.9314497Z [00:02:32.754]➜  packagefile github.com/projectdiscovery/interactsh/pkg/server=/tmp/go-build282983591/b579/_pkg_.a
2025-08-20T21:58:30.9315960Z [00:02:32.754]➜  packagefile github.com/projectdiscovery/utils/auth/pdcp=/tmp/go-build282983591/b341/_pkg_.a
2025-08-20T21:58:30.9317324Z [00:02:32.754]➜  packagefile github.com/projectdiscovery/utils/update=/tmp/go-build282983591/b480/_pkg_.a
2025-08-20T21:58:30.9318366Z [00:02:32.754]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:30.9319004Z [00:02:32.754]➜  EOF
2025-08-20T21:58:30.9325388Z [00:02:32.754]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b578/_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/b578=>" -p github.com/projectdiscovery/interactsh/pkg/options -lang=go1.21 -complete -installsuffix shared -buildid GuICgSQogF5Jf0XxZolO/GuICgSQogF5Jf0XxZolO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b578/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:58:30.9331551Z [00:02:32.755]➜  cp $WORK/b664/_pkg_.a /root/.cache/go-build/90/9017747f9317a37c964f314075b05fc7dd43aa720e40fd64b243680f3ed1ef20-d # internal
2025-08-20T21:58:30.9332875Z [00:02:32.756]➜  github.com/twitchyliquid64/golang-asm/sys
2025-08-20T21:58:30.9333456Z [00:02:32.756]➜  mkdir -p $WORK/b665/
2025-08-20T21:58:30.9334144Z [00:02:32.756]➜  cat >/tmp/go-build282983591/b665/importcfg << 'EOF' # internal
2025-08-20T21:58:30.9334766Z [00:02:32.756]➜  # import config
2025-08-20T21:58:30.9335445Z [00:02:32.756]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:30.9336099Z [00:02:32.756]➜  EOF
2025-08-20T21:58:30.9340583Z [00:02:32.756]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b665/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/sys=>github.com/twitchyliquid64/golang-asm@v0.15.1/sys;$WORK/b665=>" -p github.com/twitchyliquid64/golang-asm/sys -lang=go1.13 -complete -installsuffix shared -buildid Zy2M_Zd-z9ZJJaZpgU0h/Zy2M_Zd-z9ZJJaZpgU0h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b665/importcfg -pack /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/sys/arch.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/sys/supported.go
2025-08-20T21:58:31.0032799Z [00:02:32.828]➜  go tool buildid -w $WORK/b662/_pkg_.a # internal
2025-08-20T21:58:31.0100101Z [00:02:32.835]➜  cp $WORK/b662/_pkg_.a /root/.cache/go-build/12/12260cc5d4edadc744238757b8fa32a7e9db4bd33029470f3e7b28d62c448818-d # internal
2025-08-20T21:58:31.0107330Z [00:02:32.836]➜  github.com/bytedance/sonic/internal/decoder/consts
2025-08-20T21:58:31.0117595Z [00:02:32.837]➜  mkdir -p $WORK/b679/
2025-08-20T21:58:31.0118497Z [00:02:32.837]➜  cat >/tmp/go-build282983591/b679/importcfg << 'EOF' # internal
2025-08-20T21:58:31.0119297Z [00:02:32.837]➜  # import config
2025-08-20T21:58:31.0120572Z [00:02:32.837]➜  packagefile github.com/bytedance/sonic/internal/native/types=/tmp/go-build282983591/b650/_pkg_.a
2025-08-20T21:58:31.0121881Z [00:02:32.837]➜  EOF
2025-08-20T21:58:31.0126225Z [00:02:32.837]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b679/_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/b679=>" -p github.com/bytedance/sonic/internal/decoder/consts -lang=go1.17 -complete -installsuffix shared -buildid rGtlQB7_w9qiCyFGM_XP/rGtlQB7_w9qiCyFGM_XP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b679/importcfg -pack /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/consts/option.go
2025-08-20T21:58:31.0191422Z [00:02:32.844]➜  go tool buildid -w $WORK/b640/_pkg_.a # internal
2025-08-20T21:58:31.0204156Z [00:02:32.846]➜  cp $WORK/b640/_pkg_.a /root/.cache/go-build/04/041109fbb84a6cbc432432ff9c9330efedfdb9f78ee519929ab36129240d86d3-d # internal
2025-08-20T21:58:31.0206892Z [00:02:32.846]➜  github.com/bytedance/sonic/loader
2025-08-20T21:58:31.0207539Z [00:02:32.846]➜  mkdir -p $WORK/b639/
2025-08-20T21:58:31.0213088Z [00:02:32.846]➜  cat >/tmp/go-build282983591/b639/importcfg << 'EOF' # internal
2025-08-20T21:58:31.0213834Z [00:02:32.846]➜  # import config
2025-08-20T21:58:31.0214528Z [00:02:32.846]➜  packagefile encoding=/tmp/go-build282983591/b068/_pkg_.a
2025-08-20T21:58:31.0215450Z [00:02:32.846]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:31.0216340Z [00:02:32.846]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:31.0217465Z [00:02:32.846]➜  packagefile github.com/bytedance/sonic/loader/internal/abi=/tmp/go-build282983591/b640/_pkg_.a
2025-08-20T21:58:31.0218843Z [00:02:32.846]➜  packagefile github.com/bytedance/sonic/loader/internal/rt=/tmp/go-build282983591/b643/_pkg_.a
2025-08-20T21:58:31.0220113Z [00:02:32.846]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:31.0220929Z [00:02:32.846]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:31.0224683Z [00:02:32.846]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:31.0225526Z [00:02:32.846]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:31.0226564Z [00:02:32.846]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:31.0227488Z [00:02:32.846]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:31.0228425Z [00:02:32.846]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:31.0229069Z [00:02:32.846]➜  EOF
2025-08-20T21:58:31.0229634Z [00:02:32.846]➜  go tool buildid -w $WORK/b679/_pkg_.a # internal
2025-08-20T21:58:31.0232296Z [00:02:32.848]➜  cp $WORK/b679/_pkg_.a /root/.cache/go-build/2b/2b18e81718185ab54fa65cb688fbec9434379d6c646ad9caf2d11e46e6d860b4-d # internal
2025-08-20T21:58:31.0233453Z [00:02:32.848]➜  github.com/bytedance/sonic/internal/envs
2025-08-20T21:58:31.0234048Z [00:02:32.848]➜  mkdir -p $WORK/b683/
2025-08-20T21:58:31.0242345Z [00:02:32.848]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b639/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0=>github.com/bytedance/sonic/loader@v0.3.0;$WORK/b639=>" -p github.com/bytedance/sonic/loader -lang=go1.16 -complete -installsuffix shared -buildid NtKH7uC9J0Mta2mQrOJ4/NtKH7uC9J0Mta2mQrOJ4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b639/importcfg -pack /root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/funcdata.go /root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/funcdata_go123.go /root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/funcdata_latest.go /root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/loader.go /root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/loader_latest.go /root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/mmap_unix.go /root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/pcdata.go /root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/register.go /root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/stubs.go /root/go/pkg/mod/github.com/bytedance/sonic/loader@v0.3.0/wrapper.go
2025-08-20T21:58:31.0250640Z [00:02:32.848]➜  cat >/tmp/go-build282983591/b683/importcfg << 'EOF' # internal
2025-08-20T21:58:31.0251689Z [00:02:32.848]➜  # import config
2025-08-20T21:58:31.0252319Z [00:02:32.848]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:31.0252880Z [00:02:32.848]➜  EOF
2025-08-20T21:58:31.0256554Z [00:02:32.848]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b683/_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/b683=>" -p github.com/bytedance/sonic/internal/envs -lang=go1.17 -complete -installsuffix shared -buildid 9CI5iciYmHWss9Jfx5F8/9CI5iciYmHWss9Jfx5F8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b683/importcfg -pack /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/envs/decode.go
2025-08-20T21:58:31.0260970Z [00:02:32.851]➜  go tool buildid -w $WORK/b665/_pkg_.a # internal
2025-08-20T21:58:31.0273464Z [00:02:32.853]➜  cp $WORK/b665/_pkg_.a /root/.cache/go-build/4d/4d8c25cf6c907486a2f3dfd134f4398f4e3cafd96d4f74ae130b16707a6e0d47-d # internal
2025-08-20T21:58:31.0289043Z [00:02:32.854]➜  github.com/twitchyliquid64/golang-asm/obj
2025-08-20T21:58:31.0296625Z [00:02:32.854]➜  mkdir -p $WORK/b658/
2025-08-20T21:58:31.0302207Z [00:02:32.855]➜  cat >/tmp/go-build282983591/b658/importcfg << 'EOF' # internal
2025-08-20T21:58:31.0303258Z [00:02:32.855]➜  # import config
2025-08-20T21:58:31.0304219Z [00:02:32.855]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:31.0305075Z [00:02:32.855]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:31.0305932Z [00:02:32.855]➜  packagefile crypto/sha1=/tmp/go-build282983591/b095/_pkg_.a
2025-08-20T21:58:31.0306870Z [00:02:32.855]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:31.0307722Z [00:02:32.855]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:31.0308803Z [00:02:32.855]➜  packagefile github.com/twitchyliquid64/golang-asm/bio=/tmp/go-build282983591/b659/_pkg_.a
2025-08-20T21:58:31.0310308Z [00:02:32.856]➜  packagefile github.com/twitchyliquid64/golang-asm/dwarf=/tmp/go-build282983591/b660/_pkg_.a
2025-08-20T21:58:31.0311872Z [00:02:32.856]➜  packagefile github.com/twitchyliquid64/golang-asm/goobj=/tmp/go-build282983591/b662/_pkg_.a
2025-08-20T21:58:31.0313228Z [00:02:32.856]➜  packagefile github.com/twitchyliquid64/golang-asm/objabi=/tmp/go-build282983591/b661/_pkg_.a
2025-08-20T21:58:31.0353155Z [00:02:32.856]➜  packagefile github.com/twitchyliquid64/golang-asm/src=/tmp/go-build282983591/b664/_pkg_.a
2025-08-20T21:58:31.0354593Z [00:02:32.856]➜  packagefile github.com/twitchyliquid64/golang-asm/sys=/tmp/go-build282983591/b665/_pkg_.a
2025-08-20T21:58:31.0355586Z [00:02:32.856]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:31.0356333Z [00:02:32.856]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:31.0357106Z [00:02:32.856]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:31.0358136Z [00:02:32.856]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:31.0358955Z [00:02:32.856]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:31.0359704Z [00:02:32.856]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:31.0360682Z [00:02:32.856]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:31.0361446Z [00:02:32.856]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:31.0362007Z [00:02:32.856]➜  EOF
2025-08-20T21:58:31.0373768Z [00:02:32.856]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b658/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj=>github.com/twitchyliquid64/golang-asm@v0.15.1/obj;$WORK/b658=>" -p github.com/twitchyliquid64/golang-asm/obj -lang=go1.13 -complete -installsuffix shared -buildid gADmmfjlRvzKROAmc9vs/gADmmfjlRvzKROAmc9vs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b658/importcfg -pack /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/abi_string.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/addrtype_string.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/data.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/dwarf.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/go.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/inl.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/ld.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/line.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/link.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/objfile.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/pass.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/pcln.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/plist.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/sym.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/textflag.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/util.go
2025-08-20T21:58:31.0390452Z [00:02:32.859]➜  go tool buildid -w $WORK/b683/_pkg_.a # internal
2025-08-20T21:58:31.0396523Z [00:02:32.859]➜  cp $WORK/b683/_pkg_.a /root/.cache/go-build/7e/7e2acf084adb3ae835c892bfda42bc4db1d9ed89b24cdd92706682ace7424e85-d # internal
2025-08-20T21:58:31.0405690Z [00:02:32.865]➜  gopkg.in/yaml.v2
2025-08-20T21:58:31.0406406Z [00:02:32.865]➜  mkdir -p $WORK/b685/
2025-08-20T21:58:31.0407265Z [00:02:32.865]➜  cat >/tmp/go-build282983591/b685/importcfg << 'EOF' # internal
2025-08-20T21:58:31.0408075Z [00:02:32.865]➜  # import config
2025-08-20T21:58:31.0408847Z [00:02:32.865]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:31.0410232Z [00:02:32.865]➜  packagefile encoding=/tmp/go-build282983591/b068/_pkg_.a
2025-08-20T21:58:31.0411271Z [00:02:32.865]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:31.0412682Z [00:02:32.865]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:31.0413583Z [00:02:32.865]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:31.0414411Z [00:02:32.865]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:31.0415265Z [00:02:32.865]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:31.0416108Z [00:02:32.865]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:31.0417023Z [00:02:32.865]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:31.0417933Z [00:02:32.865]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:31.0418858Z [00:02:32.865]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:31.0420074Z [00:02:32.865]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:31.0420999Z [00:02:32.865]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:31.0422009Z [00:02:32.865]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:31.0423021Z [00:02:32.865]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:31.0424238Z [00:02:32.866]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:31.0424888Z [00:02:32.866]➜  EOF
2025-08-20T21:58:31.0432831Z [00:02:32.866]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b685/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0=>gopkg.in/yaml.v2@v2.4.0;$WORK/b685=>" -p gopkg.in/yaml.v2 -lang=go1.15 -complete -installsuffix shared -buildid gu-TbjL_AyIN-WHQ_nrS/gu-TbjL_AyIN-WHQ_nrS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b685/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:58:31.0497448Z [00:02:32.874]➜  go tool buildid -w $WORK/b578/_pkg_.a # internal
2025-08-20T21:58:31.0523559Z [00:02:32.878]➜  cp $WORK/b578/_pkg_.a /root/.cache/go-build/b3/b38127d973509a4c344165583e580e29a8f3d77d7d828ded29755a9ec1bc1934-d # internal
2025-08-20T21:58:31.0531744Z [00:02:32.878]➜  github.com/projectdiscovery/interactsh/pkg/client
2025-08-20T21:58:31.0532419Z [00:02:32.878]➜  mkdir -p $WORK/b326/
2025-08-20T21:58:31.0544034Z [00:02:32.880]➜  cat >/tmp/go-build282983591/b326/importcfg << 'EOF' # internal
2025-08-20T21:58:31.0545565Z [00:02:32.880]➜  # import config
2025-08-20T21:58:31.0546981Z [00:02:32.880]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:31.0547986Z [00:02:32.880]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:31.0550103Z [00:02:32.880]➜  packagefile crypto/aes=/tmp/go-build282983591/b108/_pkg_.a
2025-08-20T21:58:31.0551052Z [00:02:32.880]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:58:31.0552019Z [00:02:32.880]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:31.0552939Z [00:02:32.880]➜  packagefile crypto/rsa=/tmp/go-build282983591/b148/_pkg_.a
2025-08-20T21:58:31.0553849Z [00:02:32.880]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:31.0554766Z [00:02:32.880]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:58:31.0555702Z [00:02:32.880]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:31.0556629Z [00:02:32.880]➜  packagefile encoding/pem=/tmp/go-build282983591/b157/_pkg_.a
2025-08-20T21:58:31.0557525Z [00:02:32.880]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:31.0558542Z [00:02:32.880]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:31.0559439Z [00:02:32.880]➜  packagefile github.com/google/uuid=/tmp/go-build282983591/b327/_pkg_.a
2025-08-20T21:58:31.0560742Z [00:02:32.880]➜  packagefile github.com/json-iterator/go=/tmp/go-build282983591/b244/_pkg_.a
2025-08-20T21:58:31.0561940Z [00:02:32.880]➜  packagefile github.com/projectdiscovery/asnmap/libs=/tmp/go-build282983591/b329/_pkg_.a
2025-08-20T21:58:31.0563195Z [00:02:32.880]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:58:31.0564543Z [00:02:32.880]➜  packagefile github.com/projectdiscovery/interactsh/pkg/options=/tmp/go-build282983591/b578/_pkg_.a
2025-08-20T21:58:31.0565998Z [00:02:32.880]➜  packagefile github.com/projectdiscovery/interactsh/pkg/server=/tmp/go-build282983591/b579/_pkg_.a
2025-08-20T21:58:31.0567682Z [00:02:32.880]➜  packagefile github.com/projectdiscovery/interactsh/pkg/settings=/tmp/go-build282983591/b619/_pkg_.a
2025-08-20T21:58:31.0569162Z [00:02:32.880]➜  packagefile github.com/projectdiscovery/interactsh/pkg/storage=/tmp/go-build282983591/b609/_pkg_.a
2025-08-20T21:58:31.0574324Z [00:02:32.880]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build282983591/b342/_pkg_.a
2025-08-20T21:58:31.0575725Z [00:02:32.880]➜  packagefile github.com/projectdiscovery/utils/errors=/tmp/go-build282983591/b620/_pkg_.a
2025-08-20T21:58:31.0577048Z [00:02:32.880]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build282983591/b336/_pkg_.a
2025-08-20T21:58:31.0578348Z [00:02:32.880]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build282983591/b191/_pkg_.a
2025-08-20T21:58:31.0580015Z [00:02:32.880]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:58:31.0581387Z [00:02:32.880]➜  packagefile github.com/rs/xid=/tmp/go-build282983591/b611/_pkg_.a
2025-08-20T21:58:31.0582520Z [00:02:32.880]➜  packagefile gopkg.in/corvus-ch/zbase32.v1=/tmp/go-build282983591/b621/_pkg_.a
2025-08-20T21:58:31.0583593Z [00:02:32.880]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build282983591/b202/_pkg_.a
2025-08-20T21:58:31.0584477Z [00:02:32.880]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:31.0585261Z [00:02:32.880]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:31.0586083Z [00:02:32.880]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:31.0586930Z [00:02:32.880]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:31.0587746Z [00:02:32.880]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:31.0588553Z [00:02:32.880]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:31.0589390Z [00:02:32.880]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:31.0590477Z [00:02:32.880]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:31.0591365Z [00:02:32.880]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:31.0592011Z [00:02:32.880]➜  EOF
2025-08-20T21:58:31.0596099Z [00:02:32.880]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b326/_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/b326=>" -p github.com/projectdiscovery/interactsh/pkg/client -lang=go1.21 -complete -installsuffix shared -buildid SBfCRmVgYatgKOGM_dfs/SBfCRmVgYatgKOGM_dfs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b326/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/interactsh@v1.2.4/pkg/client/client.go
2025-08-20T21:58:31.1453459Z [00:02:32.970]➜  go tool buildid -w $WORK/b639/_pkg_.a # internal
2025-08-20T21:58:31.1472247Z [00:02:32.972]➜  cp $WORK/b639/_pkg_.a /root/.cache/go-build/0c/0ce1e29048d93479f3b2b114e2092b525f5aad04915a075b3a418f92d23eab89-d # internal
2025-08-20T21:58:31.1478016Z [00:02:32.973]➜  github.com/cloudwego/base64x/internal/native/avx2
2025-08-20T21:58:31.1480870Z [00:02:32.973]➜  mkdir -p $WORK/b638/
2025-08-20T21:58:31.1484388Z [00:02:32.974]➜  cat >/tmp/go-build282983591/b638/importcfg << 'EOF' # internal
2025-08-20T21:58:31.1490612Z [00:02:32.974]➜  # import config
2025-08-20T21:58:31.1491420Z [00:02:32.974]➜  packagefile github.com/bytedance/sonic/loader=/tmp/go-build282983591/b639/_pkg_.a
2025-08-20T21:58:31.1492625Z [00:02:32.974]➜  packagefile github.com/cloudwego/base64x/internal/rt=/tmp/go-build282983591/b644/_pkg_.a
2025-08-20T21:58:31.1493444Z [00:02:32.974]➜  EOF
2025-08-20T21:58:31.1501293Z [00:02:32.974]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b638/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudwego/base64x@v0.1.5/internal/native/avx2=>github.com/cloudwego/base64x@v0.1.5/internal/native/avx2;$WORK/b638=>" -p github.com/cloudwego/base64x/internal/native/avx2 -lang=go1.16 -complete -installsuffix shared -buildid 9QfcJPd-C3S7_TbXO1Wz/9QfcJPd-C3S7_TbXO1Wz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b638/importcfg -pack /root/go/pkg/mod/github.com/cloudwego/base64x@v0.1.5/internal/native/avx2/b64decode.go /root/go/pkg/mod/github.com/cloudwego/base64x@v0.1.5/internal/native/avx2/b64decode_subr.go /root/go/pkg/mod/github.com/cloudwego/base64x@v0.1.5/internal/native/avx2/b64decode_text_amd64.go /root/go/pkg/mod/github.com/cloudwego/base64x@v0.1.5/internal/native/avx2/b64encode.go /root/go/pkg/mod/github.com/cloudwego/base64x@v0.1.5/internal/native/avx2/b64encode_subr.go /root/go/pkg/mod/github.com/cloudwego/base64x@v0.1.5/internal/native/avx2/b64encode_text_amd64.go /root/go/pkg/mod/github.com/cloudwego/base64x@v0.1.5/internal/native/avx2/native_export.go
2025-08-20T21:58:31.2114144Z [00:02:33.036]➜  go tool buildid -w $WORK/b638/_pkg_.a # internal
2025-08-20T21:58:31.2122382Z [00:02:33.037]➜  cp $WORK/b638/_pkg_.a /root/.cache/go-build/6e/6eca60ec1ead04f079e32b28abdfea85bc1634cd461d4618c70f2efe22a7a9a1-d # internal
2025-08-20T21:58:31.2127185Z [00:02:33.038]➜  github.com/cloudwego/base64x/internal/native/sse
2025-08-20T21:58:31.2135173Z [00:02:33.038]➜  mkdir -p $WORK/b645/
2025-08-20T21:58:31.2136766Z [00:02:33.039]➜  cat >/tmp/go-build282983591/b645/importcfg << 'EOF' # internal
2025-08-20T21:58:31.2137808Z [00:02:33.039]➜  # import config
2025-08-20T21:58:31.2138800Z [00:02:33.039]➜  packagefile github.com/bytedance/sonic/loader=/tmp/go-build282983591/b639/_pkg_.a
2025-08-20T21:58:31.2140424Z [00:02:33.039]➜  packagefile github.com/cloudwego/base64x/internal/rt=/tmp/go-build282983591/b644/_pkg_.a
2025-08-20T21:58:31.2142210Z [00:02:33.039]➜  EOF
2025-08-20T21:58:31.2150398Z [00:02:33.039]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b645/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudwego/base64x@v0.1.5/internal/native/sse=>github.com/cloudwego/base64x@v0.1.5/internal/native/sse;$WORK/b645=>" -p github.com/cloudwego/base64x/internal/native/sse -lang=go1.16 -complete -installsuffix shared -buildid wZ3BJZf_vHLRRPfjPi58/wZ3BJZf_vHLRRPfjPi58 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b645/importcfg -pack /root/go/pkg/mod/github.com/cloudwego/base64x@v0.1.5/internal/native/sse/b64decode.go /root/go/pkg/mod/github.com/cloudwego/base64x@v0.1.5/internal/native/sse/b64decode_subr.go /root/go/pkg/mod/github.com/cloudwego/base64x@v0.1.5/internal/native/sse/b64decode_text_amd64.go /root/go/pkg/mod/github.com/cloudwego/base64x@v0.1.5/internal/native/sse/b64encode.go /root/go/pkg/mod/github.com/cloudwego/base64x@v0.1.5/internal/native/sse/b64encode_subr.go /root/go/pkg/mod/github.com/cloudwego/base64x@v0.1.5/internal/native/sse/b64encode_text_amd64.go /root/go/pkg/mod/github.com/cloudwego/base64x@v0.1.5/internal/native/sse/native_export.go
2025-08-20T21:58:31.2622676Z [00:02:33.087]➜  go tool buildid -w $WORK/b645/_pkg_.a # internal
2025-08-20T21:58:31.2631202Z [00:02:33.088]➜  cp $WORK/b645/_pkg_.a /root/.cache/go-build/74/74deb00b1aca2fe136ab601b2f0dc29e1eea111ef999f01859aa4255bd44db08-d # internal
2025-08-20T21:58:31.2636372Z [00:02:33.089]➜  github.com/cloudwego/base64x/internal/native
2025-08-20T21:58:31.2637062Z [00:02:33.089]➜  mkdir -p $WORK/b637/
2025-08-20T21:58:31.2646357Z [00:02:33.089]➜  cat >/tmp/go-build282983591/b637/importcfg << 'EOF' # internal
2025-08-20T21:58:31.2647100Z [00:02:33.089]➜  # import config
2025-08-20T21:58:31.2648155Z [00:02:33.089]➜  packagefile github.com/cloudwego/base64x/internal/native/avx2=/tmp/go-build282983591/b638/_pkg_.a
2025-08-20T21:58:31.2649704Z [00:02:33.089]➜  packagefile github.com/cloudwego/base64x/internal/native/sse=/tmp/go-build282983591/b645/_pkg_.a
2025-08-20T21:58:31.2651256Z [00:02:33.089]➜  packagefile github.com/cloudwego/base64x/internal/rt=/tmp/go-build282983591/b644/_pkg_.a
2025-08-20T21:58:31.2652543Z [00:02:33.089]➜  packagefile github.com/klauspost/cpuid/v2=/tmp/go-build282983591/b586/_pkg_.a
2025-08-20T21:58:31.2653350Z [00:02:33.089]➜  EOF
2025-08-20T21:58:31.2657324Z [00:02:33.089]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b637/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudwego/base64x@v0.1.5/internal/native=>github.com/cloudwego/base64x@v0.1.5/internal/native;$WORK/b637=>" -p github.com/cloudwego/base64x/internal/native -lang=go1.16 -complete -installsuffix shared -buildid qQg4yq9h1mbkvhpCFUkw/qQg4yq9h1mbkvhpCFUkw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b637/importcfg -pack /root/go/pkg/mod/github.com/cloudwego/base64x@v0.1.5/internal/native/dispatch.go
2025-08-20T21:58:31.2785096Z [00:02:33.104]➜  go tool buildid -w $WORK/b637/_pkg_.a # internal
2025-08-20T21:58:31.2794495Z [00:02:33.104]➜  cp $WORK/b637/_pkg_.a /root/.cache/go-build/e2/e225674f2093521b162a7db5a6d22fe69ab8ac4636ad3082c8e5ccf8d20707a8-d # internal
2025-08-20T21:58:31.2797132Z [00:02:33.105]➜  github.com/cloudwego/base64x
2025-08-20T21:58:31.2797982Z [00:02:33.105]➜  mkdir -p $WORK/b636/
2025-08-20T21:58:31.2803411Z [00:02:33.105]➜  cat >/tmp/go-build282983591/b636/importcfg << 'EOF' # internal
2025-08-20T21:58:31.2805531Z [00:02:33.106]➜  # import config
2025-08-20T21:58:31.2807440Z [00:02:33.106]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:31.2809383Z [00:02:33.106]➜  packagefile github.com/cloudwego/base64x/internal/native=/tmp/go-build282983591/b637/_pkg_.a
2025-08-20T21:58:31.2811015Z [00:02:33.106]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:31.2812687Z [00:02:33.106]➜  EOF
2025-08-20T21:58:31.2817199Z [00:02:33.106]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b636/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudwego/base64x@v0.1.5=>github.com/cloudwego/base64x@v0.1.5;$WORK/b636=>" -p github.com/cloudwego/base64x -lang=go1.16 -complete -installsuffix shared -buildid xt55Wkg_ylOw9QB55Q64/xt55Wkg_ylOw9QB55Q64 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b636/importcfg -pack /root/go/pkg/mod/github.com/cloudwego/base64x@v0.1.5/base64x.go /root/go/pkg/mod/github.com/cloudwego/base64x@v0.1.5/base64x_subr_amd64.go /root/go/pkg/mod/github.com/cloudwego/base64x@v0.1.5/faststr.go
2025-08-20T21:58:31.3065922Z [00:02:33.132]➜  go tool buildid -w $WORK/b636/_pkg_.a # internal
2025-08-20T21:58:31.3085000Z [00:02:33.134]➜  cp $WORK/b636/_pkg_.a /root/.cache/go-build/d4/d4025983ae38b312513aefbdf5d33aefb337c5ef7538ea8278b20fc7cfbe9db5-d # internal
2025-08-20T21:58:31.3089454Z [00:02:33.134]➜  github.com/bytedance/sonic/internal/rt
2025-08-20T21:58:31.3090273Z [00:02:33.134]➜  mkdir -p $WORK/b634/
2025-08-20T21:58:31.3090891Z [00:02:33.134]➜  echo -n > $WORK/b634/go_asm.h # internal
2025-08-20T21:58:31.3091732Z [00:02:33.134]➜  cd /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/rt
2025-08-20T21:58:31.3094684Z [00:02:33.134]➜  /root/.go/pkg/tool/linux_amd64/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/b634=>" -I $WORK/b634/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b634/symabis ./asm_amd64.s
2025-08-20T21:58:31.3127964Z [00:02:33.138]➜  cat >/tmp/go-build282983591/b634/importcfg << 'EOF' # internal
2025-08-20T21:58:31.3129565Z [00:02:33.138]➜  # import config
2025-08-20T21:58:31.3130471Z [00:02:33.138]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:31.3131570Z [00:02:33.138]➜  packagefile github.com/bytedance/sonic/option=/tmp/go-build282983591/b635/_pkg_.a
2025-08-20T21:58:31.3132762Z [00:02:33.138]➜  packagefile github.com/cloudwego/base64x=/tmp/go-build282983591/b636/_pkg_.a
2025-08-20T21:58:31.3133896Z [00:02:33.138]➜  packagefile golang.org/x/arch/x86/x86asm=/tmp/go-build282983591/b646/_pkg_.a
2025-08-20T21:58:31.3134881Z [00:02:33.138]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:31.3135758Z [00:02:33.138]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:31.3136677Z [00:02:33.138]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:31.3137702Z [00:02:33.138]➜  EOF
2025-08-20T21:58:31.3138251Z [00:02:33.138]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:31.3149271Z [00:02:33.138]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b634/_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/b634=>" -p github.com/bytedance/sonic/internal/rt -lang=go1.17 -installsuffix shared -buildid m6aZaq7mqioR8nfjjcTx/m6aZaq7mqioR8nfjjcTx -goversion go1.25.0 -symabis $WORK/b634/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b634/importcfg -pack -asmhdr $WORK/b634/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_amd64.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:58:31.4441724Z [00:02:33.269]➜  cd /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/rt
2025-08-20T21:58:31.4474971Z [00:02:33.272]➜  /root/.go/pkg/tool/linux_amd64/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/b634=>" -I $WORK/b634/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b634/asm_amd64.o ./asm_amd64.s
2025-08-20T21:58:31.4479742Z [00:02:33.272]➜  go tool buildid -w $WORK/b326/_pkg_.a # internal
2025-08-20T21:58:31.4539344Z [00:02:33.279]➜  cp $WORK/b326/_pkg_.a /root/.cache/go-build/06/069643651d018c5d2210db042960001c7949458494aacec169188c62a29e38b9-d # internal
2025-08-20T21:58:31.4542382Z [00:02:33.279]➜  github.com/buger/jsonparser
2025-08-20T21:58:31.4573794Z [00:02:33.283]➜  mkdir -p $WORK/b692/
2025-08-20T21:58:31.4586175Z [00:02:33.283]➜  cat >/tmp/go-build282983591/b692/importcfg << 'EOF' # internal
2025-08-20T21:58:31.4586930Z [00:02:33.283]➜  # import config
2025-08-20T21:58:31.4587602Z [00:02:33.283]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:31.4588435Z [00:02:33.283]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:31.4589262Z [00:02:33.283]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:31.4590516Z [00:02:33.283]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:31.4594600Z [00:02:33.283]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:31.4595420Z [00:02:33.283]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:31.4596253Z [00:02:33.283]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:31.4596908Z [00:02:33.283]➜  EOF
2025-08-20T21:58:31.4597435Z [00:02:33.283]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:31.4602949Z [00:02:33.284]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b692/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/buger/jsonparser@v1.1.1=>github.com/buger/jsonparser@v1.1.1;$WORK/b692=>" -p github.com/buger/jsonparser -lang=go1.13 -complete -installsuffix shared -buildid 4ynuACIGwmrrbamUzCan/4ynuACIGwmrrbamUzCan -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b692/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:58:31.4623007Z [00:02:33.287]➜  cd /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/rt
2025-08-20T21:58:31.4624064Z [00:02:33.287]➜  go tool pack r $WORK/b634/_pkg_.a $WORK/b634/asm_amd64.o # internal
2025-08-20T21:58:31.4624884Z [00:02:33.287]➜  go tool buildid -w $WORK/b634/_pkg_.a # internal
2025-08-20T21:58:31.4676653Z [00:02:33.293]➜  cp $WORK/b634/_pkg_.a /root/.cache/go-build/3a/3abc57e6f863d23e7b6cb165a37d09f2f70160b96a739e406a93a2f5e76fcd31-d # internal
2025-08-20T21:58:31.4693901Z [00:02:33.295]➜  github.com/bytedance/sonic/internal/caching
2025-08-20T21:58:31.4695155Z [00:02:33.295]➜  mkdir -p $WORK/b633/
2025-08-20T21:58:31.4696274Z [00:02:33.295]➜  echo -n > $WORK/b633/go_asm.h # internal
2025-08-20T21:58:31.4697335Z [00:02:33.295]➜  cd /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/caching
2025-08-20T21:58:31.4700515Z [00:02:33.295]➜  /root/.go/pkg/tool/linux_amd64/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/b633=>" -I $WORK/b633/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b633/symabis ./asm.s
2025-08-20T21:58:31.4786906Z [00:02:33.304]➜  cat >/tmp/go-build282983591/b633/importcfg << 'EOF' # internal
2025-08-20T21:58:31.4787631Z [00:02:33.304]➜  # import config
2025-08-20T21:58:31.4788539Z [00:02:33.304]➜  packagefile github.com/bytedance/sonic/internal/rt=/tmp/go-build282983591/b634/_pkg_.a
2025-08-20T21:58:31.4789621Z [00:02:33.304]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:31.4790716Z [00:02:33.304]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:31.4791575Z [00:02:33.304]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:31.4792238Z [00:02:33.304]➜  EOF
2025-08-20T21:58:31.4792757Z [00:02:33.304]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:31.4802396Z [00:02:33.304]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b633/_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/b633=>" -p github.com/bytedance/sonic/internal/caching -lang=go1.17 -installsuffix shared -buildid my3TjTHLm0199RLvlVeo/my3TjTHLm0199RLvlVeo -goversion go1.25.0 -symabis $WORK/b633/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b633/importcfg -pack -asmhdr $WORK/b633/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:58:31.5520396Z [00:02:33.377]➜  cd /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/caching
2025-08-20T21:58:31.5523773Z [00:02:33.377]➜  /root/.go/pkg/tool/linux_amd64/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/b633=>" -I $WORK/b633/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b633/asm.o ./asm.s
2025-08-20T21:58:31.5610131Z [00:02:33.386]➜  go tool pack r $WORK/b633/_pkg_.a $WORK/b633/asm.o # internal
2025-08-20T21:58:31.5611005Z [00:02:33.386]➜  go tool buildid -w $WORK/b633/_pkg_.a # internal
2025-08-20T21:58:31.5652554Z [00:02:33.390]➜  cp $WORK/b633/_pkg_.a /root/.cache/go-build/20/20ee5ba863f22ea54857caf71b5dace113c47b875975c7d94a7f3918e0ecc662-d # internal
2025-08-20T21:58:31.5668142Z [00:02:33.392]➜  github.com/bytedance/sonic/internal/encoder/vars
2025-08-20T21:58:31.5668846Z [00:02:33.392]➜  mkdir -p $WORK/b632/
2025-08-20T21:58:31.5669603Z [00:02:33.392]➜  cat >/tmp/go-build282983591/b632/importcfg << 'EOF' # internal
2025-08-20T21:58:31.5670445Z [00:02:33.392]➜  # import config
2025-08-20T21:58:31.5671080Z [00:02:33.392]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:31.5671891Z [00:02:33.392]➜  packagefile encoding=/tmp/go-build282983591/b068/_pkg_.a
2025-08-20T21:58:31.5672768Z [00:02:33.392]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:31.5673614Z [00:02:33.392]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:31.5674682Z [00:02:33.392]➜  packagefile github.com/bytedance/sonic/internal/caching=/tmp/go-build282983591/b633/_pkg_.a
2025-08-20T21:58:31.5675949Z [00:02:33.392]➜  packagefile github.com/bytedance/sonic/internal/rt=/tmp/go-build282983591/b634/_pkg_.a
2025-08-20T21:58:31.5677343Z [00:02:33.392]➜  packagefile github.com/bytedance/sonic/option=/tmp/go-build282983591/b635/_pkg_.a
2025-08-20T21:58:31.5678309Z [00:02:33.392]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:31.5679223Z [00:02:33.392]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:31.5680267Z [00:02:33.392]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:31.5702035Z [00:02:33.392]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:31.5702675Z [00:02:33.392]➜  EOF
2025-08-20T21:58:31.5703187Z [00:02:33.392]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:31.5709673Z [00:02:33.392]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b632/_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/b632=>" -p github.com/bytedance/sonic/internal/encoder/vars -lang=go1.17 -complete -installsuffix shared -buildid jm5nT8b-weCnjQEwBZOi/jm5nT8b-weCnjQEwBZOi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b632/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:58:31.5715624Z [00:02:33.394]➜  go tool buildid -w $WORK/b658/_pkg_.a # internal
2025-08-20T21:58:31.5932412Z [00:02:33.418]➜  cp $WORK/b658/_pkg_.a /root/.cache/go-build/d9/d9a3957effe0f67609797f207c664a926f1fa8e57ae2909f0a082f9bd64f611d-d # internal
2025-08-20T21:58:31.6076279Z [00:02:33.433]➜  github.com/bytedance/sonic/internal/native/avx2
2025-08-20T21:58:31.6078309Z [00:02:33.433]➜  mkdir -p $WORK/b649/
2025-08-20T21:58:31.6108455Z [00:02:33.436]➜  cat >/tmp/go-build282983591/b649/importcfg << 'EOF' # internal
2025-08-20T21:58:31.6110493Z [00:02:33.436]➜  # import config
2025-08-20T21:58:31.6111460Z [00:02:33.436]➜  packagefile github.com/bytedance/sonic/internal/native/types=/tmp/go-build282983591/b650/_pkg_.a
2025-08-20T21:58:31.6113095Z [00:02:33.436]➜  packagefile github.com/bytedance/sonic/internal/rt=/tmp/go-build282983591/b634/_pkg_.a
2025-08-20T21:58:31.6114346Z [00:02:33.436]➜  packagefile github.com/bytedance/sonic/loader=/tmp/go-build282983591/b639/_pkg_.a
2025-08-20T21:58:31.6115119Z [00:02:33.436]➜  EOF
2025-08-20T21:58:31.6171760Z [00:02:33.437]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b649/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2=>github.com/bytedance/sonic@v1.14.0/internal/native/avx2;$WORK/b649=>" -p github.com/bytedance/sonic/internal/native/avx2 -lang=go1.17 -complete -installsuffix shared -buildid VHEuIbtpghMjRe1717Ql/VHEuIbtpghMjRe1717Ql -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b649/importcfg -pack /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/f32toa.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/f32toa_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/f32toa_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/f64toa.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/f64toa_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/f64toa_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/get_by_path.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/get_by_path_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/get_by_path_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/html_escape.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/html_escape_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/html_escape_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/i64toa.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/i64toa_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/i64toa_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/lookup_small_key.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/lookup_small_key_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/lookup_small_key_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/lspace.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/lspace_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/lspace_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/native_export.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/parse_with_padding.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/parse_with_padding_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/parse_with_padding_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/quote.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/quote_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/quote_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/skip_array.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/skip_array_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/skip_array_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/skip_number.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/skip_number_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/skip_number_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/skip_object.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/skip_object_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/skip_object_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/skip_one.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/skip_one_fast.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/skip_one_fast_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/skip_one_fast_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/skip_one_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/skip_one_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/u64toa.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/u64toa_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/u64toa_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/unquote.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/unquote_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/unquote_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/validate_one.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/validate_one_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/validate_one_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/validate_utf8.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/validate_utf8_fast.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/validate_utf8_fast_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/validate_utf8_fast_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/validate_utf8_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/validate_utf8_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/value.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/value_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/value_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/vnumber.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/vnumber_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/vnumber_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/vsigned.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/vsigned_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/vsigned_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/vstring.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/vstring_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/vstring_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/vunsigned.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/vunsigned_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/avx2/vunsigned_text_amd64.go
2025-08-20T21:58:31.6481853Z [00:02:33.473]➜  go tool buildid -w $WORK/b632/_pkg_.a # internal
2025-08-20T21:58:31.6496502Z [00:02:33.475]➜  cp $WORK/b632/_pkg_.a /root/.cache/go-build/65/65ec2b008dd5396eb085c0232b7ddc84fdb32ac2ab9abd4736bc3ca2cef35d15-d # internal
2025-08-20T21:58:31.6546910Z [00:02:33.480]➜  github.com/bytedance/sonic/internal/native/sse
2025-08-20T21:58:31.6548896Z [00:02:33.480]➜  mkdir -p $WORK/b651/
2025-08-20T21:58:31.6552909Z [00:02:33.481]➜  cat >/tmp/go-build282983591/b651/importcfg << 'EOF' # internal
2025-08-20T21:58:31.6554884Z [00:02:33.481]➜  # import config
2025-08-20T21:58:31.6556065Z [00:02:33.481]➜  packagefile github.com/bytedance/sonic/internal/native/types=/tmp/go-build282983591/b650/_pkg_.a
2025-08-20T21:58:31.6558744Z [00:02:33.481]➜  packagefile github.com/bytedance/sonic/internal/rt=/tmp/go-build282983591/b634/_pkg_.a
2025-08-20T21:58:31.6560114Z [00:02:33.481]➜  packagefile github.com/bytedance/sonic/loader=/tmp/go-build282983591/b639/_pkg_.a
2025-08-20T21:58:31.6560884Z [00:02:33.481]➜  EOF
2025-08-20T21:58:31.6630878Z [00:02:33.481]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b651/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse=>github.com/bytedance/sonic@v1.14.0/internal/native/sse;$WORK/b651=>" -p github.com/bytedance/sonic/internal/native/sse -lang=go1.17 -complete -installsuffix shared -buildid 0q5Ycix7IiQEXfsYdmIK/0q5Ycix7IiQEXfsYdmIK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b651/importcfg -pack /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/f32toa.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/f32toa_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/f32toa_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/f64toa.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/f64toa_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/f64toa_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/get_by_path.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/get_by_path_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/get_by_path_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/html_escape.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/html_escape_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/html_escape_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/i64toa.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/i64toa_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/i64toa_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/lookup_small_key.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/lookup_small_key_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/lookup_small_key_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/lspace.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/lspace_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/lspace_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/native_export.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/parse_with_padding.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/parse_with_padding_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/parse_with_padding_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/quote.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/quote_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/quote_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/skip_array.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/skip_array_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/skip_array_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/skip_number.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/skip_number_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/skip_number_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/skip_object.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/skip_object_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/skip_object_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/skip_one.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/skip_one_fast.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/skip_one_fast_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/skip_one_fast_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/skip_one_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/skip_one_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/u64toa.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/u64toa_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/u64toa_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/unquote.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/unquote_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/unquote_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/validate_one.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/validate_one_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/validate_one_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/validate_utf8.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/validate_utf8_fast.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/validate_utf8_fast_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/validate_utf8_fast_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/validate_utf8_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/validate_utf8_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/value.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/value_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/value_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/vnumber.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/vnumber_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/vnumber_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/vsigned.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/vsigned_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/vsigned_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/vstring.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/vstring_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/vstring_text_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/vunsigned.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/vunsigned_subr.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/native/sse/vunsigned_text_amd64.go
2025-08-20T21:58:31.7075272Z [00:02:33.533]➜  go tool buildid -w $WORK/b692/_pkg_.a # internal
2025-08-20T21:58:31.7121103Z [00:02:33.537]➜  cp $WORK/b692/_pkg_.a /root/.cache/go-build/af/af13a275e84eafafb56e7a02f72bc9d98ee40fc11548076ff8d1506a6601fe48-d # internal
2025-08-20T21:58:31.7123938Z [00:02:33.537]➜  github.com/bytedance/sonic/internal/encoder/ir
2025-08-20T21:58:31.7124510Z [00:02:33.537]➜  mkdir -p $WORK/b653/
2025-08-20T21:58:31.7125556Z [00:02:33.538]➜  cat >/tmp/go-build282983591/b653/importcfg << 'EOF' # internal
2025-08-20T21:58:31.7126812Z [00:02:33.538]➜  # import config
2025-08-20T21:58:31.7127864Z [00:02:33.538]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:31.7129269Z [00:02:33.538]➜  packagefile github.com/bytedance/sonic/internal/encoder/vars=/tmp/go-build282983591/b632/_pkg_.a
2025-08-20T21:58:31.7130894Z [00:02:33.538]➜  packagefile github.com/bytedance/sonic/internal/resolver=/tmp/go-build282983591/b652/_pkg_.a
2025-08-20T21:58:31.7133395Z [00:02:33.538]➜  packagefile github.com/bytedance/sonic/internal/rt=/tmp/go-build282983591/b634/_pkg_.a
2025-08-20T21:58:31.7134463Z [00:02:33.538]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:31.7135289Z [00:02:33.538]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:31.7136093Z [00:02:33.538]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:31.7136695Z [00:02:33.538]➜  EOF
2025-08-20T21:58:31.7140658Z [00:02:33.538]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b653/_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/b653=>" -p github.com/bytedance/sonic/internal/encoder/ir -lang=go1.17 -complete -installsuffix shared -buildid 7l-NwXkxu2KovXGO8-Kc/7l-NwXkxu2KovXGO8-Kc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b653/importcfg -pack /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/encoder/ir/op.go
2025-08-20T21:58:31.7526303Z [00:02:33.578]➜  go tool buildid -w $WORK/b685/_pkg_.a # internal
2025-08-20T21:58:31.7678613Z [00:02:33.593]➜  cp $WORK/b685/_pkg_.a /root/.cache/go-build/cf/cf5393b21a0b4e18161887c081fd7a9961ef80336910180fb86df7a611db56ad-d # internal
2025-08-20T21:58:31.7683715Z [00:02:33.593]➜  github.com/twitchyliquid64/golang-asm/obj/arm
2025-08-20T21:58:31.7684408Z [00:02:33.593]➜  mkdir -p $WORK/b666/
2025-08-20T21:58:31.7707671Z [00:02:33.596]➜  cat >/tmp/go-build282983591/b666/importcfg << 'EOF' # internal
2025-08-20T21:58:31.7710520Z [00:02:33.596]➜  # import config
2025-08-20T21:58:31.7713527Z [00:02:33.596]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:31.7716415Z [00:02:33.596]➜  packagefile github.com/twitchyliquid64/golang-asm/obj=/tmp/go-build282983591/b658/_pkg_.a
2025-08-20T21:58:31.7720965Z [00:02:33.596]➜  packagefile github.com/twitchyliquid64/golang-asm/objabi=/tmp/go-build282983591/b661/_pkg_.a
2025-08-20T21:58:31.7722279Z [00:02:33.596]➜  packagefile github.com/twitchyliquid64/golang-asm/sys=/tmp/go-build282983591/b665/_pkg_.a
2025-08-20T21:58:31.7723273Z [00:02:33.596]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:31.7724044Z [00:02:33.596]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:31.7724810Z [00:02:33.596]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:31.7725384Z [00:02:33.596]➜  EOF
2025-08-20T21:58:31.7732187Z [00:02:33.596]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b666/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/arm=>github.com/twitchyliquid64/golang-asm@v0.15.1/obj/arm;$WORK/b666=>" -p github.com/twitchyliquid64/golang-asm/obj/arm -lang=go1.13 -complete -installsuffix shared -buildid MWPClr5_c_rt9eYTp_kZ/MWPClr5_c_rt9eYTp_kZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b666/importcfg -pack /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/arm/a.out.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/arm/anames.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/arm/anames5.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/arm/asm5.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/arm/list5.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/arm/obj5.go
2025-08-20T21:58:31.7812733Z [00:02:33.606]➜  go tool buildid -w $WORK/b653/_pkg_.a # internal
2025-08-20T21:58:31.7834493Z [00:02:33.609]➜  cp $WORK/b653/_pkg_.a /root/.cache/go-build/30/305d6768d160d5ff4c591542f8a2efc87ef23556b9c54ee5e560e81dcc122b4f-d # internal
2025-08-20T21:58:31.7841988Z [00:02:33.609]➜  github.com/twitchyliquid64/golang-asm/obj/arm64
2025-08-20T21:58:31.7844392Z [00:02:33.610]➜  mkdir -p $WORK/b667/
2025-08-20T21:58:31.7850325Z [00:02:33.610]➜  cat >/tmp/go-build282983591/b667/importcfg << 'EOF' # internal
2025-08-20T21:58:31.7851204Z [00:02:33.610]➜  # import config
2025-08-20T21:58:31.7852085Z [00:02:33.610]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:31.7853126Z [00:02:33.610]➜  packagefile github.com/twitchyliquid64/golang-asm/obj=/tmp/go-build282983591/b658/_pkg_.a
2025-08-20T21:58:31.7854460Z [00:02:33.610]➜  packagefile github.com/twitchyliquid64/golang-asm/objabi=/tmp/go-build282983591/b661/_pkg_.a
2025-08-20T21:58:31.7855764Z [00:02:33.610]➜  packagefile github.com/twitchyliquid64/golang-asm/src=/tmp/go-build282983591/b664/_pkg_.a
2025-08-20T21:58:31.7857083Z [00:02:33.610]➜  packagefile github.com/twitchyliquid64/golang-asm/sys=/tmp/go-build282983591/b665/_pkg_.a
2025-08-20T21:58:31.7858132Z [00:02:33.610]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:31.7858903Z [00:02:33.610]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:31.7859679Z [00:02:33.610]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:31.7860403Z [00:02:33.610]➜  EOF
2025-08-20T21:58:31.7868584Z [00:02:33.610]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b667/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/arm64=>github.com/twitchyliquid64/golang-asm@v0.15.1/obj/arm64;$WORK/b667=>" -p github.com/twitchyliquid64/golang-asm/obj/arm64 -lang=go1.13 -complete -installsuffix shared -buildid tdLYTe5H7WnZuaUSCCv_/tdLYTe5H7WnZuaUSCCv_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b667/importcfg -pack /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/arm64/a.out.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/arm64/anames.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/arm64/anames7.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/arm64/asm7.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/arm64/doc.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/arm64/list7.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/arm64/obj7.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/arm64/sysRegEnc.go
2025-08-20T21:58:32.0308895Z [00:02:33.856]➜  go tool buildid -w $WORK/b666/_pkg_.a # internal
2025-08-20T21:58:32.0318881Z [00:02:33.857]➜  cp $WORK/b666/_pkg_.a /root/.cache/go-build/ce/ce50ebf67fc79491f9f4f69030c233d8b7507e0306fad855a1ca9e6ce5f3619f-d # internal
2025-08-20T21:58:32.0323031Z [00:02:33.857]➜  github.com/twitchyliquid64/golang-asm/obj/mips
2025-08-20T21:58:32.0323686Z [00:02:33.857]➜  mkdir -p $WORK/b668/
2025-08-20T21:58:32.0327341Z [00:02:33.858]➜  cat >/tmp/go-build282983591/b668/importcfg << 'EOF' # internal
2025-08-20T21:58:32.0330503Z [00:02:33.858]➜  # import config
2025-08-20T21:58:32.0331276Z [00:02:33.858]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:32.0332131Z [00:02:33.858]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:32.0333172Z [00:02:33.858]➜  packagefile github.com/twitchyliquid64/golang-asm/obj=/tmp/go-build282983591/b658/_pkg_.a
2025-08-20T21:58:32.0334465Z [00:02:33.858]➜  packagefile github.com/twitchyliquid64/golang-asm/objabi=/tmp/go-build282983591/b661/_pkg_.a
2025-08-20T21:58:32.0335736Z [00:02:33.858]➜  packagefile github.com/twitchyliquid64/golang-asm/sys=/tmp/go-build282983591/b665/_pkg_.a
2025-08-20T21:58:32.0336721Z [00:02:33.858]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:32.0337481Z [00:02:33.858]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:32.0338258Z [00:02:33.858]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:32.0338840Z [00:02:33.858]➜  EOF
2025-08-20T21:58:32.0346094Z [00:02:33.858]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b668/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/mips=>github.com/twitchyliquid64/golang-asm@v0.15.1/obj/mips;$WORK/b668=>" -p github.com/twitchyliquid64/golang-asm/obj/mips -lang=go1.13 -complete -installsuffix shared -buildid UZYWKGU7Ws8sOTwszxjj/UZYWKGU7Ws8sOTwszxjj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b668/importcfg -pack /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/mips/a.out.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/mips/anames.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/mips/anames0.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/mips/asm0.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/mips/list0.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/mips/obj0.go
2025-08-20T21:58:32.3159622Z [00:02:34.141]➜  go tool buildid -w $WORK/b668/_pkg_.a # internal
2025-08-20T21:58:32.3232303Z [00:02:34.147]➜  cp $WORK/b668/_pkg_.a /root/.cache/go-build/3b/3bd456ae91d3ef131af0b8da172b39b95dd3b8c274bb54b512394fd8b7db0787-d # internal
2025-08-20T21:58:32.3247776Z [00:02:34.150]➜  github.com/twitchyliquid64/golang-asm/obj/ppc64
2025-08-20T21:58:32.3255880Z [00:02:34.151]➜  mkdir -p $WORK/b669/
2025-08-20T21:58:32.3256778Z [00:02:34.151]➜  cat >/tmp/go-build282983591/b669/importcfg << 'EOF' # internal
2025-08-20T21:58:32.3258300Z [00:02:34.151]➜  # import config
2025-08-20T21:58:32.3259246Z [00:02:34.151]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:32.3260369Z [00:02:34.151]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:32.3262637Z [00:02:34.151]➜  packagefile github.com/twitchyliquid64/golang-asm/obj=/tmp/go-build282983591/b658/_pkg_.a
2025-08-20T21:58:32.3264058Z [00:02:34.151]➜  packagefile github.com/twitchyliquid64/golang-asm/objabi=/tmp/go-build282983591/b661/_pkg_.a
2025-08-20T21:58:32.3265369Z [00:02:34.151]➜  packagefile github.com/twitchyliquid64/golang-asm/sys=/tmp/go-build282983591/b665/_pkg_.a
2025-08-20T21:58:32.3266306Z [00:02:34.151]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:32.3266998Z [00:02:34.151]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:32.3267697Z [00:02:34.151]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:32.3268230Z [00:02:34.151]➜  EOF
2025-08-20T21:58:32.3278467Z [00:02:34.151]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b669/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/ppc64=>github.com/twitchyliquid64/golang-asm@v0.15.1/obj/ppc64;$WORK/b669=>" -p github.com/twitchyliquid64/golang-asm/obj/ppc64 -lang=go1.13 -complete -installsuffix shared -buildid NN2IsE6K87XPmtCvlrTJ/NN2IsE6K87XPmtCvlrTJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b669/importcfg -pack /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/ppc64/a.out.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/ppc64/anames.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/ppc64/anames9.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/ppc64/asm9.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/ppc64/doc.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/ppc64/list9.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/ppc64/obj9.go
2025-08-20T21:58:32.4628694Z [00:02:34.288]➜  go tool buildid -w $WORK/b667/_pkg_.a # internal
2025-08-20T21:58:32.4727611Z [00:02:34.297]➜  cp $WORK/b667/_pkg_.a /root/.cache/go-build/28/28bb219162d892b56c1b346466b99c782e44d29e93c7eab6077c1b2cf1477aab-d # internal
2025-08-20T21:58:32.4730938Z [00:02:34.298]➜  github.com/twitchyliquid64/golang-asm/obj/riscv
2025-08-20T21:58:32.4731856Z [00:02:34.298]➜  mkdir -p $WORK/b670/
2025-08-20T21:58:32.4732582Z [00:02:34.298]➜  cat >/tmp/go-build282983591/b670/importcfg << 'EOF' # internal
2025-08-20T21:58:32.4733448Z [00:02:34.298]➜  # import config
2025-08-20T21:58:32.4734187Z [00:02:34.298]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:32.4735053Z [00:02:34.298]➜  packagefile github.com/twitchyliquid64/golang-asm/obj=/tmp/go-build282983591/b658/_pkg_.a
2025-08-20T21:58:32.4736317Z [00:02:34.298]➜  packagefile github.com/twitchyliquid64/golang-asm/objabi=/tmp/go-build282983591/b661/_pkg_.a
2025-08-20T21:58:32.4737530Z [00:02:34.298]➜  packagefile github.com/twitchyliquid64/golang-asm/sys=/tmp/go-build282983591/b665/_pkg_.a
2025-08-20T21:58:32.4738317Z [00:02:34.298]➜  EOF
2025-08-20T21:58:32.4761853Z [00:02:34.298]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b670/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/riscv=>github.com/twitchyliquid64/golang-asm@v0.15.1/obj/riscv;$WORK/b670=>" -p github.com/twitchyliquid64/golang-asm/obj/riscv -lang=go1.13 -complete -installsuffix shared -buildid bblT1XQqYuDS7AV-3ATc/bblT1XQqYuDS7AV-3ATc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b670/importcfg -pack /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/riscv/anames.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/riscv/cpu.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/riscv/inst.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/riscv/list.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/riscv/obj.go
2025-08-20T21:58:32.6821802Z [00:02:34.506]➜  go tool buildid -w $WORK/b670/_pkg_.a # internal
2025-08-20T21:58:32.6837223Z [00:02:34.509]➜  cp $WORK/b670/_pkg_.a /root/.cache/go-build/20/20e86c1b3afaea27f79533b3eeb12239af27299a22f853a01ae25f8eec1ab3ef-d # internal
2025-08-20T21:58:32.6844721Z [00:02:34.510]➜  github.com/twitchyliquid64/golang-asm/obj/s390x
2025-08-20T21:58:32.6846858Z [00:02:34.510]➜  mkdir -p $WORK/b671/
2025-08-20T21:58:32.6852920Z [00:02:34.510]➜  cat >/tmp/go-build282983591/b671/importcfg << 'EOF' # internal
2025-08-20T21:58:32.6856261Z [00:02:34.510]➜  # import config
2025-08-20T21:58:32.6856951Z [00:02:34.510]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:32.6858010Z [00:02:34.510]➜  packagefile github.com/twitchyliquid64/golang-asm/obj=/tmp/go-build282983591/b658/_pkg_.a
2025-08-20T21:58:32.6859297Z [00:02:34.510]➜  packagefile github.com/twitchyliquid64/golang-asm/objabi=/tmp/go-build282983591/b661/_pkg_.a
2025-08-20T21:58:32.6875172Z [00:02:34.510]➜  packagefile github.com/twitchyliquid64/golang-asm/sys=/tmp/go-build282983591/b665/_pkg_.a
2025-08-20T21:58:32.6876120Z [00:02:34.510]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:32.6876831Z [00:02:34.510]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:32.6877543Z [00:02:34.510]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:32.6878099Z [00:02:34.510]➜  EOF
2025-08-20T21:58:32.6886364Z [00:02:34.511]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b671/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/s390x=>github.com/twitchyliquid64/golang-asm@v0.15.1/obj/s390x;$WORK/b671=>" -p github.com/twitchyliquid64/golang-asm/obj/s390x -lang=go1.13 -complete -installsuffix shared -buildid g2XBfgoivzNWh6QBTJss/g2XBfgoivzNWh6QBTJss -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b671/importcfg -pack /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/s390x/a.out.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/s390x/anames.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/s390x/anamesz.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/s390x/asmz.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/s390x/condition_code.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/s390x/listz.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/s390x/objz.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/s390x/rotate.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/s390x/vector.go
2025-08-20T21:58:32.7323650Z [00:02:34.558]➜  go tool buildid -w $WORK/b651/_pkg_.a # internal
2025-08-20T21:58:32.7375080Z [00:02:34.563]➜  cp $WORK/b651/_pkg_.a /root/.cache/go-build/a5/a59eea4ce19c8f4e138b550dcd08f63f1fda4b316cf8ba80b2ca382a2218770e-d # internal
2025-08-20T21:58:32.7385922Z [00:02:34.564]➜  github.com/twitchyliquid64/golang-asm/obj/wasm
2025-08-20T21:58:32.7390364Z [00:02:34.564]➜  mkdir -p $WORK/b672/
2025-08-20T21:58:32.7455999Z [00:02:34.571]➜  cat >/tmp/go-build282983591/b672/importcfg << 'EOF' # internal
2025-08-20T21:58:32.7456774Z [00:02:34.571]➜  # import config
2025-08-20T21:58:32.7457407Z [00:02:34.571]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:32.7458266Z [00:02:34.571]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:32.7459069Z [00:02:34.571]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:32.7460281Z [00:02:34.571]➜  packagefile github.com/twitchyliquid64/golang-asm/obj=/tmp/go-build282983591/b658/_pkg_.a
2025-08-20T21:58:32.7461523Z [00:02:34.571]➜  packagefile github.com/twitchyliquid64/golang-asm/objabi=/tmp/go-build282983591/b661/_pkg_.a
2025-08-20T21:58:32.7462721Z [00:02:34.571]➜  packagefile github.com/twitchyliquid64/golang-asm/sys=/tmp/go-build282983591/b665/_pkg_.a
2025-08-20T21:58:32.7463700Z [00:02:34.571]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:32.7464441Z [00:02:34.571]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:32.7464929Z [00:02:34.571]➜  EOF
2025-08-20T21:58:32.7470196Z [00:02:34.571]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b672/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/wasm=>github.com/twitchyliquid64/golang-asm@v0.15.1/obj/wasm;$WORK/b672=>" -p github.com/twitchyliquid64/golang-asm/obj/wasm -lang=go1.13 -complete -installsuffix shared -buildid uxvtxl7_bWwJry9Czw5D/uxvtxl7_bWwJry9Czw5D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b672/importcfg -pack /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/wasm/a.out.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/wasm/anames.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/wasm/wasmobj.go
2025-08-20T21:58:32.8118382Z [00:02:34.637]➜  go tool buildid -w $WORK/b649/_pkg_.a # internal
2025-08-20T21:58:32.8149004Z [00:02:34.640]➜  cp $WORK/b649/_pkg_.a /root/.cache/go-build/87/87c1459356d81de90d7200a98f49441918d2270c50e797abff90a7e2c4c2714c-d # internal
2025-08-20T21:58:32.8155044Z [00:02:34.640]➜  github.com/bytedance/sonic/internal/native
2025-08-20T21:58:32.8155657Z [00:02:34.640]➜  mkdir -p $WORK/b647/
2025-08-20T21:58:32.8167076Z [00:02:34.642]➜  cat >/tmp/go-build282983591/b647/importcfg << 'EOF' # internal
2025-08-20T21:58:32.8170556Z [00:02:34.642]➜  # import config
2025-08-20T21:58:32.8171436Z [00:02:34.642]➜  packagefile github.com/bytedance/sonic/internal/cpu=/tmp/go-build282983591/b648/_pkg_.a
2025-08-20T21:58:32.8172713Z [00:02:34.642]➜  packagefile github.com/bytedance/sonic/internal/native/avx2=/tmp/go-build282983591/b649/_pkg_.a
2025-08-20T21:58:32.8174002Z [00:02:34.642]➜  packagefile github.com/bytedance/sonic/internal/native/sse=/tmp/go-build282983591/b651/_pkg_.a
2025-08-20T21:58:32.8175302Z [00:02:34.642]➜  packagefile github.com/bytedance/sonic/internal/native/types=/tmp/go-build282983591/b650/_pkg_.a
2025-08-20T21:58:32.8176529Z [00:02:34.642]➜  packagefile github.com/bytedance/sonic/internal/rt=/tmp/go-build282983591/b634/_pkg_.a
2025-08-20T21:58:32.8177282Z [00:02:34.642]➜  EOF
2025-08-20T21:58:32.8181596Z [00:02:34.642]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b647/_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/b647=>" -p github.com/bytedance/sonic/internal/native -lang=go1.17 -complete -installsuffix shared -buildid nd_o9Cryz_Vlltfu7kcD/nd_o9Cryz_Vlltfu7kcD -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/native/dispatch_amd64.go
2025-08-20T21:58:32.8384060Z [00:02:34.663]➜  go tool buildid -w $WORK/b647/_pkg_.a # internal
2025-08-20T21:58:32.8397370Z [00:02:34.665]➜  cp $WORK/b647/_pkg_.a /root/.cache/go-build/29/29261644299ad19c1234fa35120cad8456a7daa92ec493e732c318fe6ad347b1-d # internal
2025-08-20T21:58:32.8404408Z [00:02:34.666]➜  github.com/bytedance/sonic/internal/encoder/alg
2025-08-20T21:58:32.8407648Z [00:02:34.666]➜  mkdir -p $WORK/b631/
2025-08-20T21:58:32.8417820Z [00:02:34.667]➜  cat >/tmp/go-build282983591/b631/importcfg << 'EOF' # internal
2025-08-20T21:58:32.8424692Z [00:02:34.667]➜  # import config
2025-08-20T21:58:32.8425408Z [00:02:34.667]➜  packagefile encoding=/tmp/go-build282983591/b068/_pkg_.a
2025-08-20T21:58:32.8426274Z [00:02:34.667]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:32.8427494Z [00:02:34.667]➜  packagefile github.com/bytedance/sonic/internal/encoder/vars=/tmp/go-build282983591/b632/_pkg_.a
2025-08-20T21:58:32.8428864Z [00:02:34.667]➜  packagefile github.com/bytedance/sonic/internal/native=/tmp/go-build282983591/b647/_pkg_.a
2025-08-20T21:58:32.8430345Z [00:02:34.667]➜  packagefile github.com/bytedance/sonic/internal/native/types=/tmp/go-build282983591/b650/_pkg_.a
2025-08-20T21:58:32.8431673Z [00:02:34.667]➜  packagefile github.com/bytedance/sonic/internal/resolver=/tmp/go-build282983591/b652/_pkg_.a
2025-08-20T21:58:32.8432911Z [00:02:34.667]➜  packagefile github.com/bytedance/sonic/internal/rt=/tmp/go-build282983591/b634/_pkg_.a
2025-08-20T21:58:32.8433883Z [00:02:34.667]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:32.8434863Z [00:02:34.667]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:32.8435660Z [00:02:34.667]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:32.8436572Z [00:02:34.667]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:32.8437149Z [00:02:34.667]➜  EOF
2025-08-20T21:58:32.8443446Z [00:02:34.667]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b631/_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/b631=>" -p github.com/bytedance/sonic/internal/encoder/alg -lang=go1.17 -complete -installsuffix shared -buildid 5gswyVg8eZxbquAI4jek/5gswyVg8eZxbquAI4jek -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b631/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:58:32.9364000Z [00:02:34.761]➜  go tool buildid -w $WORK/b631/_pkg_.a # internal
2025-08-20T21:58:32.9383771Z [00:02:34.763]➜  cp $WORK/b631/_pkg_.a /root/.cache/go-build/73/73734a2aab10d95c58d3a3131d19f4029829eaff86008c016e78556e8d3a5abe-d # internal
2025-08-20T21:58:32.9390816Z [00:02:34.764]➜  github.com/bytedance/sonic/internal/encoder/vm
2025-08-20T21:58:32.9391557Z [00:02:34.764]➜  mkdir -p $WORK/b654/
2025-08-20T21:58:32.9392267Z [00:02:34.764]➜  cat >/tmp/go-build282983591/b654/importcfg << 'EOF' # internal
2025-08-20T21:58:32.9392911Z [00:02:34.764]➜  # import config
2025-08-20T21:58:32.9393557Z [00:02:34.764]➜  packagefile encoding=/tmp/go-build282983591/b068/_pkg_.a
2025-08-20T21:58:32.9394411Z [00:02:34.764]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:32.9395242Z [00:02:34.764]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:32.9396333Z [00:02:34.764]➜  packagefile github.com/bytedance/sonic/internal/encoder/alg=/tmp/go-build282983591/b631/_pkg_.a
2025-08-20T21:58:32.9397950Z [00:02:34.764]➜  packagefile github.com/bytedance/sonic/internal/encoder/ir=/tmp/go-build282983591/b653/_pkg_.a
2025-08-20T21:58:32.9399315Z [00:02:34.764]➜  packagefile github.com/bytedance/sonic/internal/encoder/vars=/tmp/go-build282983591/b632/_pkg_.a
2025-08-20T21:58:32.9400889Z [00:02:34.764]➜  packagefile github.com/bytedance/sonic/internal/rt=/tmp/go-build282983591/b634/_pkg_.a
2025-08-20T21:58:32.9401855Z [00:02:34.764]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:32.9402634Z [00:02:34.764]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:32.9403248Z [00:02:34.764]➜  EOF
2025-08-20T21:58:32.9407813Z [00:02:34.764]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b654/_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/b654=>" -p github.com/bytedance/sonic/internal/encoder/vm -lang=go1.17 -complete -installsuffix shared -buildid k-I7ksJ6VwA57bWyrE5Z/k-I7ksJ6VwA57bWyrE5Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b654/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:58:32.9718082Z [00:02:34.796]➜  go tool buildid -w $WORK/b669/_pkg_.a # internal
2025-08-20T21:58:32.9745157Z [00:02:34.800]➜  cp $WORK/b669/_pkg_.a /root/.cache/go-build/43/43e09e1e17be38030e2640f4f806d5455fabb220408cf40393d22e8851babe75-d # internal
2025-08-20T21:58:32.9752316Z [00:02:34.800]➜  github.com/twitchyliquid64/golang-asm/obj/x86
2025-08-20T21:58:32.9752977Z [00:02:34.800]➜  mkdir -p $WORK/b673/
2025-08-20T21:58:32.9779562Z [00:02:34.801]➜  cat >/tmp/go-build282983591/b673/importcfg << 'EOF' # internal
2025-08-20T21:58:32.9781571Z [00:02:34.801]➜  # import config
2025-08-20T21:58:32.9783333Z [00:02:34.801]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:32.9784853Z [00:02:34.801]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:32.9786385Z [00:02:34.801]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:32.9787434Z [00:02:34.801]➜  packagefile github.com/twitchyliquid64/golang-asm/obj=/tmp/go-build282983591/b658/_pkg_.a
2025-08-20T21:58:32.9788696Z [00:02:34.801]➜  packagefile github.com/twitchyliquid64/golang-asm/objabi=/tmp/go-build282983591/b661/_pkg_.a
2025-08-20T21:58:32.9790150Z [00:02:34.801]➜  packagefile github.com/twitchyliquid64/golang-asm/src=/tmp/go-build282983591/b664/_pkg_.a
2025-08-20T21:58:32.9791364Z [00:02:34.801]➜  packagefile github.com/twitchyliquid64/golang-asm/sys=/tmp/go-build282983591/b665/_pkg_.a
2025-08-20T21:58:32.9792365Z [00:02:34.801]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:32.9793123Z [00:02:34.801]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:32.9793897Z [00:02:34.801]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:32.9794676Z [00:02:34.801]➜  EOF
2025-08-20T21:58:32.9803177Z [00:02:34.801]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b673/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/x86=>github.com/twitchyliquid64/golang-asm@v0.15.1/obj/x86;$WORK/b673=>" -p github.com/twitchyliquid64/golang-asm/obj/x86 -lang=go1.13 -complete -installsuffix shared -buildid cnXdca116lJnBkiDoE_r/cnXdca116lJnBkiDoE_r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b673/importcfg -pack /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/x86/a.out.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/x86/aenum.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/x86/anames.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/x86/asm6.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/x86/avx_optabs.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/x86/evex.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/x86/list6.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/x86/obj6.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/obj/x86/ytab.go
2025-08-20T21:58:33.0051176Z [00:02:34.830]➜  go tool buildid -w $WORK/b654/_pkg_.a # internal
2025-08-20T21:58:33.0066606Z [00:02:34.832]➜  cp $WORK/b654/_pkg_.a /root/.cache/go-build/2d/2d84b401e9382ca4675a91344f2e5e3c37786de48fe9d44786760c24d912dafe-d # internal
2025-08-20T21:58:33.0068150Z [00:02:34.832]➜  github.com/bytedance/sonic/utf8
2025-08-20T21:58:33.0071681Z [00:02:34.832]➜  mkdir -p $WORK/b674/
2025-08-20T21:58:33.0076032Z [00:02:34.833]➜  cat >/tmp/go-build282983591/b674/importcfg << 'EOF' # internal
2025-08-20T21:58:33.0077918Z [00:02:34.833]➜  # import config
2025-08-20T21:58:33.0079092Z [00:02:34.833]➜  packagefile github.com/bytedance/sonic/internal/native=/tmp/go-build282983591/b647/_pkg_.a
2025-08-20T21:58:33.0080736Z [00:02:34.833]➜  packagefile github.com/bytedance/sonic/internal/native/types=/tmp/go-build282983591/b650/_pkg_.a
2025-08-20T21:58:33.0082049Z [00:02:34.833]➜  packagefile github.com/bytedance/sonic/internal/rt=/tmp/go-build282983591/b634/_pkg_.a
2025-08-20T21:58:33.0083047Z [00:02:34.833]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:33.0083636Z [00:02:34.833]➜  EOF
2025-08-20T21:58:33.0087074Z [00:02:34.833]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b674/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/utf8=>github.com/bytedance/sonic@v1.14.0/utf8;$WORK/b674=>" -p github.com/bytedance/sonic/utf8 -lang=go1.17 -complete -installsuffix shared -buildid H_0DU1YzcsOTx59NTx4u/H_0DU1YzcsOTx59NTx4u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b674/importcfg -pack /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/utf8/utf8.go
2025-08-20T21:58:33.0366115Z [00:02:34.862]➜  go tool buildid -w $WORK/b674/_pkg_.a # internal
2025-08-20T21:58:33.0387714Z [00:02:34.864]➜  cp $WORK/b674/_pkg_.a /root/.cache/go-build/58/586401be128bbf64565ccabdefe410bc8cb9a7bd88540216b229d2a34bd0a0f8-d # internal
2025-08-20T21:58:33.0393148Z [00:02:34.864]➜  github.com/bytedance/sonic/internal/utils
2025-08-20T21:58:33.0393804Z [00:02:34.865]➜  mkdir -p $WORK/b675/
2025-08-20T21:58:33.0404302Z [00:02:34.866]➜  cat >/tmp/go-build282983591/b675/importcfg << 'EOF' # internal
2025-08-20T21:58:33.0407484Z [00:02:34.866]➜  # import config
2025-08-20T21:58:33.0408438Z [00:02:34.866]➜  packagefile github.com/bytedance/sonic/internal/native/types=/tmp/go-build282983591/b650/_pkg_.a
2025-08-20T21:58:33.0410048Z [00:02:34.866]➜  packagefile github.com/bytedance/sonic/internal/rt=/tmp/go-build282983591/b634/_pkg_.a
2025-08-20T21:58:33.0411106Z [00:02:34.866]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:33.0411748Z [00:02:34.866]➜  EOF
2025-08-20T21:58:33.0415664Z [00:02:34.866]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b675/_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/b675=>" -p github.com/bytedance/sonic/internal/utils -lang=go1.17 -complete -installsuffix shared -buildid y2WfIc0QQlSxSgG0gJ0t/y2WfIc0QQlSxSgG0gJ0t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b675/importcfg -pack /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/utils/skip.go
2025-08-20T21:58:33.0654772Z [00:02:34.891]➜  go tool buildid -w $WORK/b675/_pkg_.a # internal
2025-08-20T21:58:33.0739467Z [00:02:34.897]➜  cp $WORK/b675/_pkg_.a /root/.cache/go-build/e5/e58441f40966bd6bf14296b76c13f8492eb632413d49569b68fe582fef22cc6d-d # internal
2025-08-20T21:58:33.0750576Z [00:02:34.897]➜  github.com/bytedance/sonic/unquote
2025-08-20T21:58:33.0751171Z [00:02:34.897]➜  mkdir -p $WORK/b676/
2025-08-20T21:58:33.0751914Z [00:02:34.897]➜  cat >/tmp/go-build282983591/b676/importcfg << 'EOF' # internal
2025-08-20T21:58:33.0752567Z [00:02:34.897]➜  # import config
2025-08-20T21:58:33.0753678Z [00:02:34.897]➜  packagefile github.com/bytedance/sonic/internal/native=/tmp/go-build282983591/b647/_pkg_.a
2025-08-20T21:58:33.0755031Z [00:02:34.897]➜  packagefile github.com/bytedance/sonic/internal/native/types=/tmp/go-build282983591/b650/_pkg_.a
2025-08-20T21:58:33.0756312Z [00:02:34.897]➜  packagefile github.com/bytedance/sonic/internal/rt=/tmp/go-build282983591/b634/_pkg_.a
2025-08-20T21:58:33.0757301Z [00:02:34.897]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:33.0757896Z [00:02:34.897]➜  EOF
2025-08-20T21:58:33.0761773Z [00:02:34.897]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b676/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/unquote=>github.com/bytedance/sonic@v1.14.0/unquote;$WORK/b676=>" -p github.com/bytedance/sonic/unquote -lang=go1.17 -complete -installsuffix shared -buildid UWFGLF7WMz0Y8mMvwkln/UWFGLF7WMz0Y8mMvwkln -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b676/importcfg -pack /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/unquote/unquote.go
2025-08-20T21:58:33.1033700Z [00:02:34.928]➜  go tool buildid -w $WORK/b676/_pkg_.a # internal
2025-08-20T21:58:33.1054629Z [00:02:34.931]➜  cp $WORK/b676/_pkg_.a /root/.cache/go-build/fc/fce16651d87e0eee2a4cd2688cf53ae288a3069a098e520a6375b01fb59f64b4-d # internal
2025-08-20T21:58:33.1057376Z [00:02:34.931]➜  github.com/bytedance/sonic/internal/decoder/errors
2025-08-20T21:58:33.1059047Z [00:02:34.931]➜  mkdir -p $WORK/b680/
2025-08-20T21:58:33.1069517Z [00:02:34.932]➜  cat >/tmp/go-build282983591/b680/importcfg << 'EOF' # internal
2025-08-20T21:58:33.1070650Z [00:02:34.932]➜  # import config
2025-08-20T21:58:33.1071566Z [00:02:34.932]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:33.1073207Z [00:02:34.932]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:33.1074295Z [00:02:34.932]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:33.1075618Z [00:02:34.932]➜  packagefile github.com/bytedance/sonic/internal/native/types=/tmp/go-build282983591/b650/_pkg_.a
2025-08-20T21:58:33.1078686Z [00:02:34.932]➜  packagefile github.com/bytedance/sonic/internal/rt=/tmp/go-build282983591/b634/_pkg_.a
2025-08-20T21:58:33.1079756Z [00:02:34.932]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:33.1080889Z [00:02:34.932]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:33.1081728Z [00:02:34.932]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:33.1082354Z [00:02:34.932]➜  EOF
2025-08-20T21:58:33.1086512Z [00:02:34.933]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b680/_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/b680=>" -p github.com/bytedance/sonic/internal/decoder/errors -lang=go1.17 -complete -installsuffix shared -buildid 2QjHXBsYhNXMNmwOMJZZ/2QjHXBsYhNXMNmwOMJZZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b680/importcfg -pack /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/errors/errors.go
2025-08-20T21:58:33.1606726Z [00:02:34.986]➜  go tool buildid -w $WORK/b680/_pkg_.a # internal
2025-08-20T21:58:33.1623792Z [00:02:34.988]➜  cp $WORK/b680/_pkg_.a /root/.cache/go-build/19/19d308fdaddc5f053ea9e3febce0ed30b4d46acd5d5ec2629f08b793d4093491-d # internal
2025-08-20T21:58:33.1630482Z [00:02:34.988]➜  github.com/bytedance/sonic/internal/optcaching
2025-08-20T21:58:33.1634898Z [00:02:34.989]➜  mkdir -p $WORK/b684/
2025-08-20T21:58:33.1646700Z [00:02:34.990]➜  echo -n > $WORK/b684/go_asm.h # internal
2025-08-20T21:58:33.1652061Z [00:02:34.990]➜  cd /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/optcaching
2025-08-20T21:58:33.1660344Z [00:02:34.991]➜  /root/.go/pkg/tool/linux_amd64/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/b684=>" -I $WORK/b684/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b684/symabis ./asm.s
2025-08-20T21:58:33.1722910Z [00:02:34.997]➜  cat >/tmp/go-build282983591/b684/importcfg << 'EOF' # internal
2025-08-20T21:58:33.1724481Z [00:02:34.997]➜  # import config
2025-08-20T21:58:33.1726274Z [00:02:34.997]➜  packagefile github.com/bytedance/sonic/internal/envs=/tmp/go-build282983591/b683/_pkg_.a
2025-08-20T21:58:33.1727789Z [00:02:34.997]➜  packagefile github.com/bytedance/sonic/internal/native=/tmp/go-build282983591/b647/_pkg_.a
2025-08-20T21:58:33.1730426Z [00:02:34.997]➜  packagefile github.com/bytedance/sonic/internal/resolver=/tmp/go-build282983591/b652/_pkg_.a
2025-08-20T21:58:33.1751637Z [00:02:34.997]➜  packagefile github.com/bytedance/sonic/internal/rt=/tmp/go-build282983591/b634/_pkg_.a
2025-08-20T21:58:33.1752958Z [00:02:34.997]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:33.1755142Z [00:02:34.997]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:33.1755804Z [00:02:34.997]➜  EOF
2025-08-20T21:58:33.1756318Z [00:02:34.998]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:33.1760771Z [00:02:34.998]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b684/_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/b684=>" -p github.com/bytedance/sonic/internal/optcaching -lang=go1.17 -installsuffix shared -buildid FSlyxt7qqn6wuUtiy_K_/FSlyxt7qqn6wuUtiy_K_ -goversion go1.25.0 -symabis $WORK/b684/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b684/importcfg -pack -asmhdr $WORK/b684/go_asm.h /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/optcaching/fcache.go
2025-08-20T21:58:33.2232579Z [00:02:35.048]➜  cd /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/optcaching
2025-08-20T21:58:33.2236223Z [00:02:35.048]➜  /root/.go/pkg/tool/linux_amd64/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/b684=>" -I $WORK/b684/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b684/asm.o ./asm.s
2025-08-20T21:58:33.2274952Z [00:02:35.053]➜  go tool pack r $WORK/b684/_pkg_.a $WORK/b684/asm.o # internal
2025-08-20T21:58:33.2277635Z [00:02:35.053]➜  go tool buildid -w $WORK/b684/_pkg_.a # internal
2025-08-20T21:58:33.2291472Z [00:02:35.054]➜  cp $WORK/b684/_pkg_.a /root/.cache/go-build/92/922f23b8f4b7a6762b93fe98e5665941b36df085e0bc89440ac1e6009fab5bd8-d # internal
2025-08-20T21:58:33.2352442Z [00:02:35.060]➜  github.com/bytedance/sonic/internal/decoder/optdec
2025-08-20T21:58:33.2414552Z [00:02:35.067]➜  mkdir -p $WORK/b682/
2025-08-20T21:58:33.2421242Z [00:02:35.067]➜  cat >/tmp/go-build282983591/b682/importcfg << 'EOF' # internal
2025-08-20T21:58:33.2422432Z [00:02:35.067]➜  # import config
2025-08-20T21:58:33.2425149Z [00:02:35.067]➜  packagefile encoding=/tmp/go-build282983591/b068/_pkg_.a
2025-08-20T21:58:33.2426031Z [00:02:35.067]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:33.2426933Z [00:02:35.067]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:33.2427756Z [00:02:35.067]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:33.2428519Z [00:02:35.067]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:33.2429557Z [00:02:35.067]➜  packagefile github.com/bytedance/sonic/internal/caching=/tmp/go-build282983591/b633/_pkg_.a
2025-08-20T21:58:33.2431170Z [00:02:35.067]➜  packagefile github.com/bytedance/sonic/internal/decoder/consts=/tmp/go-build282983591/b679/_pkg_.a
2025-08-20T21:58:33.2432578Z [00:02:35.067]➜  packagefile github.com/bytedance/sonic/internal/decoder/errors=/tmp/go-build282983591/b680/_pkg_.a
2025-08-20T21:58:33.2434082Z [00:02:35.067]➜  packagefile github.com/bytedance/sonic/internal/envs=/tmp/go-build282983591/b683/_pkg_.a
2025-08-20T21:58:33.2435342Z [00:02:35.067]➜  packagefile github.com/bytedance/sonic/internal/native=/tmp/go-build282983591/b647/_pkg_.a
2025-08-20T21:58:33.2436660Z [00:02:35.067]➜  packagefile github.com/bytedance/sonic/internal/native/types=/tmp/go-build282983591/b650/_pkg_.a
2025-08-20T21:58:33.2437988Z [00:02:35.067]➜  packagefile github.com/bytedance/sonic/internal/optcaching=/tmp/go-build282983591/b684/_pkg_.a
2025-08-20T21:58:33.2439311Z [00:02:35.067]➜  packagefile github.com/bytedance/sonic/internal/resolver=/tmp/go-build282983591/b652/_pkg_.a
2025-08-20T21:58:33.2440758Z [00:02:35.067]➜  packagefile github.com/bytedance/sonic/internal/rt=/tmp/go-build282983591/b634/_pkg_.a
2025-08-20T21:58:33.2442077Z [00:02:35.067]➜  packagefile github.com/bytedance/sonic/internal/utils=/tmp/go-build282983591/b675/_pkg_.a
2025-08-20T21:58:33.2443232Z [00:02:35.067]➜  packagefile github.com/bytedance/sonic/option=/tmp/go-build282983591/b635/_pkg_.a
2025-08-20T21:58:33.2444434Z [00:02:35.067]➜  packagefile github.com/bytedance/sonic/utf8=/tmp/go-build282983591/b674/_pkg_.a
2025-08-20T21:58:33.2445339Z [00:02:35.067]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:33.2446077Z [00:02:35.067]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:33.2446827Z [00:02:35.067]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:33.2447563Z [00:02:35.067]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:33.2448108Z [00:02:35.067]➜  EOF
2025-08-20T21:58:33.2448588Z [00:02:35.067]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:33.2464745Z [00:02:35.067]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b682/_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/b682=>" -p github.com/bytedance/sonic/internal/decoder/optdec -lang=go1.17 -complete -installsuffix shared -buildid uY8mxzPjOqo9gVpnlIaJ/uY8mxzPjOqo9gVpnlIaJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b682/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:58:33.3510768Z [00:02:35.176]➜  go tool buildid -w $WORK/b671/_pkg_.a # internal
2025-08-20T21:58:33.3571786Z [00:02:35.181]➜  cp $WORK/b671/_pkg_.a /root/.cache/go-build/f2/f269ebcd425dbd303abf691cb10f5144cdd0465567e2921af932196a6a967665-d # internal
2025-08-20T21:58:33.3589211Z [00:02:35.181]➜  github.com/mailru/easyjson/buffer
2025-08-20T21:58:33.3590004Z [00:02:35.182]➜  mkdir -p $WORK/b694/
2025-08-20T21:58:33.3590763Z [00:02:35.182]➜  cat >/tmp/go-build282983591/b694/importcfg << 'EOF' # internal
2025-08-20T21:58:33.3591650Z [00:02:35.182]➜  # import config
2025-08-20T21:58:33.3592267Z [00:02:35.182]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:33.3593026Z [00:02:35.182]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:33.3593792Z [00:02:35.182]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:33.3594371Z [00:02:35.182]➜  EOF
2025-08-20T21:58:33.3598083Z [00:02:35.182]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b694/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mailru/easyjson@v0.7.7/buffer=>github.com/mailru/easyjson@v0.7.7/buffer;$WORK/b694=>" -p github.com/mailru/easyjson/buffer -lang=go1.12 -complete -installsuffix shared -buildid ZadjKAcCHz_tbXXljCv7/ZadjKAcCHz_tbXXljCv7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b694/importcfg -pack /root/go/pkg/mod/github.com/mailru/easyjson@v0.7.7/buffer/pool.go
2025-08-20T21:58:33.3935531Z [00:02:35.219]➜  go tool buildid -w $WORK/b694/_pkg_.a # internal
2025-08-20T21:58:33.3953441Z [00:02:35.220]➜  cp $WORK/b694/_pkg_.a /root/.cache/go-build/4b/4b409b7f78406394e6d2598e22e9ded6917e7d9b6fcf78cbe04a6d269685251f-d # internal
2025-08-20T21:58:33.3956049Z [00:02:35.220]➜  github.com/mailru/easyjson/jwriter
2025-08-20T21:58:33.3958376Z [00:02:35.220]➜  mkdir -p $WORK/b693/
2025-08-20T21:58:33.3960495Z [00:02:35.220]➜  cat >/tmp/go-build282983591/b693/importcfg << 'EOF' # internal
2025-08-20T21:58:33.3961374Z [00:02:35.220]➜  # import config
2025-08-20T21:58:33.3963291Z [00:02:35.220]➜  packagefile github.com/mailru/easyjson/buffer=/tmp/go-build282983591/b694/_pkg_.a
2025-08-20T21:58:33.3964212Z [00:02:35.220]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:33.3964954Z [00:02:35.221]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:33.3965763Z [00:02:35.221]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:33.3966363Z [00:02:35.221]➜  EOF
2025-08-20T21:58:33.3987901Z [00:02:35.224]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b693/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mailru/easyjson@v0.7.7/jwriter=>github.com/mailru/easyjson@v0.7.7/jwriter;$WORK/b693=>" -p github.com/mailru/easyjson/jwriter -lang=go1.12 -complete -installsuffix shared -buildid j-CkGk8kMXQTyQdZ0SVR/j-CkGk8kMXQTyQdZ0SVR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b693/importcfg -pack /root/go/pkg/mod/github.com/mailru/easyjson@v0.7.7/jwriter/writer.go
2025-08-20T21:58:33.4380585Z [00:02:35.263]➜  go tool buildid -w $WORK/b672/_pkg_.a # internal
2025-08-20T21:58:33.4428659Z [00:02:35.268]➜  cp $WORK/b672/_pkg_.a /root/.cache/go-build/7f/7f7709deebe3d4209715457b6b1e64ff23ec2acbacf13f9f68de3daeed1fd430-d # internal
2025-08-20T21:58:33.4431389Z [00:02:35.268]➜  go/token
2025-08-20T21:58:33.4442743Z [00:02:35.270]➜  mkdir -p $WORK/b697/
2025-08-20T21:58:33.4448704Z [00:02:35.270]➜  cat >/tmp/go-build282983591/b697/importcfg << 'EOF' # internal
2025-08-20T21:58:33.4449998Z [00:02:35.270]➜  # import config
2025-08-20T21:58:33.4451272Z [00:02:35.270]➜  packagefile cmp=/tmp/go-build282983591/b046/_pkg_.a
2025-08-20T21:58:33.4452268Z [00:02:35.270]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:33.4454165Z [00:02:35.270]➜  packagefile iter=/tmp/go-build282983591/b039/_pkg_.a
2025-08-20T21:58:33.4454928Z [00:02:35.270]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:33.4455695Z [00:02:35.270]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:33.4456429Z [00:02:35.270]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:33.4457082Z [00:02:35.270]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:33.4457935Z [00:02:35.270]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:33.4458785Z [00:02:35.270]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:33.4459420Z [00:02:35.270]➜  EOF
2025-08-20T21:58:33.4463152Z [00:02:35.270]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b697/_pkg_.a -trimpath "/root/.go/src/go/token=>go/token;$WORK/b697=>" -p go/token -lang=go1.25 -std -complete -installsuffix shared -buildid 2u1yjsjstP-pRq7IK0Sl/2u1yjsjstP-pRq7IK0Sl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b697/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:58:33.5125925Z [00:02:35.338]➜  go tool buildid -w $WORK/b693/_pkg_.a # internal
2025-08-20T21:58:33.5130519Z [00:02:35.338]➜  cp $WORK/b693/_pkg_.a /root/.cache/go-build/05/050af0903d12ec1faa7a2ed419acff75f6a651ce52fbc0489cdc38e10eb6e0fe-d # internal
2025-08-20T21:58:33.5134306Z [00:02:35.339]➜  github.com/wk8/go-ordered-map/v2
2025-08-20T21:58:33.5136866Z [00:02:35.339]➜  mkdir -p $WORK/b690/
2025-08-20T21:58:33.5143604Z [00:02:35.339]➜  cat >/tmp/go-build282983591/b690/importcfg << 'EOF' # internal
2025-08-20T21:58:33.5153631Z [00:02:35.339]➜  # import config
2025-08-20T21:58:33.5154385Z [00:02:35.339]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:33.5155272Z [00:02:35.339]➜  packagefile encoding=/tmp/go-build282983591/b068/_pkg_.a
2025-08-20T21:58:33.5156204Z [00:02:35.339]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:33.5157094Z [00:02:35.339]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:33.5158098Z [00:02:35.339]➜  packagefile github.com/bahlo/generic-list-go=/tmp/go-build282983591/b691/_pkg_.a
2025-08-20T21:58:33.5159273Z [00:02:35.339]➜  packagefile github.com/buger/jsonparser=/tmp/go-build282983591/b692/_pkg_.a
2025-08-20T21:58:33.5160616Z [00:02:35.339]➜  packagefile github.com/mailru/easyjson/jwriter=/tmp/go-build282983591/b693/_pkg_.a
2025-08-20T21:58:33.5161723Z [00:02:35.339]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build282983591/b202/_pkg_.a
2025-08-20T21:58:33.5162874Z [00:02:35.340]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:33.5163822Z [00:02:35.340]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:33.5164522Z [00:02:35.340]➜  EOF
2025-08-20T21:58:33.5168960Z [00:02:35.342]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b690/_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/b690=>" -p github.com/wk8/go-ordered-map/v2 -lang=go1.18 -complete -installsuffix shared -buildid cwNCGxfxj2AirwCvSsvh/cwNCGxfxj2AirwCvSsvh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b690/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:58:33.6512222Z [00:02:35.476]➜  go tool buildid -w $WORK/b697/_pkg_.a # internal
2025-08-20T21:58:33.6536072Z [00:02:35.479]➜  cp $WORK/b697/_pkg_.a /root/.cache/go-build/90/903a089b0dc856050f6f271e295b84bd90a00af75f2c32f38adaedb2974bc7d4-d # internal
2025-08-20T21:58:33.6542507Z [00:02:35.479]➜  go/scanner
2025-08-20T21:58:33.6544909Z [00:02:35.480]➜  mkdir -p $WORK/b696/
2025-08-20T21:58:33.6553409Z [00:02:35.480]➜  cat >/tmp/go-build282983591/b696/importcfg << 'EOF' # internal
2025-08-20T21:58:33.6554659Z [00:02:35.480]➜  # import config
2025-08-20T21:58:33.6556926Z [00:02:35.480]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:33.6557939Z [00:02:35.480]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:33.6561095Z [00:02:35.481]➜  packagefile go/token=/tmp/go-build282983591/b697/_pkg_.a
2025-08-20T21:58:33.6561934Z [00:02:35.481]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:33.6562774Z [00:02:35.481]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:33.6563628Z [00:02:35.481]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:33.6564436Z [00:02:35.481]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:33.6565449Z [00:02:35.481]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:33.6566348Z [00:02:35.481]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:33.6566998Z [00:02:35.481]➜  EOF
2025-08-20T21:58:33.6570126Z [00:02:35.481]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b696/_pkg_.a -trimpath "/root/.go/src/go/scanner=>go/scanner;$WORK/b696=>" -p go/scanner -lang=go1.25 -std -complete -installsuffix shared -buildid gCa7Q6riZuWOqbrmIbTl/gCa7Q6riZuWOqbrmIbTl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b696/importcfg -pack /root/.go/src/go/scanner/errors.go /root/.go/src/go/scanner/scanner.go
2025-08-20T21:58:33.6724797Z [00:02:35.498]➜  go tool buildid -w $WORK/b690/_pkg_.a # internal
2025-08-20T21:58:33.6741943Z [00:02:35.499]➜  cp $WORK/b690/_pkg_.a /root/.cache/go-build/0c/0c43e7c19f4db7007220f1428d05ac27e6cb1ccad46919694c7b472631c3bcef-d # internal
2025-08-20T21:58:33.6762501Z [00:02:35.501]➜  go/doc/comment
2025-08-20T21:58:33.6764999Z [00:02:35.501]➜  mkdir -p $WORK/b699/
2025-08-20T21:58:33.6770089Z [00:02:35.502]➜  cat >/tmp/go-build282983591/b699/importcfg << 'EOF' # internal
2025-08-20T21:58:33.6772113Z [00:02:35.502]➜  # import config
2025-08-20T21:58:33.6780545Z [00:02:35.502]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:33.6781381Z [00:02:35.502]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:33.6782217Z [00:02:35.502]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:33.6783004Z [00:02:35.502]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:33.6783786Z [00:02:35.502]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:33.6784571Z [00:02:35.502]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:33.6785372Z [00:02:35.502]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:33.6810741Z [00:02:35.502]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:33.6811751Z [00:02:35.502]➜  EOF
2025-08-20T21:58:33.6816166Z [00:02:35.502]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b699/_pkg_.a -trimpath "/root/.go/src/go/doc/comment=>go/doc/comment;$WORK/b699=>" -p go/doc/comment -lang=go1.25 -std -complete -installsuffix shared -buildid 3KhzQTgrsD4Tef8PeR5s/3KhzQTgrsD4Tef8PeR5s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b699/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:58:33.7281590Z [00:02:35.553]➜  go tool buildid -w $WORK/b673/_pkg_.a # internal
2025-08-20T21:58:33.7282739Z [00:02:35.553]➜  go tool buildid -w $WORK/b682/_pkg_.a # internal
2025-08-20T21:58:33.7352369Z [00:02:35.559]➜  cp $WORK/b682/_pkg_.a /root/.cache/go-build/40/40432807db029afb21d6ec5542c1c87b31201cd6e5028aa014374c13207b37ad-d # internal
2025-08-20T21:58:33.7354464Z [00:02:35.560]➜  internal/lazyregexp
2025-08-20T21:58:33.7354976Z [00:02:35.560]➜  mkdir -p $WORK/b700/
2025-08-20T21:58:33.7355731Z [00:02:35.561]➜  cat >/tmp/go-build282983591/b700/importcfg << 'EOF' # internal
2025-08-20T21:58:33.7356353Z [00:02:35.561]➜  # import config
2025-08-20T21:58:33.7357085Z [00:02:35.561]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:33.7357801Z [00:02:35.561]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:33.7358585Z [00:02:35.561]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:33.7359401Z [00:02:35.561]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:33.7363123Z [00:02:35.561]➜  EOF
2025-08-20T21:58:33.7371019Z [00:02:35.561]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b700/_pkg_.a -trimpath "/root/.go/src/internal/lazyregexp=>internal/lazyregexp;$WORK/b700=>" -p internal/lazyregexp -lang=go1.25 -std -complete -installsuffix shared -buildid bIkBTwhEceVvTPrLJ1zP/bIkBTwhEceVvTPrLJ1zP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b700/importcfg -pack /root/.go/src/internal/lazyregexp/lazyre.go
2025-08-20T21:58:33.7374706Z [00:02:35.562]➜  cp $WORK/b673/_pkg_.a /root/.cache/go-build/b5/b5f6b1ebad6a3918e35a389d0a369fd4b0d00048c2060c379467569de93d9f74-d # internal
2025-08-20T21:58:33.7375950Z [00:02:35.562]➜  github.com/twitchyliquid64/golang-asm/asm/arch
2025-08-20T21:58:33.7376556Z [00:02:35.562]➜  mkdir -p $WORK/b657/
2025-08-20T21:58:33.7377233Z [00:02:35.562]➜  cat >/tmp/go-build282983591/b657/importcfg << 'EOF' # internal
2025-08-20T21:58:33.7377862Z [00:02:35.562]➜  # import config
2025-08-20T21:58:33.7378451Z [00:02:35.562]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:33.7379306Z [00:02:35.562]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:33.7389234Z [00:02:35.562]➜  packagefile github.com/twitchyliquid64/golang-asm/obj=/tmp/go-build282983591/b658/_pkg_.a
2025-08-20T21:58:33.7390882Z [00:02:35.562]➜  packagefile github.com/twitchyliquid64/golang-asm/obj/arm=/tmp/go-build282983591/b666/_pkg_.a
2025-08-20T21:58:33.7392265Z [00:02:35.562]➜  packagefile github.com/twitchyliquid64/golang-asm/obj/arm64=/tmp/go-build282983591/b667/_pkg_.a
2025-08-20T21:58:33.7394760Z [00:02:35.562]➜  packagefile github.com/twitchyliquid64/golang-asm/obj/mips=/tmp/go-build282983591/b668/_pkg_.a
2025-08-20T21:58:33.7396064Z [00:02:35.562]➜  packagefile github.com/twitchyliquid64/golang-asm/obj/ppc64=/tmp/go-build282983591/b669/_pkg_.a
2025-08-20T21:58:33.7397348Z [00:02:35.562]➜  packagefile github.com/twitchyliquid64/golang-asm/obj/riscv=/tmp/go-build282983591/b670/_pkg_.a
2025-08-20T21:58:33.7398638Z [00:02:35.563]➜  packagefile github.com/twitchyliquid64/golang-asm/obj/s390x=/tmp/go-build282983591/b671/_pkg_.a
2025-08-20T21:58:33.7399987Z [00:02:35.563]➜  packagefile github.com/twitchyliquid64/golang-asm/obj/wasm=/tmp/go-build282983591/b672/_pkg_.a
2025-08-20T21:58:33.7402452Z [00:02:35.563]➜  packagefile github.com/twitchyliquid64/golang-asm/obj/x86=/tmp/go-build282983591/b673/_pkg_.a
2025-08-20T21:58:33.7403437Z [00:02:35.563]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:33.7404024Z [00:02:35.563]➜  EOF
2025-08-20T21:58:33.7411636Z [00:02:35.563]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b657/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/asm/arch=>github.com/twitchyliquid64/golang-asm@v0.15.1/asm/arch;$WORK/b657=>" -p github.com/twitchyliquid64/golang-asm/asm/arch -lang=go1.13 -complete -installsuffix shared -buildid tPlKmOE8XLL-rI-n1lwE/tPlKmOE8XLL-rI-n1lwE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b657/importcfg -pack /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/asm/arch/arch.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/asm/arch/arm.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/asm/arch/arm64.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/asm/arch/mips.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/asm/arch/ppc64.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/asm/arch/riscv64.go /root/go/pkg/mod/github.com/twitchyliquid64/golang-asm@v0.15.1/asm/arch/s390x.go
2025-08-20T21:58:33.7418572Z [00:02:35.567]➜  go tool buildid -w $WORK/b696/_pkg_.a # internal
2025-08-20T21:58:33.7433881Z [00:02:35.569]➜  cp $WORK/b696/_pkg_.a /root/.cache/go-build/fb/fb19a107ad454bdb061785127bb93a4eb03ee07ad45697ff373820bcbc21dc47-d # internal
2025-08-20T21:58:33.7445150Z [00:02:35.570]➜  go/ast
2025-08-20T21:58:33.7446306Z [00:02:35.570]➜  mkdir -p $WORK/b695/
2025-08-20T21:58:33.7458567Z [00:02:35.571]➜  cat >/tmp/go-build282983591/b695/importcfg << 'EOF' # internal
2025-08-20T21:58:33.7459263Z [00:02:35.571]➜  # import config
2025-08-20T21:58:33.7460130Z [00:02:35.571]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:33.7461199Z [00:02:35.571]➜  packagefile cmp=/tmp/go-build282983591/b046/_pkg_.a
2025-08-20T21:58:33.7461997Z [00:02:35.571]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:33.7462784Z [00:02:35.571]➜  packagefile go/scanner=/tmp/go-build282983591/b696/_pkg_.a
2025-08-20T21:58:33.7463629Z [00:02:35.571]➜  packagefile go/token=/tmp/go-build282983591/b697/_pkg_.a
2025-08-20T21:58:33.7464443Z [00:02:35.571]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:33.7465236Z [00:02:35.571]➜  packagefile iter=/tmp/go-build282983591/b039/_pkg_.a
2025-08-20T21:58:33.7466017Z [00:02:35.571]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:33.7466818Z [00:02:35.571]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:33.7467800Z [00:02:35.571]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:33.7468652Z [00:02:35.571]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:33.7469607Z [00:02:35.571]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:33.7470390Z [00:02:35.571]➜  EOF
2025-08-20T21:58:33.7474362Z [00:02:35.571]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b695/_pkg_.a -trimpath "/root/.go/src/go/ast=>go/ast;$WORK/b695=>" -p go/ast -lang=go1.25 -std -complete -installsuffix shared -buildid PexCy4wQdBDw-jgPdab0/PexCy4wQdBDw-jgPdab0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b695/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:58:33.7622267Z [00:02:35.587]➜  go tool buildid -w $WORK/b700/_pkg_.a # internal
2025-08-20T21:58:33.7645619Z [00:02:35.589]➜  cp $WORK/b700/_pkg_.a /root/.cache/go-build/57/5751a868673443aeae88b0b0d221e700a242b7a4d6aaf1284d00fb9607b658c9-d # internal
2025-08-20T21:58:33.7647212Z [00:02:35.590]➜  go/build/constraint
2025-08-20T21:58:33.7647909Z [00:02:35.590]➜  mkdir -p $WORK/b702/
2025-08-20T21:58:33.7649634Z [00:02:35.590]➜  cat >/tmp/go-build282983591/b702/importcfg << 'EOF' # internal
2025-08-20T21:58:33.7650898Z [00:02:35.590]➜  # import config
2025-08-20T21:58:33.7652412Z [00:02:35.590]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:33.7653173Z [00:02:35.590]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:33.7653912Z [00:02:35.590]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:33.7654643Z [00:02:35.590]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:33.7655428Z [00:02:35.590]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:33.7656038Z [00:02:35.590]➜  EOF
2025-08-20T21:58:33.7659254Z [00:02:35.590]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b702/_pkg_.a -trimpath "/root/.go/src/go/build/constraint=>go/build/constraint;$WORK/b702=>" -p go/build/constraint -lang=go1.25 -std -complete -installsuffix shared -buildid eUCZy1eSeqqdzVk4i-rk/eUCZy1eSeqqdzVk4i-rk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b702/importcfg -pack /root/.go/src/go/build/constraint/expr.go /root/.go/src/go/build/constraint/vers.go
2025-08-20T21:58:33.8268779Z [00:02:35.652]➜  go tool buildid -w $WORK/b702/_pkg_.a # internal
2025-08-20T21:58:33.8278815Z [00:02:35.653]➜  cp $WORK/b702/_pkg_.a /root/.cache/go-build/83/83c7651baf17d3c686a7e83d6e43c0a4ebb6fb06bd6fe324f08a3d43a75a0c5c-d # internal
2025-08-20T21:58:33.8286439Z [00:02:35.654]➜  github.com/cespare/xxhash
2025-08-20T21:58:33.8287018Z [00:02:35.654]➜  mkdir -p $WORK/b705/
2025-08-20T21:58:33.8287618Z [00:02:35.654]➜  echo -n > $WORK/b705/go_asm.h # internal
2025-08-20T21:58:33.8288377Z [00:02:35.654]➜  cd /root/go/pkg/mod/github.com/cespare/xxhash@v1.1.0
2025-08-20T21:58:33.8291108Z [00:02:35.654]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cespare/xxhash -trimpath "/root/go/pkg/mod/github.com/cespare/xxhash@v1.1.0=>github.com/cespare/xxhash@v1.1.0;$WORK/b705=>" -I $WORK/b705/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b705/symabis ./xxhash_amd64.s
2025-08-20T21:58:33.8378405Z [00:02:35.663]➜  cat >/tmp/go-build282983591/b705/importcfg << 'EOF' # internal
2025-08-20T21:58:33.8386358Z [00:02:35.663]➜  # import config
2025-08-20T21:58:33.8387138Z [00:02:35.663]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:33.8388023Z [00:02:35.663]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:33.8388885Z [00:02:35.663]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:33.8389768Z [00:02:35.663]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:33.8390655Z [00:02:35.663]➜  EOF
2025-08-20T21:58:33.8391423Z [00:02:35.663]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:33.8396768Z [00:02:35.663]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b705/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cespare/xxhash@v1.1.0=>github.com/cespare/xxhash@v1.1.0;$WORK/b705=>" -p github.com/cespare/xxhash -lang=go1.16 -installsuffix shared -buildid qcqptjZoPIvVe-sHVIke/qcqptjZoPIvVe-sHVIke -goversion go1.25.0 -symabis $WORK/b705/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b705/importcfg -pack -asmhdr $WORK/b705/go_asm.h /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_amd64.go /root/go/pkg/mod/github.com/cespare/xxhash@v1.1.0/xxhash_unsafe.go
2025-08-20T21:58:33.8724493Z [00:02:35.698]➜  go tool buildid -w $WORK/b657/_pkg_.a # internal
2025-08-20T21:58:33.8742071Z [00:02:35.699]➜  cp $WORK/b657/_pkg_.a /root/.cache/go-build/08/0808a2e8e21768926ecc653dbd2bff9c36b1ec3d644ed454a5190235a7ee274d-d # internal
2025-08-20T21:58:33.8748279Z [00:02:35.700]➜  github.com/bytedance/sonic/internal/jit
2025-08-20T21:58:33.8751428Z [00:02:35.700]➜  mkdir -p $WORK/b656/
2025-08-20T21:58:33.8790366Z [00:02:35.704]➜  echo -n > $WORK/b656/go_asm.h # internal
2025-08-20T21:58:33.8794147Z [00:02:35.704]➜  cd /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/jit
2025-08-20T21:58:33.8796916Z [00:02:35.704]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/bytedance/sonic/internal/jit -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/jit=>github.com/bytedance/sonic@v1.14.0/internal/jit;$WORK/b656=>" -I $WORK/b656/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b656/symabis ./asm.s
2025-08-20T21:58:33.8805282Z [00:02:35.706]➜  cd /root/go/pkg/mod/github.com/cespare/xxhash@v1.1.0
2025-08-20T21:58:33.8810001Z [00:02:35.706]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cespare/xxhash -trimpath "/root/go/pkg/mod/github.com/cespare/xxhash@v1.1.0=>github.com/cespare/xxhash@v1.1.0;$WORK/b705=>" -I $WORK/b705/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b705/xxhash_amd64.o ./xxhash_amd64.s
2025-08-20T21:58:33.8881049Z [00:02:35.713]➜  cat >/tmp/go-build282983591/b656/importcfg << 'EOF' # internal
2025-08-20T21:58:33.8885068Z [00:02:35.713]➜  # import config
2025-08-20T21:58:33.8885807Z [00:02:35.713]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:33.8886657Z [00:02:35.713]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:33.8887687Z [00:02:35.713]➜  packagefile github.com/bytedance/sonic/internal/rt=/tmp/go-build282983591/b634/_pkg_.a
2025-08-20T21:58:33.8888877Z [00:02:35.713]➜  packagefile github.com/bytedance/sonic/loader=/tmp/go-build282983591/b639/_pkg_.a
2025-08-20T21:58:33.8890293Z [00:02:35.713]➜  packagefile github.com/twitchyliquid64/golang-asm/asm/arch=/tmp/go-build282983591/b657/_pkg_.a
2025-08-20T21:58:33.8891547Z [00:02:35.713]➜  packagefile github.com/twitchyliquid64/golang-asm/obj=/tmp/go-build282983591/b658/_pkg_.a
2025-08-20T21:58:33.8892830Z [00:02:35.713]➜  packagefile github.com/twitchyliquid64/golang-asm/obj/x86=/tmp/go-build282983591/b673/_pkg_.a
2025-08-20T21:58:33.8894127Z [00:02:35.713]➜  packagefile github.com/twitchyliquid64/golang-asm/objabi=/tmp/go-build282983591/b661/_pkg_.a
2025-08-20T21:58:33.8895147Z [00:02:35.713]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:33.8895937Z [00:02:35.713]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:33.8896755Z [00:02:35.713]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:33.8897556Z [00:02:35.713]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:33.8898144Z [00:02:35.713]➜  EOF
2025-08-20T21:58:33.8898665Z [00:02:35.713]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:33.8906513Z [00:02:35.713]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b656/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/jit=>github.com/bytedance/sonic@v1.14.0/internal/jit;$WORK/b656=>" -p github.com/bytedance/sonic/internal/jit -lang=go1.17 -installsuffix shared -buildid -7AM_ntXrEam4x1e5rOT/-7AM_ntXrEam4x1e5rOT -goversion go1.25.0 -symabis $WORK/b656/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b656/importcfg -pack -asmhdr $WORK/b656/go_asm.h /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/jit/arch_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/jit/assembler_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/jit/backend.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/jit/runtime.go
2025-08-20T21:58:33.8911928Z [00:02:35.716]➜  cd /root/go/pkg/mod/github.com/cespare/xxhash@v1.1.0
2025-08-20T21:58:33.8912832Z [00:02:35.716]➜  go tool pack r $WORK/b705/_pkg_.a $WORK/b705/xxhash_amd64.o # internal
2025-08-20T21:58:33.8913669Z [00:02:35.716]➜  go tool buildid -w $WORK/b705/_pkg_.a # internal
2025-08-20T21:58:33.8914950Z [00:02:35.716]➜  cp $WORK/b705/_pkg_.a /root/.cache/go-build/57/575e216e39ec2a622d31e52f0ee698b42ed413eff65d5e1ec405dc96a9c84c7f-d # internal
2025-08-20T21:58:33.8916084Z [00:02:35.716]➜  github.com/andybalholm/cascadia
2025-08-20T21:58:33.8916655Z [00:02:35.716]➜  mkdir -p $WORK/b708/
2025-08-20T21:58:33.8917354Z [00:02:35.716]➜  cat >/tmp/go-build282983591/b708/importcfg << 'EOF' # internal
2025-08-20T21:58:33.8918055Z [00:02:35.716]➜  # import config
2025-08-20T21:58:33.8918728Z [00:02:35.716]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:33.8919523Z [00:02:35.716]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:33.8920518Z [00:02:35.716]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:33.8921388Z [00:02:35.716]➜  packagefile golang.org/x/net/html=/tmp/go-build282983591/b199/_pkg_.a
2025-08-20T21:58:33.8922453Z [00:02:35.716]➜  packagefile golang.org/x/net/html/atom=/tmp/go-build282983591/b200/_pkg_.a
2025-08-20T21:58:33.8923434Z [00:02:35.716]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:33.8924532Z [00:02:35.716]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:33.8925516Z [00:02:35.716]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:33.8926109Z [00:02:35.716]➜  EOF
2025-08-20T21:58:33.8926644Z [00:02:35.716]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:33.8932487Z [00:02:35.716]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b708/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/andybalholm/cascadia@v1.3.3=>github.com/andybalholm/cascadia@v1.3.3;$WORK/b708=>" -p github.com/andybalholm/cascadia -lang=go1.16 -complete -installsuffix shared -buildid TwiiLg2yfZc4OzZI78Wq/TwiiLg2yfZc4OzZI78Wq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b708/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:58:33.9221889Z [00:02:35.746]➜  go tool buildid -w $WORK/b699/_pkg_.a # internal
2025-08-20T21:58:33.9233909Z [00:02:35.748]➜  cp $WORK/b699/_pkg_.a /root/.cache/go-build/94/94556c67af21580214117be07f7b9fa24ce93add292ddb59fbd396c6234dade9-d # internal
2025-08-20T21:58:33.9235945Z [00:02:35.749]➜  github.com/hbakhtiyor/strsim
2025-08-20T21:58:33.9238556Z [00:02:35.749]➜  mkdir -p $WORK/b709/
2025-08-20T21:58:33.9240182Z [00:02:35.749]➜  cat >/tmp/go-build282983591/b709/importcfg << 'EOF' # internal
2025-08-20T21:58:33.9241189Z [00:02:35.749]➜  # import config
2025-08-20T21:58:33.9243937Z [00:02:35.749]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:33.9244793Z [00:02:35.749]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:33.9245929Z [00:02:35.749]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:33.9246906Z [00:02:35.749]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:33.9247531Z [00:02:35.749]➜  EOF
2025-08-20T21:58:33.9251555Z [00:02:35.749]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b709/_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/b709=>" -p github.com/hbakhtiyor/strsim -lang=go1.16 -complete -installsuffix shared -buildid kYDqM5-GpBw6W3rGIjG7/kYDqM5-GpBw6W3rGIjG7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b709/importcfg -pack /root/go/pkg/mod/github.com/hbakhtiyor/strsim@v0.0.0-20190107154042-4d2bbb273edf/strsim.go
2025-08-20T21:58:33.9476546Z [00:02:35.773]➜  go tool buildid -w $WORK/b709/_pkg_.a # internal
2025-08-20T21:58:33.9482443Z [00:02:35.773]➜  cp $WORK/b709/_pkg_.a /root/.cache/go-build/6b/6ba0d6c3f7b63a1a50441b0871903b892f00da56e73f03b93ee0a2a87982b883-d # internal
2025-08-20T21:58:33.9494782Z [00:02:35.774]➜  github.com/projectdiscovery/cdncheck
2025-08-20T21:58:33.9495437Z [00:02:35.774]➜  mkdir -p $WORK/b710/
2025-08-20T21:58:33.9496185Z [00:02:35.774]➜  cat >/tmp/go-build282983591/b710/importcfg << 'EOF' # internal
2025-08-20T21:58:33.9496884Z [00:02:35.774]➜  # import config
2025-08-20T21:58:33.9497569Z [00:02:35.774]➜  packagefile embed=/tmp/go-build282983591/b066/_pkg_.a
2025-08-20T21:58:33.9498460Z [00:02:35.774]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:33.9499325Z [00:02:35.774]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:33.9501865Z [00:02:35.774]➜  packagefile github.com/gaissmai/bart=/tmp/go-build282983591/b443/_pkg_.a
2025-08-20T21:58:33.9502948Z [00:02:35.774]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:58:33.9504149Z [00:02:35.774]➜  packagefile github.com/projectdiscovery/retryabledns=/tmp/go-build282983591/b331/_pkg_.a
2025-08-20T21:58:33.9505546Z [00:02:35.774]➜  packagefile github.com/weppos/publicsuffix-go/publicsuffix=/tmp/go-build282983591/b458/_pkg_.a
2025-08-20T21:58:33.9506987Z [00:02:35.774]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:33.9507836Z [00:02:35.774]➜  packagefile net/netip=/tmp/go-build282983591/b163/_pkg_.a
2025-08-20T21:58:33.9508680Z [00:02:35.774]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:33.9509497Z [00:02:35.774]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:33.9510316Z [00:02:35.774]➜  EOF
2025-08-20T21:58:33.9510954Z [00:02:35.774]➜  cat >/tmp/go-build282983591/b710/embedcfg << 'EOF' # internal
2025-08-20T21:58:33.9511534Z [00:02:35.774]➜  {
2025-08-20T21:58:33.9511951Z [00:02:35.774]➜  	"Patterns": {
2025-08-20T21:58:33.9512460Z [00:02:35.774]➜  		"sources_data.json": [
2025-08-20T21:58:33.9513015Z [00:02:35.774]➜  			"sources_data.json"
2025-08-20T21:58:33.9513515Z [00:02:35.774]➜  		]
2025-08-20T21:58:33.9513905Z [00:02:35.774]➜  	},
2025-08-20T21:58:33.9514319Z [00:02:35.774]➜  	"Files": {
2025-08-20T21:58:33.9515301Z [00:02:35.774]➜  		"sources_data.json": "/root/go/pkg/mod/github.com/projectdiscovery/cdncheck@v1.1.26/sources_data.json"
2025-08-20T21:58:33.9516206Z [00:02:35.774]➜  	}
2025-08-20T21:58:33.9516590Z [00:02:35.774]➜  }EOF
2025-08-20T21:58:33.9522431Z [00:02:35.774]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b710/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/cdncheck@v1.1.26=>github.com/projectdiscovery/cdncheck@v1.1.26;$WORK/b710=>" -p github.com/projectdiscovery/cdncheck -lang=go1.21 -complete -installsuffix shared -buildid VBufH-1rJJkTobLtH-mN/VBufH-1rJJkTobLtH-mN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b710/importcfg -embedcfg $WORK/b710/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:58:34.0160626Z [00:02:35.841]➜  cd /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/jit
2025-08-20T21:58:34.0163502Z [00:02:35.841]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/bytedance/sonic/internal/jit -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/jit=>github.com/bytedance/sonic@v1.14.0/internal/jit;$WORK/b656=>" -I $WORK/b656/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b656/asm.o ./asm.s
2025-08-20T21:58:34.0249034Z [00:02:35.850]➜  go tool pack r $WORK/b656/_pkg_.a $WORK/b656/asm.o # internal
2025-08-20T21:58:34.0249993Z [00:02:35.850]➜  go tool buildid -w $WORK/b656/_pkg_.a # internal
2025-08-20T21:58:34.0275426Z [00:02:35.853]➜  cp $WORK/b656/_pkg_.a /root/.cache/go-build/b4/b47b51d2202f28a60eb03d8d2474b0df7edea66e76344149cecca7d937f40d73-d # internal
2025-08-20T21:58:34.0279605Z [00:02:35.853]➜  github.com/bytedance/sonic/internal/encoder/x86
2025-08-20T21:58:34.0282471Z [00:02:35.853]➜  mkdir -p $WORK/b655/
2025-08-20T21:58:34.0284112Z [00:02:35.853]➜  cat >/tmp/go-build282983591/b655/importcfg << 'EOF' # internal
2025-08-20T21:58:34.0285074Z [00:02:35.853]➜  # import config
2025-08-20T21:58:34.0286072Z [00:02:35.854]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:34.0287194Z [00:02:35.854]➜  packagefile github.com/bytedance/sonic/internal/cpu=/tmp/go-build282983591/b648/_pkg_.a
2025-08-20T21:58:34.0288554Z [00:02:35.854]➜  packagefile github.com/bytedance/sonic/internal/encoder/alg=/tmp/go-build282983591/b631/_pkg_.a
2025-08-20T21:58:34.0290180Z [00:02:35.854]➜  packagefile github.com/bytedance/sonic/internal/encoder/ir=/tmp/go-build282983591/b653/_pkg_.a
2025-08-20T21:58:34.0291596Z [00:02:35.854]➜  packagefile github.com/bytedance/sonic/internal/encoder/vars=/tmp/go-build282983591/b632/_pkg_.a
2025-08-20T21:58:34.0292972Z [00:02:35.854]➜  packagefile github.com/bytedance/sonic/internal/jit=/tmp/go-build282983591/b656/_pkg_.a
2025-08-20T21:58:34.0294503Z [00:02:35.854]➜  packagefile github.com/bytedance/sonic/internal/native=/tmp/go-build282983591/b647/_pkg_.a
2025-08-20T21:58:34.0296060Z [00:02:35.854]➜  packagefile github.com/bytedance/sonic/internal/native/types=/tmp/go-build282983591/b650/_pkg_.a
2025-08-20T21:58:34.0297396Z [00:02:35.854]➜  packagefile github.com/bytedance/sonic/internal/rt=/tmp/go-build282983591/b634/_pkg_.a
2025-08-20T21:58:34.0298631Z [00:02:35.854]➜  packagefile github.com/bytedance/sonic/loader=/tmp/go-build282983591/b639/_pkg_.a
2025-08-20T21:58:34.0299973Z [00:02:35.854]➜  packagefile github.com/cloudwego/base64x=/tmp/go-build282983591/b636/_pkg_.a
2025-08-20T21:58:34.0301129Z [00:02:35.854]➜  packagefile github.com/twitchyliquid64/golang-asm/obj=/tmp/go-build282983591/b658/_pkg_.a
2025-08-20T21:58:34.0302410Z [00:02:35.854]➜  packagefile github.com/twitchyliquid64/golang-asm/obj/x86=/tmp/go-build282983591/b673/_pkg_.a
2025-08-20T21:58:34.0303457Z [00:02:35.854]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:34.0304296Z [00:02:35.854]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:34.0305122Z [00:02:35.854]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:34.0305945Z [00:02:35.854]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:34.0306551Z [00:02:35.854]➜  EOF
2025-08-20T21:58:34.0307088Z [00:02:35.854]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:34.0320422Z [00:02:35.854]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b655/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/encoder/x86=>github.com/bytedance/sonic@v1.14.0/internal/encoder/x86;$WORK/b655=>" -p github.com/bytedance/sonic/internal/encoder/x86 -lang=go1.17 -complete -installsuffix shared -buildid nvNyWyNF9UEVIhxHe73o/nvNyWyNF9UEVIhxHe73o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b655/importcfg -pack /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/encoder/x86/asm_stubs_amd64_go121.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/encoder/x86/assembler_regabi_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/encoder/x86/debug_go117.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/encoder/x86/stbus.go
2025-08-20T21:58:34.2087957Z [00:02:36.034]➜  go tool buildid -w $WORK/b708/_pkg_.a # internal
2025-08-20T21:58:34.2137095Z [00:02:36.039]➜  cp $WORK/b708/_pkg_.a /root/.cache/go-build/90/90f9615f1891f63a16685f89ee6d339254018ecfe3c76768dfd93d2146070df7-d # internal
2025-08-20T21:58:34.2148597Z [00:02:36.040]➜  github.com/bytedance/sonic/internal/decoder/jitdec
2025-08-20T21:58:34.2149372Z [00:02:36.040]➜  mkdir -p $WORK/b681/
2025-08-20T21:58:34.2156769Z [00:02:36.041]➜  echo -n > $WORK/b681/go_asm.h # internal
2025-08-20T21:58:34.2157755Z [00:02:36.041]➜  cd /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/jitdec
2025-08-20T21:58:34.2160930Z [00:02:36.041]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/bytedance/sonic/internal/decoder/jitdec -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/jitdec=>github.com/bytedance/sonic@v1.14.0/internal/decoder/jitdec;$WORK/b681=>" -I $WORK/b681/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b681/symabis ./asm.s ./generic_regabi_amd64_test.s
2025-08-20T21:58:34.2210473Z [00:02:36.046]➜  cat >/tmp/go-build282983591/b681/importcfg << 'EOF' # internal
2025-08-20T21:58:34.2211188Z [00:02:36.046]➜  # import config
2025-08-20T21:58:34.2211848Z [00:02:36.046]➜  packagefile encoding=/tmp/go-build282983591/b068/_pkg_.a
2025-08-20T21:58:34.2212710Z [00:02:36.046]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:34.2213755Z [00:02:36.046]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:34.2214564Z [00:02:36.046]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:34.2215602Z [00:02:36.046]➜  packagefile github.com/bytedance/sonic/internal/caching=/tmp/go-build282983591/b633/_pkg_.a
2025-08-20T21:58:34.2217262Z [00:02:36.046]➜  packagefile github.com/bytedance/sonic/internal/decoder/consts=/tmp/go-build282983591/b679/_pkg_.a
2025-08-20T21:58:34.2218658Z [00:02:36.046]➜  packagefile github.com/bytedance/sonic/internal/decoder/errors=/tmp/go-build282983591/b680/_pkg_.a
2025-08-20T21:58:34.2220162Z [00:02:36.046]➜  packagefile github.com/bytedance/sonic/internal/jit=/tmp/go-build282983591/b656/_pkg_.a
2025-08-20T21:58:34.2221371Z [00:02:36.046]➜  packagefile github.com/bytedance/sonic/internal/native=/tmp/go-build282983591/b647/_pkg_.a
2025-08-20T21:58:34.2222631Z [00:02:36.046]➜  packagefile github.com/bytedance/sonic/internal/native/types=/tmp/go-build282983591/b650/_pkg_.a
2025-08-20T21:58:34.2223949Z [00:02:36.046]➜  packagefile github.com/bytedance/sonic/internal/resolver=/tmp/go-build282983591/b652/_pkg_.a
2025-08-20T21:58:34.2225165Z [00:02:36.046]➜  packagefile github.com/bytedance/sonic/internal/rt=/tmp/go-build282983591/b634/_pkg_.a
2025-08-20T21:58:34.2226343Z [00:02:36.046]➜  packagefile github.com/bytedance/sonic/loader=/tmp/go-build282983591/b639/_pkg_.a
2025-08-20T21:58:34.2227522Z [00:02:36.046]➜  packagefile github.com/bytedance/sonic/option=/tmp/go-build282983591/b635/_pkg_.a
2025-08-20T21:58:34.2228619Z [00:02:36.046]➜  packagefile github.com/bytedance/sonic/utf8=/tmp/go-build282983591/b674/_pkg_.a
2025-08-20T21:58:34.2229767Z [00:02:36.046]➜  packagefile github.com/twitchyliquid64/golang-asm/obj=/tmp/go-build282983591/b658/_pkg_.a
2025-08-20T21:58:34.2232683Z [00:02:36.046]➜  packagefile github.com/twitchyliquid64/golang-asm/obj/x86=/tmp/go-build282983591/b673/_pkg_.a
2025-08-20T21:58:34.2233661Z [00:02:36.046]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:34.2234366Z [00:02:36.046]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:34.2235275Z [00:02:36.046]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:34.2236202Z [00:02:36.046]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:34.2237006Z [00:02:36.046]➜  packagefile runtime/debug=/tmp/go-build282983591/b246/_pkg_.a
2025-08-20T21:58:34.2237758Z [00:02:36.046]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:34.2238454Z [00:02:36.046]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:34.2239154Z [00:02:36.046]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:34.2240014Z [00:02:36.046]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:34.2240574Z [00:02:36.046]➜  EOF
2025-08-20T21:58:34.2241064Z [00:02:36.046]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:34.2258196Z [00:02:36.046]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b681/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/jitdec=>github.com/bytedance/sonic@v1.14.0/internal/decoder/jitdec;$WORK/b681=>" -p github.com/bytedance/sonic/internal/decoder/jitdec -lang=go1.17 -installsuffix shared -buildid aTGTIPiF6dIgKnVWWemQ/aTGTIPiF6dIgKnVWWemQ -goversion go1.25.0 -symabis $WORK/b681/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b681/importcfg -pack -asmhdr $WORK/b681/go_asm.h /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/jitdec/asm_stubs_amd64_go121.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/jitdec/assembler_regabi_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/jitdec/compiler.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/jitdec/debug.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/jitdec/decoder.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/jitdec/generic_regabi_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/jitdec/pools.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/jitdec/primitives.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/jitdec/types.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/jitdec/utils.go
2025-08-20T21:58:34.2400442Z [00:02:36.065]➜  go tool buildid -w $WORK/b695/_pkg_.a # internal
2025-08-20T21:58:34.2468043Z [00:02:36.071]➜  cp $WORK/b695/_pkg_.a /root/.cache/go-build/da/da5c7608bdb2cdc008bd60e501aee663ca80363496f46c569cf1b40831b289e4-d # internal
2025-08-20T21:58:34.2469196Z [00:02:36.072]➜  go/doc
2025-08-20T21:58:34.2469674Z [00:02:36.072]➜  mkdir -p $WORK/b698/
2025-08-20T21:58:34.2473029Z [00:02:36.072]➜  cat >/tmp/go-build282983591/b698/importcfg << 'EOF' # internal
2025-08-20T21:58:34.2473882Z [00:02:36.072]➜  # import config
2025-08-20T21:58:34.2474674Z [00:02:36.072]➜  packagefile cmp=/tmp/go-build282983591/b046/_pkg_.a
2025-08-20T21:58:34.2475647Z [00:02:36.072]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:34.2476583Z [00:02:36.072]➜  packagefile go/ast=/tmp/go-build282983591/b695/_pkg_.a
2025-08-20T21:58:34.2477476Z [00:02:36.072]➜  packagefile go/doc/comment=/tmp/go-build282983591/b699/_pkg_.a
2025-08-20T21:58:34.2478396Z [00:02:36.072]➜  packagefile go/token=/tmp/go-build282983591/b697/_pkg_.a
2025-08-20T21:58:34.2479440Z [00:02:36.073]➜  packagefile internal/lazyregexp=/tmp/go-build282983591/b700/_pkg_.a
2025-08-20T21:58:34.2480769Z [00:02:36.073]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:34.2481710Z [00:02:36.073]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:58:34.2482646Z [00:02:36.073]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:34.2483594Z [00:02:36.073]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:34.2484548Z [00:02:36.073]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:34.2485528Z [00:02:36.073]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:34.2486657Z [00:02:36.073]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:34.2487451Z [00:02:36.073]➜  EOF
2025-08-20T21:58:34.2491551Z [00:02:36.073]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b698/_pkg_.a -trimpath "/root/.go/src/go/doc=>go/doc;$WORK/b698=>" -p go/doc -lang=go1.25 -std -complete -installsuffix shared -buildid -_26vMdFuHl3uWHR4aBX/-_26vMdFuHl3uWHR4aBX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b698/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:58:34.3729419Z [00:02:36.198]➜  go tool buildid -w $WORK/b655/_pkg_.a # internal
2025-08-20T21:58:34.3811253Z [00:02:36.206]➜  cp $WORK/b655/_pkg_.a /root/.cache/go-build/05/0564240458f484486c0eb49c400ff12354e45ed0fe24c64e0f135740f34d1cb4-d # internal
2025-08-20T21:58:34.3828440Z [00:02:36.208]➜  github.com/bytedance/sonic/internal/encoder
2025-08-20T21:58:34.3839035Z [00:02:36.209]➜  mkdir -p $WORK/b630/
2025-08-20T21:58:34.3840074Z [00:02:36.209]➜  cat >/tmp/go-build282983591/b630/importcfg << 'EOF' # internal
2025-08-20T21:58:34.3841609Z [00:02:36.209]➜  # import config
2025-08-20T21:58:34.3842215Z [00:02:36.209]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:34.3843005Z [00:02:36.209]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:34.3844077Z [00:02:36.209]➜  packagefile github.com/bytedance/sonic/internal/encoder/alg=/tmp/go-build282983591/b631/_pkg_.a
2025-08-20T21:58:34.3845346Z [00:02:36.209]➜  packagefile github.com/bytedance/sonic/internal/encoder/ir=/tmp/go-build282983591/b653/_pkg_.a
2025-08-20T21:58:34.3846621Z [00:02:36.209]➜  packagefile github.com/bytedance/sonic/internal/encoder/vars=/tmp/go-build282983591/b632/_pkg_.a
2025-08-20T21:58:34.3847918Z [00:02:36.209]➜  packagefile github.com/bytedance/sonic/internal/encoder/vm=/tmp/go-build282983591/b654/_pkg_.a
2025-08-20T21:58:34.3849314Z [00:02:36.209]➜  packagefile github.com/bytedance/sonic/internal/encoder/x86=/tmp/go-build282983591/b655/_pkg_.a
2025-08-20T21:58:34.3851025Z [00:02:36.209]➜  packagefile github.com/bytedance/sonic/internal/resolver=/tmp/go-build282983591/b652/_pkg_.a
2025-08-20T21:58:34.3852231Z [00:02:36.209]➜  packagefile github.com/bytedance/sonic/internal/rt=/tmp/go-build282983591/b634/_pkg_.a
2025-08-20T21:58:34.3853323Z [00:02:36.209]➜  packagefile github.com/bytedance/sonic/option=/tmp/go-build282983591/b635/_pkg_.a
2025-08-20T21:58:34.3854348Z [00:02:36.209]➜  packagefile github.com/bytedance/sonic/utf8=/tmp/go-build282983591/b674/_pkg_.a
2025-08-20T21:58:34.3855178Z [00:02:36.209]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:34.3855889Z [00:02:36.209]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:34.3856619Z [00:02:36.209]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:34.3857172Z [00:02:36.209]➜  EOF
2025-08-20T21:58:34.3863137Z [00:02:36.209]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b630/_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/b630=>" -p github.com/bytedance/sonic/internal/encoder -lang=go1.17 -complete -installsuffix shared -buildid TNj80cNg0TenRvZ_zfmy/TNj80cNg0TenRvZ_zfmy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b630/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_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/encoder/stream.go
2025-08-20T21:58:34.6469309Z [00:02:36.472]➜  go tool buildid -w $WORK/b698/_pkg_.a # internal
2025-08-20T21:58:34.6504316Z [00:02:36.476]➜  cp $WORK/b698/_pkg_.a /root/.cache/go-build/20/208e57b5a8b70515e39fd667b6ad892ce1f93691c1a50fa6b74f3120585c0796-d # internal
2025-08-20T21:58:34.6508878Z [00:02:36.476]➜  go/parser
2025-08-20T21:58:34.6511559Z [00:02:36.476]➜  mkdir -p $WORK/b701/
2025-08-20T21:58:34.6512199Z [00:02:36.476]➜  go tool buildid -w $WORK/b710/_pkg_.a # internal
2025-08-20T21:58:34.6555969Z [00:02:36.480]➜  cat >/tmp/go-build282983591/b701/importcfg << 'EOF' # internal
2025-08-20T21:58:34.6566354Z [00:02:36.480]➜  # import config
2025-08-20T21:58:34.6567007Z [00:02:36.480]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:34.6567791Z [00:02:36.480]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:34.6568517Z [00:02:36.480]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:34.6569251Z [00:02:36.480]➜  packagefile go/ast=/tmp/go-build282983591/b695/_pkg_.a
2025-08-20T21:58:34.6570347Z [00:02:36.480]➜  packagefile go/build/constraint=/tmp/go-build282983591/b702/_pkg_.a
2025-08-20T21:58:34.6571213Z [00:02:36.480]➜  packagefile go/scanner=/tmp/go-build282983591/b696/_pkg_.a
2025-08-20T21:58:34.6572038Z [00:02:36.480]➜  packagefile go/token=/tmp/go-build282983591/b697/_pkg_.a
2025-08-20T21:58:34.6572930Z [00:02:36.480]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:34.6602169Z [00:02:36.480]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:58:34.6603058Z [00:02:36.480]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:34.6603871Z [00:02:36.480]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:34.6604700Z [00:02:36.480]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:34.6605299Z [00:02:36.480]➜  EOF
2025-08-20T21:58:34.6608519Z [00:02:36.480]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b701/_pkg_.a -trimpath "/root/.go/src/go/parser=>go/parser;$WORK/b701=>" -p go/parser -lang=go1.25 -std -complete -installsuffix shared -buildid gAr9WaN61HdCp6LNJLAZ/gAr9WaN61HdCp6LNJLAZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b701/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:58:34.6613380Z [00:02:36.486]➜  cp $WORK/b710/_pkg_.a /root/.cache/go-build/c9/c94473c5d916a871a95ce155f404afc14c55b476aaaaafef65536149a5b75bf6-d # internal
2025-08-20T21:58:34.6614577Z [00:02:36.486]➜  github.com/PuerkitoBio/goquery
2025-08-20T21:58:34.6615168Z [00:02:36.486]➜  mkdir -p $WORK/b707/
2025-08-20T21:58:34.6618778Z [00:02:36.487]➜  cat >/tmp/go-build282983591/b707/importcfg << 'EOF' # internal
2025-08-20T21:58:34.6619537Z [00:02:36.487]➜  # import config
2025-08-20T21:58:34.6621416Z [00:02:36.487]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:34.6622426Z [00:02:36.487]➜  packagefile github.com/andybalholm/cascadia=/tmp/go-build282983591/b708/_pkg_.a
2025-08-20T21:58:34.6623663Z [00:02:36.487]➜  packagefile golang.org/x/net/html=/tmp/go-build282983591/b199/_pkg_.a
2025-08-20T21:58:34.6624553Z [00:02:36.487]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:34.6625335Z [00:02:36.487]➜  packagefile iter=/tmp/go-build282983591/b039/_pkg_.a
2025-08-20T21:58:34.6626114Z [00:02:36.487]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:34.6626918Z [00:02:36.487]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:34.6627748Z [00:02:36.487]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:34.6628737Z [00:02:36.487]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:34.6629320Z [00:02:36.487]➜  EOF
2025-08-20T21:58:34.6637165Z [00:02:36.487]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b707/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!puerkito!bio/goquery@v1.10.3=>github.com/PuerkitoBio/goquery@v1.10.3;$WORK/b707=>" -p github.com/PuerkitoBio/goquery -lang=go1.23 -complete -installsuffix shared -buildid 3EP5-UTDESBn2eUAqLUW/3EP5-UTDESBn2eUAqLUW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b707/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:58:34.6696540Z [00:02:36.495]➜  go tool buildid -w $WORK/b630/_pkg_.a # internal
2025-08-20T21:58:34.6730036Z [00:02:36.498]➜  cp $WORK/b630/_pkg_.a /root/.cache/go-build/d4/d4830006b948f1d0af124dcf5583fdfdcc357dddb8eca8d557c4b7a9f7cb53f0-d # internal
2025-08-20T21:58:34.6734304Z [00:02:36.498]➜  github.com/bytedance/sonic/encoder
2025-08-20T21:58:34.6735065Z [00:02:36.498]➜  mkdir -p $WORK/b629/
2025-08-20T21:58:34.6735781Z [00:02:36.498]➜  cat >/tmp/go-build282983591/b629/importcfg << 'EOF' # internal
2025-08-20T21:58:34.6736468Z [00:02:36.498]➜  # import config
2025-08-20T21:58:34.6737377Z [00:02:36.498]➜  packagefile github.com/bytedance/sonic/internal/encoder=/tmp/go-build282983591/b630/_pkg_.a
2025-08-20T21:58:34.6738190Z [00:02:36.498]➜  EOF
2025-08-20T21:58:34.6741951Z [00:02:36.498]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b629/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/encoder=>github.com/bytedance/sonic@v1.14.0/encoder;$WORK/b629=>" -p github.com/bytedance/sonic/encoder -lang=go1.17 -complete -installsuffix shared -buildid vGJtxwuGVcvUPp-0U_GL/vGJtxwuGVcvUPp-0U_GL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b629/importcfg -pack /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/encoder/encoder_native.go
2025-08-20T21:58:34.7106668Z [00:02:36.536]➜  go tool buildid -w $WORK/b629/_pkg_.a # internal
2025-08-20T21:58:34.7123671Z [00:02:36.537]➜  cp $WORK/b629/_pkg_.a /root/.cache/go-build/4d/4d4e8f49aad99589c4785775e3776af825c716fe3b7369fd47de37e80bb420ee-d # internal
2025-08-20T21:58:34.7129135Z [00:02:36.538]➜  github.com/bytedance/sonic/ast
2025-08-20T21:58:34.7131956Z [00:02:36.538]➜  mkdir -p $WORK/b628/
2025-08-20T21:58:34.7146396Z [00:02:36.540]➜  echo -n > $WORK/b628/go_asm.h # internal
2025-08-20T21:58:34.7147817Z [00:02:36.540]➜  cd /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/ast
2025-08-20T21:58:34.7152182Z [00:02:36.540]➜  /root/.go/pkg/tool/linux_amd64/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/b628=>" -I $WORK/b628/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b628/symabis ./asm.s
2025-08-20T21:58:34.7243970Z [00:02:36.549]➜  cat >/tmp/go-build282983591/b628/importcfg << 'EOF' # internal
2025-08-20T21:58:34.7248119Z [00:02:36.549]➜  # import config
2025-08-20T21:58:34.7248880Z [00:02:36.549]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:34.7250080Z [00:02:36.549]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:34.7251007Z [00:02:36.549]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:34.7251820Z [00:02:36.549]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:34.7252818Z [00:02:36.549]➜  packagefile github.com/bytedance/sonic/encoder=/tmp/go-build282983591/b629/_pkg_.a
2025-08-20T21:58:34.7254077Z [00:02:36.549]➜  packagefile github.com/bytedance/sonic/internal/caching=/tmp/go-build282983591/b633/_pkg_.a
2025-08-20T21:58:34.7255422Z [00:02:36.549]➜  packagefile github.com/bytedance/sonic/internal/native=/tmp/go-build282983591/b647/_pkg_.a
2025-08-20T21:58:34.7257144Z [00:02:36.549]➜  packagefile github.com/bytedance/sonic/internal/native/types=/tmp/go-build282983591/b650/_pkg_.a
2025-08-20T21:58:34.7258568Z [00:02:36.549]➜  packagefile github.com/bytedance/sonic/internal/rt=/tmp/go-build282983591/b634/_pkg_.a
2025-08-20T21:58:34.7260052Z [00:02:36.549]➜  packagefile github.com/bytedance/sonic/internal/utils=/tmp/go-build282983591/b675/_pkg_.a
2025-08-20T21:58:34.7261288Z [00:02:36.549]➜  packagefile github.com/bytedance/sonic/option=/tmp/go-build282983591/b635/_pkg_.a
2025-08-20T21:58:34.7262466Z [00:02:36.549]➜  packagefile github.com/bytedance/sonic/unquote=/tmp/go-build282983591/b676/_pkg_.a
2025-08-20T21:58:34.7263556Z [00:02:36.549]➜  packagefile github.com/bytedance/sonic/utf8=/tmp/go-build282983591/b674/_pkg_.a
2025-08-20T21:58:34.7264490Z [00:02:36.549]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:34.7265282Z [00:02:36.549]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:34.7266038Z [00:02:36.549]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:34.7266806Z [00:02:36.549]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:34.7267720Z [00:02:36.549]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:34.7268496Z [00:02:36.549]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:34.7269328Z [00:02:36.549]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:34.7274336Z [00:02:36.549]➜  EOF
2025-08-20T21:58:34.7274825Z [00:02:36.550]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:34.7282668Z [00:02:36.550]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b628/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/ast=>github.com/bytedance/sonic@v1.14.0/ast;$WORK/b628=>" -p github.com/bytedance/sonic/ast -lang=go1.17 -installsuffix shared -buildid MVPMW5RWlGox45ZCznWl/MVPMW5RWlGox45ZCznWl -goversion go1.25.0 -symabis $WORK/b628/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b628/importcfg -pack -asmhdr $WORK/b628/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:58:35.1139046Z [00:02:36.939]➜  go tool buildid -w $WORK/b701/_pkg_.a # internal
2025-08-20T21:58:35.1215561Z [00:02:36.947]➜  cp $WORK/b701/_pkg_.a /root/.cache/go-build/9c/9c35af840f7b44d7948ca7833c8d85202d5cbdea37efd902771d72aec4a6a619-d # internal
2025-08-20T21:58:35.1357044Z [00:02:36.961]➜  github.com/invopop/jsonschema
2025-08-20T21:58:35.1359771Z [00:02:36.961]➜  mkdir -p $WORK/b689/
2025-08-20T21:58:35.1365052Z [00:02:36.962]➜  cat >/tmp/go-build282983591/b689/importcfg << 'EOF' # internal
2025-08-20T21:58:35.1366302Z [00:02:36.962]➜  # import config
2025-08-20T21:58:35.1368017Z [00:02:36.962]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:35.1368862Z [00:02:36.962]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:35.1369663Z [00:02:36.962]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:35.1370522Z [00:02:36.962]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:35.1371454Z [00:02:36.962]➜  packagefile github.com/wk8/go-ordered-map/v2=/tmp/go-build282983591/b690/_pkg_.a
2025-08-20T21:58:35.1372376Z [00:02:36.962]➜  packagefile go/ast=/tmp/go-build282983591/b695/_pkg_.a
2025-08-20T21:58:35.1373175Z [00:02:36.962]➜  packagefile go/doc=/tmp/go-build282983591/b698/_pkg_.a
2025-08-20T21:58:35.1374044Z [00:02:36.962]➜  packagefile go/parser=/tmp/go-build282983591/b701/_pkg_.a
2025-08-20T21:58:35.1374871Z [00:02:36.962]➜  packagefile go/token=/tmp/go-build282983591/b697/_pkg_.a
2025-08-20T21:58:35.1375644Z [00:02:36.962]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:58:35.1376415Z [00:02:36.962]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:35.1377251Z [00:02:36.962]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:35.1378012Z [00:02:36.962]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:58:35.1378855Z [00:02:36.962]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:35.1379653Z [00:02:36.962]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:35.1380742Z [00:02:36.962]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:35.1381551Z [00:02:36.962]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:35.1382391Z [00:02:36.962]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:35.1383396Z [00:02:36.962]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:35.1384010Z [00:02:36.962]➜  EOF
2025-08-20T21:58:35.1389203Z [00:02:36.962]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b689/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/invopop/jsonschema@v0.13.0=>github.com/invopop/jsonschema@v0.13.0;$WORK/b689=>" -p github.com/invopop/jsonschema -lang=go1.18 -complete -installsuffix shared -buildid dXQbKLNbMgrcEX7dYQ1S/dXQbKLNbMgrcEX7dYQ1S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b689/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:58:35.2098684Z [00:02:37.035]➜  cd /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/jitdec
2025-08-20T21:58:35.2104158Z [00:02:37.035]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/bytedance/sonic/internal/decoder/jitdec -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/jitdec=>github.com/bytedance/sonic@v1.14.0/internal/decoder/jitdec;$WORK/b681=>" -I $WORK/b681/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b681/asm.o ./asm.s
2025-08-20T21:58:35.2243561Z [00:02:37.049]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/bytedance/sonic/internal/decoder/jitdec -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/jitdec=>github.com/bytedance/sonic@v1.14.0/internal/decoder/jitdec;$WORK/b681=>" -I $WORK/b681/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b681/generic_regabi_amd64_test.o ./generic_regabi_amd64_test.s
2025-08-20T21:58:35.2313928Z [00:02:37.056]➜  go tool pack r $WORK/b681/_pkg_.a $WORK/b681/asm.o $WORK/b681/generic_regabi_amd64_test.o # internal
2025-08-20T21:58:35.2316617Z [00:02:37.056]➜  go tool buildid -w $WORK/b681/_pkg_.a # internal
2025-08-20T21:58:35.2431796Z [00:02:37.068]➜  cd /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/ast
2025-08-20T21:58:35.2436130Z [00:02:37.068]➜  /root/.go/pkg/tool/linux_amd64/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/b628=>" -I $WORK/b628/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b628/asm.o ./asm.s
2025-08-20T21:58:35.2451633Z [00:02:37.070]➜  cp $WORK/b681/_pkg_.a /root/.cache/go-build/e0/e051182db5e4157c095fdb2e2237d03fae10ad41d51fc4b9dfa02ec56e53cb11-d # internal
2025-08-20T21:58:35.2469082Z [00:02:37.071]➜  github.com/bytedance/sonic/internal/decoder/api
2025-08-20T21:58:35.2470008Z [00:02:37.071]➜  mkdir -p $WORK/b678/
2025-08-20T21:58:35.2470779Z [00:02:37.072]➜  cat >/tmp/go-build282983591/b678/importcfg << 'EOF' # internal
2025-08-20T21:58:35.2471477Z [00:02:37.072]➜  # import config
2025-08-20T21:58:35.2472114Z [00:02:37.072]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:35.2473259Z [00:02:37.072]➜  packagefile github.com/bytedance/sonic/internal/decoder/consts=/tmp/go-build282983591/b679/_pkg_.a
2025-08-20T21:58:35.2474700Z [00:02:37.072]➜  packagefile github.com/bytedance/sonic/internal/decoder/errors=/tmp/go-build282983591/b680/_pkg_.a
2025-08-20T21:58:35.2476167Z [00:02:37.072]➜  packagefile github.com/bytedance/sonic/internal/decoder/jitdec=/tmp/go-build282983591/b681/_pkg_.a
2025-08-20T21:58:35.2477657Z [00:02:37.072]➜  packagefile github.com/bytedance/sonic/internal/decoder/optdec=/tmp/go-build282983591/b682/_pkg_.a
2025-08-20T21:58:35.2479050Z [00:02:37.072]➜  packagefile github.com/bytedance/sonic/internal/envs=/tmp/go-build282983591/b683/_pkg_.a
2025-08-20T21:58:35.2480640Z [00:02:37.072]➜  packagefile github.com/bytedance/sonic/internal/native=/tmp/go-build282983591/b647/_pkg_.a
2025-08-20T21:58:35.2482231Z [00:02:37.072]➜  packagefile github.com/bytedance/sonic/internal/native/types=/tmp/go-build282983591/b650/_pkg_.a
2025-08-20T21:58:35.2483574Z [00:02:37.072]➜  packagefile github.com/bytedance/sonic/internal/rt=/tmp/go-build282983591/b634/_pkg_.a
2025-08-20T21:58:35.2484866Z [00:02:37.072]➜  packagefile github.com/bytedance/sonic/internal/utils=/tmp/go-build282983591/b675/_pkg_.a
2025-08-20T21:58:35.2486108Z [00:02:37.072]➜  packagefile github.com/bytedance/sonic/option=/tmp/go-build282983591/b635/_pkg_.a
2025-08-20T21:58:35.2487079Z [00:02:37.072]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:35.2487895Z [00:02:37.072]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:35.2488711Z [00:02:37.072]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:35.2489318Z [00:02:37.072]➜  EOF
2025-08-20T21:58:35.2490270Z [00:02:37.072]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:35.2495718Z [00:02:37.072]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b678/_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/b678=>" -p github.com/bytedance/sonic/internal/decoder/api -lang=go1.17 -complete -installsuffix shared -buildid 22OfO0ucMDAbvZppRMHn/22OfO0ucMDAbvZppRMHn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b678/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_amd64.go /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/internal/decoder/api/stream.go
2025-08-20T21:58:35.2509075Z [00:02:37.076]➜  cd /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/ast
2025-08-20T21:58:35.2510215Z [00:02:37.076]➜  go tool pack r $WORK/b628/_pkg_.a $WORK/b628/asm.o # internal
2025-08-20T21:58:35.2511229Z [00:02:37.076]➜  go tool buildid -w $WORK/b628/_pkg_.a # internal
2025-08-20T21:58:35.2568885Z [00:02:37.082]➜  cp $WORK/b628/_pkg_.a /root/.cache/go-build/a9/a997349747b402a2ad9c4f63801cf37bd599b32f16be47fd8edcdf38ea92895a-d # internal
2025-08-20T21:58:35.2570483Z [00:02:37.082]➜  github.com/projectdiscovery/httpx/common/httputilz
2025-08-20T21:58:35.2571201Z [00:02:37.082]➜  mkdir -p $WORK/b711/
2025-08-20T21:58:35.2571977Z [00:02:37.082]➜  cat >/tmp/go-build282983591/b711/importcfg << 'EOF' # internal
2025-08-20T21:58:35.2572671Z [00:02:37.082]➜  # import config
2025-08-20T21:58:35.2573321Z [00:02:37.082]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:35.2574096Z [00:02:37.082]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:35.2575205Z [00:02:37.082]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build282983591/b342/_pkg_.a
2025-08-20T21:58:35.2576552Z [00:02:37.082]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build282983591/b449/_pkg_.a
2025-08-20T21:58:35.2577576Z [00:02:37.082]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:35.2578425Z [00:02:37.082]➜  packagefile net/http/httputil=/tmp/go-build282983591/b236/_pkg_.a
2025-08-20T21:58:35.2579335Z [00:02:37.082]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:35.2580389Z [00:02:37.082]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:35.2581020Z [00:02:37.082]➜  EOF
2025-08-20T21:58:35.2581540Z [00:02:37.082]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:35.2587084Z [00:02:37.082]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b711/_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/b711=>" -p github.com/projectdiscovery/httpx/common/httputilz -lang=go1.23 -complete -installsuffix shared -buildid _UI286OFyYdUsR_8mgrN/_UI286OFyYdUsR_8mgrN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b711/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:58:35.3041229Z [00:02:37.128]➜  go tool buildid -w $WORK/b707/_pkg_.a # internal
2025-08-20T21:58:35.3109648Z [00:02:37.136]➜  cp $WORK/b707/_pkg_.a /root/.cache/go-build/ca/ca3525af834667c2136b1984dd34925ba6c943a67ad23a69a2211b542b1b376a-d # internal
2025-08-20T21:58:35.3112754Z [00:02:37.137]➜  github.com/projectdiscovery/rawhttp/client
2025-08-20T21:58:35.3114840Z [00:02:37.137]➜  mkdir -p $WORK/b713/
2025-08-20T21:58:35.3118850Z [00:02:37.137]➜  cat >/tmp/go-build282983591/b713/importcfg << 'EOF' # internal
2025-08-20T21:58:35.3121301Z [00:02:37.137]➜  # import config
2025-08-20T21:58:35.3136880Z [00:02:37.139]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:35.3139404Z [00:02:37.139]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:35.3141975Z [00:02:37.139]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:35.3144324Z [00:02:37.140]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:35.3147312Z [00:02:37.140]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:35.3148804Z [00:02:37.140]➜  packagefile net/http/httputil=/tmp/go-build282983591/b236/_pkg_.a
2025-08-20T21:58:35.3150764Z [00:02:37.140]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:35.3151551Z [00:02:37.140]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:35.3152128Z [00:02:37.140]➜  EOF
2025-08-20T21:58:35.3158893Z [00:02:37.140]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b713/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/rawhttp@v0.1.90/client=>github.com/projectdiscovery/rawhttp@v0.1.90/client;$WORK/b713=>" -p github.com/projectdiscovery/rawhttp/client -lang=go1.21 -complete -installsuffix shared -buildid pvATrRIhtWngLHtZSaHs/pvATrRIhtWngLHtZSaHs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b713/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:58:35.3181182Z [00:02:37.143]➜  go tool buildid -w $WORK/b678/_pkg_.a # internal
2025-08-20T21:58:35.3197701Z [00:02:37.145]➜  cp $WORK/b678/_pkg_.a /root/.cache/go-build/af/affd0e2e5cf3f4c37649f6450b52ab2c1b6b703bbae5c95ec18daa819995f039-d # internal
2025-08-20T21:58:35.3202546Z [00:02:37.146]➜  github.com/bytedance/sonic/decoder
2025-08-20T21:58:35.3204717Z [00:02:37.146]➜  mkdir -p $WORK/b677/
2025-08-20T21:58:35.3212071Z [00:02:37.146]➜  cat >/tmp/go-build282983591/b677/importcfg << 'EOF' # internal
2025-08-20T21:58:35.3214958Z [00:02:37.147]➜  # import config
2025-08-20T21:58:35.3215957Z [00:02:37.147]➜  packagefile github.com/bytedance/sonic/internal/decoder/api=/tmp/go-build282983591/b678/_pkg_.a
2025-08-20T21:58:35.3216864Z [00:02:37.147]➜  EOF
2025-08-20T21:58:35.3221152Z [00:02:37.147]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b677/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/decoder=>github.com/bytedance/sonic@v1.14.0/decoder;$WORK/b677=>" -p github.com/bytedance/sonic/decoder -lang=go1.17 -complete -installsuffix shared -buildid nHSSfpPTWNBHo9gHZHar/nHSSfpPTWNBHo9gHZHar -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b677/importcfg -pack /root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0/decoder/decoder_native.go
2025-08-20T21:58:35.3284039Z [00:02:37.154]➜  go tool buildid -w $WORK/b711/_pkg_.a # internal
2025-08-20T21:58:35.3304534Z [00:02:37.156]➜  cp $WORK/b711/_pkg_.a /root/.cache/go-build/a5/a51a2cf30bf838f1d19fba71c3d5d845a5223e87fa5e69a210d75831e28ab378-d # internal
2025-08-20T21:58:35.3305736Z [00:02:37.156]➜  github.com/cloudflare/cfssl/log
2025-08-20T21:58:35.3306373Z [00:02:37.156]➜  mkdir -p $WORK/b717/
2025-08-20T21:58:35.3326036Z [00:02:37.158]➜  cat >/tmp/go-build282983591/b717/importcfg << 'EOF' # internal
2025-08-20T21:58:35.3341964Z [00:02:37.158]➜  # import config
2025-08-20T21:58:35.3342624Z [00:02:37.158]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:35.3343430Z [00:02:37.158]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:35.3344228Z [00:02:37.158]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:35.3344824Z [00:02:37.158]➜  EOF
2025-08-20T21:58:35.3348424Z [00:02:37.159]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b717/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/cfssl@v1.6.4/log=>github.com/cloudflare/cfssl@v1.6.4/log;$WORK/b717=>" -p github.com/cloudflare/cfssl/log -lang=go1.18 -complete -installsuffix shared -buildid hFwfWQXOjxPIcgzM9Ooc/hFwfWQXOjxPIcgzM9Ooc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b717/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/cfssl@v1.6.4/log/log.go
2025-08-20T21:58:35.3442041Z [00:02:37.169]➜  go tool buildid -w $WORK/b677/_pkg_.a # internal
2025-08-20T21:58:35.3461864Z [00:02:37.171]➜  cp $WORK/b677/_pkg_.a /root/.cache/go-build/ff/ff291c40376c61745619b395910f524230bc613d3f83db4c59db9649ab6703b3-d # internal
2025-08-20T21:58:35.3467271Z [00:02:37.172]➜  github.com/bytedance/sonic
2025-08-20T21:58:35.3469440Z [00:02:37.172]➜  mkdir -p $WORK/b627/
2025-08-20T21:58:35.3478547Z [00:02:37.173]➜  cat >/tmp/go-build282983591/b627/importcfg << 'EOF' # internal
2025-08-20T21:58:35.3482673Z [00:02:37.173]➜  # import config
2025-08-20T21:58:35.3483353Z [00:02:37.173]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:35.3484546Z [00:02:37.173]➜  packagefile github.com/bytedance/sonic/ast=/tmp/go-build282983591/b628/_pkg_.a
2025-08-20T21:58:35.3485736Z [00:02:37.173]➜  packagefile github.com/bytedance/sonic/decoder=/tmp/go-build282983591/b677/_pkg_.a
2025-08-20T21:58:35.3486945Z [00:02:37.173]➜  packagefile github.com/bytedance/sonic/encoder=/tmp/go-build282983591/b629/_pkg_.a
2025-08-20T21:58:35.3488194Z [00:02:37.173]➜  packagefile github.com/bytedance/sonic/internal/rt=/tmp/go-build282983591/b634/_pkg_.a
2025-08-20T21:58:35.3489431Z [00:02:37.173]➜  packagefile github.com/bytedance/sonic/option=/tmp/go-build282983591/b635/_pkg_.a
2025-08-20T21:58:35.3490609Z [00:02:37.174]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:35.3493090Z [00:02:37.175]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:35.3493732Z [00:02:37.175]➜  EOF
2025-08-20T21:58:35.3498091Z [00:02:37.175]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b627/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bytedance/sonic@v1.14.0=>github.com/bytedance/sonic@v1.14.0;$WORK/b627=>" -p github.com/bytedance/sonic -lang=go1.17 -complete -installsuffix shared -buildid 4qKEiDdW158qHWCj1xee/4qKEiDdW158qHWCj1xee -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b627/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:58:35.3717057Z [00:02:37.197]➜  go tool buildid -w $WORK/b717/_pkg_.a # internal
2025-08-20T21:58:35.3725668Z [00:02:37.198]➜  cp $WORK/b717/_pkg_.a /root/.cache/go-build/0d/0d736aa5b32eca055ae524bbda6a3becaa9e5ef307e3a994876e8832adf19596-d # internal
2025-08-20T21:58:35.3744071Z [00:02:37.200]➜  github.com/cloudflare/cfssl/errors
2025-08-20T21:58:35.3747151Z [00:02:37.200]➜  mkdir -p $WORK/b721/
2025-08-20T21:58:35.3749578Z [00:02:37.200]➜  cat >/tmp/go-build282983591/b721/importcfg << 'EOF' # internal
2025-08-20T21:58:35.3781326Z [00:02:37.200]➜  # import config
2025-08-20T21:58:35.3782232Z [00:02:37.200]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:58:35.3783196Z [00:02:37.200]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:35.3784077Z [00:02:37.200]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:35.3784921Z [00:02:37.200]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:35.3785791Z [00:02:37.200]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:35.3786456Z [00:02:37.200]➜  EOF
2025-08-20T21:58:35.3791185Z [00:02:37.201]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b721/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/cfssl@v1.6.4/errors=>github.com/cloudflare/cfssl@v1.6.4/errors;$WORK/b721=>" -p github.com/cloudflare/cfssl/errors -lang=go1.18 -complete -installsuffix shared -buildid HUCrMB1e00UWq3Hdk7HZ/HUCrMB1e00UWq3Hdk7HZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b721/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:58:35.4356331Z [00:02:37.261]➜  go tool buildid -w $WORK/b721/_pkg_.a # internal
2025-08-20T21:58:35.4366599Z [00:02:37.262]➜  cp $WORK/b721/_pkg_.a /root/.cache/go-build/32/3269a5b2df37f694db45d9ed776e9f126562d7f64ed3abde4eca1e7bfa8d9655-d # internal
2025-08-20T21:58:35.4369948Z [00:02:37.262]➜  github.com/cloudflare/cfssl/crypto/pkcs7
2025-08-20T21:58:35.4370600Z [00:02:37.262]➜  mkdir -p $WORK/b720/
2025-08-20T21:58:35.4375955Z [00:02:37.263]➜  cat >/tmp/go-build282983591/b720/importcfg << 'EOF' # internal
2025-08-20T21:58:35.4377960Z [00:02:37.263]➜  # import config
2025-08-20T21:58:35.4378900Z [00:02:37.263]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:58:35.4380159Z [00:02:37.263]➜  packagefile crypto/x509/pkix=/tmp/go-build282983591/b155/_pkg_.a
2025-08-20T21:58:35.4381163Z [00:02:37.263]➜  packagefile encoding/asn1=/tmp/go-build282983591/b128/_pkg_.a
2025-08-20T21:58:35.4382113Z [00:02:37.263]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:35.4383169Z [00:02:37.263]➜  packagefile github.com/cloudflare/cfssl/errors=/tmp/go-build282983591/b721/_pkg_.a
2025-08-20T21:58:35.4383992Z [00:02:37.263]➜  EOF
2025-08-20T21:58:35.4389154Z [00:02:37.263]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b720/_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/b720=>" -p github.com/cloudflare/cfssl/crypto/pkcs7 -lang=go1.18 -complete -installsuffix shared -buildid r6X0K62RV9oE6DdvUCRd/r6X0K62RV9oE6DdvUCRd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b720/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/cfssl@v1.6.4/crypto/pkcs7/pkcs7.go
2025-08-20T21:58:35.4504570Z [00:02:37.276]➜  go tool buildid -w $WORK/b627/_pkg_.a # internal
2025-08-20T21:58:35.4519140Z [00:02:37.277]➜  cp $WORK/b627/_pkg_.a /root/.cache/go-build/09/09606d08c50392387d08dbb34b36433a88b8364151402b7e197af0d155fbbd04-d # internal
2025-08-20T21:58:35.4534429Z [00:02:37.279]➜  github.com/projectdiscovery/nuclei/v3/pkg/utils/json
2025-08-20T21:58:35.4535392Z [00:02:37.279]➜  mkdir -p $WORK/b626/
2025-08-20T21:58:35.4542679Z [00:02:37.280]➜  cat >/tmp/go-build282983591/b626/importcfg << 'EOF' # internal
2025-08-20T21:58:35.4543461Z [00:02:37.280]➜  # import config
2025-08-20T21:58:35.4544144Z [00:02:37.280]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:35.4545153Z [00:02:37.280]➜  packagefile github.com/bytedance/sonic=/tmp/go-build282983591/b627/_pkg_.a
2025-08-20T21:58:35.4545903Z [00:02:37.280]➜  EOF
2025-08-20T21:58:35.4555012Z [00:02:37.280]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b626/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/json=>github.com/projectdiscovery/nuclei/v3/pkg/utils/json;$WORK/b626=>" -p github.com/projectdiscovery/nuclei/v3/pkg/utils/json -lang=go1.24 -complete -installsuffix shared -buildid ZCO56xBwZeMqNM6CO7Lz/ZCO56xBwZeMqNM6CO7Lz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b626/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/json/doc.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/json/json.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/json/jsoncodec.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/json/message.go
2025-08-20T21:58:35.4657700Z [00:02:37.291]➜  go tool buildid -w $WORK/b713/_pkg_.a # internal
2025-08-20T21:58:35.4706853Z [00:02:37.296]➜  cp $WORK/b713/_pkg_.a /root/.cache/go-build/e1/e19e82cd29ccdc1014b477b0843cf81474e61e9f4229a275ad1b657dce26c20c-d # internal
2025-08-20T21:58:35.4710356Z [00:02:37.296]➜  github.com/projectdiscovery/rawhttp/clientpipeline
2025-08-20T21:58:35.4711030Z [00:02:37.296]➜  mkdir -p $WORK/b714/
2025-08-20T21:58:35.4711670Z [00:02:37.296]➜  cat >/tmp/go-build282983591/b714/importcfg << 'EOF' # internal
2025-08-20T21:58:35.4712444Z [00:02:37.296]➜  # import config
2025-08-20T21:58:35.4713011Z [00:02:37.296]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:35.4713707Z [00:02:37.296]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:35.4714410Z [00:02:37.296]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:35.4715257Z [00:02:37.296]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:58:35.4716114Z [00:02:37.296]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:35.4716891Z [00:02:37.296]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:35.4717939Z [00:02:37.296]➜  packagefile github.com/projectdiscovery/rawhttp/client=/tmp/go-build282983591/b713/_pkg_.a
2025-08-20T21:58:35.4719094Z [00:02:37.296]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:35.4720032Z [00:02:37.296]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:35.4721044Z [00:02:37.296]➜  packagefile net/http/httputil=/tmp/go-build282983591/b236/_pkg_.a
2025-08-20T21:58:35.4721941Z [00:02:37.296]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:35.4722757Z [00:02:37.296]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:35.4723524Z [00:02:37.296]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:35.4724327Z [00:02:37.296]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:35.4725124Z [00:02:37.296]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:35.4725693Z [00:02:37.296]➜  EOF
2025-08-20T21:58:35.4733086Z [00:02:37.296]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b714/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/rawhttp@v0.1.90/clientpipeline=>github.com/projectdiscovery/rawhttp@v0.1.90/clientpipeline;$WORK/b714=>" -p github.com/projectdiscovery/rawhttp/clientpipeline -lang=go1.21 -complete -installsuffix shared -buildid xfB8Bkalk8R-Foo9-P_1/xfB8Bkalk8R-Foo9-P_1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b714/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:58:35.4779439Z [00:02:37.303]➜  go tool buildid -w $WORK/b720/_pkg_.a # internal
2025-08-20T21:58:35.4787810Z [00:02:37.304]➜  cp $WORK/b720/_pkg_.a /root/.cache/go-build/bb/bb7db276eb3ef949b3aeb2092d28c5733d825864f6c68f1e2937573b99ffff94-d # internal
2025-08-20T21:58:35.4793215Z [00:02:37.304]➜  github.com/projectdiscovery/rawhttp/proxy
2025-08-20T21:58:35.4793847Z [00:02:37.304]➜  mkdir -p $WORK/b715/
2025-08-20T21:58:35.4799061Z [00:02:37.305]➜  cat >/tmp/go-build282983591/b715/importcfg << 'EOF' # internal
2025-08-20T21:58:35.4800106Z [00:02:37.305]➜  # import config
2025-08-20T21:58:35.4804096Z [00:02:37.305]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:35.4807048Z [00:02:37.305]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:35.4808361Z [00:02:37.305]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:35.4809625Z [00:02:37.305]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer=/tmp/go-build282983591/b344/_pkg_.a
2025-08-20T21:58:35.4811276Z [00:02:37.305]➜  packagefile github.com/projectdiscovery/rawhttp/client=/tmp/go-build282983591/b713/_pkg_.a
2025-08-20T21:58:35.4812493Z [00:02:37.305]➜  packagefile golang.org/x/net/proxy=/tmp/go-build282983591/b339/_pkg_.a
2025-08-20T21:58:35.4813467Z [00:02:37.305]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:35.4815738Z [00:02:37.305]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:35.4818794Z [00:02:37.305]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:35.4820179Z [00:02:37.305]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:35.4820838Z [00:02:37.305]➜  EOF
2025-08-20T21:58:35.4827388Z [00:02:37.305]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b715/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/rawhttp@v0.1.90/proxy=>github.com/projectdiscovery/rawhttp@v0.1.90/proxy;$WORK/b715=>" -p github.com/projectdiscovery/rawhttp/proxy -lang=go1.21 -complete -installsuffix shared -buildid cueRMDKEJ_xHsxf2Rt5_/cueRMDKEJ_xHsxf2Rt5_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b715/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:58:35.4832113Z [00:02:37.306]➜  go tool buildid -w $WORK/b626/_pkg_.a # internal
2025-08-20T21:58:35.4833684Z [00:02:37.307]➜  cp $WORK/b626/_pkg_.a /root/.cache/go-build/dd/dd21673497e172c814fbdad7a666f13a904e48edf4eca3c89692d966c455b242-d # internal
2025-08-20T21:58:35.4834924Z [00:02:37.307]➜  github.com/projectdiscovery/nuclei/v3/pkg/catalog/config
2025-08-20T21:58:35.4835580Z [00:02:37.307]➜  mkdir -p $WORK/b623/
2025-08-20T21:58:35.4836251Z [00:02:37.308]➜  cat >/tmp/go-build282983591/b623/importcfg << 'EOF' # internal
2025-08-20T21:58:35.4836898Z [00:02:37.308]➜  # import config
2025-08-20T21:58:35.4837501Z [00:02:37.308]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:35.4838551Z [00:02:37.308]➜  packagefile crypto/md5=/tmp/go-build282983591/b073/_pkg_.a
2025-08-20T21:58:35.4839394Z [00:02:37.308]➜  packagefile encoding/csv=/tmp/go-build282983591/b624/_pkg_.a
2025-08-20T21:58:35.4840345Z [00:02:37.308]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:35.4841312Z [00:02:37.308]➜  packagefile github.com/Masterminds/semver/v3=/tmp/go-build282983591/b482/_pkg_.a
2025-08-20T21:58:35.4842507Z [00:02:37.308]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:58:35.4843906Z [00:02:37.308]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/extensions=/tmp/go-build282983591/b625/_pkg_.a
2025-08-20T21:58:35.4845382Z [00:02:37.308]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build282983591/b626/_pkg_.a
2025-08-20T21:58:35.4846914Z [00:02:37.308]➜  packagefile github.com/projectdiscovery/utils/env=/tmp/go-build282983591/b183/_pkg_.a
2025-08-20T21:58:35.4848181Z [00:02:37.308]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:58:35.4849466Z [00:02:37.308]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:58:35.4850958Z [00:02:37.308]➜  packagefile github.com/projectdiscovery/utils/folder=/tmp/go-build282983591/b222/_pkg_.a
2025-08-20T21:58:35.4852461Z [00:02:37.308]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:58:35.4853727Z [00:02:37.308]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build282983591/b685/_pkg_.a
2025-08-20T21:58:35.4854578Z [00:02:37.308]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:35.4855321Z [00:02:37.308]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:35.4856166Z [00:02:37.308]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:35.4857107Z [00:02:37.308]➜  packagefile runtime/debug=/tmp/go-build282983591/b246/_pkg_.a
2025-08-20T21:58:35.4857927Z [00:02:37.308]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:35.4858700Z [00:02:37.308]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:35.4859488Z [00:02:37.308]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:35.4860289Z [00:02:37.308]➜  EOF
2025-08-20T21:58:35.4865319Z [00:02:37.308]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b623/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/config=>github.com/projectdiscovery/nuclei/v3/pkg/catalog/config;$WORK/b623=>" -p github.com/projectdiscovery/nuclei/v3/pkg/catalog/config -lang=go1.24 -complete -installsuffix shared -buildid BnzFAwWHxaykwKQ1ldtV/BnzFAwWHxaykwKQ1ldtV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b623/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/config/constants.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/config/ignorefile.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/config/nucleiconfig.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/config/template.go
2025-08-20T21:58:35.4896781Z [00:02:37.315]➜  go tool buildid -w $WORK/b689/_pkg_.a # internal
2025-08-20T21:58:35.4943473Z [00:02:37.319]➜  cp $WORK/b689/_pkg_.a /root/.cache/go-build/3c/3c88c65bc7b192419d1f9e8e68b885ce05e145d33b28f0b62c668463272a2853-d # internal
2025-08-20T21:58:35.4946113Z [00:02:37.320]➜  github.com/cloudflare/cfssl/helpers/derhelpers
2025-08-20T21:58:35.4948050Z [00:02:37.320]➜  mkdir -p $WORK/b722/
2025-08-20T21:58:35.4953781Z [00:02:37.321]➜  cat >/tmp/go-build282983591/b722/importcfg << 'EOF' # internal
2025-08-20T21:58:35.4960825Z [00:02:37.321]➜  # import config
2025-08-20T21:58:35.4962292Z [00:02:37.321]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:35.4963227Z [00:02:37.321]➜  packagefile crypto/ecdsa=/tmp/go-build282983591/b115/_pkg_.a
2025-08-20T21:58:35.4964163Z [00:02:37.321]➜  packagefile crypto/ed25519=/tmp/go-build282983591/b130/_pkg_.a
2025-08-20T21:58:35.4965086Z [00:02:37.321]➜  packagefile crypto/rsa=/tmp/go-build282983591/b148/_pkg_.a
2025-08-20T21:58:35.4965979Z [00:02:37.321]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:58:35.4966926Z [00:02:37.321]➜  packagefile crypto/x509/pkix=/tmp/go-build282983591/b155/_pkg_.a
2025-08-20T21:58:35.4967829Z [00:02:37.321]➜  packagefile encoding/asn1=/tmp/go-build282983591/b128/_pkg_.a
2025-08-20T21:58:35.4968716Z [00:02:37.321]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:35.4969734Z [00:02:37.321]➜  packagefile github.com/cloudflare/cfssl/errors=/tmp/go-build282983591/b721/_pkg_.a
2025-08-20T21:58:35.4970781Z [00:02:37.321]➜  EOF
2025-08-20T21:58:35.4975458Z [00:02:37.321]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b722/_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/b722=>" -p github.com/cloudflare/cfssl/helpers/derhelpers -lang=go1.18 -complete -installsuffix shared -buildid q4tSWJ6Wp9Hn4iQAP8rI/q4tSWJ6Wp9Hn4iQAP8rI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b722/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:58:35.5204522Z [00:02:37.346]➜  go tool buildid -w $WORK/b722/_pkg_.a # internal
2025-08-20T21:58:35.5213703Z [00:02:37.347]➜  cp $WORK/b722/_pkg_.a /root/.cache/go-build/a6/a6fd51021324e4b41077f06c6304cd501a87eee6a8d049399f3acfaf6612951a-d # internal
2025-08-20T21:58:35.5217286Z [00:02:37.347]➜  github.com/google/certificate-transparency-go/asn1
2025-08-20T21:58:35.5225448Z [00:02:37.348]➜  mkdir -p $WORK/b725/
2025-08-20T21:58:35.5226280Z [00:02:37.348]➜  cat >/tmp/go-build282983591/b725/importcfg << 'EOF' # internal
2025-08-20T21:58:35.5227025Z [00:02:37.348]➜  # import config
2025-08-20T21:58:35.5227699Z [00:02:37.348]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:35.5228472Z [00:02:37.348]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:35.5229207Z [00:02:37.348]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:35.5260322Z [00:02:37.348]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:35.5261289Z [00:02:37.348]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:35.5262197Z [00:02:37.348]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:35.5263033Z [00:02:37.348]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:35.5263843Z [00:02:37.348]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:35.5264699Z [00:02:37.348]➜  packagefile unicode/utf16=/tmp/go-build282983591/b070/_pkg_.a
2025-08-20T21:58:35.5265591Z [00:02:37.348]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:35.5266234Z [00:02:37.348]➜  EOF
2025-08-20T21:58:35.5271989Z [00:02:37.348]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b725/_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/b725=>" -p github.com/google/certificate-transparency-go/asn1 -lang=go1.17 -complete -installsuffix shared -buildid nXm9erBrS4I45yGr2RKv/nXm9erBrS4I45yGr2RKv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b725/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:58:35.6086021Z [00:02:37.434]➜  go tool buildid -w $WORK/b623/_pkg_.a # internal
2025-08-20T21:58:35.6107021Z [00:02:37.436]➜  cp $WORK/b623/_pkg_.a /root/.cache/go-build/39/39df815059a39d2e6c33157057f7c2aeccf4ab49daa052a5bc4e07b7500e52d6-d # internal
2025-08-20T21:58:35.6109702Z [00:02:37.436]➜  golang.org/x/crypto/pkcs12/internal/rc2
2025-08-20T21:58:35.6116983Z [00:02:37.437]➜  mkdir -p $WORK/b729/
2025-08-20T21:58:35.6124035Z [00:02:37.438]➜  cat >/tmp/go-build282983591/b729/importcfg << 'EOF' # internal
2025-08-20T21:58:35.6125094Z [00:02:37.438]➜  # import config
2025-08-20T21:58:35.6127053Z [00:02:37.438]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:58:35.6128656Z [00:02:37.438]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:35.6130829Z [00:02:37.438]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:35.6131936Z [00:02:37.438]➜  EOF
2025-08-20T21:58:35.6137018Z [00:02:37.438]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b729/_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/b729=>" -p golang.org/x/crypto/pkcs12/internal/rc2 -lang=go1.23 -complete -installsuffix shared -buildid uH25RlxBJFLkZZxAGXdO/uH25RlxBJFLkZZxAGXdO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b729/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/pkcs12/internal/rc2/rc2.go
2025-08-20T21:58:35.6390475Z [00:02:37.464]➜  go tool buildid -w $WORK/b714/_pkg_.a # internal
2025-08-20T21:58:35.6494709Z [00:02:37.475]➜  cp $WORK/b714/_pkg_.a /root/.cache/go-build/7c/7c5ee24df4884b50d9f62e26707631b728cbd05c361dc86bd546d40261285160-d # internal
2025-08-20T21:58:35.6499609Z [00:02:37.475]➜  github.com/projectdiscovery/tlsx/assets
2025-08-20T21:58:35.6502545Z [00:02:37.475]➜  mkdir -p $WORK/b730/
2025-08-20T21:58:35.6507392Z [00:02:37.476]➜  cat >/tmp/go-build282983591/b730/importcfg << 'EOF' # internal
2025-08-20T21:58:35.6508324Z [00:02:37.476]➜  # import config
2025-08-20T21:58:35.6509253Z [00:02:37.476]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:58:35.6510552Z [00:02:37.476]➜  packagefile embed=/tmp/go-build282983591/b066/_pkg_.a
2025-08-20T21:58:35.6512839Z [00:02:37.476]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:35.6513810Z [00:02:37.476]➜  packagefile encoding/pem=/tmp/go-build282983591/b157/_pkg_.a
2025-08-20T21:58:35.6514671Z [00:02:37.476]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:35.6515740Z [00:02:37.476]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:58:35.6517037Z [00:02:37.476]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:58:35.6517878Z [00:02:37.476]➜  EOF
2025-08-20T21:58:35.6518504Z [00:02:37.476]➜  cat >/tmp/go-build282983591/b730/embedcfg << 'EOF' # internal
2025-08-20T21:58:35.6519140Z [00:02:37.476]➜  {
2025-08-20T21:58:35.6519547Z [00:02:37.476]➜  	"Patterns": {
2025-08-20T21:58:35.6520259Z [00:02:37.476]➜  		"cipherstatus_data.json": [
2025-08-20T21:58:35.6520827Z [00:02:37.476]➜  			"cipherstatus_data.json"
2025-08-20T21:58:35.6521303Z [00:02:37.476]➜  		],
2025-08-20T21:58:35.6521718Z [00:02:37.476]➜  		"root-certs.pem": [
2025-08-20T21:58:35.6522201Z [00:02:37.476]➜  			"root-certs.pem"
2025-08-20T21:58:35.6522640Z [00:02:37.476]➜  		]
2025-08-20T21:58:35.6523005Z [00:02:37.476]➜  	},
2025-08-20T21:58:35.6523376Z [00:02:37.476]➜  	"Files": {
2025-08-20T21:58:35.6524740Z [00:02:37.476]➜  		"cipherstatus_data.json": "/root/go/pkg/mod/github.com/projectdiscovery/tlsx@v1.1.9/assets/cipherstatus_data.json",
2025-08-20T21:58:35.6526254Z [00:02:37.476]➜  		"root-certs.pem": "/root/go/pkg/mod/github.com/projectdiscovery/tlsx@v1.1.9/assets/root-certs.pem"
2025-08-20T21:58:35.6527100Z [00:02:37.476]➜  	}
2025-08-20T21:58:35.6527477Z [00:02:37.476]➜  }EOF
2025-08-20T21:58:35.6542171Z [00:02:37.476]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b730/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/tlsx@v1.1.9/assets=>github.com/projectdiscovery/tlsx@v1.1.9/assets;$WORK/b730=>" -p github.com/projectdiscovery/tlsx/assets -lang=go1.21 -complete -installsuffix shared -buildid 4d_TBXXwS72gsZpSLmdS/4d_TBXXwS72gsZpSLmdS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b730/importcfg -embedcfg $WORK/b730/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:58:35.6612358Z [00:02:37.484]➜  go tool buildid -w $WORK/b729/_pkg_.a # internal
2025-08-20T21:58:35.6618142Z [00:02:37.484]➜  cp $WORK/b729/_pkg_.a /root/.cache/go-build/8d/8d8b1693082e8360b7443c162141a53229f242b8758a8f252067c56df1824c3e-d # internal
2025-08-20T21:58:35.6619240Z [00:02:37.484]➜  golang.org/x/crypto/pkcs12
2025-08-20T21:58:35.6619983Z [00:02:37.484]➜  mkdir -p $WORK/b728/
2025-08-20T21:58:35.6620722Z [00:02:37.484]➜  cat >/tmp/go-build282983591/b728/importcfg << 'EOF' # internal
2025-08-20T21:58:35.6621403Z [00:02:37.484]➜  # import config
2025-08-20T21:58:35.6622041Z [00:02:37.484]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:35.6622878Z [00:02:37.484]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:58:35.6623740Z [00:02:37.484]➜  packagefile crypto/des=/tmp/go-build282983591/b109/_pkg_.a
2025-08-20T21:58:35.6624642Z [00:02:37.484]➜  packagefile crypto/ecdsa=/tmp/go-build282983591/b115/_pkg_.a
2025-08-20T21:58:35.6625573Z [00:02:37.484]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:58:35.6626744Z [00:02:37.484]➜  packagefile crypto/rsa=/tmp/go-build282983591/b148/_pkg_.a
2025-08-20T21:58:35.6627802Z [00:02:37.484]➜  packagefile crypto/sha1=/tmp/go-build282983591/b095/_pkg_.a
2025-08-20T21:58:35.6628693Z [00:02:37.484]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:58:35.6629632Z [00:02:37.484]➜  packagefile crypto/x509/pkix=/tmp/go-build282983591/b155/_pkg_.a
2025-08-20T21:58:35.6630800Z [00:02:37.484]➜  packagefile encoding/asn1=/tmp/go-build282983591/b128/_pkg_.a
2025-08-20T21:58:35.6631702Z [00:02:37.484]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:35.6632667Z [00:02:37.484]➜  packagefile encoding/pem=/tmp/go-build282983591/b157/_pkg_.a
2025-08-20T21:58:35.6633547Z [00:02:37.484]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:35.6634630Z [00:02:37.484]➜  packagefile golang.org/x/crypto/pkcs12/internal/rc2=/tmp/go-build282983591/b729/_pkg_.a
2025-08-20T21:58:35.6635718Z [00:02:37.484]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:35.6636599Z [00:02:37.484]➜  packagefile unicode/utf16=/tmp/go-build282983591/b070/_pkg_.a
2025-08-20T21:58:35.6637264Z [00:02:37.484]➜  EOF
2025-08-20T21:58:35.6643866Z [00:02:37.484]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b728/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/pkcs12=>golang.org/x/crypto@v0.39.0/pkcs12;$WORK/b728=>" -p golang.org/x/crypto/pkcs12 -lang=go1.23 -complete -installsuffix shared -buildid TudIiWXpUVNIMOfrOM6n/TudIiWXpUVNIMOfrOM6n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b728/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:58:35.6863397Z [00:02:37.511]➜  go tool buildid -w $WORK/b730/_pkg_.a # internal
2025-08-20T21:58:35.6882222Z [00:02:37.513]➜  cp $WORK/b730/_pkg_.a /root/.cache/go-build/71/71bff836cb146f41f12786680de2159112747b509c62c3a3ef678291f92fac7d-d # internal
2025-08-20T21:58:35.6887083Z [00:02:37.514]➜  github.com/projectdiscovery/tlsx/pkg/tlsx/ztls/ja3
2025-08-20T21:58:35.6887680Z [00:02:37.514]➜  mkdir -p $WORK/b733/
2025-08-20T21:58:35.6891930Z [00:02:37.514]➜  cat >/tmp/go-build282983591/b733/importcfg << 'EOF' # internal
2025-08-20T21:58:35.6900629Z [00:02:37.514]➜  # import config
2025-08-20T21:58:35.6901315Z [00:02:37.514]➜  packagefile crypto/md5=/tmp/go-build282983591/b073/_pkg_.a
2025-08-20T21:58:35.6902146Z [00:02:37.514]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:35.6903116Z [00:02:37.514]➜  packagefile github.com/zmap/zcrypto/tls=/tmp/go-build282983591/b452/_pkg_.a
2025-08-20T21:58:35.6904028Z [00:02:37.514]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:35.6904587Z [00:02:37.514]➜  EOF
2025-08-20T21:58:35.6908518Z [00:02:37.515]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b733/_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/b733=>" -p github.com/projectdiscovery/tlsx/pkg/tlsx/ztls/ja3 -lang=go1.21 -complete -installsuffix shared -buildid lJkYYFKWsvSCPdseBou4/lJkYYFKWsvSCPdseBou4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b733/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/tlsx@v1.1.9/pkg/tlsx/ztls/ja3/ja3.go
2025-08-20T21:58:35.7326878Z [00:02:37.558]➜  go tool buildid -w $WORK/b733/_pkg_.a # internal
2025-08-20T21:58:35.7337178Z [00:02:37.559]➜  cp $WORK/b733/_pkg_.a /root/.cache/go-build/43/43ada3cdb343be8d82802e117968533a17b1eb531a132d251bbc38507ffcd397-d # internal
2025-08-20T21:58:35.7357042Z [00:02:37.561]➜  github.com/projectdiscovery/utils/conn/connpool
2025-08-20T21:58:35.7362054Z [00:02:37.561]➜  mkdir -p $WORK/b734/
2025-08-20T21:58:35.7366532Z [00:02:37.562]➜  cat >/tmp/go-build282983591/b734/importcfg << 'EOF' # internal
2025-08-20T21:58:35.7368849Z [00:02:37.562]➜  # import config
2025-08-20T21:58:35.7369963Z [00:02:37.562]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:35.7373740Z [00:02:37.562]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:35.7374832Z [00:02:37.562]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build282983591/b223/_pkg_.a
2025-08-20T21:58:35.7375935Z [00:02:37.562]➜  packagefile go.uber.org/multierr=/tmp/go-build282983591/b338/_pkg_.a
2025-08-20T21:58:35.7376828Z [00:02:37.562]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:35.7377630Z [00:02:37.562]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:35.7378212Z [00:02:37.562]➜  EOF
2025-08-20T21:58:35.7383085Z [00:02:37.562]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b734/_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/b734=>" -p github.com/projectdiscovery/utils/conn/connpool -lang=go1.24 -complete -installsuffix shared -buildid D00fdCgazSFROoA28T5f/D00fdCgazSFROoA28T5f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b734/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:58:35.7570142Z [00:02:37.582]➜  go tool buildid -w $WORK/b728/_pkg_.a # internal
2025-08-20T21:58:35.7585601Z [00:02:37.583]➜  cp $WORK/b728/_pkg_.a /root/.cache/go-build/d3/d3f7286f60d6f3304ad601ad2410d17bfffd96042792f4ba43b7f77028457041-d # internal
2025-08-20T21:58:35.7650065Z [00:02:37.590]➜  github.com/projectdiscovery/useragent
2025-08-20T21:58:35.7650784Z [00:02:37.590]➜  mkdir -p $WORK/b735/
2025-08-20T21:58:35.7651649Z [00:02:37.590]➜  cat >/tmp/go-build282983591/b735/importcfg << 'EOF' # internal
2025-08-20T21:58:35.7652317Z [00:02:37.590]➜  # import config
2025-08-20T21:58:35.7662938Z [00:02:37.590]➜  packagefile embed=/tmp/go-build282983591/b066/_pkg_.a
2025-08-20T21:58:35.7663809Z [00:02:37.590]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:35.7664657Z [00:02:37.590]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:35.7665692Z [00:02:37.590]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build282983591/b191/_pkg_.a
2025-08-20T21:58:35.7666982Z [00:02:37.590]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:58:35.7667975Z [00:02:37.590]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:35.7668580Z [00:02:37.590]➜  EOF
2025-08-20T21:58:35.7669171Z [00:02:37.590]➜  cat >/tmp/go-build282983591/b735/embedcfg << 'EOF' # internal
2025-08-20T21:58:35.7672296Z [00:02:37.590]➜  {
2025-08-20T21:58:35.7672803Z [00:02:37.590]➜  	"Patterns": {
2025-08-20T21:58:35.7673279Z [00:02:37.590]➜  		"useragent_data.json": [
2025-08-20T21:58:35.7673791Z [00:02:37.590]➜  			"useragent_data.json"
2025-08-20T21:58:35.7674233Z [00:02:37.590]➜  		]
2025-08-20T21:58:35.7674562Z [00:02:37.590]➜  	},
2025-08-20T21:58:35.7674917Z [00:02:37.590]➜  	"Files": {
2025-08-20T21:58:35.7675797Z [00:02:37.590]➜  		"useragent_data.json": "/root/go/pkg/mod/github.com/projectdiscovery/useragent@v0.0.101/useragent_data.json"
2025-08-20T21:58:35.7676604Z [00:02:37.590]➜  	}
2025-08-20T21:58:35.7676928Z [00:02:37.590]➜  }EOF
2025-08-20T21:58:35.7681683Z [00:02:37.590]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b735/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/useragent@v0.0.101=>github.com/projectdiscovery/useragent@v0.0.101;$WORK/b735=>" -p github.com/projectdiscovery/useragent -lang=go1.21 -complete -installsuffix shared -buildid YbopOGJX8lAgmGYWJrBK/YbopOGJX8lAgmGYWJrBK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b735/importcfg -embedcfg $WORK/b735/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:58:35.7711414Z [00:02:37.596]➜  go tool buildid -w $WORK/b725/_pkg_.a # internal
2025-08-20T21:58:35.7737157Z [00:02:37.599]➜  cp $WORK/b725/_pkg_.a /root/.cache/go-build/e4/e42f3e6e34e1255cdaf82c422c6db69889f74988306d0b560afcea0a8f51fd8a-d # internal
2025-08-20T21:58:35.7740448Z [00:02:37.599]➜  github.com/google/certificate-transparency-go/tls
2025-08-20T21:58:35.7741151Z [00:02:37.599]➜  mkdir -p $WORK/b724/
2025-08-20T21:58:35.7784105Z [00:02:37.604]➜  cat >/tmp/go-build282983591/b724/importcfg << 'EOF' # internal
2025-08-20T21:58:35.7786302Z [00:02:37.604]➜  # import config
2025-08-20T21:58:35.7787709Z [00:02:37.604]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:35.7790022Z [00:02:37.604]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:35.7792461Z [00:02:37.604]➜  packagefile crypto/dsa=/tmp/go-build282983591/b154/_pkg_.a
2025-08-20T21:58:35.7793397Z [00:02:37.604]➜  packagefile crypto/ecdsa=/tmp/go-build282983591/b115/_pkg_.a
2025-08-20T21:58:35.7794272Z [00:02:37.604]➜  packagefile crypto/md5=/tmp/go-build282983591/b073/_pkg_.a
2025-08-20T21:58:35.7795253Z [00:02:37.604]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:35.7796115Z [00:02:37.604]➜  packagefile crypto/rsa=/tmp/go-build282983591/b148/_pkg_.a
2025-08-20T21:58:35.7796939Z [00:02:37.604]➜  packagefile crypto/sha1=/tmp/go-build282983591/b095/_pkg_.a
2025-08-20T21:58:35.7797989Z [00:02:37.604]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:35.7798944Z [00:02:37.604]➜  packagefile crypto/sha512=/tmp/go-build282983591/b126/_pkg_.a
2025-08-20T21:58:35.7800224Z [00:02:37.604]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:35.7801180Z [00:02:37.604]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:35.7802000Z [00:02:37.604]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:35.7803125Z [00:02:37.604]➜  packagefile github.com/google/certificate-transparency-go/asn1=/tmp/go-build282983591/b725/_pkg_.a
2025-08-20T21:58:35.7804224Z [00:02:37.604]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:35.7805016Z [00:02:37.604]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:35.7805826Z [00:02:37.604]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:35.7806629Z [00:02:37.604]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:35.7807443Z [00:02:37.604]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:35.7808037Z [00:02:37.604]➜  EOF
2025-08-20T21:58:35.7815490Z [00:02:37.604]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b724/_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/b724=>" -p github.com/google/certificate-transparency-go/tls -lang=go1.17 -complete -installsuffix shared -buildid behngbgA4eXE2vVpoHAb/behngbgA4eXE2vVpoHAb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b724/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:58:35.8096712Z [00:02:37.635]➜  go tool buildid -w $WORK/b735/_pkg_.a # internal
2025-08-20T21:58:35.8098575Z [00:02:37.635]➜  cp $WORK/b735/_pkg_.a /root/.cache/go-build/12/127d5fef0827defad5f372f48a75eb9c4bead1fcbce1b716d7e3bcc3c23e1d08-d # internal
2025-08-20T21:58:35.8101136Z [00:02:37.635]➜  github.com/google/certificate-transparency-go/x509/pkix
2025-08-20T21:58:35.8102093Z [00:02:37.635]➜  mkdir -p $WORK/b727/
2025-08-20T21:58:35.8102866Z [00:02:37.635]➜  cat >/tmp/go-build282983591/b727/importcfg << 'EOF' # internal
2025-08-20T21:58:35.8103502Z [00:02:37.635]➜  # import config
2025-08-20T21:58:35.8104159Z [00:02:37.635]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:35.8104861Z [00:02:37.635]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:35.8105933Z [00:02:37.635]➜  packagefile github.com/google/certificate-transparency-go/asn1=/tmp/go-build282983591/b725/_pkg_.a
2025-08-20T21:58:35.8107051Z [00:02:37.635]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:35.8107852Z [00:02:37.635]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:35.8108446Z [00:02:37.635]➜  EOF
2025-08-20T21:58:35.8112651Z [00:02:37.635]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b727/_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/b727=>" -p github.com/google/certificate-transparency-go/x509/pkix -lang=go1.17 -complete -installsuffix shared -buildid B3elSIXcBDuDh7ORaKn_/B3elSIXcBDuDh7ORaKn_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b727/importcfg -pack /root/go/pkg/mod/github.com/google/certificate-transparency-go@v1.1.4/x509/pkix/pkix.go
2025-08-20T21:58:35.8447783Z [00:02:37.670]➜  go tool buildid -w $WORK/b734/_pkg_.a # internal
2025-08-20T21:58:35.8468390Z [00:02:37.672]➜  cp $WORK/b734/_pkg_.a /root/.cache/go-build/dc/dc04cc7558bc54349ef1353143ba9643f8f410266f5174e0ffa6ca4e2d04f1c9-d # internal
2025-08-20T21:58:35.8530690Z [00:02:37.678]➜  go tool buildid -w $WORK/b727/_pkg_.a # internal
2025-08-20T21:58:35.8531698Z [00:02:37.678]➜  github.com/projectdiscovery/utils/generic
2025-08-20T21:58:35.8532383Z [00:02:37.678]➜  mkdir -p $WORK/b736/
2025-08-20T21:58:35.8535881Z [00:02:37.679]➜  cat >/tmp/go-build282983591/b736/importcfg << 'EOF' # internal
2025-08-20T21:58:35.8536476Z [00:02:37.679]➜  # import config
2025-08-20T21:58:35.8537114Z [00:02:37.679]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:35.8537901Z [00:02:37.679]➜  packagefile encoding/gob=/tmp/go-build282983591/b333/_pkg_.a
2025-08-20T21:58:35.8538705Z [00:02:37.679]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:35.8539233Z [00:02:37.679]➜  EOF
2025-08-20T21:58:35.8543662Z [00:02:37.679]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b736/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/generic=>github.com/projectdiscovery/utils@v0.4.23/generic;$WORK/b736=>" -p github.com/projectdiscovery/utils/generic -lang=go1.24 -complete -installsuffix shared -buildid oqP5rFjWMSGNN-y1TydV/oqP5rFjWMSGNN-y1TydV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b736/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:58:35.8551411Z [00:02:37.680]➜  cp $WORK/b727/_pkg_.a /root/.cache/go-build/60/6030518a220970460c61b818de383aa4848589bbc5033ebb54fbf355e40e1542-d # internal
2025-08-20T21:58:35.8570902Z [00:02:37.682]➜  github.com/dsnet/compress/brotli
2025-08-20T21:58:35.8574367Z [00:02:37.683]➜  mkdir -p $WORK/b738/
2025-08-20T21:58:35.8586612Z [00:02:37.684]➜  cat >/tmp/go-build282983591/b738/importcfg << 'EOF' # internal
2025-08-20T21:58:35.8587473Z [00:02:37.684]➜  # import config
2025-08-20T21:58:35.8591801Z [00:02:37.684]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:35.8592715Z [00:02:37.684]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:35.8593724Z [00:02:37.684]➜  packagefile github.com/dsnet/compress/internal=/tmp/go-build282983591/b307/_pkg_.a
2025-08-20T21:58:35.8594949Z [00:02:37.684]➜  packagefile github.com/dsnet/compress/internal/errors=/tmp/go-build282983591/b308/_pkg_.a
2025-08-20T21:58:35.8596199Z [00:02:37.684]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:35.8597033Z [00:02:37.684]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:58:35.8597663Z [00:02:37.684]➜  EOF
2025-08-20T21:58:35.8610825Z [00:02:37.684]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b738/_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/b738=>" -p github.com/dsnet/compress/brotli -lang=go1.9 -complete -installsuffix shared -buildid 4iGE3m9ZphvnlcikD4oS/4iGE3m9ZphvnlcikD4oS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b738/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:58:35.8703092Z [00:02:37.695]➜  go tool buildid -w $WORK/b736/_pkg_.a # internal
2025-08-20T21:58:35.8714737Z [00:02:37.697]➜  cp $WORK/b736/_pkg_.a /root/.cache/go-build/a8/a85b7404480d3f6fc178b88c32e3d57f19033a368ca2b4c9e8fabde683913417-d # internal
2025-08-20T21:58:35.8715757Z [00:02:37.697]➜  golang.org/x/sync/semaphore
2025-08-20T21:58:35.8716306Z [00:02:37.697]➜  mkdir -p $WORK/b741/
2025-08-20T21:58:35.8717209Z [00:02:37.697]➜  cat >/tmp/go-build282983591/b741/importcfg << 'EOF' # internal
2025-08-20T21:58:35.8717995Z [00:02:37.697]➜  # import config
2025-08-20T21:58:35.8718798Z [00:02:37.697]➜  packagefile container/list=/tmp/go-build282983591/b106/_pkg_.a
2025-08-20T21:58:35.8719960Z [00:02:37.697]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:35.8720943Z [00:02:37.697]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:35.8721702Z [00:02:37.697]➜  EOF
2025-08-20T21:58:35.8725138Z [00:02:37.697]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b741/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.15.0/semaphore=>golang.org/x/sync@v0.15.0/semaphore;$WORK/b741=>" -p golang.org/x/sync/semaphore -lang=go1.23 -complete -installsuffix shared -buildid mhy6Rij3oAyvVTiq_wZA/mhy6Rij3oAyvVTiq_wZA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b741/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.15.0/semaphore/semaphore.go
2025-08-20T21:58:35.9113144Z [00:02:37.736]➜  go tool buildid -w $WORK/b741/_pkg_.a # internal
2025-08-20T21:58:35.9146220Z [00:02:37.740]➜  cp $WORK/b741/_pkg_.a /root/.cache/go-build/24/24e1c1e918e3a0960958a465c678f41ee2d316bd4ce7ac61119b2e83a315a0c1-d # internal
2025-08-20T21:58:35.9147485Z [00:02:37.740]➜  github.com/projectdiscovery/utils/sync/semaphore
2025-08-20T21:58:35.9149007Z [00:02:37.740]➜  mkdir -p $WORK/b740/
2025-08-20T21:58:35.9150264Z [00:02:37.740]➜  cat >/tmp/go-build282983591/b740/importcfg << 'EOF' # internal
2025-08-20T21:58:35.9151184Z [00:02:37.740]➜  # import config
2025-08-20T21:58:35.9155815Z [00:02:37.740]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:35.9161181Z [00:02:37.740]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:35.9166707Z [00:02:37.740]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build282983591/b741/_pkg_.a
2025-08-20T21:58:35.9168099Z [00:02:37.740]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:35.9170382Z [00:02:37.740]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:35.9171254Z [00:02:37.740]➜  EOF
2025-08-20T21:58:35.9175628Z [00:02:37.740]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b740/_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/b740=>" -p github.com/projectdiscovery/utils/sync/semaphore -lang=go1.24 -complete -installsuffix shared -buildid FSSZEkxcL4OkzITWPY_p/FSSZEkxcL4OkzITWPY_p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b740/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/sync/semaphore/semaphore.go
2025-08-20T21:58:35.9312347Z [00:02:37.754]➜  go tool buildid -w $WORK/b724/_pkg_.a # internal
2025-08-20T21:58:35.9321967Z [00:02:37.757]➜  cp $WORK/b724/_pkg_.a /root/.cache/go-build/fa/fa51d5e8c296c684ac102ce73e214dff1f5a3f9b30a5420345cc60c27e73a90f-d # internal
2025-08-20T21:58:35.9328212Z [00:02:37.757]➜  github.com/google/certificate-transparency-go/x509
2025-08-20T21:58:35.9328916Z [00:02:37.757]➜  mkdir -p $WORK/b726/
2025-08-20T21:58:35.9329674Z [00:02:37.757]➜  cat >/tmp/go-build282983591/b726/importcfg << 'EOF' # internal
2025-08-20T21:58:35.9330569Z [00:02:37.757]➜  # import config
2025-08-20T21:58:35.9331241Z [00:02:37.757]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:35.9332125Z [00:02:37.757]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:35.9333270Z [00:02:37.757]➜  packagefile crypto/aes=/tmp/go-build282983591/b108/_pkg_.a
2025-08-20T21:58:35.9334231Z [00:02:37.757]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:58:35.9335115Z [00:02:37.757]➜  packagefile crypto/des=/tmp/go-build282983591/b109/_pkg_.a
2025-08-20T21:58:35.9335992Z [00:02:37.757]➜  packagefile crypto/dsa=/tmp/go-build282983591/b154/_pkg_.a
2025-08-20T21:58:35.9336862Z [00:02:37.757]➜  packagefile crypto/ecdsa=/tmp/go-build282983591/b115/_pkg_.a
2025-08-20T21:58:35.9337790Z [00:02:37.757]➜  packagefile crypto/elliptic=/tmp/go-build282983591/b116/_pkg_.a
2025-08-20T21:58:35.9338695Z [00:02:37.757]➜  packagefile crypto/md5=/tmp/go-build282983591/b073/_pkg_.a
2025-08-20T21:58:35.9339559Z [00:02:37.757]➜  packagefile crypto/rsa=/tmp/go-build282983591/b148/_pkg_.a
2025-08-20T21:58:35.9340663Z [00:02:37.757]➜  packagefile crypto/sha1=/tmp/go-build282983591/b095/_pkg_.a
2025-08-20T21:58:35.9341586Z [00:02:37.757]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:35.9342505Z [00:02:37.757]➜  packagefile crypto/sha512=/tmp/go-build282983591/b126/_pkg_.a
2025-08-20T21:58:35.9343619Z [00:02:37.757]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:35.9344538Z [00:02:37.757]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:35.9345478Z [00:02:37.757]➜  packagefile encoding/pem=/tmp/go-build282983591/b157/_pkg_.a
2025-08-20T21:58:35.9346397Z [00:02:37.757]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:35.9347222Z [00:02:37.757]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:35.9348378Z [00:02:37.757]➜  packagefile github.com/google/certificate-transparency-go/asn1=/tmp/go-build282983591/b725/_pkg_.a
2025-08-20T21:58:35.9350207Z [00:02:37.757]➜  packagefile github.com/google/certificate-transparency-go/tls=/tmp/go-build282983591/b724/_pkg_.a
2025-08-20T21:58:35.9351760Z [00:02:37.757]➜  packagefile github.com/google/certificate-transparency-go/x509/pkix=/tmp/go-build282983591/b727/_pkg_.a
2025-08-20T21:58:35.9353345Z [00:02:37.757]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build282983591/b356/_pkg_.a
2025-08-20T21:58:35.9354602Z [00:02:37.757]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build282983591/b357/_pkg_.a
2025-08-20T21:58:35.9355777Z [00:02:37.757]➜  packagefile golang.org/x/crypto/ed25519=/tmp/go-build282983591/b470/_pkg_.a
2025-08-20T21:58:35.9356744Z [00:02:37.757]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:35.9357575Z [00:02:37.757]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:35.9358404Z [00:02:37.757]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:35.9359254Z [00:02:37.757]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:35.9360447Z [00:02:37.757]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:35.9361312Z [00:02:37.757]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:35.9362327Z [00:02:37.757]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:35.9363152Z [00:02:37.757]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:35.9363991Z [00:02:37.757]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:35.9364786Z [00:02:37.757]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:35.9365552Z [00:02:37.757]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:35.9366387Z [00:02:37.757]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:35.9367064Z [00:02:37.757]➜  EOF
2025-08-20T21:58:35.9390915Z [00:02:37.757]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b726/_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/b726=>" -p github.com/google/certificate-transparency-go/x509 -lang=go1.17 -complete -installsuffix shared -buildid VHcRthsVxejQYxmWQ6kD/VHcRthsVxejQYxmWQ6kD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b726/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:58:35.9456989Z [00:02:37.771]➜  go tool buildid -w $WORK/b740/_pkg_.a # internal
2025-08-20T21:58:35.9498687Z [00:02:37.775]➜  cp $WORK/b740/_pkg_.a /root/.cache/go-build/0c/0c5eea7098407690de269fdeca04ebc5188c95955bfe6b50b007ff78d93180c9-d # internal
2025-08-20T21:58:35.9505405Z [00:02:37.776]➜  github.com/projectdiscovery/utils/sync/sizedpool
2025-08-20T21:58:35.9507822Z [00:02:37.776]➜  mkdir -p $WORK/b739/
2025-08-20T21:58:35.9518540Z [00:02:37.777]➜  cat >/tmp/go-build282983591/b739/importcfg << 'EOF' # internal
2025-08-20T21:58:35.9520269Z [00:02:37.777]➜  # import config
2025-08-20T21:58:35.9542114Z [00:02:37.777]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:35.9543163Z [00:02:37.777]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:35.9546121Z [00:02:37.777]➜  packagefile github.com/projectdiscovery/utils/sync/semaphore=/tmp/go-build282983591/b740/_pkg_.a
2025-08-20T21:58:35.9547181Z [00:02:37.777]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:35.9547760Z [00:02:37.777]➜  EOF
2025-08-20T21:58:35.9552234Z [00:02:37.778]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b739/_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/b739=>" -p github.com/projectdiscovery/utils/sync/sizedpool -lang=go1.24 -complete -installsuffix shared -buildid O4kZ8W1cpKNC547yvRhl/O4kZ8W1cpKNC547yvRhl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b739/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/sync/sizedpool/sizedpool.go
2025-08-20T21:58:35.9734201Z [00:02:37.798]➜  go tool buildid -w $WORK/b739/_pkg_.a # internal
2025-08-20T21:58:35.9749660Z [00:02:37.800]➜  cp $WORK/b739/_pkg_.a /root/.cache/go-build/f8/f8851857149062cc95fe772c9c5e66afc918801d8e316328fd58cb9773c45dc0-d # internal
2025-08-20T21:58:35.9816293Z [00:02:37.807]➜  golang.org/x/text/encoding/simplifiedchinese
2025-08-20T21:58:35.9818966Z [00:02:37.807]➜  mkdir -p $WORK/b742/
2025-08-20T21:58:35.9829165Z [00:02:37.808]➜  cat >/tmp/go-build282983591/b742/importcfg << 'EOF' # internal
2025-08-20T21:58:35.9835534Z [00:02:37.808]➜  # import config
2025-08-20T21:58:35.9836327Z [00:02:37.808]➜  packagefile golang.org/x/text/encoding=/tmp/go-build282983591/b264/_pkg_.a
2025-08-20T21:58:35.9837496Z [00:02:37.808]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build282983591/b267/_pkg_.a
2025-08-20T21:58:35.9838756Z [00:02:37.808]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build282983591/b265/_pkg_.a
2025-08-20T21:58:35.9840142Z [00:02:37.808]➜  packagefile golang.org/x/text/transform=/tmp/go-build282983591/b266/_pkg_.a
2025-08-20T21:58:35.9841111Z [00:02:37.808]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:35.9841752Z [00:02:37.808]➜  EOF
2025-08-20T21:58:35.9847151Z [00:02:37.808]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b742/_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/b742=>" -p golang.org/x/text/encoding/simplifiedchinese -lang=go1.23 -complete -installsuffix shared -buildid Fx5EnqRmXor-xbiGUksl/Fx5EnqRmXor-xbiGUksl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b742/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:58:36.0938785Z [00:02:37.919]➜  go tool buildid -w $WORK/b715/_pkg_.a # internal
2025-08-20T21:58:36.1021383Z [00:02:37.927]➜  cp $WORK/b715/_pkg_.a /root/.cache/go-build/ce/ce8c0c3136d0f17bb32b44fa8d01886b8e5103a69756a36bb62e9750ff335c25-d # internal
2025-08-20T21:58:36.1023239Z [00:02:37.928]➜  github.com/projectdiscovery/rawhttp
2025-08-20T21:58:36.1024292Z [00:02:37.928]➜  mkdir -p $WORK/b712/
2025-08-20T21:58:36.1033510Z [00:02:37.928]➜  cat >/tmp/go-build282983591/b712/importcfg << 'EOF' # internal
2025-08-20T21:58:36.1034427Z [00:02:37.928]➜  # import config
2025-08-20T21:58:36.1036726Z [00:02:37.928]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:36.1038035Z [00:02:37.928]➜  packagefile compress/gzip=/tmp/go-build282983591/b204/_pkg_.a
2025-08-20T21:58:36.1038997Z [00:02:37.928]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:36.1040557Z [00:02:37.928]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:58:36.1041883Z [00:02:37.928]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:36.1043502Z [00:02:37.929]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer=/tmp/go-build282983591/b344/_pkg_.a
2025-08-20T21:58:36.1045022Z [00:02:37.929]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:58:36.1046711Z [00:02:37.929]➜  packagefile github.com/projectdiscovery/rawhttp/client=/tmp/go-build282983591/b713/_pkg_.a
2025-08-20T21:58:36.1049156Z [00:02:37.929]➜  packagefile github.com/projectdiscovery/rawhttp/clientpipeline=/tmp/go-build282983591/b714/_pkg_.a
2025-08-20T21:58:36.1050808Z [00:02:37.929]➜  packagefile github.com/projectdiscovery/rawhttp/proxy=/tmp/go-build282983591/b715/_pkg_.a
2025-08-20T21:58:36.1052094Z [00:02:37.929]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build282983591/b342/_pkg_.a
2025-08-20T21:58:36.1053478Z [00:02:37.929]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build282983591/b449/_pkg_.a
2025-08-20T21:58:36.1054443Z [00:02:37.929]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:36.1055174Z [00:02:37.929]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:36.1055929Z [00:02:37.929]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:36.1056706Z [00:02:37.929]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:36.1057470Z [00:02:37.929]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:36.1058218Z [00:02:37.929]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:36.1058944Z [00:02:37.929]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:36.1059514Z [00:02:37.929]➜  EOF
2025-08-20T21:58:36.1068721Z [00:02:37.929]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b712/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/rawhttp@v0.1.90=>github.com/projectdiscovery/rawhttp@v0.1.90;$WORK/b712=>" -p github.com/projectdiscovery/rawhttp -lang=go1.21 -complete -installsuffix shared -buildid Rpv_uJAQupvUUofLqMtW/Rpv_uJAQupvUUofLqMtW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b712/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:58:36.5007010Z [00:02:38.326]➜  go tool buildid -w $WORK/b742/_pkg_.a # internal
2025-08-20T21:58:36.5017073Z [00:02:38.327]➜  cp $WORK/b742/_pkg_.a /root/.cache/go-build/a4/a43d0a99554415d081ffd6ca5ca539c7f5df651acdbb6963b0efb20692ce0463-d # internal
2025-08-20T21:58:36.5026902Z [00:02:38.327]➜  golang.org/x/net/context
2025-08-20T21:58:36.5027495Z [00:02:38.327]➜  mkdir -p $WORK/b743/
2025-08-20T21:58:36.5028240Z [00:02:38.328]➜  cat >/tmp/go-build282983591/b743/importcfg << 'EOF' # internal
2025-08-20T21:58:36.5028942Z [00:02:38.328]➜  # import config
2025-08-20T21:58:36.5029607Z [00:02:38.328]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:36.5030688Z [00:02:38.328]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:36.5031310Z [00:02:38.328]➜  EOF
2025-08-20T21:58:36.5034631Z [00:02:38.328]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b743/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/context=>golang.org/x/net@v0.41.0/context;$WORK/b743=>" -p golang.org/x/net/context -lang=go1.23 -complete -installsuffix shared -buildid n3xcuYxlFrLAw-fB61fU/n3xcuYxlFrLAw-fB61fU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b743/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.41.0/context/context.go
2025-08-20T21:58:36.5092418Z [00:02:38.334]➜  go tool buildid -w $WORK/b726/_pkg_.a # internal
2025-08-20T21:58:36.5207867Z [00:02:38.346]➜  cp $WORK/b726/_pkg_.a /root/.cache/go-build/ac/ace945ffed0d2ee0c742b867852bcc6fcc5ac2b8ca1a8ff2a2f1b30c3c2c03fd-d # internal
2025-08-20T21:58:36.5214945Z [00:02:38.347]➜  github.com/google/certificate-transparency-go
2025-08-20T21:58:36.5222783Z [00:02:38.347]➜  mkdir -p $WORK/b723/
2025-08-20T21:58:36.5227600Z [00:02:38.348]➜  cat >/tmp/go-build282983591/b723/importcfg << 'EOF' # internal
2025-08-20T21:58:36.5242696Z [00:02:38.348]➜  # import config
2025-08-20T21:58:36.5243405Z [00:02:38.348]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:36.5244484Z [00:02:38.348]➜  packagefile crypto/ecdsa=/tmp/go-build282983591/b115/_pkg_.a
2025-08-20T21:58:36.5245433Z [00:02:38.348]➜  packagefile crypto/elliptic=/tmp/go-build282983591/b116/_pkg_.a
2025-08-20T21:58:36.5246454Z [00:02:38.348]➜  packagefile crypto/rsa=/tmp/go-build282983591/b148/_pkg_.a
2025-08-20T21:58:36.5247341Z [00:02:38.348]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:36.5248217Z [00:02:38.348]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:36.5249091Z [00:02:38.348]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:36.5250180Z [00:02:38.348]➜  packagefile encoding/pem=/tmp/go-build282983591/b157/_pkg_.a
2025-08-20T21:58:36.5251020Z [00:02:38.348]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:36.5252142Z [00:02:38.348]➜  packagefile github.com/google/certificate-transparency-go/tls=/tmp/go-build282983591/b724/_pkg_.a
2025-08-20T21:58:36.5253618Z [00:02:38.348]➜  packagefile github.com/google/certificate-transparency-go/x509=/tmp/go-build282983591/b726/_pkg_.a
2025-08-20T21:58:36.5256923Z [00:02:38.348]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:36.5257718Z [00:02:38.348]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:36.5258285Z [00:02:38.348]➜  EOF
2025-08-20T21:58:36.5258816Z [00:02:38.351]➜  go tool buildid -w $WORK/b738/_pkg_.a # internal
2025-08-20T21:58:36.5271721Z [00:02:38.352]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b723/_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/b723=>" -p github.com/google/certificate-transparency-go -lang=go1.17 -complete -installsuffix shared -buildid Vfiq-_FZhP3raZyp9c-e/Vfiq-_FZhP3raZyp9c-e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b723/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:58:36.5277108Z [00:02:38.352]➜  go tool buildid -w $WORK/b743/_pkg_.a # internal
2025-08-20T21:58:36.5280971Z [00:02:38.353]➜  cp $WORK/b743/_pkg_.a /root/.cache/go-build/9a/9ad1e4206204698a2347b091a5757f66144ecf19b722b30d27562f5e9fe921e4-d # internal
2025-08-20T21:58:36.5299054Z [00:02:38.354]➜  cp $WORK/b738/_pkg_.a /root/.cache/go-build/9b/9bb5887c6e75ea84543759071a4381d98aadd5f57759affbac4e4f5c8f3e13fa-d # internal
2025-08-20T21:58:36.5304386Z [00:02:38.355]➜  golang.org/x/text/encoding/korean
2025-08-20T21:58:36.5304882Z [00:02:38.355]➜  mkdir -p $WORK/b744/
2025-08-20T21:58:36.5305610Z [00:02:38.355]➜  cat >/tmp/go-build282983591/b744/importcfg << 'EOF' # internal
2025-08-20T21:58:36.5306282Z [00:02:38.355]➜  # import config
2025-08-20T21:58:36.5307072Z [00:02:38.356]➜  packagefile golang.org/x/text/encoding=/tmp/go-build282983591/b264/_pkg_.a
2025-08-20T21:58:36.5308220Z [00:02:38.356]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build282983591/b267/_pkg_.a
2025-08-20T21:58:36.5309715Z [00:02:38.356]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build282983591/b265/_pkg_.a
2025-08-20T21:58:36.5312281Z [00:02:38.356]➜  packagefile golang.org/x/text/transform=/tmp/go-build282983591/b266/_pkg_.a
2025-08-20T21:58:36.5313243Z [00:02:38.356]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:36.5313872Z [00:02:38.356]➜  EOF
2025-08-20T21:58:36.5317928Z [00:02:38.356]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b744/_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/b744=>" -p golang.org/x/text/encoding/korean -lang=go1.23 -complete -installsuffix shared -buildid 5FCvU9gFFD5gV-SRshcT/5FCvU9gFFD5gV-SRshcT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b744/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:58:36.5326841Z [00:02:38.358]➜  github.com/projectdiscovery/utils/http
2025-08-20T21:58:36.5341837Z [00:02:38.358]➜  mkdir -p $WORK/b737/
2025-08-20T21:58:36.5342581Z [00:02:38.358]➜  cat >/tmp/go-build282983591/b737/importcfg << 'EOF' # internal
2025-08-20T21:58:36.5343227Z [00:02:38.358]➜  # import config
2025-08-20T21:58:36.5343854Z [00:02:38.358]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:36.5344663Z [00:02:38.358]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:36.5345454Z [00:02:38.358]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:36.5346194Z [00:02:38.358]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:36.5347078Z [00:02:38.358]➜  packagefile github.com/docker/go-units=/tmp/go-build282983591/b348/_pkg_.a
2025-08-20T21:58:36.5348163Z [00:02:38.358]➜  packagefile github.com/dsnet/compress/brotli=/tmp/go-build282983591/b738/_pkg_.a
2025-08-20T21:58:36.5349295Z [00:02:38.358]➜  packagefile github.com/klauspost/compress/gzip=/tmp/go-build282983591/b311/_pkg_.a
2025-08-20T21:58:36.5350689Z [00:02:38.358]➜  packagefile github.com/klauspost/compress/zlib=/tmp/go-build282983591/b316/_pkg_.a
2025-08-20T21:58:36.5351705Z [00:02:38.358]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build282983591/b295/_pkg_.a
2025-08-20T21:58:36.5352773Z [00:02:38.358]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:58:36.5353899Z [00:02:38.358]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:58:36.5355226Z [00:02:38.359]➜  packagefile github.com/projectdiscovery/utils/sync/sizedpool=/tmp/go-build282983591/b739/_pkg_.a
2025-08-20T21:58:36.5356594Z [00:02:38.359]➜  packagefile golang.org/x/text/encoding/simplifiedchinese=/tmp/go-build282983591/b742/_pkg_.a
2025-08-20T21:58:36.5357776Z [00:02:38.359]➜  packagefile golang.org/x/text/transform=/tmp/go-build282983591/b266/_pkg_.a
2025-08-20T21:58:36.5358680Z [00:02:38.359]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:36.5359642Z [00:02:38.359]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:36.5360818Z [00:02:38.359]➜  packagefile net/http/httputil=/tmp/go-build282983591/b236/_pkg_.a
2025-08-20T21:58:36.5361660Z [00:02:38.359]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:36.5362441Z [00:02:38.359]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:36.5363040Z [00:02:38.359]➜  EOF
2025-08-20T21:58:36.5369337Z [00:02:38.359]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b737/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/http=>github.com/projectdiscovery/utils@v0.4.23/http;$WORK/b737=>" -p github.com/projectdiscovery/utils/http -lang=go1.24 -complete -installsuffix shared -buildid y8xZ5GkByFHc-kthmWFS/y8xZ5GkByFHc-kthmWFS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b737/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:58:36.6515988Z [00:02:38.477]➜  go tool buildid -w $WORK/b723/_pkg_.a # internal
2025-08-20T21:58:36.6575962Z [00:02:38.483]➜  cp $WORK/b723/_pkg_.a /root/.cache/go-build/8a/8ac0184f4b91fe714b37bbb5f87b0746764e7e313e4079ec7e114c25d67b0ec1-d # internal
2025-08-20T21:58:36.6581115Z [00:02:38.483]➜  github.com/cloudflare/cfssl/helpers
2025-08-20T21:58:36.6584519Z [00:02:38.484]➜  mkdir -p $WORK/b719/
2025-08-20T21:58:36.6596174Z [00:02:38.485]➜  cat >/tmp/go-build282983591/b719/importcfg << 'EOF' # internal
2025-08-20T21:58:36.6600069Z [00:02:38.485]➜  # import config
2025-08-20T21:58:36.6602062Z [00:02:38.485]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:36.6602972Z [00:02:38.485]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:36.6603854Z [00:02:38.485]➜  packagefile crypto/ecdsa=/tmp/go-build282983591/b115/_pkg_.a
2025-08-20T21:58:36.6604795Z [00:02:38.485]➜  packagefile crypto/elliptic=/tmp/go-build282983591/b116/_pkg_.a
2025-08-20T21:58:36.6605705Z [00:02:38.485]➜  packagefile crypto/rsa=/tmp/go-build282983591/b148/_pkg_.a
2025-08-20T21:58:36.6606556Z [00:02:38.485]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:58:36.6607398Z [00:02:38.485]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:58:36.6608305Z [00:02:38.485]➜  packagefile crypto/x509/pkix=/tmp/go-build282983591/b155/_pkg_.a
2025-08-20T21:58:36.6609247Z [00:02:38.485]➜  packagefile encoding/asn1=/tmp/go-build282983591/b128/_pkg_.a
2025-08-20T21:58:36.6610343Z [00:02:38.485]➜  packagefile encoding/pem=/tmp/go-build282983591/b157/_pkg_.a
2025-08-20T21:58:36.6611217Z [00:02:38.485]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:36.6611982Z [00:02:38.485]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:36.6613002Z [00:02:38.485]➜  packagefile github.com/cloudflare/cfssl/crypto/pkcs7=/tmp/go-build282983591/b720/_pkg_.a
2025-08-20T21:58:36.6614231Z [00:02:38.485]➜  packagefile github.com/cloudflare/cfssl/errors=/tmp/go-build282983591/b721/_pkg_.a
2025-08-20T21:58:36.6615499Z [00:02:38.485]➜  packagefile github.com/cloudflare/cfssl/helpers/derhelpers=/tmp/go-build282983591/b722/_pkg_.a
2025-08-20T21:58:36.6616725Z [00:02:38.485]➜  packagefile github.com/cloudflare/cfssl/log=/tmp/go-build282983591/b717/_pkg_.a
2025-08-20T21:58:36.6617950Z [00:02:38.485]➜  packagefile github.com/google/certificate-transparency-go=/tmp/go-build282983591/b723/_pkg_.a
2025-08-20T21:58:36.6619322Z [00:02:38.485]➜  packagefile github.com/google/certificate-transparency-go/tls=/tmp/go-build282983591/b724/_pkg_.a
2025-08-20T21:58:36.6621107Z [00:02:38.485]➜  packagefile github.com/google/certificate-transparency-go/x509=/tmp/go-build282983591/b726/_pkg_.a
2025-08-20T21:58:36.6622346Z [00:02:38.485]➜  packagefile golang.org/x/crypto/ocsp=/tmp/go-build282983591/b608/_pkg_.a
2025-08-20T21:58:36.6623447Z [00:02:38.485]➜  packagefile golang.org/x/crypto/pkcs12=/tmp/go-build282983591/b728/_pkg_.a
2025-08-20T21:58:36.6624378Z [00:02:38.485]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:36.6625180Z [00:02:38.485]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:36.6625990Z [00:02:38.485]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:36.6626575Z [00:02:38.485]➜  EOF
2025-08-20T21:58:36.6630359Z [00:02:38.485]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b719/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/cfssl@v1.6.4/helpers=>github.com/cloudflare/cfssl@v1.6.4/helpers;$WORK/b719=>" -p github.com/cloudflare/cfssl/helpers -lang=go1.18 -complete -installsuffix shared -buildid Tjhx4g7_ATAisJEtafj8/Tjhx4g7_ATAisJEtafj8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b719/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/cfssl@v1.6.4/helpers/helpers.go
2025-08-20T21:58:36.6830466Z [00:02:38.508]➜  go tool buildid -w $WORK/b737/_pkg_.a # internal
2025-08-20T21:58:36.6853658Z [00:02:38.511]➜  cp $WORK/b737/_pkg_.a /root/.cache/go-build/23/23442e1d5446d6bb0a962f0b6cea7409f7d846c7b09c76803be82f5a3f5edb16-d # internal
2025-08-20T21:58:36.6863774Z [00:02:38.512]➜  golang.org/x/text/encoding/traditionalchinese
2025-08-20T21:58:36.6867340Z [00:02:38.512]➜  mkdir -p $WORK/b745/
2025-08-20T21:58:36.6877962Z [00:02:38.512]➜  cat >/tmp/go-build282983591/b745/importcfg << 'EOF' # internal
2025-08-20T21:58:36.6878654Z [00:02:38.512]➜  # import config
2025-08-20T21:58:36.6879741Z [00:02:38.512]➜  packagefile golang.org/x/text/encoding=/tmp/go-build282983591/b264/_pkg_.a
2025-08-20T21:58:36.6881286Z [00:02:38.512]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build282983591/b267/_pkg_.a
2025-08-20T21:58:36.6882674Z [00:02:38.512]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build282983591/b265/_pkg_.a
2025-08-20T21:58:36.6883923Z [00:02:38.512]➜  packagefile golang.org/x/text/transform=/tmp/go-build282983591/b266/_pkg_.a
2025-08-20T21:58:36.6884904Z [00:02:38.512]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:36.6889066Z [00:02:38.514]➜  EOF
2025-08-20T21:58:36.6893913Z [00:02:38.514]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b745/_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/b745=>" -p golang.org/x/text/encoding/traditionalchinese -lang=go1.23 -complete -installsuffix shared -buildid QQ_fjX9p_W5DkQ1EuQPf/QQ_fjX9p_W5DkQ1EuQPf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b745/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:58:36.7663364Z [00:02:38.590]➜  go tool buildid -w $WORK/b719/_pkg_.a # internal
2025-08-20T21:58:36.7667686Z [00:02:38.592]➜  cp $WORK/b719/_pkg_.a /root/.cache/go-build/cf/cf4805aac652044ba4e1ba9b118ddbc7e6192b390d253d19537b8c8b8bc35d03-d # internal
2025-08-20T21:58:36.7672724Z [00:02:38.592]➜  github.com/cloudflare/cfssl/revoke
2025-08-20T21:58:36.7673368Z [00:02:38.592]➜  mkdir -p $WORK/b718/
2025-08-20T21:58:36.7677191Z [00:02:38.593]➜  cat >/tmp/go-build282983591/b718/importcfg << 'EOF' # internal
2025-08-20T21:58:36.7681200Z [00:02:38.593]➜  # import config
2025-08-20T21:58:36.7681863Z [00:02:38.593]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:36.7682704Z [00:02:38.593]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:36.7685249Z [00:02:38.594]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:58:36.7686207Z [00:02:38.594]➜  packagefile crypto/x509/pkix=/tmp/go-build282983591/b155/_pkg_.a
2025-08-20T21:58:36.7687327Z [00:02:38.594]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:36.7688193Z [00:02:38.594]➜  packagefile encoding/pem=/tmp/go-build282983591/b157/_pkg_.a
2025-08-20T21:58:36.7689015Z [00:02:38.594]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:36.7691467Z [00:02:38.594]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:36.7692719Z [00:02:38.594]➜  packagefile github.com/cloudflare/cfssl/helpers=/tmp/go-build282983591/b719/_pkg_.a
2025-08-20T21:58:36.7694892Z [00:02:38.594]➜  packagefile github.com/cloudflare/cfssl/log=/tmp/go-build282983591/b717/_pkg_.a
2025-08-20T21:58:36.7696015Z [00:02:38.594]➜  packagefile golang.org/x/crypto/ocsp=/tmp/go-build282983591/b608/_pkg_.a
2025-08-20T21:58:36.7696919Z [00:02:38.594]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:36.7697920Z [00:02:38.594]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:36.7698738Z [00:02:38.594]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:36.7699527Z [00:02:38.594]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:36.7700520Z [00:02:38.594]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:36.7701125Z [00:02:38.594]➜  EOF
2025-08-20T21:58:36.7704832Z [00:02:38.594]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b718/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/cfssl@v1.6.4/revoke=>github.com/cloudflare/cfssl@v1.6.4/revoke;$WORK/b718=>" -p github.com/cloudflare/cfssl/revoke -lang=go1.18 -complete -installsuffix shared -buildid 1FYif6WdNfXjdRTHOXdp/1FYif6WdNfXjdRTHOXdp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b718/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/cfssl@v1.6.4/revoke/revoke.go
2025-08-20T21:58:36.8212062Z [00:02:38.646]➜  go tool buildid -w $WORK/b718/_pkg_.a # internal
2025-08-20T21:58:36.8232819Z [00:02:38.648]➜  cp $WORK/b718/_pkg_.a /root/.cache/go-build/97/978834448bfef918cdedf5749f2444076a8fc6f72b2271ac9325bf0ebc9c36ab-d # internal
2025-08-20T21:58:36.8235234Z [00:02:38.648]➜  github.com/projectdiscovery/tlsx/pkg/tlsx/clients
2025-08-20T21:58:36.8235948Z [00:02:38.648]➜  mkdir -p $WORK/b716/
2025-08-20T21:58:36.8236660Z [00:02:38.648]➜  cat >/tmp/go-build282983591/b716/importcfg << 'EOF' # internal
2025-08-20T21:58:36.8237342Z [00:02:38.648]➜  # import config
2025-08-20T21:58:36.8237973Z [00:02:38.648]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:36.8238771Z [00:02:38.648]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:36.8239628Z [00:02:38.648]➜  packagefile crypto/md5=/tmp/go-build282983591/b073/_pkg_.a
2025-08-20T21:58:36.8240683Z [00:02:38.648]➜  packagefile crypto/sha1=/tmp/go-build282983591/b095/_pkg_.a
2025-08-20T21:58:36.8241599Z [00:02:38.648]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:36.8242503Z [00:02:38.648]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:58:36.8243380Z [00:02:38.648]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:36.8244262Z [00:02:38.648]➜  packagefile encoding/pem=/tmp/go-build282983591/b157/_pkg_.a
2025-08-20T21:58:36.8245107Z [00:02:38.648]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:36.8246100Z [00:02:38.648]➜  packagefile github.com/cloudflare/cfssl/log=/tmp/go-build282983591/b717/_pkg_.a
2025-08-20T21:58:36.8247267Z [00:02:38.648]➜  packagefile github.com/cloudflare/cfssl/revoke=/tmp/go-build282983591/b718/_pkg_.a
2025-08-20T21:58:36.8248419Z [00:02:38.648]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build282983591/b248/_pkg_.a
2025-08-20T21:58:36.8249741Z [00:02:38.648]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer=/tmp/go-build282983591/b344/_pkg_.a
2025-08-20T21:58:36.8251433Z [00:02:38.648]➜  packagefile github.com/projectdiscovery/goflags=/tmp/go-build282983591/b065/_pkg_.a
2025-08-20T21:58:36.8252816Z [00:02:38.648]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:58:36.8254115Z [00:02:38.648]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build282983591/b342/_pkg_.a
2025-08-20T21:58:36.8255425Z [00:02:38.649]➜  packagefile github.com/projectdiscovery/tlsx/assets=/tmp/go-build282983591/b730/_pkg_.a
2025-08-20T21:58:36.8256695Z [00:02:38.649]➜  packagefile github.com/projectdiscovery/utils/errors=/tmp/go-build282983591/b620/_pkg_.a
2025-08-20T21:58:36.8257927Z [00:02:38.649]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build282983591/b336/_pkg_.a
2025-08-20T21:58:36.8259161Z [00:02:38.649]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build282983591/b223/_pkg_.a
2025-08-20T21:58:36.8270740Z [00:02:38.649]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:58:36.8272055Z [00:02:38.649]➜  packagefile github.com/zmap/zcrypto/encoding/asn1=/tmp/go-build282983591/b466/_pkg_.a
2025-08-20T21:58:36.8273232Z [00:02:38.649]➜  packagefile github.com/zmap/zcrypto/tls=/tmp/go-build282983591/b452/_pkg_.a
2025-08-20T21:58:36.8274299Z [00:02:38.649]➜  packagefile github.com/zmap/zcrypto/x509=/tmp/go-build282983591/b457/_pkg_.a
2025-08-20T21:58:36.8275438Z [00:02:38.649]➜  packagefile github.com/zmap/zcrypto/x509/pkix=/tmp/go-build282983591/b469/_pkg_.a
2025-08-20T21:58:36.8276382Z [00:02:38.649]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:36.8277181Z [00:02:38.649]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:36.8277986Z [00:02:38.649]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:36.8278938Z [00:02:38.649]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:36.8279717Z [00:02:38.649]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:36.8280577Z [00:02:38.649]➜  EOF
2025-08-20T21:58:36.8285783Z [00:02:38.649]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b716/_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/b716=>" -p github.com/projectdiscovery/tlsx/pkg/tlsx/clients -lang=go1.21 -complete -installsuffix shared -buildid oW04S7AZwkFLGeCGLqBZ/oW04S7AZwkFLGeCGLqBZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b716/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:58:36.8611295Z [00:02:38.686]➜  go tool buildid -w $WORK/b712/_pkg_.a # internal
2025-08-20T21:58:36.8724913Z [00:02:38.698]➜  cp $WORK/b712/_pkg_.a /root/.cache/go-build/4a/4ad7f4bb02a0330315647ad0289137b0bdcd9679d506cc8508e625bb5bf014d2-d # internal
2025-08-20T21:58:36.8752141Z [00:02:38.698]➜  github.com/projectdiscovery/nuclei/v3/pkg/catalog
2025-08-20T21:58:36.8752815Z [00:02:38.699]➜  mkdir -p $WORK/b746/
2025-08-20T21:58:36.8753503Z [00:02:38.699]➜  cat >/tmp/go-build282983591/b746/importcfg << 'EOF' # internal
2025-08-20T21:58:36.8754132Z [00:02:38.699]➜  # import config
2025-08-20T21:58:36.8754725Z [00:02:38.699]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:36.8755312Z [00:02:38.699]➜  EOF
2025-08-20T21:58:36.8758829Z [00:02:38.699]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b746/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog=>github.com/projectdiscovery/nuclei/v3/pkg/catalog;$WORK/b746=>" -p github.com/projectdiscovery/nuclei/v3/pkg/catalog -lang=go1.24 -complete -installsuffix shared -buildid DdBGCxRz2XVnQ9MCwZo9/DdBGCxRz2XVnQ9MCwZo9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b746/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/catalog.go
2025-08-20T21:58:36.8849482Z [00:02:38.710]➜  go tool buildid -w $WORK/b746/_pkg_.a # internal
2025-08-20T21:58:36.8927394Z [00:02:38.718]➜  cp $WORK/b746/_pkg_.a /root/.cache/go-build/2d/2d05812b2479eb51e0cf983c4bb2486e8cd6b8ce65779c559a4ac11fb42a7f80-d # internal
2025-08-20T21:58:36.8929172Z [00:02:38.718]➜  github.com/projectdiscovery/nuclei/v3/pkg/input/types
2025-08-20T21:58:36.8944885Z [00:02:38.720]➜  mkdir -p $WORK/b747/
2025-08-20T21:58:36.8945634Z [00:02:38.720]➜  cat >/tmp/go-build282983591/b747/importcfg << 'EOF' # internal
2025-08-20T21:58:36.8946206Z [00:02:38.720]➜  # import config
2025-08-20T21:58:36.8946752Z [00:02:38.720]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:36.8947414Z [00:02:38.720]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:36.8948172Z [00:02:38.720]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:36.8948867Z [00:02:38.720]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:36.8950033Z [00:02:38.720]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build282983591/b626/_pkg_.a
2025-08-20T21:58:36.8951273Z [00:02:38.720]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build282983591/b342/_pkg_.a
2025-08-20T21:58:36.8952359Z [00:02:38.720]➜  packagefile github.com/projectdiscovery/useragent=/tmp/go-build282983591/b735/_pkg_.a
2025-08-20T21:58:36.8953444Z [00:02:38.720]➜  packagefile github.com/projectdiscovery/utils/conversion=/tmp/go-build282983591/b231/_pkg_.a
2025-08-20T21:58:36.8954526Z [00:02:38.720]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build282983591/b223/_pkg_.a
2025-08-20T21:58:36.8955582Z [00:02:38.720]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build282983591/b449/_pkg_.a
2025-08-20T21:58:36.8956599Z [00:02:38.720]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:36.8957317Z [00:02:38.720]➜  packagefile net/textproto=/tmp/go-build282983591/b212/_pkg_.a
2025-08-20T21:58:36.8958156Z [00:02:38.720]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:36.8958831Z [00:02:38.720]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:36.8959330Z [00:02:38.720]➜  EOF
2025-08-20T21:58:36.8962995Z [00:02:38.720]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b747/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/types=>github.com/projectdiscovery/nuclei/v3/pkg/input/types;$WORK/b747=>" -p github.com/projectdiscovery/nuclei/v3/pkg/input/types -lang=go1.24 -complete -installsuffix shared -buildid LS_BKd7RWz9ztOY4UHYL/LS_BKd7RWz9ztOY4UHYL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b747/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/types/http.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/types/probe.go
2025-08-20T21:58:36.9813742Z [00:02:38.806]➜  go tool buildid -w $WORK/b744/_pkg_.a # internal
2025-08-20T21:58:36.9815674Z [00:02:38.806]➜  cp $WORK/b744/_pkg_.a /root/.cache/go-build/54/54ff5fcdd35c4806c2330002290e00b3cf162a11ac82c9083971daa8f600d10c-d # internal
2025-08-20T21:58:36.9817370Z [00:02:38.806]➜  github.com/projectdiscovery/nuclei/v3/pkg/keys
2025-08-20T21:58:36.9819328Z [00:02:38.806]➜  mkdir -p $WORK/b748/
2025-08-20T21:58:36.9820300Z [00:02:38.806]➜  cat >/tmp/go-build282983591/b748/importcfg << 'EOF' # internal
2025-08-20T21:58:36.9821001Z [00:02:38.806]➜  # import config
2025-08-20T21:58:36.9821668Z [00:02:38.806]➜  packagefile embed=/tmp/go-build282983591/b066/_pkg_.a
2025-08-20T21:58:36.9822296Z [00:02:38.806]➜  EOF
2025-08-20T21:58:36.9822932Z [00:02:38.806]➜  cat >/tmp/go-build282983591/b748/embedcfg << 'EOF' # internal
2025-08-20T21:58:36.9823577Z [00:02:38.806]➜  {
2025-08-20T21:58:36.9823997Z [00:02:38.806]➜  	"Patterns": {
2025-08-20T21:58:36.9824481Z [00:02:38.806]➜  		"nuclei.crt": [
2025-08-20T21:58:36.9824966Z [00:02:38.806]➜  			"nuclei.crt"
2025-08-20T21:58:36.9825410Z [00:02:38.806]➜  		]
2025-08-20T21:58:36.9825771Z [00:02:38.806]➜  	},
2025-08-20T21:58:36.9826429Z [00:02:38.807]➜  	"Files": {
2025-08-20T21:58:36.9827142Z [00:02:38.807]➜  		"nuclei.crt": "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/keys/nuclei.crt"
2025-08-20T21:58:36.9828039Z [00:02:38.807]➜  	}
2025-08-20T21:58:36.9828427Z [00:02:38.807]➜  }EOF
2025-08-20T21:58:36.9832333Z [00:02:38.807]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b748/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/keys=>github.com/projectdiscovery/nuclei/v3/pkg/keys;$WORK/b748=>" -p github.com/projectdiscovery/nuclei/v3/pkg/keys -lang=go1.24 -complete -installsuffix shared -buildid CtcRBlr0G1egfmtHEJuU/CtcRBlr0G1egfmtHEJuU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b748/importcfg -embedcfg $WORK/b748/embedcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/keys/key.go
2025-08-20T21:58:36.9942450Z [00:02:38.819]➜  go tool buildid -w $WORK/b748/_pkg_.a # internal
2025-08-20T21:58:36.9947899Z [00:02:38.820]➜  cp $WORK/b748/_pkg_.a /root/.cache/go-build/55/55ec625f815b9915ef38257b4a301b4c648f5de91062d93ec79d4043b1b0fecd-d # internal
2025-08-20T21:58:36.9985559Z [00:02:38.824]➜  github.com/Knetic/govaluate
2025-08-20T21:58:36.9988220Z [00:02:38.824]➜  mkdir -p $WORK/b752/
2025-08-20T21:58:36.9997359Z [00:02:38.825]➜  cat >/tmp/go-build282983591/b752/importcfg << 'EOF' # internal
2025-08-20T21:58:37.0013442Z [00:02:38.825]➜  # import config
2025-08-20T21:58:37.0014097Z [00:02:38.825]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:37.0014938Z [00:02:38.825]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:37.0015746Z [00:02:38.825]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:37.0016536Z [00:02:38.825]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:37.0017369Z [00:02:38.825]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:37.0018439Z [00:02:38.825]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:37.0019334Z [00:02:38.825]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:37.0022859Z [00:02:38.825]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:37.0025021Z [00:02:38.825]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:37.0025953Z [00:02:38.825]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:37.0026628Z [00:02:38.825]➜  EOF
2025-08-20T21:58:37.0043062Z [00:02:38.825]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b752/_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/b752=>" -p github.com/Knetic/govaluate -lang=go1.16 -complete -installsuffix shared -buildid DCOjeNhYjHPgxA2_HLc5/DCOjeNhYjHPgxA2_HLc5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b752/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:58:37.0100148Z [00:02:38.835]➜  go tool buildid -w $WORK/b747/_pkg_.a # internal
2025-08-20T21:58:37.0124331Z [00:02:38.838]➜  cp $WORK/b747/_pkg_.a /root/.cache/go-build/a2/a2f1527a7d98dc94fc046a4ed6c106e7da4d062a78c47dd99806a9ba7a955bae-d # internal
2025-08-20T21:58:37.0156294Z [00:02:38.841]➜  github.com/antchfx/xpath
2025-08-20T21:58:37.0161711Z [00:02:38.841]➜  mkdir -p $WORK/b754/
2025-08-20T21:58:37.0162526Z [00:02:38.841]➜  cat >/tmp/go-build282983591/b754/importcfg << 'EOF' # internal
2025-08-20T21:58:37.0163233Z [00:02:38.841]➜  # import config
2025-08-20T21:58:37.0163879Z [00:02:38.841]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:37.0164721Z [00:02:38.841]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:37.0165508Z [00:02:38.841]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:37.0166299Z [00:02:38.841]➜  packagefile hash/fnv=/tmp/go-build282983591/b440/_pkg_.a
2025-08-20T21:58:37.0167071Z [00:02:38.841]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:37.0167858Z [00:02:38.841]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:37.0168754Z [00:02:38.841]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:37.0169546Z [00:02:38.841]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:37.0170748Z [00:02:38.841]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:37.0171795Z [00:02:38.841]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:37.0172631Z [00:02:38.841]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:37.0173497Z [00:02:38.841]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:37.0174147Z [00:02:38.841]➜  EOF
2025-08-20T21:58:37.0180286Z [00:02:38.841]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b754/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/antchfx/xpath@v1.3.4=>github.com/antchfx/xpath@v1.3.4;$WORK/b754=>" -p github.com/antchfx/xpath -lang=go1.14 -complete -installsuffix shared -buildid Qv8rnEUJ_85xkM-QslAt/Qv8rnEUJ_85xkM-QslAt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b754/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:58:37.0823705Z [00:02:38.907]➜  go tool buildid -w $WORK/b745/_pkg_.a # internal
2025-08-20T21:58:37.0827619Z [00:02:38.907]➜  cp $WORK/b745/_pkg_.a /root/.cache/go-build/93/93cb52cb7b2b9c5c76c349afa0c4c885e52f248293e3535a925dfd865e66c99c-d # internal
2025-08-20T21:58:37.0838238Z [00:02:38.909]➜  golang.org/x/text/encoding/charmap
2025-08-20T21:58:37.0842125Z [00:02:38.909]➜  mkdir -p $WORK/b757/
2025-08-20T21:58:37.0850723Z [00:02:38.910]➜  cat >/tmp/go-build282983591/b757/importcfg << 'EOF' # internal
2025-08-20T21:58:37.0865549Z [00:02:38.910]➜  # import config
2025-08-20T21:58:37.0866394Z [00:02:38.910]➜  packagefile golang.org/x/text/encoding=/tmp/go-build282983591/b264/_pkg_.a
2025-08-20T21:58:37.0867569Z [00:02:38.910]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build282983591/b267/_pkg_.a
2025-08-20T21:58:37.0869198Z [00:02:38.910]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build282983591/b265/_pkg_.a
2025-08-20T21:58:37.0870867Z [00:02:38.910]➜  packagefile golang.org/x/text/transform=/tmp/go-build282983591/b266/_pkg_.a
2025-08-20T21:58:37.0871878Z [00:02:38.910]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:37.0872552Z [00:02:38.910]➜  EOF
2025-08-20T21:58:37.0876652Z [00:02:38.911]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b757/_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/b757=>" -p golang.org/x/text/encoding/charmap -lang=go1.23 -complete -installsuffix shared -buildid sK8qbNFZMDaUxHV3EAdV/sK8qbNFZMDaUxHV3EAdV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b757/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:58:37.2393411Z [00:02:39.064]➜  go tool buildid -w $WORK/b752/_pkg_.a # internal
2025-08-20T21:58:37.2490695Z [00:02:39.074]➜  cp $WORK/b752/_pkg_.a /root/.cache/go-build/46/46c18b0bf8e5b5ddbe900e972e1674c4f77feb25d0fe9dd58830a8c2d1a64c8a-d # internal
2025-08-20T21:58:37.2532054Z [00:02:39.078]➜  golang.org/x/text/encoding/japanese
2025-08-20T21:58:37.2536580Z [00:02:39.079]➜  mkdir -p $WORK/b759/
2025-08-20T21:58:37.2548927Z [00:02:39.080]➜  cat >/tmp/go-build282983591/b759/importcfg << 'EOF' # internal
2025-08-20T21:58:37.2557133Z [00:02:39.080]➜  # import config
2025-08-20T21:58:37.2557944Z [00:02:39.080]➜  packagefile golang.org/x/text/encoding=/tmp/go-build282983591/b264/_pkg_.a
2025-08-20T21:58:37.2559081Z [00:02:39.080]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build282983591/b267/_pkg_.a
2025-08-20T21:58:37.2560772Z [00:02:39.080]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build282983591/b265/_pkg_.a
2025-08-20T21:58:37.2562257Z [00:02:39.080]➜  packagefile golang.org/x/text/transform=/tmp/go-build282983591/b266/_pkg_.a
2025-08-20T21:58:37.2563340Z [00:02:39.080]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:37.2564027Z [00:02:39.080]➜  EOF
2025-08-20T21:58:37.2569672Z [00:02:39.080]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b759/_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/b759=>" -p golang.org/x/text/encoding/japanese -lang=go1.23 -complete -installsuffix shared -buildid 8v9tAIEiMQ30ti9EgMwD/8v9tAIEiMQ30ti9EgMwD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b759/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:58:37.4438746Z [00:02:39.269]➜  go tool buildid -w $WORK/b716/_pkg_.a # internal
2025-08-20T21:58:37.4543371Z [00:02:39.279]➜  cp $WORK/b716/_pkg_.a /root/.cache/go-build/6c/6c4c14fd276da4f6b9657a0a52a57b8fe32f660eb1d654e56ab3b88f743de235-d # internal
2025-08-20T21:58:37.4549361Z [00:02:39.280]➜  github.com/projectdiscovery/tlsx/pkg/tlsx/ztls
2025-08-20T21:58:37.4551340Z [00:02:39.280]➜  mkdir -p $WORK/b731/
2025-08-20T21:58:37.4557110Z [00:02:39.281]➜  cat >/tmp/go-build282983591/b731/importcfg << 'EOF' # internal
2025-08-20T21:58:37.4558018Z [00:02:39.281]➜  # import config
2025-08-20T21:58:37.4561253Z [00:02:39.281]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:37.4562061Z [00:02:39.281]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:37.4562848Z [00:02:39.281]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:37.4563953Z [00:02:39.281]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer=/tmp/go-build282983591/b344/_pkg_.a
2025-08-20T21:58:37.4565542Z [00:02:39.281]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:58:37.4566813Z [00:02:39.281]➜  packagefile github.com/projectdiscovery/tlsx/pkg/output/stats=/tmp/go-build282983591/b732/_pkg_.a
2025-08-20T21:58:37.4568185Z [00:02:39.281]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/clients=/tmp/go-build282983591/b716/_pkg_.a
2025-08-20T21:58:37.4569561Z [00:02:39.281]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/ztls/ja3=/tmp/go-build282983591/b733/_pkg_.a
2025-08-20T21:58:37.4573942Z [00:02:39.281]➜  packagefile github.com/projectdiscovery/utils/conn/connpool=/tmp/go-build282983591/b734/_pkg_.a
2025-08-20T21:58:37.4575256Z [00:02:39.281]➜  packagefile github.com/projectdiscovery/utils/errors=/tmp/go-build282983591/b620/_pkg_.a
2025-08-20T21:58:37.4576455Z [00:02:39.281]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build282983591/b336/_pkg_.a
2025-08-20T21:58:37.4577696Z [00:02:39.281]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:58:37.4578804Z [00:02:39.281]➜  packagefile github.com/rs/xid=/tmp/go-build282983591/b611/_pkg_.a
2025-08-20T21:58:37.4580073Z [00:02:39.281]➜  packagefile github.com/zmap/zcrypto/encoding/asn1=/tmp/go-build282983591/b466/_pkg_.a
2025-08-20T21:58:37.4581281Z [00:02:39.281]➜  packagefile github.com/zmap/zcrypto/tls=/tmp/go-build282983591/b452/_pkg_.a
2025-08-20T21:58:37.4582343Z [00:02:39.281]➜  packagefile github.com/zmap/zcrypto/x509=/tmp/go-build282983591/b457/_pkg_.a
2025-08-20T21:58:37.4583232Z [00:02:39.281]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:37.4583949Z [00:02:39.281]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:37.4584876Z [00:02:39.281]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:37.4585548Z [00:02:39.281]➜  EOF
2025-08-20T21:58:37.4590609Z [00:02:39.281]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b731/_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/b731=>" -p github.com/projectdiscovery/tlsx/pkg/tlsx/ztls -lang=go1.21 -complete -installsuffix shared -buildid 9sdus6HdITOKSzk8O2-t/9sdus6HdITOKSzk8O2-t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b731/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:58:37.5253265Z [00:02:39.350]➜  go tool buildid -w $WORK/b754/_pkg_.a # internal
2025-08-20T21:58:37.5328067Z [00:02:39.358]➜  cp $WORK/b754/_pkg_.a /root/.cache/go-build/16/168d342bcf427eb40b794fdde0cccb387d53fa1d89f303236a5e7f5051fd4737-d # internal
2025-08-20T21:58:37.5335939Z [00:02:39.359]➜  github.com/itchyny/timefmt-go
2025-08-20T21:58:37.5344823Z [00:02:39.359]➜  mkdir -p $WORK/b762/
2025-08-20T21:58:37.5349541Z [00:02:39.360]➜  cat >/tmp/go-build282983591/b762/importcfg << 'EOF' # internal
2025-08-20T21:58:37.5351179Z [00:02:39.360]➜  # import config
2025-08-20T21:58:37.5352031Z [00:02:39.360]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:37.5353929Z [00:02:39.360]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:37.5354680Z [00:02:39.360]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:37.5355429Z [00:02:39.360]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:37.5356181Z [00:02:39.360]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:37.5356734Z [00:02:39.360]➜  EOF
2025-08-20T21:58:37.5360974Z [00:02:39.360]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b762/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/itchyny/timefmt-go@v0.1.6=>github.com/itchyny/timefmt-go@v0.1.6;$WORK/b762=>" -p github.com/itchyny/timefmt-go -lang=go1.20 -complete -installsuffix shared -buildid fyziKORZvtKjuXxKVtCE/fyziKORZvtKjuXxKVtCE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b762/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:58:37.6115814Z [00:02:39.437]➜  go tool buildid -w $WORK/b757/_pkg_.a # internal
2025-08-20T21:58:37.6126779Z [00:02:39.438]➜  cp $WORK/b757/_pkg_.a /root/.cache/go-build/2f/2faa6428974aac43e9b82e1380f8a6d6b85c0682a1a2345bc614c36e992bb2fb-d # internal
2025-08-20T21:58:37.6130208Z [00:02:39.438]➜  github.com/hashicorp/go-version
2025-08-20T21:58:37.6130815Z [00:02:39.438]➜  mkdir -p $WORK/b765/
2025-08-20T21:58:37.6136988Z [00:02:39.439]➜  cat >/tmp/go-build282983591/b765/importcfg << 'EOF' # internal
2025-08-20T21:58:37.6137676Z [00:02:39.439]➜  # import config
2025-08-20T21:58:37.6138379Z [00:02:39.439]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:37.6139268Z [00:02:39.439]➜  packagefile database/sql/driver=/tmp/go-build282983591/b328/_pkg_.a
2025-08-20T21:58:37.6140285Z [00:02:39.439]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:37.6141082Z [00:02:39.439]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:37.6141886Z [00:02:39.439]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:37.6142668Z [00:02:39.439]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:37.6143386Z [00:02:39.439]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:37.6143985Z [00:02:39.439]➜  EOF
2025-08-20T21:58:37.6156182Z [00:02:39.440]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b765/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-version@v1.7.0=>github.com/hashicorp/go-version@v1.7.0;$WORK/b765=>" -p github.com/hashicorp/go-version -lang=go1.16 -complete -installsuffix shared -buildid DE9ec0y72bNwRqba6u61/DE9ec0y72bNwRqba6u61 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b765/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:58:37.6605771Z [00:02:39.486]➜  go tool buildid -w $WORK/b762/_pkg_.a # internal
2025-08-20T21:58:37.6620800Z [00:02:39.487]➜  cp $WORK/b762/_pkg_.a /root/.cache/go-build/b8/b81474c26c18bf9c6f9474f1032120dae3211257394777d94aa83c119ca68f4f-d # internal
2025-08-20T21:58:37.6684203Z [00:02:39.494]➜  github.com/itchyny/gojq
2025-08-20T21:58:37.6694203Z [00:02:39.495]➜  mkdir -p $WORK/b761/
2025-08-20T21:58:37.6696644Z [00:02:39.495]➜  go tool buildid -w $WORK/b765/_pkg_.a # internal
2025-08-20T21:58:37.6698010Z [00:02:39.495]➜  cat >/tmp/go-build282983591/b761/importcfg << 'EOF' # internal
2025-08-20T21:58:37.6699161Z [00:02:39.495]➜  # import config
2025-08-20T21:58:37.6700535Z [00:02:39.495]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:37.6701658Z [00:02:39.495]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:37.6703171Z [00:02:39.495]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:37.6704390Z [00:02:39.495]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:37.6706227Z [00:02:39.495]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:37.6707006Z [00:02:39.495]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:37.6707949Z [00:02:39.495]➜  packagefile github.com/itchyny/timefmt-go=/tmp/go-build282983591/b762/_pkg_.a
2025-08-20T21:58:37.6710343Z [00:02:39.495]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:37.6711241Z [00:02:39.495]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:37.6712091Z [00:02:39.495]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:37.6712912Z [00:02:39.495]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:37.6714037Z [00:02:39.495]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:37.6731935Z [00:02:39.495]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:37.6732803Z [00:02:39.495]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:37.6733610Z [00:02:39.495]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:37.6734388Z [00:02:39.495]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:37.6735149Z [00:02:39.495]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:37.6735927Z [00:02:39.495]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:37.6736693Z [00:02:39.495]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:37.6737452Z [00:02:39.495]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:37.6738244Z [00:02:39.495]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:37.6738935Z [00:02:39.495]➜  EOF
2025-08-20T21:58:37.6752204Z [00:02:39.495]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b761/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17=>github.com/itchyny/gojq@v0.12.17;$WORK/b761=>" -p github.com/itchyny/gojq -lang=go1.21 -complete -installsuffix shared -buildid CcBdN28_jYfqrICfOtzQ/CcBdN28_jYfqrICfOtzQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b761/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:58:37.6764098Z [00:02:39.495]➜  cp $WORK/b765/_pkg_.a /root/.cache/go-build/43/43ca0c445c8f1ce6c0958c350591d21e4d86674537538765097d51bf42dda206-d # internal
2025-08-20T21:58:37.6765414Z [00:02:39.496]➜  github.com/kataras/jwt
2025-08-20T21:58:37.6765993Z [00:02:39.496]➜  mkdir -p $WORK/b766/
2025-08-20T21:58:37.6766720Z [00:02:39.497]➜  cat >/tmp/go-build282983591/b766/importcfg << 'EOF' # internal
2025-08-20T21:58:37.6767387Z [00:02:39.497]➜  # import config
2025-08-20T21:58:37.6768078Z [00:02:39.497]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:37.6777372Z [00:02:39.497]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:37.6778272Z [00:02:39.497]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:37.6779073Z [00:02:39.497]➜  packagefile crypto/aes=/tmp/go-build282983591/b108/_pkg_.a
2025-08-20T21:58:37.6780143Z [00:02:39.497]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:58:37.6781062Z [00:02:39.497]➜  packagefile crypto/ecdsa=/tmp/go-build282983591/b115/_pkg_.a
2025-08-20T21:58:37.6782120Z [00:02:39.497]➜  packagefile crypto/ed25519=/tmp/go-build282983591/b130/_pkg_.a
2025-08-20T21:58:37.6782994Z [00:02:39.497]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:58:37.6783838Z [00:02:39.497]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:37.6784686Z [00:02:39.497]➜  packagefile crypto/rsa=/tmp/go-build282983591/b148/_pkg_.a
2025-08-20T21:58:37.6785556Z [00:02:39.497]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:37.6786421Z [00:02:39.497]➜  packagefile crypto/sha512=/tmp/go-build282983591/b126/_pkg_.a
2025-08-20T21:58:37.6787298Z [00:02:39.497]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:58:37.6788166Z [00:02:39.497]➜  packagefile encoding/asn1=/tmp/go-build282983591/b128/_pkg_.a
2025-08-20T21:58:37.6789214Z [00:02:39.497]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:37.6800547Z [00:02:39.497]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:37.6801481Z [00:02:39.497]➜  packagefile encoding/pem=/tmp/go-build282983591/b157/_pkg_.a
2025-08-20T21:58:37.6802291Z [00:02:39.497]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:37.6803060Z [00:02:39.497]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:37.6803802Z [00:02:39.497]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:37.6804589Z [00:02:39.497]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:58:37.6805391Z [00:02:39.497]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:37.6806158Z [00:02:39.497]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:37.6806912Z [00:02:39.497]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:37.6807702Z [00:02:39.497]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:37.6808479Z [00:02:39.497]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:37.6809428Z [00:02:39.497]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:37.6810428Z [00:02:39.497]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:37.6811032Z [00:02:39.497]➜  EOF
2025-08-20T21:58:37.6822173Z [00:02:39.497]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b766/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kataras/jwt@v0.1.10=>github.com/kataras/jwt@v0.1.10;$WORK/b766=>" -p github.com/kataras/jwt -lang=go1.20 -complete -installsuffix shared -buildid jvCTT7CCwpfbZGjkbfjM/jvCTT7CCwpfbZGjkbfjM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b766/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:58:37.8460578Z [00:02:39.671]➜  go tool buildid -w $WORK/b766/_pkg_.a # internal
2025-08-20T21:58:37.8495558Z [00:02:39.675]➜  cp $WORK/b766/_pkg_.a /root/.cache/go-build/9a/9a5540d170638da36a9964ae2516bc140bf6a928483b27fe9605d0da0773f03a-d # internal
2025-08-20T21:58:37.8505188Z [00:02:39.676]➜  github.com/projectdiscovery/dsl/deserialization
2025-08-20T21:58:37.8508109Z [00:02:39.676]➜  mkdir -p $WORK/b767/
2025-08-20T21:58:37.8513490Z [00:02:39.676]➜  cat >/tmp/go-build282983591/b767/importcfg << 'EOF' # internal
2025-08-20T21:58:37.8521769Z [00:02:39.676]➜  # import config
2025-08-20T21:58:37.8522460Z [00:02:39.677]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:37.8523336Z [00:02:39.677]➜  packagefile compress/gzip=/tmp/go-build282983591/b204/_pkg_.a
2025-08-20T21:58:37.8524284Z [00:02:39.677]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:37.8525411Z [00:02:39.677]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:37.8526362Z [00:02:39.677]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:37.8527203Z [00:02:39.677]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:37.8528401Z [00:02:39.677]➜  EOF
2025-08-20T21:58:37.8533017Z [00:02:39.677]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b767/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/dsl@v0.5.0/deserialization=>github.com/projectdiscovery/dsl@v0.5.0/deserialization;$WORK/b767=>" -p github.com/projectdiscovery/dsl/deserialization -lang=go1.24 -complete -installsuffix shared -buildid oIBSHMjgSdm33fVOwbN5/oIBSHMjgSdm33fVOwbN5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b767/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/dsl@v0.5.0/deserialization/deserialization.go
2025-08-20T21:58:37.8995807Z [00:02:39.725]➜  go tool buildid -w $WORK/b767/_pkg_.a # internal
2025-08-20T21:58:37.9005657Z [00:02:39.726]➜  cp $WORK/b767/_pkg_.a /root/.cache/go-build/73/735e096986c35f1a6ed1f5e042a1f8d49786942839567d80fed874c1ae105c9d-d # internal
2025-08-20T21:58:37.9058119Z [00:02:39.731]➜  github.com/sashabaranov/go-openai/internal
2025-08-20T21:58:37.9059969Z [00:02:39.731]➜  mkdir -p $WORK/b770/
2025-08-20T21:58:37.9065281Z [00:02:39.732]➜  cat >/tmp/go-build282983591/b770/importcfg << 'EOF' # internal
2025-08-20T21:58:37.9066225Z [00:02:39.732]➜  # import config
2025-08-20T21:58:37.9067162Z [00:02:39.732]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:37.9069324Z [00:02:39.732]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:37.9070437Z [00:02:39.732]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:37.9071260Z [00:02:39.732]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:37.9072005Z [00:02:39.732]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:37.9072842Z [00:02:39.732]➜  packagefile mime/multipart=/tmp/go-build282983591/b216/_pkg_.a
2025-08-20T21:58:37.9073702Z [00:02:39.732]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:37.9074504Z [00:02:39.732]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:37.9075444Z [00:02:39.732]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:58:37.9076028Z [00:02:39.732]➜  EOF
2025-08-20T21:58:37.9082502Z [00:02:39.732]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b770/_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/b770=>" -p github.com/sashabaranov/go-openai/internal -lang=go1.18 -complete -installsuffix shared -buildid IPsQp8ktQrh-k6hPpPDJ/IPsQp8ktQrh-k6hPpPDJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b770/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:58:37.9844606Z [00:02:39.810]➜  go tool buildid -w $WORK/b759/_pkg_.a # internal
2025-08-20T21:58:37.9858996Z [00:02:39.811]➜  cp $WORK/b759/_pkg_.a /root/.cache/go-build/3b/3b252dea212230c0fc064af4032d457363173b9c30fe5f21f5fa05af1d4b8e16-d # internal
2025-08-20T21:58:37.9861331Z [00:02:39.811]➜  golang.org/x/text/encoding/htmlindex
2025-08-20T21:58:37.9862200Z [00:02:39.811]➜  mkdir -p $WORK/b758/
2025-08-20T21:58:37.9868668Z [00:02:39.812]➜  go tool buildid -w $WORK/b770/_pkg_.a # internal
2025-08-20T21:58:37.9874416Z [00:02:39.813]➜  cat >/tmp/go-build282983591/b758/importcfg << 'EOF' # internal
2025-08-20T21:58:37.9884132Z [00:02:39.813]➜  # import config
2025-08-20T21:58:37.9885032Z [00:02:39.813]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:37.9885969Z [00:02:39.813]➜  packagefile golang.org/x/text/encoding=/tmp/go-build282983591/b264/_pkg_.a
2025-08-20T21:58:37.9887138Z [00:02:39.813]➜  packagefile golang.org/x/text/encoding/charmap=/tmp/go-build282983591/b757/_pkg_.a
2025-08-20T21:58:37.9888391Z [00:02:39.813]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build282983591/b265/_pkg_.a
2025-08-20T21:58:37.9889607Z [00:02:39.813]➜  packagefile golang.org/x/text/encoding/japanese=/tmp/go-build282983591/b759/_pkg_.a
2025-08-20T21:58:37.9890881Z [00:02:39.813]➜  packagefile golang.org/x/text/encoding/korean=/tmp/go-build282983591/b744/_pkg_.a
2025-08-20T21:58:37.9892018Z [00:02:39.813]➜  packagefile golang.org/x/text/encoding/simplifiedchinese=/tmp/go-build282983591/b742/_pkg_.a
2025-08-20T21:58:37.9893235Z [00:02:39.813]➜  packagefile golang.org/x/text/encoding/traditionalchinese=/tmp/go-build282983591/b745/_pkg_.a
2025-08-20T21:58:37.9894380Z [00:02:39.813]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build282983591/b263/_pkg_.a
2025-08-20T21:58:37.9895421Z [00:02:39.813]➜  packagefile golang.org/x/text/language=/tmp/go-build282983591/b530/_pkg_.a
2025-08-20T21:58:37.9896295Z [00:02:39.813]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:37.9897015Z [00:02:39.813]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:37.9897542Z [00:02:39.813]➜  EOF
2025-08-20T21:58:37.9903104Z [00:02:39.813]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b758/_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/b758=>" -p golang.org/x/text/encoding/htmlindex -lang=go1.23 -complete -installsuffix shared -buildid hRNu0ekndKvEwKAca5Fj/hRNu0ekndKvEwKAca5Fj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b758/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:58:37.9907735Z [00:02:39.816]➜  cp $WORK/b770/_pkg_.a /root/.cache/go-build/f5/f59539fe990d2bee16a25c5bc5aec5065a9c3ede408cf99fd39f8c5729381439-d # internal
2025-08-20T21:58:37.9914538Z [00:02:39.816]➜  github.com/sashabaranov/go-openai
2025-08-20T21:58:37.9917165Z [00:02:39.817]➜  mkdir -p $WORK/b769/
2025-08-20T21:58:37.9947414Z [00:02:39.820]➜  cat >/tmp/go-build282983591/b769/importcfg << 'EOF' # internal
2025-08-20T21:58:37.9950701Z [00:02:39.820]➜  # import config
2025-08-20T21:58:37.9954443Z [00:02:39.821]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:37.9957684Z [00:02:39.821]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:37.9964590Z [00:02:39.821]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:37.9965501Z [00:02:39.822]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:37.9994398Z [00:02:39.824]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:37.9995381Z [00:02:39.824]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:37.9996895Z [00:02:39.824]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:37.9997910Z [00:02:39.824]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:37.9999110Z [00:02:39.824]➜  packagefile github.com/sashabaranov/go-openai/internal=/tmp/go-build282983591/b770/_pkg_.a
2025-08-20T21:58:38.0000269Z [00:02:39.824]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:38.0001009Z [00:02:39.824]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:38.0001773Z [00:02:39.824]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:38.0002543Z [00:02:39.824]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:38.0003277Z [00:02:39.824]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:38.0004180Z [00:02:39.824]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:38.0005096Z [00:02:39.824]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:38.0005853Z [00:02:39.824]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:38.0006568Z [00:02:39.824]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:38.0007090Z [00:02:39.824]➜  EOF
2025-08-20T21:58:38.0022965Z [00:02:39.825]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b769/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sashabaranov/go-openai@v1.37.0=>github.com/sashabaranov/go-openai@v1.37.0;$WORK/b769=>" -p github.com/sashabaranov/go-openai -lang=go1.18 -complete -installsuffix shared -buildid Hgc1qaqIWYqqu2MyuyZO/Hgc1qaqIWYqqu2MyuyZO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b769/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:58:38.0351296Z [00:02:39.860]➜  go tool buildid -w $WORK/b758/_pkg_.a # internal
2025-08-20T21:58:38.0368682Z [00:02:39.862]➜  cp $WORK/b758/_pkg_.a /root/.cache/go-build/c9/c9c323bc7d5834b00067c635e19984af1a7e5c02f53bc3252f9c8925badc9152-d # internal
2025-08-20T21:58:38.0370062Z [00:02:39.862]➜  golang.org/x/net/html/charset
2025-08-20T21:58:38.0370911Z [00:02:39.862]➜  mkdir -p $WORK/b756/
2025-08-20T21:58:38.0380813Z [00:02:39.863]➜  cat >/tmp/go-build282983591/b756/importcfg << 'EOF' # internal
2025-08-20T21:58:38.0381778Z [00:02:39.863]➜  # import config
2025-08-20T21:58:38.0382416Z [00:02:39.863]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:38.0383181Z [00:02:39.863]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:38.0384039Z [00:02:39.863]➜  packagefile golang.org/x/net/html=/tmp/go-build282983591/b199/_pkg_.a
2025-08-20T21:58:38.0385028Z [00:02:39.863]➜  packagefile golang.org/x/text/encoding=/tmp/go-build282983591/b264/_pkg_.a
2025-08-20T21:58:38.0386106Z [00:02:39.863]➜  packagefile golang.org/x/text/encoding/charmap=/tmp/go-build282983591/b757/_pkg_.a
2025-08-20T21:58:38.0387471Z [00:02:39.863]➜  packagefile golang.org/x/text/encoding/htmlindex=/tmp/go-build282983591/b758/_pkg_.a
2025-08-20T21:58:38.0388779Z [00:02:39.863]➜  packagefile golang.org/x/text/transform=/tmp/go-build282983591/b266/_pkg_.a
2025-08-20T21:58:38.0389771Z [00:02:39.863]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:38.0390708Z [00:02:39.863]➜  packagefile mime=/tmp/go-build282983591/b215/_pkg_.a
2025-08-20T21:58:38.0391484Z [00:02:39.863]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:38.0392312Z [00:02:39.863]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:38.0392963Z [00:02:39.863]➜  EOF
2025-08-20T21:58:38.0398105Z [00:02:39.865]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b756/_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/b756=>" -p golang.org/x/net/html/charset -lang=go1.23 -complete -installsuffix shared -buildid hLE0egyQXZeoldRp4Tqv/hLE0egyQXZeoldRp4Tqv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b756/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.41.0/html/charset/charset.go
2025-08-20T21:58:38.0742798Z [00:02:39.899]➜  go tool buildid -w $WORK/b756/_pkg_.a # internal
2025-08-20T21:58:38.0753678Z [00:02:39.900]➜  cp $WORK/b756/_pkg_.a /root/.cache/go-build/32/328551c701be334cd2b9c628760becc57a9cf6148857d1a7a7cd7f1119f04a84-d # internal
2025-08-20T21:58:38.0767440Z [00:02:39.902]➜  github.com/antchfx/htmlquery
2025-08-20T21:58:38.0773747Z [00:02:39.902]➜  mkdir -p $WORK/b753/
2025-08-20T21:58:38.0774451Z [00:02:39.902]➜  cat >/tmp/go-build282983591/b753/importcfg << 'EOF' # internal
2025-08-20T21:58:38.0776911Z [00:02:39.903]➜  # import config
2025-08-20T21:58:38.0777945Z [00:02:39.903]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:38.0778909Z [00:02:39.903]➜  packagefile compress/gzip=/tmp/go-build282983591/b204/_pkg_.a
2025-08-20T21:58:38.0782248Z [00:02:39.903]➜  packagefile compress/zlib=/tmp/go-build282983591/b169/_pkg_.a
2025-08-20T21:58:38.0783060Z [00:02:39.903]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:38.0783911Z [00:02:39.903]➜  packagefile github.com/antchfx/xpath=/tmp/go-build282983591/b754/_pkg_.a
2025-08-20T21:58:38.0785070Z [00:02:39.903]➜  packagefile github.com/golang/groupcache/lru=/tmp/go-build282983591/b755/_pkg_.a
2025-08-20T21:58:38.0786042Z [00:02:39.903]➜  packagefile golang.org/x/net/html=/tmp/go-build282983591/b199/_pkg_.a
2025-08-20T21:58:38.0786999Z [00:02:39.903]➜  packagefile golang.org/x/net/html/charset=/tmp/go-build282983591/b756/_pkg_.a
2025-08-20T21:58:38.0787825Z [00:02:39.903]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:38.0788547Z [00:02:39.903]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:38.0789234Z [00:02:39.903]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:38.0802329Z [00:02:39.903]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:38.0803148Z [00:02:39.903]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:38.0803688Z [00:02:39.903]➜  EOF
2025-08-20T21:58:38.0807184Z [00:02:39.903]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b753/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/antchfx/htmlquery@v1.3.4=>github.com/antchfx/htmlquery@v1.3.4;$WORK/b753=>" -p github.com/antchfx/htmlquery -lang=go1.14 -complete -installsuffix shared -buildid 1akFEUYGG2F9wmSOvdpJ/1akFEUYGG2F9wmSOvdpJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b753/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:58:38.0979119Z [00:02:39.923]➜  go tool buildid -w $WORK/b731/_pkg_.a # internal
2025-08-20T21:58:38.1088863Z [00:02:39.934]➜  cp $WORK/b731/_pkg_.a /root/.cache/go-build/10/1055946c4e472104270ecd058749f91298c8c71c722616a7262cbb25b4be6bba-d # internal
2025-08-20T21:58:38.1194067Z [00:02:39.943]➜  github.com/projectdiscovery/httpx/common/httpx
2025-08-20T21:58:38.1194991Z [00:02:39.943]➜  mkdir -p $WORK/b706/
2025-08-20T21:58:38.1195845Z [00:02:39.943]➜  cat >/tmp/go-build282983591/b706/importcfg << 'EOF' # internal
2025-08-20T21:58:38.1196532Z [00:02:39.943]➜  # import config
2025-08-20T21:58:38.1197171Z [00:02:39.943]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:38.1197968Z [00:02:39.943]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:38.1198782Z [00:02:39.943]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:58:38.1199635Z [00:02:39.943]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:58:38.1200666Z [00:02:39.943]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:38.1201621Z [00:02:39.943]➜  packagefile github.com/PuerkitoBio/goquery=/tmp/go-build282983591/b707/_pkg_.a
2025-08-20T21:58:38.1202715Z [00:02:39.943]➜  packagefile github.com/hbakhtiyor/strsim=/tmp/go-build282983591/b709/_pkg_.a
2025-08-20T21:58:38.1203861Z [00:02:39.943]➜  packagefile github.com/microcosm-cc/bluemonday=/tmp/go-build282983591/b194/_pkg_.a
2025-08-20T21:58:38.1205058Z [00:02:39.943]➜  packagefile github.com/projectdiscovery/cdncheck=/tmp/go-build282983591/b710/_pkg_.a
2025-08-20T21:58:38.1206392Z [00:02:39.944]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer=/tmp/go-build282983591/b344/_pkg_.a
2025-08-20T21:58:38.1207964Z [00:02:39.944]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer/ja3/impersonate=/tmp/go-build282983591/b349/_pkg_.a
2025-08-20T21:58:38.1209387Z [00:02:39.944]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:58:38.1211422Z [00:02:39.944]➜  packagefile github.com/projectdiscovery/httpx/common/httputilz=/tmp/go-build282983591/b711/_pkg_.a
2025-08-20T21:58:38.1212793Z [00:02:39.944]➜  packagefile github.com/projectdiscovery/networkpolicy=/tmp/go-build282983591/b442/_pkg_.a
2025-08-20T21:58:38.1214059Z [00:02:39.944]➜  packagefile github.com/projectdiscovery/rawhttp=/tmp/go-build282983591/b712/_pkg_.a
2025-08-20T21:58:38.1215334Z [00:02:39.944]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build282983591/b342/_pkg_.a
2025-08-20T21:58:38.1216881Z [00:02:39.944]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/clients=/tmp/go-build282983591/b716/_pkg_.a
2025-08-20T21:58:38.1218276Z [00:02:39.944]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/ztls=/tmp/go-build282983591/b731/_pkg_.a
2025-08-20T21:58:38.1219551Z [00:02:39.944]➜  packagefile github.com/projectdiscovery/useragent=/tmp/go-build282983591/b735/_pkg_.a
2025-08-20T21:58:38.1220991Z [00:02:39.944]➜  packagefile github.com/projectdiscovery/utils/generic=/tmp/go-build282983591/b736/_pkg_.a
2025-08-20T21:58:38.1222256Z [00:02:39.944]➜  packagefile github.com/projectdiscovery/utils/http=/tmp/go-build282983591/b737/_pkg_.a
2025-08-20T21:58:38.1223498Z [00:02:39.944]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build282983591/b223/_pkg_.a
2025-08-20T21:58:38.1224758Z [00:02:39.944]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:58:38.1226137Z [00:02:39.944]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build282983591/b449/_pkg_.a
2025-08-20T21:58:38.1227239Z [00:02:39.944]➜  packagefile github.com/rs/xid=/tmp/go-build282983591/b611/_pkg_.a
2025-08-20T21:58:38.1228391Z [00:02:39.944]➜  packagefile github.com/weppos/publicsuffix-go/publicsuffix=/tmp/go-build282983591/b458/_pkg_.a
2025-08-20T21:58:38.1229610Z [00:02:39.944]➜  packagefile github.com/zmap/zcrypto/tls=/tmp/go-build282983591/b452/_pkg_.a
2025-08-20T21:58:38.1230816Z [00:02:39.944]➜  packagefile golang.org/x/net/context=/tmp/go-build282983591/b743/_pkg_.a
2025-08-20T21:58:38.1231818Z [00:02:39.944]➜  packagefile golang.org/x/net/html=/tmp/go-build282983591/b199/_pkg_.a
2025-08-20T21:58:38.1232782Z [00:02:39.944]➜  packagefile golang.org/x/net/http2=/tmp/go-build282983591/b475/_pkg_.a
2025-08-20T21:58:38.1233978Z [00:02:39.944]➜  packagefile golang.org/x/text/encoding/korean=/tmp/go-build282983591/b744/_pkg_.a
2025-08-20T21:58:38.1235323Z [00:02:39.944]➜  packagefile golang.org/x/text/encoding/simplifiedchinese=/tmp/go-build282983591/b742/_pkg_.a
2025-08-20T21:58:38.1236666Z [00:02:39.944]➜  packagefile golang.org/x/text/encoding/traditionalchinese=/tmp/go-build282983591/b745/_pkg_.a
2025-08-20T21:58:38.1237853Z [00:02:39.944]➜  packagefile golang.org/x/text/transform=/tmp/go-build282983591/b266/_pkg_.a
2025-08-20T21:58:38.1238738Z [00:02:39.944]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:38.1239488Z [00:02:39.944]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:38.1270713Z [00:02:39.944]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:38.1271591Z [00:02:39.944]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:38.1272370Z [00:02:39.944]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:38.1273155Z [00:02:39.944]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:38.1273953Z [00:02:39.944]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:38.1274770Z [00:02:39.944]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:38.1275574Z [00:02:39.944]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:38.1276364Z [00:02:39.944]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:38.1277152Z [00:02:39.944]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:38.1277761Z [00:02:39.944]➜  EOF
2025-08-20T21:58:38.1290568Z [00:02:39.944]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b706/_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/b706=>" -p github.com/projectdiscovery/httpx/common/httpx -lang=go1.23 -complete -installsuffix shared -buildid 590pFzvGSfJP93JSFPgI/590pFzvGSfJP93JSFPgI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b706/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:58:38.1372146Z [00:02:39.962]➜  go tool buildid -w $WORK/b753/_pkg_.a # internal
2025-08-20T21:58:38.1391433Z [00:02:39.964]➜  cp $WORK/b753/_pkg_.a /root/.cache/go-build/26/26550de9a9947394735ea71dfcf4a7f9f22c47ea40b7e57a9056d15353903176-d # internal
2025-08-20T21:58:38.1411687Z [00:02:39.966]➜  github.com/antchfx/xmlquery
2025-08-20T21:58:38.1417294Z [00:02:39.967]➜  mkdir -p $WORK/b760/
2025-08-20T21:58:38.1428000Z [00:02:39.968]➜  cat >/tmp/go-build282983591/b760/importcfg << 'EOF' # internal
2025-08-20T21:58:38.1437933Z [00:02:39.968]➜  # import config
2025-08-20T21:58:38.1438611Z [00:02:39.968]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:38.1439592Z [00:02:39.968]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:38.1440857Z [00:02:39.968]➜  packagefile encoding/xml=/tmp/go-build282983591/b486/_pkg_.a
2025-08-20T21:58:38.1441778Z [00:02:39.968]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:38.1442698Z [00:02:39.968]➜  packagefile github.com/antchfx/xpath=/tmp/go-build282983591/b754/_pkg_.a
2025-08-20T21:58:38.1443776Z [00:02:39.968]➜  packagefile github.com/golang/groupcache/lru=/tmp/go-build282983591/b755/_pkg_.a
2025-08-20T21:58:38.1444886Z [00:02:39.968]➜  packagefile golang.org/x/net/html/charset=/tmp/go-build282983591/b756/_pkg_.a
2025-08-20T21:58:38.1445803Z [00:02:39.968]➜  packagefile html=/tmp/go-build282983591/b176/_pkg_.a
2025-08-20T21:58:38.1446592Z [00:02:39.968]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:38.1447395Z [00:02:39.968]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:38.1448233Z [00:02:39.968]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:38.1449055Z [00:02:39.968]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:38.1450310Z [00:02:39.968]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:38.1451174Z [00:02:39.968]➜  EOF
2025-08-20T21:58:38.1462568Z [00:02:39.971]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b760/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/antchfx/xmlquery@v1.4.4=>github.com/antchfx/xmlquery@v1.4.4;$WORK/b760=>" -p github.com/antchfx/xmlquery -lang=go1.14 -complete -installsuffix shared -buildid 1UEgPKYEk4RmJvLoAchA/1UEgPKYEk4RmJvLoAchA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b760/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:58:38.3456463Z [00:02:40.171]➜  go tool buildid -w $WORK/b760/_pkg_.a # internal
2025-08-20T21:58:38.3491089Z [00:02:40.174]➜  cp $WORK/b760/_pkg_.a /root/.cache/go-build/2a/2a2d8d71357a2ebff0d532005289e5ea4519757d94f874dacfff5961a1bca329-d # internal
2025-08-20T21:58:38.3515374Z [00:02:40.177]➜  github.com/projectdiscovery/utils/rand
2025-08-20T21:58:38.3520766Z [00:02:40.177]➜  mkdir -p $WORK/b772/
2025-08-20T21:58:38.3530691Z [00:02:40.178]➜  cat >/tmp/go-build282983591/b772/importcfg << 'EOF' # internal
2025-08-20T21:58:38.3534164Z [00:02:40.178]➜  # import config
2025-08-20T21:58:38.3534900Z [00:02:40.178]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:38.3535700Z [00:02:40.178]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:38.3536509Z [00:02:40.178]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:38.3537394Z [00:02:40.178]➜  packagefile math/rand/v2=/tmp/go-build282983591/b094/_pkg_.a
2025-08-20T21:58:38.3537987Z [00:02:40.178]➜  EOF
2025-08-20T21:58:38.3548109Z [00:02:40.180]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b772/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/rand=>github.com/projectdiscovery/utils@v0.4.23/rand;$WORK/b772=>" -p github.com/projectdiscovery/utils/rand -lang=go1.24 -complete -installsuffix shared -buildid gZt9wqV8-yY29Rw86WJs/gZt9wqV8-yY29Rw86WJs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b772/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/rand/number.go
2025-08-20T21:58:38.3925892Z [00:02:40.218]➜  go tool buildid -w $WORK/b772/_pkg_.a # internal
2025-08-20T21:58:38.3933076Z [00:02:40.218]➜  cp $WORK/b772/_pkg_.a /root/.cache/go-build/03/0311fd05ecbf05eb2306205bae6918ff7a5adf5b69089eef259d4b9e44cae87d-d # internal
2025-08-20T21:58:38.4057123Z [00:02:40.231]➜  github.com/projectdiscovery/dsl/randomip
2025-08-20T21:58:38.4067967Z [00:02:40.231]➜  mkdir -p $WORK/b771/
2025-08-20T21:58:38.4069004Z [00:02:40.232]➜  cat >/tmp/go-build282983591/b771/importcfg << 'EOF' # internal
2025-08-20T21:58:38.4069737Z [00:02:40.232]➜  # import config
2025-08-20T21:58:38.4070643Z [00:02:40.232]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:38.4071466Z [00:02:40.232]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:38.4072347Z [00:02:40.232]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:58:38.4073457Z [00:02:40.232]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build282983591/b336/_pkg_.a
2025-08-20T21:58:38.4074735Z [00:02:40.232]➜  packagefile github.com/projectdiscovery/utils/rand=/tmp/go-build282983591/b772/_pkg_.a
2025-08-20T21:58:38.4075745Z [00:02:40.232]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:38.4076332Z [00:02:40.232]➜  EOF
2025-08-20T21:58:38.4080352Z [00:02:40.232]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b771/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/dsl@v0.5.0/randomip=>github.com/projectdiscovery/dsl@v0.5.0/randomip;$WORK/b771=>" -p github.com/projectdiscovery/dsl/randomip -lang=go1.24 -complete -installsuffix shared -buildid 8QruREUkjeMRvhcPLilw/8QruREUkjeMRvhcPLilw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b771/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/dsl@v0.5.0/randomip/randomip.go
2025-08-20T21:58:38.4370686Z [00:02:40.262]➜  go tool buildid -w $WORK/b771/_pkg_.a # internal
2025-08-20T21:58:38.4378470Z [00:02:40.263]➜  cp $WORK/b771/_pkg_.a /root/.cache/go-build/d6/d600f353fcf5f6183867c6a88b4706da7aa718c5557b18b1068c5e93fad7c620-d # internal
2025-08-20T21:58:38.4384065Z [00:02:40.263]➜  github.com/projectdiscovery/gostruct
2025-08-20T21:58:38.4391024Z [00:02:40.264]➜  mkdir -p $WORK/b773/
2025-08-20T21:58:38.4398361Z [00:02:40.265]➜  cat >/tmp/go-build282983591/b773/importcfg << 'EOF' # internal
2025-08-20T21:58:38.4399106Z [00:02:40.265]➜  # import config
2025-08-20T21:58:38.4399978Z [00:02:40.265]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:38.4407560Z [00:02:40.265]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:38.4408499Z [00:02:40.265]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:38.4409291Z [00:02:40.265]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:38.4410284Z [00:02:40.265]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:38.4411082Z [00:02:40.265]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:38.4411685Z [00:02:40.265]➜  EOF
2025-08-20T21:58:38.4415314Z [00:02:40.265]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b773/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/gostruct@v0.0.2=>github.com/projectdiscovery/gostruct@v0.0.2;$WORK/b773=>" -p github.com/projectdiscovery/gostruct -lang=go1.19 -complete -installsuffix shared -buildid 1qqgkgkXvM-Wu5fj6gac/1qqgkgkXvM-Wu5fj6gac -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b773/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/gostruct@v0.0.2/struct.go
2025-08-20T21:58:38.5096120Z [00:02:40.335]➜  go tool buildid -w $WORK/b773/_pkg_.a # internal
2025-08-20T21:58:38.5108633Z [00:02:40.336]➜  cp $WORK/b773/_pkg_.a /root/.cache/go-build/70/7090457f5928eea784f150b29461e9af9e7c4723f90ea0ad510c359dfc7b1ee6-d # internal
2025-08-20T21:58:38.5117645Z [00:02:40.336]➜  github.com/hdm/jarm-go
2025-08-20T21:58:38.5124783Z [00:02:40.336]➜  mkdir -p $WORK/b775/
2025-08-20T21:58:38.5125560Z [00:02:40.337]➜  cat >/tmp/go-build282983591/b775/importcfg << 'EOF' # internal
2025-08-20T21:58:38.5126269Z [00:02:40.337]➜  # import config
2025-08-20T21:58:38.5126955Z [00:02:40.337]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:38.5127838Z [00:02:40.337]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:38.5128998Z [00:02:40.337]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:38.5133803Z [00:02:40.337]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:58:38.5135550Z [00:02:40.337]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:38.5137703Z [00:02:40.338]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:38.5138912Z [00:02:40.338]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:38.5141391Z [00:02:40.338]➜  packagefile math/rand=/tmp/go-build282983591/b118/_pkg_.a
2025-08-20T21:58:38.5142337Z [00:02:40.338]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:38.5143170Z [00:02:40.338]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:38.5143789Z [00:02:40.339]➜  EOF
2025-08-20T21:58:38.5146942Z [00:02:40.339]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b775/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hdm/jarm-go@v0.0.7=>github.com/hdm/jarm-go@v0.0.7;$WORK/b775=>" -p github.com/hdm/jarm-go -lang=go1.15 -complete -installsuffix shared -buildid aucqCgjSki-BtxiNhwQn/aucqCgjSki-BtxiNhwQn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b775/importcfg -pack /root/go/pkg/mod/github.com/hdm/jarm-go@v0.0.7/jarm.go
2025-08-20T21:58:38.6024799Z [00:02:40.427]➜  go tool buildid -w $WORK/b775/_pkg_.a # internal
2025-08-20T21:58:38.6037402Z [00:02:40.429]➜  go tool buildid -w $WORK/b769/_pkg_.a # internal
2025-08-20T21:58:38.6048475Z [00:02:40.430]➜  cp $WORK/b775/_pkg_.a /root/.cache/go-build/50/50f134727d59d95f8d9fec704f61c3ead8cfa493c89c8db8df93786e43e91f48-d # internal
2025-08-20T21:58:38.6076060Z [00:02:40.433]➜  github.com/projectdiscovery/utils/crypto/jarm
2025-08-20T21:58:38.6080967Z [00:02:40.433]➜  mkdir -p $WORK/b774/
2025-08-20T21:58:38.6081719Z [00:02:40.433]➜  cat >/tmp/go-build282983591/b774/importcfg << 'EOF' # internal
2025-08-20T21:58:38.6082388Z [00:02:40.433]➜  # import config
2025-08-20T21:58:38.6083063Z [00:02:40.433]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:38.6084075Z [00:02:40.433]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:38.6085142Z [00:02:40.433]➜  packagefile github.com/hdm/jarm-go=/tmp/go-build282983591/b775/_pkg_.a
2025-08-20T21:58:38.6086368Z [00:02:40.433]➜  packagefile github.com/projectdiscovery/utils/conn/connpool=/tmp/go-build282983591/b734/_pkg_.a
2025-08-20T21:58:38.6087442Z [00:02:40.433]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:38.6088237Z [00:02:40.433]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:38.6089041Z [00:02:40.433]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:38.6089630Z [00:02:40.433]➜  EOF
2025-08-20T21:58:38.6093828Z [00:02:40.433]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b774/_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/b774=>" -p github.com/projectdiscovery/utils/crypto/jarm -lang=go1.24 -complete -installsuffix shared -buildid fvFRig-Nxdv0Bpd6xM2Z/fvFRig-Nxdv0Bpd6xM2Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b774/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/crypto/jarm/jarm.go
2025-08-20T21:58:38.6304381Z [00:02:40.455]➜  cp $WORK/b769/_pkg_.a /root/.cache/go-build/97/9736256d97b8a595356cd1a3f0da31a011b007ca10c3217aeb28812f03843513-d # internal
2025-08-20T21:58:38.6306985Z [00:02:40.456]➜  github.com/projectdiscovery/dsl/llm
2025-08-20T21:58:38.6309744Z [00:02:40.456]➜  mkdir -p $WORK/b768/
2025-08-20T21:58:38.6314132Z [00:02:40.456]➜  cat >/tmp/go-build282983591/b768/importcfg << 'EOF' # internal
2025-08-20T21:58:38.6315962Z [00:02:40.456]➜  # import config
2025-08-20T21:58:38.6341462Z [00:02:40.456]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:38.6344391Z [00:02:40.456]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:38.6345897Z [00:02:40.456]➜  packagefile github.com/sashabaranov/go-openai=/tmp/go-build282983591/b769/_pkg_.a
2025-08-20T21:58:38.6350239Z [00:02:40.456]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:38.6350908Z [00:02:40.456]➜  EOF
2025-08-20T21:58:38.6354498Z [00:02:40.456]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b768/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/dsl@v0.5.0/llm=>github.com/projectdiscovery/dsl@v0.5.0/llm;$WORK/b768=>" -p github.com/projectdiscovery/dsl/llm -lang=go1.24 -complete -installsuffix shared -buildid 7PZ6b2HHkUFhjsIk8tUE/7PZ6b2HHkUFhjsIk8tUE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b768/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/dsl@v0.5.0/llm/llm.go
2025-08-20T21:58:38.7269948Z [00:02:40.552]➜  go tool buildid -w $WORK/b774/_pkg_.a # internal
2025-08-20T21:58:38.7288948Z [00:02:40.554]➜  cp $WORK/b774/_pkg_.a /root/.cache/go-build/be/be9c8ec6eeda10bd56d129bb05f3911c58e18d28e102382e52ddf75ee27db570-d # internal
2025-08-20T21:58:38.7296297Z [00:02:40.554]➜  github.com/spaolacci/murmur3
2025-08-20T21:58:38.7296921Z [00:02:40.554]➜  mkdir -p $WORK/b776/
2025-08-20T21:58:38.7304258Z [00:02:40.556]➜  cat >/tmp/go-build282983591/b776/importcfg << 'EOF' # internal
2025-08-20T21:58:38.7306289Z [00:02:40.556]➜  # import config
2025-08-20T21:58:38.7308691Z [00:02:40.556]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:38.7310079Z [00:02:40.556]➜  EOF
2025-08-20T21:58:38.7315157Z [00:02:40.556]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b776/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spaolacci/murmur3@v1.1.0=>github.com/spaolacci/murmur3@v1.1.0;$WORK/b776=>" -p github.com/spaolacci/murmur3 -lang=go1.16 -complete -installsuffix shared -buildid D-SPEe3365QtU80FXtHO/D-SPEe3365QtU80FXtHO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b776/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:58:38.7384496Z [00:02:40.564]➜  go tool buildid -w $WORK/b768/_pkg_.a # internal
2025-08-20T21:58:38.7397878Z [00:02:40.565]➜  cp $WORK/b768/_pkg_.a /root/.cache/go-build/f0/f0e7692a8b37dd10da0e80846e2d1b8039ad7d0a86bacdbd0b3f44e5be426ed9-d # internal
2025-08-20T21:58:38.7406412Z [00:02:40.565]➜  github.com/valyala/bytebufferpool
2025-08-20T21:58:38.7407036Z [00:02:40.566]➜  mkdir -p $WORK/b786/
2025-08-20T21:58:38.7415041Z [00:02:40.567]➜  cat >/tmp/go-build282983591/b786/importcfg << 'EOF' # internal
2025-08-20T21:58:38.7417644Z [00:02:40.567]➜  # import config
2025-08-20T21:58:38.7418322Z [00:02:40.567]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:38.7419097Z [00:02:40.567]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:38.7420107Z [00:02:40.567]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:38.7420950Z [00:02:40.567]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:38.7421588Z [00:02:40.567]➜  EOF
2025-08-20T21:58:38.7426070Z [00:02:40.567]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b786/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/valyala/bytebufferpool@v1.0.0=>github.com/valyala/bytebufferpool@v1.0.0;$WORK/b786=>" -p github.com/valyala/bytebufferpool -lang=go1.16 -complete -installsuffix shared -buildid kjTLJgx0FLA3QYGd_mwF/kjTLJgx0FLA3QYGd_mwF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b786/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:58:38.8013762Z [00:02:40.626]➜  go tool buildid -w $WORK/b776/_pkg_.a # internal
2025-08-20T21:58:38.8023480Z [00:02:40.627]➜  cp $WORK/b776/_pkg_.a /root/.cache/go-build/29/29026ccc0237b15f16929cd5d31c62646ff2a97906e2f60a64e312de5479de72-d # internal
2025-08-20T21:58:38.8037702Z [00:02:40.629]➜  github.com/projectdiscovery/dsl
2025-08-20T21:58:38.8041521Z [00:02:40.629]➜  mkdir -p $WORK/b764/
2025-08-20T21:58:38.8045391Z [00:02:40.630]➜  cat >/tmp/go-build282983591/b764/importcfg << 'EOF' # internal
2025-08-20T21:58:38.8050805Z [00:02:40.630]➜  # import config
2025-08-20T21:58:38.8052991Z [00:02:40.630]➜  packagefile archive/zip=/tmp/go-build282983591/b481/_pkg_.a
2025-08-20T21:58:38.8054064Z [00:02:40.630]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:38.8058149Z [00:02:40.630]➜  packagefile compress/flate=/tmp/go-build282983591/b170/_pkg_.a
2025-08-20T21:58:38.8059092Z [00:02:40.630]➜  packagefile compress/gzip=/tmp/go-build282983591/b204/_pkg_.a
2025-08-20T21:58:38.8061286Z [00:02:40.630]➜  packagefile compress/zlib=/tmp/go-build282983591/b169/_pkg_.a
2025-08-20T21:58:38.8062233Z [00:02:40.630]➜  packagefile crypto/aes=/tmp/go-build282983591/b108/_pkg_.a
2025-08-20T21:58:38.8063141Z [00:02:40.630]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:58:38.8064039Z [00:02:40.630]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:58:38.8064908Z [00:02:40.630]➜  packagefile crypto/md5=/tmp/go-build282983591/b073/_pkg_.a
2025-08-20T21:58:38.8065774Z [00:02:40.630]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:38.8066644Z [00:02:40.630]➜  packagefile crypto/sha1=/tmp/go-build282983591/b095/_pkg_.a
2025-08-20T21:58:38.8067511Z [00:02:40.630]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:38.8068386Z [00:02:40.630]➜  packagefile crypto/sha512=/tmp/go-build282983591/b126/_pkg_.a
2025-08-20T21:58:38.8069273Z [00:02:40.630]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:38.8070359Z [00:02:40.630]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:38.8071227Z [00:02:40.630]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:38.8072103Z [00:02:40.630]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:38.8073225Z [00:02:40.630]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:38.8073993Z [00:02:40.630]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:38.8074952Z [00:02:40.630]➜  packagefile github.com/Knetic/govaluate=/tmp/go-build282983591/b752/_pkg_.a
2025-08-20T21:58:38.8076037Z [00:02:40.630]➜  packagefile github.com/Mzack9999/gcache=/tmp/go-build282983591/b345/_pkg_.a
2025-08-20T21:58:38.8077155Z [00:02:40.630]➜  packagefile github.com/asaskevich/govalidator=/tmp/go-build282983591/b175/_pkg_.a
2025-08-20T21:58:38.8078283Z [00:02:40.630]➜  packagefile github.com/hashicorp/go-version=/tmp/go-build282983591/b765/_pkg_.a
2025-08-20T21:58:38.8079310Z [00:02:40.630]➜  packagefile github.com/kataras/jwt=/tmp/go-build282983591/b766/_pkg_.a
2025-08-20T21:58:38.8080582Z [00:02:40.630]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build282983591/b248/_pkg_.a
2025-08-20T21:58:38.8081625Z [00:02:40.630]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:58:38.8082841Z [00:02:40.630]➜  packagefile github.com/projectdiscovery/dsl/deserialization=/tmp/go-build282983591/b767/_pkg_.a
2025-08-20T21:58:38.8084143Z [00:02:40.630]➜  packagefile github.com/projectdiscovery/dsl/llm=/tmp/go-build282983591/b768/_pkg_.a
2025-08-20T21:58:38.8085399Z [00:02:40.630]➜  packagefile github.com/projectdiscovery/dsl/randomip=/tmp/go-build282983591/b771/_pkg_.a
2025-08-20T21:58:38.8086617Z [00:02:40.630]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:58:38.8087806Z [00:02:40.630]➜  packagefile github.com/projectdiscovery/gostruct=/tmp/go-build282983591/b773/_pkg_.a
2025-08-20T21:58:38.8089024Z [00:02:40.630]➜  packagefile github.com/projectdiscovery/mapcidr=/tmp/go-build282983591/b330/_pkg_.a
2025-08-20T21:58:38.8097562Z [00:02:40.630]➜  packagefile github.com/projectdiscovery/utils/crypto/jarm=/tmp/go-build282983591/b774/_pkg_.a
2025-08-20T21:58:38.8099124Z [00:02:40.630]➜  packagefile github.com/projectdiscovery/utils/errors=/tmp/go-build282983591/b620/_pkg_.a
2025-08-20T21:58:38.8100583Z [00:02:40.630]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build282983591/b336/_pkg_.a
2025-08-20T21:58:38.8101785Z [00:02:40.630]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build282983591/b223/_pkg_.a
2025-08-20T21:58:38.8102998Z [00:02:40.630]➜  packagefile github.com/projectdiscovery/utils/rand=/tmp/go-build282983591/b772/_pkg_.a
2025-08-20T21:58:38.8104251Z [00:02:40.630]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:58:38.8105471Z [00:02:40.630]➜  packagefile github.com/sashabaranov/go-openai=/tmp/go-build282983591/b769/_pkg_.a
2025-08-20T21:58:38.8106602Z [00:02:40.630]➜  packagefile github.com/spaolacci/murmur3=/tmp/go-build282983591/b776/_pkg_.a
2025-08-20T21:58:38.8107659Z [00:02:40.630]➜  packagefile golang.org/x/text/cases=/tmp/go-build282983591/b528/_pkg_.a
2025-08-20T21:58:38.8108700Z [00:02:40.630]➜  packagefile golang.org/x/text/language=/tmp/go-build282983591/b530/_pkg_.a
2025-08-20T21:58:38.8109603Z [00:02:40.630]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:38.8110601Z [00:02:40.630]➜  packagefile hash/fnv=/tmp/go-build282983591/b440/_pkg_.a
2025-08-20T21:58:38.8111371Z [00:02:40.630]➜  packagefile html=/tmp/go-build282983591/b176/_pkg_.a
2025-08-20T21:58:38.8112102Z [00:02:40.630]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:38.8112839Z [00:02:40.630]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:38.8113567Z [00:02:40.630]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:38.8114322Z [00:02:40.630]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:38.8115101Z [00:02:40.630]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:38.8115881Z [00:02:40.630]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:38.8116868Z [00:02:40.630]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:38.8117801Z [00:02:40.630]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:38.8118582Z [00:02:40.630]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:38.8119346Z [00:02:40.630]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:38.8126128Z [00:02:40.630]➜  EOF
2025-08-20T21:58:38.8133049Z [00:02:40.630]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b764/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/dsl@v0.5.0=>github.com/projectdiscovery/dsl@v0.5.0;$WORK/b764=>" -p github.com/projectdiscovery/dsl -lang=go1.24 -complete -installsuffix shared -buildid iV3RiKQbiDyn-5RSsGby/iV3RiKQbiDyn-5RSsGby -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b764/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:58:38.8152863Z [00:02:40.641]➜  go tool buildid -w $WORK/b786/_pkg_.a # internal
2025-08-20T21:58:38.8162348Z [00:02:40.641]➜  cp $WORK/b786/_pkg_.a /root/.cache/go-build/dc/dc0e2e5690a450b1869439e8047fe8083c6ce0710772f2b69460d7218b48df17-d # internal
2025-08-20T21:58:38.8167708Z [00:02:40.642]➜  github.com/projectdiscovery/fasttemplate
2025-08-20T21:58:38.8169399Z [00:02:40.642]➜  mkdir -p $WORK/b785/
2025-08-20T21:58:38.8172780Z [00:02:40.642]➜  cat >/tmp/go-build282983591/b785/importcfg << 'EOF' # internal
2025-08-20T21:58:38.8173660Z [00:02:40.642]➜  # import config
2025-08-20T21:58:38.8174588Z [00:02:40.642]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:38.8175509Z [00:02:40.643]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:38.8176719Z [00:02:40.643]➜  packagefile github.com/valyala/bytebufferpool=/tmp/go-build282983591/b786/_pkg_.a
2025-08-20T21:58:38.8177752Z [00:02:40.643]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:38.8178635Z [00:02:40.643]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:38.8179538Z [00:02:40.643]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:38.8180467Z [00:02:40.643]➜  EOF
2025-08-20T21:58:38.8184962Z [00:02:40.643]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b785/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/fasttemplate@v0.0.2=>github.com/projectdiscovery/fasttemplate@v0.0.2;$WORK/b785=>" -p github.com/projectdiscovery/fasttemplate -lang=go1.12 -complete -installsuffix shared -buildid zUZ5ZQGWTkRcUtpkonO2/zUZ5ZQGWTkRcUtpkonO2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b785/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:58:38.9035186Z [00:02:40.729]➜  go tool buildid -w $WORK/b785/_pkg_.a # internal
2025-08-20T21:58:38.9061459Z [00:02:40.730]➜  cp $WORK/b785/_pkg_.a /root/.cache/go-build/e7/e7e3b751f9695491c9ef3c497a4899537282829fd4353d256e0d9f0d43894c64-d # internal
2025-08-20T21:58:38.9062663Z [00:02:40.731]➜  github.com/spf13/cast/internal
2025-08-20T21:58:38.9063270Z [00:02:40.731]➜  mkdir -p $WORK/b789/
2025-08-20T21:58:38.9064003Z [00:02:40.731]➜  cat >/tmp/go-build282983591/b789/importcfg << 'EOF' # internal
2025-08-20T21:58:38.9064692Z [00:02:40.731]➜  # import config
2025-08-20T21:58:38.9065335Z [00:02:40.731]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:38.9066153Z [00:02:40.731]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:38.9067012Z [00:02:40.731]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:38.9067849Z [00:02:40.731]➜  EOF
2025-08-20T21:58:38.9072114Z [00:02:40.731]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b789/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/cast@v1.9.2/internal=>github.com/spf13/cast@v1.9.2/internal;$WORK/b789=>" -p github.com/spf13/cast/internal -lang=go1.21 -complete -installsuffix shared -buildid hPsyq7y5MhpZ1q7CeVOf/hPsyq7y5MhpZ1q7CeVOf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b789/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:58:38.9407201Z [00:02:40.766]➜  go tool buildid -w $WORK/b789/_pkg_.a # internal
2025-08-20T21:58:38.9408554Z [00:02:40.766]➜  cp $WORK/b789/_pkg_.a /root/.cache/go-build/6e/6e32d1da88f4578ab849bd39d8a55c5f909b9da9aea2a4593e8d9c207b11da38-d # internal
2025-08-20T21:58:38.9409590Z [00:02:40.766]➜  html/template
2025-08-20T21:58:38.9410259Z [00:02:40.766]➜  mkdir -p $WORK/b790/
2025-08-20T21:58:38.9411000Z [00:02:40.766]➜  cat >/tmp/go-build282983591/b790/importcfg << 'EOF' # internal
2025-08-20T21:58:38.9411634Z [00:02:40.766]➜  # import config
2025-08-20T21:58:38.9412224Z [00:02:40.766]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:38.9413028Z [00:02:40.766]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:38.9413762Z [00:02:40.766]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:38.9414473Z [00:02:40.766]➜  packagefile html=/tmp/go-build282983591/b176/_pkg_.a
2025-08-20T21:58:38.9415257Z [00:02:40.766]➜  packagefile internal/godebug=/tmp/go-build282983591/b058/_pkg_.a
2025-08-20T21:58:38.9416042Z [00:02:40.766]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:38.9416774Z [00:02:40.766]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:58:38.9417677Z [00:02:40.766]➜  packagefile maps=/tmp/go-build282983591/b158/_pkg_.a
2025-08-20T21:58:38.9418435Z [00:02:40.766]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:38.9419277Z [00:02:40.766]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:58:38.9422020Z [00:02:40.766]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:38.9422866Z [00:02:40.766]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:38.9423621Z [00:02:40.766]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:38.9424358Z [00:02:40.766]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:38.9425112Z [00:02:40.766]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:38.9425822Z [00:02:40.766]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:38.9426571Z [00:02:40.766]➜  packagefile text/template=/tmp/go-build282983591/b513/_pkg_.a
2025-08-20T21:58:38.9427469Z [00:02:40.766]➜  packagefile text/template/parse=/tmp/go-build282983591/b514/_pkg_.a
2025-08-20T21:58:38.9428299Z [00:02:40.766]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:38.9429095Z [00:02:40.766]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:38.9429686Z [00:02:40.766]➜  EOF
2025-08-20T21:58:38.9437047Z [00:02:40.766]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b790/_pkg_.a -trimpath "/root/.go/src/html/template=>html/template;$WORK/b790=>" -p html/template -lang=go1.25 -std -complete -installsuffix shared -buildid QzBOc82hvH6967WCqxpK/QzBOc82hvH6967WCqxpK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b790/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:58:39.2224931Z [00:02:41.048]➜  go tool buildid -w $WORK/b706/_pkg_.a # internal
2025-08-20T21:58:39.2328390Z [00:02:41.058]➜  cp $WORK/b706/_pkg_.a /root/.cache/go-build/d0/d00f105e5ab0f4b6d78b79703fdebf7012d7269264f952469735721367c7eb75-d # internal
2025-08-20T21:58:39.2333005Z [00:02:41.058]➜  github.com/projectdiscovery/nuclei/v3/pkg/utils
2025-08-20T21:58:39.2333712Z [00:02:41.058]➜  mkdir -p $WORK/b704/
2025-08-20T21:58:39.2337904Z [00:02:41.059]➜  cat >/tmp/go-build282983591/b704/importcfg << 'EOF' # internal
2025-08-20T21:58:39.2345819Z [00:02:41.059]➜  # import config
2025-08-20T21:58:39.2346542Z [00:02:41.059]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:39.2347358Z [00:02:41.059]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:39.2348154Z [00:02:41.059]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:39.2349066Z [00:02:41.059]➜  packagefile github.com/cespare/xxhash=/tmp/go-build282983591/b705/_pkg_.a
2025-08-20T21:58:39.2350445Z [00:02:41.059]➜  packagefile github.com/projectdiscovery/gologger/levels=/tmp/go-build282983591/b249/_pkg_.a
2025-08-20T21:58:39.2351783Z [00:02:41.059]➜  packagefile github.com/projectdiscovery/httpx/common/httpx=/tmp/go-build282983591/b706/_pkg_.a
2025-08-20T21:58:39.2353172Z [00:02:41.059]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog=/tmp/go-build282983591/b746/_pkg_.a
2025-08-20T21:58:39.2354662Z [00:02:41.059]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build282983591/b623/_pkg_.a
2025-08-20T21:58:39.2356404Z [00:02:41.059]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/types=/tmp/go-build282983591/b747/_pkg_.a
2025-08-20T21:58:39.2357963Z [00:02:41.059]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/keys=/tmp/go-build282983591/b748/_pkg_.a
2025-08-20T21:58:39.2359423Z [00:02:41.059]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build282983591/b626/_pkg_.a
2025-08-20T21:58:39.2362255Z [00:02:41.059]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build282983591/b342/_pkg_.a
2025-08-20T21:58:39.2363590Z [00:02:41.059]➜  packagefile github.com/projectdiscovery/useragent=/tmp/go-build282983591/b735/_pkg_.a
2025-08-20T21:58:39.2364825Z [00:02:41.059]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build282983591/b223/_pkg_.a
2025-08-20T21:58:39.2366000Z [00:02:41.059]➜  packagefile golang.org/x/exp/constraints=/tmp/go-build282983591/b235/_pkg_.a
2025-08-20T21:58:39.2367012Z [00:02:41.059]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build282983591/b685/_pkg_.a
2025-08-20T21:58:39.2367877Z [00:02:41.059]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:39.2368713Z [00:02:41.059]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:39.2369568Z [00:02:41.059]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:39.2370598Z [00:02:41.059]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:39.2371335Z [00:02:41.059]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:39.2371882Z [00:02:41.059]➜  EOF
2025-08-20T21:58:39.2377063Z [00:02:41.059]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b704/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils=>github.com/projectdiscovery/nuclei/v3/pkg/utils;$WORK/b704=>" -p github.com/projectdiscovery/nuclei/v3/pkg/utils -lang=go1.24 -complete -installsuffix shared -buildid WRGEsGJO_dYoHLw_M7gx/WRGEsGJO_dYoHLw_M7gx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b704/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/capture_writer.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/http_probe.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/index.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/insertion_ordered_map.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/template_path.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/utils.go
2025-08-20T21:58:39.4148201Z [00:02:41.240]➜  go tool buildid -w $WORK/b790/_pkg_.a # internal
2025-08-20T21:58:39.4207879Z [00:02:41.246]➜  cp $WORK/b790/_pkg_.a /root/.cache/go-build/f3/f39fb7538d934efd2ad85bf32bd5441be51c8261b7de4a43c3bab1af5d31b6c8-d # internal
2025-08-20T21:58:39.4233253Z [00:02:41.248]➜  github.com/spf13/cast
2025-08-20T21:58:39.4236191Z [00:02:41.249]➜  mkdir -p $WORK/b788/
2025-08-20T21:58:39.4237263Z [00:02:41.249]➜  cat >/tmp/go-build282983591/b788/importcfg << 'EOF' # internal
2025-08-20T21:58:39.4239174Z [00:02:41.249]➜  # import config
2025-08-20T21:58:39.4241231Z [00:02:41.249]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:39.4242595Z [00:02:41.249]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:39.4244098Z [00:02:41.249]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:39.4261361Z [00:02:41.249]➜  packagefile github.com/spf13/cast/internal=/tmp/go-build282983591/b789/_pkg_.a
2025-08-20T21:58:39.4263518Z [00:02:41.249]➜  packagefile html/template=/tmp/go-build282983591/b790/_pkg_.a
2025-08-20T21:58:39.4265735Z [00:02:41.249]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:39.4266891Z [00:02:41.249]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:39.4268469Z [00:02:41.249]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:39.4269671Z [00:02:41.249]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:39.4271957Z [00:02:41.249]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:39.4273417Z [00:02:41.249]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:39.4274690Z [00:02:41.249]➜  EOF
2025-08-20T21:58:39.4281577Z [00:02:41.249]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b788/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/cast@v1.9.2=>github.com/spf13/cast@v1.9.2;$WORK/b788=>" -p github.com/spf13/cast -lang=go1.21 -complete -installsuffix shared -buildid BzCR2w_fJts6IBDkPvOa/BzCR2w_fJts6IBDkPvOa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b788/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:58:39.5822751Z [00:02:41.406]➜  go tool buildid -w $WORK/b761/_pkg_.a # internal
2025-08-20T21:58:39.6210047Z [00:02:41.446]➜  cp $WORK/b761/_pkg_.a /root/.cache/go-build/a4/a40b5719269ffcfcb697750136c832c8a48556f4d734853307f55e985474adfb-d # internal
2025-08-20T21:58:39.6227217Z [00:02:41.446]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/excludematchers
2025-08-20T21:58:39.6228104Z [00:02:41.446]➜  mkdir -p $WORK/b791/
2025-08-20T21:58:39.6246034Z [00:02:41.450]➜  cat >/tmp/go-build282983591/b791/importcfg << 'EOF' # internal
2025-08-20T21:58:39.6248508Z [00:02:41.450]➜  # import config
2025-08-20T21:58:39.6251697Z [00:02:41.450]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:39.6253938Z [00:02:41.450]➜  EOF
2025-08-20T21:58:39.6259299Z [00:02:41.450]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b791/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/utils/excludematchers=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/excludematchers;$WORK/b791=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/excludematchers -lang=go1.24 -complete -installsuffix shared -buildid VjwfyPAPb77CQ5vPHQpq/VjwfyPAPb77CQ5vPHQpq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b791/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/utils/excludematchers/excludematchers.go
2025-08-20T21:58:39.6679296Z [00:02:41.493]➜  go tool buildid -w $WORK/b791/_pkg_.a # internal
2025-08-20T21:58:39.6699980Z [00:02:41.495]➜  cp $WORK/b791/_pkg_.a /root/.cache/go-build/ac/ac44b12acb741dd80b5214758052b76a4c46516a2997bc021aeaaa507f2b1fed-d # internal
2025-08-20T21:58:39.6705771Z [00:02:41.495]➜  github.com/projectdiscovery/nuclei/v3/pkg/output/stats/waf
2025-08-20T21:58:39.6706498Z [00:02:41.495]➜  mkdir -p $WORK/b793/
2025-08-20T21:58:39.6707203Z [00:02:41.495]➜  cat >/tmp/go-build282983591/b793/importcfg << 'EOF' # internal
2025-08-20T21:58:39.6707850Z [00:02:41.495]➜  # import config
2025-08-20T21:58:39.6708487Z [00:02:41.495]➜  packagefile embed=/tmp/go-build282983591/b066/_pkg_.a
2025-08-20T21:58:39.6709375Z [00:02:41.495]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:39.6710468Z [00:02:41.495]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:39.6711275Z [00:02:41.495]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:39.6711870Z [00:02:41.495]➜  EOF
2025-08-20T21:58:39.6712469Z [00:02:41.495]➜  cat >/tmp/go-build282983591/b793/embedcfg << 'EOF' # internal
2025-08-20T21:58:39.6713070Z [00:02:41.495]➜  {
2025-08-20T21:58:39.6713464Z [00:02:41.495]➜  	"Patterns": {
2025-08-20T21:58:39.6713955Z [00:02:41.495]➜  		"regexes.json": [
2025-08-20T21:58:39.6714444Z [00:02:41.495]➜  			"regexes.json"
2025-08-20T21:58:39.6714875Z [00:02:41.495]➜  		]
2025-08-20T21:58:39.6715235Z [00:02:41.495]➜  	},
2025-08-20T21:58:39.6715615Z [00:02:41.495]➜  	"Files": {
2025-08-20T21:58:39.6716406Z [00:02:41.495]➜  		"regexes.json": "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/stats/waf/regexes.json"
2025-08-20T21:58:39.6717351Z [00:02:41.495]➜  	}
2025-08-20T21:58:39.6717743Z [00:02:41.495]➜  }EOF
2025-08-20T21:58:39.6724882Z [00:02:41.495]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b793/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/stats/waf=>github.com/projectdiscovery/nuclei/v3/pkg/output/stats/waf;$WORK/b793=>" -p github.com/projectdiscovery/nuclei/v3/pkg/output/stats/waf -lang=go1.24 -complete -installsuffix shared -buildid Al7QUtaSecNXEgA8elkv/Al7QUtaSecNXEgA8elkv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b793/importcfg -embedcfg $WORK/b793/embedcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/stats/waf/waf.go
2025-08-20T21:58:39.7130967Z [00:02:41.538]➜  go tool buildid -w $WORK/b793/_pkg_.a # internal
2025-08-20T21:58:39.7156531Z [00:02:41.541]➜  cp $WORK/b793/_pkg_.a /root/.cache/go-build/3e/3e89a8ec2d7894b2cfa4d96e3036dbac22a7afa53fcca1a3ee53489bebeb98fa-d # internal
2025-08-20T21:58:39.7164146Z [00:02:41.542]➜  github.com/projectdiscovery/nuclei/v3/pkg/output/stats
2025-08-20T21:58:39.7180047Z [00:02:41.543]➜  mkdir -p $WORK/b792/
2025-08-20T21:58:39.7181154Z [00:02:41.543]➜  cat >/tmp/go-build282983591/b792/importcfg << 'EOF' # internal
2025-08-20T21:58:39.7182968Z [00:02:41.543]➜  # import config
2025-08-20T21:58:39.7183991Z [00:02:41.543]➜  packagefile embed=/tmp/go-build282983591/b066/_pkg_.a
2025-08-20T21:58:39.7184914Z [00:02:41.543]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:39.7185932Z [00:02:41.543]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build282983591/b248/_pkg_.a
2025-08-20T21:58:39.7188498Z [00:02:41.543]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output/stats/waf=/tmp/go-build282983591/b793/_pkg_.a
2025-08-20T21:58:39.7190075Z [00:02:41.543]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build282983591/b223/_pkg_.a
2025-08-20T21:58:39.7191074Z [00:02:41.543]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:39.7191854Z [00:02:41.543]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:39.7192656Z [00:02:41.543]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:39.7193493Z [00:02:41.543]➜  EOF
2025-08-20T21:58:39.7197122Z [00:02:41.543]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b792/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/stats=>github.com/projectdiscovery/nuclei/v3/pkg/output/stats;$WORK/b792=>" -p github.com/projectdiscovery/nuclei/v3/pkg/output/stats -lang=go1.24 -complete -installsuffix shared -buildid bkBg_dbR7HBJSRY2IaDO/bkBg_dbR7HBJSRY2IaDO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b792/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/stats/stats.go
2025-08-20T21:58:39.9117353Z [00:02:41.737]➜  go tool buildid -w $WORK/b792/_pkg_.a # internal
2025-08-20T21:58:39.9124919Z [00:02:41.738]➜  go tool buildid -w $WORK/b788/_pkg_.a # internal
2025-08-20T21:58:39.9148758Z [00:02:41.740]➜  cp $WORK/b792/_pkg_.a /root/.cache/go-build/66/66bea38cd8ec24c50f8e8e79fd793e1691fb0641effa4d07ac4389c2155be43e-d # internal
2025-08-20T21:58:39.9190856Z [00:02:41.743]➜  cp $WORK/b788/_pkg_.a /root/.cache/go-build/98/9852c6d7e8615abb152b2ecf0036f42f6fc8bf9cf9d0c90d0fd041b6109f05c1-d # internal
2025-08-20T21:58:39.9192350Z [00:02:41.743]➜  github.com/projectdiscovery/nuclei/v3/pkg/types/nucleierr
2025-08-20T21:58:39.9193085Z [00:02:41.743]➜  mkdir -p $WORK/b797/
2025-08-20T21:58:39.9195617Z [00:02:41.744]➜  cat >/tmp/go-build282983591/b797/importcfg << 'EOF' # internal
2025-08-20T21:58:39.9196482Z [00:02:41.744]➜  # import config
2025-08-20T21:58:39.9198027Z [00:02:41.744]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:58:39.9200576Z [00:02:41.744]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:39.9201231Z [00:02:41.744]➜  EOF
2025-08-20T21:58:39.9205307Z [00:02:41.744]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b797/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/types/nucleierr=>github.com/projectdiscovery/nuclei/v3/pkg/types/nucleierr;$WORK/b797=>" -p github.com/projectdiscovery/nuclei/v3/pkg/types/nucleierr -lang=go1.24 -complete -installsuffix shared -buildid nctHEfE3inGEt-GtX5RJ/nctHEfE3inGEt-GtX5RJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b797/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/types/nucleierr/kinds.go
2025-08-20T21:58:39.9209011Z [00:02:41.745]➜  go tool buildid -w $WORK/b764/_pkg_.a # internal
2025-08-20T21:58:39.9366502Z [00:02:41.762]➜  go tool buildid -w $WORK/b797/_pkg_.a # internal
2025-08-20T21:58:39.9373556Z [00:02:41.762]➜  cp $WORK/b797/_pkg_.a /root/.cache/go-build/3d/3de41e0bc2111a384c1de2ed3a3685556960ba1575c0b69ab812e3638db3c23e-d # internal
2025-08-20T21:58:39.9393489Z [00:02:41.764]➜  cp $WORK/b764/_pkg_.a /root/.cache/go-build/fe/fe4348732c95b9e440c8505c2fbd06a8d13fb31dc6b7971d519b43d2e35b00ac-d # internal
2025-08-20T21:58:39.9401112Z [00:02:41.764]➜  github.com/gabriel-vasile/mimetype/internal/charset
2025-08-20T21:58:39.9401944Z [00:02:41.764]➜  mkdir -p $WORK/b835/
2025-08-20T21:58:39.9402708Z [00:02:41.765]➜  cat >/tmp/go-build282983591/b835/importcfg << 'EOF' # internal
2025-08-20T21:58:39.9403431Z [00:02:41.765]➜  # import config
2025-08-20T21:58:39.9404329Z [00:02:41.765]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:39.9405190Z [00:02:41.765]➜  packagefile encoding/xml=/tmp/go-build282983591/b486/_pkg_.a
2025-08-20T21:58:39.9406148Z [00:02:41.765]➜  packagefile golang.org/x/net/html=/tmp/go-build282983591/b199/_pkg_.a
2025-08-20T21:58:39.9407062Z [00:02:41.765]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:39.9407928Z [00:02:41.765]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:39.9408573Z [00:02:41.765]➜  EOF
2025-08-20T21:58:39.9412925Z [00:02:41.765]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b835/_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/b835=>" -p github.com/gabriel-vasile/mimetype/internal/charset -lang=go1.20 -complete -installsuffix shared -buildid HJLCGfaeHWrsMtque4tS/HJLCGfaeHWrsMtque4tS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b835/importcfg -pack /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.8/internal/charset/charset.go
2025-08-20T21:58:39.9870561Z [00:02:41.812]➜  go tool buildid -w $WORK/b835/_pkg_.a # internal
2025-08-20T21:58:39.9886104Z [00:02:41.814]➜  cp $WORK/b835/_pkg_.a /root/.cache/go-build/65/65d59f61d45fc433a6c059037ece5338743c80c12cee0bf537e624107bf02bdc-d # internal
2025-08-20T21:58:39.9893427Z [00:02:41.814]➜  debug/macho
2025-08-20T21:58:39.9896387Z [00:02:41.815]➜  mkdir -p $WORK/b837/
2025-08-20T21:58:39.9905456Z [00:02:41.816]➜  cat >/tmp/go-build282983591/b837/importcfg << 'EOF' # internal
2025-08-20T21:58:39.9908746Z [00:02:41.816]➜  # import config
2025-08-20T21:58:39.9912524Z [00:02:41.816]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:39.9943387Z [00:02:41.817]➜  packagefile compress/zlib=/tmp/go-build282983591/b169/_pkg_.a
2025-08-20T21:58:39.9944485Z [00:02:41.817]➜  packagefile debug/dwarf=/tmp/go-build282983591/b172/_pkg_.a
2025-08-20T21:58:39.9945398Z [00:02:41.817]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:39.9946307Z [00:02:41.817]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:39.9947143Z [00:02:41.817]➜  packagefile internal/saferio=/tmp/go-build282983591/b173/_pkg_.a
2025-08-20T21:58:39.9947967Z [00:02:41.817]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:39.9948702Z [00:02:41.817]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:39.9949457Z [00:02:41.817]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:39.9950464Z [00:02:41.817]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:39.9951062Z [00:02:41.817]➜  EOF
2025-08-20T21:58:39.9954798Z [00:02:41.817]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b837/_pkg_.a -trimpath "/root/.go/src/debug/macho=>debug/macho;$WORK/b837=>" -p debug/macho -lang=go1.25 -std -complete -installsuffix shared -buildid sFH6funQuvzzejYANENY/sFH6funQuvzzejYANENY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b837/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:58:40.0662046Z [00:02:41.891]➜  go tool buildid -w $WORK/b704/_pkg_.a # internal
2025-08-20T21:58:40.0757591Z [00:02:41.901]➜  cp $WORK/b704/_pkg_.a /root/.cache/go-build/5b/5ba6827da807b6a7551828083aa1e5f41c422da54dd4c5887e01bd336ca73ab9-d # internal
2025-08-20T21:58:40.0761935Z [00:02:41.901]➜  github.com/projectdiscovery/nuclei/v3/pkg/model/types/stringslice
2025-08-20T21:58:40.0762745Z [00:02:41.901]➜  mkdir -p $WORK/b703/
2025-08-20T21:58:40.0767904Z [00:02:41.902]➜  cat >/tmp/go-build282983591/b703/importcfg << 'EOF' # internal
2025-08-20T21:58:40.0768486Z [00:02:41.902]➜  # import config
2025-08-20T21:58:40.0768872Z [00:02:41.902]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:40.0769599Z [00:02:41.902]➜  packagefile github.com/invopop/jsonschema=/tmp/go-build282983591/b689/_pkg_.a
2025-08-20T21:58:40.0770560Z [00:02:41.902]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils=/tmp/go-build282983591/b704/_pkg_.a
2025-08-20T21:58:40.0771326Z [00:02:41.902]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build282983591/b626/_pkg_.a
2025-08-20T21:58:40.0771929Z [00:02:41.902]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:40.0772256Z [00:02:41.902]➜  EOF
2025-08-20T21:58:40.0776161Z [00:02:41.902]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b703/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/model/types/stringslice=>github.com/projectdiscovery/nuclei/v3/pkg/model/types/stringslice;$WORK/b703=>" -p github.com/projectdiscovery/nuclei/v3/pkg/model/types/stringslice -lang=go1.24 -complete -installsuffix shared -buildid jg4jATCsEn-fs7Q7Glat/jg4jATCsEn-fs7Q7Glat -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b703/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/model/types/stringslice/stringslice.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/model/types/stringslice/stringslice_raw.go
2025-08-20T21:58:40.0883039Z [00:02:41.914]➜  go tool buildid -w $WORK/b837/_pkg_.a # internal
2025-08-20T21:58:40.0908006Z [00:02:41.916]➜  cp $WORK/b837/_pkg_.a /root/.cache/go-build/28/283a7a826e888b0df0761535d9544b9ee317b6aa662e70b3714fb2bb73c3d436-d # internal
2025-08-20T21:58:40.0909206Z [00:02:41.916]➜  github.com/gabriel-vasile/mimetype/internal/json
2025-08-20T21:58:40.0912324Z [00:02:41.916]➜  mkdir -p $WORK/b838/
2025-08-20T21:58:40.0913909Z [00:02:41.917]➜  cat >/tmp/go-build282983591/b838/importcfg << 'EOF' # internal
2025-08-20T21:58:40.0914552Z [00:02:41.917]➜  # import config
2025-08-20T21:58:40.0915110Z [00:02:41.917]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:40.0915563Z [00:02:41.917]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:40.0915985Z [00:02:41.917]➜  EOF
2025-08-20T21:58:40.0918145Z [00:02:41.917]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b838/_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/b838=>" -p github.com/gabriel-vasile/mimetype/internal/json -lang=go1.20 -complete -installsuffix shared -buildid YkTZIYQuTlMKbwiENq0J/YkTZIYQuTlMKbwiENq0J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b838/importcfg -pack /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.8/internal/json/json.go
2025-08-20T21:58:40.1097333Z [00:02:41.934]➜  github.com/segmentio/ksuid
2025-08-20T21:58:40.1098819Z [00:02:41.934]➜  mkdir -p $WORK/b796/
2025-08-20T21:58:40.1100177Z [00:02:41.934]➜  cat >/tmp/go-build282983591/b796/importcfg << 'EOF' # internal
2025-08-20T21:58:40.1101194Z [00:02:41.934]➜  # import config
2025-08-20T21:58:40.1102113Z [00:02:41.934]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:40.1103297Z [00:02:41.934]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:40.1105546Z [00:02:41.934]➜  packagefile database/sql/driver=/tmp/go-build282983591/b328/_pkg_.a
2025-08-20T21:58:40.1106571Z [00:02:41.934]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:40.1107442Z [00:02:41.934]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:40.1108199Z [00:02:41.934]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:40.1108951Z [00:02:41.934]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:40.1109709Z [00:02:41.934]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:40.1110697Z [00:02:41.934]➜  packagefile math/rand=/tmp/go-build282983591/b118/_pkg_.a
2025-08-20T21:58:40.1111508Z [00:02:41.934]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:40.1112275Z [00:02:41.934]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:40.1113159Z [00:02:41.934]➜  EOF
2025-08-20T21:58:40.1118499Z [00:02:41.934]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b796/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/segmentio/ksuid@v1.0.4=>github.com/segmentio/ksuid@v1.0.4;$WORK/b796=>" -p github.com/segmentio/ksuid -lang=go1.12 -complete -installsuffix shared -buildid SqTudyWhgDl_J68XRUHe/SqTudyWhgDl_J68XRUHe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b796/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:58:40.1153550Z [00:02:41.935]➜  github.com/alecthomas/chroma
2025-08-20T21:58:40.1154162Z [00:02:41.935]➜  mkdir -p $WORK/b800/
2025-08-20T21:58:40.1155230Z [00:02:41.936]➜  cat >/tmp/go-build282983591/b800/importcfg << 'EOF' # internal
2025-08-20T21:58:40.1155916Z [00:02:41.936]➜  # import config
2025-08-20T21:58:40.1156571Z [00:02:41.936]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:40.1157439Z [00:02:41.936]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:40.1158320Z [00:02:41.936]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:40.1159283Z [00:02:41.936]➜  packagefile github.com/dlclark/regexp2=/tmp/go-build282983591/b487/_pkg_.a
2025-08-20T21:58:40.1160515Z [00:02:41.936]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:40.1161313Z [00:02:41.936]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:40.1162343Z [00:02:41.936]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:40.1163248Z [00:02:41.936]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:40.1164332Z [00:02:41.936]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:40.1165236Z [00:02:41.936]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:40.1166062Z [00:02:41.936]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:40.1166907Z [00:02:41.936]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:40.1167753Z [00:02:41.936]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:40.1168546Z [00:02:41.936]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:40.1169404Z [00:02:41.936]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:40.1170349Z [00:02:41.936]➜  EOF
2025-08-20T21:58:40.1179207Z [00:02:41.936]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b800/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0=>github.com/alecthomas/chroma@v0.10.0;$WORK/b800=>" -p github.com/alecthomas/chroma -lang=go1.13 -complete -installsuffix shared -buildid mPgIBYmik-VEkeUrhZpi/mPgIBYmik-VEkeUrhZpi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b800/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:58:40.1393325Z [00:02:41.964]➜  go tool buildid -w $WORK/b838/_pkg_.a # internal
2025-08-20T21:58:40.1400369Z [00:02:41.965]➜  cp $WORK/b838/_pkg_.a /root/.cache/go-build/83/83bcda9c0f178fce07e0a51e260760e5a01a328c8b64dbba72e628d525cbfae0-d # internal
2025-08-20T21:58:40.1405732Z [00:02:41.966]➜  github.com/gabriel-vasile/mimetype/internal/magic
2025-08-20T21:58:40.1406418Z [00:02:41.966]➜  mkdir -p $WORK/b836/
2025-08-20T21:58:40.1413657Z [00:02:41.966]➜  cat >/tmp/go-build282983591/b836/importcfg << 'EOF' # internal
2025-08-20T21:58:40.1423104Z [00:02:41.966]➜  # import config
2025-08-20T21:58:40.1423837Z [00:02:41.966]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:40.1424598Z [00:02:41.966]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:40.1425420Z [00:02:41.966]➜  packagefile debug/macho=/tmp/go-build282983591/b837/_pkg_.a
2025-08-20T21:58:40.1426303Z [00:02:41.966]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:40.1427458Z [00:02:41.966]➜  packagefile encoding/csv=/tmp/go-build282983591/b624/_pkg_.a
2025-08-20T21:58:40.1428363Z [00:02:41.966]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:40.1429176Z [00:02:41.966]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:40.1430656Z [00:02:41.966]➜  packagefile github.com/gabriel-vasile/mimetype/internal/charset=/tmp/go-build282983591/b835/_pkg_.a
2025-08-20T21:58:40.1432062Z [00:02:41.966]➜  packagefile github.com/gabriel-vasile/mimetype/internal/json=/tmp/go-build282983591/b838/_pkg_.a
2025-08-20T21:58:40.1433097Z [00:02:41.966]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:40.1433897Z [00:02:41.966]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:40.1434699Z [00:02:41.966]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:40.1435665Z [00:02:41.966]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:40.1436324Z [00:02:41.966]➜  EOF
2025-08-20T21:58:40.1449710Z [00:02:41.966]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b836/_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/b836=>" -p github.com/gabriel-vasile/mimetype/internal/magic -lang=go1.20 -complete -installsuffix shared -buildid uJjNPoMb2Lqkj-4iGYzB/uJjNPoMb2Lqkj-4iGYzB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b836/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:58:40.2317717Z [00:02:42.057]➜  go tool buildid -w $WORK/b796/_pkg_.a # internal
2025-08-20T21:58:40.2336277Z [00:02:42.059]➜  cp $WORK/b796/_pkg_.a /root/.cache/go-build/3e/3ee3966493d973b62b6257e34bf15fc106a3c2c6ec6d5b1d925c4e5842c27885-d # internal
2025-08-20T21:58:40.2339032Z [00:02:42.059]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs
2025-08-20T21:58:40.2342782Z [00:02:42.059]➜  mkdir -p $WORK/b795/
2025-08-20T21:58:40.2343500Z [00:02:42.059]➜  cat >/tmp/go-build282983591/b795/importcfg << 'EOF' # internal
2025-08-20T21:58:40.2344164Z [00:02:42.059]➜  # import config
2025-08-20T21:58:40.2344790Z [00:02:42.059]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:40.2345600Z [00:02:42.059]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:40.2346428Z [00:02:42.059]➜  packagefile crypto/md5=/tmp/go-build282983591/b073/_pkg_.a
2025-08-20T21:58:40.2347251Z [00:02:42.059]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:40.2348184Z [00:02:42.059]➜  packagefile github.com/json-iterator/go=/tmp/go-build282983591/b244/_pkg_.a
2025-08-20T21:58:40.2349376Z [00:02:42.059]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:58:40.2351220Z [00:02:42.059]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/types=/tmp/go-build282983591/b747/_pkg_.a
2025-08-20T21:58:40.2352529Z [00:02:42.059]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build282983591/b223/_pkg_.a
2025-08-20T21:58:40.2353749Z [00:02:42.059]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build282983591/b191/_pkg_.a
2025-08-20T21:58:40.2355031Z [00:02:42.059]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:58:40.2360642Z [00:02:42.059]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build282983591/b449/_pkg_.a
2025-08-20T21:58:40.2361826Z [00:02:42.059]➜  packagefile github.com/segmentio/ksuid=/tmp/go-build282983591/b796/_pkg_.a
2025-08-20T21:58:40.2362946Z [00:02:42.059]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:40.2363874Z [00:02:42.059]➜  packagefile net/http/cookiejar=/tmp/go-build282983591/b463/_pkg_.a
2025-08-20T21:58:40.2364933Z [00:02:42.059]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:40.2365761Z [00:02:42.059]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:40.2366602Z [00:02:42.059]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:40.2367224Z [00:02:42.059]➜  EOF
2025-08-20T21:58:40.2374389Z [00:02:42.060]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b795/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/contextargs=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs;$WORK/b795=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs -lang=go1.24 -complete -installsuffix shared -buildid TxC3T6orpYqZ73fGKggm/TxC3T6orpYqZ73fGKggm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b795/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/contextargs/contextargs.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/contextargs/doc.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/contextargs/metainput.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/contextargs/variables.go
2025-08-20T21:58:40.2442966Z [00:02:42.069]➜  go tool buildid -w $WORK/b703/_pkg_.a # internal
2025-08-20T21:58:40.2507574Z [00:02:42.076]➜  cp $WORK/b703/_pkg_.a /root/.cache/go-build/e1/e177a41707d0400d026d919d476e67041e7dc8a32456e2942309a5ae9a9e9fb2-d # internal
2025-08-20T21:58:40.2525835Z [00:02:42.078]➜  github.com/projectdiscovery/nuclei/v3/pkg/model/types/severity
2025-08-20T21:58:40.2528926Z [00:02:42.078]➜  mkdir -p $WORK/b688/
2025-08-20T21:58:40.2533899Z [00:02:42.078]➜  cat >/tmp/go-build282983591/b688/importcfg << 'EOF' # internal
2025-08-20T21:58:40.2536888Z [00:02:42.079]➜  # import config
2025-08-20T21:58:40.2537521Z [00:02:42.079]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:40.2538487Z [00:02:42.079]➜  packagefile github.com/invopop/jsonschema=/tmp/go-build282983591/b689/_pkg_.a
2025-08-20T21:58:40.2539547Z [00:02:42.079]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:58:40.2541852Z [00:02:42.079]➜  packagefile github.com/projectdiscovery/goflags=/tmp/go-build282983591/b065/_pkg_.a
2025-08-20T21:58:40.2543404Z [00:02:42.079]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/stringslice=/tmp/go-build282983591/b703/_pkg_.a
2025-08-20T21:58:40.2545071Z [00:02:42.079]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build282983591/b626/_pkg_.a
2025-08-20T21:58:40.2546253Z [00:02:42.079]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:40.2546914Z [00:02:42.079]➜  EOF
2025-08-20T21:58:40.2551807Z [00:02:42.079]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b688/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/model/types/severity=>github.com/projectdiscovery/nuclei/v3/pkg/model/types/severity;$WORK/b688=>" -p github.com/projectdiscovery/nuclei/v3/pkg/model/types/severity -lang=go1.24 -complete -installsuffix shared -buildid O39JOD0lEZDQh-U3_5kX/O39JOD0lEZDQh-U3_5kX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b688/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/model/types/severity/severities.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/model/types/severity/severity.go
2025-08-20T21:58:40.3899269Z [00:02:42.215]➜  go tool buildid -w $WORK/b800/_pkg_.a # internal
2025-08-20T21:58:40.4020818Z [00:02:42.227]➜  cp $WORK/b800/_pkg_.a /root/.cache/go-build/95/95b8383430d7be3a23933ee6b2d29bcb6660408352860650d0bf37015053d3c6-d # internal
2025-08-20T21:58:40.4044964Z [00:02:42.230]➜  github.com/projectdiscovery/nuclei/v3/pkg/templates/types
2025-08-20T21:58:40.4061669Z [00:02:42.231]➜  mkdir -p $WORK/b779/
2025-08-20T21:58:40.4063254Z [00:02:42.231]➜  cat >/tmp/go-build282983591/b779/importcfg << 'EOF' # internal
2025-08-20T21:58:40.4064641Z [00:02:42.231]➜  # import config
2025-08-20T21:58:40.4065556Z [00:02:42.231]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:40.4068038Z [00:02:42.231]➜  packagefile github.com/invopop/jsonschema=/tmp/go-build282983591/b689/_pkg_.a
2025-08-20T21:58:40.4069553Z [00:02:42.231]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:58:40.4071474Z [00:02:42.231]➜  packagefile github.com/projectdiscovery/goflags=/tmp/go-build282983591/b065/_pkg_.a
2025-08-20T21:58:40.4073513Z [00:02:42.231]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/stringslice=/tmp/go-build282983591/b703/_pkg_.a
2025-08-20T21:58:40.4075563Z [00:02:42.231]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build282983591/b626/_pkg_.a
2025-08-20T21:58:40.4077296Z [00:02:42.231]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:40.4078453Z [00:02:42.231]➜  EOF
2025-08-20T21:58:40.4082869Z [00:02:42.231]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b779/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/types=>github.com/projectdiscovery/nuclei/v3/pkg/templates/types;$WORK/b779=>" -p github.com/projectdiscovery/nuclei/v3/pkg/templates/types -lang=go1.24 -complete -installsuffix shared -buildid 6rymBCPGdfr5jA39nHwB/6rymBCPGdfr5jA39nHwB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b779/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/types/types.go
2025-08-20T21:58:40.4526815Z [00:02:42.278]➜  go tool buildid -w $WORK/b836/_pkg_.a # internal
2025-08-20T21:58:40.4620736Z [00:02:42.287]➜  cp $WORK/b836/_pkg_.a /root/.cache/go-build/e5/e5ba12ea72682a8dff4016fcc6b2082698def2515c9bd4451683ab863010d09b-d # internal
2025-08-20T21:58:40.4622071Z [00:02:42.287]➜  github.com/alecthomas/chroma/formatters/html
2025-08-20T21:58:40.4622746Z [00:02:42.287]➜  mkdir -p $WORK/b802/
2025-08-20T21:58:40.4623531Z [00:02:42.287]➜  cat >/tmp/go-build282983591/b802/importcfg << 'EOF' # internal
2025-08-20T21:58:40.4624278Z [00:02:42.287]➜  # import config
2025-08-20T21:58:40.4624946Z [00:02:42.287]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:40.4625966Z [00:02:42.287]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build282983591/b800/_pkg_.a
2025-08-20T21:58:40.4627180Z [00:02:42.287]➜  packagefile html=/tmp/go-build282983591/b176/_pkg_.a
2025-08-20T21:58:40.4628001Z [00:02:42.287]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:40.4628793Z [00:02:42.287]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:40.4629615Z [00:02:42.287]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:40.4630480Z [00:02:42.287]➜  EOF
2025-08-20T21:58:40.4634440Z [00:02:42.287]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b802/_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/b802=>" -p github.com/alecthomas/chroma/formatters/html -lang=go1.13 -complete -installsuffix shared -buildid Kpz7xyz7GiP1yAiPOjO9/Kpz7xyz7GiP1yAiPOjO9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b802/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/formatters/html/html.go
2025-08-20T21:58:40.5289749Z [00:02:42.354]➜  go tool buildid -w $WORK/b688/_pkg_.a # internal
2025-08-20T21:58:40.5444809Z [00:02:42.369]➜  cp $WORK/b688/_pkg_.a /root/.cache/go-build/ff/ff54158ce0d7c618788782556db4b74ed14bc9f282613ba9f7420f9b3022c396-d # internal
2025-08-20T21:58:40.5446261Z [00:02:42.370]➜  github.com/projectdiscovery/nuclei/v3/internal/colorizer
2025-08-20T21:58:40.5447042Z [00:02:42.370]➜  mkdir -p $WORK/b687/
2025-08-20T21:58:40.5449446Z [00:02:42.370]➜  cat >/tmp/go-build282983591/b687/importcfg << 'EOF' # internal
2025-08-20T21:58:40.5450368Z [00:02:42.370]➜  # import config
2025-08-20T21:58:40.5451041Z [00:02:42.370]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:40.5452274Z [00:02:42.370]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build282983591/b248/_pkg_.a
2025-08-20T21:58:40.5453895Z [00:02:42.370]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/severity=/tmp/go-build282983591/b688/_pkg_.a
2025-08-20T21:58:40.5454969Z [00:02:42.370]➜  EOF
2025-08-20T21:58:40.5458600Z [00:02:42.370]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b687/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/colorizer=>github.com/projectdiscovery/nuclei/v3/internal/colorizer;$WORK/b687=>" -p github.com/projectdiscovery/nuclei/v3/internal/colorizer -lang=go1.24 -complete -installsuffix shared -buildid rmASl_MhKMJ_-_ZiWHQ8/rmASl_MhKMJ_-_ZiWHQ8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b687/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/colorizer/colorizer.go
2025-08-20T21:58:40.5773238Z [00:02:42.402]➜  go tool buildid -w $WORK/b795/_pkg_.a # internal
2025-08-20T21:58:40.5800810Z [00:02:42.405]➜  go tool buildid -w $WORK/b687/_pkg_.a # internal
2025-08-20T21:58:40.5830430Z [00:02:42.408]➜  cp $WORK/b795/_pkg_.a /root/.cache/go-build/be/be23d0147b96b05b500bcfce8fa8ee53d565c96ab0429d98cc3322a9d91686ce-d # internal
2025-08-20T21:58:40.5834173Z [00:02:42.409]➜  cp $WORK/b687/_pkg_.a /root/.cache/go-build/7d/7d9f2c1ef10f0939904641315e6502512b7384e6f0d485e2aa72549bf0e1fdbc-d # internal
2025-08-20T21:58:40.5849484Z [00:02:42.410]➜  github.com/projectdiscovery/nuclei/v3/pkg/model
2025-08-20T21:58:40.5851232Z [00:02:42.410]➜  mkdir -p $WORK/b749/
2025-08-20T21:58:40.5856892Z [00:02:42.411]➜  cat >/tmp/go-build282983591/b749/importcfg << 'EOF' # internal
2025-08-20T21:58:40.5859008Z [00:02:42.411]➜  # import config
2025-08-20T21:58:40.5860873Z [00:02:42.411]➜  packagefile github.com/invopop/jsonschema=/tmp/go-build282983591/b689/_pkg_.a
2025-08-20T21:58:40.5862835Z [00:02:42.411]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/severity=/tmp/go-build282983591/b688/_pkg_.a
2025-08-20T21:58:40.5864953Z [00:02:42.411]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/stringslice=/tmp/go-build282983591/b703/_pkg_.a
2025-08-20T21:58:40.5867360Z [00:02:42.411]➜  EOF
2025-08-20T21:58:40.5871641Z [00:02:42.411]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b749/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/model=>github.com/projectdiscovery/nuclei/v3/pkg/model;$WORK/b749=>" -p github.com/projectdiscovery/nuclei/v3/pkg/model -lang=go1.24 -complete -installsuffix shared -buildid 0d-RWfi5ZdYReYkEZh-E/0d-RWfi5ZdYReYkEZh-E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b749/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/model/model.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/model/worflow_loader.go
2025-08-20T21:58:40.5903285Z [00:02:42.415]➜  github.com/alecthomas/chroma/formatters/svg
2025-08-20T21:58:40.5909552Z [00:02:42.416]➜  mkdir -p $WORK/b803/
2025-08-20T21:58:40.5919657Z [00:02:42.417]➜  cat >/tmp/go-build282983591/b803/importcfg << 'EOF' # internal
2025-08-20T21:58:40.5924921Z [00:02:42.417]➜  # import config
2025-08-20T21:58:40.5925726Z [00:02:42.417]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:40.5926646Z [00:02:42.417]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:40.5927659Z [00:02:42.417]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:40.5928633Z [00:02:42.417]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build282983591/b800/_pkg_.a
2025-08-20T21:58:40.5929554Z [00:02:42.417]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:40.5930566Z [00:02:42.417]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:58:40.5931365Z [00:02:42.417]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:58:40.5932151Z [00:02:42.417]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:40.5932758Z [00:02:42.417]➜  EOF
2025-08-20T21:58:40.5938976Z [00:02:42.419]➜  go tool buildid -w $WORK/b802/_pkg_.a # internal
2025-08-20T21:58:40.5961057Z [00:02:42.421]➜  cp $WORK/b802/_pkg_.a /root/.cache/go-build/f1/f1879aca4cc8703b251346628accf1a1eae6183a6f8b3fe6f9c5a33be5e58308-d # internal
2025-08-20T21:58:40.5975140Z [00:02:42.422]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b803/_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/b803=>" -p github.com/alecthomas/chroma/formatters/svg -lang=go1.13 -complete -installsuffix shared -buildid aUN6BdspFx8KI60cJBUA/aUN6BdspFx8KI60cJBUA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b803/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:58:40.5985198Z [00:02:42.424]➜  github.com/alecthomas/chroma/lexers/internal
2025-08-20T21:58:40.5988440Z [00:02:42.424]➜  mkdir -p $WORK/b806/
2025-08-20T21:58:40.5993110Z [00:02:42.424]➜  cat >/tmp/go-build282983591/b806/importcfg << 'EOF' # internal
2025-08-20T21:58:40.5995429Z [00:02:42.424]➜  # import config
2025-08-20T21:58:40.5997431Z [00:02:42.424]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build282983591/b800/_pkg_.a
2025-08-20T21:58:40.5999001Z [00:02:42.424]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:40.6001547Z [00:02:42.424]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:40.6002388Z [00:02:42.425]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:40.6003026Z [00:02:42.425]➜  EOF
2025-08-20T21:58:40.6006959Z [00:02:42.425]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b806/_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/b806=>" -p github.com/alecthomas/chroma/lexers/internal -lang=go1.13 -complete -installsuffix shared -buildid _7WwS-tTkCmNxz44KeCX/_7WwS-tTkCmNxz44KeCX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b806/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/internal/api.go
2025-08-20T21:58:40.6255519Z [00:02:42.451]➜  go tool buildid -w $WORK/b779/_pkg_.a # internal
2025-08-20T21:58:40.6350022Z [00:02:42.459]➜  go tool buildid -w $WORK/b806/_pkg_.a # internal
2025-08-20T21:58:40.6351524Z [00:02:42.460]➜  cp $WORK/b806/_pkg_.a /root/.cache/go-build/25/257d288894ef2745b66e5e9f7a581a71e0fafdcd5add66aa8b8f58e09ea477df-d # internal
2025-08-20T21:58:40.6372039Z [00:02:42.462]➜  cp $WORK/b779/_pkg_.a /root/.cache/go-build/c3/c327be2c17521142f75755235a1ff5611cae1c82287800f1ff3d093939e3fbb8-d # internal
2025-08-20T21:58:40.6379288Z [00:02:42.463]➜  github.com/projectdiscovery/nuclei/v3/pkg/types
2025-08-20T21:58:40.6382133Z [00:02:42.463]➜  mkdir -p $WORK/b778/
2025-08-20T21:58:40.6394939Z [00:02:42.464]➜  cat >/tmp/go-build282983591/b778/importcfg << 'EOF' # internal
2025-08-20T21:58:40.6395766Z [00:02:42.464]➜  # import config
2025-08-20T21:58:40.6396474Z [00:02:42.464]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:40.6397363Z [00:02:42.464]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:40.6398431Z [00:02:42.464]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:40.6399446Z [00:02:42.464]➜  packagefile github.com/asaskevich/govalidator=/tmp/go-build282983591/b175/_pkg_.a
2025-08-20T21:58:40.6400860Z [00:02:42.464]➜  packagefile github.com/projectdiscovery/goflags=/tmp/go-build282983591/b065/_pkg_.a
2025-08-20T21:58:40.6402115Z [00:02:42.464]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:58:40.6403521Z [00:02:42.464]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog=/tmp/go-build282983591/b746/_pkg_.a
2025-08-20T21:58:40.6405002Z [00:02:42.464]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build282983591/b623/_pkg_.a
2025-08-20T21:58:40.6406794Z [00:02:42.464]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/severity=/tmp/go-build282983591/b688/_pkg_.a
2025-08-20T21:58:40.6408581Z [00:02:42.464]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build282983591/b779/_pkg_.a
2025-08-20T21:58:40.6410251Z [00:02:42.464]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:58:40.6411599Z [00:02:42.464]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:58:40.6412907Z [00:02:42.464]➜  packagefile github.com/projectdiscovery/utils/folder=/tmp/go-build282983591/b222/_pkg_.a
2025-08-20T21:58:40.6431034Z [00:02:42.464]➜  packagefile github.com/projectdiscovery/utils/unit=/tmp/go-build282983591/b780/_pkg_.a
2025-08-20T21:58:40.6432325Z [00:02:42.464]➜  packagefile github.com/rs/xid=/tmp/go-build282983591/b611/_pkg_.a
2025-08-20T21:58:40.6433248Z [00:02:42.464]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:40.6434098Z [00:02:42.464]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:40.6434934Z [00:02:42.464]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:40.6435826Z [00:02:42.464]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:40.6436659Z [00:02:42.464]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:40.6437486Z [00:02:42.465]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:40.6438285Z [00:02:42.465]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:40.6439065Z [00:02:42.465]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:40.6439667Z [00:02:42.465]➜  EOF
2025-08-20T21:58:40.6444275Z [00:02:42.465]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b778/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/types=>github.com/projectdiscovery/nuclei/v3/pkg/types;$WORK/b778=>" -p github.com/projectdiscovery/nuclei/v3/pkg/types -lang=go1.24 -complete -installsuffix shared -buildid pOZinDGS_oM-DRcgtUCO/pOZinDGS_oM-DRcgtUCO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b778/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/types/interfaces.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/types/resume.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/types/types.go
2025-08-20T21:58:40.6448600Z [00:02:42.467]➜  github.com/alecthomas/chroma/lexers/a
2025-08-20T21:58:40.6449242Z [00:02:42.467]➜  mkdir -p $WORK/b805/
2025-08-20T21:58:40.6450253Z [00:02:42.467]➜  cat >/tmp/go-build282983591/b805/importcfg << 'EOF' # internal
2025-08-20T21:58:40.6450974Z [00:02:42.467]➜  # import config
2025-08-20T21:58:40.6451810Z [00:02:42.467]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build282983591/b800/_pkg_.a
2025-08-20T21:58:40.6453114Z [00:02:42.467]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build282983591/b806/_pkg_.a
2025-08-20T21:58:40.6454031Z [00:02:42.467]➜  EOF
2025-08-20T21:58:40.6464380Z [00:02:42.467]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b805/_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/b805=>" -p github.com/alecthomas/chroma/lexers/a -lang=go1.13 -complete -installsuffix shared -buildid 1j4E3UFWbPq5G_QvXP_B/1j4E3UFWbPq5G_QvXP_B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b805/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:58:40.6518982Z [00:02:42.477]➜  go tool buildid -w $WORK/b803/_pkg_.a # internal
2025-08-20T21:58:40.6571705Z [00:02:42.482]➜  cp $WORK/b803/_pkg_.a /root/.cache/go-build/27/274479d420c0b37da322dae989d91cb18f582d84cc1f780319a92c7c85e87775-d # internal
2025-08-20T21:58:40.6658424Z [00:02:42.491]➜  github.com/alecthomas/chroma/formatters
2025-08-20T21:58:40.6660912Z [00:02:42.491]➜  mkdir -p $WORK/b801/
2025-08-20T21:58:40.6665832Z [00:02:42.492]➜  cat >/tmp/go-build282983591/b801/importcfg << 'EOF' # internal
2025-08-20T21:58:40.6667853Z [00:02:42.492]➜  # import config
2025-08-20T21:58:40.6670405Z [00:02:42.492]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:40.6673082Z [00:02:42.492]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:40.6676119Z [00:02:42.492]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build282983591/b800/_pkg_.a
2025-08-20T21:58:40.6677429Z [00:02:42.492]➜  packagefile github.com/alecthomas/chroma/formatters/html=/tmp/go-build282983591/b802/_pkg_.a
2025-08-20T21:58:40.6678835Z [00:02:42.492]➜  packagefile github.com/alecthomas/chroma/formatters/svg=/tmp/go-build282983591/b803/_pkg_.a
2025-08-20T21:58:40.6680190Z [00:02:42.492]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:40.6681025Z [00:02:42.492]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:40.6681845Z [00:02:42.493]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:40.6682508Z [00:02:42.493]➜  EOF
2025-08-20T21:58:40.6688527Z [00:02:42.493]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b801/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/formatters=>github.com/alecthomas/chroma@v0.10.0/formatters;$WORK/b801=>" -p github.com/alecthomas/chroma/formatters -lang=go1.13 -complete -installsuffix shared -buildid N0AQQlIHgBbVkHz2oAU4/N0AQQlIHgBbVkHz2oAU4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b801/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:58:40.7141004Z [00:02:42.539]➜  go tool buildid -w $WORK/b749/_pkg_.a # internal
2025-08-20T21:58:40.7174211Z [00:02:42.543]➜  cp $WORK/b749/_pkg_.a /root/.cache/go-build/0c/0ccd328440018d1af00398f6e037455f3b637dde014afcc1abc2c8a2497487a5-d # internal
2025-08-20T21:58:40.7271639Z [00:02:42.552]➜  github.com/alecthomas/chroma/lexers/b
2025-08-20T21:58:40.7274581Z [00:02:42.553]➜  mkdir -p $WORK/b807/
2025-08-20T21:58:40.7275992Z [00:02:42.553]➜  cat >/tmp/go-build282983591/b807/importcfg << 'EOF' # internal
2025-08-20T21:58:40.7277019Z [00:02:42.553]➜  # import config
2025-08-20T21:58:40.7279005Z [00:02:42.553]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build282983591/b800/_pkg_.a
2025-08-20T21:58:40.7280462Z [00:02:42.553]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build282983591/b806/_pkg_.a
2025-08-20T21:58:40.7281555Z [00:02:42.553]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:40.7282366Z [00:02:42.553]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:40.7282948Z [00:02:42.553]➜  EOF
2025-08-20T21:58:40.7291324Z [00:02:42.553]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b807/_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/b807=>" -p github.com/alecthomas/chroma/lexers/b -lang=go1.13 -complete -installsuffix shared -buildid -Iu1pVfHt4JCtoeNAzZZ/-Iu1pVfHt4JCtoeNAzZZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b807/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:58:40.8639726Z [00:02:42.689]➜  go tool buildid -w $WORK/b778/_pkg_.a # internal
2025-08-20T21:58:40.8684234Z [00:02:42.693]➜  cp $WORK/b778/_pkg_.a /root/.cache/go-build/10/106bf75e480322580a09a6ad6fbb582e4cf4f6779a7864e0f4ac6568da5444a6-d # internal
2025-08-20T21:58:40.8685688Z [00:02:42.693]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/dns/dnsclientpool
2025-08-20T21:58:40.8697211Z [00:02:42.695]➜  mkdir -p $WORK/b777/
2025-08-20T21:58:40.8702307Z [00:02:42.695]➜  cat >/tmp/go-build282983591/b777/importcfg << 'EOF' # internal
2025-08-20T21:58:40.8703017Z [00:02:42.695]➜  # import config
2025-08-20T21:58:40.8710160Z [00:02:42.696]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:58:40.8711431Z [00:02:42.696]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:58:40.8712827Z [00:02:42.696]➜  packagefile github.com/projectdiscovery/retryabledns=/tmp/go-build282983591/b331/_pkg_.a
2025-08-20T21:58:40.8714127Z [00:02:42.696]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build282983591/b223/_pkg_.a
2025-08-20T21:58:40.8715195Z [00:02:42.696]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:40.8716321Z [00:02:42.696]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:40.8717504Z [00:02:42.696]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:40.8718400Z [00:02:42.696]➜  EOF
2025-08-20T21:58:40.8723008Z [00:02:42.696]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b777/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/dns/dnsclientpool=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/dns/dnsclientpool;$WORK/b777=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/dns/dnsclientpool -lang=go1.24 -complete -installsuffix shared -buildid cbLEqYrxoimvGxWoB6j3/cbLEqYrxoimvGxWoB6j3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b777/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/dns/dnsclientpool/clientpool.go
2025-08-20T21:58:40.9732140Z [00:02:42.798]➜  go tool buildid -w $WORK/b801/_pkg_.a # internal
2025-08-20T21:58:40.9753791Z [00:02:42.800]➜  cp $WORK/b801/_pkg_.a /root/.cache/go-build/2a/2a5406638d5562fc39696d90aa13dc6664fe65ca477ba19b47d103002cf05783-d # internal
2025-08-20T21:58:40.9962449Z [00:02:42.821]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/replacer
2025-08-20T21:58:40.9963264Z [00:02:42.821]➜  mkdir -p $WORK/b784/
2025-08-20T21:58:40.9968685Z [00:02:42.821]➜  cat >/tmp/go-build282983591/b784/importcfg << 'EOF' # internal
2025-08-20T21:58:40.9969310Z [00:02:42.821]➜  # import config
2025-08-20T21:58:40.9970369Z [00:02:42.821]➜  packagefile github.com/projectdiscovery/fasttemplate=/tmp/go-build282983591/b785/_pkg_.a
2025-08-20T21:58:40.9971754Z [00:02:42.821]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/marker=/tmp/go-build282983591/b783/_pkg_.a
2025-08-20T21:58:40.9973158Z [00:02:42.822]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:58:40.9974148Z [00:02:42.822]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:40.9974911Z [00:02:42.822]➜  EOF
2025-08-20T21:58:40.9979274Z [00:02:42.822]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b784/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/replacer=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/replacer;$WORK/b784=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/replacer -lang=go1.24 -complete -installsuffix shared -buildid eH2G3bIx7qfyQhIbIJod/eH2G3bIx7qfyQhIbIJod -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b784/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/replacer/replacer.go
2025-08-20T21:58:41.0646739Z [00:02:42.890]➜  go tool buildid -w $WORK/b777/_pkg_.a # internal
2025-08-20T21:58:41.0647924Z [00:02:42.890]➜  go tool buildid -w $WORK/b784/_pkg_.a # internal
2025-08-20T21:58:41.0675541Z [00:02:42.893]➜  cp $WORK/b784/_pkg_.a /root/.cache/go-build/f9/f92ef794653367385c49929d98cd0e7ff7385833f6fca51547422d9a2fea184b-d # internal
2025-08-20T21:58:41.0685260Z [00:02:42.894]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators
2025-08-20T21:58:41.0690626Z [00:02:42.894]➜  mkdir -p $WORK/b787/
2025-08-20T21:58:41.0711626Z [00:02:42.896]➜  cat >/tmp/go-build282983591/b787/importcfg << 'EOF' # internal
2025-08-20T21:58:41.0712558Z [00:02:42.896]➜  # import config
2025-08-20T21:58:41.0714226Z [00:02:42.896]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:41.0716198Z [00:02:42.896]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:41.0716980Z [00:02:42.896]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:41.0717863Z [00:02:42.896]➜  packagefile github.com/invopop/jsonschema=/tmp/go-build282983591/b689/_pkg_.a
2025-08-20T21:58:41.0718832Z [00:02:42.896]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:58:41.0721664Z [00:02:42.896]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog=/tmp/go-build282983591/b746/_pkg_.a
2025-08-20T21:58:41.0723245Z [00:02:42.896]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build282983591/b623/_pkg_.a
2025-08-20T21:58:41.0725014Z [00:02:42.896]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:58:41.0726652Z [00:02:42.896]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build282983591/b626/_pkg_.a
2025-08-20T21:58:41.0728040Z [00:02:42.896]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:58:41.0729342Z [00:02:42.896]➜  packagefile github.com/projectdiscovery/utils/folder=/tmp/go-build282983591/b222/_pkg_.a
2025-08-20T21:58:41.0730825Z [00:02:42.896]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:58:41.0731792Z [00:02:42.896]➜  packagefile github.com/spf13/cast=/tmp/go-build282983591/b788/_pkg_.a
2025-08-20T21:58:41.0732621Z [00:02:42.896]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:41.0733364Z [00:02:42.896]➜  packagefile maps=/tmp/go-build282983591/b158/_pkg_.a
2025-08-20T21:58:41.0734112Z [00:02:42.896]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:41.0734936Z [00:02:42.896]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:41.0735770Z [00:02:42.896]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:41.0736566Z [00:02:42.896]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:41.0737185Z [00:02:42.896]➜  EOF
2025-08-20T21:58:41.0755889Z [00:02:42.897]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b787/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/generators=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators;$WORK/b787=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators -lang=go1.24 -complete -installsuffix shared -buildid 8vXXHx7n05MK8JYCTkiP/8vXXHx7n05MK8JYCTkiP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b787/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/generators/attack_types.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/generators/env.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/generators/generators.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/generators/load.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/generators/maps.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/generators/options.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/generators/slice.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/generators/validate.go
2025-08-20T21:58:41.0772776Z [00:02:42.902]➜  cp $WORK/b777/_pkg_.a /root/.cache/go-build/c8/c8778c1c57b8c8cb99fb768ed34edcee62ff61069634a2223d25f71ac4dc5842-d # internal
2025-08-20T21:58:41.0774242Z [00:02:42.902]➜  github.com/projectdiscovery/nuclei/v3/pkg/operators/common/dsl
2025-08-20T21:58:41.0775640Z [00:02:42.902]➜  mkdir -p $WORK/b763/
2025-08-20T21:58:41.0776673Z [00:02:42.902]➜  cat >/tmp/go-build282983591/b763/importcfg << 'EOF' # internal
2025-08-20T21:58:41.0777381Z [00:02:42.902]➜  # import config
2025-08-20T21:58:41.0778032Z [00:02:42.903]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:41.0779004Z [00:02:42.903]➜  packagefile github.com/Knetic/govaluate=/tmp/go-build282983591/b752/_pkg_.a
2025-08-20T21:58:41.0780254Z [00:02:42.903]➜  packagefile github.com/miekg/dns=/tmp/go-build282983591/b224/_pkg_.a
2025-08-20T21:58:41.0781350Z [00:02:42.903]➜  packagefile github.com/projectdiscovery/dsl=/tmp/go-build282983591/b764/_pkg_.a
2025-08-20T21:58:41.0782548Z [00:02:42.903]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:58:41.0784103Z [00:02:42.903]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/dns/dnsclientpool=/tmp/go-build282983591/b777/_pkg_.a
2025-08-20T21:58:41.0785692Z [00:02:42.903]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:58:41.0787039Z [00:02:42.903]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build282983591/b191/_pkg_.a
2025-08-20T21:58:41.0788600Z [00:02:42.903]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:58:41.0790081Z [00:02:42.903]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:41.0790736Z [00:02:42.903]➜  EOF
2025-08-20T21:58:41.0794738Z [00:02:42.903]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b763/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/common/dsl=>github.com/projectdiscovery/nuclei/v3/pkg/operators/common/dsl;$WORK/b763=>" -p github.com/projectdiscovery/nuclei/v3/pkg/operators/common/dsl -lang=go1.24 -complete -installsuffix shared -buildid e0MRahKzWu9nHHHVFRsc/e0MRahKzWu9nHHHVFRsc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b763/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/common/dsl/dsl.go
2025-08-20T21:58:41.1531354Z [00:02:42.978]➜  go tool buildid -w $WORK/b805/_pkg_.a # internal
2025-08-20T21:58:41.1621623Z [00:02:42.987]➜  cp $WORK/b805/_pkg_.a /root/.cache/go-build/45/454b00339e44db62ebf311a54e31400feefd1ff2d2ddb3f0bc27ad56120f620c-d # internal
2025-08-20T21:58:41.1687418Z [00:02:42.994]➜  github.com/alecthomas/chroma/lexers/p
2025-08-20T21:58:41.1688104Z [00:02:42.994]➜  mkdir -p $WORK/b809/
2025-08-20T21:58:41.1699149Z [00:02:42.995]➜  cat >/tmp/go-build282983591/b809/importcfg << 'EOF' # internal
2025-08-20T21:58:41.1700215Z [00:02:42.995]➜  # import config
2025-08-20T21:58:41.1701409Z [00:02:42.995]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build282983591/b800/_pkg_.a
2025-08-20T21:58:41.1702621Z [00:02:42.995]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build282983591/b806/_pkg_.a
2025-08-20T21:58:41.1703469Z [00:02:42.995]➜  EOF
2025-08-20T21:58:41.1716961Z [00:02:42.995]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b809/_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/b809=>" -p github.com/alecthomas/chroma/lexers/p -lang=go1.13 -complete -installsuffix shared -buildid JspE1QMTDkDtxcSMOflm/JspE1QMTDkDtxcSMOflm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b809/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:58:41.1750548Z [00:02:42.997]➜  go tool buildid -w $WORK/b807/_pkg_.a # internal
2025-08-20T21:58:41.1769163Z [00:02:43.002]➜  cp $WORK/b807/_pkg_.a /root/.cache/go-build/1b/1b2183b8db71f4f2b715db65a65f2edca86303722d3be807fbbdd2dd1e7218ca-d # internal
2025-08-20T21:58:41.1791689Z [00:02:43.004]➜  go tool buildid -w $WORK/b763/_pkg_.a # internal
2025-08-20T21:58:41.1815193Z [00:02:43.006]➜  github.com/alecthomas/chroma/lexers/j
2025-08-20T21:58:41.1816276Z [00:02:43.006]➜  mkdir -p $WORK/b812/
2025-08-20T21:58:41.1817362Z [00:02:43.006]➜  cat >/tmp/go-build282983591/b812/importcfg << 'EOF' # internal
2025-08-20T21:58:41.1818119Z [00:02:43.006]➜  # import config
2025-08-20T21:58:41.1820452Z [00:02:43.006]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build282983591/b800/_pkg_.a
2025-08-20T21:58:41.1821756Z [00:02:43.006]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build282983591/b806/_pkg_.a
2025-08-20T21:58:41.1822659Z [00:02:43.006]➜  EOF
2025-08-20T21:58:41.1829326Z [00:02:43.006]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b812/_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/b812=>" -p github.com/alecthomas/chroma/lexers/j -lang=go1.13 -complete -installsuffix shared -buildid qHbm4MpnVAOSOq5s6TlG/qHbm4MpnVAOSOq5s6TlG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b812/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:58:41.1835898Z [00:02:43.007]➜  cp $WORK/b763/_pkg_.a /root/.cache/go-build/2d/2d51cedd228fd79e09180235e78a819eea7167d13bee6b164bc2a16ed980496c-d # internal
2025-08-20T21:58:41.1837248Z [00:02:43.008]➜  github.com/projectdiscovery/nuclei/v3/pkg/operators/extractors
2025-08-20T21:58:41.1838003Z [00:02:43.009]➜  mkdir -p $WORK/b751/
2025-08-20T21:58:41.1859659Z [00:02:43.010]➜  cat >/tmp/go-build282983591/b751/importcfg << 'EOF' # internal
2025-08-20T21:58:41.1862522Z [00:02:43.010]➜  # import config
2025-08-20T21:58:41.1863887Z [00:02:43.010]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:41.1864806Z [00:02:43.010]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:41.1866003Z [00:02:43.010]➜  packagefile github.com/Knetic/govaluate=/tmp/go-build282983591/b752/_pkg_.a
2025-08-20T21:58:41.1867116Z [00:02:43.010]➜  packagefile github.com/antchfx/htmlquery=/tmp/go-build282983591/b753/_pkg_.a
2025-08-20T21:58:41.1868440Z [00:02:43.010]➜  packagefile github.com/antchfx/xmlquery=/tmp/go-build282983591/b760/_pkg_.a
2025-08-20T21:58:41.1869533Z [00:02:43.010]➜  packagefile github.com/invopop/jsonschema=/tmp/go-build282983591/b689/_pkg_.a
2025-08-20T21:58:41.1870796Z [00:02:43.010]➜  packagefile github.com/itchyny/gojq=/tmp/go-build282983591/b761/_pkg_.a
2025-08-20T21:58:41.1872383Z [00:02:43.010]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/common/dsl=/tmp/go-build282983591/b763/_pkg_.a
2025-08-20T21:58:41.1873899Z [00:02:43.010]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:58:41.1875337Z [00:02:43.010]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build282983591/b626/_pkg_.a
2025-08-20T21:58:41.1876435Z [00:02:43.010]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:41.1877285Z [00:02:43.010]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:41.1877904Z [00:02:43.010]➜  EOF
2025-08-20T21:58:41.1884747Z [00:02:43.010]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b751/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/extractors=>github.com/projectdiscovery/nuclei/v3/pkg/operators/extractors;$WORK/b751=>" -p github.com/projectdiscovery/nuclei/v3/pkg/operators/extractors -lang=go1.24 -complete -installsuffix shared -buildid 72AnvLCmIu60afkQtih3/72AnvLCmIu60afkQtih3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b751/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/extractors/compile.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/extractors/doc.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/extractors/extract.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/extractors/extractor_types.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/extractors/extractors.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/extractors/util.go
2025-08-20T21:58:41.3137313Z [00:02:43.139]➜  go tool buildid -w $WORK/b787/_pkg_.a # internal
2025-08-20T21:58:41.3196523Z [00:02:43.145]➜  cp $WORK/b787/_pkg_.a /root/.cache/go-build/7f/7fc6062d21cfd7f17b73eabec90e6afd24bf8547d11ca1366ccc397c6e1181bf-d # internal
2025-08-20T21:58:41.3199106Z [00:02:43.145]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/expressions
2025-08-20T21:58:41.3203323Z [00:02:43.145]➜  mkdir -p $WORK/b782/
2025-08-20T21:58:41.3204074Z [00:02:43.145]➜  cat >/tmp/go-build282983591/b782/importcfg << 'EOF' # internal
2025-08-20T21:58:41.3204793Z [00:02:43.145]➜  # import config
2025-08-20T21:58:41.3205462Z [00:02:43.145]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:41.3206458Z [00:02:43.145]➜  packagefile github.com/Knetic/govaluate=/tmp/go-build282983591/b752/_pkg_.a
2025-08-20T21:58:41.3207841Z [00:02:43.145]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/common/dsl=/tmp/go-build282983591/b763/_pkg_.a
2025-08-20T21:58:41.3209632Z [00:02:43.145]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/marker=/tmp/go-build282983591/b783/_pkg_.a
2025-08-20T21:58:41.3211500Z [00:02:43.145]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/replacer=/tmp/go-build282983591/b784/_pkg_.a
2025-08-20T21:58:41.3213025Z [00:02:43.145]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:58:41.3214078Z [00:02:43.145]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:41.3215096Z [00:02:43.145]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:41.3215750Z [00:02:43.145]➜  EOF
2025-08-20T21:58:41.3222691Z [00:02:43.145]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b782/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/expressions=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/expressions;$WORK/b782=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/expressions -lang=go1.24 -complete -installsuffix shared -buildid QmsOorYlLmU2uFuHTtL7/QmsOorYlLmU2uFuHTtL7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b782/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/expressions/expressions.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/expressions/variables.go
2025-08-20T21:58:41.3398485Z [00:02:43.165]➜  go tool buildid -w $WORK/b751/_pkg_.a # internal
2025-08-20T21:58:41.3438876Z [00:02:43.169]➜  cp $WORK/b751/_pkg_.a /root/.cache/go-build/0f/0fafa911c32e5d0f69a8054612ee89304308553df0aa0ea448b4e52d38c431c5-d # internal
2025-08-20T21:58:41.3440421Z [00:02:43.169]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils
2025-08-20T21:58:41.3441357Z [00:02:43.169]➜  mkdir -p $WORK/b794/
2025-08-20T21:58:41.3453389Z [00:02:43.170]➜  cat >/tmp/go-build282983591/b794/importcfg << 'EOF' # internal
2025-08-20T21:58:41.3454153Z [00:02:43.170]➜  # import config
2025-08-20T21:58:41.3454925Z [00:02:43.170]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:58:41.3455847Z [00:02:43.170]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:58:41.3456644Z [00:02:43.170]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:41.3457625Z [00:02:43.170]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:58:41.3459084Z [00:02:43.170]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build282983591/b795/_pkg_.a
2025-08-20T21:58:41.3463325Z [00:02:43.170]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build282983591/b787/_pkg_.a
2025-08-20T21:58:41.3465152Z [00:02:43.170]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:58:41.3466620Z [00:02:43.170]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build282983591/b336/_pkg_.a
2025-08-20T21:58:41.3467856Z [00:02:43.170]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build282983591/b223/_pkg_.a
2025-08-20T21:58:41.3469081Z [00:02:43.170]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build282983591/b449/_pkg_.a
2025-08-20T21:58:41.3471493Z [00:02:43.170]➜  packagefile github.com/weppos/publicsuffix-go/publicsuffix=/tmp/go-build282983591/b458/_pkg_.a
2025-08-20T21:58:41.3472563Z [00:02:43.170]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:41.3473381Z [00:02:43.170]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:41.3474203Z [00:02:43.170]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:58:41.3475033Z [00:02:43.170]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:41.3475652Z [00:02:43.170]➜  EOF
2025-08-20T21:58:41.3480420Z [00:02:43.170]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b794/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/utils=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils;$WORK/b794=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils -lang=go1.24 -complete -installsuffix shared -buildid 7_lHSkZDPe_awr1eVhG4/7_lHSkZDPe_awr1eVhG4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b794/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/utils/fields.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/utils/utils.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/utils/variables.go
2025-08-20T21:58:41.3828922Z [00:02:43.208]➜  go tool buildid -w $WORK/b782/_pkg_.a # internal
2025-08-20T21:58:41.3889232Z [00:02:43.214]➜  cp $WORK/b782/_pkg_.a /root/.cache/go-build/c6/c65e52b1878c5dad27119836353c256b7c3a090d59ce7cf21ac3ed79780813a7-d # internal
2025-08-20T21:58:41.3891352Z [00:02:43.214]➜  github.com/projectdiscovery/nuclei/v3/pkg/operators/matchers
2025-08-20T21:58:41.3892173Z [00:02:43.214]➜  mkdir -p $WORK/b781/
2025-08-20T21:58:41.3892937Z [00:02:43.214]➜  cat >/tmp/go-build282983591/b781/importcfg << 'EOF' # internal
2025-08-20T21:58:41.3893639Z [00:02:43.214]➜  # import config
2025-08-20T21:58:41.3894375Z [00:02:43.214]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:41.3895246Z [00:02:43.214]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:41.3896084Z [00:02:43.214]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:41.3897058Z [00:02:43.214]➜  packagefile github.com/Knetic/govaluate=/tmp/go-build282983591/b752/_pkg_.a
2025-08-20T21:58:41.3898206Z [00:02:43.214]➜  packagefile github.com/antchfx/htmlquery=/tmp/go-build282983591/b753/_pkg_.a
2025-08-20T21:58:41.3899301Z [00:02:43.214]➜  packagefile github.com/antchfx/xmlquery=/tmp/go-build282983591/b760/_pkg_.a
2025-08-20T21:58:41.3900639Z [00:02:43.214]➜  packagefile github.com/antchfx/xpath=/tmp/go-build282983591/b754/_pkg_.a
2025-08-20T21:58:41.3901818Z [00:02:43.214]➜  packagefile github.com/invopop/jsonschema=/tmp/go-build282983591/b689/_pkg_.a
2025-08-20T21:58:41.3903027Z [00:02:43.214]➜  packagefile github.com/projectdiscovery/dsl=/tmp/go-build282983591/b764/_pkg_.a
2025-08-20T21:58:41.3904280Z [00:02:43.214]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:58:41.3905735Z [00:02:43.214]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/common/dsl=/tmp/go-build282983591/b763/_pkg_.a
2025-08-20T21:58:41.3907412Z [00:02:43.214]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/expressions=/tmp/go-build282983591/b782/_pkg_.a
2025-08-20T21:58:41.3908994Z [00:02:43.214]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build282983591/b626/_pkg_.a
2025-08-20T21:58:41.3910550Z [00:02:43.214]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build282983591/b191/_pkg_.a
2025-08-20T21:58:41.3912108Z [00:02:43.214]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:58:41.3913098Z [00:02:43.214]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:41.3913868Z [00:02:43.214]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:41.3914661Z [00:02:43.214]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:41.3915457Z [00:02:43.214]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:41.3916050Z [00:02:43.214]➜  EOF
2025-08-20T21:58:41.3924262Z [00:02:43.214]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b781/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/matchers=>github.com/projectdiscovery/nuclei/v3/pkg/operators/matchers;$WORK/b781=>" -p github.com/projectdiscovery/nuclei/v3/pkg/operators/matchers -lang=go1.24 -complete -installsuffix shared -buildid b-KpxgQkBt35ZQx--yGa/b-KpxgQkBt35ZQx--yGa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b781/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/matchers/compile.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/matchers/doc.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/matchers/match.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/matchers/matchers.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/matchers/matchers_types.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/matchers/validate.go
2025-08-20T21:58:41.5288316Z [00:02:43.354]➜  go tool buildid -w $WORK/b812/_pkg_.a # internal
2025-08-20T21:58:41.5324720Z [00:02:43.358]➜  cp $WORK/b812/_pkg_.a /root/.cache/go-build/ef/effbbfa008b1525c0c6c327466e3cdb327ba20b178700f3f3aae11a4770bc2c4-d # internal
2025-08-20T21:58:41.5435998Z [00:02:43.369]➜  github.com/alecthomas/chroma/lexers/d
2025-08-20T21:58:41.5438846Z [00:02:43.369]➜  mkdir -p $WORK/b813/
2025-08-20T21:58:41.5447507Z [00:02:43.370]➜  cat >/tmp/go-build282983591/b813/importcfg << 'EOF' # internal
2025-08-20T21:58:41.5454800Z [00:02:43.370]➜  # import config
2025-08-20T21:58:41.5455663Z [00:02:43.370]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build282983591/b800/_pkg_.a
2025-08-20T21:58:41.5456839Z [00:02:43.370]➜  packagefile github.com/alecthomas/chroma/lexers/b=/tmp/go-build282983591/b807/_pkg_.a
2025-08-20T21:58:41.5458148Z [00:02:43.370]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build282983591/b806/_pkg_.a
2025-08-20T21:58:41.5459431Z [00:02:43.370]➜  packagefile github.com/alecthomas/chroma/lexers/j=/tmp/go-build282983591/b812/_pkg_.a
2025-08-20T21:58:41.5460450Z [00:02:43.370]➜  EOF
2025-08-20T21:58:41.5467068Z [00:02:43.370]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b813/_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/b813=>" -p github.com/alecthomas/chroma/lexers/d -lang=go1.13 -complete -installsuffix shared -buildid 5wZT34NDrI9MIhwOfOc9/5wZT34NDrI9MIhwOfOc9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b813/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:58:41.5693730Z [00:02:43.394]➜  go tool buildid -w $WORK/b794/_pkg_.a # internal
2025-08-20T21:58:41.5726934Z [00:02:43.398]➜  cp $WORK/b794/_pkg_.a /root/.cache/go-build/75/75652f7ab548259fd6b58949b18436ecd8b523f2733cb8732b8fbb3c3af4dee9-d # internal
2025-08-20T21:58:41.5739005Z [00:02:43.399]➜  github.com/alecthomas/chroma/lexers/e
2025-08-20T21:58:41.5742711Z [00:02:43.399]➜  mkdir -p $WORK/b814/
2025-08-20T21:58:41.5752497Z [00:02:43.400]➜  cat >/tmp/go-build282983591/b814/importcfg << 'EOF' # internal
2025-08-20T21:58:41.5753167Z [00:02:43.400]➜  # import config
2025-08-20T21:58:41.5753935Z [00:02:43.400]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build282983591/b800/_pkg_.a
2025-08-20T21:58:41.5755115Z [00:02:43.400]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build282983591/b806/_pkg_.a
2025-08-20T21:58:41.5755937Z [00:02:43.400]➜  EOF
2025-08-20T21:58:41.5761847Z [00:02:43.400]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b814/_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/b814=>" -p github.com/alecthomas/chroma/lexers/e -lang=go1.13 -complete -installsuffix shared -buildid Pc-v07jhcx2pb-18NdLg/Pc-v07jhcx2pb-18NdLg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b814/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:58:41.7277610Z [00:02:43.553]➜  go tool buildid -w $WORK/b781/_pkg_.a # internal
2025-08-20T21:58:41.7394357Z [00:02:43.564]➜  cp $WORK/b781/_pkg_.a /root/.cache/go-build/b9/b93f1e09b080b69dea8a1354cc07043108a3aaae63338e4f61949dc0006b6280-d # internal
2025-08-20T21:58:41.7396880Z [00:02:43.565]➜  github.com/projectdiscovery/nuclei/v3/pkg/operators
2025-08-20T21:58:41.7399018Z [00:02:43.565]➜  mkdir -p $WORK/b750/
2025-08-20T21:58:41.7401150Z [00:02:43.565]➜  cat >/tmp/go-build282983591/b750/importcfg << 'EOF' # internal
2025-08-20T21:58:41.7411845Z [00:02:43.565]➜  # import config
2025-08-20T21:58:41.7413095Z [00:02:43.565]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:41.7414572Z [00:02:43.565]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:58:41.7416653Z [00:02:43.565]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/extractors=/tmp/go-build282983591/b751/_pkg_.a
2025-08-20T21:58:41.7418669Z [00:02:43.565]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/matchers=/tmp/go-build282983591/b781/_pkg_.a
2025-08-20T21:58:41.7421568Z [00:02:43.565]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build282983591/b787/_pkg_.a
2025-08-20T21:58:41.7423470Z [00:02:43.565]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/excludematchers=/tmp/go-build282983591/b791/_pkg_.a
2025-08-20T21:58:41.7425101Z [00:02:43.566]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build282983591/b191/_pkg_.a
2025-08-20T21:58:41.7426182Z [00:02:43.566]➜  packagefile maps=/tmp/go-build282983591/b158/_pkg_.a
2025-08-20T21:58:41.7427082Z [00:02:43.566]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:41.7428172Z [00:02:43.566]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:41.7428799Z [00:02:43.566]➜  EOF
2025-08-20T21:58:41.7433594Z [00:02:43.566]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b750/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators=>github.com/projectdiscovery/nuclei/v3/pkg/operators;$WORK/b750=>" -p github.com/projectdiscovery/nuclei/v3/pkg/operators -lang=go1.24 -complete -installsuffix shared -buildid KsUT7LLn-V3vGnoozkf5/KsUT7LLn-V3vGnoozkf5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b750/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/operators.go
2025-08-20T21:58:41.7827031Z [00:02:43.608]➜  go tool buildid -w $WORK/b813/_pkg_.a # internal
2025-08-20T21:58:41.7861402Z [00:02:43.610]➜  cp $WORK/b813/_pkg_.a /root/.cache/go-build/09/09c8964a320b776da74e3e385d4a2afe7272cc0849d85997d0e7a05d212e4a65-d # internal
2025-08-20T21:58:41.7888566Z [00:02:43.614]➜  github.com/alecthomas/chroma/lexers/f
2025-08-20T21:58:41.7895698Z [00:02:43.615]➜  mkdir -p $WORK/b815/
2025-08-20T21:58:41.7900561Z [00:02:43.615]➜  cat >/tmp/go-build282983591/b815/importcfg << 'EOF' # internal
2025-08-20T21:58:41.7901289Z [00:02:43.615]➜  # import config
2025-08-20T21:58:41.7902125Z [00:02:43.615]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build282983591/b800/_pkg_.a
2025-08-20T21:58:41.7903395Z [00:02:43.615]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build282983591/b806/_pkg_.a
2025-08-20T21:58:41.7904295Z [00:02:43.615]➜  EOF
2025-08-20T21:58:41.7911459Z [00:02:43.615]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b815/_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/b815=>" -p github.com/alecthomas/chroma/lexers/f -lang=go1.13 -complete -installsuffix shared -buildid rwp1c3jJ1btxaDOLTV7p/rwp1c3jJ1btxaDOLTV7p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b815/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:58:41.8335686Z [00:02:43.659]➜  go tool buildid -w $WORK/b809/_pkg_.a # internal
2025-08-20T21:58:41.8613359Z [00:02:43.685]➜  cp $WORK/b809/_pkg_.a /root/.cache/go-build/8e/8e7e31a48a00a3558cb00ea98dda982de8741c98d544b69f00e09218903336e1-d # internal
2025-08-20T21:58:41.8766214Z [00:02:43.702]➜  github.com/alecthomas/chroma/lexers/c
2025-08-20T21:58:41.8769265Z [00:02:43.702]➜  mkdir -p $WORK/b808/
2025-08-20T21:58:41.8772994Z [00:02:43.702]➜  cat >/tmp/go-build282983591/b808/importcfg << 'EOF' # internal
2025-08-20T21:58:41.8784098Z [00:02:43.703]➜  # import config
2025-08-20T21:58:41.8784962Z [00:02:43.703]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build282983591/b800/_pkg_.a
2025-08-20T21:58:41.8786226Z [00:02:43.703]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build282983591/b806/_pkg_.a
2025-08-20T21:58:41.8787542Z [00:02:43.703]➜  packagefile github.com/alecthomas/chroma/lexers/p=/tmp/go-build282983591/b809/_pkg_.a
2025-08-20T21:58:41.8788358Z [00:02:43.703]➜  EOF
2025-08-20T21:58:41.8818333Z [00:02:43.703]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b808/_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/b808=>" -p github.com/alecthomas/chroma/lexers/c -lang=go1.13 -complete -installsuffix shared -buildid _I-kmv4-nrh3ifZZbxPL/_I-kmv4-nrh3ifZZbxPL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b808/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:58:41.9556441Z [00:02:43.781]➜  go tool buildid -w $WORK/b750/_pkg_.a # internal
2025-08-20T21:58:41.9594450Z [00:02:43.785]➜  go tool buildid -w $WORK/b814/_pkg_.a # internal
2025-08-20T21:58:41.9662408Z [00:02:43.791]➜  cp $WORK/b814/_pkg_.a /root/.cache/go-build/c9/c991cea92dbb7ee80c92180cd160a033ebbed6e57b87c435fc3786c7edc304e8-d # internal
2025-08-20T21:58:41.9684147Z [00:02:43.794]➜  cp $WORK/b750/_pkg_.a /root/.cache/go-build/69/6959aa63e2b2315955227efebbff77fd3b0e70fbbdcf9fb9ca80f5f8287489c0-d # internal
2025-08-20T21:58:41.9687442Z [00:02:43.794]➜  github.com/projectdiscovery/nuclei/v3/pkg/output
2025-08-20T21:58:41.9690771Z [00:02:43.794]➜  mkdir -p $WORK/b686/
2025-08-20T21:58:41.9691562Z [00:02:43.794]➜  cat >/tmp/go-build282983591/b686/importcfg << 'EOF' # internal
2025-08-20T21:58:41.9692278Z [00:02:43.794]➜  # import config
2025-08-20T21:58:41.9720440Z [00:02:43.795]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:41.9721365Z [00:02:43.795]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:41.9722190Z [00:02:43.795]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:41.9723119Z [00:02:43.795]➜  packagefile github.com/json-iterator/go=/tmp/go-build282983591/b244/_pkg_.a
2025-08-20T21:58:41.9724217Z [00:02:43.795]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build282983591/b248/_pkg_.a
2025-08-20T21:58:41.9725294Z [00:02:43.795]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:58:41.9726471Z [00:02:43.795]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:58:41.9727910Z [00:02:43.795]➜  packagefile github.com/projectdiscovery/interactsh/pkg/server=/tmp/go-build282983591/b579/_pkg_.a
2025-08-20T21:58:41.9729431Z [00:02:43.795]➜  packagefile github.com/projectdiscovery/nuclei/v3/internal/colorizer=/tmp/go-build282983591/b687/_pkg_.a
2025-08-20T21:58:41.9731183Z [00:02:43.795]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build282983591/b623/_pkg_.a
2025-08-20T21:58:41.9732678Z [00:02:43.795]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model=/tmp/go-build282983591/b749/_pkg_.a
2025-08-20T21:58:41.9734189Z [00:02:43.795]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/severity=/tmp/go-build282983591/b688/_pkg_.a
2025-08-20T21:58:41.9735728Z [00:02:43.795]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build282983591/b750/_pkg_.a
2025-08-20T21:58:41.9737220Z [00:02:43.795]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output/stats=/tmp/go-build282983591/b792/_pkg_.a
2025-08-20T21:58:41.9738990Z [00:02:43.795]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils=/tmp/go-build282983591/b794/_pkg_.a
2025-08-20T21:58:41.9740643Z [00:02:43.795]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:58:41.9742217Z [00:02:43.795]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types/nucleierr=/tmp/go-build282983591/b797/_pkg_.a
2025-08-20T21:58:41.9743722Z [00:02:43.795]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils=/tmp/go-build282983591/b704/_pkg_.a
2025-08-20T21:58:41.9745087Z [00:02:43.795]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:58:41.9746402Z [00:02:43.795]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:58:41.9747669Z [00:02:43.795]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build282983591/b223/_pkg_.a
2025-08-20T21:58:41.9749155Z [00:02:43.795]➜  packagefile github.com/projectdiscovery/utils/os=/tmp/go-build282983591/b190/_pkg_.a
2025-08-20T21:58:41.9750601Z [00:02:43.795]➜  packagefile github.com/projectdiscovery/utils/unit=/tmp/go-build282983591/b780/_pkg_.a
2025-08-20T21:58:41.9751835Z [00:02:43.795]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build282983591/b449/_pkg_.a
2025-08-20T21:58:41.9752964Z [00:02:43.795]➜  packagefile go.uber.org/multierr=/tmp/go-build282983591/b338/_pkg_.a
2025-08-20T21:58:41.9753861Z [00:02:43.795]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:41.9754662Z [00:02:43.795]➜  packagefile log/slog=/tmp/go-build282983591/b185/_pkg_.a
2025-08-20T21:58:41.9755470Z [00:02:43.795]➜  packagefile maps=/tmp/go-build282983591/b158/_pkg_.a
2025-08-20T21:58:41.9756386Z [00:02:43.795]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:41.9757237Z [00:02:43.795]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:41.9758218Z [00:02:43.795]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:41.9759054Z [00:02:43.795]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:41.9762716Z [00:02:43.795]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:41.9763651Z [00:02:43.795]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:41.9764492Z [00:02:43.795]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:41.9765298Z [00:02:43.795]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:41.9765908Z [00:02:43.795]➜  EOF
2025-08-20T21:58:41.9772625Z [00:02:43.795]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b686/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output=>github.com/projectdiscovery/nuclei/v3/pkg/output;$WORK/b686=>" -p github.com/projectdiscovery/nuclei/v3/pkg/output -lang=go1.24 -complete -installsuffix shared -buildid nvK9VKyylR2Gn1HSSiFt/nvK9VKyylR2Gn1HSSiFt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b686/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/doc.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/file_output_writer.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/format_json.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/format_screen.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/multi_writer.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/output.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/output_stats.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/standard_writer.go
2025-08-20T21:58:41.9778496Z [00:02:43.801]➜  github.com/alecthomas/chroma/lexers/i
2025-08-20T21:58:41.9779103Z [00:02:43.801]➜  mkdir -p $WORK/b817/
2025-08-20T21:58:41.9780061Z [00:02:43.801]➜  cat >/tmp/go-build282983591/b817/importcfg << 'EOF' # internal
2025-08-20T21:58:41.9780761Z [00:02:43.801]➜  # import config
2025-08-20T21:58:41.9781588Z [00:02:43.801]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build282983591/b800/_pkg_.a
2025-08-20T21:58:41.9782866Z [00:02:43.801]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build282983591/b806/_pkg_.a
2025-08-20T21:58:41.9783943Z [00:02:43.801]➜  EOF
2025-08-20T21:58:41.9789065Z [00:02:43.801]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b817/_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/b817=>" -p github.com/alecthomas/chroma/lexers/i -lang=go1.13 -complete -installsuffix shared -buildid HGqfcAbMJnpWHKGtMc7v/HGqfcAbMJnpWHKGtMc7v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b817/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:58:42.0136764Z [00:02:43.839]➜  go tool buildid -w $WORK/b815/_pkg_.a # internal
2025-08-20T21:58:42.0175225Z [00:02:43.843]➜  cp $WORK/b815/_pkg_.a /root/.cache/go-build/43/43cee6fd8c3fa821d473c48e46c1a39a8f578628672b3a0c8245078fc38002e2-d # internal
2025-08-20T21:58:42.0182082Z [00:02:43.844]➜  github.com/alecthomas/chroma/lexers/k
2025-08-20T21:58:42.0188149Z [00:02:43.844]➜  mkdir -p $WORK/b818/
2025-08-20T21:58:42.0195368Z [00:02:43.845]➜  cat >/tmp/go-build282983591/b818/importcfg << 'EOF' # internal
2025-08-20T21:58:42.0199695Z [00:02:43.845]➜  # import config
2025-08-20T21:58:42.0204065Z [00:02:43.846]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build282983591/b800/_pkg_.a
2025-08-20T21:58:42.0208863Z [00:02:43.846]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build282983591/b806/_pkg_.a
2025-08-20T21:58:42.0215513Z [00:02:43.846]➜  EOF
2025-08-20T21:58:42.0220899Z [00:02:43.846]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b818/_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/b818=>" -p github.com/alecthomas/chroma/lexers/k -lang=go1.13 -complete -installsuffix shared -buildid rcy5G3DB2LwlcoSe-epZ/rcy5G3DB2LwlcoSe-epZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b818/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/k/kotlin.go
2025-08-20T21:58:42.0881465Z [00:02:43.913]➜  go tool buildid -w $WORK/b818/_pkg_.a # internal
2025-08-20T21:58:42.0898601Z [00:02:43.915]➜  cp $WORK/b818/_pkg_.a /root/.cache/go-build/24/24b99ad187cbf5df26e40dc89b51ae2ffcfdbd2db4da397d9d46943ecc7f1b79-d # internal
2025-08-20T21:58:42.0912391Z [00:02:43.916]➜  go tool buildid -w $WORK/b817/_pkg_.a # internal
2025-08-20T21:58:42.0913858Z [00:02:43.917]➜  github.com/alecthomas/chroma/lexers/l
2025-08-20T21:58:42.0918802Z [00:02:43.917]➜  mkdir -p $WORK/b819/
2025-08-20T21:58:42.0921064Z [00:02:43.917]➜  cat >/tmp/go-build282983591/b819/importcfg << 'EOF' # internal
2025-08-20T21:58:42.0921974Z [00:02:43.917]➜  # import config
2025-08-20T21:58:42.0923014Z [00:02:43.917]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build282983591/b800/_pkg_.a
2025-08-20T21:58:42.0924417Z [00:02:43.917]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build282983591/b806/_pkg_.a
2025-08-20T21:58:42.0925719Z [00:02:43.917]➜  EOF
2025-08-20T21:58:42.0931885Z [00:02:43.917]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b819/_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/b819=>" -p github.com/alecthomas/chroma/lexers/l -lang=go1.13 -complete -installsuffix shared -buildid BfWmwZquWeYUBv_kDyp-/BfWmwZquWeYUBv_kDyp- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b819/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:58:42.0946282Z [00:02:43.919]➜  cp $WORK/b817/_pkg_.a /root/.cache/go-build/23/234542d05527219e0a16d440f3693b17d70f253a1bf0d4a4a5609620781a97f9-d # internal
2025-08-20T21:58:42.0974430Z [00:02:43.923]➜  github.com/alecthomas/chroma/lexers/n
2025-08-20T21:58:42.0991806Z [00:02:43.923]➜  mkdir -p $WORK/b821/
2025-08-20T21:58:42.0992553Z [00:02:43.923]➜  cat >/tmp/go-build282983591/b821/importcfg << 'EOF' # internal
2025-08-20T21:58:42.0993209Z [00:02:43.923]➜  # import config
2025-08-20T21:58:42.0993991Z [00:02:43.923]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build282983591/b800/_pkg_.a
2025-08-20T21:58:42.0995227Z [00:02:43.923]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build282983591/b806/_pkg_.a
2025-08-20T21:58:42.0996268Z [00:02:43.923]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:42.0996846Z [00:02:43.923]➜  EOF
2025-08-20T21:58:42.1002550Z [00:02:43.923]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b821/_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/b821=>" -p github.com/alecthomas/chroma/lexers/n -lang=go1.13 -complete -installsuffix shared -buildid q_vjbMReIbV-NV7MRe7E/q_vjbMReIbV-NV7MRe7E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b821/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:58:42.1513452Z [00:02:43.974]➜  go tool buildid -w $WORK/b819/_pkg_.a # internal
2025-08-20T21:58:42.1516897Z [00:02:43.976]➜  cp $WORK/b819/_pkg_.a /root/.cache/go-build/88/889911b1f6c4218bf8fc5167ac9a57e1eb5a61b02203933655e322e24b34ff0b-d # internal
2025-08-20T21:58:42.1564905Z [00:02:43.982]➜  github.com/alecthomas/chroma/lexers/o
2025-08-20T21:58:42.1567944Z [00:02:43.982]➜  mkdir -p $WORK/b822/
2025-08-20T21:58:42.1581193Z [00:02:43.982]➜  cat >/tmp/go-build282983591/b822/importcfg << 'EOF' # internal
2025-08-20T21:58:42.1581903Z [00:02:43.982]➜  # import config
2025-08-20T21:58:42.1582685Z [00:02:43.982]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build282983591/b800/_pkg_.a
2025-08-20T21:58:42.1583752Z [00:02:43.982]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build282983591/b806/_pkg_.a
2025-08-20T21:58:42.1584594Z [00:02:43.982]➜  EOF
2025-08-20T21:58:42.1591546Z [00:02:43.983]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b822/_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/b822=>" -p github.com/alecthomas/chroma/lexers/o -lang=go1.13 -complete -installsuffix shared -buildid 3w7hUGC5lxYb5NTCQUEE/3w7hUGC5lxYb5NTCQUEE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b822/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:58:42.2776577Z [00:02:44.103]➜  go tool buildid -w $WORK/b821/_pkg_.a # internal
2025-08-20T21:58:42.2796892Z [00:02:44.105]➜  cp $WORK/b821/_pkg_.a /root/.cache/go-build/44/4402c5510fa9117012f33c187b8084475b3e8437425f020fda8f65cd31010297-d # internal
2025-08-20T21:58:42.2836102Z [00:02:44.109]➜  github.com/alecthomas/chroma/lexers/q
2025-08-20T21:58:42.2838865Z [00:02:44.109]➜  mkdir -p $WORK/b823/
2025-08-20T21:58:42.2842665Z [00:02:44.110]➜  cat >/tmp/go-build282983591/b823/importcfg << 'EOF' # internal
2025-08-20T21:58:42.2843627Z [00:02:44.110]➜  # import config
2025-08-20T21:58:42.2871892Z [00:02:44.110]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build282983591/b800/_pkg_.a
2025-08-20T21:58:42.2873129Z [00:02:44.110]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build282983591/b806/_pkg_.a
2025-08-20T21:58:42.2873972Z [00:02:44.110]➜  EOF
2025-08-20T21:58:42.2877944Z [00:02:44.110]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b823/_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/b823=>" -p github.com/alecthomas/chroma/lexers/q -lang=go1.13 -complete -installsuffix shared -buildid dKxCcIjvGvBFKG5rzY6z/dKxCcIjvGvBFKG5rzY6z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b823/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:58:42.4407371Z [00:02:44.266]➜  go tool buildid -w $WORK/b823/_pkg_.a # internal
2025-08-20T21:58:42.4424698Z [00:02:44.268]➜  cp $WORK/b823/_pkg_.a /root/.cache/go-build/56/56c19b8ef7f51a92b4155afcc323861741abee3b8ffccbb6d373b12db749adf8-d # internal
2025-08-20T21:58:42.4483220Z [00:02:44.273]➜  github.com/alecthomas/chroma/lexers/r
2025-08-20T21:58:42.4488966Z [00:02:44.274]➜  mkdir -p $WORK/b824/
2025-08-20T21:58:42.4492533Z [00:02:44.274]➜  cat >/tmp/go-build282983591/b824/importcfg << 'EOF' # internal
2025-08-20T21:58:42.4493224Z [00:02:44.274]➜  # import config
2025-08-20T21:58:42.4494028Z [00:02:44.274]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build282983591/b800/_pkg_.a
2025-08-20T21:58:42.4495287Z [00:02:44.274]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build282983591/b806/_pkg_.a
2025-08-20T21:58:42.4496769Z [00:02:44.274]➜  packagefile github.com/dlclark/regexp2=/tmp/go-build282983591/b487/_pkg_.a
2025-08-20T21:58:42.4497746Z [00:02:44.274]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:42.4498734Z [00:02:44.274]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:42.4499623Z [00:02:44.274]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:42.4500523Z [00:02:44.274]➜  EOF
2025-08-20T21:58:42.4508653Z [00:02:44.274]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b824/_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/b824=>" -p github.com/alecthomas/chroma/lexers/r -lang=go1.13 -complete -installsuffix shared -buildid rD_sFPaG_PTK3rj7baSq/rD_sFPaG_PTK3rj7baSq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b824/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:58:42.4981126Z [00:02:44.323]➜  go tool buildid -w $WORK/b686/_pkg_.a # internal
2025-08-20T21:58:42.5112583Z [00:02:44.336]➜  cp $WORK/b686/_pkg_.a /root/.cache/go-build/f1/f1ea415f55da9e6640494b8c12d1b573b959fd77887bdecc7a4c5eac33e98144-d # internal
2025-08-20T21:58:42.5128839Z [00:02:44.338]➜  github.com/projectdiscovery/nuclei/v3/internal/pdcp
2025-08-20T21:58:42.5132031Z [00:02:44.338]➜  mkdir -p $WORK/b622/
2025-08-20T21:58:42.5137913Z [00:02:44.339]➜  cat >/tmp/go-build282983591/b622/importcfg << 'EOF' # internal
2025-08-20T21:58:42.5145968Z [00:02:44.339]➜  # import config
2025-08-20T21:58:42.5146721Z [00:02:44.339]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:42.5147786Z [00:02:44.339]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:42.5148608Z [00:02:44.339]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:42.5149416Z [00:02:44.339]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:42.5150622Z [00:02:44.339]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:58:42.5157625Z [00:02:44.339]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build282983591/b623/_pkg_.a
2025-08-20T21:58:42.5159160Z [00:02:44.339]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:58:42.5160985Z [00:02:44.339]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build282983591/b626/_pkg_.a
2025-08-20T21:58:42.5162492Z [00:02:44.339]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build282983591/b342/_pkg_.a
2025-08-20T21:58:42.5164109Z [00:02:44.339]➜  packagefile github.com/projectdiscovery/utils/auth/pdcp=/tmp/go-build282983591/b341/_pkg_.a
2025-08-20T21:58:42.5165404Z [00:02:44.339]➜  packagefile github.com/projectdiscovery/utils/env=/tmp/go-build282983591/b183/_pkg_.a
2025-08-20T21:58:42.5166672Z [00:02:44.339]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:58:42.5167964Z [00:02:44.339]➜  packagefile github.com/projectdiscovery/utils/unit=/tmp/go-build282983591/b780/_pkg_.a
2025-08-20T21:58:42.5169264Z [00:02:44.339]➜  packagefile github.com/projectdiscovery/utils/update=/tmp/go-build282983591/b480/_pkg_.a
2025-08-20T21:58:42.5170764Z [00:02:44.339]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build282983591/b449/_pkg_.a
2025-08-20T21:58:42.5171932Z [00:02:44.339]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:42.5172864Z [00:02:44.339]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:42.5173724Z [00:02:44.339]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:42.5174554Z [00:02:44.339]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:42.5175394Z [00:02:44.339]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:42.5176226Z [00:02:44.339]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:42.5176815Z [00:02:44.339]➜  EOF
2025-08-20T21:58:42.5181109Z [00:02:44.339]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b622/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/pdcp=>github.com/projectdiscovery/nuclei/v3/internal/pdcp;$WORK/b622=>" -p github.com/projectdiscovery/nuclei/v3/internal/pdcp -lang=go1.24 -complete -installsuffix shared -buildid 6bL4nGv229KhT96eDU-1/6bL4nGv229KhT96eDU-1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b622/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/pdcp/utils.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/pdcp/writer.go
2025-08-20T21:58:42.6012647Z [00:02:44.424]➜  go tool buildid -w $WORK/b822/_pkg_.a # internal
2025-08-20T21:58:42.6068429Z [00:02:44.432]➜  cp $WORK/b822/_pkg_.a /root/.cache/go-build/32/32c4cd683963b5f7c1f25b594caa91a322f7cfb901a1fdb75fb4563fc9eecae9-d # internal
2025-08-20T21:58:42.6119034Z [00:02:44.437]➜  github.com/alecthomas/chroma/lexers/t
2025-08-20T21:58:42.6121463Z [00:02:44.437]➜  mkdir -p $WORK/b826/
2025-08-20T21:58:42.6141720Z [00:02:44.439]➜  cat >/tmp/go-build282983591/b826/importcfg << 'EOF' # internal
2025-08-20T21:58:42.6142711Z [00:02:44.439]➜  # import config
2025-08-20T21:58:42.6144317Z [00:02:44.439]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build282983591/b800/_pkg_.a
2025-08-20T21:58:42.6145881Z [00:02:44.439]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build282983591/b806/_pkg_.a
2025-08-20T21:58:42.6147194Z [00:02:44.439]➜  EOF
2025-08-20T21:58:42.6160505Z [00:02:44.440]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b826/_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/b826=>" -p github.com/alecthomas/chroma/lexers/t -lang=go1.13 -complete -installsuffix shared -buildid Jt4LXMMhuMf_lQ5b3F_0/Jt4LXMMhuMf_lQ5b3F_0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b826/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:58:42.8120113Z [00:02:44.637]➜  go tool buildid -w $WORK/b622/_pkg_.a # internal
2025-08-20T21:58:42.8222975Z [00:02:44.647]➜  cp $WORK/b622/_pkg_.a /root/.cache/go-build/50/50c331cafc6f9ff2b21c8429e1c7250918cd03a11cae30249adee13f9d28ad73-d # internal
2025-08-20T21:58:42.8254187Z [00:02:44.651]➜  github.com/alecthomas/chroma/lexers/v
2025-08-20T21:58:42.8254828Z [00:02:44.651]➜  mkdir -p $WORK/b827/
2025-08-20T21:58:42.8259386Z [00:02:44.651]➜  cat >/tmp/go-build282983591/b827/importcfg << 'EOF' # internal
2025-08-20T21:58:42.8260242Z [00:02:44.651]➜  # import config
2025-08-20T21:58:42.8261333Z [00:02:44.651]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build282983591/b800/_pkg_.a
2025-08-20T21:58:42.8262528Z [00:02:44.651]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build282983591/b806/_pkg_.a
2025-08-20T21:58:42.8263757Z [00:02:44.651]➜  packagefile github.com/alecthomas/chroma/lexers/p=/tmp/go-build282983591/b809/_pkg_.a
2025-08-20T21:58:42.8264520Z [00:02:44.651]➜  EOF
2025-08-20T21:58:42.8270297Z [00:02:44.651]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b827/_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/b827=>" -p github.com/alecthomas/chroma/lexers/v -lang=go1.13 -complete -installsuffix shared -buildid EynFwzRaJOqagxo4mrC3/EynFwzRaJOqagxo4mrC3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b827/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:58:42.9102791Z [00:02:44.735]➜  go tool buildid -w $WORK/b808/_pkg_.a # internal
2025-08-20T21:58:42.9201245Z [00:02:44.745]➜  cp $WORK/b808/_pkg_.a /root/.cache/go-build/4a/4aaa5e525baaf4abe6f18c121c4e7999686323dd26b0a46ac6b3c6405362f7b6-d # internal
2025-08-20T21:58:42.9258608Z [00:02:44.751]➜  github.com/alecthomas/chroma/lexers/h
2025-08-20T21:58:42.9259919Z [00:02:44.751]➜  mkdir -p $WORK/b811/
2025-08-20T21:58:42.9269299Z [00:02:44.752]➜  cat >/tmp/go-build282983591/b811/importcfg << 'EOF' # internal
2025-08-20T21:58:42.9272989Z [00:02:44.752]➜  # import config
2025-08-20T21:58:42.9273828Z [00:02:44.752]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build282983591/b800/_pkg_.a
2025-08-20T21:58:42.9275153Z [00:02:44.752]➜  packagefile github.com/alecthomas/chroma/lexers/c=/tmp/go-build282983591/b808/_pkg_.a
2025-08-20T21:58:42.9276382Z [00:02:44.752]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build282983591/b806/_pkg_.a
2025-08-20T21:58:42.9277604Z [00:02:44.752]➜  packagefile github.com/alecthomas/chroma/lexers/j=/tmp/go-build282983591/b812/_pkg_.a
2025-08-20T21:58:42.9278630Z [00:02:44.752]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:42.9279235Z [00:02:44.752]➜  EOF
2025-08-20T21:58:42.9287199Z [00:02:44.752]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b811/_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/b811=>" -p github.com/alecthomas/chroma/lexers/h -lang=go1.13 -complete -installsuffix shared -buildid CgnJHsQvdaOQxTpzOaX2/CgnJHsQvdaOQxTpzOaX2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b811/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:58:43.1535800Z [00:02:44.979]➜  go tool buildid -w $WORK/b827/_pkg_.a # internal
2025-08-20T21:58:43.1626509Z [00:02:44.988]➜  cp $WORK/b827/_pkg_.a /root/.cache/go-build/ac/acc97e2c270937aa06e53ab8b15bd4759701fff401d230ef04a3317944d51df7-d # internal
2025-08-20T21:58:43.1683433Z [00:02:44.994]➜  github.com/alecthomas/chroma/lexers/w
2025-08-20T21:58:43.1685543Z [00:02:44.994]➜  mkdir -p $WORK/b828/
2025-08-20T21:58:43.1691467Z [00:02:44.994]➜  cat >/tmp/go-build282983591/b828/importcfg << 'EOF' # internal
2025-08-20T21:58:43.1693040Z [00:02:44.994]➜  # import config
2025-08-20T21:58:43.1694074Z [00:02:44.994]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build282983591/b800/_pkg_.a
2025-08-20T21:58:43.1695324Z [00:02:44.994]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build282983591/b806/_pkg_.a
2025-08-20T21:58:43.1696229Z [00:02:44.994]➜  EOF
2025-08-20T21:58:43.1700283Z [00:02:44.995]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b828/_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/b828=>" -p github.com/alecthomas/chroma/lexers/w -lang=go1.13 -complete -installsuffix shared -buildid vl0lv9V5tCKnVEauk6Wd/vl0lv9V5tCKnVEauk6Wd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b828/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/w/wdte.go
2025-08-20T21:58:43.2047505Z [00:02:45.030]➜  go tool buildid -w $WORK/b828/_pkg_.a # internal
2025-08-20T21:58:43.2055944Z [00:02:45.031]➜  cp $WORK/b828/_pkg_.a /root/.cache/go-build/48/4823f9a41e911c17ba053e5626ff6d94ac331311ba84d8da2d34c00ede5609e1-d # internal
2025-08-20T21:58:43.2107289Z [00:02:45.036]➜  github.com/alecthomas/chroma/lexers/x
2025-08-20T21:58:43.2108798Z [00:02:45.036]➜  mkdir -p $WORK/b829/
2025-08-20T21:58:43.2113558Z [00:02:45.037]➜  cat >/tmp/go-build282983591/b829/importcfg << 'EOF' # internal
2025-08-20T21:58:43.2115074Z [00:02:45.037]➜  # import config
2025-08-20T21:58:43.2115859Z [00:02:45.037]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build282983591/b800/_pkg_.a
2025-08-20T21:58:43.2117034Z [00:02:45.037]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build282983591/b806/_pkg_.a
2025-08-20T21:58:43.2117823Z [00:02:45.037]➜  EOF
2025-08-20T21:58:43.2122103Z [00:02:45.037]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b829/_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/b829=>" -p github.com/alecthomas/chroma/lexers/x -lang=go1.13 -complete -installsuffix shared -buildid egqAQQ-K1qnr4grYt3eu/egqAQQ-K1qnr4grYt3eu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b829/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:58:43.2415298Z [00:02:45.067]➜  go tool buildid -w $WORK/b826/_pkg_.a # internal
2025-08-20T21:58:43.2566075Z [00:02:45.082]➜  cp $WORK/b826/_pkg_.a /root/.cache/go-build/de/def2529340e67622e7f5bdfd61b39bcec6008ccc905822296f644eb3af2f6557-d # internal
2025-08-20T21:58:43.2620064Z [00:02:45.087]➜  github.com/alecthomas/chroma/lexers/y
2025-08-20T21:58:43.2620882Z [00:02:45.087]➜  mkdir -p $WORK/b830/
2025-08-20T21:58:43.2626895Z [00:02:45.088]➜  cat >/tmp/go-build282983591/b830/importcfg << 'EOF' # internal
2025-08-20T21:58:43.2627565Z [00:02:45.088]➜  # import config
2025-08-20T21:58:43.2628346Z [00:02:45.088]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build282983591/b800/_pkg_.a
2025-08-20T21:58:43.2629507Z [00:02:45.088]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build282983591/b806/_pkg_.a
2025-08-20T21:58:43.2630509Z [00:02:45.088]➜  EOF
2025-08-20T21:58:43.2636347Z [00:02:45.088]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b830/_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/b830=>" -p github.com/alecthomas/chroma/lexers/y -lang=go1.13 -complete -installsuffix shared -buildid DCTbhhrsnxDZpFrCMYsN/DCTbhhrsnxDZpFrCMYsN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b830/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:58:43.3044085Z [00:02:45.129]➜  go tool buildid -w $WORK/b829/_pkg_.a # internal
2025-08-20T21:58:43.3052404Z [00:02:45.130]➜  cp $WORK/b829/_pkg_.a /root/.cache/go-build/fd/fd41ce9212a58a278fea8f94dc9e40f43ef148da07dc819cf11390d1a17f6a86-d # internal
2025-08-20T21:58:43.3092151Z [00:02:45.134]➜  github.com/alecthomas/chroma/lexers/z
2025-08-20T21:58:43.3092757Z [00:02:45.134]➜  mkdir -p $WORK/b831/
2025-08-20T21:58:43.3143095Z [00:02:45.140]➜  cat >/tmp/go-build282983591/b831/importcfg << 'EOF' # internal
2025-08-20T21:58:43.3144232Z [00:02:45.140]➜  # import config
2025-08-20T21:58:43.3145526Z [00:02:45.140]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build282983591/b800/_pkg_.a
2025-08-20T21:58:43.3146787Z [00:02:45.140]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build282983591/b806/_pkg_.a
2025-08-20T21:58:43.3147918Z [00:02:45.140]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:43.3148543Z [00:02:45.140]➜  EOF
2025-08-20T21:58:43.3152782Z [00:02:45.140]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b831/_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/b831=>" -p github.com/alecthomas/chroma/lexers/z -lang=go1.13 -complete -installsuffix shared -buildid Q84dPCUtv2TTdLUxwN82/Q84dPCUtv2TTdLUxwN82 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b831/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:58:43.3628409Z [00:02:45.188]➜  go tool buildid -w $WORK/b830/_pkg_.a # internal
2025-08-20T21:58:43.3658512Z [00:02:45.191]➜  cp $WORK/b830/_pkg_.a /root/.cache/go-build/dd/dd99e3b8880c858e18065e3aa46611fe5e398bd0bf9599f1fffbab7a74acb2f0-d # internal
2025-08-20T21:58:43.3700410Z [00:02:45.195]➜  go tool buildid -w $WORK/b831/_pkg_.a # internal
2025-08-20T21:58:43.3708596Z [00:02:45.196]➜  cp $WORK/b831/_pkg_.a /root/.cache/go-build/db/db7316345865995690149b05af98dc4cbfb7d724c65f3fd3593a53e42127eeb1-d # internal
2025-08-20T21:58:43.3710802Z [00:02:45.196]➜  github.com/gabriel-vasile/mimetype
2025-08-20T21:58:43.3711424Z [00:02:45.196]➜  mkdir -p $WORK/b834/
2025-08-20T21:58:43.3714115Z [00:02:45.197]➜  cat >/tmp/go-build282983591/b834/importcfg << 'EOF' # internal
2025-08-20T21:58:43.3714801Z [00:02:45.197]➜  # import config
2025-08-20T21:58:43.3715793Z [00:02:45.197]➜  packagefile github.com/gabriel-vasile/mimetype/internal/charset=/tmp/go-build282983591/b835/_pkg_.a
2025-08-20T21:58:43.3717226Z [00:02:45.197]➜  packagefile github.com/gabriel-vasile/mimetype/internal/magic=/tmp/go-build282983591/b836/_pkg_.a
2025-08-20T21:58:43.3718291Z [00:02:45.197]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:43.3719077Z [00:02:45.197]➜  packagefile mime=/tmp/go-build282983591/b215/_pkg_.a
2025-08-20T21:58:43.3720046Z [00:02:45.197]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:43.3720853Z [00:02:45.197]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:43.3721691Z [00:02:45.197]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:43.3722315Z [00:02:45.197]➜  EOF
2025-08-20T21:58:43.3726979Z [00:02:45.197]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b834/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.8=>github.com/gabriel-vasile/mimetype@v1.4.8;$WORK/b834=>" -p github.com/gabriel-vasile/mimetype -lang=go1.20 -complete -installsuffix shared -buildid s0adg9t6jJaUXxa3itgM/s0adg9t6jJaUXxa3itgM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b834/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:58:43.3878334Z [00:02:45.212]➜  github.com/alecthomas/chroma/styles
2025-08-20T21:58:43.3879291Z [00:02:45.212]➜  mkdir -p $WORK/b832/
2025-08-20T21:58:43.3880272Z [00:02:45.212]➜  cat >/tmp/go-build282983591/b832/importcfg << 'EOF' # internal
2025-08-20T21:58:43.3880964Z [00:02:45.212]➜  # import config
2025-08-20T21:58:43.3881776Z [00:02:45.212]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build282983591/b800/_pkg_.a
2025-08-20T21:58:43.3882707Z [00:02:45.212]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:43.3883284Z [00:02:45.212]➜  EOF
2025-08-20T21:58:43.3913537Z [00:02:45.212]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b832/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/styles=>github.com/alecthomas/chroma@v0.10.0/styles;$WORK/b832=>" -p github.com/alecthomas/chroma/styles -lang=go1.13 -complete -installsuffix shared -buildid ZdBpJ-m9Ebk4RDWoec_d/ZdBpJ-m9Ebk4RDWoec_d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b832/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:58:43.6123277Z [00:02:45.437]➜  go tool buildid -w $WORK/b832/_pkg_.a # internal
2025-08-20T21:58:43.6163428Z [00:02:45.441]➜  cp $WORK/b832/_pkg_.a /root/.cache/go-build/6e/6e3a2f5490cb5d6dc251d8c65ee171fac79ffd4870b0645ea27f45cb2151d73d-d # internal
2025-08-20T21:58:43.6167285Z [00:02:45.442]➜  github.com/go-playground/locales
2025-08-20T21:58:43.6170293Z [00:02:45.442]➜  mkdir -p $WORK/b840/
2025-08-20T21:58:43.6182658Z [00:02:45.443]➜  cat >/tmp/go-build282983591/b840/importcfg << 'EOF' # internal
2025-08-20T21:58:43.6184662Z [00:02:45.444]➜  # import config
2025-08-20T21:58:43.6187163Z [00:02:45.444]➜  packagefile github.com/go-playground/locales/currency=/tmp/go-build282983591/b841/_pkg_.a
2025-08-20T21:58:43.6188479Z [00:02:45.444]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:43.6190651Z [00:02:45.444]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:43.6191269Z [00:02:45.444]➜  EOF
2025-08-20T21:58:43.6194654Z [00:02:45.444]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b840/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-playground/locales@v0.14.1=>github.com/go-playground/locales@v0.14.1;$WORK/b840=>" -p github.com/go-playground/locales -lang=go1.17 -complete -installsuffix shared -buildid _B6JRz1lF0s8lQh3-_dq/_B6JRz1lF0s8lQh3-_dq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b840/importcfg -pack /root/go/pkg/mod/github.com/go-playground/locales@v0.14.1/rules.go
2025-08-20T21:58:43.6507048Z [00:02:45.476]➜  go tool buildid -w $WORK/b840/_pkg_.a # internal
2025-08-20T21:58:43.6547720Z [00:02:45.480]➜  cp $WORK/b840/_pkg_.a /root/.cache/go-build/22/22043faeeaec2f9ac47ec8d24b126c5a4c33a829e8a7f3b2417e924db358a436-d # internal
2025-08-20T21:58:43.6553063Z [00:02:45.480]➜  github.com/go-playground/universal-translator
2025-08-20T21:58:43.6556571Z [00:02:45.481]➜  mkdir -p $WORK/b839/
2025-08-20T21:58:43.6571069Z [00:02:45.482]➜  cat >/tmp/go-build282983591/b839/importcfg << 'EOF' # internal
2025-08-20T21:58:43.6571775Z [00:02:45.482]➜  # import config
2025-08-20T21:58:43.6572482Z [00:02:45.482]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:43.6573347Z [00:02:45.482]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:43.6574139Z [00:02:45.482]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:43.6575113Z [00:02:45.482]➜  packagefile github.com/go-playground/locales=/tmp/go-build282983591/b840/_pkg_.a
2025-08-20T21:58:43.6576059Z [00:02:45.482]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:43.6576820Z [00:02:45.482]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:43.6577684Z [00:02:45.482]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:43.6578541Z [00:02:45.482]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:43.6579334Z [00:02:45.482]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:43.6580119Z [00:02:45.482]➜  EOF
2025-08-20T21:58:43.6587238Z [00:02:45.483]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b839/_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/b839=>" -p github.com/go-playground/universal-translator -lang=go1.18 -complete -installsuffix shared -buildid W_Vx5AuGD4oLZZTL2KX7/W_Vx5AuGD4oLZZTL2KX7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b839/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:58:43.7269514Z [00:02:45.552]➜  go tool buildid -w $WORK/b834/_pkg_.a # internal
2025-08-20T21:58:43.7305052Z [00:02:45.555]➜  cp $WORK/b834/_pkg_.a /root/.cache/go-build/e9/e90840d1b22be7e11a0c1a4d0df6c2941eda12a98b5a919c6bea093558b8812b-d # internal
2025-08-20T21:58:43.7315183Z [00:02:45.556]➜  github.com/leodido/go-urn
2025-08-20T21:58:43.7315735Z [00:02:45.556]➜  mkdir -p $WORK/b842/
2025-08-20T21:58:43.7316412Z [00:02:45.556]➜  cat >/tmp/go-build282983591/b842/importcfg << 'EOF' # internal
2025-08-20T21:58:43.7317051Z [00:02:45.556]➜  # import config
2025-08-20T21:58:43.7317707Z [00:02:45.556]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:43.7318528Z [00:02:45.556]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:43.7319452Z [00:02:45.556]➜  packagefile github.com/leodido/go-urn/scim/schema=/tmp/go-build282983591/b843/_pkg_.a
2025-08-20T21:58:43.7320619Z [00:02:45.556]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:43.7321188Z [00:02:45.556]➜  EOF
2025-08-20T21:58:43.7326495Z [00:02:45.557]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b842/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/leodido/go-urn@v1.4.0=>github.com/leodido/go-urn@v1.4.0;$WORK/b842=>" -p github.com/leodido/go-urn -lang=go1.18 -complete -installsuffix shared -buildid z3p-lFYl7ugbiMxQPNwK/z3p-lFYl7ugbiMxQPNwK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b842/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:58:43.8192589Z [00:02:45.644]➜  go tool buildid -w $WORK/b824/_pkg_.a # internal
2025-08-20T21:58:43.8466812Z [00:02:45.672]➜  cp $WORK/b824/_pkg_.a /root/.cache/go-build/47/47a68b8415dd76ed4312739d686f83b8f4dc5a32568602d9fffa4abf281c7cd7-d # internal
2025-08-20T21:58:43.8470127Z [00:02:45.672]➜  net/mail
2025-08-20T21:58:43.8472252Z [00:02:45.672]➜  mkdir -p $WORK/b844/
2025-08-20T21:58:43.8473496Z [00:02:45.672]➜  cat >/tmp/go-build282983591/b844/importcfg << 'EOF' # internal
2025-08-20T21:58:43.8476168Z [00:02:45.672]➜  # import config
2025-08-20T21:58:43.8476845Z [00:02:45.672]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:43.8477657Z [00:02:45.672]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:43.8478459Z [00:02:45.672]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:43.8479252Z [00:02:45.672]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:43.8480229Z [00:02:45.672]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:43.8481031Z [00:02:45.672]➜  packagefile mime=/tmp/go-build282983591/b215/_pkg_.a
2025-08-20T21:58:43.8481786Z [00:02:45.672]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:43.8482606Z [00:02:45.672]➜  packagefile net/textproto=/tmp/go-build282983591/b212/_pkg_.a
2025-08-20T21:58:43.8483456Z [00:02:45.672]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:43.8484277Z [00:02:45.672]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:43.8485079Z [00:02:45.672]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:43.8485902Z [00:02:45.672]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:43.8486542Z [00:02:45.672]➜  EOF
2025-08-20T21:58:43.8489430Z [00:02:45.672]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b844/_pkg_.a -trimpath "/root/.go/src/net/mail=>net/mail;$WORK/b844=>" -p net/mail -lang=go1.25 -std -complete -installsuffix shared -buildid fzkxIv3kNNjisQM8LW-r/fzkxIv3kNNjisQM8LW-r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b844/importcfg -pack /root/.go/src/net/mail/message.go
2025-08-20T21:58:43.8585994Z [00:02:45.684]➜  go tool buildid -w $WORK/b839/_pkg_.a # internal
2025-08-20T21:58:43.8610363Z [00:02:45.686]➜  cp $WORK/b839/_pkg_.a /root/.cache/go-build/17/17b86b8fd486b478723bd5e22f07b8db16c6c896b0732f1059f727138a99851b-d # internal
2025-08-20T21:58:43.8635150Z [00:02:45.689]➜  github.com/go-sourcemap/sourcemap/internal/base64vlq
2025-08-20T21:58:43.8638313Z [00:02:45.689]➜  mkdir -p $WORK/b851/
2025-08-20T21:58:43.8641817Z [00:02:45.689]➜  cat >/tmp/go-build282983591/b851/importcfg << 'EOF' # internal
2025-08-20T21:58:43.8650171Z [00:02:45.689]➜  # import config
2025-08-20T21:58:43.8650834Z [00:02:45.689]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:43.8651479Z [00:02:45.690]➜  EOF
2025-08-20T21:58:43.8656014Z [00:02:45.690]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b851/_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/b851=>" -p github.com/go-sourcemap/sourcemap/internal/base64vlq -lang=go1.16 -complete -installsuffix shared -buildid TY3JvNHHNzzpaTNMfTec/TY3JvNHHNzzpaTNMfTec -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b851/importcfg -pack /root/go/pkg/mod/github.com/go-sourcemap/sourcemap@v2.1.4+incompatible/internal/base64vlq/base64vlq.go
2025-08-20T21:58:43.8965242Z [00:02:45.722]➜  go tool buildid -w $WORK/b851/_pkg_.a # internal
2025-08-20T21:58:43.8984052Z [00:02:45.723]➜  cp $WORK/b851/_pkg_.a /root/.cache/go-build/b6/b6a581b85ce83da24ab3950fcd459d87115e43c7467c5bf663cdcc03e8d33924-d # internal
2025-08-20T21:58:43.8991449Z [00:02:45.724]➜  github.com/go-sourcemap/sourcemap
2025-08-20T21:58:43.8992097Z [00:02:45.724]➜  mkdir -p $WORK/b850/
2025-08-20T21:58:43.9030219Z [00:02:45.728]➜  cat >/tmp/go-build282983591/b850/importcfg << 'EOF' # internal
2025-08-20T21:58:43.9032591Z [00:02:45.729]➜  # import config
2025-08-20T21:58:43.9033970Z [00:02:45.729]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:43.9035171Z [00:02:45.729]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:43.9036179Z [00:02:45.729]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:43.9037490Z [00:02:45.729]➜  packagefile github.com/go-sourcemap/sourcemap/internal/base64vlq=/tmp/go-build282983591/b851/_pkg_.a
2025-08-20T21:58:43.9041184Z [00:02:45.729]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:43.9042069Z [00:02:45.729]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:43.9042912Z [00:02:45.729]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:58:43.9043735Z [00:02:45.729]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:43.9044551Z [00:02:45.729]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:43.9045213Z [00:02:45.729]➜  EOF
2025-08-20T21:58:43.9049684Z [00:02:45.729]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b850/_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/b850=>" -p github.com/go-sourcemap/sourcemap -lang=go1.16 -complete -installsuffix shared -buildid fCv0QQnsAzjRH72rvTHM/fCv0QQnsAzjRH72rvTHM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b850/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:58:43.9701960Z [00:02:45.795]➜  go tool buildid -w $WORK/b850/_pkg_.a # internal
2025-08-20T21:58:43.9711321Z [00:02:45.796]➜  cp $WORK/b850/_pkg_.a /root/.cache/go-build/bd/bd432d37afae5f45495adbc0ae19171a2793a3662348951f483c39f8482dab90-d # internal
2025-08-20T21:58:43.9724048Z [00:02:45.798]➜  github.com/Mzack9999/goja/file
2025-08-20T21:58:43.9724638Z [00:02:45.798]➜  mkdir -p $WORK/b849/
2025-08-20T21:58:43.9739457Z [00:02:45.799]➜  cat >/tmp/go-build282983591/b849/importcfg << 'EOF' # internal
2025-08-20T21:58:43.9741741Z [00:02:45.799]➜  # import config
2025-08-20T21:58:43.9743006Z [00:02:45.799]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:43.9749363Z [00:02:45.799]➜  packagefile github.com/go-sourcemap/sourcemap=/tmp/go-build282983591/b850/_pkg_.a
2025-08-20T21:58:43.9750634Z [00:02:45.799]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:43.9751440Z [00:02:45.799]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:58:43.9752276Z [00:02:45.799]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:43.9753148Z [00:02:45.799]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:43.9753933Z [00:02:45.799]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:43.9754720Z [00:02:45.799]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:43.9755300Z [00:02:45.799]➜  EOF
2025-08-20T21:58:43.9759290Z [00:02:45.800]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b849/_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/b849=>" -p github.com/Mzack9999/goja/file -lang=go1.20 -complete -installsuffix shared -buildid o_trPMaTsL2n8AnrCPfV/o_trPMaTsL2n8AnrCPfV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b849/importcfg -pack /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/file/file.go
2025-08-20T21:58:43.9862537Z [00:02:45.811]➜  go tool buildid -w $WORK/b811/_pkg_.a # internal
2025-08-20T21:58:43.9866718Z [00:02:45.812]➜  go tool buildid -w $WORK/b844/_pkg_.a # internal
2025-08-20T21:58:43.9887017Z [00:02:45.814]➜  cp $WORK/b844/_pkg_.a /root/.cache/go-build/52/52b6e7a7d61d94086d23a1d3845ae3ff9f98756d181c8e9bd785694d168ede32-d # internal
2025-08-20T21:58:43.9897919Z [00:02:45.815]➜  github.com/Mzack9999/goja/token
2025-08-20T21:58:43.9901720Z [00:02:45.815]➜  mkdir -p $WORK/b852/
2025-08-20T21:58:43.9908773Z [00:02:45.816]➜  cat >/tmp/go-build282983591/b852/importcfg << 'EOF' # internal
2025-08-20T21:58:43.9910408Z [00:02:45.816]➜  # import config
2025-08-20T21:58:43.9911270Z [00:02:45.816]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:43.9914753Z [00:02:45.816]➜  EOF
2025-08-20T21:58:43.9924030Z [00:02:45.817]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b852/_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/b852=>" -p github.com/Mzack9999/goja/token -lang=go1.20 -complete -installsuffix shared -buildid f_gorVoEuP_GG-AJB7gx/f_gorVoEuP_GG-AJB7gx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b852/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:58:43.9946238Z [00:02:45.820]➜  cp $WORK/b811/_pkg_.a /root/.cache/go-build/44/44739df99c9f62084e8aca727a3d45b5c8e082017c21f507181f8f462b8c8bca-d # internal
2025-08-20T21:58:43.9952195Z [00:02:45.820]➜  github.com/alecthomas/chroma/lexers/circular
2025-08-20T21:58:43.9956959Z [00:02:45.821]➜  mkdir -p $WORK/b810/
2025-08-20T21:58:43.9966527Z [00:02:45.822]➜  cat >/tmp/go-build282983591/b810/importcfg << 'EOF' # internal
2025-08-20T21:58:43.9971294Z [00:02:45.822]➜  # import config
2025-08-20T21:58:43.9972153Z [00:02:45.822]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build282983591/b800/_pkg_.a
2025-08-20T21:58:43.9973562Z [00:02:45.822]➜  packagefile github.com/alecthomas/chroma/lexers/h=/tmp/go-build282983591/b811/_pkg_.a
2025-08-20T21:58:43.9974999Z [00:02:45.822]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build282983591/b806/_pkg_.a
2025-08-20T21:58:43.9976126Z [00:02:45.822]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:43.9976744Z [00:02:45.822]➜  EOF
2025-08-20T21:58:43.9989143Z [00:02:45.824]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b810/_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/b810=>" -p github.com/alecthomas/chroma/lexers/circular -lang=go1.13 -complete -installsuffix shared -buildid XClN2EfvnZg4DeyavgOC/XClN2EfvnZg4DeyavgOC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b810/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:58:44.0044977Z [00:02:45.830]➜  go tool buildid -w $WORK/b849/_pkg_.a # internal
2025-08-20T21:58:44.0056360Z [00:02:45.831]➜  cp $WORK/b849/_pkg_.a /root/.cache/go-build/d2/d2f51d8755798341dc73356d90f758bb469f3b3a5d9392bfbbc1c6eaf787add8-d # internal
2025-08-20T21:58:44.0101095Z [00:02:45.835]➜  github.com/alecthomas/chroma/lexers/g
2025-08-20T21:58:44.0102747Z [00:02:45.835]➜  mkdir -p $WORK/b816/
2025-08-20T21:58:44.0113555Z [00:02:45.836]➜  cat >/tmp/go-build282983591/b816/importcfg << 'EOF' # internal
2025-08-20T21:58:44.0115753Z [00:02:45.836]➜  # import config
2025-08-20T21:58:44.0116562Z [00:02:45.836]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build282983591/b800/_pkg_.a
2025-08-20T21:58:44.0117761Z [00:02:45.836]➜  packagefile github.com/alecthomas/chroma/lexers/h=/tmp/go-build282983591/b811/_pkg_.a
2025-08-20T21:58:44.0119081Z [00:02:45.836]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build282983591/b806/_pkg_.a
2025-08-20T21:58:44.0120592Z [00:02:45.836]➜  packagefile github.com/alecthomas/chroma/lexers/p=/tmp/go-build282983591/b809/_pkg_.a
2025-08-20T21:58:44.0121795Z [00:02:45.836]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:44.0122555Z [00:02:45.836]➜  EOF
2025-08-20T21:58:44.0141644Z [00:02:45.837]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b816/_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/b816=>" -p github.com/alecthomas/chroma/lexers/g -lang=go1.13 -complete -installsuffix shared -buildid hjayCmkJMLaRxpcyPmsO/hjayCmkJMLaRxpcyPmsO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b816/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:58:44.0151170Z [00:02:45.839]➜  go tool buildid -w $WORK/b852/_pkg_.a # internal
2025-08-20T21:58:44.0152445Z [00:02:45.840]➜  cp $WORK/b852/_pkg_.a /root/.cache/go-build/0a/0aebddf3eb48a9ebe17a2ac334a31a37f47e931d7d1cb2569bc9f089960eb711-d # internal
2025-08-20T21:58:44.0198061Z [00:02:45.845]➜  github.com/alecthomas/chroma/lexers/m
2025-08-20T21:58:44.0198676Z [00:02:45.845]➜  mkdir -p $WORK/b820/
2025-08-20T21:58:44.0234552Z [00:02:45.848]➜  cat >/tmp/go-build282983591/b820/importcfg << 'EOF' # internal
2025-08-20T21:58:44.0235512Z [00:02:45.848]➜  # import config
2025-08-20T21:58:44.0236362Z [00:02:45.848]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build282983591/b800/_pkg_.a
2025-08-20T21:58:44.0237698Z [00:02:45.848]➜  packagefile github.com/alecthomas/chroma/lexers/b=/tmp/go-build282983591/b807/_pkg_.a
2025-08-20T21:58:44.0238933Z [00:02:45.848]➜  packagefile github.com/alecthomas/chroma/lexers/h=/tmp/go-build282983591/b811/_pkg_.a
2025-08-20T21:58:44.0240345Z [00:02:45.848]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build282983591/b806/_pkg_.a
2025-08-20T21:58:44.0241584Z [00:02:45.848]➜  packagefile github.com/alecthomas/chroma/lexers/p=/tmp/go-build282983591/b809/_pkg_.a
2025-08-20T21:58:44.0242548Z [00:02:45.848]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:44.0243129Z [00:02:45.848]➜  EOF
2025-08-20T21:58:44.0257890Z [00:02:45.848]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b820/_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/b820=>" -p github.com/alecthomas/chroma/lexers/m -lang=go1.13 -complete -installsuffix shared -buildid uqqrlSzp20IzihYsRBvE/uqqrlSzp20IzihYsRBvE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b820/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:58:44.0727770Z [00:02:45.898]➜  go tool buildid -w $WORK/b810/_pkg_.a # internal
2025-08-20T21:58:44.0743495Z [00:02:45.899]➜  cp $WORK/b810/_pkg_.a /root/.cache/go-build/33/33a94a6314c8bde1789c1a5fde4c3fd572103c8388164b94bd23e084244de31b-d # internal
2025-08-20T21:58:44.0805800Z [00:02:45.905]➜  github.com/alecthomas/chroma/lexers/s
2025-08-20T21:58:44.0815099Z [00:02:45.906]➜  mkdir -p $WORK/b825/
2025-08-20T21:58:44.0815891Z [00:02:45.906]➜  cat >/tmp/go-build282983591/b825/importcfg << 'EOF' # internal
2025-08-20T21:58:44.0816594Z [00:02:45.906]➜  # import config
2025-08-20T21:58:44.0830690Z [00:02:45.907]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:44.0831768Z [00:02:45.907]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build282983591/b800/_pkg_.a
2025-08-20T21:58:44.0833082Z [00:02:45.907]➜  packagefile github.com/alecthomas/chroma/lexers/circular=/tmp/go-build282983591/b810/_pkg_.a
2025-08-20T21:58:44.0838973Z [00:02:45.907]➜  packagefile github.com/alecthomas/chroma/lexers/h=/tmp/go-build282983591/b811/_pkg_.a
2025-08-20T21:58:44.0840572Z [00:02:45.907]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build282983591/b806/_pkg_.a
2025-08-20T21:58:44.0841947Z [00:02:45.907]➜  packagefile github.com/alecthomas/chroma/lexers/t=/tmp/go-build282983591/b826/_pkg_.a
2025-08-20T21:58:44.0842684Z [00:02:45.907]➜  EOF
2025-08-20T21:58:44.0856483Z [00:02:45.907]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b825/_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/b825=>" -p github.com/alecthomas/chroma/lexers/s -lang=go1.13 -complete -installsuffix shared -buildid 5GE7Kx0hi3Ag-7tyLgd-/5GE7Kx0hi3Ag-7tyLgd- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b825/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:58:44.0996963Z [00:02:45.925]➜  go tool buildid -w $WORK/b842/_pkg_.a # internal
2025-08-20T21:58:44.1008909Z [00:02:45.926]➜  cp $WORK/b842/_pkg_.a /root/.cache/go-build/95/95dd92c3f0993954195f75587988f3c63e4c5f220e292ff83f650cc05bf0b3b4-d # internal
2025-08-20T21:58:44.1137176Z [00:02:45.939]➜  github.com/go-playground/validator/v10
2025-08-20T21:58:44.1140477Z [00:02:45.939]➜  mkdir -p $WORK/b833/
2025-08-20T21:58:44.1147832Z [00:02:45.940]➜  cat >/tmp/go-build282983591/b833/importcfg << 'EOF' # internal
2025-08-20T21:58:44.1150804Z [00:02:45.940]➜  # import config
2025-08-20T21:58:44.1153464Z [00:02:45.940]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:44.1155664Z [00:02:45.940]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:44.1156788Z [00:02:45.940]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:44.1158052Z [00:02:45.940]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:44.1159284Z [00:02:45.940]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:44.1160418Z [00:02:45.940]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:44.1161439Z [00:02:45.940]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:44.1163544Z [00:02:45.940]➜  packagefile github.com/gabriel-vasile/mimetype=/tmp/go-build282983591/b834/_pkg_.a
2025-08-20T21:58:44.1164787Z [00:02:45.940]➜  packagefile github.com/go-playground/universal-translator=/tmp/go-build282983591/b839/_pkg_.a
2025-08-20T21:58:44.1165989Z [00:02:45.940]➜  packagefile github.com/leodido/go-urn=/tmp/go-build282983591/b842/_pkg_.a
2025-08-20T21:58:44.1167094Z [00:02:45.940]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build282983591/b411/_pkg_.a
2025-08-20T21:58:44.1168158Z [00:02:45.940]➜  packagefile golang.org/x/text/language=/tmp/go-build282983591/b530/_pkg_.a
2025-08-20T21:58:44.1169086Z [00:02:45.940]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:58:44.1184053Z [00:02:45.940]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:44.1185005Z [00:02:45.940]➜  packagefile net/mail=/tmp/go-build282983591/b844/_pkg_.a
2025-08-20T21:58:44.1185827Z [00:02:45.940]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:44.1186796Z [00:02:45.940]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:44.1187601Z [00:02:45.940]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:44.1188521Z [00:02:45.940]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:44.1189342Z [00:02:45.940]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:44.1190358Z [00:02:45.940]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:44.1191148Z [00:02:45.940]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:44.1192000Z [00:02:45.940]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:44.1192799Z [00:02:45.940]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:44.1193575Z [00:02:45.940]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:44.1194400Z [00:02:45.940]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:44.1195054Z [00:02:45.940]➜  EOF
2025-08-20T21:58:44.1206548Z [00:02:45.940]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b833/_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/b833=>" -p github.com/go-playground/validator/v10 -lang=go1.20 -complete -installsuffix shared -buildid Ml6jVtp7f9O9_uc53zZK/Ml6jVtp7f9O9_uc53zZK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b833/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:58:44.3521025Z [00:02:46.177]➜  go tool buildid -w $WORK/b820/_pkg_.a # internal
2025-08-20T21:58:44.3526224Z [00:02:46.178]➜  go tool buildid -w $WORK/b816/_pkg_.a # internal
2025-08-20T21:58:44.3561083Z [00:02:46.181]➜  cp $WORK/b820/_pkg_.a /root/.cache/go-build/8c/8ce24d1bb61ba9cba3b6daae985ba0eff68a1cd4c9a0ce89f3c5b51d79347c0e-d # internal
2025-08-20T21:58:44.3569234Z [00:02:46.182]➜  cp $WORK/b816/_pkg_.a /root/.cache/go-build/2d/2d8e3dfbb17319394c0872c7df0993452cf214dd4851ce99d9ce4d2aec34169a-d # internal
2025-08-20T21:58:44.3574487Z [00:02:46.182]➜  github.com/Mzack9999/goja/unistring
2025-08-20T21:58:44.3575097Z [00:02:46.182]➜  mkdir -p $WORK/b853/
2025-08-20T21:58:44.3575833Z [00:02:46.182]➜  cat >/tmp/go-build282983591/b853/importcfg << 'EOF' # internal
2025-08-20T21:58:44.3576505Z [00:02:46.182]➜  # import config
2025-08-20T21:58:44.3577161Z [00:02:46.182]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:44.3578026Z [00:02:46.182]➜  packagefile unicode/utf16=/tmp/go-build282983591/b070/_pkg_.a
2025-08-20T21:58:44.3578902Z [00:02:46.182]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:44.3579526Z [00:02:46.182]➜  EOF
2025-08-20T21:58:44.3583998Z [00:02:46.182]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b853/_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/b853=>" -p github.com/Mzack9999/goja/unistring -lang=go1.20 -complete -installsuffix shared -buildid LVfplxwScBIsfbkijlkn/LVfplxwScBIsfbkijlkn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b853/importcfg -pack /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/unistring/string.go
2025-08-20T21:58:44.3591049Z [00:02:46.184]➜  github.com/Mzack9999/goja/ftoa/internal/fast
2025-08-20T21:58:44.3592979Z [00:02:46.185]➜  mkdir -p $WORK/b855/
2025-08-20T21:58:44.3598313Z [00:02:46.185]➜  cat >/tmp/go-build282983591/b855/importcfg << 'EOF' # internal
2025-08-20T21:58:44.3600876Z [00:02:46.185]➜  # import config
2025-08-20T21:58:44.3601708Z [00:02:46.185]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:44.3602595Z [00:02:46.185]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:44.3603340Z [00:02:46.185]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:44.3604140Z [00:02:46.185]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:44.3604797Z [00:02:46.185]➜  EOF
2025-08-20T21:58:44.3611914Z [00:02:46.185]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b855/_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/b855=>" -p github.com/Mzack9999/goja/ftoa/internal/fast -lang=go1.20 -complete -installsuffix shared -buildid LRdJqjAJefMB0UqZS9fL/LRdJqjAJefMB0UqZS9fL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b855/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:58:44.3759408Z [00:02:46.201]➜  go tool buildid -w $WORK/b853/_pkg_.a # internal
2025-08-20T21:58:44.3760918Z [00:02:46.201]➜  cp $WORK/b853/_pkg_.a /root/.cache/go-build/8a/8a49386ddb1c0b42042a8526ce412038af99115fac087474d3282af0e86fdcb4-d # internal
2025-08-20T21:58:44.3762586Z [00:02:46.202]➜  github.com/Mzack9999/goja/ast
2025-08-20T21:58:44.3765597Z [00:02:46.202]➜  mkdir -p $WORK/b848/
2025-08-20T21:58:44.3766862Z [00:02:46.202]➜  cat >/tmp/go-build282983591/b848/importcfg << 'EOF' # internal
2025-08-20T21:58:44.3767587Z [00:02:46.202]➜  # import config
2025-08-20T21:58:44.3768455Z [00:02:46.202]➜  packagefile github.com/Mzack9999/goja/file=/tmp/go-build282983591/b849/_pkg_.a
2025-08-20T21:58:44.3769651Z [00:02:46.202]➜  packagefile github.com/Mzack9999/goja/token=/tmp/go-build282983591/b852/_pkg_.a
2025-08-20T21:58:44.3771780Z [00:02:46.202]➜  packagefile github.com/Mzack9999/goja/unistring=/tmp/go-build282983591/b853/_pkg_.a
2025-08-20T21:58:44.3772597Z [00:02:46.202]➜  EOF
2025-08-20T21:58:44.3776569Z [00:02:46.202]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b848/_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/b848=>" -p github.com/Mzack9999/goja/ast -lang=go1.20 -complete -installsuffix shared -buildid BIGWLYmpljuyv81ciK1M/BIGWLYmpljuyv81ciK1M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b848/importcfg -pack /root/go/pkg/mod/github.com/!mzack9999/goja@v0.0.0-20250507184235-e46100e9c697/ast/node.go
2025-08-20T21:58:44.4174716Z [00:02:46.243]➜  go tool buildid -w $WORK/b855/_pkg_.a # internal
2025-08-20T21:58:44.4204764Z [00:02:46.246]➜  cp $WORK/b855/_pkg_.a /root/.cache/go-build/1c/1c2832f85c008a31c109c3a67c6121ec3bb748c65a50520a1f2d2e0a7d4eef98-d # internal
2025-08-20T21:58:44.4208979Z [00:02:46.246]➜  github.com/Mzack9999/goja/ftoa
2025-08-20T21:58:44.4209602Z [00:02:46.246]➜  mkdir -p $WORK/b854/
2025-08-20T21:58:44.4210662Z [00:02:46.246]➜  cat >/tmp/go-build282983591/b854/importcfg << 'EOF' # internal
2025-08-20T21:58:44.4211389Z [00:02:46.246]➜  # import config
2025-08-20T21:58:44.4212023Z [00:02:46.246]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:44.4213131Z [00:02:46.246]➜  packagefile github.com/Mzack9999/goja/ftoa/internal/fast=/tmp/go-build282983591/b855/_pkg_.a
2025-08-20T21:58:44.4214213Z [00:02:46.246]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:44.4215077Z [00:02:46.246]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:44.4215900Z [00:02:46.246]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:44.4216730Z [00:02:46.246]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:44.4217365Z [00:02:46.246]➜  EOF
2025-08-20T21:58:44.4223484Z [00:02:46.246]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b854/_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/b854=>" -p github.com/Mzack9999/goja/ftoa -lang=go1.20 -complete -installsuffix shared -buildid plqlGCuSKBTOGfFeyH6j/plqlGCuSKBTOGfFeyH6j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b854/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:58:44.5117001Z [00:02:46.337]➜  go tool buildid -w $WORK/b848/_pkg_.a # internal
2025-08-20T21:58:44.5173994Z [00:02:46.342]➜  cp $WORK/b848/_pkg_.a /root/.cache/go-build/bc/bca8a81b078f81bd4432b8717cc392f69e8d0c2eabebdf8729041db6176b1378-d # internal
2025-08-20T21:58:44.5181923Z [00:02:46.343]➜  golang.org/x/text/unicode/rangetable
2025-08-20T21:58:44.5184999Z [00:02:46.344]➜  mkdir -p $WORK/b857/
2025-08-20T21:58:44.5192169Z [00:02:46.344]➜  cat >/tmp/go-build282983591/b857/importcfg << 'EOF' # internal
2025-08-20T21:58:44.5202143Z [00:02:46.345]➜  # import config
2025-08-20T21:58:44.5202816Z [00:02:46.345]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:44.5203658Z [00:02:46.345]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:44.5204260Z [00:02:46.345]➜  EOF
2025-08-20T21:58:44.5209363Z [00:02:46.345]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b857/_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/b857=>" -p golang.org/x/text/unicode/rangetable -lang=go1.23 -complete -installsuffix shared -buildid b2-yc98MnPSH4emX4Sbv/b2-yc98MnPSH4emX4Sbv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b857/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:58:44.5269312Z [00:02:46.352]➜  go tool buildid -w $WORK/b854/_pkg_.a # internal
2025-08-20T21:58:44.5284410Z [00:02:46.354]➜  cp $WORK/b854/_pkg_.a /root/.cache/go-build/52/5299146a1027380dbe8dc23923a0b9f65a0459aa32dc8ee0b3e2a4d98ca36f0b-d # internal
2025-08-20T21:58:44.5290161Z [00:02:46.354]➜  github.com/google/pprof/profile
2025-08-20T21:58:44.5301164Z [00:02:46.354]➜  mkdir -p $WORK/b858/
2025-08-20T21:58:44.5302008Z [00:02:46.354]➜  cat >/tmp/go-build282983591/b858/importcfg << 'EOF' # internal
2025-08-20T21:58:44.5302709Z [00:02:46.354]➜  # import config
2025-08-20T21:58:44.5303363Z [00:02:46.354]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:44.5304196Z [00:02:46.354]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:44.5305022Z [00:02:46.354]➜  packagefile compress/gzip=/tmp/go-build282983591/b204/_pkg_.a
2025-08-20T21:58:44.5305991Z [00:02:46.355]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:44.5306868Z [00:02:46.355]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:44.5307673Z [00:02:46.355]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:44.5308485Z [00:02:46.355]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:44.5309287Z [00:02:46.355]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:44.5310332Z [00:02:46.355]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:44.5311208Z [00:02:46.355]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:44.5311999Z [00:02:46.355]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:44.5312813Z [00:02:46.355]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:44.5313623Z [00:02:46.355]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:44.5314421Z [00:02:46.355]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:44.5315399Z [00:02:46.355]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:44.5316018Z [00:02:46.355]➜  EOF
2025-08-20T21:58:44.5325757Z [00:02:46.355]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b858/_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/b858=>" -p github.com/google/pprof/profile -lang=go1.19 -complete -installsuffix shared -buildid _MYE9NdyZ9Ne_26nr1z5/_MYE9NdyZ9Ne_26nr1z5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b858/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:58:44.7712327Z [00:02:46.596]➜  go tool buildid -w $WORK/b857/_pkg_.a # internal
2025-08-20T21:58:44.7722695Z [00:02:46.597]➜  cp $WORK/b857/_pkg_.a /root/.cache/go-build/3e/3e41ff3bf70cb75f01ab006354f7036ff4da90b4200b2f73ec7271de81fc4e7e-d # internal
2025-08-20T21:58:44.7850990Z [00:02:46.610]➜  github.com/Mzack9999/goja/parser
2025-08-20T21:58:44.7853112Z [00:02:46.611]➜  mkdir -p $WORK/b856/
2025-08-20T21:58:44.7856806Z [00:02:46.611]➜  cat >/tmp/go-build282983591/b856/importcfg << 'EOF' # internal
2025-08-20T21:58:44.7858062Z [00:02:46.611]➜  # import config
2025-08-20T21:58:44.7860231Z [00:02:46.611]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:44.7863197Z [00:02:46.611]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:44.7864109Z [00:02:46.611]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:44.7864895Z [00:02:46.611]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:44.7865825Z [00:02:46.611]➜  packagefile github.com/Mzack9999/goja/ast=/tmp/go-build282983591/b848/_pkg_.a
2025-08-20T21:58:44.7866946Z [00:02:46.611]➜  packagefile github.com/Mzack9999/goja/file=/tmp/go-build282983591/b849/_pkg_.a
2025-08-20T21:58:44.7868075Z [00:02:46.611]➜  packagefile github.com/Mzack9999/goja/token=/tmp/go-build282983591/b852/_pkg_.a
2025-08-20T21:58:44.7869247Z [00:02:46.611]➜  packagefile github.com/Mzack9999/goja/unistring=/tmp/go-build282983591/b853/_pkg_.a
2025-08-20T21:58:44.7870687Z [00:02:46.611]➜  packagefile github.com/go-sourcemap/sourcemap=/tmp/go-build282983591/b850/_pkg_.a
2025-08-20T21:58:44.7871898Z [00:02:46.611]➜  packagefile golang.org/x/text/unicode/rangetable=/tmp/go-build282983591/b857/_pkg_.a
2025-08-20T21:58:44.7872883Z [00:02:46.611]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:44.7873661Z [00:02:46.611]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:44.7874445Z [00:02:46.611]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:44.7875189Z [00:02:46.611]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:44.7875976Z [00:02:46.611]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:44.7876767Z [00:02:46.611]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:44.7877558Z [00:02:46.611]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:44.7878414Z [00:02:46.611]➜  packagefile unicode/utf16=/tmp/go-build282983591/b070/_pkg_.a
2025-08-20T21:58:44.7879516Z [00:02:46.611]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:44.7884780Z [00:02:46.611]➜  EOF
2025-08-20T21:58:44.7892896Z [00:02:46.611]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b856/_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/b856=>" -p github.com/Mzack9999/goja/parser -lang=go1.20 -complete -installsuffix shared -buildid OTqAfxra_R5mXiyd4M_q/OTqAfxra_R5mXiyd4M_q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b856/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:58:45.0635632Z [00:02:46.889]➜  go tool buildid -w $WORK/b858/_pkg_.a # internal
2025-08-20T21:58:45.0702845Z [00:02:46.895]➜  cp $WORK/b858/_pkg_.a /root/.cache/go-build/11/114cdf6e5aedff946927ff07eaffd6e4984c1f9bbbb332b39d57ce2563244bb7-d # internal
2025-08-20T21:58:45.1077758Z [00:02:46.933]➜  golang.org/x/text/internal/colltab
2025-08-20T21:58:45.1080894Z [00:02:46.933]➜  mkdir -p $WORK/b860/
2025-08-20T21:58:45.1087776Z [00:02:46.934]➜  cat >/tmp/go-build282983591/b860/importcfg << 'EOF' # internal
2025-08-20T21:58:45.1101394Z [00:02:46.934]➜  # import config
2025-08-20T21:58:45.1102221Z [00:02:46.934]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:45.1103221Z [00:02:46.934]➜  packagefile golang.org/x/text/language=/tmp/go-build282983591/b530/_pkg_.a
2025-08-20T21:58:45.1104266Z [00:02:46.934]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build282983591/b462/_pkg_.a
2025-08-20T21:58:45.1105144Z [00:02:46.934]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:45.1105890Z [00:02:46.934]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:45.1106714Z [00:02:46.934]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:45.1107361Z [00:02:46.934]➜  EOF
2025-08-20T21:58:45.1114540Z [00:02:46.934]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b860/_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/b860=>" -p golang.org/x/text/internal/colltab -lang=go1.23 -complete -installsuffix shared -buildid zmZey1yHflXGeztLlN6A/zmZey1yHflXGeztLlN6A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b860/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:58:45.2453629Z [00:02:47.071]➜  go tool buildid -w $WORK/b825/_pkg_.a # internal
2025-08-20T21:58:45.3095852Z [00:02:47.132]➜  cp $WORK/b825/_pkg_.a /root/.cache/go-build/06/06b52c550e2caaf9e818381795895e20386885bc5c26df0a37ec896c8507b2e9-d # internal
2025-08-20T21:58:45.3156547Z [00:02:47.141]➜  github.com/alecthomas/chroma/lexers
2025-08-20T21:58:45.3163428Z [00:02:47.141]➜  mkdir -p $WORK/b804/
2025-08-20T21:58:45.3164448Z [00:02:47.141]➜  cat >/tmp/go-build282983591/b804/importcfg << 'EOF' # internal
2025-08-20T21:58:45.3165121Z [00:02:47.141]➜  # import config
2025-08-20T21:58:45.3165902Z [00:02:47.141]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build282983591/b800/_pkg_.a
2025-08-20T21:58:45.3167076Z [00:02:47.141]➜  packagefile github.com/alecthomas/chroma/lexers/a=/tmp/go-build282983591/b805/_pkg_.a
2025-08-20T21:58:45.3168279Z [00:02:47.141]➜  packagefile github.com/alecthomas/chroma/lexers/b=/tmp/go-build282983591/b807/_pkg_.a
2025-08-20T21:58:45.3169483Z [00:02:47.141]➜  packagefile github.com/alecthomas/chroma/lexers/c=/tmp/go-build282983591/b808/_pkg_.a
2025-08-20T21:58:45.3170949Z [00:02:47.141]➜  packagefile github.com/alecthomas/chroma/lexers/circular=/tmp/go-build282983591/b810/_pkg_.a
2025-08-20T21:58:45.3172244Z [00:02:47.141]➜  packagefile github.com/alecthomas/chroma/lexers/d=/tmp/go-build282983591/b813/_pkg_.a
2025-08-20T21:58:45.3173660Z [00:02:47.141]➜  packagefile github.com/alecthomas/chroma/lexers/e=/tmp/go-build282983591/b814/_pkg_.a
2025-08-20T21:58:45.3174899Z [00:02:47.141]➜  packagefile github.com/alecthomas/chroma/lexers/f=/tmp/go-build282983591/b815/_pkg_.a
2025-08-20T21:58:45.3176106Z [00:02:47.141]➜  packagefile github.com/alecthomas/chroma/lexers/g=/tmp/go-build282983591/b816/_pkg_.a
2025-08-20T21:58:45.3183356Z [00:02:47.141]➜  packagefile github.com/alecthomas/chroma/lexers/h=/tmp/go-build282983591/b811/_pkg_.a
2025-08-20T21:58:45.3184631Z [00:02:47.141]➜  packagefile github.com/alecthomas/chroma/lexers/i=/tmp/go-build282983591/b817/_pkg_.a
2025-08-20T21:58:45.3185916Z [00:02:47.141]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build282983591/b806/_pkg_.a
2025-08-20T21:58:45.3187389Z [00:02:47.141]➜  packagefile github.com/alecthomas/chroma/lexers/j=/tmp/go-build282983591/b812/_pkg_.a
2025-08-20T21:58:45.3188631Z [00:02:47.141]➜  packagefile github.com/alecthomas/chroma/lexers/k=/tmp/go-build282983591/b818/_pkg_.a
2025-08-20T21:58:45.3190222Z [00:02:47.141]➜  packagefile github.com/alecthomas/chroma/lexers/l=/tmp/go-build282983591/b819/_pkg_.a
2025-08-20T21:58:45.3191486Z [00:02:47.141]➜  packagefile github.com/alecthomas/chroma/lexers/m=/tmp/go-build282983591/b820/_pkg_.a
2025-08-20T21:58:45.3192694Z [00:02:47.141]➜  packagefile github.com/alecthomas/chroma/lexers/n=/tmp/go-build282983591/b821/_pkg_.a
2025-08-20T21:58:45.3193873Z [00:02:47.141]➜  packagefile github.com/alecthomas/chroma/lexers/o=/tmp/go-build282983591/b822/_pkg_.a
2025-08-20T21:58:45.3195049Z [00:02:47.141]➜  packagefile github.com/alecthomas/chroma/lexers/p=/tmp/go-build282983591/b809/_pkg_.a
2025-08-20T21:58:45.3196314Z [00:02:47.141]➜  packagefile github.com/alecthomas/chroma/lexers/q=/tmp/go-build282983591/b823/_pkg_.a
2025-08-20T21:58:45.3197593Z [00:02:47.141]➜  packagefile github.com/alecthomas/chroma/lexers/r=/tmp/go-build282983591/b824/_pkg_.a
2025-08-20T21:58:45.3198854Z [00:02:47.141]➜  packagefile github.com/alecthomas/chroma/lexers/s=/tmp/go-build282983591/b825/_pkg_.a
2025-08-20T21:58:45.3230485Z [00:02:47.141]➜  packagefile github.com/alecthomas/chroma/lexers/t=/tmp/go-build282983591/b826/_pkg_.a
2025-08-20T21:58:45.3231911Z [00:02:47.141]➜  packagefile github.com/alecthomas/chroma/lexers/v=/tmp/go-build282983591/b827/_pkg_.a
2025-08-20T21:58:45.3233177Z [00:02:47.141]➜  packagefile github.com/alecthomas/chroma/lexers/w=/tmp/go-build282983591/b828/_pkg_.a
2025-08-20T21:58:45.3234404Z [00:02:47.141]➜  packagefile github.com/alecthomas/chroma/lexers/x=/tmp/go-build282983591/b829/_pkg_.a
2025-08-20T21:58:45.3235640Z [00:02:47.141]➜  packagefile github.com/alecthomas/chroma/lexers/y=/tmp/go-build282983591/b830/_pkg_.a
2025-08-20T21:58:45.3236854Z [00:02:47.141]➜  packagefile github.com/alecthomas/chroma/lexers/z=/tmp/go-build282983591/b831/_pkg_.a
2025-08-20T21:58:45.3237686Z [00:02:47.141]➜  EOF
2025-08-20T21:58:45.3241611Z [00:02:47.143]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b804/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers=>github.com/alecthomas/chroma@v0.10.0/lexers;$WORK/b804=>" -p github.com/alecthomas/chroma/lexers -lang=go1.13 -complete -installsuffix shared -buildid kTqeA9ysuQCSr7AE9xVp/kTqeA9ysuQCSr7AE9xVp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b804/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/lexers/lexers.go
2025-08-20T21:58:45.3496963Z [00:02:47.175]➜  go tool buildid -w $WORK/b804/_pkg_.a # internal
2025-08-20T21:58:45.3507667Z [00:02:47.176]➜  cp $WORK/b804/_pkg_.a /root/.cache/go-build/29/293dbaab6db68fdbb13209f77875578e7de488a225ca00d9764746a59c5148ab-d # internal
2025-08-20T21:58:45.3517771Z [00:02:47.177]➜  github.com/alecthomas/chroma/quick
2025-08-20T21:58:45.3520647Z [00:02:47.177]➜  mkdir -p $WORK/b799/
2025-08-20T21:58:45.3547491Z [00:02:47.180]➜  cat >/tmp/go-build282983591/b799/importcfg << 'EOF' # internal
2025-08-20T21:58:45.3557978Z [00:02:47.180]➜  # import config
2025-08-20T21:58:45.3559060Z [00:02:47.180]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build282983591/b800/_pkg_.a
2025-08-20T21:58:45.3560484Z [00:02:47.180]➜  packagefile github.com/alecthomas/chroma/formatters=/tmp/go-build282983591/b801/_pkg_.a
2025-08-20T21:58:45.3561718Z [00:02:47.180]➜  packagefile github.com/alecthomas/chroma/lexers=/tmp/go-build282983591/b804/_pkg_.a
2025-08-20T21:58:45.3562883Z [00:02:47.180]➜  packagefile github.com/alecthomas/chroma/styles=/tmp/go-build282983591/b832/_pkg_.a
2025-08-20T21:58:45.3563827Z [00:02:47.180]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:45.3564398Z [00:02:47.180]➜  EOF
2025-08-20T21:58:45.3568092Z [00:02:47.180]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b799/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/quick=>github.com/alecthomas/chroma@v0.10.0/quick;$WORK/b799=>" -p github.com/alecthomas/chroma/quick -lang=go1.13 -complete -installsuffix shared -buildid d1-XP1-irFRI-w6A13St/d1-XP1-irFRI-w6A13St -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b799/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma@v0.10.0/quick/quick.go
2025-08-20T21:58:45.3682423Z [00:02:47.193]➜  go tool buildid -w $WORK/b860/_pkg_.a # internal
2025-08-20T21:58:45.3693728Z [00:02:47.194]➜  cp $WORK/b860/_pkg_.a /root/.cache/go-build/af/af2bb77decb6c0e7cb45d80f94982f93a214bc124f54d9a90a9469092be9d129-d # internal
2025-08-20T21:58:45.3796924Z [00:02:47.205]➜  go tool buildid -w $WORK/b799/_pkg_.a # internal
2025-08-20T21:58:45.3811545Z [00:02:47.205]➜  cp $WORK/b799/_pkg_.a /root/.cache/go-build/97/97888c20b3e028e4675b4fd29bfb73a903ebc40e787ca54667e4c6ad994315f5-d # internal
2025-08-20T21:58:45.3812674Z [00:02:47.205]➜  hash/maphash
2025-08-20T21:58:45.3813140Z [00:02:47.205]➜  mkdir -p $WORK/b861/
2025-08-20T21:58:45.3813855Z [00:02:47.206]➜  cat >/tmp/go-build282983591/b861/importcfg << 'EOF' # internal
2025-08-20T21:58:45.3814485Z [00:02:47.206]➜  # import config
2025-08-20T21:58:45.3815096Z [00:02:47.206]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:45.3815925Z [00:02:47.206]➜  packagefile internal/abi=/tmp/go-build282983591/b006/_pkg_.a
2025-08-20T21:58:45.3816781Z [00:02:47.206]➜  packagefile internal/goarch=/tmp/go-build282983591/b007/_pkg_.a
2025-08-20T21:58:45.3817726Z [00:02:47.206]➜  packagefile internal/goexperiment=/tmp/go-build282983591/b017/_pkg_.a
2025-08-20T21:58:45.3818401Z [00:02:47.206]➜  EOF
2025-08-20T21:58:45.3824053Z [00:02:47.206]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b861/_pkg_.a -trimpath "/root/.go/src/hash/maphash=>hash/maphash;$WORK/b861=>" -p hash/maphash -lang=go1.25 -std -complete -installsuffix shared -buildid -QhU7rXRYR21BeiLqIc5/-QhU7rXRYR21BeiLqIc5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b861/importcfg -pack /root/.go/src/hash/maphash/maphash.go /root/.go/src/hash/maphash/maphash_runtime.go
2025-08-20T21:58:45.3870116Z [00:02:47.212]➜  golang.org/x/text/collate
2025-08-20T21:58:45.3872532Z [00:02:47.212]➜  mkdir -p $WORK/b859/
2025-08-20T21:58:45.3881731Z [00:02:47.213]➜  cat >/tmp/go-build282983591/b859/importcfg << 'EOF' # internal
2025-08-20T21:58:45.3885441Z [00:02:47.213]➜  # import config
2025-08-20T21:58:45.3886051Z [00:02:47.213]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:45.3886974Z [00:02:47.213]➜  packagefile golang.org/x/text/internal/colltab=/tmp/go-build282983591/b860/_pkg_.a
2025-08-20T21:58:45.3888006Z [00:02:47.213]➜  packagefile golang.org/x/text/language=/tmp/go-build282983591/b530/_pkg_.a
2025-08-20T21:58:45.3888984Z [00:02:47.213]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build282983591/b462/_pkg_.a
2025-08-20T21:58:45.3890062Z [00:02:47.213]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:45.3890813Z [00:02:47.213]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:45.3891350Z [00:02:47.213]➜  EOF
2025-08-20T21:58:45.3895747Z [00:02:47.213]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b859/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/collate=>golang.org/x/text@v0.26.0/collate;$WORK/b859=>" -p golang.org/x/text/collate -lang=go1.23 -complete -installsuffix shared -buildid -pizgsypBg1IHK87ArjZ/-pizgsypBg1IHK87ArjZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b859/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:58:45.3904305Z [00:02:47.216]➜  go tool buildid -w $WORK/b833/_pkg_.a # internal
2025-08-20T21:58:45.3977896Z [00:02:47.223]➜  go tool buildid -w $WORK/b856/_pkg_.a # internal
2025-08-20T21:58:45.4040297Z [00:02:47.227]➜  cp $WORK/b856/_pkg_.a /root/.cache/go-build/c9/c9cb90e5a2e5c0fa34edf6ee28747b181ff85c2f441005e6ed9818bde71f844b-d # internal
2025-08-20T21:58:45.4042528Z [00:02:47.230]➜  internal/sysinfo
2025-08-20T21:58:45.4043614Z [00:02:47.230]➜  mkdir -p $WORK/b867/
2025-08-20T21:58:45.4049151Z [00:02:47.230]➜  cat >/tmp/go-build282983591/b867/importcfg << 'EOF' # internal
2025-08-20T21:58:45.4051478Z [00:02:47.230]➜  # import config
2025-08-20T21:58:45.4054181Z [00:02:47.230]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:45.4055047Z [00:02:47.230]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:45.4061090Z [00:02:47.230]➜  packagefile internal/cpu=/tmp/go-build282983591/b012/_pkg_.a
2025-08-20T21:58:45.4062009Z [00:02:47.230]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:45.4062783Z [00:02:47.230]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:45.4063575Z [00:02:47.230]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:45.4064392Z [00:02:47.230]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:45.4064990Z [00:02:47.230]➜  EOF
2025-08-20T21:58:45.4068277Z [00:02:47.230]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b867/_pkg_.a -trimpath "/root/.go/src/internal/sysinfo=>internal/sysinfo;$WORK/b867=>" -p internal/sysinfo -lang=go1.25 -std -complete -installsuffix shared -buildid 2LlP5eE58_Bepn4XAFpx/2LlP5eE58_Bepn4XAFpx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b867/importcfg -pack /root/.go/src/internal/sysinfo/cpuinfo_linux.go /root/.go/src/internal/sysinfo/sysinfo.go
2025-08-20T21:58:45.4071520Z [00:02:47.231]➜  go tool buildid -w $WORK/b861/_pkg_.a # internal
2025-08-20T21:58:45.4072790Z [00:02:47.231]➜  cp $WORK/b861/_pkg_.a /root/.cache/go-build/52/520078817d802480be6109a944ce542c6b23f165bf4d027674c1c2bbe6098d6b-d # internal
2025-08-20T21:58:45.4073838Z [00:02:47.231]➜  runtime/trace
2025-08-20T21:58:45.4074323Z [00:02:47.231]➜  mkdir -p $WORK/b868/
2025-08-20T21:58:45.4077534Z [00:02:47.233]➜  cat >/tmp/go-build282983591/b868/importcfg << 'EOF' # internal
2025-08-20T21:58:45.4078276Z [00:02:47.233]➜  # import config
2025-08-20T21:58:45.4079013Z [00:02:47.233]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:45.4080160Z [00:02:47.233]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:45.4080981Z [00:02:47.233]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:45.4081897Z [00:02:47.233]➜  packagefile internal/trace/tracev2=/tmp/go-build282983591/b033/_pkg_.a
2025-08-20T21:58:45.4082819Z [00:02:47.233]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:45.4083618Z [00:02:47.233]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:45.4090313Z [00:02:47.233]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:45.4091231Z [00:02:47.233]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:45.4092085Z [00:02:47.233]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:45.4092902Z [00:02:47.233]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:45.4093648Z [00:02:47.233]➜  EOF
2025-08-20T21:58:45.4106598Z [00:02:47.233]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b868/_pkg_.a -trimpath "/root/.go/src/runtime/trace=>runtime/trace;$WORK/b868=>" -p runtime/trace -lang=go1.25 -std -installsuffix shared -buildid YFUbVuUvJjUv56KzlldR/YFUbVuUvJjUv56KzlldR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b868/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:58:45.4111515Z [00:02:47.233]➜  cp $WORK/b833/_pkg_.a /root/.cache/go-build/71/7165dcccbefaea23c45338a44296dcfa319828674c5b268115f2460ad8c64fbf-d # internal
2025-08-20T21:58:45.4112717Z [00:02:47.234]➜  database/sql
2025-08-20T21:58:45.4113201Z [00:02:47.234]➜  mkdir -p $WORK/b872/
2025-08-20T21:58:45.4114003Z [00:02:47.235]➜  cat >/tmp/go-build282983591/b872/importcfg << 'EOF' # internal
2025-08-20T21:58:45.4114663Z [00:02:47.235]➜  # import config
2025-08-20T21:58:45.4115283Z [00:02:47.235]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:45.4116067Z [00:02:47.235]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:45.4116944Z [00:02:47.235]➜  packagefile database/sql/driver=/tmp/go-build282983591/b328/_pkg_.a
2025-08-20T21:58:45.4117807Z [00:02:47.235]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:45.4118577Z [00:02:47.235]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:45.4119327Z [00:02:47.235]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:45.4120237Z [00:02:47.235]➜  packagefile maps=/tmp/go-build282983591/b158/_pkg_.a
2025-08-20T21:58:45.4121066Z [00:02:47.235]➜  packagefile math/rand/v2=/tmp/go-build282983591/b094/_pkg_.a
2025-08-20T21:58:45.4121925Z [00:02:47.235]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:45.4122748Z [00:02:47.235]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:45.4123532Z [00:02:47.235]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:45.4124343Z [00:02:47.235]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:45.4125148Z [00:02:47.235]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:45.4126008Z [00:02:47.235]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:45.4126843Z [00:02:47.235]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:45.4127657Z [00:02:47.235]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:45.4128522Z [00:02:47.235]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:45.4129186Z [00:02:47.235]➜  EOF
2025-08-20T21:58:45.4132675Z [00:02:47.235]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b872/_pkg_.a -trimpath "/root/.go/src/database/sql=>database/sql;$WORK/b872=>" -p database/sql -lang=go1.25 -std -complete -installsuffix shared -buildid 8aK51_gzElWiyEVz7fH4/8aK51_gzElWiyEVz7fH4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b872/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:58:45.4412596Z [00:02:47.266]➜  go tool buildid -w $WORK/b867/_pkg_.a # internal
2025-08-20T21:58:45.4418959Z [00:02:47.267]➜  cp $WORK/b867/_pkg_.a /root/.cache/go-build/2b/2b97ad2c0335aebfdfc2883ac4201c66777086b1833d6143b9608958e204e6bf-d # internal
2025-08-20T21:58:45.4454572Z [00:02:47.271]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/structs
2025-08-20T21:58:45.4459183Z [00:02:47.271]➜  mkdir -p $WORK/b874/
2025-08-20T21:58:45.4466822Z [00:02:47.271]➜  cat >/tmp/go-build282983591/b874/importcfg << 'EOF' # internal
2025-08-20T21:58:45.4467534Z [00:02:47.272]➜  # import config
2025-08-20T21:58:45.4470828Z [00:02:47.272]➜  packagefile embed=/tmp/go-build282983591/b066/_pkg_.a
2025-08-20T21:58:45.4473719Z [00:02:47.272]➜  packagefile github.com/projectdiscovery/gostruct=/tmp/go-build282983591/b773/_pkg_.a
2025-08-20T21:58:45.4474770Z [00:02:47.272]➜  EOF
2025-08-20T21:58:45.4478716Z [00:02:47.272]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b874/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/structs=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/structs;$WORK/b874=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/structs -lang=go1.24 -complete -installsuffix shared -buildid 1er5c0rto7N64hx1n4fo/1er5c0rto7N64hx1n4fo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b874/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/structs/structs.go
2025-08-20T21:58:45.4714836Z [00:02:47.297]➜  go tool buildid -w $WORK/b874/_pkg_.a # internal
2025-08-20T21:58:45.4724926Z [00:02:47.298]➜  cp $WORK/b874/_pkg_.a /root/.cache/go-build/d1/d1d1c669e7eaaa1d635855e7fa246dcf9524463f259296e6cce516ceeb940bb7-d # internal
2025-08-20T21:58:45.4732152Z [00:02:47.298]➜  github.com/ysmood/gson
2025-08-20T21:58:45.4732753Z [00:02:47.298]➜  mkdir -p $WORK/b884/
2025-08-20T21:58:45.4733370Z [00:02:47.298]➜  go tool buildid -w $WORK/b868/_pkg_.a # internal
2025-08-20T21:58:45.4738086Z [00:02:47.299]➜  cat >/tmp/go-build282983591/b884/importcfg << 'EOF' # internal
2025-08-20T21:58:45.4740263Z [00:02:47.299]➜  # import config
2025-08-20T21:58:45.4742491Z [00:02:47.299]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:45.4743628Z [00:02:47.299]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:45.4749036Z [00:02:47.299]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:45.4750035Z [00:02:47.299]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:45.4750894Z [00:02:47.299]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:45.4751731Z [00:02:47.299]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:45.4752569Z [00:02:47.299]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:45.4753384Z [00:02:47.299]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:45.4754098Z [00:02:47.299]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:45.4754662Z [00:02:47.299]➜  EOF
2025-08-20T21:58:45.4758088Z [00:02:47.300]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b884/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ysmood/gson@v0.7.3=>github.com/ysmood/gson@v0.7.3;$WORK/b884=>" -p github.com/ysmood/gson -lang=go1.15 -complete -installsuffix shared -buildid 6gsSNLf4ActACYLH68C0/6gsSNLf4ActACYLH68C0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b884/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:58:45.4764042Z [00:02:47.300]➜  cp $WORK/b868/_pkg_.a /root/.cache/go-build/32/324e14af54994ca777e4369d8171be84a8ba8e03e7915d0342788f26d2acd28e-d # internal
2025-08-20T21:58:45.4769330Z [00:02:47.302]➜  testing
2025-08-20T21:58:45.4771688Z [00:02:47.302]➜  mkdir -p $WORK/b866/
2025-08-20T21:58:45.4784157Z [00:02:47.302]➜  cat >/tmp/go-build282983591/b866/importcfg << 'EOF' # internal
2025-08-20T21:58:45.4784840Z [00:02:47.302]➜  # import config
2025-08-20T21:58:45.4785490Z [00:02:47.302]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:45.4786284Z [00:02:47.302]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:45.4787112Z [00:02:47.302]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:45.4788274Z [00:02:47.302]➜  packagefile flag=/tmp/go-build282983591/b071/_pkg_.a
2025-08-20T21:58:45.4789264Z [00:02:47.302]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:45.4790455Z [00:02:47.302]➜  packagefile internal/race=/tmp/go-build282983591/b030/_pkg_.a
2025-08-20T21:58:45.4791607Z [00:02:47.302]➜  packagefile internal/sysinfo=/tmp/go-build282983591/b867/_pkg_.a
2025-08-20T21:58:45.4793420Z [00:02:47.302]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:45.4794205Z [00:02:47.302]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:45.4795017Z [00:02:47.302]➜  packagefile math/rand=/tmp/go-build282983591/b118/_pkg_.a
2025-08-20T21:58:45.4795909Z [00:02:47.302]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:45.4796714Z [00:02:47.302]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:45.4797534Z [00:02:47.302]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:45.4798328Z [00:02:47.302]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:45.4799180Z [00:02:47.302]➜  packagefile runtime/debug=/tmp/go-build282983591/b246/_pkg_.a
2025-08-20T21:58:45.4800413Z [00:02:47.302]➜  packagefile runtime/trace=/tmp/go-build282983591/b868/_pkg_.a
2025-08-20T21:58:45.4801309Z [00:02:47.302]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:45.4802276Z [00:02:47.302]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:45.4803128Z [00:02:47.302]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:45.4803908Z [00:02:47.302]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:45.4804720Z [00:02:47.302]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:45.4805527Z [00:02:47.302]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:45.4806309Z [00:02:47.302]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:45.4807154Z [00:02:47.302]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:45.4807789Z [00:02:47.302]➜  EOF
2025-08-20T21:58:45.4812413Z [00:02:47.302]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b866/_pkg_.a -trimpath "/root/.go/src/testing=>testing;$WORK/b866=>" -p testing -lang=go1.25 -std -complete -installsuffix shared -buildid XVSwLsZ-oMhNg2cX7CBg/XVSwLsZ-oMhNg2cX7CBg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b866/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:58:45.5564772Z [00:02:47.381]➜  go tool buildid -w $WORK/b884/_pkg_.a # internal
2025-08-20T21:58:45.5581608Z [00:02:47.383]➜  cp $WORK/b884/_pkg_.a /root/.cache/go-build/7b/7b6f7b93a7db348d21647a9cfa02606d126bf727919240889724090f344a1418-d # internal
2025-08-20T21:58:45.5773527Z [00:02:47.402]➜  github.com/go-rod/rod/lib/proto
2025-08-20T21:58:45.5807007Z [00:02:47.402]➜  mkdir -p $WORK/b883/
2025-08-20T21:58:45.5807852Z [00:02:47.403]➜  cat >/tmp/go-build282983591/b883/importcfg << 'EOF' # internal
2025-08-20T21:58:45.5808821Z [00:02:47.403]➜  # import config
2025-08-20T21:58:45.5809555Z [00:02:47.403]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:45.5810870Z [00:02:47.403]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:45.5811842Z [00:02:47.403]➜  packagefile github.com/ysmood/gson=/tmp/go-build282983591/b884/_pkg_.a
2025-08-20T21:58:45.5812785Z [00:02:47.403]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:45.5813628Z [00:02:47.403]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:45.5814451Z [00:02:47.403]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:45.5815271Z [00:02:47.403]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:45.5815867Z [00:02:47.403]➜  EOF
2025-08-20T21:58:45.5845935Z [00:02:47.403]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b883/_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/b883=>" -p github.com/go-rod/rod/lib/proto -lang=go1.21 -complete -installsuffix shared -buildid Uljjogo7rwqmk8zo-STr/Uljjogo7rwqmk8zo-STr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b883/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:58:45.9155866Z [00:02:47.741]➜  go tool buildid -w $WORK/b872/_pkg_.a # internal
2025-08-20T21:58:45.9276656Z [00:02:47.753]➜  cp $WORK/b872/_pkg_.a /root/.cache/go-build/15/1537a474acf671653035d5334e535fd35a229cdcabbd29923ca0dc1877292f5e-d # internal
2025-08-20T21:58:45.9295216Z [00:02:47.755]➜  github.com/go-rod/rod/lib/launcher/flags
2025-08-20T21:58:45.9295820Z [00:02:47.755]➜  mkdir -p $WORK/b889/
2025-08-20T21:58:45.9296496Z [00:02:47.755]➜  cat >/tmp/go-build282983591/b889/importcfg << 'EOF' # internal
2025-08-20T21:58:45.9297130Z [00:02:47.755]➜  # import config
2025-08-20T21:58:45.9297739Z [00:02:47.755]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:45.9298314Z [00:02:47.755]➜  EOF
2025-08-20T21:58:45.9302436Z [00:02:47.755]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b889/_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/b889=>" -p github.com/go-rod/rod/lib/launcher/flags -lang=go1.21 -complete -installsuffix shared -buildid mBsJ2mb9ROwf_AAwX1PF/mBsJ2mb9ROwf_AAwX1PF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b889/importcfg -pack /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/launcher/flags/flags.go
2025-08-20T21:58:45.9506803Z [00:02:47.776]➜  go tool buildid -w $WORK/b889/_pkg_.a # internal
2025-08-20T21:58:45.9514461Z [00:02:47.777]➜  cp $WORK/b889/_pkg_.a /root/.cache/go-build/5f/5fa55a4e734a5cb6c93e228cefa4f7c9675c2324c8f4a7f536d88f84693ed866-d # internal
2025-08-20T21:58:45.9538643Z [00:02:47.779]➜  github.com/ysmood/fetchup
2025-08-20T21:58:45.9552639Z [00:02:47.780]➜  mkdir -p $WORK/b890/
2025-08-20T21:58:45.9555598Z [00:02:47.780]➜  cat >/tmp/go-build282983591/b890/importcfg << 'EOF' # internal
2025-08-20T21:58:45.9557114Z [00:02:47.781]➜  # import config
2025-08-20T21:58:45.9557777Z [00:02:47.781]➜  packagefile archive/tar=/tmp/go-build282983591/b252/_pkg_.a
2025-08-20T21:58:45.9558703Z [00:02:47.781]➜  packagefile archive/zip=/tmp/go-build282983591/b481/_pkg_.a
2025-08-20T21:58:45.9559523Z [00:02:47.781]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:45.9560542Z [00:02:47.781]➜  packagefile compress/gzip=/tmp/go-build282983591/b204/_pkg_.a
2025-08-20T21:58:45.9561375Z [00:02:47.781]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:45.9562190Z [00:02:47.781]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:45.9562978Z [00:02:47.781]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:45.9563713Z [00:02:47.781]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:45.9564452Z [00:02:47.781]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:45.9565238Z [00:02:47.781]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:45.9566005Z [00:02:47.781]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:45.9567004Z [00:02:47.781]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:45.9568019Z [00:02:47.781]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:45.9568802Z [00:02:47.781]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:45.9569564Z [00:02:47.781]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:45.9571354Z [00:02:47.781]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:45.9571906Z [00:02:47.781]➜  EOF
2025-08-20T21:58:45.9576321Z [00:02:47.781]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b890/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ysmood/fetchup@v0.2.3=>github.com/ysmood/fetchup@v0.2.3;$WORK/b890=>" -p github.com/ysmood/fetchup -lang=go1.20 -complete -installsuffix shared -buildid 7k3aZCXX2j_VIlhCcewX/7k3aZCXX2j_VIlhCcewX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b890/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:58:46.0551700Z [00:02:47.880]➜  go tool buildid -w $WORK/b866/_pkg_.a # internal
2025-08-20T21:58:46.0634702Z [00:02:47.889]➜  cp $WORK/b866/_pkg_.a /root/.cache/go-build/8f/8f5b5dd7d32fdf4b925afe1dbbd9c379a24426d3e2199bab1a3728fc8b868e9b-d # internal
2025-08-20T21:58:46.0708114Z [00:02:47.896]➜  github.com/kitabisa/go-ci
2025-08-20T21:58:46.0714262Z [00:02:47.896]➜  mkdir -p $WORK/b865/
2025-08-20T21:58:46.0714940Z [00:02:47.896]➜  cat >/tmp/go-build282983591/b865/importcfg << 'EOF' # internal
2025-08-20T21:58:46.0715553Z [00:02:47.896]➜  # import config
2025-08-20T21:58:46.0716123Z [00:02:47.896]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:46.0717016Z [00:02:47.896]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:46.0717873Z [00:02:47.896]➜  packagefile testing=/tmp/go-build282983591/b866/_pkg_.a
2025-08-20T21:58:46.0718437Z [00:02:47.896]➜  EOF
2025-08-20T21:58:46.0723755Z [00:02:47.897]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b865/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kitabisa/go-ci@v1.0.3=>github.com/kitabisa/go-ci@v1.0.3;$WORK/b865=>" -p github.com/kitabisa/go-ci -lang=go1.21 -complete -installsuffix shared -buildid 4OI9QPYDuz5cjw1fiway/4OI9QPYDuz5cjw1fiway -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b865/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:58:46.0916341Z [00:02:47.917]➜  go tool buildid -w $WORK/b890/_pkg_.a # internal
2025-08-20T21:58:46.1015931Z [00:02:47.927]➜  cp $WORK/b890/_pkg_.a /root/.cache/go-build/5e/5ea75417691134e67b5c6ed8515e9362850c714df4bf6dd55483e3a02aade65f-d # internal
2025-08-20T21:58:46.1017164Z [00:02:47.927]➜  github.com/ysmood/leakless/pkg/utils
2025-08-20T21:58:46.1026955Z [00:02:47.927]➜  mkdir -p $WORK/b893/
2025-08-20T21:58:46.1030386Z [00:02:47.928]➜  cat >/tmp/go-build282983591/b893/importcfg << 'EOF' # internal
2025-08-20T21:58:46.1031293Z [00:02:47.928]➜  # import config
2025-08-20T21:58:46.1032399Z [00:02:47.928]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:46.1033352Z [00:02:47.928]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:46.1034253Z [00:02:47.928]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:58:46.1035073Z [00:02:47.928]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:46.1035867Z [00:02:47.928]➜  packagefile os/exec=/tmp/go-build282983591/b510/_pkg_.a
2025-08-20T21:58:46.1036948Z [00:02:47.928]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:46.1038001Z [00:02:47.928]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:46.1038809Z [00:02:47.928]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:46.1039597Z [00:02:47.928]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:46.1040410Z [00:02:47.928]➜  EOF
2025-08-20T21:58:46.1044431Z [00:02:47.928]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b893/_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/b893=>" -p github.com/ysmood/leakless/pkg/utils -lang=go1.15 -complete -installsuffix shared -buildid UdEZTKkNta_avBk_RqoI/UdEZTKkNta_avBk_RqoI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b893/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:58:46.1079548Z [00:02:47.933]➜  go tool buildid -w $WORK/b865/_pkg_.a # internal
2025-08-20T21:58:46.1090803Z [00:02:47.934]➜  cp $WORK/b865/_pkg_.a /root/.cache/go-build/a1/a152c62b83c7caeb46009285b638abe61590315affa4c2f8ed7511fbd0207c89-d # internal
2025-08-20T21:58:46.1095273Z [00:02:47.935]➜  github.com/ysmood/goob
2025-08-20T21:58:46.1095812Z [00:02:47.935]➜  mkdir -p $WORK/b894/
2025-08-20T21:58:46.1098017Z [00:02:47.935]➜  cat >/tmp/go-build282983591/b894/importcfg << 'EOF' # internal
2025-08-20T21:58:46.1098674Z [00:02:47.935]➜  # import config
2025-08-20T21:58:46.1100518Z [00:02:47.935]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:46.1101816Z [00:02:47.935]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:46.1103205Z [00:02:47.935]➜  EOF
2025-08-20T21:58:46.1107154Z [00:02:47.935]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b894/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ysmood/goob@v0.4.0=>github.com/ysmood/goob@v0.4.0;$WORK/b894=>" -p github.com/ysmood/goob -lang=go1.15 -complete -installsuffix shared -buildid AeGC-0kTqAU9GGRvc2d5/AeGC-0kTqAU9GGRvc2d5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b894/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:58:46.1412877Z [00:02:47.965]➜  go tool buildid -w $WORK/b894/_pkg_.a # internal
2025-08-20T21:58:46.1432136Z [00:02:47.968]➜  go tool buildid -w $WORK/b893/_pkg_.a # internal
2025-08-20T21:58:46.1436300Z [00:02:47.968]➜  cp $WORK/b894/_pkg_.a /root/.cache/go-build/f0/f0bf80a4d8ff41baade28fed57f910a405919d47c96072e9ca9ae825e1f5b45c-d # internal
2025-08-20T21:58:46.1438109Z [00:02:47.968]➜  cp $WORK/b893/_pkg_.a /root/.cache/go-build/69/69e3611eb7e85da1218929116295e2070d94accd6fbc7b5ea69bab065afd7667-d # internal
2025-08-20T21:58:46.1439214Z [00:02:47.968]➜  github.com/ysmood/got/lib/lcs
2025-08-20T21:58:46.1439984Z [00:02:47.968]➜  mkdir -p $WORK/b895/
2025-08-20T21:58:46.1440770Z [00:02:47.968]➜  cat >/tmp/go-build282983591/b895/importcfg << 'EOF' # internal
2025-08-20T21:58:46.1441450Z [00:02:47.968]➜  # import config
2025-08-20T21:58:46.1442182Z [00:02:47.968]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:46.1442987Z [00:02:47.968]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:46.1443794Z [00:02:47.968]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:46.1444614Z [00:02:47.968]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:46.1445427Z [00:02:47.968]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:46.1446031Z [00:02:47.968]➜  EOF
2025-08-20T21:58:46.1450439Z [00:02:47.968]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b895/_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/b895=>" -p github.com/ysmood/got/lib/lcs -lang=go1.21 -complete -installsuffix shared -buildid Cs8ZmNbhwXdAch9x74g-/Cs8ZmNbhwXdAch9x74g- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b895/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:58:46.1454424Z [00:02:47.968]➜  github.com/ysmood/leakless
2025-08-20T21:58:46.1454972Z [00:02:47.969]➜  mkdir -p $WORK/b891/
2025-08-20T21:58:46.1471010Z [00:02:47.969]➜  cat >/tmp/go-build282983591/b891/importcfg << 'EOF' # internal
2025-08-20T21:58:46.1471876Z [00:02:47.969]➜  # import config
2025-08-20T21:58:46.1472889Z [00:02:47.969]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:46.1473874Z [00:02:47.969]➜  packagefile compress/gzip=/tmp/go-build282983591/b204/_pkg_.a
2025-08-20T21:58:46.1475066Z [00:02:47.969]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:46.1476142Z [00:02:47.969]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:46.1477241Z [00:02:47.969]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:46.1478362Z [00:02:47.969]➜  packagefile github.com/ysmood/leakless/pkg/shared=/tmp/go-build282983591/b892/_pkg_.a
2025-08-20T21:58:46.1479988Z [00:02:47.969]➜  packagefile github.com/ysmood/leakless/pkg/utils=/tmp/go-build282983591/b893/_pkg_.a
2025-08-20T21:58:46.1481327Z [00:02:47.969]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:58:46.1482146Z [00:02:47.969]➜  packagefile math/rand=/tmp/go-build282983591/b118/_pkg_.a
2025-08-20T21:58:46.1482908Z [00:02:47.969]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:46.1483655Z [00:02:47.969]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:46.1484592Z [00:02:47.969]➜  packagefile os/exec=/tmp/go-build282983591/b510/_pkg_.a
2025-08-20T21:58:46.1485592Z [00:02:47.969]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:46.1486456Z [00:02:47.969]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:46.1487237Z [00:02:47.969]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:46.1487815Z [00:02:47.969]➜  EOF
2025-08-20T21:58:46.1492168Z [00:02:47.969]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b891/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ysmood/leakless@v0.9.0=>github.com/ysmood/leakless@v0.9.0;$WORK/b891=>" -p github.com/ysmood/leakless -lang=go1.15 -complete -installsuffix shared -buildid sqQjK_e_nV7-KJmdfFkx/sqQjK_e_nV7-KJmdfFkx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b891/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:58:46.1830774Z [00:02:48.008]➜  go tool buildid -w $WORK/b895/_pkg_.a # internal
2025-08-20T21:58:46.1843565Z [00:02:48.010]➜  cp $WORK/b895/_pkg_.a /root/.cache/go-build/4b/4b5cd60c371963a75da7ea0ea4addf65f9b39a133839a724d06b9540df34e417-d # internal
2025-08-20T21:58:46.1846949Z [00:02:48.010]➜  filippo.io/edwards25519/field
2025-08-20T21:58:46.1848480Z [00:02:48.010]➜  mkdir -p $WORK/b898/
2025-08-20T21:58:46.1854318Z [00:02:48.011]➜  echo -n > $WORK/b898/go_asm.h # internal
2025-08-20T21:58:46.1856630Z [00:02:48.011]➜  cd /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field
2025-08-20T21:58:46.1860192Z [00:02:48.011]➜  /root/.go/pkg/tool/linux_amd64/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/b898=>" -I $WORK/b898/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b898/symabis ./fe_amd64.s
2025-08-20T21:58:46.1898769Z [00:02:48.015]➜  cat >/tmp/go-build282983591/b898/importcfg << 'EOF' # internal
2025-08-20T21:58:46.1899731Z [00:02:48.015]➜  # import config
2025-08-20T21:58:46.1901385Z [00:02:48.015]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:58:46.1902404Z [00:02:48.015]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:46.1903222Z [00:02:48.015]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:46.1903987Z [00:02:48.015]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:46.1904564Z [00:02:48.015]➜  EOF
2025-08-20T21:58:46.1905055Z [00:02:48.015]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:46.1910184Z [00:02:48.015]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b898/_pkg_.a -trimpath "/root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field=>filippo.io/edwards25519@v1.1.0/field;$WORK/b898=>" -p filippo.io/edwards25519/field -lang=go1.20 -installsuffix shared -buildid 9vVqfs9Clf_LC9fS0G6I/9vVqfs9Clf_LC9fS0G6I -goversion go1.25.0 -symabis $WORK/b898/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b898/importcfg -pack -asmhdr $WORK/b898/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.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field/fe_arm64_noasm.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:58:46.2343742Z [00:02:48.060]➜  go tool buildid -w $WORK/b891/_pkg_.a # internal
2025-08-20T21:58:46.2452814Z [00:02:48.070]➜  cp $WORK/b891/_pkg_.a /root/.cache/go-build/09/096e86313c540f1ca466873a01df14ba2397ce1cc211be5e68432fef80fa7ad7-d # internal
2025-08-20T21:58:46.2463078Z [00:02:48.072]➜  github.com/projectdiscovery/mapcidr/asn
2025-08-20T21:58:46.2465312Z [00:02:48.072]➜  mkdir -p $WORK/b899/
2025-08-20T21:58:46.2471508Z [00:02:48.072]➜  cat >/tmp/go-build282983591/b899/importcfg << 'EOF' # internal
2025-08-20T21:58:46.2473636Z [00:02:48.072]➜  # import config
2025-08-20T21:58:46.2474342Z [00:02:48.072]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:46.2475604Z [00:02:48.072]➜  packagefile github.com/projectdiscovery/asnmap/libs=/tmp/go-build282983591/b329/_pkg_.a
2025-08-20T21:58:46.2476863Z [00:02:48.072]➜  packagefile github.com/projectdiscovery/mapcidr=/tmp/go-build282983591/b330/_pkg_.a
2025-08-20T21:58:46.2477843Z [00:02:48.072]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:46.2478640Z [00:02:48.072]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:46.2479464Z [00:02:48.072]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:46.2480304Z [00:02:48.072]➜  EOF
2025-08-20T21:58:46.2483995Z [00:02:48.073]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b899/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/mapcidr@v1.1.34/asn=>github.com/projectdiscovery/mapcidr@v1.1.34/asn;$WORK/b899=>" -p github.com/projectdiscovery/mapcidr/asn -lang=go1.21 -complete -installsuffix shared -buildid H5f-oobqtX04pAU0tTPf/H5f-oobqtX04pAU0tTPf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b899/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/mapcidr@v1.1.34/asn/asn.go
2025-08-20T21:58:46.2534107Z [00:02:48.079]➜  cd /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field
2025-08-20T21:58:46.2537940Z [00:02:48.079]➜  /root/.go/pkg/tool/linux_amd64/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/b898=>" -I $WORK/b898/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b898/fe_amd64.o ./fe_amd64.s
2025-08-20T21:58:46.2576297Z [00:02:48.083]➜  go tool pack r $WORK/b898/_pkg_.a $WORK/b898/fe_amd64.o # internal
2025-08-20T21:58:46.2579072Z [00:02:48.083]➜  go tool buildid -w $WORK/b898/_pkg_.a # internal
2025-08-20T21:58:46.2588124Z [00:02:48.084]➜  cp $WORK/b898/_pkg_.a /root/.cache/go-build/61/610792fe53cc46c9dc5fdb3cc5a7823969b93f46e15371374fa5d64aa95104ab-d # internal
2025-08-20T21:58:46.2618955Z [00:02:48.084]➜  filippo.io/edwards25519
2025-08-20T21:58:46.2619721Z [00:02:48.084]➜  mkdir -p $WORK/b897/
2025-08-20T21:58:46.2620653Z [00:02:48.085]➜  cat >/tmp/go-build282983591/b897/importcfg << 'EOF' # internal
2025-08-20T21:58:46.2621334Z [00:02:48.085]➜  # import config
2025-08-20T21:58:46.2622037Z [00:02:48.085]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:58:46.2622950Z [00:02:48.085]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:46.2623832Z [00:02:48.085]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:46.2627046Z [00:02:48.085]➜  packagefile filippo.io/edwards25519/field=/tmp/go-build282983591/b898/_pkg_.a
2025-08-20T21:58:46.2628019Z [00:02:48.085]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:46.2628827Z [00:02:48.085]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:46.2629424Z [00:02:48.085]➜  EOF
2025-08-20T21:58:46.2630163Z [00:02:48.085]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:46.2635634Z [00:02:48.085]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b897/_pkg_.a -trimpath "/root/go/pkg/mod/filippo.io/edwards25519@v1.1.0=>filippo.io/edwards25519@v1.1.0;$WORK/b897=>" -p filippo.io/edwards25519 -lang=go1.20 -complete -installsuffix shared -buildid cfbW2X3pwjmt2aPrj-EX/cfbW2X3pwjmt2aPrj-EX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b897/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:58:46.2801001Z [00:02:48.105]➜  go tool buildid -w $WORK/b899/_pkg_.a # internal
2025-08-20T21:58:46.2812774Z [00:02:48.106]➜  cp $WORK/b899/_pkg_.a /root/.cache/go-build/54/54d8628186a35e9a5521f7ba19d38b5ecbe039408d0c9b9667a4b6001496f4af-d # internal
2025-08-20T21:58:46.2815612Z [00:02:48.107]➜  github.com/projectdiscovery/nuclei/v3/pkg/utils/expand
2025-08-20T21:58:46.2816325Z [00:02:48.107]➜  mkdir -p $WORK/b900/
2025-08-20T21:58:46.2821887Z [00:02:48.107]➜  cat >/tmp/go-build282983591/b900/importcfg << 'EOF' # internal
2025-08-20T21:58:46.2823079Z [00:02:48.107]➜  # import config
2025-08-20T21:58:46.2825568Z [00:02:48.107]➜  packagefile github.com/projectdiscovery/mapcidr=/tmp/go-build282983591/b330/_pkg_.a
2025-08-20T21:58:46.2827014Z [00:02:48.107]➜  packagefile github.com/projectdiscovery/mapcidr/asn=/tmp/go-build282983591/b899/_pkg_.a
2025-08-20T21:58:46.2830157Z [00:02:48.107]➜  EOF
2025-08-20T21:58:46.2833898Z [00:02:48.108]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b900/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/expand=>github.com/projectdiscovery/nuclei/v3/pkg/utils/expand;$WORK/b900=>" -p github.com/projectdiscovery/nuclei/v3/pkg/utils/expand -lang=go1.24 -complete -installsuffix shared -buildid O181Ob5WTF04oJ8SESSb/O181Ob5WTF04oJ8SESSb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b900/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/expand/expand.go
2025-08-20T21:58:46.2983635Z [00:02:48.123]➜  go tool buildid -w $WORK/b900/_pkg_.a # internal
2025-08-20T21:58:46.2991915Z [00:02:48.124]➜  cp $WORK/b900/_pkg_.a /root/.cache/go-build/1d/1daff75b0d053ca8feb0ae7c45f249bac96375d10a1c35c0b7c4716e431b5f92-d # internal
2025-08-20T21:58:46.3002672Z [00:02:48.125]➜  github.com/projectdiscovery/utils/memguardian
2025-08-20T21:58:46.3005283Z [00:02:48.126]➜  mkdir -p $WORK/b901/
2025-08-20T21:58:46.3011942Z [00:02:48.126]➜  cat >/tmp/go-build282983591/b901/importcfg << 'EOF' # internal
2025-08-20T21:58:46.3012888Z [00:02:48.126]➜  # import config
2025-08-20T21:58:46.3014819Z [00:02:48.126]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:46.3016104Z [00:02:48.126]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:46.3020316Z [00:02:48.126]➜  packagefile github.com/docker/go-units=/tmp/go-build282983591/b348/_pkg_.a
2025-08-20T21:58:46.3021500Z [00:02:48.126]➜  packagefile github.com/projectdiscovery/utils/env=/tmp/go-build282983591/b183/_pkg_.a
2025-08-20T21:58:46.3022530Z [00:02:48.126]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:46.3023361Z [00:02:48.126]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:46.3024149Z [00:02:48.126]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:46.3024723Z [00:02:48.126]➜  EOF
2025-08-20T21:58:46.3030577Z [00:02:48.126]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b901/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/memguardian=>github.com/projectdiscovery/utils@v0.4.23/memguardian;$WORK/b901=>" -p github.com/projectdiscovery/utils/memguardian -lang=go1.24 -complete -installsuffix shared -buildid Nuf0x7mbSnSmyyw1lojd/Nuf0x7mbSnSmyyw1lojd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b901/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:58:46.3378532Z [00:02:48.163]➜  go tool buildid -w $WORK/b901/_pkg_.a # internal
2025-08-20T21:58:46.3392459Z [00:02:48.164]➜  cp $WORK/b901/_pkg_.a /root/.cache/go-build/e4/e4d859dfc0d98868dd232ebdce3d786850b494deeac5d6d14b4a06096da4474f-d # internal
2025-08-20T21:58:46.3398347Z [00:02:48.165]➜  github.com/projectdiscovery/utils/memoize/simpleflight
2025-08-20T21:58:46.3401215Z [00:02:48.165]➜  mkdir -p $WORK/b903/
2025-08-20T21:58:46.3407091Z [00:02:48.166]➜  cat >/tmp/go-build282983591/b903/importcfg << 'EOF' # internal
2025-08-20T21:58:46.3442613Z [00:02:48.166]➜  # import config
2025-08-20T21:58:46.3443329Z [00:02:48.166]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:46.3444125Z [00:02:48.166]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:46.3444895Z [00:02:48.166]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:46.3445665Z [00:02:48.166]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:46.3446497Z [00:02:48.166]➜  packagefile runtime/debug=/tmp/go-build282983591/b246/_pkg_.a
2025-08-20T21:58:46.3447303Z [00:02:48.166]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:46.3447878Z [00:02:48.166]➜  EOF
2025-08-20T21:58:46.3452302Z [00:02:48.166]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b903/_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/b903=>" -p github.com/projectdiscovery/utils/memoize/simpleflight -lang=go1.24 -complete -installsuffix shared -buildid ASktQcYkSPiFnwSxo56c/ASktQcYkSPiFnwSxo56c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b903/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/memoize/simpleflight/simpleflight.go
2025-08-20T21:58:46.3605545Z [00:02:48.186]➜  go tool buildid -w $WORK/b903/_pkg_.a # internal
2025-08-20T21:58:46.3615870Z [00:02:48.187]➜  cp $WORK/b903/_pkg_.a /root/.cache/go-build/bf/bf31ddb6d830af3099c0dcf54bc3ba6808b2cdc546f4a6ad0656fde86138ad3d-d # internal
2025-08-20T21:58:46.3620216Z [00:02:48.187]➜  go/printer
2025-08-20T21:58:46.3622703Z [00:02:48.187]➜  mkdir -p $WORK/b905/
2025-08-20T21:58:46.3630544Z [00:02:48.188]➜  cat >/tmp/go-build282983591/b905/importcfg << 'EOF' # internal
2025-08-20T21:58:46.3640224Z [00:02:48.188]➜  # import config
2025-08-20T21:58:46.3640919Z [00:02:48.188]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:46.3641747Z [00:02:48.188]➜  packagefile go/ast=/tmp/go-build282983591/b695/_pkg_.a
2025-08-20T21:58:46.3642938Z [00:02:48.188]➜  packagefile go/build/constraint=/tmp/go-build282983591/b702/_pkg_.a
2025-08-20T21:58:46.3643886Z [00:02:48.188]➜  packagefile go/doc/comment=/tmp/go-build282983591/b699/_pkg_.a
2025-08-20T21:58:46.3644755Z [00:02:48.188]➜  packagefile go/token=/tmp/go-build282983591/b697/_pkg_.a
2025-08-20T21:58:46.3645514Z [00:02:48.188]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:46.3646253Z [00:02:48.188]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:46.3646983Z [00:02:48.188]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:46.3647718Z [00:02:48.188]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:46.3648486Z [00:02:48.188]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:46.3649427Z [00:02:48.188]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:46.3650458Z [00:02:48.188]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:46.3651309Z [00:02:48.188]➜  packagefile text/tabwriter=/tmp/go-build282983591/b241/_pkg_.a
2025-08-20T21:58:46.3652146Z [00:02:48.188]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:46.3652995Z [00:02:48.188]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:46.3653633Z [00:02:48.188]➜  EOF
2025-08-20T21:58:46.3656899Z [00:02:48.188]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b905/_pkg_.a -trimpath "/root/.go/src/go/printer=>go/printer;$WORK/b905=>" -p go/printer -lang=go1.25 -std -complete -installsuffix shared -buildid WwcXNE_MNBsr8z6Vw0zf/WwcXNE_MNBsr8z6Vw0zf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b905/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:58:46.4412189Z [00:02:48.266]➜  go tool buildid -w $WORK/b897/_pkg_.a # internal
2025-08-20T21:58:46.4433894Z [00:02:48.269]➜  cp $WORK/b897/_pkg_.a /root/.cache/go-build/4f/4fb849826e13d3493809e995780b14acb0aa406341d44658fd05ebadf980f0c0-d # internal
2025-08-20T21:58:46.4525011Z [00:02:48.278]➜  github.com/go-sql-driver/mysql
2025-08-20T21:58:46.4527463Z [00:02:48.278]➜  mkdir -p $WORK/b896/
2025-08-20T21:58:46.4533174Z [00:02:48.278]➜  cat >/tmp/go-build282983591/b896/importcfg << 'EOF' # internal
2025-08-20T21:58:46.4534353Z [00:02:48.278]➜  # import config
2025-08-20T21:58:46.4536779Z [00:02:48.278]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:46.4537783Z [00:02:48.278]➜  packagefile compress/zlib=/tmp/go-build282983591/b169/_pkg_.a
2025-08-20T21:58:46.4540228Z [00:02:48.278]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:46.4541120Z [00:02:48.278]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:46.4542033Z [00:02:48.278]➜  packagefile crypto/rsa=/tmp/go-build282983591/b148/_pkg_.a
2025-08-20T21:58:46.4543014Z [00:02:48.278]➜  packagefile crypto/sha1=/tmp/go-build282983591/b095/_pkg_.a
2025-08-20T21:58:46.4544141Z [00:02:48.278]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:46.4545056Z [00:02:48.278]➜  packagefile crypto/sha512=/tmp/go-build282983591/b126/_pkg_.a
2025-08-20T21:58:46.4545948Z [00:02:48.278]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:58:46.4546813Z [00:02:48.278]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:58:46.4547705Z [00:02:48.278]➜  packagefile database/sql=/tmp/go-build282983591/b872/_pkg_.a
2025-08-20T21:58:46.4548647Z [00:02:48.278]➜  packagefile database/sql/driver=/tmp/go-build282983591/b328/_pkg_.a
2025-08-20T21:58:46.4549596Z [00:02:48.278]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:46.4550748Z [00:02:48.278]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:46.4551658Z [00:02:48.278]➜  packagefile encoding/pem=/tmp/go-build282983591/b157/_pkg_.a
2025-08-20T21:58:46.4552719Z [00:02:48.278]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:46.4553664Z [00:02:48.278]➜  packagefile filippo.io/edwards25519=/tmp/go-build282983591/b897/_pkg_.a
2025-08-20T21:58:46.4554573Z [00:02:48.278]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:46.4555333Z [00:02:48.278]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:46.4556094Z [00:02:48.278]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:46.4556886Z [00:02:48.278]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:46.4557701Z [00:02:48.278]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:46.4558486Z [00:02:48.278]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:46.4559428Z [00:02:48.278]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:46.4563319Z [00:02:48.278]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:46.4564323Z [00:02:48.278]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:46.4565193Z [00:02:48.278]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:46.4566014Z [00:02:48.278]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:46.4566816Z [00:02:48.278]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:46.4567646Z [00:02:48.278]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:46.4568467Z [00:02:48.278]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:46.4569293Z [00:02:48.278]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:46.4570361Z [00:02:48.278]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:46.4571186Z [00:02:48.278]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:46.4571779Z [00:02:48.278]➜  EOF
2025-08-20T21:58:46.4583653Z [00:02:48.278]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b896/_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/b896=>" -p github.com/go-sql-driver/mysql -lang=go1.21 -complete -installsuffix shared -buildid Nl_95yGs8KXEGRAlA8Dr/Nl_95yGs8KXEGRAlA8Dr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b896/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:58:46.8339443Z [00:02:48.659]➜  go tool buildid -w $WORK/b905/_pkg_.a # internal
2025-08-20T21:58:46.8380752Z [00:02:48.663]➜  cp $WORK/b905/_pkg_.a /root/.cache/go-build/04/04017c55f7161b7ecc60243bee39bb611ea29085e5b5a2042a7a3e9ab9701273-d # internal
2025-08-20T21:58:46.8383901Z [00:02:48.664]➜  go/format
2025-08-20T21:58:46.8384600Z [00:02:48.664]➜  mkdir -p $WORK/b904/
2025-08-20T21:58:46.8389746Z [00:02:48.664]➜  cat >/tmp/go-build282983591/b904/importcfg << 'EOF' # internal
2025-08-20T21:58:46.8393920Z [00:02:48.664]➜  # import config
2025-08-20T21:58:46.8398016Z [00:02:48.664]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:46.8400997Z [00:02:48.664]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:46.8420995Z [00:02:48.664]➜  packagefile go/ast=/tmp/go-build282983591/b695/_pkg_.a
2025-08-20T21:58:46.8423735Z [00:02:48.664]➜  packagefile go/parser=/tmp/go-build282983591/b701/_pkg_.a
2025-08-20T21:58:46.8430756Z [00:02:48.664]➜  packagefile go/printer=/tmp/go-build282983591/b905/_pkg_.a
2025-08-20T21:58:46.8431580Z [00:02:48.664]➜  packagefile go/token=/tmp/go-build282983591/b697/_pkg_.a
2025-08-20T21:58:46.8432516Z [00:02:48.664]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:46.8433263Z [00:02:48.664]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:46.8434081Z [00:02:48.664]➜  EOF
2025-08-20T21:58:46.8436888Z [00:02:48.665]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b904/_pkg_.a -trimpath "/root/.go/src/go/format=>go/format;$WORK/b904=>" -p go/format -lang=go1.25 -std -complete -installsuffix shared -buildid xdEV-IBB2DtR6VrCS7s2/xdEV-IBB2DtR6VrCS7s2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b904/importcfg -pack /root/.go/src/go/format/format.go /root/.go/src/go/format/internal.go
2025-08-20T21:58:46.8760400Z [00:02:48.701]➜  go tool buildid -w $WORK/b904/_pkg_.a # internal
2025-08-20T21:58:46.8771285Z [00:02:48.702]➜  cp $WORK/b904/_pkg_.a /root/.cache/go-build/80/8072103728fb2ba6935cee7a3ec3096d47cd03669c955b8b5a76e3581111f80a-d # internal
2025-08-20T21:58:46.8775422Z [00:02:48.703]➜  go/constant
2025-08-20T21:58:46.8775903Z [00:02:48.703]➜  mkdir -p $WORK/b907/
2025-08-20T21:58:46.8782041Z [00:02:48.703]➜  cat >/tmp/go-build282983591/b907/importcfg << 'EOF' # internal
2025-08-20T21:58:46.8785445Z [00:02:48.703]➜  # import config
2025-08-20T21:58:46.8786090Z [00:02:48.703]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:46.8786851Z [00:02:48.703]➜  packagefile go/token=/tmp/go-build282983591/b697/_pkg_.a
2025-08-20T21:58:46.8787613Z [00:02:48.703]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:46.8788366Z [00:02:48.703]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:46.8789141Z [00:02:48.704]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:46.8790060Z [00:02:48.704]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:46.8790822Z [00:02:48.704]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:46.8791555Z [00:02:48.704]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:46.8792341Z [00:02:48.704]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:46.8792943Z [00:02:48.704]➜  EOF
2025-08-20T21:58:46.8795892Z [00:02:48.704]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b907/_pkg_.a -trimpath "/root/.go/src/go/constant=>go/constant;$WORK/b907=>" -p go/constant -lang=go1.25 -std -complete -installsuffix shared -buildid PYIJBppvh_AnNLaomfJF/PYIJBppvh_AnNLaomfJF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b907/importcfg -pack /root/.go/src/go/constant/kind_string.go /root/.go/src/go/constant/value.go
2025-08-20T21:58:47.0776087Z [00:02:48.903]➜  go tool buildid -w $WORK/b907/_pkg_.a # internal
2025-08-20T21:58:47.0850207Z [00:02:48.910]➜  cp $WORK/b907/_pkg_.a /root/.cache/go-build/ac/acb19163010e4a7a3bbd6ce12e7127d01ca72043b152e386cf9680741fcc1b3a-d # internal
2025-08-20T21:58:47.0852044Z [00:02:48.910]➜  go/version
2025-08-20T21:58:47.0862011Z [00:02:48.911]➜  mkdir -p $WORK/b908/
2025-08-20T21:58:47.0863320Z [00:02:48.911]➜  cat >/tmp/go-build282983591/b908/importcfg << 'EOF' # internal
2025-08-20T21:58:47.0864336Z [00:02:48.911]➜  # import config
2025-08-20T21:58:47.0866148Z [00:02:48.911]➜  packagefile internal/gover=/tmp/go-build282983591/b909/_pkg_.a
2025-08-20T21:58:47.0867049Z [00:02:48.911]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:47.0867695Z [00:02:48.911]➜  EOF
2025-08-20T21:58:47.0870663Z [00:02:48.911]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b908/_pkg_.a -trimpath "/root/.go/src/go/version=>go/version;$WORK/b908=>" -p go/version -lang=go1.25 -std -complete -installsuffix shared -buildid YJFsfqeG7YsMeKVNXVsZ/YJFsfqeG7YsMeKVNXVsZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b908/importcfg -pack /root/.go/src/go/version/version.go
2025-08-20T21:58:47.0986516Z [00:02:48.924]➜  go tool buildid -w $WORK/b908/_pkg_.a # internal
2025-08-20T21:58:47.0993147Z [00:02:48.924]➜  cp $WORK/b908/_pkg_.a /root/.cache/go-build/01/01e37dde2ddd55c8b959e4be9748f68e6aff4f5f93282ea90192274d7050ee7a-d # internal
2025-08-20T21:58:47.0997068Z [00:02:48.925]➜  internal/buildcfg
2025-08-20T21:58:47.0997552Z [00:02:48.925]➜  mkdir -p $WORK/b910/
2025-08-20T21:58:47.1003967Z [00:02:48.926]➜  cat >/tmp/go-build282983591/b910/importcfg << 'EOF' # internal
2025-08-20T21:58:47.1006883Z [00:02:48.926]➜  # import config
2025-08-20T21:58:47.1007482Z [00:02:48.926]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:47.1008343Z [00:02:48.926]➜  packagefile internal/goexperiment=/tmp/go-build282983591/b017/_pkg_.a
2025-08-20T21:58:47.1009227Z [00:02:48.926]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:47.1010164Z [00:02:48.926]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:47.1010970Z [00:02:48.926]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:47.1011676Z [00:02:48.926]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:47.1012394Z [00:02:48.926]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:47.1013124Z [00:02:48.926]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:47.1013688Z [00:02:48.926]➜  EOF
2025-08-20T21:58:47.1016996Z [00:02:48.926]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b910/_pkg_.a -trimpath "/root/.go/src/internal/buildcfg=>internal/buildcfg;$WORK/b910=>" -p internal/buildcfg -lang=go1.25 -std -complete -installsuffix shared -buildid cTQO3qCk4H4-e2MFKjLB/cTQO3qCk4H4-e2MFKjLB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b910/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:58:47.2086832Z [00:02:49.034]➜  go tool buildid -w $WORK/b910/_pkg_.a # internal
2025-08-20T21:58:47.2102431Z [00:02:49.035]➜  cp $WORK/b910/_pkg_.a /root/.cache/go-build/df/df8e7f3bea151e5b5d62ecf6246e68c9fc74cb669a22637fe9948c4c5c7d08a9-d # internal
2025-08-20T21:58:47.2137668Z [00:02:49.039]➜  internal/types/errors
2025-08-20T21:58:47.2140560Z [00:02:49.039]➜  mkdir -p $WORK/b912/
2025-08-20T21:58:47.2146175Z [00:02:49.040]➜  cat >/tmp/go-build282983591/b912/importcfg << 'EOF' # internal
2025-08-20T21:58:47.2174348Z [00:02:49.040]➜  # import config
2025-08-20T21:58:47.2175093Z [00:02:49.040]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:47.2175742Z [00:02:49.040]➜  EOF
2025-08-20T21:58:47.2179196Z [00:02:49.043]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b912/_pkg_.a -trimpath "/root/.go/src/internal/types/errors=>internal/types/errors;$WORK/b912=>" -p internal/types/errors -lang=go1.25 -std -complete -installsuffix shared -buildid qhmu9C9JtS0iY-jPEMJ1/qhmu9C9JtS0iY-jPEMJ1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b912/importcfg -pack /root/.go/src/internal/types/errors/code_string.go /root/.go/src/internal/types/errors/codes.go
2025-08-20T21:58:47.2479998Z [00:02:49.073]➜  go tool buildid -w $WORK/b912/_pkg_.a # internal
2025-08-20T21:58:47.2511347Z [00:02:49.075]➜  cp $WORK/b912/_pkg_.a /root/.cache/go-build/ae/ae52bf1525ff560f4c06b547120a4c03ba871351115868af04a6bb1fecb5b199-d # internal
2025-08-20T21:58:47.2627795Z [00:02:49.083]➜  go tool buildid -w $WORK/b896/_pkg_.a # internal
2025-08-20T21:58:47.2628768Z [00:02:49.084]➜  go/types
2025-08-20T21:58:47.2629548Z [00:02:49.087]➜  mkdir -p $WORK/b906/
2025-08-20T21:58:47.2630416Z [00:02:49.087]➜  cat >/tmp/go-build282983591/b906/importcfg << 'EOF' # internal
2025-08-20T21:58:47.2631045Z [00:02:49.087]➜  # import config
2025-08-20T21:58:47.2631649Z [00:02:49.087]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:47.2632391Z [00:02:49.087]➜  packagefile cmp=/tmp/go-build282983591/b046/_pkg_.a
2025-08-20T21:58:47.2633173Z [00:02:49.087]➜  packagefile container/heap=/tmp/go-build282983591/b332/_pkg_.a
2025-08-20T21:58:47.2633981Z [00:02:49.087]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:47.2634710Z [00:02:49.087]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:47.2635585Z [00:02:49.087]➜  packagefile go/ast=/tmp/go-build282983591/b695/_pkg_.a
2025-08-20T21:58:47.2636464Z [00:02:49.087]➜  packagefile go/constant=/tmp/go-build282983591/b907/_pkg_.a
2025-08-20T21:58:47.2637273Z [00:02:49.087]➜  packagefile go/parser=/tmp/go-build282983591/b701/_pkg_.a
2025-08-20T21:58:47.2638046Z [00:02:49.087]➜  packagefile go/token=/tmp/go-build282983591/b697/_pkg_.a
2025-08-20T21:58:47.2638815Z [00:02:49.087]➜  packagefile go/version=/tmp/go-build282983591/b908/_pkg_.a
2025-08-20T21:58:47.2639662Z [00:02:49.087]➜  packagefile internal/buildcfg=/tmp/go-build282983591/b910/_pkg_.a
2025-08-20T21:58:47.2640695Z [00:02:49.087]➜  packagefile internal/godebug=/tmp/go-build282983591/b058/_pkg_.a
2025-08-20T21:58:47.2641582Z [00:02:49.087]➜  packagefile internal/goversion=/tmp/go-build282983591/b911/_pkg_.a
2025-08-20T21:58:47.2642499Z [00:02:49.087]➜  packagefile internal/types/errors=/tmp/go-build282983591/b912/_pkg_.a
2025-08-20T21:58:47.2643315Z [00:02:49.087]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:47.2644020Z [00:02:49.087]➜  packagefile iter=/tmp/go-build282983591/b039/_pkg_.a
2025-08-20T21:58:47.2644792Z [00:02:49.087]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:47.2645497Z [00:02:49.087]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:47.2646272Z [00:02:49.087]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:47.2647061Z [00:02:49.087]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:47.2647792Z [00:02:49.087]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:47.2648519Z [00:02:49.087]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:47.2649260Z [00:02:49.087]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:47.2650177Z [00:02:49.087]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:47.2650924Z [00:02:49.087]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:47.2651673Z [00:02:49.087]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:47.2652456Z [00:02:49.087]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:47.2653384Z [00:02:49.087]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:47.2653985Z [00:02:49.087]➜  EOF
2025-08-20T21:58:47.2687341Z [00:02:49.087]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b906/_pkg_.a -trimpath "/root/.go/src/go/types=>go/types;$WORK/b906=>" -p go/types -lang=go1.25 -std -complete -installsuffix shared -buildid orl3YK8TKJ5M9fAQqOfi/orl3YK8TKJ5M9fAQqOfi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b906/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:58:47.2715686Z [00:02:49.093]➜  cp $WORK/b896/_pkg_.a /root/.cache/go-build/ef/ef537edf80f2ceaa9fda2e1f54106d6d957bc1356b9af0bccd05110f527a6635-d # internal
2025-08-20T21:58:47.2716804Z [00:02:49.093]➜  golang.org/x/mod/semver
2025-08-20T21:58:47.2717313Z [00:02:49.093]➜  mkdir -p $WORK/b915/
2025-08-20T21:58:47.2754621Z [00:02:49.097]➜  cat >/tmp/go-build282983591/b915/importcfg << 'EOF' # internal
2025-08-20T21:58:47.2791510Z [00:02:49.097]➜  # import config
2025-08-20T21:58:47.2792152Z [00:02:49.098]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:47.2792902Z [00:02:49.098]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:47.2793457Z [00:02:49.098]➜  EOF
2025-08-20T21:58:47.2796448Z [00:02:49.098]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b915/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/mod@v0.25.0/semver=>golang.org/x/mod@v0.25.0/semver;$WORK/b915=>" -p golang.org/x/mod/semver -lang=go1.23 -complete -installsuffix shared -buildid sxyaPJKt5oZk4EsjuEhM/sxyaPJKt5oZk4EsjuEhM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b915/importcfg -pack /root/go/pkg/mod/golang.org/x/mod@v0.25.0/semver/semver.go
2025-08-20T21:58:47.3656504Z [00:02:49.191]➜  go tool buildid -w $WORK/b915/_pkg_.a # internal
2025-08-20T21:58:47.3666687Z [00:02:49.192]➜  cp $WORK/b915/_pkg_.a /root/.cache/go-build/f6/f6fed414c72385f26eaff122910e1032e7a914440de2665ad3829205b525cb61-d # internal
2025-08-20T21:58:47.3680635Z [00:02:49.192]➜  golang.org/x/tools/internal/event/label
2025-08-20T21:58:47.3681287Z [00:02:49.192]➜  mkdir -p $WORK/b919/
2025-08-20T21:58:47.3682038Z [00:02:49.193]➜  cat >/tmp/go-build282983591/b919/importcfg << 'EOF' # internal
2025-08-20T21:58:47.3682715Z [00:02:49.193]➜  # import config
2025-08-20T21:58:47.3683361Z [00:02:49.193]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:47.3684186Z [00:02:49.193]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:47.3685016Z [00:02:49.193]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:47.3686132Z [00:02:49.193]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:47.3686783Z [00:02:49.193]➜  EOF
2025-08-20T21:58:47.3690633Z [00:02:49.193]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b919/_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/b919=>" -p golang.org/x/tools/internal/event/label -lang=go1.23 -complete -installsuffix shared -buildid ZdW8d3Y54NQ7VkyhAQNq/ZdW8d3Y54NQ7VkyhAQNq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b919/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/event/label/label.go
2025-08-20T21:58:47.4246073Z [00:02:49.250]➜  go tool buildid -w $WORK/b919/_pkg_.a # internal
2025-08-20T21:58:47.4258303Z [00:02:49.251]➜  cp $WORK/b919/_pkg_.a /root/.cache/go-build/12/120ef882ccae3851639728dcd6f680f53f2209a7b51e7ccc5d202c7318c2cbbf-d # internal
2025-08-20T21:58:47.4273910Z [00:02:49.252]➜  golang.org/x/tools/internal/event/keys
2025-08-20T21:58:47.4275996Z [00:02:49.252]➜  mkdir -p $WORK/b918/
2025-08-20T21:58:47.4278305Z [00:02:49.253]➜  cat >/tmp/go-build282983591/b918/importcfg << 'EOF' # internal
2025-08-20T21:58:47.4279681Z [00:02:49.253]➜  # import config
2025-08-20T21:58:47.4282675Z [00:02:49.253]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:47.4283757Z [00:02:49.253]➜  packagefile golang.org/x/tools/internal/event/label=/tmp/go-build282983591/b919/_pkg_.a
2025-08-20T21:58:47.4284736Z [00:02:49.253]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:47.4285488Z [00:02:49.253]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:47.4286229Z [00:02:49.253]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:47.4287011Z [00:02:49.253]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:47.4287817Z [00:02:49.253]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:47.4288447Z [00:02:49.253]➜  EOF
2025-08-20T21:58:47.4293253Z [00:02:49.253]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b918/_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/b918=>" -p golang.org/x/tools/internal/event/keys -lang=go1.23 -complete -installsuffix shared -buildid clFS4DF56n5t5nW8xaeP/clFS4DF56n5t5nW8xaeP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b918/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:58:47.5554063Z [00:02:49.381]➜  go tool buildid -w $WORK/b918/_pkg_.a # internal
2025-08-20T21:58:47.5588944Z [00:02:49.384]➜  cp $WORK/b918/_pkg_.a /root/.cache/go-build/95/9548a740e8dbb4420736d9be5523913dc6e3aac2d73d20449226fbaa3ad9ed86-d # internal
2025-08-20T21:58:47.5654163Z [00:02:49.391]➜  golang.org/x/tools/internal/event/core
2025-08-20T21:58:47.5659726Z [00:02:49.391]➜  mkdir -p $WORK/b917/
2025-08-20T21:58:47.5660740Z [00:02:49.391]➜  cat >/tmp/go-build282983591/b917/importcfg << 'EOF' # internal
2025-08-20T21:58:47.5661438Z [00:02:49.391]➜  # import config
2025-08-20T21:58:47.5662132Z [00:02:49.391]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:47.5662949Z [00:02:49.391]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:47.5664012Z [00:02:49.391]➜  packagefile golang.org/x/tools/internal/event/keys=/tmp/go-build282983591/b918/_pkg_.a
2025-08-20T21:58:47.5665337Z [00:02:49.391]➜  packagefile golang.org/x/tools/internal/event/label=/tmp/go-build282983591/b919/_pkg_.a
2025-08-20T21:58:47.5666427Z [00:02:49.391]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:47.5667290Z [00:02:49.391]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:47.5668143Z [00:02:49.391]➜  EOF
2025-08-20T21:58:47.5673136Z [00:02:49.391]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b917/_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/b917=>" -p golang.org/x/tools/internal/event/core -lang=go1.23 -complete -installsuffix shared -buildid OqY-LM1oa4EjTGO7Iwk6/OqY-LM1oa4EjTGO7Iwk6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b917/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:58:47.6064861Z [00:02:49.432]➜  go tool buildid -w $WORK/b917/_pkg_.a # internal
2025-08-20T21:58:47.6074383Z [00:02:49.432]➜  cp $WORK/b917/_pkg_.a /root/.cache/go-build/37/37cc2031a90432604c1e09fef0f2818aa21e711a288f74e5e87c3fea56146109-d # internal
2025-08-20T21:58:47.6081569Z [00:02:49.433]➜  golang.org/x/tools/internal/event
2025-08-20T21:58:47.6092426Z [00:02:49.433]➜  mkdir -p $WORK/b916/
2025-08-20T21:58:47.6093229Z [00:02:49.434]➜  cat >/tmp/go-build282983591/b916/importcfg << 'EOF' # internal
2025-08-20T21:58:47.6093937Z [00:02:49.434]➜  # import config
2025-08-20T21:58:47.6094625Z [00:02:49.434]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:47.6095753Z [00:02:49.434]➜  packagefile golang.org/x/tools/internal/event/core=/tmp/go-build282983591/b917/_pkg_.a
2025-08-20T21:58:47.6097077Z [00:02:49.434]➜  packagefile golang.org/x/tools/internal/event/keys=/tmp/go-build282983591/b918/_pkg_.a
2025-08-20T21:58:47.6098395Z [00:02:49.434]➜  packagefile golang.org/x/tools/internal/event/label=/tmp/go-build282983591/b919/_pkg_.a
2025-08-20T21:58:47.6099260Z [00:02:49.434]➜  EOF
2025-08-20T21:58:47.6104473Z [00:02:49.434]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b916/_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/b916=>" -p golang.org/x/tools/internal/event -lang=go1.23 -complete -installsuffix shared -buildid cxJpUPOYtbxawFo0VH5i/cxJpUPOYtbxawFo0VH5i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b916/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:58:47.6340974Z [00:02:49.459]➜  go tool buildid -w $WORK/b916/_pkg_.a # internal
2025-08-20T21:58:47.6347205Z [00:02:49.460]➜  cp $WORK/b916/_pkg_.a /root/.cache/go-build/74/740a4b6df27c5e1ef8f1d894840ae28b0aa5605d7ae33fea953014b770e3aca4-d # internal
2025-08-20T21:58:47.6465753Z [00:02:49.472]➜  golang.org/x/tools/internal/gocommand
2025-08-20T21:58:47.6476197Z [00:02:49.472]➜  mkdir -p $WORK/b914/
2025-08-20T21:58:47.6476926Z [00:02:49.472]➜  cat >/tmp/go-build282983591/b914/importcfg << 'EOF' # internal
2025-08-20T21:58:47.6477607Z [00:02:49.472]➜  # import config
2025-08-20T21:58:47.6478252Z [00:02:49.472]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:47.6479263Z [00:02:49.472]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:47.6480264Z [00:02:49.472]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:47.6481076Z [00:02:49.472]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:47.6481812Z [00:02:49.472]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:47.6482665Z [00:02:49.472]➜  packagefile golang.org/x/mod/semver=/tmp/go-build282983591/b915/_pkg_.a
2025-08-20T21:58:47.6483718Z [00:02:49.472]➜  packagefile golang.org/x/tools/internal/event=/tmp/go-build282983591/b916/_pkg_.a
2025-08-20T21:58:47.6484859Z [00:02:49.472]➜  packagefile golang.org/x/tools/internal/event/keys=/tmp/go-build282983591/b918/_pkg_.a
2025-08-20T21:58:47.6486043Z [00:02:49.472]➜  packagefile golang.org/x/tools/internal/event/label=/tmp/go-build282983591/b919/_pkg_.a
2025-08-20T21:58:47.6486968Z [00:02:49.472]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:47.6487820Z [00:02:49.472]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:47.6488518Z [00:02:49.472]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:47.6489275Z [00:02:49.472]➜  packagefile os/exec=/tmp/go-build282983591/b510/_pkg_.a
2025-08-20T21:58:47.6510816Z [00:02:49.472]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:47.6511766Z [00:02:49.472]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:47.6512606Z [00:02:49.472]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:47.6513413Z [00:02:49.472]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:47.6514234Z [00:02:49.472]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:47.6515277Z [00:02:49.472]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:47.6516136Z [00:02:49.472]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:47.6517124Z [00:02:49.472]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:47.6517641Z [00:02:49.472]➜  EOF
2025-08-20T21:58:47.6522868Z [00:02:49.472]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b914/_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/b914=>" -p golang.org/x/tools/internal/gocommand -lang=go1.23 -complete -installsuffix shared -buildid 8oyRJm7L84BOOGUoFUSN/8oyRJm7L84BOOGUoFUSN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b914/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:58:47.7524717Z [00:02:49.578]➜  go tool buildid -w $WORK/b914/_pkg_.a # internal
2025-08-20T21:58:47.7539169Z [00:02:49.579]➜  cp $WORK/b914/_pkg_.a /root/.cache/go-build/1b/1b01aaad5dddb7190d1c57aa4fe6ff38eab9d5e77b9e32ea735d7f2931a8b524-d # internal
2025-08-20T21:58:47.7546403Z [00:02:49.579]➜  internal/goroot
2025-08-20T21:58:47.7546925Z [00:02:49.579]➜  mkdir -p $WORK/b922/
2025-08-20T21:58:47.7547663Z [00:02:49.579]➜  cat >/tmp/go-build282983591/b922/importcfg << 'EOF' # internal
2025-08-20T21:58:47.7548373Z [00:02:49.580]➜  # import config
2025-08-20T21:58:47.7549046Z [00:02:49.580]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:47.7550080Z [00:02:49.580]➜  packagefile os/exec=/tmp/go-build282983591/b510/_pkg_.a
2025-08-20T21:58:47.7551118Z [00:02:49.580]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:47.7552037Z [00:02:49.580]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:47.7552896Z [00:02:49.580]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:47.7553752Z [00:02:49.580]➜  EOF
2025-08-20T21:58:47.7556553Z [00:02:49.580]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b922/_pkg_.a -trimpath "/root/.go/src/internal/goroot=>internal/goroot;$WORK/b922=>" -p internal/goroot -lang=go1.25 -std -complete -installsuffix shared -buildid OBQP9_56O7CY2MZVvB9E/OBQP9_56O7CY2MZVvB9E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b922/importcfg -pack /root/.go/src/internal/goroot/gc.go
2025-08-20T21:58:47.7854151Z [00:02:49.610]➜  go tool buildid -w $WORK/b922/_pkg_.a # internal
2025-08-20T21:58:47.7867129Z [00:02:49.611]➜  cp $WORK/b922/_pkg_.a /root/.cache/go-build/63/6333887b6152609ec6807486f7644199a90ef095afb8001df509dac4500e7229-d # internal
2025-08-20T21:58:47.7869998Z [00:02:49.612]➜  go/build
2025-08-20T21:58:47.7882796Z [00:02:49.612]➜  mkdir -p $WORK/b921/
2025-08-20T21:58:47.7883615Z [00:02:49.612]➜  cat >/tmp/go-build282983591/b921/importcfg << 'EOF' # internal
2025-08-20T21:58:47.7884303Z [00:02:49.612]➜  # import config
2025-08-20T21:58:47.7884983Z [00:02:49.612]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:47.7885795Z [00:02:49.612]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:47.7886612Z [00:02:49.612]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:47.7887400Z [00:02:49.612]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:47.7888179Z [00:02:49.612]➜  packagefile go/ast=/tmp/go-build282983591/b695/_pkg_.a
2025-08-20T21:58:47.7889070Z [00:02:49.612]➜  packagefile go/build/constraint=/tmp/go-build282983591/b702/_pkg_.a
2025-08-20T21:58:47.7890966Z [00:02:49.612]➜  packagefile go/doc=/tmp/go-build282983591/b698/_pkg_.a
2025-08-20T21:58:47.7891806Z [00:02:49.612]➜  packagefile go/parser=/tmp/go-build282983591/b701/_pkg_.a
2025-08-20T21:58:47.7892636Z [00:02:49.612]➜  packagefile go/scanner=/tmp/go-build282983591/b696/_pkg_.a
2025-08-20T21:58:47.7893663Z [00:02:49.612]➜  packagefile go/token=/tmp/go-build282983591/b697/_pkg_.a
2025-08-20T21:58:47.7894708Z [00:02:49.612]➜  packagefile internal/buildcfg=/tmp/go-build282983591/b910/_pkg_.a
2025-08-20T21:58:47.7895690Z [00:02:49.612]➜  packagefile internal/godebug=/tmp/go-build282983591/b058/_pkg_.a
2025-08-20T21:58:47.7896610Z [00:02:49.612]➜  packagefile internal/goroot=/tmp/go-build282983591/b922/_pkg_.a
2025-08-20T21:58:47.7897537Z [00:02:49.612]➜  packagefile internal/goversion=/tmp/go-build282983591/b911/_pkg_.a
2025-08-20T21:58:47.7898477Z [00:02:49.612]➜  packagefile internal/platform=/tmp/go-build282983591/b923/_pkg_.a
2025-08-20T21:58:47.7899405Z [00:02:49.612]➜  packagefile internal/syslist=/tmp/go-build282983591/b924/_pkg_.a
2025-08-20T21:58:47.7900399Z [00:02:49.612]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:47.7901164Z [00:02:49.612]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:58:47.7901928Z [00:02:49.612]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:47.7902705Z [00:02:49.612]➜  packagefile os/exec=/tmp/go-build282983591/b510/_pkg_.a
2025-08-20T21:58:47.7903505Z [00:02:49.612]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:58:47.7904337Z [00:02:49.612]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:47.7905177Z [00:02:49.612]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:47.7905962Z [00:02:49.612]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:47.7906745Z [00:02:49.612]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:47.7907535Z [00:02:49.612]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:47.7908314Z [00:02:49.612]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:47.7909137Z [00:02:49.612]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:47.7909902Z [00:02:49.612]➜  EOF
2025-08-20T21:58:47.7913086Z [00:02:49.612]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b921/_pkg_.a -trimpath "/root/.go/src/go/build=>go/build;$WORK/b921=>" -p go/build -lang=go1.25 -std -complete -installsuffix shared -buildid ZK-Jg47rEr5GzmDQol_C/ZK-Jg47rEr5GzmDQol_C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b921/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:58:47.8778908Z [00:02:49.703]➜  go tool buildid -w $WORK/b883/_pkg_.a # internal
2025-08-20T21:58:47.9229724Z [00:02:49.748]➜  cp $WORK/b883/_pkg_.a /root/.cache/go-build/85/85eb2e49faa94fdf7bd781cfbdc7932aa5bb67b66ebe9d3af3ec7fb84a663438-d # internal
2025-08-20T21:58:47.9267609Z [00:02:49.752]➜  github.com/go-rod/rod/lib/utils
2025-08-20T21:58:47.9268469Z [00:02:49.752]➜  mkdir -p $WORK/b882/
2025-08-20T21:58:47.9279925Z [00:02:49.753]➜  cat >/tmp/go-build282983591/b882/importcfg << 'EOF' # internal
2025-08-20T21:58:47.9280934Z [00:02:49.753]➜  # import config
2025-08-20T21:58:47.9281805Z [00:02:49.753]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:47.9282854Z [00:02:49.753]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:47.9283887Z [00:02:49.753]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:47.9284966Z [00:02:49.753]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:47.9286723Z [00:02:49.753]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:47.9287553Z [00:02:49.753]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:47.9288493Z [00:02:49.753]➜  packagefile github.com/go-rod/rod/lib/proto=/tmp/go-build282983591/b883/_pkg_.a
2025-08-20T21:58:47.9289489Z [00:02:49.753]➜  packagefile github.com/ysmood/gson=/tmp/go-build282983591/b884/_pkg_.a
2025-08-20T21:58:47.9290481Z [00:02:49.753]➜  packagefile image=/tmp/go-build282983591/b499/_pkg_.a
2025-08-20T21:58:47.9291443Z [00:02:49.753]➜  packagefile image/jpeg=/tmp/go-build282983591/b555/_pkg_.a
2025-08-20T21:58:47.9292422Z [00:02:49.753]➜  packagefile image/png=/tmp/go-build282983591/b501/_pkg_.a
2025-08-20T21:58:47.9293206Z [00:02:49.753]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:47.9293915Z [00:02:49.753]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:47.9294653Z [00:02:49.753]➜  packagefile math/rand=/tmp/go-build282983591/b118/_pkg_.a
2025-08-20T21:58:47.9295397Z [00:02:49.753]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:47.9296124Z [00:02:49.753]➜  packagefile os/exec=/tmp/go-build282983591/b510/_pkg_.a
2025-08-20T21:58:47.9296937Z [00:02:49.753]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:47.9297745Z [00:02:49.753]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:47.9298511Z [00:02:49.753]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:47.9299289Z [00:02:49.753]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:47.9300180Z [00:02:49.753]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:47.9300973Z [00:02:49.753]➜  packagefile text/template=/tmp/go-build282983591/b513/_pkg_.a
2025-08-20T21:58:47.9301736Z [00:02:49.753]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:47.9302297Z [00:02:49.753]➜  EOF
2025-08-20T21:58:47.9306542Z [00:02:49.754]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b882/_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/b882=>" -p github.com/go-rod/rod/lib/utils -lang=go1.21 -complete -installsuffix shared -buildid 8R8V7tvnteydGQsuUyHB/8R8V7tvnteydGQsuUyHB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b882/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:58:48.0872917Z [00:02:49.911]➜  go tool buildid -w $WORK/b882/_pkg_.a # internal
2025-08-20T21:58:48.0875559Z [00:02:49.913]➜  cp $WORK/b882/_pkg_.a /root/.cache/go-build/3d/3d08fac011aef3c853e80112e059c2348cd51ae1bef98e0a23b8d81ac5dabc7d-d # internal
2025-08-20T21:58:48.0903849Z [00:02:49.916]➜  github.com/go-rod/rod/lib/defaults
2025-08-20T21:58:48.0906721Z [00:02:49.916]➜  mkdir -p $WORK/b881/
2025-08-20T21:58:48.0909935Z [00:02:49.916]➜  cat >/tmp/go-build282983591/b881/importcfg << 'EOF' # internal
2025-08-20T21:58:48.0935488Z [00:02:49.916]➜  # import config
2025-08-20T21:58:48.0936167Z [00:02:49.916]➜  packagefile flag=/tmp/go-build282983591/b071/_pkg_.a
2025-08-20T21:58:48.0937124Z [00:02:49.916]➜  packagefile github.com/go-rod/rod/lib/utils=/tmp/go-build282983591/b882/_pkg_.a
2025-08-20T21:58:48.0938036Z [00:02:49.916]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:48.0938801Z [00:02:49.916]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:48.0939582Z [00:02:49.916]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:48.0940594Z [00:02:49.916]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:48.0941404Z [00:02:49.916]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:48.0942174Z [00:02:49.916]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:48.0942761Z [00:02:49.916]➜  EOF
2025-08-20T21:58:48.0946217Z [00:02:49.916]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b881/_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/b881=>" -p github.com/go-rod/rod/lib/defaults -lang=go1.21 -complete -installsuffix shared -buildid 22JgRf-TmwBJTDx4uSlA/22JgRf-TmwBJTDx4uSlA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b881/importcfg -pack /root/go/pkg/mod/github.com/go-rod/rod@v0.116.2/lib/defaults/defaults.go
2025-08-20T21:58:48.1038859Z [00:02:49.929]➜  go tool buildid -w $WORK/b859/_pkg_.a # internal
2025-08-20T21:58:48.1103819Z [00:02:49.935]➜  cp $WORK/b859/_pkg_.a /root/.cache/go-build/37/37ed79b5c2bee436f4b44605d1559d779ab59db2b1167198af7295476ae44429-d # internal
2025-08-20T21:58:48.1271963Z [00:02:49.952]➜  go tool buildid -w $WORK/b881/_pkg_.a # internal
2025-08-20T21:58:48.1280500Z [00:02:49.953]➜  cp $WORK/b881/_pkg_.a /root/.cache/go-build/72/72b4246bfcbe5f8549c915d1865c15e1f0d3cfdcdfaaa2ea4cd07175e2574892-d # internal
2025-08-20T21:58:48.1305946Z [00:02:49.955]➜  github.com/go-rod/rod/lib/cdp
2025-08-20T21:58:48.1316749Z [00:02:49.955]➜  mkdir -p $WORK/b880/
2025-08-20T21:58:48.1317600Z [00:02:49.956]➜  cat >/tmp/go-build282983591/b880/importcfg << 'EOF' # internal
2025-08-20T21:58:48.1318286Z [00:02:49.956]➜  # import config
2025-08-20T21:58:48.1318936Z [00:02:49.956]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:48.1320022Z [00:02:49.956]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:48.1320923Z [00:02:49.956]➜  packagefile crypto/sha1=/tmp/go-build282983591/b095/_pkg_.a
2025-08-20T21:58:48.1321867Z [00:02:49.956]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:58:48.1322837Z [00:02:49.956]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:48.1323773Z [00:02:49.956]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:48.1324619Z [00:02:49.956]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:48.1325646Z [00:02:49.956]➜  packagefile github.com/go-rod/rod/lib/defaults=/tmp/go-build282983591/b881/_pkg_.a
2025-08-20T21:58:48.1326785Z [00:02:49.956]➜  packagefile github.com/go-rod/rod/lib/utils=/tmp/go-build282983591/b882/_pkg_.a
2025-08-20T21:58:48.1327720Z [00:02:49.956]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:48.1333529Z [00:02:49.956]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:48.1338048Z [00:02:49.956]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:48.1338964Z [00:02:49.956]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:48.1340467Z [00:02:49.956]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:48.1341272Z [00:02:49.956]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:48.1341916Z [00:02:49.956]➜  EOF
2025-08-20T21:58:48.1342481Z [00:02:49.956]➜  go tool buildid -w $WORK/b921/_pkg_.a # internal
2025-08-20T21:58:48.1347783Z [00:02:49.956]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b880/_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/b880=>" -p github.com/go-rod/rod/lib/cdp -lang=go1.21 -complete -installsuffix shared -buildid xtlWspnTrELeQvTlsyy-/xtlWspnTrELeQvTlsyy- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b880/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:58:48.1353034Z [00:02:49.959]➜  cp $WORK/b921/_pkg_.a /root/.cache/go-build/3f/3f09920eca1c5b8dc38d5a2b883dd3fd3d023ea57a6cbde45f014acdd8e8aebf-d # internal
2025-08-20T21:58:48.1371706Z [00:02:49.961]➜  github.com/go-rod/rod/lib/devices
2025-08-20T21:58:48.1372487Z [00:02:49.961]➜  mkdir -p $WORK/b885/
2025-08-20T21:58:48.1373232Z [00:02:49.962]➜  cat >/tmp/go-build282983591/b885/importcfg << 'EOF' # internal
2025-08-20T21:58:48.1373942Z [00:02:49.962]➜  # import config
2025-08-20T21:58:48.1374740Z [00:02:49.962]➜  packagefile github.com/go-rod/rod/lib/proto=/tmp/go-build282983591/b883/_pkg_.a
2025-08-20T21:58:48.1375761Z [00:02:49.962]➜  packagefile github.com/ysmood/gson=/tmp/go-build282983591/b884/_pkg_.a
2025-08-20T21:58:48.1376665Z [00:02:49.962]➜  EOF
2025-08-20T21:58:48.1381333Z [00:02:49.962]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b885/_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/b885=>" -p github.com/go-rod/rod/lib/devices -lang=go1.21 -complete -installsuffix shared -buildid 67JdjnX-hVDBqMJap4bg/67JdjnX-hVDBqMJap4bg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b885/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:58:48.1416953Z [00:02:49.967]➜  github.com/Mzack9999/goja
2025-08-20T21:58:48.1417592Z [00:02:49.967]➜  mkdir -p $WORK/b847/
2025-08-20T21:58:48.1418337Z [00:02:49.967]➜  cat >/tmp/go-build282983591/b847/importcfg << 'EOF' # internal
2025-08-20T21:58:48.1418990Z [00:02:49.967]➜  # import config
2025-08-20T21:58:48.1419628Z [00:02:49.967]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:48.1420664Z [00:02:49.967]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:48.1421561Z [00:02:49.967]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:48.1422436Z [00:02:49.967]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:48.1423225Z [00:02:49.967]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:48.1424208Z [00:02:49.967]➜  packagefile github.com/Mzack9999/goja/ast=/tmp/go-build282983591/b848/_pkg_.a
2025-08-20T21:58:48.1425348Z [00:02:49.967]➜  packagefile github.com/Mzack9999/goja/file=/tmp/go-build282983591/b849/_pkg_.a
2025-08-20T21:58:48.1434026Z [00:02:49.968]➜  packagefile github.com/Mzack9999/goja/ftoa=/tmp/go-build282983591/b854/_pkg_.a
2025-08-20T21:58:48.1435573Z [00:02:49.968]➜  packagefile github.com/Mzack9999/goja/parser=/tmp/go-build282983591/b856/_pkg_.a
2025-08-20T21:58:48.1437098Z [00:02:49.968]➜  packagefile github.com/Mzack9999/goja/token=/tmp/go-build282983591/b852/_pkg_.a
2025-08-20T21:58:48.1438813Z [00:02:49.968]➜  packagefile github.com/Mzack9999/goja/unistring=/tmp/go-build282983591/b853/_pkg_.a
2025-08-20T21:58:48.1440595Z [00:02:49.968]➜  packagefile github.com/dlclark/regexp2=/tmp/go-build282983591/b487/_pkg_.a
2025-08-20T21:58:48.1442131Z [00:02:49.968]➜  packagefile github.com/google/pprof/profile=/tmp/go-build282983591/b858/_pkg_.a
2025-08-20T21:58:48.1443529Z [00:02:49.968]➜  packagefile go/ast=/tmp/go-build282983591/b695/_pkg_.a
2025-08-20T21:58:48.1444698Z [00:02:49.968]➜  packagefile golang.org/x/text/cases=/tmp/go-build282983591/b528/_pkg_.a
2025-08-20T21:58:48.1446218Z [00:02:49.968]➜  packagefile golang.org/x/text/collate=/tmp/go-build282983591/b859/_pkg_.a
2025-08-20T21:58:48.1447728Z [00:02:49.968]➜  packagefile golang.org/x/text/language=/tmp/go-build282983591/b530/_pkg_.a
2025-08-20T21:58:48.1449323Z [00:02:49.968]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build282983591/b462/_pkg_.a
2025-08-20T21:58:48.1450699Z [00:02:49.968]➜  packagefile hash/maphash=/tmp/go-build282983591/b861/_pkg_.a
2025-08-20T21:58:48.1451970Z [00:02:49.968]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:48.1452984Z [00:02:49.968]➜  packagefile maps=/tmp/go-build282983591/b158/_pkg_.a
2025-08-20T21:58:48.1454011Z [00:02:49.968]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:48.1455266Z [00:02:49.968]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:48.1456256Z [00:02:49.968]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:48.1457114Z [00:02:49.968]➜  packagefile math/rand=/tmp/go-build282983591/b118/_pkg_.a
2025-08-20T21:58:48.1457955Z [00:02:49.968]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:48.1458763Z [00:02:49.968]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:48.1459711Z [00:02:49.968]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:48.1460669Z [00:02:49.968]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:48.1461600Z [00:02:49.968]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:48.1462449Z [00:02:49.968]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:48.1463212Z [00:02:49.968]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:48.1464038Z [00:02:49.968]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:48.1464863Z [00:02:49.968]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:48.1466163Z [00:02:49.968]➜  packagefile unicode/utf16=/tmp/go-build282983591/b070/_pkg_.a
2025-08-20T21:58:48.1467336Z [00:02:49.968]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:48.1468176Z [00:02:49.968]➜  EOF
2025-08-20T21:58:48.1507674Z [00:02:49.968]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b847/_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/b847=>" -p github.com/Mzack9999/goja -lang=go1.20 -complete -installsuffix shared -buildid KKknOIwh4anlpKAPBLU6/KKknOIwh4anlpKAPBLU6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b847/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:58:48.1846612Z [00:02:50.009]➜  go tool buildid -w $WORK/b885/_pkg_.a # internal
2025-08-20T21:58:48.1855530Z [00:02:50.011]➜  cp $WORK/b885/_pkg_.a /root/.cache/go-build/9f/9fee9b1094f11887b5b14e90fbbcaa1bda5cf62cae91c9688be22fcf1434b912-d # internal
2025-08-20T21:58:48.1862789Z [00:02:50.012]➜  github.com/go-rod/rod/lib/input
2025-08-20T21:58:48.1865009Z [00:02:50.012]➜  mkdir -p $WORK/b886/
2025-08-20T21:58:48.1874231Z [00:02:50.013]➜  cat >/tmp/go-build282983591/b886/importcfg << 'EOF' # internal
2025-08-20T21:58:48.1874981Z [00:02:50.013]➜  # import config
2025-08-20T21:58:48.1875814Z [00:02:50.013]➜  packagefile github.com/go-rod/rod/lib/proto=/tmp/go-build282983591/b883/_pkg_.a
2025-08-20T21:58:48.1877036Z [00:02:50.013]➜  packagefile github.com/ysmood/gson=/tmp/go-build282983591/b884/_pkg_.a
2025-08-20T21:58:48.1877990Z [00:02:50.013]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:48.1878627Z [00:02:50.013]➜  EOF
2025-08-20T21:58:48.1883907Z [00:02:50.013]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b886/_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/b886=>" -p github.com/go-rod/rod/lib/input -lang=go1.21 -complete -installsuffix shared -buildid 6FH8OEWWQ9X0NPmv7qri/6FH8OEWWQ9X0NPmv7qri -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b886/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:58:48.2695337Z [00:02:50.095]➜  go tool buildid -w $WORK/b886/_pkg_.a # internal
2025-08-20T21:58:48.2729384Z [00:02:50.098]➜  cp $WORK/b886/_pkg_.a /root/.cache/go-build/21/213d34e17bd85ff838d020ac65e679a4214f6a2565b2e4e4baf9117f6d59560f-d # internal
2025-08-20T21:58:48.2741965Z [00:02:50.099]➜  golang.org/x/mod/internal/lazyregexp
2025-08-20T21:58:48.2743548Z [00:02:50.099]➜  mkdir -p $WORK/b926/
2025-08-20T21:58:48.2748552Z [00:02:50.100]➜  cat >/tmp/go-build282983591/b926/importcfg << 'EOF' # internal
2025-08-20T21:58:48.2750224Z [00:02:50.100]➜  # import config
2025-08-20T21:58:48.2750838Z [00:02:50.100]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:48.2751628Z [00:02:50.100]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:48.2752465Z [00:02:50.100]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:48.2753281Z [00:02:50.100]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:48.2753912Z [00:02:50.100]➜  EOF
2025-08-20T21:58:48.2757605Z [00:02:50.100]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b926/_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/b926=>" -p golang.org/x/mod/internal/lazyregexp -lang=go1.23 -complete -installsuffix shared -buildid M4DliSesHD5ENBq4nqRT/M4DliSesHD5ENBq4nqRT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b926/importcfg -pack /root/go/pkg/mod/golang.org/x/mod@v0.25.0/internal/lazyregexp/lazyre.go
2025-08-20T21:58:48.2977894Z [00:02:50.123]➜  go tool buildid -w $WORK/b926/_pkg_.a # internal
2025-08-20T21:58:48.2986575Z [00:02:50.124]➜  cp $WORK/b926/_pkg_.a /root/.cache/go-build/01/01e3459923ea98b545b545a335b4a2e90ecb594e62d2b346d6876083f9621bd5-d # internal
2025-08-20T21:58:48.2990006Z [00:02:50.124]➜  golang.org/x/mod/module
2025-08-20T21:58:48.2990563Z [00:02:50.124]➜  mkdir -p $WORK/b925/
2025-08-20T21:58:48.2998094Z [00:02:50.125]➜  cat >/tmp/go-build282983591/b925/importcfg << 'EOF' # internal
2025-08-20T21:58:48.2998789Z [00:02:50.125]➜  # import config
2025-08-20T21:58:48.2999569Z [00:02:50.125]➜  packagefile cmp=/tmp/go-build282983591/b046/_pkg_.a
2025-08-20T21:58:48.3000603Z [00:02:50.125]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:48.3001335Z [00:02:50.125]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:48.3002284Z [00:02:50.125]➜  packagefile golang.org/x/mod/internal/lazyregexp=/tmp/go-build282983591/b926/_pkg_.a
2025-08-20T21:58:48.3003392Z [00:02:50.125]➜  packagefile golang.org/x/mod/semver=/tmp/go-build282983591/b915/_pkg_.a
2025-08-20T21:58:48.3004236Z [00:02:50.125]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:58:48.3004966Z [00:02:50.125]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:48.3005679Z [00:02:50.125]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:48.3006400Z [00:02:50.125]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:48.3007085Z [00:02:50.125]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:48.3007873Z [00:02:50.125]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:48.3008450Z [00:02:50.125]➜  EOF
2025-08-20T21:58:48.3012086Z [00:02:50.126]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b925/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/mod@v0.25.0/module=>golang.org/x/mod@v0.25.0/module;$WORK/b925=>" -p golang.org/x/mod/module -lang=go1.23 -complete -installsuffix shared -buildid wQEgfGFQcKLVIuGLl5uQ/wQEgfGFQcKLVIuGLl5uQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b925/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:58:48.3145779Z [00:02:50.140]➜  go tool buildid -w $WORK/b880/_pkg_.a # internal
2025-08-20T21:58:48.3214646Z [00:02:50.147]➜  cp $WORK/b880/_pkg_.a /root/.cache/go-build/98/98b80bcef247db8b299a3423d463b650bd89e1a79dadd0f9f55429d1e801f38b-d # internal
2025-08-20T21:58:48.3246476Z [00:02:50.150]➜  github.com/go-rod/rod/lib/launcher
2025-08-20T21:58:48.3247129Z [00:02:50.150]➜  mkdir -p $WORK/b888/
2025-08-20T21:58:48.3254209Z [00:02:50.150]➜  cat >/tmp/go-build282983591/b888/importcfg << 'EOF' # internal
2025-08-20T21:58:48.3254918Z [00:02:50.150]➜  # import config
2025-08-20T21:58:48.3255554Z [00:02:50.150]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:48.3256328Z [00:02:50.150]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:48.3257091Z [00:02:50.150]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:48.3257894Z [00:02:50.151]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:48.3258723Z [00:02:50.151]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:58:48.3259561Z [00:02:50.151]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:48.3260582Z [00:02:50.151]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:48.3261423Z [00:02:50.151]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:48.3262168Z [00:02:50.151]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:48.3263071Z [00:02:50.151]➜  packagefile github.com/go-rod/rod/lib/cdp=/tmp/go-build282983591/b880/_pkg_.a
2025-08-20T21:58:48.3264169Z [00:02:50.151]➜  packagefile github.com/go-rod/rod/lib/defaults=/tmp/go-build282983591/b881/_pkg_.a
2025-08-20T21:58:48.3265324Z [00:02:50.151]➜  packagefile github.com/go-rod/rod/lib/launcher/flags=/tmp/go-build282983591/b889/_pkg_.a
2025-08-20T21:58:48.3266417Z [00:02:50.151]➜  packagefile github.com/go-rod/rod/lib/utils=/tmp/go-build282983591/b882/_pkg_.a
2025-08-20T21:58:48.3267385Z [00:02:50.151]➜  packagefile github.com/ysmood/fetchup=/tmp/go-build282983591/b890/_pkg_.a
2025-08-20T21:58:48.3268428Z [00:02:50.151]➜  packagefile github.com/ysmood/gson=/tmp/go-build282983591/b884/_pkg_.a
2025-08-20T21:58:48.3269457Z [00:02:50.151]➜  packagefile github.com/ysmood/leakless=/tmp/go-build282983591/b891/_pkg_.a
2025-08-20T21:58:48.3270829Z [00:02:50.151]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:48.3279661Z [00:02:50.151]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:48.3280679Z [00:02:50.151]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:48.3281500Z [00:02:50.151]➜  packagefile net/http/httputil=/tmp/go-build282983591/b236/_pkg_.a
2025-08-20T21:58:48.3282278Z [00:02:50.151]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:48.3282976Z [00:02:50.151]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:48.3283693Z [00:02:50.151]➜  packagefile os/exec=/tmp/go-build282983591/b510/_pkg_.a
2025-08-20T21:58:48.3284473Z [00:02:50.151]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:48.3285420Z [00:02:50.151]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:48.3286161Z [00:02:50.151]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:48.3286895Z [00:02:50.151]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:48.3287614Z [00:02:50.151]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:48.3288314Z [00:02:50.151]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:48.3289065Z [00:02:50.151]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:48.3289967Z [00:02:50.151]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:48.3290524Z [00:02:50.151]➜  EOF
2025-08-20T21:58:48.3312617Z [00:02:50.151]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b888/_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/b888=>" -p github.com/go-rod/rod/lib/launcher -lang=go1.21 -complete -installsuffix shared -buildid okxVMF-Zngdd73pIgoyG/okxVMF-Zngdd73pIgoyG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b888/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:58:48.4432342Z [00:02:50.268]➜  go tool buildid -w $WORK/b925/_pkg_.a # internal
2025-08-20T21:58:48.4452511Z [00:02:50.270]➜  cp $WORK/b925/_pkg_.a /root/.cache/go-build/e4/e4f128e436fcdafbd4a02057f55fd9f55014b0280f074bd8ae0264a6bc4a1d41-d # internal
2025-08-20T21:58:48.4454170Z [00:02:50.271]➜  golang.org/x/sync/errgroup
2025-08-20T21:58:48.4480698Z [00:02:50.271]➜  mkdir -p $WORK/b927/
2025-08-20T21:58:48.4481485Z [00:02:50.271]➜  cat >/tmp/go-build282983591/b927/importcfg << 'EOF' # internal
2025-08-20T21:58:48.4482360Z [00:02:50.271]➜  # import config
2025-08-20T21:58:48.4482985Z [00:02:50.272]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:48.4483736Z [00:02:50.272]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:48.4484529Z [00:02:50.272]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:48.4485395Z [00:02:50.272]➜  packagefile runtime/debug=/tmp/go-build282983591/b246/_pkg_.a
2025-08-20T21:58:48.4486249Z [00:02:50.272]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:48.4486848Z [00:02:50.272]➜  EOF
2025-08-20T21:58:48.4490405Z [00:02:50.272]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b927/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.15.0/errgroup=>golang.org/x/sync@v0.15.0/errgroup;$WORK/b927=>" -p golang.org/x/sync/errgroup -lang=go1.23 -complete -installsuffix shared -buildid qxmHrZZuQD7E4UFcqRhg/qxmHrZZuQD7E4UFcqRhg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b927/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.15.0/errgroup/errgroup.go
2025-08-20T21:58:48.4754906Z [00:02:50.301]➜  go tool buildid -w $WORK/b927/_pkg_.a # internal
2025-08-20T21:58:48.4822279Z [00:02:50.307]➜  cp $WORK/b927/_pkg_.a /root/.cache/go-build/99/99beb3becb6ec639a2133cc5fc12cac56b9356a159f77439bf5e60ba99ba191e-d # internal
2025-08-20T21:58:48.4951610Z [00:02:50.320]➜  golang.org/x/tools/go/ast/astutil
2025-08-20T21:58:48.4961581Z [00:02:50.321]➜  mkdir -p $WORK/b928/
2025-08-20T21:58:48.5014056Z [00:02:50.327]➜  cat >/tmp/go-build282983591/b928/importcfg << 'EOF' # internal
2025-08-20T21:58:48.5014916Z [00:02:50.327]➜  # import config
2025-08-20T21:58:48.5015674Z [00:02:50.327]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:48.5016651Z [00:02:50.327]➜  packagefile go/ast=/tmp/go-build282983591/b695/_pkg_.a
2025-08-20T21:58:48.5017446Z [00:02:50.327]➜  packagefile go/token=/tmp/go-build282983591/b697/_pkg_.a
2025-08-20T21:58:48.5018235Z [00:02:50.327]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:48.5019024Z [00:02:50.327]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:48.5019980Z [00:02:50.327]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:48.5020800Z [00:02:50.327]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:48.5021614Z [00:02:50.327]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:48.5022220Z [00:02:50.327]➜  EOF
2025-08-20T21:58:48.5027274Z [00:02:50.327]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b928/_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/b928=>" -p golang.org/x/tools/go/ast/astutil -lang=go1.23 -complete -installsuffix shared -buildid 1HJJQcpVdDgbVKGE7F_h/1HJJQcpVdDgbVKGE7F_h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b928/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:58:48.7866025Z [00:02:50.612]➜  go tool buildid -w $WORK/b888/_pkg_.a # internal
2025-08-20T21:58:48.7978267Z [00:02:50.623]➜  cp $WORK/b888/_pkg_.a /root/.cache/go-build/50/50f2763e1007b9870a17b9b9cd9307de5b54aa41ad4d8b131c6d7c9226fd0a1f-d # internal
2025-08-20T21:58:48.8040969Z [00:02:50.629]➜  github.com/go-rod/rod
2025-08-20T21:58:48.8043126Z [00:02:50.630]➜  mkdir -p $WORK/b878/
2025-08-20T21:58:48.8048772Z [00:02:50.630]➜  cat >/tmp/go-build282983591/b878/importcfg << 'EOF' # internal
2025-08-20T21:58:48.8054047Z [00:02:50.630]➜  # import config
2025-08-20T21:58:48.8054798Z [00:02:50.630]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:48.8055700Z [00:02:50.630]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:48.8056829Z [00:02:50.630]➜  packagefile crypto/md5=/tmp/go-build282983591/b073/_pkg_.a
2025-08-20T21:58:48.8057796Z [00:02:50.630]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:48.8058734Z [00:02:50.630]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:48.8059666Z [00:02:50.630]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:48.8060772Z [00:02:50.630]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:48.8061577Z [00:02:50.630]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:48.8062553Z [00:02:50.630]➜  packagefile github.com/go-rod/rod/lib/assets=/tmp/go-build282983591/b879/_pkg_.a
2025-08-20T21:58:48.8063697Z [00:02:50.630]➜  packagefile github.com/go-rod/rod/lib/cdp=/tmp/go-build282983591/b880/_pkg_.a
2025-08-20T21:58:48.8064828Z [00:02:50.630]➜  packagefile github.com/go-rod/rod/lib/defaults=/tmp/go-build282983591/b881/_pkg_.a
2025-08-20T21:58:48.8066185Z [00:02:50.630]➜  packagefile github.com/go-rod/rod/lib/devices=/tmp/go-build282983591/b885/_pkg_.a
2025-08-20T21:58:48.8067330Z [00:02:50.630]➜  packagefile github.com/go-rod/rod/lib/input=/tmp/go-build282983591/b886/_pkg_.a
2025-08-20T21:58:48.8068416Z [00:02:50.630]➜  packagefile github.com/go-rod/rod/lib/js=/tmp/go-build282983591/b887/_pkg_.a
2025-08-20T21:58:48.8069533Z [00:02:50.630]➜  packagefile github.com/go-rod/rod/lib/launcher=/tmp/go-build282983591/b888/_pkg_.a
2025-08-20T21:58:48.8070928Z [00:02:50.630]➜  packagefile github.com/go-rod/rod/lib/proto=/tmp/go-build282983591/b883/_pkg_.a
2025-08-20T21:58:48.8072064Z [00:02:50.630]➜  packagefile github.com/go-rod/rod/lib/utils=/tmp/go-build282983591/b882/_pkg_.a
2025-08-20T21:58:48.8073303Z [00:02:50.630]➜  packagefile github.com/ysmood/goob=/tmp/go-build282983591/b894/_pkg_.a
2025-08-20T21:58:48.8074415Z [00:02:50.630]➜  packagefile github.com/ysmood/got/lib/lcs=/tmp/go-build282983591/b895/_pkg_.a
2025-08-20T21:58:48.8075886Z [00:02:50.630]➜  packagefile github.com/ysmood/gson=/tmp/go-build282983591/b884/_pkg_.a
2025-08-20T21:58:48.8076846Z [00:02:50.630]➜  packagefile html=/tmp/go-build282983591/b176/_pkg_.a
2025-08-20T21:58:48.8077623Z [00:02:50.630]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:48.8078384Z [00:02:50.631]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:48.8079148Z [00:02:50.631]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:48.8080163Z [00:02:50.631]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:48.8081005Z [00:02:50.631]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:48.8081771Z [00:02:50.631]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:48.8082608Z [00:02:50.631]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:48.8083455Z [00:02:50.631]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:48.8084290Z [00:02:50.631]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:48.8085164Z [00:02:50.631]➜  packagefile runtime/debug=/tmp/go-build282983591/b246/_pkg_.a
2025-08-20T21:58:48.8086062Z [00:02:50.631]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:48.8087033Z [00:02:50.631]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:48.8087868Z [00:02:50.631]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:48.8088452Z [00:02:50.631]➜  EOF
2025-08-20T21:58:48.8096463Z [00:02:50.631]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b878/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-rod/rod@v0.116.2=>github.com/go-rod/rod@v0.116.2;$WORK/b878=>" -p github.com/go-rod/rod -lang=go1.21 -complete -installsuffix shared -buildid YGVhRlIykBfv1K2v9sNy/YGVhRlIykBfv1K2v9sNy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b878/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:58:48.8445548Z [00:02:50.670]➜  go tool buildid -w $WORK/b928/_pkg_.a # internal
2025-08-20T21:58:48.8498170Z [00:02:50.675]➜  cp $WORK/b928/_pkg_.a /root/.cache/go-build/42/429f2c94ee9f59402db94cbba97f15d898b6ec1bbd8f505a5c2ea27e09591eac-d # internal
2025-08-20T21:58:48.8501445Z [00:02:50.675]➜  golang.org/x/tools/internal/gopathwalk
2025-08-20T21:58:48.8502098Z [00:02:50.675]➜  mkdir -p $WORK/b929/
2025-08-20T21:58:48.8510196Z [00:02:50.676]➜  cat >/tmp/go-build282983591/b929/importcfg << 'EOF' # internal
2025-08-20T21:58:48.8511451Z [00:02:50.676]➜  # import config
2025-08-20T21:58:48.8512137Z [00:02:50.676]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:48.8513004Z [00:02:50.676]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:48.8513824Z [00:02:50.676]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:48.8514624Z [00:02:50.676]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:58:48.8515436Z [00:02:50.676]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:48.8516303Z [00:02:50.676]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:48.8517416Z [00:02:50.676]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:48.8518445Z [00:02:50.676]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:48.8519349Z [00:02:50.676]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:48.8520379Z [00:02:50.676]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:48.8521149Z [00:02:50.676]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:48.8521615Z [00:02:50.676]➜  EOF
2025-08-20T21:58:48.8525114Z [00:02:50.676]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b929/_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/b929=>" -p golang.org/x/tools/internal/gopathwalk -lang=go1.23 -complete -installsuffix shared -buildid w-fHT0eUACyN5H5xHo4X/w-fHT0eUACyN5H5xHo4X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b929/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/gopathwalk/walk.go
2025-08-20T21:58:49.0318020Z [00:02:50.857]➜  go tool buildid -w $WORK/b929/_pkg_.a # internal
2025-08-20T21:58:49.0353318Z [00:02:50.860]➜  cp $WORK/b929/_pkg_.a /root/.cache/go-build/14/147bfd15f65806bba42f1280e596542dfe3d806bddf1377149e6cf3d2c261189-d # internal
2025-08-20T21:58:49.0398367Z [00:02:50.865]➜  golang.org/x/tools/internal/stdlib
2025-08-20T21:58:49.0401139Z [00:02:50.865]➜  mkdir -p $WORK/b931/
2025-08-20T21:58:49.0416054Z [00:02:50.867]➜  cat >/tmp/go-build282983591/b931/importcfg << 'EOF' # internal
2025-08-20T21:58:49.0425263Z [00:02:50.867]➜  # import config
2025-08-20T21:58:49.0426003Z [00:02:50.867]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:49.0426827Z [00:02:50.867]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:49.0427577Z [00:02:50.867]➜  packagefile iter=/tmp/go-build282983591/b039/_pkg_.a
2025-08-20T21:58:49.0428396Z [00:02:50.867]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:49.0429240Z [00:02:50.867]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:49.0430033Z [00:02:50.867]➜  EOF
2025-08-20T21:58:49.0435094Z [00:02:50.867]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b931/_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/b931=>" -p golang.org/x/tools/internal/stdlib -lang=go1.23 -complete -installsuffix shared -buildid MeZvnx5T2tb3qWYZtIem/MeZvnx5T2tb3qWYZtIem -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b931/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:58:49.7509174Z [00:02:51.576]➜  go tool buildid -w $WORK/b906/_pkg_.a # internal
2025-08-20T21:58:49.7844706Z [00:02:51.609]➜  cp $WORK/b906/_pkg_.a /root/.cache/go-build/bc/bc9536e1e2ca7914bf15926826918ff2a334840f912682c9348a88201041ef2c-d # internal
2025-08-20T21:58:49.7879272Z [00:02:51.613]➜  golang.org/x/tools/internal/modindex
2025-08-20T21:58:49.7883073Z [00:02:51.613]➜  mkdir -p $WORK/b930/
2025-08-20T21:58:49.7897679Z [00:02:51.614]➜  cat >/tmp/go-build282983591/b930/importcfg << 'EOF' # internal
2025-08-20T21:58:49.7898384Z [00:02:51.614]➜  # import config
2025-08-20T21:58:49.7898991Z [00:02:51.614]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:49.7899943Z [00:02:51.614]➜  packagefile encoding/csv=/tmp/go-build282983591/b624/_pkg_.a
2025-08-20T21:58:49.7900724Z [00:02:51.614]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:49.7901421Z [00:02:51.614]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:49.7902115Z [00:02:51.614]➜  packagefile go/ast=/tmp/go-build282983591/b695/_pkg_.a
2025-08-20T21:58:49.7903038Z [00:02:51.614]➜  packagefile go/parser=/tmp/go-build282983591/b701/_pkg_.a
2025-08-20T21:58:49.7903934Z [00:02:51.614]➜  packagefile go/token=/tmp/go-build282983591/b697/_pkg_.a
2025-08-20T21:58:49.7904703Z [00:02:51.614]➜  packagefile go/types=/tmp/go-build282983591/b906/_pkg_.a
2025-08-20T21:58:49.7905549Z [00:02:51.614]➜  packagefile golang.org/x/mod/semver=/tmp/go-build282983591/b915/_pkg_.a
2025-08-20T21:58:49.7906512Z [00:02:51.615]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build282983591/b927/_pkg_.a
2025-08-20T21:58:49.7907568Z [00:02:51.615]➜  packagefile golang.org/x/tools/internal/gopathwalk=/tmp/go-build282983591/b929/_pkg_.a
2025-08-20T21:58:49.7908495Z [00:02:51.615]➜  packagefile hash/crc64=/tmp/go-build282983591/b319/_pkg_.a
2025-08-20T21:58:49.7909216Z [00:02:51.615]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:49.7910056Z [00:02:51.615]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:58:49.7910772Z [00:02:51.615]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:49.7911444Z [00:02:51.615]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:49.7912203Z [00:02:51.615]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:49.7912975Z [00:02:51.615]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:49.7913697Z [00:02:51.615]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:49.7914416Z [00:02:51.615]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:49.7915112Z [00:02:51.615]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:49.7915833Z [00:02:51.615]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:49.7916537Z [00:02:51.615]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:49.7917233Z [00:02:51.615]➜  packagefile testing=/tmp/go-build282983591/b866/_pkg_.a
2025-08-20T21:58:49.7917953Z [00:02:51.615]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:49.7918490Z [00:02:51.615]➜  EOF
2025-08-20T21:58:49.7933303Z [00:02:51.615]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b930/_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/b930=>" -p golang.org/x/tools/internal/modindex -lang=go1.23 -complete -installsuffix shared -buildid HmWmRtkKyxhMXLB0ZToB/HmWmRtkKyxhMXLB0ZToB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b930/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:58:50.0887400Z [00:02:51.914]➜  go tool buildid -w $WORK/b931/_pkg_.a # internal
2025-08-20T21:58:50.1127899Z [00:02:51.938]➜  go tool buildid -w $WORK/b930/_pkg_.a # internal
2025-08-20T21:58:50.1204373Z [00:02:51.946]➜  cp $WORK/b930/_pkg_.a /root/.cache/go-build/af/afaa3a24340fc019c28557a8af6592acec55821c3d041c5f8be8a137387e73b7-d # internal
2025-08-20T21:58:50.1210136Z [00:02:51.946]➜  github.com/gin-contrib/sse
2025-08-20T21:58:50.1210743Z [00:02:51.946]➜  mkdir -p $WORK/b938/
2025-08-20T21:58:50.1212293Z [00:02:51.946]➜  cp $WORK/b931/_pkg_.a /root/.cache/go-build/4c/4c51cd7ac8b2dc1f81a029ed52bc49154f913372a89f29baa76e97c107c1c49f-d # internal
2025-08-20T21:58:50.1223020Z [00:02:51.947]➜  cat >/tmp/go-build282983591/b938/importcfg << 'EOF' # internal
2025-08-20T21:58:50.1230798Z [00:02:51.947]➜  # import config
2025-08-20T21:58:50.1231498Z [00:02:51.947]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:50.1232652Z [00:02:51.947]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:50.1233727Z [00:02:51.947]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:50.1234684Z [00:02:51.947]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:50.1241309Z [00:02:51.947]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:58:50.1242425Z [00:02:51.947]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:50.1243300Z [00:02:51.947]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:50.1244143Z [00:02:51.947]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:50.1245236Z [00:02:51.947]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:50.1245876Z [00:02:51.947]➜  EOF
2025-08-20T21:58:50.1257212Z [00:02:51.948]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b938/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gin-contrib/sse@v0.1.0=>github.com/gin-contrib/sse@v0.1.0;$WORK/b938=>" -p github.com/gin-contrib/sse -lang=go1.12 -complete -installsuffix shared -buildid vPfF86jju1kydoPINe8k/vPfF86jju1kydoPINe8k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b938/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:58:50.1261272Z [00:02:51.950]➜  golang.org/x/tools/internal/imports
2025-08-20T21:58:50.1261886Z [00:02:51.950]➜  mkdir -p $WORK/b920/
2025-08-20T21:58:50.1262605Z [00:02:51.951]➜  cat >/tmp/go-build282983591/b920/importcfg << 'EOF' # internal
2025-08-20T21:58:50.1263284Z [00:02:51.951]➜  # import config
2025-08-20T21:58:50.1263927Z [00:02:51.951]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:50.1264732Z [00:02:51.951]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:50.1265551Z [00:02:51.951]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:50.1266439Z [00:02:51.951]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:50.1267304Z [00:02:51.951]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:50.1268125Z [00:02:51.951]➜  packagefile go/ast=/tmp/go-build282983591/b695/_pkg_.a
2025-08-20T21:58:50.1269194Z [00:02:51.951]➜  packagefile go/build=/tmp/go-build282983591/b921/_pkg_.a
2025-08-20T21:58:50.1270270Z [00:02:51.951]➜  packagefile go/format=/tmp/go-build282983591/b904/_pkg_.a
2025-08-20T21:58:50.1271153Z [00:02:51.951]➜  packagefile go/parser=/tmp/go-build282983591/b701/_pkg_.a
2025-08-20T21:58:50.1272029Z [00:02:51.951]➜  packagefile go/printer=/tmp/go-build282983591/b905/_pkg_.a
2025-08-20T21:58:50.1272878Z [00:02:51.951]➜  packagefile go/token=/tmp/go-build282983591/b697/_pkg_.a
2025-08-20T21:58:50.1273698Z [00:02:51.951]➜  packagefile go/types=/tmp/go-build282983591/b906/_pkg_.a
2025-08-20T21:58:50.1274629Z [00:02:51.951]➜  packagefile golang.org/x/mod/module=/tmp/go-build282983591/b925/_pkg_.a
2025-08-20T21:58:50.1275714Z [00:02:51.951]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build282983591/b927/_pkg_.a
2025-08-20T21:58:50.1276827Z [00:02:51.951]➜  packagefile golang.org/x/tools/go/ast/astutil=/tmp/go-build282983591/b928/_pkg_.a
2025-08-20T21:58:50.1278220Z [00:02:51.951]➜  packagefile golang.org/x/tools/internal/event=/tmp/go-build282983591/b916/_pkg_.a
2025-08-20T21:58:50.1279461Z [00:02:51.951]➜  packagefile golang.org/x/tools/internal/gocommand=/tmp/go-build282983591/b914/_pkg_.a
2025-08-20T21:58:50.1294212Z [00:02:51.951]➜  packagefile golang.org/x/tools/internal/gopathwalk=/tmp/go-build282983591/b929/_pkg_.a
2025-08-20T21:58:50.1295499Z [00:02:51.951]➜  packagefile golang.org/x/tools/internal/modindex=/tmp/go-build282983591/b930/_pkg_.a
2025-08-20T21:58:50.1296719Z [00:02:51.951]➜  packagefile golang.org/x/tools/internal/stdlib=/tmp/go-build282983591/b931/_pkg_.a
2025-08-20T21:58:50.1297698Z [00:02:51.951]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:50.1298673Z [00:02:51.951]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:58:50.1299525Z [00:02:51.951]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:58:50.1300721Z [00:02:51.951]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:50.1301564Z [00:02:51.951]➜  packagefile maps=/tmp/go-build282983591/b158/_pkg_.a
2025-08-20T21:58:50.1302356Z [00:02:51.951]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:50.1303139Z [00:02:51.951]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:58:50.1303987Z [00:02:51.951]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:50.1304872Z [00:02:51.951]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:50.1305711Z [00:02:51.951]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:50.1306514Z [00:02:51.951]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:50.1307326Z [00:02:51.951]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:50.1308140Z [00:02:51.951]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:50.1308973Z [00:02:51.951]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:50.1310021Z [00:02:51.951]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:50.1310862Z [00:02:51.951]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:50.1311721Z [00:02:51.951]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:50.1312600Z [00:02:51.951]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:50.1313285Z [00:02:51.951]➜  EOF
2025-08-20T21:58:50.1320756Z [00:02:51.951]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b920/_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/b920=>" -p golang.org/x/tools/internal/imports -lang=go1.23 -complete -installsuffix shared -buildid eaYTzqMpd78iHpSre-sM/eaYTzqMpd78iHpSre-sM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b920/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:58:50.2221201Z [00:02:52.047]➜  go tool buildid -w $WORK/b938/_pkg_.a # internal
2025-08-20T21:58:50.2233418Z [00:02:52.048]➜  cp $WORK/b938/_pkg_.a /root/.cache/go-build/c7/c70f57b3110b73caa9a48a7e5fd2edf5036f14731ad9fa4d89f1720cb91117d1-d # internal
2025-08-20T21:58:50.2239074Z [00:02:52.049]➜  github.com/gin-gonic/gin/internal/json
2025-08-20T21:58:50.2239731Z [00:02:52.049]➜  mkdir -p $WORK/b941/
2025-08-20T21:58:50.2285420Z [00:02:52.054]➜  cat >/tmp/go-build282983591/b941/importcfg << 'EOF' # internal
2025-08-20T21:58:50.2292816Z [00:02:52.054]➜  # import config
2025-08-20T21:58:50.2293551Z [00:02:52.054]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:50.2294225Z [00:02:52.054]➜  EOF
2025-08-20T21:58:50.2297756Z [00:02:52.054]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b941/_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/b941=>" -p github.com/gin-gonic/gin/internal/json -lang=go1.20 -complete -installsuffix shared -buildid GzBI61kq_HUm7R-_8zf0/GzBI61kq_HUm7R-_8zf0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b941/importcfg -pack /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/internal/json/json.go
2025-08-20T21:58:50.2634323Z [00:02:52.089]➜  go tool buildid -w $WORK/b941/_pkg_.a # internal
2025-08-20T21:58:50.2654801Z [00:02:52.091]➜  cp $WORK/b941/_pkg_.a /root/.cache/go-build/fe/fed5974eb735441b3f2c386274795e00f476bde5c079d80e5a3e0006caa94ac2-d # internal
2025-08-20T21:58:50.2657318Z [00:02:52.091]➜  github.com/pelletier/go-toml/v2/internal/danger
2025-08-20T21:58:50.2660266Z [00:02:52.091]➜  mkdir -p $WORK/b944/
2025-08-20T21:58:50.2670141Z [00:02:52.092]➜  cat >/tmp/go-build282983591/b944/importcfg << 'EOF' # internal
2025-08-20T21:58:50.2673295Z [00:02:52.092]➜  # import config
2025-08-20T21:58:50.2679671Z [00:02:52.092]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:50.2680515Z [00:02:52.093]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:50.2681132Z [00:02:52.093]➜  EOF
2025-08-20T21:58:50.2685491Z [00:02:52.093]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b944/_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/b944=>" -p github.com/pelletier/go-toml/v2/internal/danger -lang=go1.16 -complete -installsuffix shared -buildid 3YMqdELn6D28dJ8792o2/3YMqdELn6D28dJ8792o2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b944/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:58:50.3267185Z [00:02:52.152]➜  go tool buildid -w $WORK/b944/_pkg_.a # internal
2025-08-20T21:58:50.3276156Z [00:02:52.153]➜  cp $WORK/b944/_pkg_.a /root/.cache/go-build/8e/8e856ed5d7bded0b3b244d22af7e3615c767025fb672aa571cfaa3b5162943f5-d # internal
2025-08-20T21:58:50.3285250Z [00:02:52.153]➜  github.com/pelletier/go-toml/v2/unstable
2025-08-20T21:58:50.3285937Z [00:02:52.153]➜  mkdir -p $WORK/b946/
2025-08-20T21:58:50.3293459Z [00:02:52.154]➜  cat >/tmp/go-build282983591/b946/importcfg << 'EOF' # internal
2025-08-20T21:58:50.3297924Z [00:02:52.154]➜  # import config
2025-08-20T21:58:50.3298643Z [00:02:52.154]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:50.3299459Z [00:02:52.154]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:50.3300989Z [00:02:52.154]➜  packagefile github.com/pelletier/go-toml/v2/internal/characters=/tmp/go-build282983591/b943/_pkg_.a
2025-08-20T21:58:50.3302347Z [00:02:52.154]➜  packagefile github.com/pelletier/go-toml/v2/internal/danger=/tmp/go-build282983591/b944/_pkg_.a
2025-08-20T21:58:50.3303399Z [00:02:52.154]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:50.3303991Z [00:02:52.154]➜  EOF
2025-08-20T21:58:50.3310141Z [00:02:52.155]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b946/_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/b946=>" -p github.com/pelletier/go-toml/v2/unstable -lang=go1.16 -complete -installsuffix shared -buildid FTzfAYOQAoFzOKofCTwh/FTzfAYOQAoFzOKofCTwh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b946/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:58:50.3576948Z [00:02:52.183]➜  go tool buildid -w $WORK/b878/_pkg_.a # internal
2025-08-20T21:58:50.3815065Z [00:02:52.206]➜  cp $WORK/b878/_pkg_.a /root/.cache/go-build/53/5397856ab0faccd76174710c00e7230f5c2e36f00bdf94dd80a32a42806c5fbf-d # internal
2025-08-20T21:58:50.3818694Z [00:02:52.207]➜  net/rpc
2025-08-20T21:58:50.3823802Z [00:02:52.208]➜  mkdir -p $WORK/b948/
2025-08-20T21:58:50.3843628Z [00:02:52.208]➜  cat >/tmp/go-build282983591/b948/importcfg << 'EOF' # internal
2025-08-20T21:58:50.3844532Z [00:02:52.208]➜  # import config
2025-08-20T21:58:50.3845152Z [00:02:52.208]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:50.3846149Z [00:02:52.208]➜  packagefile encoding/gob=/tmp/go-build282983591/b333/_pkg_.a
2025-08-20T21:58:50.3847025Z [00:02:52.208]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:50.3847764Z [00:02:52.208]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:50.3848560Z [00:02:52.208]➜  packagefile go/token=/tmp/go-build282983591/b697/_pkg_.a
2025-08-20T21:58:50.3849434Z [00:02:52.208]➜  packagefile html/template=/tmp/go-build282983591/b790/_pkg_.a
2025-08-20T21:58:50.3850480Z [00:02:52.208]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:50.3851202Z [00:02:52.208]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:50.3851975Z [00:02:52.208]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:50.3852791Z [00:02:52.208]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:50.3853633Z [00:02:52.208]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:50.3854536Z [00:02:52.208]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:58:50.3855373Z [00:02:52.208]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:50.3856140Z [00:02:52.208]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:50.3856734Z [00:02:52.208]➜  EOF
2025-08-20T21:58:50.3859702Z [00:02:52.208]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b948/_pkg_.a -trimpath "/root/.go/src/net/rpc=>net/rpc;$WORK/b948=>" -p net/rpc -lang=go1.25 -std -complete -installsuffix shared -buildid uvYc8XzaSlVC2PnLoi-5/uvYc8XzaSlVC2PnLoi-5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b948/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:58:50.4886922Z [00:02:52.314]➜  go tool buildid -w $WORK/b946/_pkg_.a # internal
2025-08-20T21:58:50.4936925Z [00:02:52.317]➜  cp $WORK/b946/_pkg_.a /root/.cache/go-build/b6/b64108f30496224465cbad9a42f88194afc62a09335dbfe4e3069391b654715f-d # internal
2025-08-20T21:58:50.4938484Z [00:02:52.319]➜  github.com/pelletier/go-toml/v2/internal/tracker
2025-08-20T21:58:50.4939175Z [00:02:52.319]➜  mkdir -p $WORK/b945/
2025-08-20T21:58:50.4942405Z [00:02:52.319]➜  cat >/tmp/go-build282983591/b945/importcfg << 'EOF' # internal
2025-08-20T21:58:50.4944611Z [00:02:52.319]➜  # import config
2025-08-20T21:58:50.4945579Z [00:02:52.319]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:50.4947607Z [00:02:52.319]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:50.4951020Z [00:02:52.319]➜  packagefile github.com/pelletier/go-toml/v2/unstable=/tmp/go-build282983591/b946/_pkg_.a
2025-08-20T21:58:50.4953944Z [00:02:52.319]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:50.4954876Z [00:02:52.319]➜  EOF
2025-08-20T21:58:50.4960486Z [00:02:52.319]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b945/_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/b945=>" -p github.com/pelletier/go-toml/v2/internal/tracker -lang=go1.16 -complete -installsuffix shared -buildid EZGyJDQiBtm8XPVnAgNH/EZGyJDQiBtm8XPVnAgNH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b945/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:58:50.5997381Z [00:02:52.425]➜  go tool buildid -w $WORK/b945/_pkg_.a # internal
2025-08-20T21:58:50.6008417Z [00:02:52.426]➜  cp $WORK/b945/_pkg_.a /root/.cache/go-build/91/919a74c06f7719e036c794147e139cc75ae208d7fba92fcc31a43e5da0468cc9-d # internal
2025-08-20T21:58:50.6022299Z [00:02:52.426]➜  github.com/pelletier/go-toml/v2
2025-08-20T21:58:50.6022974Z [00:02:52.426]➜  mkdir -p $WORK/b942/
2025-08-20T21:58:50.6023913Z [00:02:52.427]➜  cat >/tmp/go-build282983591/b942/importcfg << 'EOF' # internal
2025-08-20T21:58:50.6024626Z [00:02:52.427]➜  # import config
2025-08-20T21:58:50.6025233Z [00:02:52.427]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:50.6026011Z [00:02:52.427]➜  packagefile encoding=/tmp/go-build282983591/b068/_pkg_.a
2025-08-20T21:58:50.6026768Z [00:02:52.427]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:50.6027481Z [00:02:52.427]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:50.6028551Z [00:02:52.427]➜  packagefile github.com/pelletier/go-toml/v2/internal/characters=/tmp/go-build282983591/b943/_pkg_.a
2025-08-20T21:58:50.6030317Z [00:02:52.427]➜  packagefile github.com/pelletier/go-toml/v2/internal/danger=/tmp/go-build282983591/b944/_pkg_.a
2025-08-20T21:58:50.6031818Z [00:02:52.427]➜  packagefile github.com/pelletier/go-toml/v2/internal/tracker=/tmp/go-build282983591/b945/_pkg_.a
2025-08-20T21:58:50.6033213Z [00:02:52.427]➜  packagefile github.com/pelletier/go-toml/v2/unstable=/tmp/go-build282983591/b946/_pkg_.a
2025-08-20T21:58:50.6034252Z [00:02:52.427]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:50.6035057Z [00:02:52.427]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:58:50.6035875Z [00:02:52.427]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:50.6036673Z [00:02:52.427]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:50.6037482Z [00:02:52.427]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:50.6038298Z [00:02:52.427]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:50.6039113Z [00:02:52.427]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:50.6040196Z [00:02:52.427]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:50.6041036Z [00:02:52.427]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:50.6042047Z [00:02:52.427]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:50.6042790Z [00:02:52.427]➜  EOF
2025-08-20T21:58:50.6058613Z [00:02:52.430]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b942/_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/b942=>" -p github.com/pelletier/go-toml/v2 -lang=go1.16 -complete -installsuffix shared -buildid u1YgHkslPgAQnMJ4dmFz/u1YgHkslPgAQnMJ4dmFz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b942/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:58:50.6605616Z [00:02:52.486]➜  go tool buildid -w $WORK/b920/_pkg_.a # internal
2025-08-20T21:58:50.6686915Z [00:02:52.494]➜  cp $WORK/b920/_pkg_.a /root/.cache/go-build/3c/3cee37fc3d1729748f2e1324ad2a17e9a60ac43e48439a3a79f117b166ae6cc3-d # internal
2025-08-20T21:58:50.6693327Z [00:02:52.494]➜  golang.org/x/tools/imports
2025-08-20T21:58:50.6693878Z [00:02:52.494]➜  mkdir -p $WORK/b913/
2025-08-20T21:58:50.6706205Z [00:02:52.495]➜  cat >/tmp/go-build282983591/b913/importcfg << 'EOF' # internal
2025-08-20T21:58:50.6706937Z [00:02:52.495]➜  # import config
2025-08-20T21:58:50.6707860Z [00:02:52.495]➜  packagefile golang.org/x/tools/internal/gocommand=/tmp/go-build282983591/b914/_pkg_.a
2025-08-20T21:58:50.6709582Z [00:02:52.495]➜  packagefile golang.org/x/tools/internal/imports=/tmp/go-build282983591/b920/_pkg_.a
2025-08-20T21:58:50.6710830Z [00:02:52.495]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:50.6711788Z [00:02:52.495]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:50.6712433Z [00:02:52.495]➜  EOF
2025-08-20T21:58:50.6715733Z [00:02:52.495]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b913/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.34.0/imports=>golang.org/x/tools@v0.34.0/imports;$WORK/b913=>" -p golang.org/x/tools/imports -lang=go1.23 -complete -installsuffix shared -buildid 1cieYjYLOyqbhTEXzqe8/1cieYjYLOyqbhTEXzqe8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b913/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.34.0/imports/forward.go
2025-08-20T21:58:50.6756678Z [00:02:52.501]➜  go tool buildid -w $WORK/b948/_pkg_.a # internal
2025-08-20T21:58:50.6822103Z [00:02:52.507]➜  cp $WORK/b948/_pkg_.a /root/.cache/go-build/50/50f2c37884f03c78e6b6aac3e9ed50354be3627d6d205d6448593c30dd0f8bf1-d # internal
2025-08-20T21:58:50.6846721Z [00:02:52.510]➜  github.com/ugorji/go/codec
2025-08-20T21:58:50.6847341Z [00:02:52.510]➜  mkdir -p $WORK/b947/
2025-08-20T21:58:50.6847999Z [00:02:52.510]➜  echo -n > $WORK/b947/go_asm.h # internal
2025-08-20T21:58:50.6848785Z [00:02:52.510]➜  cd /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.11
2025-08-20T21:58:50.6853427Z [00:02:52.510]➜  /root/.go/pkg/tool/linux_amd64/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/b947=>" -I $WORK/b947/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b947/symabis ./helper.s
2025-08-20T21:58:50.6889055Z [00:02:52.514]➜  go tool buildid -w $WORK/b913/_pkg_.a # internal
2025-08-20T21:58:50.6897043Z [00:02:52.515]➜  cp $WORK/b913/_pkg_.a /root/.cache/go-build/f6/f6b85a6504fe740c1bdbe9d66a40fb1c28ac9194b18c3ee71c84ba42d27e2cbf-d # internal
2025-08-20T21:58:50.6912256Z [00:02:52.516]➜  cat >/tmp/go-build282983591/b947/importcfg << 'EOF' # internal
2025-08-20T21:58:50.6914335Z [00:02:52.516]➜  # import config
2025-08-20T21:58:50.6919033Z [00:02:52.516]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:50.6921929Z [00:02:52.516]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:50.6923072Z [00:02:52.516]➜  packagefile encoding=/tmp/go-build282983591/b068/_pkg_.a
2025-08-20T21:58:50.6924214Z [00:02:52.516]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:50.6925449Z [00:02:52.516]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:50.6926879Z [00:02:52.516]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:50.6930860Z [00:02:52.516]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:50.6933259Z [00:02:52.516]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:50.6934095Z [00:02:52.516]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:50.6934950Z [00:02:52.516]➜  packagefile net/rpc=/tmp/go-build282983591/b948/_pkg_.a
2025-08-20T21:58:50.6935840Z [00:02:52.516]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:50.6936685Z [00:02:52.516]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:50.6937513Z [00:02:52.516]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:50.6938350Z [00:02:52.516]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:50.6939211Z [00:02:52.516]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:50.6940208Z [00:02:52.516]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:50.6941095Z [00:02:52.516]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:50.6941975Z [00:02:52.516]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:50.6942804Z [00:02:52.516]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:50.6943873Z [00:02:52.516]➜  packagefile unicode/utf16=/tmp/go-build282983591/b070/_pkg_.a
2025-08-20T21:58:50.6945052Z [00:02:52.516]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:50.6945951Z [00:02:52.516]➜  EOF
2025-08-20T21:58:50.6946522Z [00:02:52.516]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:50.6963840Z [00:02:52.516]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b947/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.11=>github.com/ugorji/go/codec@v1.2.11;$WORK/b947=>" -p github.com/ugorji/go/codec -lang=go1.11 -installsuffix shared -buildid mh5S6-3HvX17NNpf379X/mh5S6-3HvX17NNpf379X -goversion go1.25.0 -symabis $WORK/b947/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b947/importcfg -pack -asmhdr $WORK/b947/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:58:50.6977914Z [00:02:52.518]➜  github.com/projectdiscovery/utils/memoize
2025-08-20T21:58:50.6978539Z [00:02:52.518]➜  mkdir -p $WORK/b902/
2025-08-20T21:58:50.6979248Z [00:02:52.518]➜  cat >/tmp/go-build282983591/b902/importcfg << 'EOF' # internal
2025-08-20T21:58:50.6980117Z [00:02:52.518]➜  # import config
2025-08-20T21:58:50.6980806Z [00:02:52.518]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:50.6981649Z [00:02:52.518]➜  packagefile embed=/tmp/go-build282983591/b066/_pkg_.a
2025-08-20T21:58:50.6982486Z [00:02:52.518]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:50.6983268Z [00:02:52.518]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:50.6984187Z [00:02:52.518]➜  packagefile github.com/Mzack9999/gcache=/tmp/go-build282983591/b345/_pkg_.a
2025-08-20T21:58:50.6985157Z [00:02:52.518]➜  packagefile github.com/cespare/xxhash=/tmp/go-build282983591/b705/_pkg_.a
2025-08-20T21:58:50.6986349Z [00:02:52.518]➜  packagefile github.com/projectdiscovery/utils/memoize/simpleflight=/tmp/go-build282983591/b903/_pkg_.a
2025-08-20T21:58:50.6987737Z [00:02:52.518]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:58:50.6988807Z [00:02:52.518]➜  packagefile go/ast=/tmp/go-build282983591/b695/_pkg_.a
2025-08-20T21:58:50.6989968Z [00:02:52.518]➜  packagefile go/format=/tmp/go-build282983591/b904/_pkg_.a
2025-08-20T21:58:50.6991073Z [00:02:52.518]➜  packagefile go/parser=/tmp/go-build282983591/b701/_pkg_.a
2025-08-20T21:58:50.6992032Z [00:02:52.518]➜  packagefile go/printer=/tmp/go-build282983591/b905/_pkg_.a
2025-08-20T21:58:50.6992935Z [00:02:52.518]➜  packagefile go/token=/tmp/go-build282983591/b697/_pkg_.a
2025-08-20T21:58:50.6993797Z [00:02:52.518]➜  packagefile go/types=/tmp/go-build282983591/b906/_pkg_.a
2025-08-20T21:58:50.6994789Z [00:02:52.518]➜  packagefile golang.org/x/tools/imports=/tmp/go-build282983591/b913/_pkg_.a
2025-08-20T21:58:50.6995754Z [00:02:52.518]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:50.6996557Z [00:02:52.518]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:50.6997443Z [00:02:52.518]➜  packagefile text/template=/tmp/go-build282983591/b513/_pkg_.a
2025-08-20T21:58:50.6998116Z [00:02:52.518]➜  EOF
2025-08-20T21:58:50.6998762Z [00:02:52.518]➜  cat >/tmp/go-build282983591/b902/embedcfg << 'EOF' # internal
2025-08-20T21:58:50.6999398Z [00:02:52.518]➜  {
2025-08-20T21:58:50.7000002Z [00:02:52.518]➜  	"Patterns": {
2025-08-20T21:58:50.7000576Z [00:02:52.518]➜  		"package_template.tpl": [
2025-08-20T21:58:50.7001171Z [00:02:52.518]➜  			"package_template.tpl"
2025-08-20T21:58:50.7001665Z [00:02:52.518]➜  		]
2025-08-20T21:58:50.7002057Z [00:02:52.518]➜  	},
2025-08-20T21:58:50.7002485Z [00:02:52.518]➜  	"Files": {
2025-08-20T21:58:50.7003571Z [00:02:52.518]➜  		"package_template.tpl": "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/memoize/package_template.tpl"
2025-08-20T21:58:50.7004574Z [00:02:52.518]➜  	}
2025-08-20T21:58:50.7004964Z [00:02:52.518]➜  }EOF
2025-08-20T21:58:50.7009596Z [00:02:52.518]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b902/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/memoize=>github.com/projectdiscovery/utils@v0.4.23/memoize;$WORK/b902=>" -p github.com/projectdiscovery/utils/memoize -lang=go1.24 -complete -installsuffix shared -buildid tWJcNE9CVrb6c-CIWTe2/tWJcNE9CVrb6c-CIWTe2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b902/importcfg -embedcfg $WORK/b902/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:58:51.0434404Z [00:02:52.869]➜  go tool buildid -w $WORK/b942/_pkg_.a # internal
2025-08-20T21:58:51.0482256Z [00:02:52.872]➜  cp $WORK/b942/_pkg_.a /root/.cache/go-build/3c/3c3460ebfb875e68b04793fe0eafb12364581f087646f54def81b6c4f048ebbc-d # internal
2025-08-20T21:58:51.0483571Z [00:02:52.872]➜  google.golang.org/protobuf/internal/detrand
2025-08-20T21:58:51.0484300Z [00:02:52.872]➜  mkdir -p $WORK/b952/
2025-08-20T21:58:51.0485107Z [00:02:52.873]➜  cat >/tmp/go-build282983591/b952/importcfg << 'EOF' # internal
2025-08-20T21:58:51.0485836Z [00:02:52.873]➜  # import config
2025-08-20T21:58:51.0486620Z [00:02:52.873]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:51.0487706Z [00:02:52.873]➜  packagefile hash/fnv=/tmp/go-build282983591/b440/_pkg_.a
2025-08-20T21:58:51.0488586Z [00:02:52.873]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:51.0489238Z [00:02:52.873]➜  EOF
2025-08-20T21:58:51.0493021Z [00:02:52.873]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b952/_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/b952=>" -p google.golang.org/protobuf/internal/detrand -lang=go1.21 -complete -installsuffix shared -buildid LJ6n7zvAauh-ZkJg9riK/LJ6n7zvAauh-ZkJg9riK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b952/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/internal/detrand/rand.go
2025-08-20T21:58:51.0699405Z [00:02:52.895]➜  go tool buildid -w $WORK/b952/_pkg_.a # internal
2025-08-20T21:58:51.0705770Z [00:02:52.896]➜  cp $WORK/b952/_pkg_.a /root/.cache/go-build/e1/e10e43388bc06d745a38dbac6adc5e9525c7d56fa1bb77193ef07a97cf2ebbb7-d # internal
2025-08-20T21:58:51.0730314Z [00:02:52.896]➜  google.golang.org/protobuf/internal/errors
2025-08-20T21:58:51.0731052Z [00:02:52.896]➜  mkdir -p $WORK/b951/
2025-08-20T21:58:51.0731777Z [00:02:52.896]➜  cat >/tmp/go-build282983591/b951/importcfg << 'EOF' # internal
2025-08-20T21:58:51.0732442Z [00:02:52.896]➜  # import config
2025-08-20T21:58:51.0733093Z [00:02:52.896]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:51.0733874Z [00:02:52.896]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:51.0734931Z [00:02:52.896]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build282983591/b952/_pkg_.a
2025-08-20T21:58:51.0735788Z [00:02:52.896]➜  EOF
2025-08-20T21:58:51.0760515Z [00:02:52.896]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b951/_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/b951=>" -p google.golang.org/protobuf/internal/errors -lang=go1.21 -complete -installsuffix shared -buildid I2ULYvk8Q8Xa1W-5jf_x/I2ULYvk8Q8Xa1W-5jf_x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b951/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:58:51.0920987Z [00:02:52.917]➜  go tool buildid -w $WORK/b951/_pkg_.a # internal
2025-08-20T21:58:51.0926103Z [00:02:52.918]➜  cp $WORK/b951/_pkg_.a /root/.cache/go-build/d8/d87332f421a9a532d54558c6f9099c0ee9d7967f0f2eb53796ad69e92e14b35a-d # internal
2025-08-20T21:58:51.0927963Z [00:02:52.918]➜  google.golang.org/protobuf/encoding/protowire
2025-08-20T21:58:51.0930301Z [00:02:52.918]➜  mkdir -p $WORK/b950/
2025-08-20T21:58:51.0932175Z [00:02:52.918]➜  cat >/tmp/go-build282983591/b950/importcfg << 'EOF' # internal
2025-08-20T21:58:51.0932896Z [00:02:52.918]➜  # import config
2025-08-20T21:58:51.0933867Z [00:02:52.918]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build282983591/b951/_pkg_.a
2025-08-20T21:58:51.0935282Z [00:02:52.918]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:51.0936103Z [00:02:52.918]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:51.0936965Z [00:02:52.918]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:51.0937631Z [00:02:52.918]➜  EOF
2025-08-20T21:58:51.0941828Z [00:02:52.918]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b950/_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/b950=>" -p google.golang.org/protobuf/encoding/protowire -lang=go1.21 -complete -installsuffix shared -buildid 2DFwZDY_7b6ynZw5tNL_/2DFwZDY_7b6ynZw5tNL_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b950/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/encoding/protowire/wire.go
2025-08-20T21:58:51.1366324Z [00:02:52.962]➜  go tool buildid -w $WORK/b950/_pkg_.a # internal
2025-08-20T21:58:51.1375742Z [00:02:52.963]➜  cp $WORK/b950/_pkg_.a /root/.cache/go-build/54/54462fd70ed159201192e3b090229521338e884b1bf028f1b42b4379e2871f4c-d # internal
2025-08-20T21:58:51.1382377Z [00:02:52.963]➜  google.golang.org/protobuf/internal/pragma
2025-08-20T21:58:51.1390510Z [00:02:52.963]➜  mkdir -p $WORK/b955/
2025-08-20T21:58:51.1391261Z [00:02:52.963]➜  cat >/tmp/go-build282983591/b955/importcfg << 'EOF' # internal
2025-08-20T21:58:51.1391939Z [00:02:52.963]➜  # import config
2025-08-20T21:58:51.1392576Z [00:02:52.963]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:51.1393177Z [00:02:52.963]➜  EOF
2025-08-20T21:58:51.1397245Z [00:02:52.963]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b955/_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/b955=>" -p google.golang.org/protobuf/internal/pragma -lang=go1.21 -complete -installsuffix shared -buildid jkxpjRqT0EtN_JyCwHOV/jkxpjRqT0EtN_JyCwHOV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b955/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/internal/pragma/pragma.go
2025-08-20T21:58:51.1491197Z [00:02:52.972]➜  go tool buildid -w $WORK/b955/_pkg_.a # internal
2025-08-20T21:58:51.1494923Z [00:02:52.972]➜  cp $WORK/b955/_pkg_.a /root/.cache/go-build/6c/6cd2e1007763d39227308b905f289f8f9838a71fbfd436a3b7aa27f4c42f0fae-d # internal
2025-08-20T21:58:51.1496141Z [00:02:52.973]➜  google.golang.org/protobuf/reflect/protoreflect
2025-08-20T21:58:51.1496807Z [00:02:52.973]➜  mkdir -p $WORK/b954/
2025-08-20T21:58:51.1497516Z [00:02:52.974]➜  cat >/tmp/go-build282983591/b954/importcfg << 'EOF' # internal
2025-08-20T21:58:51.1498186Z [00:02:52.974]➜  # import config
2025-08-20T21:58:51.1498858Z [00:02:52.974]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:51.1499642Z [00:02:52.974]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:51.1500989Z [00:02:52.974]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build282983591/b950/_pkg_.a
2025-08-20T21:58:51.1502343Z [00:02:52.974]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build282983591/b955/_pkg_.a
2025-08-20T21:58:51.1503371Z [00:02:52.974]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:51.1504193Z [00:02:52.974]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:51.1505020Z [00:02:52.974]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:51.1505839Z [00:02:52.974]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:51.1506448Z [00:02:52.974]➜  EOF
2025-08-20T21:58:51.1515671Z [00:02:52.974]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b954/_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/b954=>" -p google.golang.org/protobuf/reflect/protoreflect -lang=go1.21 -complete -installsuffix shared -buildid fUerkxxQ4lyv8eDHYlEt/fUerkxxQ4lyv8eDHYlEt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b954/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:58:51.1835176Z [00:02:53.009]➜  go tool buildid -w $WORK/b902/_pkg_.a # internal
2025-08-20T21:58:51.1938834Z [00:02:53.019]➜  cp $WORK/b902/_pkg_.a /root/.cache/go-build/1e/1ecb36232b81a9470776842c8783de782f7ef1c846fb5b3ccfa2718785c91269-d # internal
2025-08-20T21:58:51.1968576Z [00:02:53.020]➜  golang.org/x/net/http2/h2c
2025-08-20T21:58:51.1969173Z [00:02:53.020]➜  mkdir -p $WORK/b963/
2025-08-20T21:58:51.1970071Z [00:02:53.020]➜  cat >/tmp/go-build282983591/b963/importcfg << 'EOF' # internal
2025-08-20T21:58:51.1970764Z [00:02:53.020]➜  # import config
2025-08-20T21:58:51.1971407Z [00:02:53.020]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:51.1972214Z [00:02:53.020]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:51.1975317Z [00:02:53.020]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:51.1976658Z [00:02:53.020]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:51.1977754Z [00:02:53.020]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:51.1979101Z [00:02:53.020]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build282983591/b476/_pkg_.a
2025-08-20T21:58:51.1981087Z [00:02:53.020]➜  packagefile golang.org/x/net/http2=/tmp/go-build282983591/b475/_pkg_.a
2025-08-20T21:58:51.1982279Z [00:02:53.022]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:51.1983262Z [00:02:53.023]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:51.1984208Z [00:02:53.023]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:51.1985817Z [00:02:53.023]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:51.1986658Z [00:02:53.023]➜  packagefile net/textproto=/tmp/go-build282983591/b212/_pkg_.a
2025-08-20T21:58:51.1987445Z [00:02:53.023]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:51.1988203Z [00:02:53.023]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:51.1988776Z [00:02:53.023]➜  EOF
2025-08-20T21:58:51.1992205Z [00:02:53.023]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b963/_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/b963=>" -p golang.org/x/net/http2/h2c -lang=go1.23 -complete -installsuffix shared -buildid NHAW1H-EhA7hNa5yqBYx/NHAW1H-EhA7hNa5yqBYx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b963/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/h2c/h2c.go
2025-08-20T21:58:51.2969093Z [00:02:53.122]➜  go tool buildid -w $WORK/b963/_pkg_.a # internal
2025-08-20T21:58:51.3013639Z [00:02:53.126]➜  cp $WORK/b963/_pkg_.a /root/.cache/go-build/74/74fed20fe87c4ec9f299b5368ed19a8afd99bd3490bda6d12a84dd10ebd51df4-d # internal
2025-08-20T21:58:51.3047692Z [00:02:53.130]➜  github.com/sirupsen/logrus
2025-08-20T21:58:51.3049467Z [00:02:53.130]➜  mkdir -p $WORK/b964/
2025-08-20T21:58:51.3056679Z [00:02:53.131]➜  cat >/tmp/go-build282983591/b964/importcfg << 'EOF' # internal
2025-08-20T21:58:51.3058685Z [00:02:53.131]➜  # import config
2025-08-20T21:58:51.3060185Z [00:02:53.131]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:51.3061387Z [00:02:53.131]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:51.3063279Z [00:02:53.131]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:51.3064117Z [00:02:53.131]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:51.3064927Z [00:02:53.131]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:51.3065788Z [00:02:53.131]➜  packagefile golang.org/x/sys/unix=/tmp/go-build282983591/b181/_pkg_.a
2025-08-20T21:58:51.3066631Z [00:02:53.131]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:51.3067371Z [00:02:53.131]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:51.3068119Z [00:02:53.131]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:51.3068892Z [00:02:53.131]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:51.3069691Z [00:02:53.131]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:51.3070646Z [00:02:53.131]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:51.3071411Z [00:02:53.131]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:51.3072185Z [00:02:53.131]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:51.3072936Z [00:02:53.131]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:51.3073726Z [00:02:53.131]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:51.3074511Z [00:02:53.131]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:51.3075327Z [00:02:53.131]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:51.3075942Z [00:02:53.131]➜  EOF
2025-08-20T21:58:51.3086339Z [00:02:53.131]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b964/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3=>github.com/sirupsen/logrus@v1.9.3;$WORK/b964=>" -p github.com/sirupsen/logrus -lang=go1.13 -complete -installsuffix shared -buildid 2ouyl1qmv1y-26CtmnaU/2ouyl1qmv1y-26CtmnaU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b964/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:58:51.3820160Z [00:02:53.207]➜  go tool buildid -w $WORK/b954/_pkg_.a # internal
2025-08-20T21:58:51.3877724Z [00:02:53.213]➜  cp $WORK/b954/_pkg_.a /root/.cache/go-build/2d/2d893e5573bd2d45e426b76d28f9afd61b0bcc049760e66f1421b61a2292bfb1-d # internal
2025-08-20T21:58:51.3882661Z [00:02:53.213]➜  google.golang.org/protobuf/internal/encoding/messageset
2025-08-20T21:58:51.3883381Z [00:02:53.213]➜  mkdir -p $WORK/b953/
2025-08-20T21:58:51.3899349Z [00:02:53.214]➜  cat >/tmp/go-build282983591/b953/importcfg << 'EOF' # internal
2025-08-20T21:58:51.3907828Z [00:02:53.215]➜  # import config
2025-08-20T21:58:51.3908860Z [00:02:53.215]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build282983591/b950/_pkg_.a
2025-08-20T21:58:51.3910408Z [00:02:53.215]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build282983591/b951/_pkg_.a
2025-08-20T21:58:51.3912197Z [00:02:53.215]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build282983591/b954/_pkg_.a
2025-08-20T21:58:51.3913289Z [00:02:53.215]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:51.3913899Z [00:02:53.216]➜  EOF
2025-08-20T21:58:51.3918178Z [00:02:53.216]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b953/_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/b953=>" -p google.golang.org/protobuf/internal/encoding/messageset -lang=go1.21 -complete -installsuffix shared -buildid WST6u-NkTvv7lQh21WZH/WST6u-NkTvv7lQh21WZH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b953/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/internal/encoding/messageset/messageset.go
2025-08-20T21:58:51.4218556Z [00:02:53.247]➜  go tool buildid -w $WORK/b953/_pkg_.a # internal
2025-08-20T21:58:51.4235312Z [00:02:53.249]➜  cp $WORK/b953/_pkg_.a /root/.cache/go-build/c4/c41d22194283626a1e6bfb9d89b0f028c29462355a69916681db306aa0d71309-d # internal
2025-08-20T21:58:51.4249321Z [00:02:53.250]➜  google.golang.org/protobuf/internal/genid
2025-08-20T21:58:51.4254445Z [00:02:53.251]➜  mkdir -p $WORK/b957/
2025-08-20T21:58:51.4264397Z [00:02:53.252]➜  cat >/tmp/go-build282983591/b957/importcfg << 'EOF' # internal
2025-08-20T21:58:51.4265344Z [00:02:53.252]➜  # import config
2025-08-20T21:58:51.4267653Z [00:02:53.252]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build282983591/b954/_pkg_.a
2025-08-20T21:58:51.4268745Z [00:02:53.252]➜  EOF
2025-08-20T21:58:51.4288338Z [00:02:53.253]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b957/_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/b957=>" -p google.golang.org/protobuf/internal/genid -lang=go1.21 -complete -installsuffix shared -buildid lUMqKXrZ9t01MtLi8lvx/lUMqKXrZ9t01MtLi8lvx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b957/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:58:51.4653376Z [00:02:53.288]➜  go tool buildid -w $WORK/b957/_pkg_.a # internal
2025-08-20T21:58:51.4658625Z [00:02:53.291]➜  cp $WORK/b957/_pkg_.a /root/.cache/go-build/7d/7d058491e1782ad6fe548bbbdbfb24f29b3385afb1520046c113655c25b6ec83-d # internal
2025-08-20T21:58:51.4661240Z [00:02:53.291]➜  google.golang.org/protobuf/internal/order
2025-08-20T21:58:51.4663029Z [00:02:53.291]➜  mkdir -p $WORK/b958/
2025-08-20T21:58:51.4670850Z [00:02:53.291]➜  cat >/tmp/go-build282983591/b958/importcfg << 'EOF' # internal
2025-08-20T21:58:51.4671552Z [00:02:53.291]➜  # import config
2025-08-20T21:58:51.4672771Z [00:02:53.291]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build282983591/b954/_pkg_.a
2025-08-20T21:58:51.4673892Z [00:02:53.291]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:51.4674734Z [00:02:53.291]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:51.4676055Z [00:02:53.291]➜  EOF
2025-08-20T21:58:51.4680587Z [00:02:53.291]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b958/_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/b958=>" -p google.golang.org/protobuf/internal/order -lang=go1.21 -complete -installsuffix shared -buildid i_XfLKikXs4IqhjjQtxS/i_XfLKikXs4IqhjjQtxS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b958/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:58:51.5191956Z [00:02:53.344]➜  go tool buildid -w $WORK/b958/_pkg_.a # internal
2025-08-20T21:58:51.5201837Z [00:02:53.345]➜  cp $WORK/b958/_pkg_.a /root/.cache/go-build/69/6959a427b298f009ce4bbfc4db28321a7839bfd2baff45ceb4427cf549f90fd3-d # internal
2025-08-20T21:58:51.5224930Z [00:02:53.348]➜  google.golang.org/protobuf/internal/strs
2025-08-20T21:58:51.5227988Z [00:02:53.348]➜  mkdir -p $WORK/b959/
2025-08-20T21:58:51.5235531Z [00:02:53.348]➜  cat >/tmp/go-build282983591/b959/importcfg << 'EOF' # internal
2025-08-20T21:58:51.5236254Z [00:02:53.348]➜  # import config
2025-08-20T21:58:51.5236969Z [00:02:53.348]➜  packagefile go/token=/tmp/go-build282983591/b697/_pkg_.a
2025-08-20T21:58:51.5238080Z [00:02:53.348]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build282983591/b956/_pkg_.a
2025-08-20T21:58:51.5239490Z [00:02:53.348]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build282983591/b954/_pkg_.a
2025-08-20T21:58:51.5241032Z [00:02:53.348]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:51.5241919Z [00:02:53.348]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:51.5242789Z [00:02:53.348]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:51.5243461Z [00:02:53.348]➜  EOF
2025-08-20T21:58:51.5247807Z [00:02:53.348]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b959/_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/b959=>" -p google.golang.org/protobuf/internal/strs -lang=go1.21 -complete -installsuffix shared -buildid KQLpwBJ_KEtGPLHVOML1/KQLpwBJ_KEtGPLHVOML1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b959/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:58:51.5685016Z [00:02:53.393]➜  go tool buildid -w $WORK/b959/_pkg_.a # internal
2025-08-20T21:58:51.5697379Z [00:02:53.394]➜  cp $WORK/b959/_pkg_.a /root/.cache/go-build/d1/d153ac7b9798e66c1d2658065dcef4e2e0d1b9271125c78cf16546561f07c882-d # internal
2025-08-20T21:58:51.5698845Z [00:02:53.394]➜  google.golang.org/protobuf/reflect/protoregistry
2025-08-20T21:58:51.5699462Z [00:02:53.394]➜  mkdir -p $WORK/b960/
2025-08-20T21:58:51.5700386Z [00:02:53.395]➜  cat >/tmp/go-build282983591/b960/importcfg << 'EOF' # internal
2025-08-20T21:58:51.5701090Z [00:02:53.395]➜  # import config
2025-08-20T21:58:51.5701745Z [00:02:53.395]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:51.5702949Z [00:02:53.395]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build282983591/b953/_pkg_.a
2025-08-20T21:58:51.5704409Z [00:02:53.395]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build282983591/b951/_pkg_.a
2025-08-20T21:58:51.5705751Z [00:02:53.395]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build282983591/b956/_pkg_.a
2025-08-20T21:58:51.5707329Z [00:02:53.395]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build282983591/b954/_pkg_.a
2025-08-20T21:58:51.5708398Z [00:02:53.395]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:51.5709217Z [00:02:53.395]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:51.5724649Z [00:02:53.395]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:51.5725348Z [00:02:53.395]➜  EOF
2025-08-20T21:58:51.5729567Z [00:02:53.395]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b960/_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/b960=>" -p google.golang.org/protobuf/reflect/protoregistry -lang=go1.21 -complete -installsuffix shared -buildid LK_yoTPBv-xenXumNNPQ/LK_yoTPBv-xenXumNNPQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b960/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/reflect/protoregistry/registry.go
2025-08-20T21:58:51.5733625Z [00:02:53.397]➜  go tool buildid -w $WORK/b964/_pkg_.a # internal
2025-08-20T21:58:51.5757692Z [00:02:53.401]➜  cp $WORK/b964/_pkg_.a /root/.cache/go-build/e9/e9b031483d15e1d9a58a4602d7e459b7e37e3d611ed9e733b091df4d0ec6acc2-d # internal
2025-08-20T21:58:51.5762565Z [00:02:53.401]➜  google.golang.org/protobuf/runtime/protoiface
2025-08-20T21:58:51.5766625Z [00:02:53.402]➜  mkdir -p $WORK/b961/
2025-08-20T21:58:51.5783926Z [00:02:53.404]➜  cat >/tmp/go-build282983591/b961/importcfg << 'EOF' # internal
2025-08-20T21:58:51.5788611Z [00:02:53.404]➜  # import config
2025-08-20T21:58:51.5794100Z [00:02:53.405]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build282983591/b955/_pkg_.a
2025-08-20T21:58:51.5803978Z [00:02:53.405]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build282983591/b954/_pkg_.a
2025-08-20T21:58:51.5804875Z [00:02:53.405]➜  EOF
2025-08-20T21:58:51.5809527Z [00:02:53.405]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b961/_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/b961=>" -p google.golang.org/protobuf/runtime/protoiface -lang=go1.21 -complete -installsuffix shared -buildid Mr3_pJzVUO28hTSrlAYj/Mr3_pJzVUO28hTSrlAYj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b961/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:58:51.5914637Z [00:02:53.417]➜  go tool buildid -w $WORK/b961/_pkg_.a # internal
2025-08-20T21:58:51.5923674Z [00:02:53.418]➜  cp $WORK/b961/_pkg_.a /root/.cache/go-build/f0/f03cad6076156cd5024f1c5f354492c95b2b6a071545ae2f512e05e9c1a03463-d # internal
2025-08-20T21:58:51.5925772Z [00:02:53.418]➜  github.com/tim-ywliu/nested-logrus-formatter
2025-08-20T21:58:51.5928407Z [00:02:53.418]➜  mkdir -p $WORK/b965/
2025-08-20T21:58:51.5931962Z [00:02:53.418]➜  cat >/tmp/go-build282983591/b965/importcfg << 'EOF' # internal
2025-08-20T21:58:51.5932916Z [00:02:53.418]➜  # import config
2025-08-20T21:58:51.5934930Z [00:02:53.419]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:51.5936276Z [00:02:53.419]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:51.5937461Z [00:02:53.419]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build282983591/b964/_pkg_.a
2025-08-20T21:58:51.5938742Z [00:02:53.419]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:51.5940231Z [00:02:53.419]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:51.5941568Z [00:02:53.419]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:51.5942665Z [00:02:53.419]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:51.5944358Z [00:02:53.419]➜  EOF
2025-08-20T21:58:51.5948269Z [00:02:53.419]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b965/_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/b965=>" -p github.com/tim-ywliu/nested-logrus-formatter -lang=go1.16 -complete -installsuffix shared -buildid e-HGwvcUgm4vo5n9FRFH/e-HGwvcUgm4vo5n9FRFH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b965/importcfg -pack /root/go/pkg/mod/github.com/tim-ywliu/nested-logrus-formatter@v1.3.2/formatter.go
2025-08-20T21:58:51.6340809Z [00:02:53.459]➜  go tool buildid -w $WORK/b965/_pkg_.a # internal
2025-08-20T21:58:51.6352324Z [00:02:53.460]➜  cp $WORK/b965/_pkg_.a /root/.cache/go-build/29/294d7ebc04839f852c0786ec281f01ac10933b64057ebbdb424fd0666ab8fcf4-d # internal
2025-08-20T21:58:51.6385489Z [00:02:53.464]➜  github.com/jcmturner/dnsutils/v2
2025-08-20T21:58:51.6388651Z [00:02:53.464]➜  mkdir -p $WORK/b970/
2025-08-20T21:58:51.6394134Z [00:02:53.464]➜  cat >/tmp/go-build282983591/b970/importcfg << 'EOF' # internal
2025-08-20T21:58:51.6394952Z [00:02:53.465]➜  # import config
2025-08-20T21:58:51.6395587Z [00:02:53.465]➜  packagefile math/rand=/tmp/go-build282983591/b118/_pkg_.a
2025-08-20T21:58:51.6396315Z [00:02:53.465]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:51.6397002Z [00:02:53.465]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:51.6397535Z [00:02:53.465]➜  EOF
2025-08-20T21:58:51.6413557Z [00:02:53.466]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b970/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/dnsutils/v2@v2.0.0=>github.com/jcmturner/dnsutils/v2@v2.0.0;$WORK/b970=>" -p github.com/jcmturner/dnsutils/v2 -lang=go1.13 -complete -installsuffix shared -buildid KSCW1mzxbTfJDB3jBdDK/KSCW1mzxbTfJDB3jBdDK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b970/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/dnsutils/v2@v2.0.0/srv.go
2025-08-20T21:58:51.6897527Z [00:02:53.515]➜  go tool buildid -w $WORK/b970/_pkg_.a # internal
2025-08-20T21:58:51.6942911Z [00:02:53.519]➜  cp $WORK/b970/_pkg_.a /root/.cache/go-build/0a/0a2b0e1d9fbed4b8a0f9f48ff5bbbbc5f042dd6a8a51eafe2ea24f934ace4ec2-d # internal
2025-08-20T21:58:51.6947711Z [00:02:53.520]➜  github.com/jcmturner/gofork/encoding/asn1
2025-08-20T21:58:51.6950921Z [00:02:53.520]➜  mkdir -p $WORK/b971/
2025-08-20T21:58:51.6957137Z [00:02:53.521]➜  cat >/tmp/go-build282983591/b971/importcfg << 'EOF' # internal
2025-08-20T21:58:51.6958019Z [00:02:53.521]➜  # import config
2025-08-20T21:58:51.6961007Z [00:02:53.521]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:51.6961766Z [00:02:53.521]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:51.6962464Z [00:02:53.521]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:51.6963164Z [00:02:53.521]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:51.6963892Z [00:02:53.521]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:51.6964655Z [00:02:53.521]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:51.6965567Z [00:02:53.521]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:51.6966291Z [00:02:53.521]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:51.6966996Z [00:02:53.521]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:51.6967737Z [00:02:53.521]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:51.6968318Z [00:02:53.521]➜  EOF
2025-08-20T21:58:51.6973003Z [00:02:53.521]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b971/_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/b971=>" -p github.com/jcmturner/gofork/encoding/asn1 -lang=go1.7 -complete -installsuffix shared -buildid wHl8soksaoffBkgZokOI/wHl8soksaoffBkgZokOI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b971/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:58:51.7079555Z [00:02:53.533]➜  go tool buildid -w $WORK/b960/_pkg_.a # internal
2025-08-20T21:58:51.7120797Z [00:02:53.537]➜  cp $WORK/b960/_pkg_.a /root/.cache/go-build/81/81995c4677756ea47880b8adb45978b95682bbf68aa98806851d9a61900201f4-d # internal
2025-08-20T21:58:51.7135509Z [00:02:53.539]➜  google.golang.org/protobuf/proto
2025-08-20T21:58:51.7143169Z [00:02:53.540]➜  mkdir -p $WORK/b949/
2025-08-20T21:58:51.7152112Z [00:02:53.540]➜  cat >/tmp/go-build282983591/b949/importcfg << 'EOF' # internal
2025-08-20T21:58:51.7154421Z [00:02:53.540]➜  # import config
2025-08-20T21:58:51.7155041Z [00:02:53.540]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:51.7155928Z [00:02:53.540]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:51.7157035Z [00:02:53.540]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build282983591/b950/_pkg_.a
2025-08-20T21:58:51.7158360Z [00:02:53.540]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build282983591/b953/_pkg_.a
2025-08-20T21:58:51.7159685Z [00:02:53.540]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build282983591/b951/_pkg_.a
2025-08-20T21:58:51.7160990Z [00:02:53.540]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build282983591/b956/_pkg_.a
2025-08-20T21:58:51.7162112Z [00:02:53.540]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build282983591/b957/_pkg_.a
2025-08-20T21:58:51.7163228Z [00:02:53.540]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build282983591/b958/_pkg_.a
2025-08-20T21:58:51.7164381Z [00:02:53.540]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build282983591/b955/_pkg_.a
2025-08-20T21:58:51.7165528Z [00:02:53.540]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build282983591/b959/_pkg_.a
2025-08-20T21:58:51.7166736Z [00:02:53.540]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build282983591/b954/_pkg_.a
2025-08-20T21:58:51.7167995Z [00:02:53.540]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build282983591/b960/_pkg_.a
2025-08-20T21:58:51.7169183Z [00:02:53.540]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build282983591/b961/_pkg_.a
2025-08-20T21:58:51.7170277Z [00:02:53.540]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:51.7170989Z [00:02:53.540]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:51.7171720Z [00:02:53.540]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:51.7172287Z [00:02:53.540]➜  EOF
2025-08-20T21:58:51.7183888Z [00:02:53.543]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b949/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.1/proto=>google.golang.org/protobuf@v1.35.1/proto;$WORK/b949=>" -p google.golang.org/protobuf/proto -lang=go1.21 -complete -installsuffix shared -buildid 4hTTJM0eRHXDygQJTl_g/4hTTJM0eRHXDygQJTl_g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b949/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:58:51.9460910Z [00:02:53.771]➜  go tool buildid -w $WORK/b971/_pkg_.a # internal
2025-08-20T21:58:51.9486855Z [00:02:53.774]➜  cp $WORK/b971/_pkg_.a /root/.cache/go-build/34/3440e775f16cc1abbd6946e13522f7f0e8571ff101618d6775571284f7a71a42-d # internal
2025-08-20T21:58:51.9511236Z [00:02:53.776]➜  github.com/jcmturner/gokrb5/v8/config
2025-08-20T21:58:51.9519182Z [00:02:53.776]➜  mkdir -p $WORK/b969/
2025-08-20T21:58:51.9527950Z [00:02:53.778]➜  cat >/tmp/go-build282983591/b969/importcfg << 'EOF' # internal
2025-08-20T21:58:51.9529449Z [00:02:53.778]➜  # import config
2025-08-20T21:58:51.9531655Z [00:02:53.778]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:51.9532601Z [00:02:53.778]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:51.9533424Z [00:02:53.778]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:51.9534178Z [00:02:53.778]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:51.9534861Z [00:02:53.778]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:51.9535715Z [00:02:53.778]➜  packagefile github.com/jcmturner/dnsutils/v2=/tmp/go-build282983591/b970/_pkg_.a
2025-08-20T21:58:51.9536820Z [00:02:53.778]➜  packagefile github.com/jcmturner/gofork/encoding/asn1=/tmp/go-build282983591/b971/_pkg_.a
2025-08-20T21:58:51.9537978Z [00:02:53.778]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/etypeID=/tmp/go-build282983591/b972/_pkg_.a
2025-08-20T21:58:51.9538868Z [00:02:53.778]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:51.9539561Z [00:02:53.778]➜  packagefile math/rand=/tmp/go-build282983591/b118/_pkg_.a
2025-08-20T21:58:51.9540480Z [00:02:53.778]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:51.9541148Z [00:02:53.778]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:51.9541814Z [00:02:53.778]➜  packagefile os/user=/tmp/go-build282983591/b237/_pkg_.a
2025-08-20T21:58:51.9542508Z [00:02:53.778]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:51.9543248Z [00:02:53.778]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:51.9544050Z [00:02:53.778]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:51.9544793Z [00:02:53.778]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:51.9545355Z [00:02:53.778]➜  EOF
2025-08-20T21:58:51.9558317Z [00:02:53.781]➜  go tool buildid -w $WORK/b949/_pkg_.a # internal
2025-08-20T21:58:51.9587872Z [00:02:53.781]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b969/_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/b969=>" -p github.com/jcmturner/gokrb5/v8/config -lang=go1.16 -complete -installsuffix shared -buildid kWSywJ6BDjS6VyIWWDtD/kWSywJ6BDjS6VyIWWDtD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b969/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:58:51.9624412Z [00:02:53.782]➜  cp $WORK/b949/_pkg_.a /root/.cache/go-build/0d/0da2e48f66024072cec72c567c9c167f11e49603df5c05750e5718d6ce744399-d # internal
2025-08-20T21:58:51.9625584Z [00:02:53.782]➜  github.com/hashicorp/go-uuid
2025-08-20T21:58:51.9626164Z [00:02:53.782]➜  mkdir -p $WORK/b974/
2025-08-20T21:58:51.9626921Z [00:02:53.784]➜  cat >/tmp/go-build282983591/b974/importcfg << 'EOF' # internal
2025-08-20T21:58:51.9627594Z [00:02:53.784]➜  # import config
2025-08-20T21:58:51.9628487Z [00:02:53.784]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:51.9629376Z [00:02:53.784]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:51.9630318Z [00:02:53.784]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:51.9631061Z [00:02:53.784]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:51.9631647Z [00:02:53.784]➜  EOF
2025-08-20T21:58:51.9635082Z [00:02:53.784]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b974/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-uuid@v1.0.3=>github.com/hashicorp/go-uuid@v1.0.3;$WORK/b974=>" -p github.com/hashicorp/go-uuid -lang=go1.16 -complete -installsuffix shared -buildid eISjrugVOgk_a19Pz9de/eISjrugVOgk_a19Pz9de -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b974/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/go-uuid@v1.0.3/uuid.go
2025-08-20T21:58:51.9818421Z [00:02:53.807]➜  go tool buildid -w $WORK/b974/_pkg_.a # internal
2025-08-20T21:58:51.9827972Z [00:02:53.808]➜  cp $WORK/b974/_pkg_.a /root/.cache/go-build/5e/5e5ef2abb91017a8b7fb960005abf8782788f7805e8537180d0c8c2ef1c9c9d4-d # internal
2025-08-20T21:58:51.9829250Z [00:02:53.808]➜  github.com/jcmturner/gokrb5/v8/crypto/etype
2025-08-20T21:58:51.9830057Z [00:02:53.808]➜  mkdir -p $WORK/b979/
2025-08-20T21:58:51.9833411Z [00:02:53.809]➜  cat >/tmp/go-build282983591/b979/importcfg << 'EOF' # internal
2025-08-20T21:58:51.9837616Z [00:02:53.809]➜  # import config
2025-08-20T21:58:51.9852892Z [00:02:53.809]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:51.9855557Z [00:02:53.809]➜  EOF
2025-08-20T21:58:51.9861365Z [00:02:53.809]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b979/_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/b979=>" -p github.com/jcmturner/gokrb5/v8/crypto/etype -lang=go1.16 -complete -installsuffix shared -buildid sMDlmhrnpqjMktlndlhd/sMDlmhrnpqjMktlndlhd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b979/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/etype/etype.go
2025-08-20T21:58:51.9978449Z [00:02:53.823]➜  go tool buildid -w $WORK/b979/_pkg_.a # internal
2025-08-20T21:58:51.9983957Z [00:02:53.824]➜  cp $WORK/b979/_pkg_.a /root/.cache/go-build/3f/3f63e9b79d9f913be4aecbb425f31fab3f414e21b7ba5b2034f1b38ecc67d293-d # internal
2025-08-20T21:58:51.9989598Z [00:02:53.824]➜  github.com/jcmturner/gokrb5/v8/crypto/common
2025-08-20T21:58:51.9990637Z [00:02:53.824]➜  mkdir -p $WORK/b978/
2025-08-20T21:58:51.9997592Z [00:02:53.825]➜  cat >/tmp/go-build282983591/b978/importcfg << 'EOF' # internal
2025-08-20T21:58:51.9998350Z [00:02:53.825]➜  # import config
2025-08-20T21:58:51.9999014Z [00:02:53.825]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:52.0000074Z [00:02:53.825]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:58:52.0022046Z [00:02:53.825]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:52.0025811Z [00:02:53.825]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:52.0026679Z [00:02:53.825]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:52.0027436Z [00:02:53.825]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:52.0028484Z [00:02:53.825]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/etype=/tmp/go-build282983591/b979/_pkg_.a
2025-08-20T21:58:52.0029333Z [00:02:53.825]➜  EOF
2025-08-20T21:58:52.0034336Z [00:02:53.826]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b978/_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/b978=>" -p github.com/jcmturner/gokrb5/v8/crypto/common -lang=go1.16 -complete -installsuffix shared -buildid hLoCFnYFCjkxTPY7GPSE/hLoCFnYFCjkxTPY7GPSE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b978/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/common/common.go
2025-08-20T21:58:52.0266129Z [00:02:53.852]➜  go tool buildid -w $WORK/b978/_pkg_.a # internal
2025-08-20T21:58:52.0284495Z [00:02:53.854]➜  cp $WORK/b978/_pkg_.a /root/.cache/go-build/4e/4e13e1c739fbbc0dad54949b3cd37190107170cbad2f71ca5e660cbdb526a224-d # internal
2025-08-20T21:58:52.0300935Z [00:02:53.855]➜  github.com/jcmturner/gokrb5/v8/crypto/rfc3961
2025-08-20T21:58:52.0396671Z [00:02:53.865]➜  mkdir -p $WORK/b980/
2025-08-20T21:58:52.0397407Z [00:02:53.865]➜  cat >/tmp/go-build282983591/b980/importcfg << 'EOF' # internal
2025-08-20T21:58:52.0398077Z [00:02:53.865]➜  # import config
2025-08-20T21:58:52.0398702Z [00:02:53.865]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:52.0399516Z [00:02:53.865]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:58:52.0400761Z [00:02:53.865]➜  packagefile crypto/des=/tmp/go-build282983591/b109/_pkg_.a
2025-08-20T21:58:52.0401714Z [00:02:53.865]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:58:52.0402585Z [00:02:53.865]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:52.0403391Z [00:02:53.865]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:52.0404146Z [00:02:53.865]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:52.0405149Z [00:02:53.865]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/common=/tmp/go-build282983591/b978/_pkg_.a
2025-08-20T21:58:52.0406403Z [00:02:53.865]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/etype=/tmp/go-build282983591/b979/_pkg_.a
2025-08-20T21:58:52.0407187Z [00:02:53.865]➜  EOF
2025-08-20T21:58:52.0412343Z [00:02:53.865]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b980/_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/b980=>" -p github.com/jcmturner/gokrb5/v8/crypto/rfc3961 -lang=go1.16 -complete -installsuffix shared -buildid KmtO6ElMi34Lsi-forfl/KmtO6ElMi34Lsi-forfl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b980/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:58:52.1076664Z [00:02:53.931]➜  go tool buildid -w $WORK/b969/_pkg_.a # internal
2025-08-20T21:58:52.1078333Z [00:02:53.933]➜  cp $WORK/b969/_pkg_.a /root/.cache/go-build/1f/1fc71557b9acfb01154c01584ea26b5d0225821fc65120fad3b210dba3f1feff-d # internal
2025-08-20T21:58:52.1079438Z [00:02:53.933]➜  github.com/jcmturner/aescts/v2
2025-08-20T21:58:52.1081717Z [00:02:53.933]➜  mkdir -p $WORK/b982/
2025-08-20T21:58:52.1086936Z [00:02:53.934]➜  cat >/tmp/go-build282983591/b982/importcfg << 'EOF' # internal
2025-08-20T21:58:52.1088057Z [00:02:53.934]➜  # import config
2025-08-20T21:58:52.1088880Z [00:02:53.934]➜  packagefile crypto/aes=/tmp/go-build282983591/b108/_pkg_.a
2025-08-20T21:58:52.1090088Z [00:02:53.934]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:58:52.1090912Z [00:02:53.934]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:52.1091694Z [00:02:53.934]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:52.1092289Z [00:02:53.934]➜  EOF
2025-08-20T21:58:52.1096380Z [00:02:53.935]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b982/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/aescts/v2@v2.0.0=>github.com/jcmturner/aescts/v2@v2.0.0;$WORK/b982=>" -p github.com/jcmturner/aescts/v2 -lang=go1.13 -complete -installsuffix shared -buildid jpl1E_T4mrtQLefWvj50/jpl1E_T4mrtQLefWvj50 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b982/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/aescts/v2@v2.0.0/aescts.go
2025-08-20T21:58:52.1341632Z [00:02:53.959]➜  go tool buildid -w $WORK/b982/_pkg_.a # internal
2025-08-20T21:58:52.1352023Z [00:02:53.960]➜  cp $WORK/b982/_pkg_.a /root/.cache/go-build/98/98415524b438f2b618f32e8a142be1e7eec0c42305d596b0dbed5d5abf84a991-d # internal
2025-08-20T21:58:52.1356823Z [00:02:53.961]➜  github.com/jcmturner/gofork/x/crypto/pbkdf2
2025-08-20T21:58:52.1358407Z [00:02:53.961]➜  mkdir -p $WORK/b983/
2025-08-20T21:58:52.1360162Z [00:02:53.961]➜  cat >/tmp/go-build282983591/b983/importcfg << 'EOF' # internal
2025-08-20T21:58:52.1361094Z [00:02:53.961]➜  # import config
2025-08-20T21:58:52.1361887Z [00:02:53.961]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:58:52.1362887Z [00:02:53.961]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:52.1363630Z [00:02:53.962]➜  EOF
2025-08-20T21:58:52.1367889Z [00:02:53.962]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b983/_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/b983=>" -p github.com/jcmturner/gofork/x/crypto/pbkdf2 -lang=go1.7 -complete -installsuffix shared -buildid Kul3TV8nZuLg5ohDvmG1/Kul3TV8nZuLg5ohDvmG1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b983/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gofork@v1.7.6/x/crypto/pbkdf2/pbkdf2.go
2025-08-20T21:58:52.1371624Z [00:02:53.962]➜  go tool buildid -w $WORK/b980/_pkg_.a # internal
2025-08-20T21:58:52.1378934Z [00:02:53.963]➜  cp $WORK/b980/_pkg_.a /root/.cache/go-build/8e/8e80367387ce43b303c07edf712c0d5f4fc49594d1ebf97f9550edd70baa606f-d # internal
2025-08-20T21:58:52.1383443Z [00:02:53.964]➜  golang.org/x/crypto/md4
2025-08-20T21:58:52.1386258Z [00:02:53.964]➜  mkdir -p $WORK/b985/
2025-08-20T21:58:52.1400011Z [00:02:53.965]➜  cat >/tmp/go-build282983591/b985/importcfg << 'EOF' # internal
2025-08-20T21:58:52.1405546Z [00:02:53.965]➜  # import config
2025-08-20T21:58:52.1406347Z [00:02:53.965]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:58:52.1407227Z [00:02:53.965]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:52.1408139Z [00:02:53.965]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:52.1408794Z [00:02:53.965]➜  EOF
2025-08-20T21:58:52.1412757Z [00:02:53.965]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b985/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/md4=>golang.org/x/crypto@v0.39.0/md4;$WORK/b985=>" -p golang.org/x/crypto/md4 -lang=go1.23 -complete -installsuffix shared -buildid KLy2Macu2nSXorzZ9zEL/KLy2Macu2nSXorzZ9zEL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b985/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:58:52.1529420Z [00:02:53.978]➜  go tool buildid -w $WORK/b983/_pkg_.a # internal
2025-08-20T21:58:52.1530972Z [00:02:53.978]➜  cp $WORK/b983/_pkg_.a /root/.cache/go-build/b8/b84621b2fe603d3dd6fa33b9986dd49f7187aa4f70538c8b82f51111aca24cd1-d # internal
2025-08-20T21:58:52.1552016Z [00:02:53.980]➜  github.com/jcmturner/gokrb5/v8/crypto/rfc3962
2025-08-20T21:58:52.1553041Z [00:02:53.981]➜  mkdir -p $WORK/b981/
2025-08-20T21:58:52.1559366Z [00:02:53.981]➜  cat >/tmp/go-build282983591/b981/importcfg << 'EOF' # internal
2025-08-20T21:58:52.1561771Z [00:02:53.981]➜  # import config
2025-08-20T21:58:52.1566451Z [00:02:53.981]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:52.1567383Z [00:02:53.981]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:52.1568343Z [00:02:53.981]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:52.1569240Z [00:02:53.981]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:52.1571374Z [00:02:53.981]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:52.1572469Z [00:02:53.981]➜  packagefile github.com/jcmturner/aescts/v2=/tmp/go-build282983591/b982/_pkg_.a
2025-08-20T21:58:52.1573784Z [00:02:53.981]➜  packagefile github.com/jcmturner/gofork/x/crypto/pbkdf2=/tmp/go-build282983591/b983/_pkg_.a
2025-08-20T21:58:52.1575421Z [00:02:53.981]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/common=/tmp/go-build282983591/b978/_pkg_.a
2025-08-20T21:58:52.1576813Z [00:02:53.981]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/etype=/tmp/go-build282983591/b979/_pkg_.a
2025-08-20T21:58:52.1577721Z [00:02:53.981]➜  EOF
2025-08-20T21:58:52.1582870Z [00:02:53.981]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b981/_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/b981=>" -p github.com/jcmturner/gokrb5/v8/crypto/rfc3962 -lang=go1.16 -complete -installsuffix shared -buildid iyb3phjzXzPKcZIQNUbX/iyb3phjzXzPKcZIQNUbX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b981/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:58:52.1764910Z [00:02:54.002]➜  go tool buildid -w $WORK/b985/_pkg_.a # internal
2025-08-20T21:58:52.1777928Z [00:02:54.003]➜  cp $WORK/b985/_pkg_.a /root/.cache/go-build/7d/7ddbf8040489f7cb54ae705da58be7e45cb296c80fc1a5fbdf30982951b94e01-d # internal
2025-08-20T21:58:52.1795601Z [00:02:54.005]➜  github.com/jcmturner/gokrb5/v8/crypto/rfc4757
2025-08-20T21:58:52.1798093Z [00:02:54.005]➜  mkdir -p $WORK/b984/
2025-08-20T21:58:52.1807315Z [00:02:54.006]➜  cat >/tmp/go-build282983591/b984/importcfg << 'EOF' # internal
2025-08-20T21:58:52.1811308Z [00:02:54.006]➜  # import config
2025-08-20T21:58:52.1812129Z [00:02:54.006]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:52.1814493Z [00:02:54.006]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:58:52.1816385Z [00:02:54.006]➜  packagefile crypto/md5=/tmp/go-build282983591/b073/_pkg_.a
2025-08-20T21:58:52.1817310Z [00:02:54.006]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:52.1818245Z [00:02:54.006]➜  packagefile crypto/rc4=/tmp/go-build282983591/b147/_pkg_.a
2025-08-20T21:58:52.1819176Z [00:02:54.006]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:52.1820320Z [00:02:54.006]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:52.1821195Z [00:02:54.006]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:52.1822030Z [00:02:54.006]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:52.1823138Z [00:02:54.007]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/etype=/tmp/go-build282983591/b979/_pkg_.a
2025-08-20T21:58:52.1824352Z [00:02:54.007]➜  packagefile golang.org/x/crypto/md4=/tmp/go-build282983591/b985/_pkg_.a
2025-08-20T21:58:52.1825276Z [00:02:54.007]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:52.1825902Z [00:02:54.007]➜  EOF
2025-08-20T21:58:52.1832781Z [00:02:54.007]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b984/_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/b984=>" -p github.com/jcmturner/gokrb5/v8/crypto/rfc4757 -lang=go1.16 -complete -installsuffix shared -buildid cjooDUlLQ1Eyc8Z6PZ1_/cjooDUlLQ1Eyc8Z6PZ1_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b984/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:58:52.1868593Z [00:02:54.012]➜  go tool buildid -w $WORK/b981/_pkg_.a # internal
2025-08-20T21:58:52.1878446Z [00:02:54.013]➜  cp $WORK/b981/_pkg_.a /root/.cache/go-build/88/8825ab0132c970882fd4cedb6fffab6154f7882b8a31df86da1465f5fa3ae7b3-d # internal
2025-08-20T21:58:52.1915237Z [00:02:54.016]➜  github.com/jcmturner/gokrb5/v8/crypto/rfc8009
2025-08-20T21:58:52.1923633Z [00:02:54.017]➜  mkdir -p $WORK/b986/
2025-08-20T21:58:52.1924395Z [00:02:54.017]➜  cat >/tmp/go-build282983591/b986/importcfg << 'EOF' # internal
2025-08-20T21:58:52.1925108Z [00:02:54.017]➜  # import config
2025-08-20T21:58:52.1925818Z [00:02:54.017]➜  packagefile crypto/aes=/tmp/go-build282983591/b108/_pkg_.a
2025-08-20T21:58:52.1926739Z [00:02:54.017]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:58:52.1927654Z [00:02:54.017]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:52.1928589Z [00:02:54.017]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:52.1929500Z [00:02:54.017]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:52.1930767Z [00:02:54.017]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:52.1944741Z [00:02:54.019]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:52.1945862Z [00:02:54.019]➜  packagefile github.com/jcmturner/aescts/v2=/tmp/go-build282983591/b982/_pkg_.a
2025-08-20T21:58:52.1947247Z [00:02:54.019]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/common=/tmp/go-build282983591/b978/_pkg_.a
2025-08-20T21:58:52.1948633Z [00:02:54.019]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/etype=/tmp/go-build282983591/b979/_pkg_.a
2025-08-20T21:58:52.1950210Z [00:02:54.019]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/etypeID=/tmp/go-build282983591/b972/_pkg_.a
2025-08-20T21:58:52.1951468Z [00:02:54.019]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build282983591/b561/_pkg_.a
2025-08-20T21:58:52.1952250Z [00:02:54.019]➜  EOF
2025-08-20T21:58:52.1956851Z [00:02:54.019]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b986/_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/b986=>" -p github.com/jcmturner/gokrb5/v8/crypto/rfc8009 -lang=go1.16 -complete -installsuffix shared -buildid Eye60razwQzW54KGctGY/Eye60razwQzW54KGctGY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b986/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:58:52.2249455Z [00:02:54.050]➜  go tool buildid -w $WORK/b984/_pkg_.a # internal
2025-08-20T21:58:52.2262210Z [00:02:54.050]➜  cp $WORK/b984/_pkg_.a /root/.cache/go-build/a8/a84587da29ae072d5db4ce10a45ede30c19df13df097877be9926bd598a3bfd4-d # internal
2025-08-20T21:58:52.2263403Z [00:02:54.051]➜  github.com/jcmturner/gokrb5/v8/asn1tools
2025-08-20T21:58:52.2263954Z [00:02:54.051]➜  mkdir -p $WORK/b990/
2025-08-20T21:58:52.2291072Z [00:02:54.054]➜  cat >/tmp/go-build282983591/b990/importcfg << 'EOF' # internal
2025-08-20T21:58:52.2300687Z [00:02:54.055]➜  # import config
2025-08-20T21:58:52.2301900Z [00:02:54.055]➜  packagefile github.com/jcmturner/gofork/encoding/asn1=/tmp/go-build282983591/b971/_pkg_.a
2025-08-20T21:58:52.2302910Z [00:02:54.055]➜  EOF
2025-08-20T21:58:52.2306612Z [00:02:54.055]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b990/_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/b990=>" -p github.com/jcmturner/gokrb5/v8/asn1tools -lang=go1.16 -complete -installsuffix shared -buildid cXgEvVu0vmB_Sm4Aphnd/cXgEvVu0vmB_Sm4Aphnd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b990/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/asn1tools/tools.go
2025-08-20T21:58:52.2741221Z [00:02:54.097]➜  go tool buildid -w $WORK/b986/_pkg_.a # internal
2025-08-20T21:58:52.2757427Z [00:02:54.101]➜  cp $WORK/b986/_pkg_.a /root/.cache/go-build/43/43c9783ae82b02359e55d7223d5e374221ac851541cc69ec53a6ec1824c33a68-d # internal
2025-08-20T21:58:52.2774300Z [00:02:54.103]➜  github.com/jcmturner/gokrb5/v8/iana/errorcode
2025-08-20T21:58:52.2776636Z [00:02:54.103]➜  mkdir -p $WORK/b994/
2025-08-20T21:58:52.2777302Z [00:02:54.103]➜  cat >/tmp/go-build282983591/b994/importcfg << 'EOF' # internal
2025-08-20T21:58:52.2777937Z [00:02:54.103]➜  # import config
2025-08-20T21:58:52.2778530Z [00:02:54.103]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:52.2779081Z [00:02:54.103]➜  EOF
2025-08-20T21:58:52.2783328Z [00:02:54.103]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b994/_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/b994=>" -p github.com/jcmturner/gokrb5/v8/iana/errorcode -lang=go1.16 -complete -installsuffix shared -buildid 0SLFZClH4SvZZjukzRvS/0SLFZClH4SvZZjukzRvS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b994/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/errorcode/constants.go
2025-08-20T21:58:52.2844565Z [00:02:54.110]➜  go tool buildid -w $WORK/b990/_pkg_.a # internal
2025-08-20T21:58:52.2851646Z [00:02:54.110]➜  cp $WORK/b990/_pkg_.a /root/.cache/go-build/f3/f3956181866c96aa2e7cc984f74c54a910fc20aa56410875846363688e684eec-d # internal
2025-08-20T21:58:52.3054369Z [00:02:54.130]➜  go tool buildid -w $WORK/b994/_pkg_.a # internal
2025-08-20T21:58:52.3066511Z [00:02:54.131]➜  github.com/jcmturner/gokrb5/v8/types
2025-08-20T21:58:52.3067169Z [00:02:54.131]➜  mkdir -p $WORK/b989/
2025-08-20T21:58:52.3067898Z [00:02:54.131]➜  cat >/tmp/go-build282983591/b989/importcfg << 'EOF' # internal
2025-08-20T21:58:52.3068579Z [00:02:54.131]➜  # import config
2025-08-20T21:58:52.3069233Z [00:02:54.131]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:52.3070304Z [00:02:54.131]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:52.3071200Z [00:02:54.131]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:52.3073108Z [00:02:54.132]➜  packagefile github.com/jcmturner/gofork/encoding/asn1=/tmp/go-build282983591/b971/_pkg_.a
2025-08-20T21:58:52.3074447Z [00:02:54.132]➜  packagefile github.com/jcmturner/gokrb5/v8/asn1tools=/tmp/go-build282983591/b990/_pkg_.a
2025-08-20T21:58:52.3075783Z [00:02:54.132]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/etype=/tmp/go-build282983591/b979/_pkg_.a
2025-08-20T21:58:52.3077032Z [00:02:54.132]➜  packagefile github.com/jcmturner/gokrb5/v8/iana=/tmp/go-build282983591/b991/_pkg_.a
2025-08-20T21:58:52.3078288Z [00:02:54.132]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/addrtype=/tmp/go-build282983591/b992/_pkg_.a
2025-08-20T21:58:52.3079648Z [00:02:54.132]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/asnAppTag=/tmp/go-build282983591/b993/_pkg_.a
2025-08-20T21:58:52.3084307Z [00:02:54.132]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/nametype=/tmp/go-build282983591/b975/_pkg_.a
2025-08-20T21:58:52.3085674Z [00:02:54.132]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/patype=/tmp/go-build282983591/b988/_pkg_.a
2025-08-20T21:58:52.3086949Z [00:02:54.132]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:52.3096633Z [00:02:54.132]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:52.3097539Z [00:02:54.132]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:52.3098339Z [00:02:54.132]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:52.3099155Z [00:02:54.132]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:52.3099757Z [00:02:54.132]➜  EOF
2025-08-20T21:58:52.3127028Z [00:02:54.132]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b989/_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/b989=>" -p github.com/jcmturner/gokrb5/v8/types -lang=go1.16 -complete -installsuffix shared -buildid PEGUVFfS9_q8m7bQZtvg/PEGUVFfS9_q8m7bQZtvg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b989/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:58:52.3134203Z [00:02:54.133]➜  cp $WORK/b994/_pkg_.a /root/.cache/go-build/27/274fc07f4d4c15aa496841fbefbafb1dc7851fd6ab6a19b9a221d1d36ce556aa-d # internal
2025-08-20T21:58:52.3135325Z [00:02:54.134]➜  github.com/jcmturner/gokrb5/v8/krberror
2025-08-20T21:58:52.3136082Z [00:02:54.134]➜  mkdir -p $WORK/b998/
2025-08-20T21:58:52.3136776Z [00:02:54.135]➜  cat >/tmp/go-build282983591/b998/importcfg << 'EOF' # internal
2025-08-20T21:58:52.3137560Z [00:02:54.135]➜  # import config
2025-08-20T21:58:52.3138189Z [00:02:54.135]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:52.3138980Z [00:02:54.135]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:52.3139590Z [00:02:54.135]➜  EOF
2025-08-20T21:58:52.3143484Z [00:02:54.135]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b998/_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/b998=>" -p github.com/jcmturner/gokrb5/v8/krberror -lang=go1.16 -complete -installsuffix shared -buildid i8qo3HWMJxoDfBfrtpXt/i8qo3HWMJxoDfBfrtpXt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b998/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/krberror/error.go
2025-08-20T21:58:52.3574122Z [00:02:54.183]➜  go tool buildid -w $WORK/b998/_pkg_.a # internal
2025-08-20T21:58:52.3583079Z [00:02:54.184]➜  cp $WORK/b998/_pkg_.a /root/.cache/go-build/de/de94e78a06a80e0a6eb0f72a9056d3e8290a0ec2194ca5df820a2144123cb3ca-d # internal
2025-08-20T21:58:52.3595567Z [00:02:54.185]➜  github.com/jcmturner/rpc/v2/ndr
2025-08-20T21:58:52.3598285Z [00:02:54.185]➜  mkdir -p $WORK/b1004/
2025-08-20T21:58:52.3605814Z [00:02:54.186]➜  cat >/tmp/go-build282983591/b1004/importcfg << 'EOF' # internal
2025-08-20T21:58:52.3608538Z [00:02:54.186]➜  # import config
2025-08-20T21:58:52.3609164Z [00:02:54.186]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:52.3610472Z [00:02:54.186]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:52.3611282Z [00:02:54.186]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:52.3612061Z [00:02:54.186]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:52.3612818Z [00:02:54.186]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:52.3613503Z [00:02:54.186]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:52.3614401Z [00:02:54.186]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:52.3615255Z [00:02:54.186]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:52.3615985Z [00:02:54.186]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:52.3616705Z [00:02:54.186]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:52.3617247Z [00:02:54.186]➜  EOF
2025-08-20T21:58:52.3650264Z [00:02:54.190]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1004/_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/b1004=>" -p github.com/jcmturner/rpc/v2/ndr -lang=go1.13 -complete -installsuffix shared -buildid Tp9eRVJ8FGAGZeWiLCyH/Tp9eRVJ8FGAGZeWiLCyH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1004/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:58:52.4464259Z [00:02:54.272]➜  go tool buildid -w $WORK/b989/_pkg_.a # internal
2025-08-20T21:58:52.4467323Z [00:02:54.272]➜  cp $WORK/b989/_pkg_.a /root/.cache/go-build/12/121deb1b2097dd94549fd880eecf8b1552cc811cf87fe9b61b51ace7ee1d5c4b-d # internal
2025-08-20T21:58:52.4475525Z [00:02:54.273]➜  github.com/jcmturner/gokrb5/v8/crypto
2025-08-20T21:58:52.4501758Z [00:02:54.275]➜  mkdir -p $WORK/b977/
2025-08-20T21:58:52.4504152Z [00:02:54.276]➜  cat >/tmp/go-build282983591/b977/importcfg << 'EOF' # internal
2025-08-20T21:58:52.4506235Z [00:02:54.276]➜  # import config
2025-08-20T21:58:52.4592953Z [00:02:54.285]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:52.4595410Z [00:02:54.285]➜  packagefile crypto/aes=/tmp/go-build282983591/b108/_pkg_.a
2025-08-20T21:58:52.4597754Z [00:02:54.285]➜  packagefile crypto/des=/tmp/go-build282983591/b109/_pkg_.a
2025-08-20T21:58:52.4602033Z [00:02:54.285]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:58:52.4603907Z [00:02:54.285]➜  packagefile crypto/md5=/tmp/go-build282983591/b073/_pkg_.a
2025-08-20T21:58:52.4604771Z [00:02:54.285]➜  packagefile crypto/sha1=/tmp/go-build282983591/b095/_pkg_.a
2025-08-20T21:58:52.4605552Z [00:02:54.285]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:52.4606384Z [00:02:54.285]➜  packagefile crypto/sha512=/tmp/go-build282983591/b126/_pkg_.a
2025-08-20T21:58:52.4607153Z [00:02:54.285]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:52.4607944Z [00:02:54.285]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:52.4608663Z [00:02:54.285]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:52.4609596Z [00:02:54.285]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/common=/tmp/go-build282983591/b978/_pkg_.a
2025-08-20T21:58:52.4641548Z [00:02:54.285]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/etype=/tmp/go-build282983591/b979/_pkg_.a
2025-08-20T21:58:52.4642862Z [00:02:54.285]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/rfc3961=/tmp/go-build282983591/b980/_pkg_.a
2025-08-20T21:58:52.4644127Z [00:02:54.285]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/rfc3962=/tmp/go-build282983591/b981/_pkg_.a
2025-08-20T21:58:52.4645468Z [00:02:54.285]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/rfc4757=/tmp/go-build282983591/b984/_pkg_.a
2025-08-20T21:58:52.4646808Z [00:02:54.285]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/rfc8009=/tmp/go-build282983591/b986/_pkg_.a
2025-08-20T21:58:52.4648466Z [00:02:54.285]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/chksumtype=/tmp/go-build282983591/b987/_pkg_.a
2025-08-20T21:58:52.4650011Z [00:02:54.285]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/etypeID=/tmp/go-build282983591/b972/_pkg_.a
2025-08-20T21:58:52.4651335Z [00:02:54.285]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/patype=/tmp/go-build282983591/b988/_pkg_.a
2025-08-20T21:58:52.4652553Z [00:02:54.285]➜  packagefile github.com/jcmturner/gokrb5/v8/types=/tmp/go-build282983591/b989/_pkg_.a
2025-08-20T21:58:52.4653655Z [00:02:54.285]➜  packagefile golang.org/x/crypto/md4=/tmp/go-build282983591/b985/_pkg_.a
2025-08-20T21:58:52.4654613Z [00:02:54.285]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:52.4655411Z [00:02:54.285]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:52.4655975Z [00:02:54.285]➜  EOF
2025-08-20T21:58:52.4663550Z [00:02:54.285]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b977/_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/b977=>" -p github.com/jcmturner/gokrb5/v8/crypto -lang=go1.16 -complete -installsuffix shared -buildid xFmr65Tj-yjnLIawacV_/xFmr65Tj-yjnLIawacV_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b977/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:58:52.7276619Z [00:02:54.553]➜  go tool buildid -w $WORK/b1004/_pkg_.a # internal
2025-08-20T21:58:52.7322244Z [00:02:54.557]➜  cp $WORK/b1004/_pkg_.a /root/.cache/go-build/37/3776d771e3fbfee769f269344fa9c2ce136025db02a99c4a0ee166c6a8498cfd-d # internal
2025-08-20T21:58:52.7328309Z [00:02:54.558]➜  github.com/jcmturner/rpc/v2/mstypes
2025-08-20T21:58:52.7332196Z [00:02:54.559]➜  mkdir -p $WORK/b1003/
2025-08-20T21:58:52.7339157Z [00:02:54.559]➜  cat >/tmp/go-build282983591/b1003/importcfg << 'EOF' # internal
2025-08-20T21:58:52.7342990Z [00:02:54.559]➜  # import config
2025-08-20T21:58:52.7344004Z [00:02:54.559]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:52.7344762Z [00:02:54.560]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:52.7345536Z [00:02:54.560]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:52.7346360Z [00:02:54.560]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:52.7347133Z [00:02:54.560]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:52.7347857Z [00:02:54.560]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:52.7348732Z [00:02:54.560]➜  packagefile github.com/jcmturner/rpc/v2/ndr=/tmp/go-build282983591/b1004/_pkg_.a
2025-08-20T21:58:52.7349772Z [00:02:54.560]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build282983591/b477/_pkg_.a
2025-08-20T21:58:52.7350811Z [00:02:54.560]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:52.7351515Z [00:02:54.560]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:52.7352245Z [00:02:54.560]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:52.7352966Z [00:02:54.560]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:52.7353503Z [00:02:54.560]➜  EOF
2025-08-20T21:58:52.7360932Z [00:02:54.560]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1003/_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/b1003=>" -p github.com/jcmturner/rpc/v2/mstypes -lang=go1.13 -complete -installsuffix shared -buildid 5xO8Vmg0FyeNH2UuLxqO/5xO8Vmg0FyeNH2UuLxqO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1003/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:58:52.7428455Z [00:02:54.568]➜  go tool buildid -w $WORK/b977/_pkg_.a # internal
2025-08-20T21:58:52.7488048Z [00:02:54.574]➜  cp $WORK/b977/_pkg_.a /root/.cache/go-build/d1/d188b843111ccc96d4a7f76495e1272230aa3223feb6d57b0fa48512dad3d997-d # internal
2025-08-20T21:58:52.7492170Z [00:02:54.574]➜  github.com/jcmturner/gokrb5/v8/keytab
2025-08-20T21:58:52.7493533Z [00:02:54.575]➜  mkdir -p $WORK/b976/
2025-08-20T21:58:52.7498492Z [00:02:54.575]➜  cat >/tmp/go-build282983591/b976/importcfg << 'EOF' # internal
2025-08-20T21:58:52.7500572Z [00:02:54.575]➜  # import config
2025-08-20T21:58:52.7501427Z [00:02:54.575]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:52.7502282Z [00:02:54.575]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:52.7503136Z [00:02:54.575]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:52.7504122Z [00:02:54.575]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:52.7504876Z [00:02:54.575]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:52.7505957Z [00:02:54.575]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto=/tmp/go-build282983591/b977/_pkg_.a
2025-08-20T21:58:52.7507023Z [00:02:54.575]➜  packagefile github.com/jcmturner/gokrb5/v8/types=/tmp/go-build282983591/b989/_pkg_.a
2025-08-20T21:58:52.7507939Z [00:02:54.575]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:52.7508642Z [00:02:54.575]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:52.7509379Z [00:02:54.575]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:52.7510314Z [00:02:54.575]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:52.7510849Z [00:02:54.575]➜  EOF
2025-08-20T21:58:52.7514251Z [00:02:54.575]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b976/_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/b976=>" -p github.com/jcmturner/gokrb5/v8/keytab -lang=go1.16 -complete -installsuffix shared -buildid kkFVBAkSrpbpdR1G9NE7/kkFVBAkSrpbpdR1G9NE7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b976/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/keytab/keytab.go
2025-08-20T21:58:52.8445643Z [00:02:54.670]➜  go tool buildid -w $WORK/b976/_pkg_.a # internal
2025-08-20T21:58:52.8456149Z [00:02:54.671]➜  cp $WORK/b976/_pkg_.a /root/.cache/go-build/0e/0e2875a58269b04a2ae4cb829f53561c8bcbd39d9069a677d15fb3eaa9220812-d # internal
2025-08-20T21:58:52.8501482Z [00:02:54.675]➜  github.com/jcmturner/gokrb5/v8/credentials
2025-08-20T21:58:52.8503646Z [00:02:54.676]➜  mkdir -p $WORK/b973/
2025-08-20T21:58:52.8510472Z [00:02:54.676]➜  cat >/tmp/go-build282983591/b973/importcfg << 'EOF' # internal
2025-08-20T21:58:52.8513759Z [00:02:54.677]➜  # import config
2025-08-20T21:58:52.8514417Z [00:02:54.677]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:52.8515253Z [00:02:54.677]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:52.8516406Z [00:02:54.677]➜  packagefile encoding/gob=/tmp/go-build282983591/b333/_pkg_.a
2025-08-20T21:58:52.8517479Z [00:02:54.677]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:52.8518354Z [00:02:54.677]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:52.8519350Z [00:02:54.677]➜  packagefile github.com/hashicorp/go-uuid=/tmp/go-build282983591/b974/_pkg_.a
2025-08-20T21:58:52.8520805Z [00:02:54.677]➜  packagefile github.com/jcmturner/gofork/encoding/asn1=/tmp/go-build282983591/b971/_pkg_.a
2025-08-20T21:58:52.8522168Z [00:02:54.677]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/nametype=/tmp/go-build282983591/b975/_pkg_.a
2025-08-20T21:58:52.8523455Z [00:02:54.677]➜  packagefile github.com/jcmturner/gokrb5/v8/keytab=/tmp/go-build282983591/b976/_pkg_.a
2025-08-20T21:58:52.8524708Z [00:02:54.677]➜  packagefile github.com/jcmturner/gokrb5/v8/types=/tmp/go-build282983591/b989/_pkg_.a
2025-08-20T21:58:52.8525718Z [00:02:54.677]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:52.8526580Z [00:02:54.677]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:52.8527421Z [00:02:54.677]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:52.8528036Z [00:02:54.677]➜  EOF
2025-08-20T21:58:52.8552336Z [00:02:54.677]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b973/_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/b973=>" -p github.com/jcmturner/gokrb5/v8/credentials -lang=go1.16 -complete -installsuffix shared -buildid sFZ5Vp8fHsnWjiicMoig/sFZ5Vp8fHsnWjiicMoig -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b973/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:58:52.9127289Z [00:02:54.738]➜  go tool buildid -w $WORK/b1003/_pkg_.a # internal
2025-08-20T21:58:52.9146503Z [00:02:54.740]➜  cp $WORK/b1003/_pkg_.a /root/.cache/go-build/77/778b3d14afbd222bf2b91663ddddce95bd905bc7238960b31f6e179f55f2a73d-d # internal
2025-08-20T21:58:52.9212429Z [00:02:54.747]➜  github.com/jcmturner/gokrb5/v8/pac
2025-08-20T21:58:52.9216173Z [00:02:54.747]➜  mkdir -p $WORK/b1002/
2025-08-20T21:58:52.9216916Z [00:02:54.747]➜  cat >/tmp/go-build282983591/b1002/importcfg << 'EOF' # internal
2025-08-20T21:58:52.9217599Z [00:02:54.747]➜  # import config
2025-08-20T21:58:52.9218238Z [00:02:54.747]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:52.9219085Z [00:02:54.747]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:52.9220155Z [00:02:54.747]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:52.9220982Z [00:02:54.747]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:52.9221977Z [00:02:54.747]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto=/tmp/go-build282983591/b977/_pkg_.a
2025-08-20T21:58:52.9223284Z [00:02:54.747]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/chksumtype=/tmp/go-build282983591/b987/_pkg_.a
2025-08-20T21:58:52.9224604Z [00:02:54.747]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/keyusage=/tmp/go-build282983591/b996/_pkg_.a
2025-08-20T21:58:52.9225833Z [00:02:54.747]➜  packagefile github.com/jcmturner/gokrb5/v8/types=/tmp/go-build282983591/b989/_pkg_.a
2025-08-20T21:58:52.9227022Z [00:02:54.747]➜  packagefile github.com/jcmturner/rpc/v2/mstypes=/tmp/go-build282983591/b1003/_pkg_.a
2025-08-20T21:58:52.9228173Z [00:02:54.747]➜  packagefile github.com/jcmturner/rpc/v2/ndr=/tmp/go-build282983591/b1004/_pkg_.a
2025-08-20T21:58:52.9229101Z [00:02:54.747]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:52.9229668Z [00:02:54.747]➜  EOF
2025-08-20T21:58:52.9238798Z [00:02:54.747]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1002/_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/b1002=>" -p github.com/jcmturner/gokrb5/v8/pac -lang=go1.16 -complete -installsuffix shared -buildid iwNrkrfsRSrc634ubk9P/iwNrkrfsRSrc634ubk9P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1002/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:58:53.0083778Z [00:02:54.833]➜  go tool buildid -w $WORK/b973/_pkg_.a # internal
2025-08-20T21:58:53.0113574Z [00:02:54.837]➜  cp $WORK/b973/_pkg_.a /root/.cache/go-build/e7/e72e90a863ee28a4261a65990722f9581975fbf9234d2083970d9e537ebf2e58-d # internal
2025-08-20T21:58:53.0125338Z [00:02:54.838]➜  github.com/Azure/go-ntlmssp
2025-08-20T21:58:53.0127807Z [00:02:54.838]➜  mkdir -p $WORK/b1008/
2025-08-20T21:58:53.0138366Z [00:02:54.839]➜  cat >/tmp/go-build282983591/b1008/importcfg << 'EOF' # internal
2025-08-20T21:58:53.0151062Z [00:02:54.839]➜  # import config
2025-08-20T21:58:53.0151739Z [00:02:54.839]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:53.0152611Z [00:02:54.839]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:58:53.0153687Z [00:02:54.839]➜  packagefile crypto/md5=/tmp/go-build282983591/b073/_pkg_.a
2025-08-20T21:58:53.0154780Z [00:02:54.839]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:53.0155754Z [00:02:54.839]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:53.0156726Z [00:02:54.839]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:53.0157639Z [00:02:54.839]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:53.0158502Z [00:02:54.839]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:53.0159312Z [00:02:54.839]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:53.0160484Z [00:02:54.839]➜  packagefile golang.org/x/crypto/md4=/tmp/go-build282983591/b985/_pkg_.a
2025-08-20T21:58:53.0161418Z [00:02:54.839]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:53.0162695Z [00:02:54.839]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:58:53.0163837Z [00:02:54.839]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:53.0164706Z [00:02:54.839]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:53.0165515Z [00:02:54.839]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:53.0166361Z [00:02:54.839]➜  packagefile unicode/utf16=/tmp/go-build282983591/b070/_pkg_.a
2025-08-20T21:58:53.0167012Z [00:02:54.839]➜  EOF
2025-08-20T21:58:53.0180500Z [00:02:54.842]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1008/_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/b1008=>" -p github.com/Azure/go-ntlmssp -lang=go1.16 -complete -installsuffix shared -buildid uj-Tb_O5ximY2vvf8qlT/uj-Tb_O5ximY2vvf8qlT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1008/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:58:53.1235585Z [00:02:54.949]➜  go tool buildid -w $WORK/b1002/_pkg_.a # internal
2025-08-20T21:58:53.1252650Z [00:02:54.950]➜  cp $WORK/b1002/_pkg_.a /root/.cache/go-build/53/53cb032a8da7b070d60e5688f03a2be72e1abf20b961c2fe07402ba021395968-d # internal
2025-08-20T21:58:53.1295773Z [00:02:54.955]➜  github.com/jcmturner/gokrb5/v8/messages
2025-08-20T21:58:53.1297955Z [00:02:54.955]➜  mkdir -p $WORK/b999/
2025-08-20T21:58:53.1303030Z [00:02:54.956]➜  cat >/tmp/go-build282983591/b999/importcfg << 'EOF' # internal
2025-08-20T21:58:53.1307364Z [00:02:54.956]➜  # import config
2025-08-20T21:58:53.1308073Z [00:02:54.956]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:53.1308922Z [00:02:54.956]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:53.1310176Z [00:02:54.956]➜  packagefile github.com/jcmturner/gofork/encoding/asn1=/tmp/go-build282983591/b971/_pkg_.a
2025-08-20T21:58:53.1311677Z [00:02:54.956]➜  packagefile github.com/jcmturner/gokrb5/v8/asn1tools=/tmp/go-build282983591/b990/_pkg_.a
2025-08-20T21:58:53.1313085Z [00:02:54.956]➜  packagefile github.com/jcmturner/gokrb5/v8/config=/tmp/go-build282983591/b969/_pkg_.a
2025-08-20T21:58:53.1314375Z [00:02:54.956]➜  packagefile github.com/jcmturner/gokrb5/v8/credentials=/tmp/go-build282983591/b973/_pkg_.a
2025-08-20T21:58:53.1315638Z [00:02:54.956]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto=/tmp/go-build282983591/b977/_pkg_.a
2025-08-20T21:58:53.1316834Z [00:02:54.956]➜  packagefile github.com/jcmturner/gokrb5/v8/iana=/tmp/go-build282983591/b991/_pkg_.a
2025-08-20T21:58:53.1318092Z [00:02:54.956]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/adtype=/tmp/go-build282983591/b1000/_pkg_.a
2025-08-20T21:58:53.1319424Z [00:02:54.956]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/asnAppTag=/tmp/go-build282983591/b993/_pkg_.a
2025-08-20T21:58:53.1321141Z [00:02:54.956]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/errorcode=/tmp/go-build282983591/b994/_pkg_.a
2025-08-20T21:58:53.1322465Z [00:02:54.956]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/flags=/tmp/go-build282983591/b995/_pkg_.a
2025-08-20T21:58:53.1323979Z [00:02:54.956]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/keyusage=/tmp/go-build282983591/b996/_pkg_.a
2025-08-20T21:58:53.1325340Z [00:02:54.956]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/msgtype=/tmp/go-build282983591/b1001/_pkg_.a
2025-08-20T21:58:53.1326645Z [00:02:54.956]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/nametype=/tmp/go-build282983591/b975/_pkg_.a
2025-08-20T21:58:53.1327969Z [00:02:54.956]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/patype=/tmp/go-build282983591/b988/_pkg_.a
2025-08-20T21:58:53.1329231Z [00:02:54.956]➜  packagefile github.com/jcmturner/gokrb5/v8/keytab=/tmp/go-build282983591/b976/_pkg_.a
2025-08-20T21:58:53.1340959Z [00:02:54.956]➜  packagefile github.com/jcmturner/gokrb5/v8/krberror=/tmp/go-build282983591/b998/_pkg_.a
2025-08-20T21:58:53.1342255Z [00:02:54.956]➜  packagefile github.com/jcmturner/gokrb5/v8/pac=/tmp/go-build282983591/b1002/_pkg_.a
2025-08-20T21:58:53.1343727Z [00:02:54.956]➜  packagefile github.com/jcmturner/gokrb5/v8/types=/tmp/go-build282983591/b989/_pkg_.a
2025-08-20T21:58:53.1344750Z [00:02:54.956]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:53.1345548Z [00:02:54.956]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:53.1346363Z [00:02:54.956]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:53.1347184Z [00:02:54.956]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:53.1347786Z [00:02:54.956]➜  EOF
2025-08-20T21:58:53.1355972Z [00:02:54.956]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b999/_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/b999=>" -p github.com/jcmturner/gokrb5/v8/messages -lang=go1.16 -complete -installsuffix shared -buildid WAC9_c0ZDWxFYthQtKCE/WAC9_c0ZDWxFYthQtKCE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b999/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:58:53.2964290Z [00:02:55.122]➜  go tool buildid -w $WORK/b1008/_pkg_.a # internal
2025-08-20T21:58:53.3013479Z [00:02:55.126]➜  cp $WORK/b1008/_pkg_.a /root/.cache/go-build/91/911364de9676f988b41ef15f46ce7e404edaab82b6747142517b7a99455f145a-d # internal
2025-08-20T21:58:53.3016217Z [00:02:55.127]➜  github.com/go-asn1-ber/asn1-ber
2025-08-20T21:58:53.3017323Z [00:02:55.127]➜  mkdir -p $WORK/b1009/
2025-08-20T21:58:53.3022290Z [00:02:55.127]➜  cat >/tmp/go-build282983591/b1009/importcfg << 'EOF' # internal
2025-08-20T21:58:53.3022987Z [00:02:55.127]➜  # import config
2025-08-20T21:58:53.3023638Z [00:02:55.127]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:53.3024432Z [00:02:55.127]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:53.3025218Z [00:02:55.127]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:53.3025965Z [00:02:55.127]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:53.3026769Z [00:02:55.127]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:58:53.3027600Z [00:02:55.127]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:53.3028379Z [00:02:55.127]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:53.3029153Z [00:02:55.127]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:53.3030164Z [00:02:55.127]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:53.3031208Z [00:02:55.127]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:53.3032003Z [00:02:55.127]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:53.3032821Z [00:02:55.127]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:53.3033456Z [00:02:55.127]➜  EOF
2025-08-20T21:58:53.3042213Z [00:02:55.127]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1009/_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/b1009=>" -p github.com/go-asn1-ber/asn1-ber -lang=go1.13 -complete -installsuffix shared -buildid Drn0l-CEbFuETCwRNw8l/Drn0l-CEbFuETCwRNw8l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1009/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:58:53.4507793Z [00:02:55.276]➜  go tool buildid -w $WORK/b999/_pkg_.a # internal
2025-08-20T21:58:53.4561849Z [00:02:55.279]➜  cp $WORK/b999/_pkg_.a /root/.cache/go-build/49/49a37c017b8049b420bb9dd11e115fcdce78ac3ba65e31a2ffb24cab06162823-d # internal
2025-08-20T21:58:53.4563152Z [00:02:55.281]➜  github.com/jcmturner/gokrb5/v8/kadmin
2025-08-20T21:58:53.4563785Z [00:02:55.281]➜  mkdir -p $WORK/b997/
2025-08-20T21:58:53.4564563Z [00:02:55.282]➜  cat >/tmp/go-build282983591/b997/importcfg << 'EOF' # internal
2025-08-20T21:58:53.4565369Z [00:02:55.282]➜  # import config
2025-08-20T21:58:53.4565988Z [00:02:55.282]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:53.4566842Z [00:02:55.282]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:53.4567657Z [00:02:55.282]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:53.4568412Z [00:02:55.282]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:53.4569491Z [00:02:55.282]➜  packagefile github.com/jcmturner/gofork/encoding/asn1=/tmp/go-build282983591/b971/_pkg_.a
2025-08-20T21:58:53.4571163Z [00:02:55.282]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto=/tmp/go-build282983591/b977/_pkg_.a
2025-08-20T21:58:53.4572639Z [00:02:55.282]➜  packagefile github.com/jcmturner/gokrb5/v8/krberror=/tmp/go-build282983591/b998/_pkg_.a
2025-08-20T21:58:53.4573893Z [00:02:55.282]➜  packagefile github.com/jcmturner/gokrb5/v8/messages=/tmp/go-build282983591/b999/_pkg_.a
2025-08-20T21:58:53.4575074Z [00:02:55.282]➜  packagefile github.com/jcmturner/gokrb5/v8/types=/tmp/go-build282983591/b989/_pkg_.a
2025-08-20T21:58:53.4576056Z [00:02:55.282]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:53.4576631Z [00:02:55.282]➜  EOF
2025-08-20T21:58:53.4611619Z [00:02:55.283]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b997/_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/b997=>" -p github.com/jcmturner/gokrb5/v8/kadmin -lang=go1.16 -complete -installsuffix shared -buildid rW56qETL5P8Apm4IJdlC/rW56qETL5P8Apm4IJdlC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b997/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:58:53.5225686Z [00:02:55.348]➜  go tool buildid -w $WORK/b997/_pkg_.a # internal
2025-08-20T21:58:53.5237344Z [00:02:55.349]➜  cp $WORK/b997/_pkg_.a /root/.cache/go-build/3a/3a4e1c2676788773af2cae4d3b4baccfc85552dfb3180b65265ced1359ee885c-d # internal
2025-08-20T21:58:53.5358252Z [00:02:55.361]➜  go tool buildid -w $WORK/b1009/_pkg_.a # internal
2025-08-20T21:58:53.5382776Z [00:02:55.363]➜  cp $WORK/b1009/_pkg_.a /root/.cache/go-build/33/3313470ee519ed0ebc4a34ce29ada31c83e71b87e76d26eadde3ebd50d209635-d # internal
2025-08-20T21:58:53.5524952Z [00:02:55.378]➜  github.com/jcmturner/gokrb5/v8/client
2025-08-20T21:58:53.5533795Z [00:02:55.378]➜  mkdir -p $WORK/b968/
2025-08-20T21:58:53.5535143Z [00:02:55.378]➜  cat >/tmp/go-build282983591/b968/importcfg << 'EOF' # internal
2025-08-20T21:58:53.5536395Z [00:02:55.378]➜  # import config
2025-08-20T21:58:53.5537793Z [00:02:55.378]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:53.5540642Z [00:02:55.378]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:53.5541558Z [00:02:55.378]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:53.5542375Z [00:02:55.378]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:53.5543398Z [00:02:55.378]➜  packagefile github.com/jcmturner/gokrb5/v8/config=/tmp/go-build282983591/b969/_pkg_.a
2025-08-20T21:58:53.5544536Z [00:02:55.378]➜  packagefile github.com/jcmturner/gokrb5/v8/credentials=/tmp/go-build282983591/b973/_pkg_.a
2025-08-20T21:58:53.5545656Z [00:02:55.378]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto=/tmp/go-build282983591/b977/_pkg_.a
2025-08-20T21:58:53.5547152Z [00:02:55.378]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/etype=/tmp/go-build282983591/b979/_pkg_.a
2025-08-20T21:58:53.5548709Z [00:02:55.378]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/errorcode=/tmp/go-build282983591/b994/_pkg_.a
2025-08-20T21:58:53.5550349Z [00:02:55.378]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/flags=/tmp/go-build282983591/b995/_pkg_.a
2025-08-20T21:58:53.5551699Z [00:02:55.378]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/keyusage=/tmp/go-build282983591/b996/_pkg_.a
2025-08-20T21:58:53.5553045Z [00:02:55.378]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/nametype=/tmp/go-build282983591/b975/_pkg_.a
2025-08-20T21:58:53.5554391Z [00:02:55.378]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/patype=/tmp/go-build282983591/b988/_pkg_.a
2025-08-20T21:58:53.5555646Z [00:02:55.378]➜  packagefile github.com/jcmturner/gokrb5/v8/kadmin=/tmp/go-build282983591/b997/_pkg_.a
2025-08-20T21:58:53.5556878Z [00:02:55.378]➜  packagefile github.com/jcmturner/gokrb5/v8/keytab=/tmp/go-build282983591/b976/_pkg_.a
2025-08-20T21:58:53.5558171Z [00:02:55.378]➜  packagefile github.com/jcmturner/gokrb5/v8/krberror=/tmp/go-build282983591/b998/_pkg_.a
2025-08-20T21:58:53.5559488Z [00:02:55.378]➜  packagefile github.com/jcmturner/gokrb5/v8/messages=/tmp/go-build282983591/b999/_pkg_.a
2025-08-20T21:58:53.5562517Z [00:02:55.378]➜  packagefile github.com/jcmturner/gokrb5/v8/types=/tmp/go-build282983591/b989/_pkg_.a
2025-08-20T21:58:53.5563539Z [00:02:55.378]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:53.5564401Z [00:02:55.379]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:53.5565188Z [00:02:55.379]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:53.5565978Z [00:02:55.379]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:53.5566781Z [00:02:55.379]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:53.5567578Z [00:02:55.379]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:53.5568411Z [00:02:55.379]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:53.5569006Z [00:02:55.379]➜  EOF
2025-08-20T21:58:53.5576409Z [00:02:55.379]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b968/_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/b968=>" -p github.com/jcmturner/gokrb5/v8/client -lang=go1.16 -complete -installsuffix shared -buildid i4pHTd8YC7x4R1nEeMIJ/i4pHTd8YC7x4R1nEeMIJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b968/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:58:53.5588452Z [00:02:55.384]➜  github.com/go-ldap/ldap/v3
2025-08-20T21:58:53.5615412Z [00:02:55.384]➜  mkdir -p $WORK/b1007/
2025-08-20T21:58:53.5616202Z [00:02:55.385]➜  cat >/tmp/go-build282983591/b1007/importcfg << 'EOF' # internal
2025-08-20T21:58:53.5616874Z [00:02:55.385]➜  # import config
2025-08-20T21:58:53.5617523Z [00:02:55.385]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:53.5618302Z [00:02:55.385]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:53.5619075Z [00:02:55.385]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:53.5620433Z [00:02:55.385]➜  packagefile crypto/md5=/tmp/go-build282983591/b073/_pkg_.a
2025-08-20T21:58:53.5621602Z [00:02:55.385]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:58:53.5622856Z [00:02:55.385]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:53.5623983Z [00:02:55.385]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:53.5625104Z [00:02:55.385]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:53.5650822Z [00:02:55.385]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:53.5651950Z [00:02:55.385]➜  packagefile github.com/Azure/go-ntlmssp=/tmp/go-build282983591/b1008/_pkg_.a
2025-08-20T21:58:53.5653199Z [00:02:55.385]➜  packagefile github.com/go-asn1-ber/asn1-ber=/tmp/go-build282983591/b1009/_pkg_.a
2025-08-20T21:58:53.5654381Z [00:02:55.385]➜  packagefile github.com/google/uuid=/tmp/go-build282983591/b327/_pkg_.a
2025-08-20T21:58:53.5655513Z [00:02:55.385]➜  packagefile golang.org/x/crypto/md4=/tmp/go-build282983591/b985/_pkg_.a
2025-08-20T21:58:53.5656547Z [00:02:55.385]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:53.5657483Z [00:02:55.385]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:58:53.5658410Z [00:02:55.385]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:53.5659339Z [00:02:55.385]➜  packagefile math/rand=/tmp/go-build282983591/b118/_pkg_.a
2025-08-20T21:58:53.5663911Z [00:02:55.385]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:53.5664799Z [00:02:55.385]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:53.5665574Z [00:02:55.385]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:53.5666365Z [00:02:55.385]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:53.5667139Z [00:02:55.385]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:53.5667918Z [00:02:55.385]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:53.5668705Z [00:02:55.385]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:53.5669481Z [00:02:55.385]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:53.5670518Z [00:02:55.385]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:53.5671394Z [00:02:55.385]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:53.5672416Z [00:02:55.385]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:53.5673290Z [00:02:55.385]➜  packagefile unicode/utf16=/tmp/go-build282983591/b070/_pkg_.a
2025-08-20T21:58:53.5674179Z [00:02:55.385]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:53.5674840Z [00:02:55.385]➜  EOF
2025-08-20T21:58:53.5686959Z [00:02:55.385]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1007/_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/b1007=>" -p github.com/go-ldap/ldap/v3 -lang=go1.23 -complete -installsuffix shared -buildid eXdKYWEQXlN4y_LFK88Y/eXdKYWEQXlN4y_LFK88Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1007/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:58:53.9548884Z [00:02:55.780]➜  go tool buildid -w $WORK/b968/_pkg_.a # internal
2025-08-20T21:58:53.9595515Z [00:02:55.785]➜  cp $WORK/b968/_pkg_.a /root/.cache/go-build/76/76a1c1c9e70cfc80718bcc59becd5a25eb99a7d11cd7d927947bab14383fdbfa-d # internal
2025-08-20T21:58:53.9597779Z [00:02:55.785]➜  github.com/golang-sql/civil
2025-08-20T21:58:53.9598516Z [00:02:55.785]➜  mkdir -p $WORK/b1013/
2025-08-20T21:58:53.9604209Z [00:02:55.786]➜  cat >/tmp/go-build282983591/b1013/importcfg << 'EOF' # internal
2025-08-20T21:58:53.9605108Z [00:02:55.786]➜  # import config
2025-08-20T21:58:53.9605932Z [00:02:55.786]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:53.9606940Z [00:02:55.786]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:53.9607720Z [00:02:55.786]➜  EOF
2025-08-20T21:58:53.9611972Z [00:02:55.786]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1013/_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/b1013=>" -p github.com/golang-sql/civil -lang=go1.16 -complete -installsuffix shared -buildid 0KTfhoLJX3G7ynVYq609/0KTfhoLJX3G7ynVYq609 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1013/importcfg -pack /root/go/pkg/mod/github.com/golang-sql/civil@v0.0.0-20220223132316-b832511892a9/civil.go
2025-08-20T21:58:54.0226204Z [00:02:55.848]➜  go tool buildid -w $WORK/b1013/_pkg_.a # internal
2025-08-20T21:58:54.0248951Z [00:02:55.850]➜  cp $WORK/b1013/_pkg_.a /root/.cache/go-build/ab/ab38dbec324f3533a9b70e638350556cf5424fd49f4427b4b719c6b47d554c08-d # internal
2025-08-20T21:58:54.0250288Z [00:02:55.850]➜  github.com/golang-sql/sqlexp
2025-08-20T21:58:54.0270707Z [00:02:55.850]➜  mkdir -p $WORK/b1014/
2025-08-20T21:58:54.0271922Z [00:02:55.850]➜  cat >/tmp/go-build282983591/b1014/importcfg << 'EOF' # internal
2025-08-20T21:58:54.0273907Z [00:02:55.850]➜  # import config
2025-08-20T21:58:54.0274527Z [00:02:55.850]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:54.0275311Z [00:02:55.850]➜  packagefile database/sql=/tmp/go-build282983591/b872/_pkg_.a
2025-08-20T21:58:54.0276149Z [00:02:55.850]➜  packagefile database/sql/driver=/tmp/go-build282983591/b328/_pkg_.a
2025-08-20T21:58:54.0276904Z [00:02:55.850]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:54.0277608Z [00:02:55.850]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:54.0278315Z [00:02:55.850]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:54.0279004Z [00:02:55.850]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:54.0279542Z [00:02:55.850]➜  EOF
2025-08-20T21:58:54.0286035Z [00:02:55.850]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1014/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang-sql/sqlexp@v0.1.0=>github.com/golang-sql/sqlexp@v0.1.0;$WORK/b1014=>" -p github.com/golang-sql/sqlexp -lang=go1.16 -complete -installsuffix shared -buildid NvzdsTurVvkye4tklFpF/NvzdsTurVvkye4tklFpF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1014/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:58:54.1476020Z [00:02:55.973]➜  go tool buildid -w $WORK/b1014/_pkg_.a # internal
2025-08-20T21:58:54.1506753Z [00:02:55.976]➜  cp $WORK/b1014/_pkg_.a /root/.cache/go-build/d2/d2fc06ff5a5f4f02519288dd536d68c0ad80a20a28441b1142a236d2ba5a305b-d # internal
2025-08-20T21:58:54.1523525Z [00:02:55.978]➜  github.com/microsoft/go-mssqldb/aecmk
2025-08-20T21:58:54.1525102Z [00:02:55.978]➜  mkdir -p $WORK/b1015/
2025-08-20T21:58:54.1529608Z [00:02:55.978]➜  cat >/tmp/go-build282983591/b1015/importcfg << 'EOF' # internal
2025-08-20T21:58:54.1533252Z [00:02:55.978]➜  # import config
2025-08-20T21:58:54.1533887Z [00:02:55.978]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:54.1534641Z [00:02:55.978]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:54.1535343Z [00:02:55.978]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:54.1536041Z [00:02:55.978]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:54.1536578Z [00:02:55.978]➜  EOF
2025-08-20T21:58:54.1540692Z [00:02:55.979]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1015/_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/b1015=>" -p github.com/microsoft/go-mssqldb/aecmk -lang=go1.23 -complete -installsuffix shared -buildid UU22iSo7mseA-LL0xloN/UU22iSo7mseA-LL0xloN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1015/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:58:54.2299278Z [00:02:56.055]➜  go tool buildid -w $WORK/b1015/_pkg_.a # internal
2025-08-20T21:58:54.2333572Z [00:02:56.059]➜  cp $WORK/b1015/_pkg_.a /root/.cache/go-build/5b/5b130137ba349809f4be0fc4d55ac4a7c2b7baf4cbe14e829f3462705f234bf6-d # internal
2025-08-20T21:58:54.2412521Z [00:02:56.067]➜  github.com/microsoft/go-mssqldb/msdsn
2025-08-20T21:58:54.2415055Z [00:02:56.067]➜  mkdir -p $WORK/b1017/
2025-08-20T21:58:54.2416572Z [00:02:56.067]➜  cat >/tmp/go-build282983591/b1017/importcfg << 'EOF' # internal
2025-08-20T21:58:54.2417302Z [00:02:56.067]➜  # import config
2025-08-20T21:58:54.2419548Z [00:02:56.067]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:54.2421284Z [00:02:56.067]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:58:54.2424472Z [00:02:56.067]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:58:54.2425296Z [00:02:56.067]➜  packagefile encoding/pem=/tmp/go-build282983591/b157/_pkg_.a
2025-08-20T21:58:54.2426070Z [00:02:56.067]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:54.2426768Z [00:02:56.067]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:54.2427568Z [00:02:56.067]➜  packagefile github.com/google/uuid=/tmp/go-build282983591/b327/_pkg_.a
2025-08-20T21:58:54.2428359Z [00:02:56.068]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:54.2429075Z [00:02:56.068]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:54.2430156Z [00:02:56.068]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:54.2430933Z [00:02:56.068]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:54.2431717Z [00:02:56.068]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:54.2432454Z [00:02:56.068]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:54.2433175Z [00:02:56.068]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:54.2433879Z [00:02:56.068]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:54.2434416Z [00:02:56.068]➜  EOF
2025-08-20T21:58:54.2440858Z [00:02:56.068]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1017/_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/b1017=>" -p github.com/microsoft/go-mssqldb/msdsn -lang=go1.23 -complete -installsuffix shared -buildid e_IwaQbfeCcVG8StkvsX/e_IwaQbfeCcVG8StkvsX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1017/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:58:54.4118006Z [00:02:56.237]➜  go tool buildid -w $WORK/b1017/_pkg_.a # internal
2025-08-20T21:58:54.4152273Z [00:02:56.240]➜  cp $WORK/b1017/_pkg_.a /root/.cache/go-build/6b/6bbe3da24b99dc1e2da129de67e1438fbba4d5a73f39e41a56208a91b995d848-d # internal
2025-08-20T21:58:54.4165910Z [00:02:56.242]➜  github.com/microsoft/go-mssqldb/integratedauth
2025-08-20T21:58:54.4172843Z [00:02:56.242]➜  mkdir -p $WORK/b1016/
2025-08-20T21:58:54.4173716Z [00:02:56.242]➜  cat >/tmp/go-build282983591/b1016/importcfg << 'EOF' # internal
2025-08-20T21:58:54.4174480Z [00:02:56.243]➜  # import config
2025-08-20T21:58:54.4175685Z [00:02:56.243]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:54.4176859Z [00:02:56.243]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:54.4178025Z [00:02:56.243]➜  packagefile github.com/microsoft/go-mssqldb/msdsn=/tmp/go-build282983591/b1017/_pkg_.a
2025-08-20T21:58:54.4179173Z [00:02:56.243]➜  EOF
2025-08-20T21:58:54.4183887Z [00:02:56.243]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1016/_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/b1016=>" -p github.com/microsoft/go-mssqldb/integratedauth -lang=go1.23 -complete -installsuffix shared -buildid M65kzdOYdLbde0jFsCSF/M65kzdOYdLbde0jFsCSF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1016/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:58:54.4644047Z [00:02:56.290]➜  go tool buildid -w $WORK/b1016/_pkg_.a # internal
2025-08-20T21:58:54.4657327Z [00:02:56.291]➜  cp $WORK/b1016/_pkg_.a /root/.cache/go-build/65/65a05aa55e84180d78c41af86da32fe59a136eb46f82e0321da71d78bf0f1186-d # internal
2025-08-20T21:58:54.4664483Z [00:02:56.292]➜  github.com/microsoft/go-mssqldb/integratedauth/ntlm
2025-08-20T21:58:54.4665218Z [00:02:56.292]➜  mkdir -p $WORK/b1018/
2025-08-20T21:58:54.4672818Z [00:02:56.293]➜  cat >/tmp/go-build282983591/b1018/importcfg << 'EOF' # internal
2025-08-20T21:58:54.4673535Z [00:02:56.293]➜  # import config
2025-08-20T21:58:54.4674214Z [00:02:56.293]➜  packagefile crypto/des=/tmp/go-build282983591/b109/_pkg_.a
2025-08-20T21:58:54.4675088Z [00:02:56.293]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:58:54.4675960Z [00:02:56.293]➜  packagefile crypto/md5=/tmp/go-build282983591/b073/_pkg_.a
2025-08-20T21:58:54.4676999Z [00:02:56.293]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:54.4677855Z [00:02:56.293]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:54.4678661Z [00:02:56.293]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:54.4679401Z [00:02:56.293]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:54.4680630Z [00:02:56.293]➜  packagefile github.com/microsoft/go-mssqldb/integratedauth=/tmp/go-build282983591/b1016/_pkg_.a
2025-08-20T21:58:54.4681897Z [00:02:56.293]➜  packagefile github.com/microsoft/go-mssqldb/msdsn=/tmp/go-build282983591/b1017/_pkg_.a
2025-08-20T21:58:54.4682994Z [00:02:56.293]➜  packagefile golang.org/x/crypto/md4=/tmp/go-build282983591/b985/_pkg_.a
2025-08-20T21:58:54.4683864Z [00:02:56.293]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:54.4684807Z [00:02:56.293]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:54.4685785Z [00:02:56.293]➜  packagefile unicode/utf16=/tmp/go-build282983591/b070/_pkg_.a
2025-08-20T21:58:54.4686426Z [00:02:56.293]➜  EOF
2025-08-20T21:58:54.4691322Z [00:02:56.293]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1018/_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/b1018=>" -p github.com/microsoft/go-mssqldb/integratedauth/ntlm -lang=go1.23 -complete -installsuffix shared -buildid kkbOqoWgxCaKMYxjruQf/kkbOqoWgxCaKMYxjruQf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1018/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:58:54.5761505Z [00:02:56.401]➜  go tool buildid -w $WORK/b1018/_pkg_.a # internal
2025-08-20T21:58:54.5787986Z [00:02:56.404]➜  cp $WORK/b1018/_pkg_.a /root/.cache/go-build/a2/a25942c42e7ef4aecc0876bcbe69156085699c203529ede496ca7bf0c06e8ee0-d # internal
2025-08-20T21:58:54.5990888Z [00:02:56.424]➜  github.com/microsoft/go-mssqldb/internal/cp
2025-08-20T21:58:54.5992767Z [00:02:56.424]➜  mkdir -p $WORK/b1019/
2025-08-20T21:58:54.5996033Z [00:02:56.425]➜  cat >/tmp/go-build282983591/b1019/importcfg << 'EOF' # internal
2025-08-20T21:58:54.5997185Z [00:02:56.425]➜  # import config
2025-08-20T21:58:54.5998291Z [00:02:56.425]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:54.5999371Z [00:02:56.425]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:54.6000256Z [00:02:56.425]➜  EOF
2025-08-20T21:58:54.6022948Z [00:02:56.426]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1019/_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/b1019=>" -p github.com/microsoft/go-mssqldb/internal/cp -lang=go1.23 -complete -installsuffix shared -buildid 8lqULNLIcCfoq8gGCUX7/8lqULNLIcCfoq8gGCUX7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1019/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:58:54.6138738Z [00:02:56.439]➜  cd /root/go/pkg/mod/github.com/ugorji/go/codec@v1.2.11
2025-08-20T21:58:54.6143698Z [00:02:56.439]➜  /root/.go/pkg/tool/linux_amd64/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/b947=>" -I $WORK/b947/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b947/helper.o ./helper.s
2025-08-20T21:58:54.6237976Z [00:02:56.449]➜  go tool pack r $WORK/b947/_pkg_.a $WORK/b947/helper.o # internal
2025-08-20T21:58:54.6241263Z [00:02:56.449]➜  go tool buildid -w $WORK/b947/_pkg_.a # internal
2025-08-20T21:58:54.6736278Z [00:02:56.499]➜  go tool buildid -w $WORK/b1007/_pkg_.a # internal
2025-08-20T21:58:54.6890521Z [00:02:56.514]➜  cp $WORK/b1007/_pkg_.a /root/.cache/go-build/47/47af3f552b3a81392da2873d57b5013653300bea6814507faa2ab44d3cd361f8-d # internal
2025-08-20T21:58:54.6895530Z [00:02:56.515]➜  github.com/microsoft/go-mssqldb/internal/decimal
2025-08-20T21:58:54.6898574Z [00:02:56.515]➜  mkdir -p $WORK/b1020/
2025-08-20T21:58:54.6902885Z [00:02:56.515]➜  cat >/tmp/go-build282983591/b1020/importcfg << 'EOF' # internal
2025-08-20T21:58:54.6903583Z [00:02:56.515]➜  # import config
2025-08-20T21:58:54.6904274Z [00:02:56.515]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:54.6905112Z [00:02:56.515]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:54.6905849Z [00:02:56.515]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:54.6906595Z [00:02:56.515]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:54.6907364Z [00:02:56.515]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:54.6908138Z [00:02:56.515]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:54.6908701Z [00:02:56.515]➜  EOF
2025-08-20T21:58:54.6909184Z [00:02:56.515]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:54.6913309Z [00:02:56.515]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1020/_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/b1020=>" -p github.com/microsoft/go-mssqldb/internal/decimal -lang=go1.23 -complete -installsuffix shared -buildid 0Bd3BvPcqYKCteoxmit5/0Bd3BvPcqYKCteoxmit5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1020/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/internal/decimal/decimal.go
2025-08-20T21:58:54.6935011Z [00:02:56.519]➜  cp $WORK/b947/_pkg_.a /root/.cache/go-build/5f/5f866c0c1fbd7d24ea2ae84fb78b1238443903b2c9e55ce33bb2cb517e16d3ee-d # internal
2025-08-20T21:58:54.6957580Z [00:02:56.521]➜  github.com/gin-gonic/gin/binding
2025-08-20T21:58:54.6958632Z [00:02:56.521]➜  mkdir -p $WORK/b939/
2025-08-20T21:58:54.6975152Z [00:02:56.523]➜  cat >/tmp/go-build282983591/b939/importcfg << 'EOF' # internal
2025-08-20T21:58:54.6984807Z [00:02:56.523]➜  # import config
2025-08-20T21:58:54.6985587Z [00:02:56.523]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:54.6986470Z [00:02:56.523]➜  packagefile encoding/xml=/tmp/go-build282983591/b486/_pkg_.a
2025-08-20T21:58:54.6987362Z [00:02:56.523]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:54.6988174Z [00:02:56.523]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:54.6989271Z [00:02:56.523]➜  packagefile github.com/gin-gonic/gin/internal/bytesconv=/tmp/go-build282983591/b940/_pkg_.a
2025-08-20T21:58:54.6991099Z [00:02:56.523]➜  packagefile github.com/gin-gonic/gin/internal/json=/tmp/go-build282983591/b941/_pkg_.a
2025-08-20T21:58:54.6992385Z [00:02:56.523]➜  packagefile github.com/go-playground/validator/v10=/tmp/go-build282983591/b833/_pkg_.a
2025-08-20T21:58:54.6993590Z [00:02:56.523]➜  packagefile github.com/pelletier/go-toml/v2=/tmp/go-build282983591/b942/_pkg_.a
2025-08-20T21:58:54.6994711Z [00:02:56.523]➜  packagefile github.com/ugorji/go/codec=/tmp/go-build282983591/b947/_pkg_.a
2025-08-20T21:58:54.6995842Z [00:02:56.523]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build282983591/b949/_pkg_.a
2025-08-20T21:58:54.6996934Z [00:02:56.523]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build282983591/b202/_pkg_.a
2025-08-20T21:58:54.6997801Z [00:02:56.523]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:54.6998826Z [00:02:56.523]➜  packagefile mime/multipart=/tmp/go-build282983591/b216/_pkg_.a
2025-08-20T21:58:54.6999745Z [00:02:56.523]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:54.7001075Z [00:02:56.523]➜  packagefile net/textproto=/tmp/go-build282983591/b212/_pkg_.a
2025-08-20T21:58:54.7001985Z [00:02:56.523]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:54.7002786Z [00:02:56.523]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:54.7003570Z [00:02:56.523]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:54.7004368Z [00:02:56.523]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:54.7005184Z [00:02:56.523]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:54.7005800Z [00:02:56.523]➜  EOF
2025-08-20T21:58:54.7015508Z [00:02:56.523]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b939/_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/b939=>" -p github.com/gin-gonic/gin/binding -lang=go1.20 -complete -installsuffix shared -buildid TDmsjD64q1iTex1TRYIT/TDmsjD64q1iTex1TRYIT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b939/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:58:54.7585504Z [00:02:56.584]➜  go tool buildid -w $WORK/b1020/_pkg_.a # internal
2025-08-20T21:58:54.7602238Z [00:02:56.585]➜  cp $WORK/b1020/_pkg_.a /root/.cache/go-build/1d/1d1733de4b1889418d639d0b9f6052a5c66adb696b8778c79a4cd383db6bcd17-d # internal
2025-08-20T21:58:54.7614044Z [00:02:56.587]➜  github.com/gin-gonic/gin/render
2025-08-20T21:58:54.7616125Z [00:02:56.587]➜  mkdir -p $WORK/b962/
2025-08-20T21:58:54.7628279Z [00:02:56.588]➜  cat >/tmp/go-build282983591/b962/importcfg << 'EOF' # internal
2025-08-20T21:58:54.7629366Z [00:02:56.588]➜  # import config
2025-08-20T21:58:54.7630340Z [00:02:56.588]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:54.7631172Z [00:02:56.588]➜  packagefile encoding/xml=/tmp/go-build282983591/b486/_pkg_.a
2025-08-20T21:58:54.7631996Z [00:02:56.588]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:54.7633004Z [00:02:56.588]➜  packagefile github.com/gin-gonic/gin/internal/bytesconv=/tmp/go-build282983591/b940/_pkg_.a
2025-08-20T21:58:54.7634459Z [00:02:56.588]➜  packagefile github.com/gin-gonic/gin/internal/json=/tmp/go-build282983591/b941/_pkg_.a
2025-08-20T21:58:54.7635672Z [00:02:56.588]➜  packagefile github.com/pelletier/go-toml/v2=/tmp/go-build282983591/b942/_pkg_.a
2025-08-20T21:58:54.7636840Z [00:02:56.588]➜  packagefile github.com/ugorji/go/codec=/tmp/go-build282983591/b947/_pkg_.a
2025-08-20T21:58:54.7637957Z [00:02:56.588]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build282983591/b949/_pkg_.a
2025-08-20T21:58:54.7639052Z [00:02:56.588]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build282983591/b202/_pkg_.a
2025-08-20T21:58:54.7640157Z [00:02:56.588]➜  packagefile html/template=/tmp/go-build282983591/b790/_pkg_.a
2025-08-20T21:58:54.7641000Z [00:02:56.588]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:54.7641952Z [00:02:56.588]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:54.7642925Z [00:02:56.588]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:54.7643553Z [00:02:56.588]➜  EOF
2025-08-20T21:58:54.7653107Z [00:02:56.590]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b962/_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/b962=>" -p github.com/gin-gonic/gin/render -lang=go1.20 -complete -installsuffix shared -buildid wDE8peftWlar6yTDgx64/wDE8peftWlar6yTDgx64 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b962/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:58:54.9006367Z [00:02:56.726]➜  go tool buildid -w $WORK/b962/_pkg_.a # internal
2025-08-20T21:58:54.9029999Z [00:02:56.728]➜  cp $WORK/b962/_pkg_.a /root/.cache/go-build/3f/3fb7a137adf32dfc037b3b9cc1c741ad9211889a3d090062cd232d683a0f619d-d # internal
2025-08-20T21:58:54.9067206Z [00:02:56.732]➜  github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/crypto
2025-08-20T21:58:54.9071430Z [00:02:56.732]➜  mkdir -p $WORK/b1022/
2025-08-20T21:58:54.9072686Z [00:02:56.732]➜  cat >/tmp/go-build282983591/b1022/importcfg << 'EOF' # internal
2025-08-20T21:58:54.9073707Z [00:02:56.732]➜  # import config
2025-08-20T21:58:54.9075630Z [00:02:56.733]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:54.9076984Z [00:02:56.733]➜  packagefile crypto/aes=/tmp/go-build282983591/b108/_pkg_.a
2025-08-20T21:58:54.9077901Z [00:02:56.733]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:58:54.9078801Z [00:02:56.733]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:58:54.9079698Z [00:02:56.733]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:54.9080725Z [00:02:56.733]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:54.9081301Z [00:02:56.733]➜  EOF
2025-08-20T21:58:54.9087800Z [00:02:56.733]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1022/_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/b1022=>" -p github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/crypto -lang=go1.23 -complete -installsuffix shared -buildid 5vCgk31r1JJ9xpvJXr-W/5vCgk31r1JJ9xpvJXr-W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1022/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:58:54.9384999Z [00:02:56.764]➜  go tool buildid -w $WORK/b1022/_pkg_.a # internal
2025-08-20T21:58:54.9392985Z [00:02:56.764]➜  cp $WORK/b1022/_pkg_.a /root/.cache/go-build/d7/d73d4ec4998b527100fdc5f1537e3d271515ef5ce66c5f2d1c7ee4116263720e-d # internal
2025-08-20T21:58:54.9398277Z [00:02:56.765]➜  github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/utils
2025-08-20T21:58:54.9401527Z [00:02:56.765]➜  mkdir -p $WORK/b1025/
2025-08-20T21:58:54.9405893Z [00:02:56.766]➜  cat >/tmp/go-build282983591/b1025/importcfg << 'EOF' # internal
2025-08-20T21:58:54.9421663Z [00:02:56.766]➜  # import config
2025-08-20T21:58:54.9422436Z [00:02:56.766]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:54.9423383Z [00:02:56.766]➜  packagefile unicode/utf16=/tmp/go-build282983591/b070/_pkg_.a
2025-08-20T21:58:54.9424058Z [00:02:56.766]➜  EOF
2025-08-20T21:58:54.9429579Z [00:02:56.766]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1025/_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/b1025=>" -p github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/utils -lang=go1.23 -complete -installsuffix shared -buildid CD7DRcIuZIuiAMiopyMr/CD7DRcIuZIuiAMiopyMr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1025/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:58:54.9471445Z [00:02:56.772]➜  go tool buildid -w $WORK/b939/_pkg_.a # internal
2025-08-20T21:58:54.9518692Z [00:02:56.777]➜  cp $WORK/b939/_pkg_.a /root/.cache/go-build/a7/a7812046b3b0337981500157a1b800461659eeaaf48daf38b313b944cd318e9d-d # internal
2025-08-20T21:58:54.9525223Z [00:02:56.778]➜  github.com/gin-gonic/gin
2025-08-20T21:58:54.9527176Z [00:02:56.778]➜  mkdir -p $WORK/b937/
2025-08-20T21:58:54.9531142Z [00:02:56.778]➜  cat >/tmp/go-build282983591/b937/importcfg << 'EOF' # internal
2025-08-20T21:58:54.9533089Z [00:02:56.778]➜  # import config
2025-08-20T21:58:54.9538169Z [00:02:56.778]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:54.9539029Z [00:02:56.778]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:54.9540120Z [00:02:56.778]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:58:54.9541290Z [00:02:56.778]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:54.9542356Z [00:02:56.779]➜  packagefile encoding/xml=/tmp/go-build282983591/b486/_pkg_.a
2025-08-20T21:58:54.9543218Z [00:02:56.779]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:54.9544020Z [00:02:56.779]➜  packagefile flag=/tmp/go-build282983591/b071/_pkg_.a
2025-08-20T21:58:54.9544787Z [00:02:56.779]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:54.9545711Z [00:02:56.779]➜  packagefile github.com/gin-contrib/sse=/tmp/go-build282983591/b938/_pkg_.a
2025-08-20T21:58:54.9546828Z [00:02:56.779]➜  packagefile github.com/gin-gonic/gin/binding=/tmp/go-build282983591/b939/_pkg_.a
2025-08-20T21:58:54.9548089Z [00:02:56.779]➜  packagefile github.com/gin-gonic/gin/internal/bytesconv=/tmp/go-build282983591/b940/_pkg_.a
2025-08-20T21:58:54.9549375Z [00:02:56.779]➜  packagefile github.com/gin-gonic/gin/internal/json=/tmp/go-build282983591/b941/_pkg_.a
2025-08-20T21:58:54.9550794Z [00:02:56.779]➜  packagefile github.com/gin-gonic/gin/render=/tmp/go-build282983591/b962/_pkg_.a
2025-08-20T21:58:54.9551881Z [00:02:56.779]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build282983591/b180/_pkg_.a
2025-08-20T21:58:54.9552916Z [00:02:56.779]➜  packagefile golang.org/x/net/http2=/tmp/go-build282983591/b475/_pkg_.a
2025-08-20T21:58:54.9553962Z [00:02:56.779]➜  packagefile golang.org/x/net/http2/h2c=/tmp/go-build282983591/b963/_pkg_.a
2025-08-20T21:58:54.9554947Z [00:02:56.779]➜  packagefile html/template=/tmp/go-build282983591/b790/_pkg_.a
2025-08-20T21:58:54.9555775Z [00:02:56.779]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:54.9556553Z [00:02:56.779]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:54.9557343Z [00:02:56.779]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:54.9558351Z [00:02:56.779]➜  packagefile mime/multipart=/tmp/go-build282983591/b216/_pkg_.a
2025-08-20T21:58:54.9559386Z [00:02:56.779]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:54.9593566Z [00:02:56.779]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:54.9594516Z [00:02:56.779]➜  packagefile net/http/httputil=/tmp/go-build282983591/b236/_pkg_.a
2025-08-20T21:58:54.9595416Z [00:02:56.779]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:54.9596207Z [00:02:56.779]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:54.9596992Z [00:02:56.779]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:58:54.9597999Z [00:02:56.779]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:54.9598858Z [00:02:56.779]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:54.9599684Z [00:02:56.779]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:54.9600780Z [00:02:56.779]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:54.9601627Z [00:02:56.779]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:54.9602495Z [00:02:56.779]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:54.9603287Z [00:02:56.779]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:54.9604080Z [00:02:56.779]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:54.9604893Z [00:02:56.779]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:54.9605741Z [00:02:56.779]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:54.9606398Z [00:02:56.779]➜  EOF
2025-08-20T21:58:54.9616595Z [00:02:56.779]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b937/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1=>github.com/gin-gonic/gin@v1.9.1;$WORK/b937=>" -p github.com/gin-gonic/gin -lang=go1.20 -complete -installsuffix shared -buildid s1MMQn7JkFTwFlvxhjuz/s1MMQn7JkFTwFlvxhjuz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b937/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:58:54.9630485Z [00:02:56.788]➜  go tool buildid -w $WORK/b1025/_pkg_.a # internal
2025-08-20T21:58:54.9633815Z [00:02:56.788]➜  cp $WORK/b1025/_pkg_.a /root/.cache/go-build/8f/8fe7e4c66f7eb88e5244bd9b183b7f7a73e7146a450e18a10da6102f7fd1cdb7-d # internal
2025-08-20T21:58:54.9671957Z [00:02:56.792]➜  github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/keys
2025-08-20T21:58:54.9674877Z [00:02:56.793]➜  mkdir -p $WORK/b1024/
2025-08-20T21:58:54.9678896Z [00:02:56.793]➜  cat >/tmp/go-build282983591/b1024/importcfg << 'EOF' # internal
2025-08-20T21:58:54.9698878Z [00:02:56.793]➜  # import config
2025-08-20T21:58:54.9699544Z [00:02:56.793]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:54.9702009Z [00:02:56.793]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/crypto=/tmp/go-build282983591/b1022/_pkg_.a
2025-08-20T21:58:54.9704242Z [00:02:56.793]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/utils=/tmp/go-build282983591/b1025/_pkg_.a
2025-08-20T21:58:54.9705442Z [00:02:56.793]➜  EOF
2025-08-20T21:58:54.9711886Z [00:02:56.793]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1024/_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/b1024=>" -p github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/keys -lang=go1.23 -complete -installsuffix shared -buildid ztmH-h_aIn6JjA-iSu7v/ztmH-h_aIn6JjA-iSu7v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1024/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:58:54.9932113Z [00:02:56.818]➜  go tool buildid -w $WORK/b1024/_pkg_.a # internal
2025-08-20T21:58:54.9940499Z [00:02:56.819]➜  cp $WORK/b1024/_pkg_.a /root/.cache/go-build/b7/b7811eb30290d35a31fe7859e1c81700203a12bb76ad6fb847b146efc269dbc7-d # internal
2025-08-20T21:58:54.9982947Z [00:02:56.823]➜  github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/algorithms
2025-08-20T21:58:54.9985871Z [00:02:56.824]➜  mkdir -p $WORK/b1021/
2025-08-20T21:58:54.9989532Z [00:02:56.824]➜  cat >/tmp/go-build282983591/b1021/importcfg << 'EOF' # internal
2025-08-20T21:58:54.9991768Z [00:02:56.824]➜  # import config
2025-08-20T21:58:54.9997659Z [00:02:56.824]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:54.9998597Z [00:02:56.824]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:58:54.9999436Z [00:02:56.824]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:55.0001507Z [00:02:56.824]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/crypto=/tmp/go-build282983591/b1022/_pkg_.a
2025-08-20T21:58:55.0003613Z [00:02:56.824]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/encryption=/tmp/go-build282983591/b1023/_pkg_.a
2025-08-20T21:58:55.0005741Z [00:02:56.824]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/keys=/tmp/go-build282983591/b1024/_pkg_.a
2025-08-20T21:58:55.0006950Z [00:02:56.824]➜  EOF
2025-08-20T21:58:55.0013845Z [00:02:56.825]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1021/_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/b1021=>" -p github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/algorithms -lang=go1.23 -complete -installsuffix shared -buildid B4lRg7rL4RqFyqRd_wRw/B4lRg7rL4RqFyqRd_wRw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1021/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:58:55.0386216Z [00:02:56.864]➜  go tool buildid -w $WORK/b1021/_pkg_.a # internal
2025-08-20T21:58:55.0394652Z [00:02:56.865]➜  cp $WORK/b1021/_pkg_.a /root/.cache/go-build/53/53d731a95776f28a1521e8f3fe897951826a6e9d429f2ebe38fa9cb052d6931d-d # internal
2025-08-20T21:58:55.0424493Z [00:02:56.868]➜  github.com/microsoft/go-mssqldb/internal/querytext
2025-08-20T21:58:55.0440107Z [00:02:56.868]➜  mkdir -p $WORK/b1026/
2025-08-20T21:58:55.0441129Z [00:02:56.868]➜  cat >/tmp/go-build282983591/b1026/importcfg << 'EOF' # internal
2025-08-20T21:58:55.0441883Z [00:02:56.868]➜  # import config
2025-08-20T21:58:55.0442563Z [00:02:56.868]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:55.0443376Z [00:02:56.868]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:55.0444201Z [00:02:56.868]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:55.0444830Z [00:02:56.868]➜  EOF
2025-08-20T21:58:55.0449024Z [00:02:56.868]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1026/_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/b1026=>" -p github.com/microsoft/go-mssqldb/internal/querytext -lang=go1.23 -complete -installsuffix shared -buildid 1t9QPizMun6SVb9o9TPl/1t9QPizMun6SVb9o9TPl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1026/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2/internal/querytext/parser.go
2025-08-20T21:58:55.0906563Z [00:02:56.916]➜  go tool buildid -w $WORK/b1026/_pkg_.a # internal
2025-08-20T21:58:55.0917049Z [00:02:56.917]➜  cp $WORK/b1026/_pkg_.a /root/.cache/go-build/aa/aa6a4a2a72554e8ab5b9936daedd5d971cceb83e206c1d4bbc307ef9ec4a5d37-d # internal
2025-08-20T21:58:55.0932422Z [00:02:56.918]➜  github.com/praetorian-inc/fingerprintx/pkg/plugins
2025-08-20T21:58:55.0933102Z [00:02:56.918]➜  mkdir -p $WORK/b1028/
2025-08-20T21:58:55.0937487Z [00:02:56.919]➜  cat >/tmp/go-build282983591/b1028/importcfg << 'EOF' # internal
2025-08-20T21:58:55.0943048Z [00:02:56.919]➜  # import config
2025-08-20T21:58:55.0946006Z [00:02:56.919]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:55.0950423Z [00:02:56.919]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:55.0951288Z [00:02:56.920]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:55.0952380Z [00:02:56.920]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:55.0953432Z [00:02:56.920]➜  packagefile net/netip=/tmp/go-build282983591/b163/_pkg_.a
2025-08-20T21:58:55.0954271Z [00:02:56.920]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:55.0955066Z [00:02:56.920]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:55.0955678Z [00:02:56.920]➜  EOF
2025-08-20T21:58:55.0960589Z [00:02:56.920]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1028/_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/b1028=>" -p github.com/praetorian-inc/fingerprintx/pkg/plugins -lang=go1.21 -complete -installsuffix shared -buildid hQzgNowH2nc-KNym4XmL/hQzgNowH2nc-KNym4XmL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1028/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:58:55.1777040Z [00:02:57.003]➜  go tool buildid -w $WORK/b1028/_pkg_.a # internal
2025-08-20T21:58:55.1806459Z [00:02:57.005]➜  cp $WORK/b1028/_pkg_.a /root/.cache/go-build/96/96216d06e664c10911a079ce4fe827852195ad655a30e188a8aa7d9df1c7fdc3-d # internal
2025-08-20T21:58:55.1827010Z [00:02:57.008]➜  github.com/praetorian-inc/fingerprintx/pkg/plugins/pluginutils
2025-08-20T21:58:55.1833046Z [00:02:57.008]➜  mkdir -p $WORK/b1029/
2025-08-20T21:58:55.1833797Z [00:02:57.009]➜  cat >/tmp/go-build282983591/b1029/importcfg << 'EOF' # internal
2025-08-20T21:58:55.1837773Z [00:02:57.009]➜  # import config
2025-08-20T21:58:55.1838526Z [00:02:57.009]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:55.1840052Z [00:02:57.009]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:55.1842191Z [00:02:57.009]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:55.1843192Z [00:02:57.009]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:55.1844071Z [00:02:57.009]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:55.1844805Z [00:02:57.009]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:55.1845350Z [00:02:57.009]➜  EOF
2025-08-20T21:58:55.1861194Z [00:02:57.009]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1029/_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/b1029=>" -p github.com/praetorian-inc/fingerprintx/pkg/plugins/pluginutils -lang=go1.21 -complete -installsuffix shared -buildid 0x5axIsL5Tdn5N8n06gQ/0x5axIsL5Tdn5N8n06gQ -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/pluginutils/error.go /root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/pluginutils/requests.go
2025-08-20T21:58:55.2236167Z [00:02:57.049]➜  go tool buildid -w $WORK/b1029/_pkg_.a # internal
2025-08-20T21:58:55.2245942Z [00:02:57.050]➜  cp $WORK/b1029/_pkg_.a /root/.cache/go-build/e2/e2b8381a34b3de76b738d58633dfd47a2709a11d927c9068d2e96e889c4b3bb3-d # internal
2025-08-20T21:58:55.2252378Z [00:02:57.050]➜  github.com/praetorian-inc/fingerprintx/pkg/plugins/services/mssql
2025-08-20T21:58:55.2259707Z [00:02:57.051]➜  mkdir -p $WORK/b1027/
2025-08-20T21:58:55.2260765Z [00:02:57.051]➜  cat >/tmp/go-build282983591/b1027/importcfg << 'EOF' # internal
2025-08-20T21:58:55.2261467Z [00:02:57.051]➜  # import config
2025-08-20T21:58:55.2262091Z [00:02:57.051]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:55.2263277Z [00:02:57.051]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build282983591/b1028/_pkg_.a
2025-08-20T21:58:55.2264924Z [00:02:57.051]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/pluginutils=/tmp/go-build282983591/b1029/_pkg_.a
2025-08-20T21:58:55.2266448Z [00:02:57.051]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:55.2267257Z [00:02:57.051]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:55.2267860Z [00:02:57.051]➜  EOF
2025-08-20T21:58:55.2295122Z [00:02:57.051]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1027/_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/b1027=>" -p github.com/praetorian-inc/fingerprintx/pkg/plugins/services/mssql -lang=go1.21 -complete -installsuffix shared -buildid 9kxhxepixcSTn4uK03Fc/9kxhxepixcSTn4uK03Fc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1027/importcfg -pack /root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/mssql/mssql.go
2025-08-20T21:58:55.2554318Z [00:02:57.081]➜  go tool buildid -w $WORK/b1027/_pkg_.a # internal
2025-08-20T21:58:55.2560919Z [00:02:57.081]➜  cp $WORK/b1027/_pkg_.a /root/.cache/go-build/7a/7a7010d750dbfc46233859bd94481021f7ea3103badc13a56fcd37dcc6bf437a-d # internal
2025-08-20T21:58:55.2575431Z [00:02:57.083]➜  github.com/praetorian-inc/fingerprintx/pkg/plugins/services/mysql
2025-08-20T21:58:55.2576223Z [00:02:57.083]➜  mkdir -p $WORK/b1032/
2025-08-20T21:58:55.2581105Z [00:02:57.083]➜  cat >/tmp/go-build282983591/b1032/importcfg << 'EOF' # internal
2025-08-20T21:58:55.2582072Z [00:02:57.083]➜  # import config
2025-08-20T21:58:55.2583012Z [00:02:57.083]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:55.2584265Z [00:02:57.083]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build282983591/b1028/_pkg_.a
2025-08-20T21:58:55.2586368Z [00:02:57.083]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/pluginutils=/tmp/go-build282983591/b1029/_pkg_.a
2025-08-20T21:58:55.2588141Z [00:02:57.083]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:55.2589377Z [00:02:57.083]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:55.2590331Z [00:02:57.083]➜  EOF
2025-08-20T21:58:55.2598765Z [00:02:57.084]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1032/_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/b1032=>" -p github.com/praetorian-inc/fingerprintx/pkg/plugins/services/mysql -lang=go1.21 -complete -installsuffix shared -buildid DIc2ql5ASUGhUcB_PEab/DIc2ql5ASUGhUcB_PEab -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1032/importcfg -pack /root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/mysql/mysql.go
2025-08-20T21:58:55.3205683Z [00:02:57.146]➜  go tool buildid -w $WORK/b1032/_pkg_.a # internal
2025-08-20T21:58:55.3214274Z [00:02:57.146]➜  cp $WORK/b1032/_pkg_.a /root/.cache/go-build/2c/2c3da64a2b5030312656c6e5e8d66094e2265b23d6a3553ea2240195ec1f7f2d-d # internal
2025-08-20T21:58:55.3219127Z [00:02:57.147]➜  github.com/praetorian-inc/fingerprintx/pkg/plugins/services/oracledb
2025-08-20T21:58:55.3227533Z [00:02:57.148]➜  mkdir -p $WORK/b1037/
2025-08-20T21:58:55.3234135Z [00:02:57.148]➜  cat >/tmp/go-build282983591/b1037/importcfg << 'EOF' # internal
2025-08-20T21:58:55.3234854Z [00:02:57.148]➜  # import config
2025-08-20T21:58:55.3235513Z [00:02:57.148]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:55.3236381Z [00:02:57.148]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:55.3237219Z [00:02:57.148]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:55.3238364Z [00:02:57.148]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build282983591/b1028/_pkg_.a
2025-08-20T21:58:55.3240112Z [00:02:57.148]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/pluginutils=/tmp/go-build282983591/b1029/_pkg_.a
2025-08-20T21:58:55.3241563Z [00:02:57.148]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:55.3242524Z [00:02:57.148]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:55.3243313Z [00:02:57.148]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:55.3244106Z [00:02:57.148]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:55.3244891Z [00:02:57.148]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:55.3245655Z [00:02:57.148]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:55.3246224Z [00:02:57.148]➜  EOF
2025-08-20T21:58:55.3271312Z [00:02:57.148]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1037/_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/b1037=>" -p github.com/praetorian-inc/fingerprintx/pkg/plugins/services/oracledb -lang=go1.21 -complete -installsuffix shared -buildid BLUEsghIqyf1HeyS6fKR/BLUEsghIqyf1HeyS6fKR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1037/importcfg -pack /root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/oracledb/oracle.go
2025-08-20T21:58:55.4225592Z [00:02:57.248]➜  go tool buildid -w $WORK/b1037/_pkg_.a # internal
2025-08-20T21:58:55.4234042Z [00:02:57.249]➜  cp $WORK/b1037/_pkg_.a /root/.cache/go-build/5e/5e4992d70b34dc1f1a9177394172faa7d8f59fca5ace3b44606c43d70a3c08c6-d # internal
2025-08-20T21:58:55.4254155Z [00:02:57.251]➜  github.com/praetorian-inc/fingerprintx/pkg/plugins/services/pop3
2025-08-20T21:58:55.4256288Z [00:02:57.251]➜  mkdir -p $WORK/b1040/
2025-08-20T21:58:55.4258820Z [00:02:57.251]➜  cat >/tmp/go-build282983591/b1040/importcfg << 'EOF' # internal
2025-08-20T21:58:55.4259696Z [00:02:57.251]➜  # import config
2025-08-20T21:58:55.4260830Z [00:02:57.251]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build282983591/b1028/_pkg_.a
2025-08-20T21:58:55.4262533Z [00:02:57.251]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/pluginutils=/tmp/go-build282983591/b1029/_pkg_.a
2025-08-20T21:58:55.4263815Z [00:02:57.251]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:55.4264631Z [00:02:57.251]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:55.4265446Z [00:02:57.251]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:55.4266830Z [00:02:57.252]➜  EOF
2025-08-20T21:58:55.4271865Z [00:02:57.252]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1040/_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/b1040=>" -p github.com/praetorian-inc/fingerprintx/pkg/plugins/services/pop3 -lang=go1.21 -complete -installsuffix shared -buildid eq9WqdMlIpHA3_9Epbn8/eq9WqdMlIpHA3_9Epbn8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1040/importcfg -pack /root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/pop3/pop3.go
2025-08-20T21:58:55.4657510Z [00:02:57.291]➜  go tool buildid -w $WORK/b1040/_pkg_.a # internal
2025-08-20T21:58:55.4666593Z [00:02:57.292]➜  cp $WORK/b1040/_pkg_.a /root/.cache/go-build/4b/4b48c4c9daa9f05cb7f7b0ee850bcf34bc24416904ae0023001af7332bf8f4ae-d # internal
2025-08-20T21:58:55.4717535Z [00:02:57.297]➜  github.com/go-pg/pg/internal
2025-08-20T21:58:55.4721193Z [00:02:57.297]➜  mkdir -p $WORK/b1044/
2025-08-20T21:58:55.4725035Z [00:02:57.298]➜  cat >/tmp/go-build282983591/b1044/importcfg << 'EOF' # internal
2025-08-20T21:58:55.4725691Z [00:02:57.298]➜  # import config
2025-08-20T21:58:55.4726322Z [00:02:57.298]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:55.4727153Z [00:02:57.298]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:55.4727958Z [00:02:57.298]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:55.4729155Z [00:02:57.298]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:55.4730100Z [00:02:57.298]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:55.4730859Z [00:02:57.298]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:55.4735488Z [00:02:57.298]➜  packagefile math/rand=/tmp/go-build282983591/b118/_pkg_.a
2025-08-20T21:58:55.4736417Z [00:02:57.298]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:55.4737275Z [00:02:57.298]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:55.4738118Z [00:02:57.298]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:55.4738938Z [00:02:57.298]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:55.4739537Z [00:02:57.298]➜  EOF
2025-08-20T21:58:55.4768584Z [00:02:57.299]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1044/_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/b1044=>" -p github.com/go-pg/pg/internal -lang=go1.16 -complete -installsuffix shared -buildid 6AOvzIEPGxfZMv35iNjN/6AOvzIEPGxfZMv35iNjN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1044/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:58:55.6400160Z [00:02:57.465]➜  go tool buildid -w $WORK/b937/_pkg_.a # internal
2025-08-20T21:58:55.6448887Z [00:02:57.470]➜  go tool buildid -w $WORK/b1044/_pkg_.a # internal
2025-08-20T21:58:55.6468830Z [00:02:57.472]➜  cp $WORK/b1044/_pkg_.a /root/.cache/go-build/8a/8ae52cbcf81f0ba2242cd773c9882e85cd939ac3d3ba85e3b9e87996b6f07316-d # internal
2025-08-20T21:58:55.6501460Z [00:02:57.475]➜  cp $WORK/b937/_pkg_.a /root/.cache/go-build/bf/bf873c3409d6c9d08123026c9394da6160819a0a660a137b9806d5cc51814e99-d # internal
2025-08-20T21:58:55.6505221Z [00:02:57.476]➜  github.com/free5gc/util/logger
2025-08-20T21:58:55.6506719Z [00:02:57.476]➜  mkdir -p $WORK/b936/
2025-08-20T21:58:55.6508906Z [00:02:57.476]➜  github.com/go-pg/pg/internal/pool
2025-08-20T21:58:55.6509536Z [00:02:57.476]➜  mkdir -p $WORK/b1045/
2025-08-20T21:58:55.6518082Z [00:02:57.477]➜  cat >/tmp/go-build282983591/b1045/importcfg << 'EOF' # internal
2025-08-20T21:58:55.6520829Z [00:02:57.477]➜  # import config
2025-08-20T21:58:55.6522611Z [00:02:57.477]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:55.6523445Z [00:02:57.477]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:55.6524189Z [00:02:57.477]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:55.6525079Z [00:02:57.477]➜  packagefile github.com/go-pg/pg/internal=/tmp/go-build282983591/b1044/_pkg_.a
2025-08-20T21:58:55.6525944Z [00:02:57.477]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:55.6526665Z [00:02:57.477]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:55.6527410Z [00:02:57.477]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:55.6528154Z [00:02:57.477]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:55.6528934Z [00:02:57.477]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:55.6529710Z [00:02:57.477]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:55.6530595Z [00:02:57.477]➜  EOF
2025-08-20T21:58:55.6570109Z [00:02:57.477]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1045/_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/b1045=>" -p github.com/go-pg/pg/internal/pool -lang=go1.16 -complete -installsuffix shared -buildid VCc_ZLayhPZllAuhFQzr/VCc_ZLayhPZllAuhFQzr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1045/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:58:55.6575176Z [00:02:57.479]➜  cat >/tmp/go-build282983591/b936/importcfg << 'EOF' # internal
2025-08-20T21:58:55.6575832Z [00:02:57.479]➜  # import config
2025-08-20T21:58:55.6576432Z [00:02:57.479]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:55.6577296Z [00:02:57.479]➜  packagefile github.com/gin-gonic/gin=/tmp/go-build282983591/b937/_pkg_.a
2025-08-20T21:58:55.6578260Z [00:02:57.479]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:58:55.6579229Z [00:02:57.479]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build282983591/b964/_pkg_.a
2025-08-20T21:58:55.6580536Z [00:02:57.479]➜  packagefile github.com/tim-ywliu/nested-logrus-formatter=/tmp/go-build282983591/b965/_pkg_.a
2025-08-20T21:58:55.6581580Z [00:02:57.479]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:58:55.6582366Z [00:02:57.479]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:55.6583141Z [00:02:57.479]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:58:55.6584152Z [00:02:57.479]➜  packagefile net/http/httputil=/tmp/go-build282983591/b236/_pkg_.a
2025-08-20T21:58:55.6585010Z [00:02:57.479]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:55.6585766Z [00:02:57.480]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:58:55.6586629Z [00:02:57.480]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:55.6587486Z [00:02:57.480]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:55.6588317Z [00:02:57.480]➜  packagefile runtime/debug=/tmp/go-build282983591/b246/_pkg_.a
2025-08-20T21:58:55.6589161Z [00:02:57.480]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:55.6590186Z [00:02:57.480]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:55.6590790Z [00:02:57.480]➜  EOF
2025-08-20T21:58:55.6594744Z [00:02:57.480]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b936/_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/b936=>" -p github.com/free5gc/util/logger -lang=go1.17 -complete -installsuffix shared -buildid czqrxSHtZZxhPkhjqCAg/czqrxSHtZZxhPkhjqCAg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b936/importcfg -pack /root/go/pkg/mod/github.com/free5gc/util@v1.0.5-0.20230511064842-2e120956883b/logger/logger.go
2025-08-20T21:58:55.8005669Z [00:02:57.626]➜  go tool buildid -w $WORK/b1045/_pkg_.a # internal
2025-08-20T21:58:55.8028045Z [00:02:57.628]➜  cp $WORK/b1045/_pkg_.a /root/.cache/go-build/51/51da0a29242f516d2b6a99bacb6a08b81f6b301d591c8e54be58ff8b8f9d3ba3-d # internal
2025-08-20T21:58:55.8092336Z [00:02:57.634]➜  github.com/go-pg/pg/internal/parser
2025-08-20T21:58:55.8094617Z [00:02:57.635]➜  mkdir -p $WORK/b1049/
2025-08-20T21:58:55.8095928Z [00:02:57.635]➜  cat >/tmp/go-build282983591/b1049/importcfg << 'EOF' # internal
2025-08-20T21:58:55.8096751Z [00:02:57.635]➜  # import config
2025-08-20T21:58:55.8098549Z [00:02:57.635]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:55.8099263Z [00:02:57.635]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:55.8100233Z [00:02:57.635]➜  packagefile github.com/go-pg/pg/internal=/tmp/go-build282983591/b1044/_pkg_.a
2025-08-20T21:58:55.8101049Z [00:02:57.635]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:55.8101560Z [00:02:57.635]➜  EOF
2025-08-20T21:58:55.8106242Z [00:02:57.635]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1049/_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/b1049=>" -p github.com/go-pg/pg/internal/parser -lang=go1.16 -complete -installsuffix shared -buildid ljqNgu_m0F1y-YdYVr2v/ljqNgu_m0F1y-YdYVr2v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1049/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:58:55.8308866Z [00:02:57.656]➜  go tool buildid -w $WORK/b936/_pkg_.a # internal
2025-08-20T21:58:55.8340301Z [00:02:57.659]➜  cp $WORK/b936/_pkg_.a /root/.cache/go-build/8a/8acf119e47e312638bca7883e42b5bcad54f8a408e35589ad6ba1c7df6ea0c2a-d # internal
2025-08-20T21:58:55.8341613Z [00:02:57.659]➜  github.com/projectdiscovery/n3iwf/pkg/logger
2025-08-20T21:58:55.8344377Z [00:02:57.659]➜  mkdir -p $WORK/b935/
2025-08-20T21:58:55.8348067Z [00:02:57.660]➜  cat >/tmp/go-build282983591/b935/importcfg << 'EOF' # internal
2025-08-20T21:58:55.8351916Z [00:02:57.660]➜  # import config
2025-08-20T21:58:55.8352787Z [00:02:57.660]➜  packagefile github.com/free5gc/util/logger=/tmp/go-build282983591/b936/_pkg_.a
2025-08-20T21:58:55.8354274Z [00:02:57.660]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build282983591/b964/_pkg_.a
2025-08-20T21:58:55.8355837Z [00:02:57.660]➜  EOF
2025-08-20T21:58:55.8361341Z [00:02:57.660]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b935/_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/b935=>" -p github.com/projectdiscovery/n3iwf/pkg/logger -lang=go1.17 -complete -installsuffix shared -buildid 1Hq_tVsW-9uVbrJPFjD5/1Hq_tVsW-9uVbrJPFjD5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b935/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/n3iwf@v0.0.0-20230523120440-b8cd232ff1f5/pkg/logger/logger.go
2025-08-20T21:58:55.8664767Z [00:02:57.691]➜  go tool buildid -w $WORK/b935/_pkg_.a # internal
2025-08-20T21:58:55.8678613Z [00:02:57.693]➜  cp $WORK/b935/_pkg_.a /root/.cache/go-build/90/90c159e65f0b62ba460ec0b8471b80213578fcc5b7189d93d81d8dfd61a3b9e5-d # internal
2025-08-20T21:58:55.8696022Z [00:02:57.695]➜  go tool buildid -w $WORK/b1049/_pkg_.a # internal
2025-08-20T21:58:55.8750054Z [00:02:57.700]➜  cp $WORK/b1049/_pkg_.a /root/.cache/go-build/56/5681a401434f995e5b77a03ab0d442b1422b0a4516b2cf6ec109b85f98f8aaf0-d # internal
2025-08-20T21:58:55.8792619Z [00:02:57.704]➜  github.com/projectdiscovery/n3iwf/pkg/ike/message
2025-08-20T21:58:55.8794002Z [00:02:57.705]➜  mkdir -p $WORK/b934/
2025-08-20T21:58:55.8796399Z [00:02:57.705]➜  cat >/tmp/go-build282983591/b934/importcfg << 'EOF' # internal
2025-08-20T21:58:55.8797213Z [00:02:57.705]➜  # import config
2025-08-20T21:58:55.8798934Z [00:02:57.705]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:55.8800024Z [00:02:57.705]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:55.8800915Z [00:02:57.705]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:55.8801719Z [00:02:57.705]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:55.8802829Z [00:02:57.705]➜  packagefile github.com/projectdiscovery/n3iwf/pkg/logger=/tmp/go-build282983591/b935/_pkg_.a
2025-08-20T21:58:55.8804054Z [00:02:57.705]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:55.8804646Z [00:02:57.705]➜  EOF
2025-08-20T21:58:55.8811339Z [00:02:57.705]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b934/_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/b934=>" -p github.com/projectdiscovery/n3iwf/pkg/ike/message -lang=go1.17 -complete -installsuffix shared -buildid dVT4_euLeErp0FkcwN7S/dVT4_euLeErp0FkcwN7S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b934/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:58:55.8873796Z [00:02:57.712]➜  github.com/go-pg/pg/types
2025-08-20T21:58:55.8875922Z [00:02:57.713]➜  mkdir -p $WORK/b1048/
2025-08-20T21:58:55.8882306Z [00:02:57.713]➜  cat >/tmp/go-build282983591/b1048/importcfg << 'EOF' # internal
2025-08-20T21:58:55.8919508Z [00:02:57.713]➜  # import config
2025-08-20T21:58:55.8920383Z [00:02:57.713]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:55.8921197Z [00:02:57.713]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:55.8922011Z [00:02:57.713]➜  packagefile database/sql=/tmp/go-build282983591/b872/_pkg_.a
2025-08-20T21:58:55.8922922Z [00:02:57.713]➜  packagefile database/sql/driver=/tmp/go-build282983591/b328/_pkg_.a
2025-08-20T21:58:55.8923827Z [00:02:57.713]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:55.8924736Z [00:02:57.713]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:55.8925606Z [00:02:57.713]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:55.8926382Z [00:02:57.713]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:55.8927298Z [00:02:57.713]➜  packagefile github.com/go-pg/pg/internal=/tmp/go-build282983591/b1044/_pkg_.a
2025-08-20T21:58:55.8928403Z [00:02:57.713]➜  packagefile github.com/go-pg/pg/internal/parser=/tmp/go-build282983591/b1049/_pkg_.a
2025-08-20T21:58:55.8931109Z [00:02:57.713]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:55.8931891Z [00:02:57.713]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:55.8932650Z [00:02:57.713]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:55.8933414Z [00:02:57.714]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:55.8934223Z [00:02:57.714]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:55.8935010Z [00:02:57.714]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:55.8935596Z [00:02:57.714]➜  EOF
2025-08-20T21:58:55.8948218Z [00:02:57.714]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1048/_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/b1048=>" -p github.com/go-pg/pg/types -lang=go1.16 -complete -installsuffix shared -buildid Uzxp1mQ1y4k7tpQ3RHqe/Uzxp1mQ1y4k7tpQ3RHqe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1048/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:58:55.9153407Z [00:02:57.740]➜  go tool buildid -w $WORK/b1019/_pkg_.a # internal
2025-08-20T21:58:55.9198859Z [00:02:57.745]➜  cp $WORK/b1019/_pkg_.a /root/.cache/go-build/4e/4e20a2fd281aa931db94ea763116cca449f196d00c64a4fd624018605621d1a2-d # internal
2025-08-20T21:58:55.9323742Z [00:02:57.757]➜  github.com/microsoft/go-mssqldb
2025-08-20T21:58:55.9338237Z [00:02:57.759]➜  mkdir -p $WORK/b1012/
2025-08-20T21:58:55.9341092Z [00:02:57.759]➜  cat >/tmp/go-build282983591/b1012/importcfg << 'EOF' # internal
2025-08-20T21:58:55.9342971Z [00:02:57.759]➜  # import config
2025-08-20T21:58:55.9344749Z [00:02:57.759]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:55.9346707Z [00:02:57.759]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:55.9348704Z [00:02:57.759]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:58:55.9357670Z [00:02:57.759]➜  packagefile database/sql=/tmp/go-build282983591/b872/_pkg_.a
2025-08-20T21:58:55.9358630Z [00:02:57.759]➜  packagefile database/sql/driver=/tmp/go-build282983591/b328/_pkg_.a
2025-08-20T21:58:55.9359560Z [00:02:57.759]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:55.9360796Z [00:02:57.759]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:55.9361699Z [00:02:57.759]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:55.9362561Z [00:02:57.759]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:55.9363314Z [00:02:57.759]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:55.9364152Z [00:02:57.759]➜  packagefile github.com/golang-sql/civil=/tmp/go-build282983591/b1013/_pkg_.a
2025-08-20T21:58:55.9365144Z [00:02:57.759]➜  packagefile github.com/golang-sql/sqlexp=/tmp/go-build282983591/b1014/_pkg_.a
2025-08-20T21:58:55.9366080Z [00:02:57.759]➜  packagefile github.com/google/uuid=/tmp/go-build282983591/b327/_pkg_.a
2025-08-20T21:58:55.9367093Z [00:02:57.759]➜  packagefile github.com/microsoft/go-mssqldb/aecmk=/tmp/go-build282983591/b1015/_pkg_.a
2025-08-20T21:58:55.9368252Z [00:02:57.759]➜  packagefile github.com/microsoft/go-mssqldb/integratedauth=/tmp/go-build282983591/b1016/_pkg_.a
2025-08-20T21:58:55.9369704Z [00:02:57.759]➜  packagefile github.com/microsoft/go-mssqldb/integratedauth/ntlm=/tmp/go-build282983591/b1018/_pkg_.a
2025-08-20T21:58:55.9371102Z [00:02:57.759]➜  packagefile github.com/microsoft/go-mssqldb/internal/cp=/tmp/go-build282983591/b1019/_pkg_.a
2025-08-20T21:58:55.9372347Z [00:02:57.759]➜  packagefile github.com/microsoft/go-mssqldb/internal/decimal=/tmp/go-build282983591/b1020/_pkg_.a
2025-08-20T21:58:55.9373964Z [00:02:57.759]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/algorithms=/tmp/go-build282983591/b1021/_pkg_.a
2025-08-20T21:58:55.9375895Z [00:02:57.759]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/encryption=/tmp/go-build282983591/b1023/_pkg_.a
2025-08-20T21:58:55.9377794Z [00:02:57.759]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/keys=/tmp/go-build282983591/b1024/_pkg_.a
2025-08-20T21:58:55.9379457Z [00:02:57.759]➜  packagefile github.com/microsoft/go-mssqldb/internal/querytext=/tmp/go-build282983591/b1026/_pkg_.a
2025-08-20T21:58:55.9380878Z [00:02:57.759]➜  packagefile github.com/microsoft/go-mssqldb/msdsn=/tmp/go-build282983591/b1017/_pkg_.a
2025-08-20T21:58:55.9382042Z [00:02:57.759]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build282983591/b263/_pkg_.a
2025-08-20T21:58:55.9382971Z [00:02:57.759]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:55.9383711Z [00:02:57.759]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:55.9384486Z [00:02:57.759]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:55.9385263Z [00:02:57.759]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:55.9386163Z [00:02:57.759]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:55.9386968Z [00:02:57.759]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:55.9387892Z [00:02:57.759]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:55.9388695Z [00:02:57.759]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:55.9389486Z [00:02:57.759]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:55.9390555Z [00:02:57.759]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:55.9391310Z [00:02:57.759]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:55.9392088Z [00:02:57.759]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:55.9392933Z [00:02:57.759]➜  packagefile unicode/utf16=/tmp/go-build282983591/b070/_pkg_.a
2025-08-20T21:58:55.9393824Z [00:02:57.759]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:55.9394455Z [00:02:57.759]➜  EOF
2025-08-20T21:58:55.9422926Z [00:02:57.759]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1012/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.9.2=>github.com/microsoft/go-mssqldb@v1.9.2;$WORK/b1012=>" -p github.com/microsoft/go-mssqldb -lang=go1.23 -complete -installsuffix shared -buildid KYYX8Fly7n3DOYOG4rH7/KYYX8Fly7n3DOYOG4rH7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1012/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:58:56.1196243Z [00:02:57.945]➜  go tool buildid -w $WORK/b934/_pkg_.a # internal
2025-08-20T21:58:56.1255738Z [00:02:57.951]➜  cp $WORK/b934/_pkg_.a /root/.cache/go-build/7d/7d1b15ff27cc4d01b3ec106a15eeb310c4b1736d863215e917f62be78c7a03ee-d # internal
2025-08-20T21:58:56.1258468Z [00:02:57.951]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/ikev2
2025-08-20T21:58:56.1259958Z [00:02:57.951]➜  mkdir -p $WORK/b933/
2025-08-20T21:58:56.1261700Z [00:02:57.951]➜  cat >/tmp/go-build282983591/b933/importcfg << 'EOF' # internal
2025-08-20T21:58:56.1262452Z [00:02:57.951]➜  # import config
2025-08-20T21:58:56.1263067Z [00:02:57.951]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:56.1264154Z [00:02:57.951]➜  packagefile github.com/projectdiscovery/n3iwf/pkg/ike/message=/tmp/go-build282983591/b934/_pkg_.a
2025-08-20T21:58:56.1265535Z [00:02:57.951]➜  packagefile github.com/projectdiscovery/n3iwf/pkg/logger=/tmp/go-build282983591/b935/_pkg_.a
2025-08-20T21:58:56.1266581Z [00:02:57.951]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:56.1267164Z [00:02:57.951]➜  EOF
2025-08-20T21:58:56.1271094Z [00:02:57.951]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b933/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/ikev2=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/ikev2;$WORK/b933=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/ikev2 -lang=go1.24 -complete -installsuffix shared -buildid RBg5TARM4fGdncoX1V7g/RBg5TARM4fGdncoX1V7g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b933/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/ikev2/ikev2.go
2025-08-20T21:58:56.1939948Z [00:02:58.019]➜  go tool buildid -w $WORK/b933/_pkg_.a # internal
2025-08-20T21:58:56.1952629Z [00:02:58.020]➜  cp $WORK/b933/_pkg_.a /root/.cache/go-build/44/44c57b62c6be9c8a7f30dc37f32f6617c45d6e7c78a4ddff0f718eb0dfd50044-d # internal
2025-08-20T21:58:56.1961038Z [00:02:58.021]➜  github.com/go-pg/pg/internal/tag
2025-08-20T21:58:56.2028855Z [00:02:58.028]➜  mkdir -p $WORK/b1051/
2025-08-20T21:58:56.2036052Z [00:02:58.029]➜  cat >/tmp/go-build282983591/b1051/importcfg << 'EOF' # internal
2025-08-20T21:58:56.2041765Z [00:02:58.029]➜  # import config
2025-08-20T21:58:56.2042686Z [00:02:58.029]➜  packagefile github.com/go-pg/pg/internal/parser=/tmp/go-build282983591/b1049/_pkg_.a
2025-08-20T21:58:56.2043535Z [00:02:58.029]➜  EOF
2025-08-20T21:58:56.2047357Z [00:02:58.029]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1051/_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/b1051=>" -p github.com/go-pg/pg/internal/tag -lang=go1.16 -complete -installsuffix shared -buildid oFPtsN6Z2MqvPRS7fnnK/oFPtsN6Z2MqvPRS7fnnK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1051/importcfg -pack /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/internal/tag/tag.go
2025-08-20T21:58:56.2667412Z [00:02:58.092]➜  go tool buildid -w $WORK/b1051/_pkg_.a # internal
2025-08-20T21:58:56.2684971Z [00:02:58.094]➜  cp $WORK/b1051/_pkg_.a /root/.cache/go-build/3c/3c22b4670f11c06dfe0cac449a6cfc78c8fe9bfa3c9609b153cfcd96532ed31c-d # internal
2025-08-20T21:58:56.2693410Z [00:02:58.095]➜  github.com/jinzhu/inflection
2025-08-20T21:58:56.2698677Z [00:02:58.095]➜  mkdir -p $WORK/b1052/
2025-08-20T21:58:56.2706977Z [00:02:58.096]➜  cat >/tmp/go-build282983591/b1052/importcfg << 'EOF' # internal
2025-08-20T21:58:56.2708608Z [00:02:58.096]➜  # import config
2025-08-20T21:58:56.2710062Z [00:02:58.096]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:56.2711068Z [00:02:58.096]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:56.2711799Z [00:02:58.096]➜  EOF
2025-08-20T21:58:56.2720706Z [00:02:58.097]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1052/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jinzhu/inflection@v1.0.0=>github.com/jinzhu/inflection@v1.0.0;$WORK/b1052=>" -p github.com/jinzhu/inflection -lang=go1.16 -complete -installsuffix shared -buildid tPMv5woD5oo-XmxN4wUG/tPMv5woD5oo-XmxN4wUG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1052/importcfg -pack /root/go/pkg/mod/github.com/jinzhu/inflection@v1.0.0/inflections.go
2025-08-20T21:58:56.3012062Z [00:02:58.126]➜  go tool buildid -w $WORK/b1052/_pkg_.a # internal
2025-08-20T21:58:56.3021667Z [00:02:58.127]➜  cp $WORK/b1052/_pkg_.a /root/.cache/go-build/34/344273acf3eec8a13dfd17758a01f1b10d9f2295ba5f0071b589beff8745d825-d # internal
2025-08-20T21:58:56.3027188Z [00:02:58.128]➜  mellium.im/sasl
2025-08-20T21:58:56.3027769Z [00:02:58.128]➜  mkdir -p $WORK/b1053/
2025-08-20T21:58:56.3034212Z [00:02:58.129]➜  cat >/tmp/go-build282983591/b1053/importcfg << 'EOF' # internal
2025-08-20T21:58:56.3052873Z [00:02:58.129]➜  # import config
2025-08-20T21:58:56.3053590Z [00:02:58.129]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:56.3054503Z [00:02:58.129]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:58:56.3055410Z [00:02:58.129]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:56.3056293Z [00:02:58.129]➜  packagefile crypto/sha1=/tmp/go-build282983591/b095/_pkg_.a
2025-08-20T21:58:56.3057181Z [00:02:58.129]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:56.3058096Z [00:02:58.129]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:58:56.3058981Z [00:02:58.129]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:58:56.3060032Z [00:02:58.129]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:56.3060890Z [00:02:58.129]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:56.3061670Z [00:02:58.129]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:56.3062594Z [00:02:58.129]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build282983591/b561/_pkg_.a
2025-08-20T21:58:56.3063518Z [00:02:58.129]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:56.3064264Z [00:02:58.129]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:56.3065074Z [00:02:58.129]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:56.3065927Z [00:02:58.129]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:56.3066593Z [00:02:58.129]➜  EOF
2025-08-20T21:58:56.3073028Z [00:02:58.129]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1053/_pkg_.a -trimpath "/root/go/pkg/mod/mellium.im/sasl@v0.3.2=>mellium.im/sasl@v0.3.2;$WORK/b1053=>" -p mellium.im/sasl -lang=go1.20 -complete -installsuffix shared -buildid 94P5h4gMsxRjNFk1bhr3/94P5h4gMsxRjNFk1bhr3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1053/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:58:56.3987130Z [00:02:58.224]➜  go tool buildid -w $WORK/b1048/_pkg_.a # internal
2025-08-20T21:58:56.4057451Z [00:02:58.231]➜  cp $WORK/b1048/_pkg_.a /root/.cache/go-build/37/37fe8b3853d207d788541b391bb0e8e3b44eb2f08bf48b5dc6a1ec2a9b348c20-d # internal
2025-08-20T21:58:56.4070365Z [00:02:58.232]➜  github.com/go-pg/pg/internal/iszero
2025-08-20T21:58:56.4080287Z [00:02:58.232]➜  mkdir -p $WORK/b1047/
2025-08-20T21:58:56.4081063Z [00:02:58.233]➜  cat >/tmp/go-build282983591/b1047/importcfg << 'EOF' # internal
2025-08-20T21:58:56.4081747Z [00:02:58.233]➜  # import config
2025-08-20T21:58:56.4082514Z [00:02:58.233]➜  packagefile database/sql/driver=/tmp/go-build282983591/b328/_pkg_.a
2025-08-20T21:58:56.4083564Z [00:02:58.233]➜  packagefile github.com/go-pg/pg/types=/tmp/go-build282983591/b1048/_pkg_.a
2025-08-20T21:58:56.4084506Z [00:02:58.233]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:56.4085118Z [00:02:58.233]➜  EOF
2025-08-20T21:58:56.4089323Z [00:02:58.233]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1047/_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/b1047=>" -p github.com/go-pg/pg/internal/iszero -lang=go1.16 -complete -installsuffix shared -buildid mPXtcNRRqgrZZNABoR8o/mPXtcNRRqgrZZNABoR8o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1047/importcfg -pack /root/go/pkg/mod/github.com/go-pg/pg@v8.0.7+incompatible/internal/iszero/iszero.go
2025-08-20T21:58:56.4664844Z [00:02:58.291]➜  go tool buildid -w $WORK/b1053/_pkg_.a # internal
2025-08-20T21:58:56.4682475Z [00:02:58.293]➜  go tool buildid -w $WORK/b1047/_pkg_.a # internal
2025-08-20T21:58:56.4722367Z [00:02:58.297]➜  cp $WORK/b1047/_pkg_.a /root/.cache/go-build/c8/c8396cde871b1dcaad7bd2a247d18a5e4347e1c29f876d0f94e1dcbfc648d00f-d # internal
2025-08-20T21:58:56.4731834Z [00:02:58.297]➜  github.com/go-pg/pg/internal/struct_filter
2025-08-20T21:58:56.4734331Z [00:02:58.297]➜  mkdir -p $WORK/b1050/
2025-08-20T21:58:56.4735395Z [00:02:58.297]➜  cat >/tmp/go-build282983591/b1050/importcfg << 'EOF' # internal
2025-08-20T21:58:56.4737470Z [00:02:58.297]➜  # import config
2025-08-20T21:58:56.4740152Z [00:02:58.297]➜  packagefile database/sql=/tmp/go-build282983591/b872/_pkg_.a
2025-08-20T21:58:56.4741076Z [00:02:58.297]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:56.4741982Z [00:02:58.297]➜  packagefile github.com/go-pg/pg/internal=/tmp/go-build282983591/b1044/_pkg_.a
2025-08-20T21:58:56.4743093Z [00:02:58.297]➜  packagefile github.com/go-pg/pg/internal/iszero=/tmp/go-build282983591/b1047/_pkg_.a
2025-08-20T21:58:56.4744244Z [00:02:58.297]➜  packagefile github.com/go-pg/pg/internal/tag=/tmp/go-build282983591/b1051/_pkg_.a
2025-08-20T21:58:56.4745299Z [00:02:58.297]➜  packagefile github.com/go-pg/pg/types=/tmp/go-build282983591/b1048/_pkg_.a
2025-08-20T21:58:56.4746181Z [00:02:58.297]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:56.4746951Z [00:02:58.297]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:56.4747746Z [00:02:58.298]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:56.4748539Z [00:02:58.298]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:56.4749316Z [00:02:58.298]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:56.4750318Z [00:02:58.298]➜  EOF
2025-08-20T21:58:56.4756179Z [00:02:58.298]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1050/_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/b1050=>" -p github.com/go-pg/pg/internal/struct_filter -lang=go1.16 -complete -installsuffix shared -buildid vczPkvaDHmSJn_UsVl_f/vczPkvaDHmSJn_UsVl_f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1050/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:58:56.4778632Z [00:02:58.303]➜  cp $WORK/b1053/_pkg_.a /root/.cache/go-build/f1/f14ac985f3ed000553550f4da73ae1797583501c65694e9eff78de5f2edce37a-d # internal
2025-08-20T21:58:56.4901883Z [00:02:58.315]➜  github.com/praetorian-inc/fingerprintx/pkg/plugins/services/postgresql
2025-08-20T21:58:56.4925768Z [00:02:58.315]➜  mkdir -p $WORK/b1054/
2025-08-20T21:58:56.4926555Z [00:02:58.316]➜  cat >/tmp/go-build282983591/b1054/importcfg << 'EOF' # internal
2025-08-20T21:58:56.4927250Z [00:02:58.316]➜  # import config
2025-08-20T21:58:56.4927969Z [00:02:58.316]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:56.4929204Z [00:02:58.316]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build282983591/b1028/_pkg_.a
2025-08-20T21:58:56.4931273Z [00:02:58.316]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/pluginutils=/tmp/go-build282983591/b1029/_pkg_.a
2025-08-20T21:58:56.4932532Z [00:02:58.316]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:56.4933501Z [00:02:58.316]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:56.4934151Z [00:02:58.316]➜  EOF
2025-08-20T21:58:56.4938972Z [00:02:58.316]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1054/_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/b1054=>" -p github.com/praetorian-inc/fingerprintx/pkg/plugins/services/postgresql -lang=go1.21 -complete -installsuffix shared -buildid eSNts2OuySI5oi0_tybB/eSNts2OuySI5oi0_tybB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1054/importcfg -pack /root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/postgresql/postgresql.go
2025-08-20T21:58:56.5394898Z [00:02:58.365]➜  go tool buildid -w $WORK/b1054/_pkg_.a # internal
2025-08-20T21:58:56.5403660Z [00:02:58.365]➜  cp $WORK/b1054/_pkg_.a /root/.cache/go-build/8a/8a4696c38565201ae42063301d4c4d9e67acc2416cb60bc844bf7a5444549100-d # internal
2025-08-20T21:58:56.5444415Z [00:02:58.370]➜  github.com/lib/pq/scram
2025-08-20T21:58:56.5450155Z [00:02:58.370]➜  mkdir -p $WORK/b1058/
2025-08-20T21:58:56.5451713Z [00:02:58.370]➜  cat >/tmp/go-build282983591/b1058/importcfg << 'EOF' # internal
2025-08-20T21:58:56.5453591Z [00:02:58.370]➜  # import config
2025-08-20T21:58:56.5454263Z [00:02:58.370]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:56.5455113Z [00:02:58.370]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:58:56.5456009Z [00:02:58.370]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:56.5456904Z [00:02:58.370]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:58:56.5457773Z [00:02:58.370]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:56.5458557Z [00:02:58.370]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:56.5459385Z [00:02:58.370]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:56.5460628Z [00:02:58.370]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:56.5461243Z [00:02:58.370]➜  EOF
2025-08-20T21:58:56.5464503Z [00:02:58.370]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1058/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lib/pq@v1.10.9/scram=>github.com/lib/pq@v1.10.9/scram;$WORK/b1058=>" -p github.com/lib/pq/scram -lang=go1.13 -complete -installsuffix shared -buildid 9kmJGt308Ge-JU39sWYK/9kmJGt308Ge-JU39sWYK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1058/importcfg -pack /root/go/pkg/mod/github.com/lib/pq@v1.10.9/scram/scram.go
2025-08-20T21:58:56.5597659Z [00:02:58.385]➜  go tool buildid -w $WORK/b1050/_pkg_.a # internal
2025-08-20T21:58:56.5612659Z [00:02:58.386]➜  cp $WORK/b1050/_pkg_.a /root/.cache/go-build/d4/d49f532f1863e6e8059412f039b8b0487e7a5a05bfa1b5530ae5805735bd5a5d-d # internal
2025-08-20T21:58:56.5762057Z [00:02:58.400]➜  github.com/go-pg/pg/orm
2025-08-20T21:58:56.5779609Z [00:02:58.400]➜  mkdir -p $WORK/b1046/
2025-08-20T21:58:56.5780585Z [00:02:58.401]➜  cat >/tmp/go-build282983591/b1046/importcfg << 'EOF' # internal
2025-08-20T21:58:56.5781264Z [00:02:58.401]➜  # import config
2025-08-20T21:58:56.5781917Z [00:02:58.401]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:56.5782730Z [00:02:58.401]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:56.5783517Z [00:02:58.401]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:56.5784362Z [00:02:58.401]➜  packagefile database/sql=/tmp/go-build282983591/b872/_pkg_.a
2025-08-20T21:58:56.5785229Z [00:02:58.401]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:56.5786263Z [00:02:58.401]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:56.5787070Z [00:02:58.401]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:56.5788140Z [00:02:58.401]➜  packagefile github.com/go-pg/pg/internal=/tmp/go-build282983591/b1044/_pkg_.a
2025-08-20T21:58:56.5789252Z [00:02:58.401]➜  packagefile github.com/go-pg/pg/internal/iszero=/tmp/go-build282983591/b1047/_pkg_.a
2025-08-20T21:58:56.5792563Z [00:02:58.401]➜  packagefile github.com/go-pg/pg/internal/parser=/tmp/go-build282983591/b1049/_pkg_.a
2025-08-20T21:58:56.5793797Z [00:02:58.401]➜  packagefile github.com/go-pg/pg/internal/struct_filter=/tmp/go-build282983591/b1050/_pkg_.a
2025-08-20T21:58:56.5794974Z [00:02:58.401]➜  packagefile github.com/go-pg/pg/internal/tag=/tmp/go-build282983591/b1051/_pkg_.a
2025-08-20T21:58:56.5796072Z [00:02:58.401]➜  packagefile github.com/go-pg/pg/types=/tmp/go-build282983591/b1048/_pkg_.a
2025-08-20T21:58:56.5797119Z [00:02:58.401]➜  packagefile github.com/jinzhu/inflection=/tmp/go-build282983591/b1052/_pkg_.a
2025-08-20T21:58:56.5798039Z [00:02:58.401]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:56.5798814Z [00:02:58.401]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:56.5799612Z [00:02:58.401]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:56.5800595Z [00:02:58.401]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:56.5801395Z [00:02:58.401]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:56.5802204Z [00:02:58.401]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:56.5802980Z [00:02:58.401]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:56.5803726Z [00:02:58.401]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:56.5804305Z [00:02:58.401]➜  EOF
2025-08-20T21:58:56.5855718Z [00:02:58.403]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1046/_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/b1046=>" -p github.com/go-pg/pg/orm -lang=go1.16 -complete -installsuffix shared -buildid 0ps4jwcBxuxWkBGIelPy/0ps4jwcBxuxWkBGIelPy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1046/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:58:56.6136062Z [00:02:58.439]➜  go tool buildid -w $WORK/b1058/_pkg_.a # internal
2025-08-20T21:58:56.6145399Z [00:02:58.440]➜  cp $WORK/b1058/_pkg_.a /root/.cache/go-build/ef/ef840483fc494e5bb071b3b9c6876dc28879ace94e259ac09cdd6ffdbe7f3518-d # internal
2025-08-20T21:58:56.6304969Z [00:02:58.456]➜  github.com/lib/pq
2025-08-20T21:58:56.6326867Z [00:02:58.458]➜  mkdir -p $WORK/b1056/
2025-08-20T21:58:56.6331973Z [00:02:58.458]➜  cat >/tmp/go-build282983591/b1056/importcfg << 'EOF' # internal
2025-08-20T21:58:56.6332644Z [00:02:58.458]➜  # import config
2025-08-20T21:58:56.6333549Z [00:02:58.458]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:56.6334839Z [00:02:58.458]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:56.6337533Z [00:02:58.458]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:56.6338402Z [00:02:58.458]➜  packagefile crypto/md5=/tmp/go-build282983591/b073/_pkg_.a
2025-08-20T21:58:56.6339285Z [00:02:58.458]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:58:56.6340409Z [00:02:58.458]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:58:56.6341311Z [00:02:58.458]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:58:56.6342212Z [00:02:58.458]➜  packagefile database/sql=/tmp/go-build282983591/b872/_pkg_.a
2025-08-20T21:58:56.6343481Z [00:02:58.458]➜  packagefile database/sql/driver=/tmp/go-build282983591/b328/_pkg_.a
2025-08-20T21:58:56.6344424Z [00:02:58.458]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:56.6345317Z [00:02:58.458]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:56.6346137Z [00:02:58.458]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:56.6346888Z [00:02:58.458]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:56.6347753Z [00:02:58.458]➜  packagefile github.com/lib/pq/oid=/tmp/go-build282983591/b1057/_pkg_.a
2025-08-20T21:58:56.6348742Z [00:02:58.458]➜  packagefile github.com/lib/pq/scram=/tmp/go-build282983591/b1058/_pkg_.a
2025-08-20T21:58:56.6349647Z [00:02:58.458]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:56.6350656Z [00:02:58.458]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:58:56.6351475Z [00:02:58.458]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:56.6352260Z [00:02:58.458]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:56.6353036Z [00:02:58.458]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:56.6353809Z [00:02:58.458]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:56.6354591Z [00:02:58.458]➜  packagefile os/user=/tmp/go-build282983591/b237/_pkg_.a
2025-08-20T21:58:56.6355368Z [00:02:58.458]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:58:56.6356192Z [00:02:58.458]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:56.6357059Z [00:02:58.458]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:56.6357875Z [00:02:58.458]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:56.6358831Z [00:02:58.458]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:56.6359746Z [00:02:58.458]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:56.6361814Z [00:02:58.458]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:56.6362632Z [00:02:58.458]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:56.6363427Z [00:02:58.458]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:56.6364267Z [00:02:58.458]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:56.6365097Z [00:02:58.458]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:56.6365882Z [00:02:58.458]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:56.6366655Z [00:02:58.458]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:58:56.6367239Z [00:02:58.458]➜  EOF
2025-08-20T21:58:56.6376559Z [00:02:58.458]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1056/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lib/pq@v1.10.9=>github.com/lib/pq@v1.10.9;$WORK/b1056=>" -p github.com/lib/pq -lang=go1.13 -complete -installsuffix shared -buildid PhVAIBvaAsNLsvPfumCt/PhVAIBvaAsNLsvPfumCt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1056/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:58:57.1157237Z [00:02:58.941]➜  go tool buildid -w $WORK/b1012/_pkg_.a # internal
2025-08-20T21:58:57.1311372Z [00:02:58.956]➜  cp $WORK/b1012/_pkg_.a /root/.cache/go-build/0a/0a678066bc1ee48d4539d65932b7b2446ff409e79530f13b1a741f0a7d747167-d # internal
2025-08-20T21:58:57.1364074Z [00:02:58.962]➜  github.com/praetorian-inc/fingerprintx/pkg/plugins/services/rdp
2025-08-20T21:58:57.1365248Z [00:02:58.962]➜  mkdir -p $WORK/b1061/
2025-08-20T21:58:57.1371449Z [00:02:58.962]➜  cat >/tmp/go-build282983591/b1061/importcfg << 'EOF' # internal
2025-08-20T21:58:57.1372471Z [00:02:58.962]➜  # import config
2025-08-20T21:58:57.1374830Z [00:02:58.962]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:57.1375978Z [00:02:58.962]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:57.1377155Z [00:02:58.962]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:57.1381594Z [00:02:58.962]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build282983591/b1028/_pkg_.a
2025-08-20T21:58:57.1383147Z [00:02:58.962]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/pluginutils=/tmp/go-build282983591/b1029/_pkg_.a
2025-08-20T21:58:57.1384317Z [00:02:58.962]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:57.1385098Z [00:02:58.963]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:57.1385890Z [00:02:58.963]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:57.1386675Z [00:02:58.963]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:57.1387264Z [00:02:58.963]➜  EOF
2025-08-20T21:58:57.1392381Z [00:02:58.963]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1061/_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/b1061=>" -p github.com/praetorian-inc/fingerprintx/pkg/plugins/services/rdp -lang=go1.21 -complete -installsuffix shared -buildid GU_QQSabPkpHDDDksb8I/GU_QQSabPkpHDDDksb8I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1061/importcfg -pack /root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/rdp/rdp.go
2025-08-20T21:58:57.1454007Z [00:02:58.971]➜  go tool buildid -w $WORK/b847/_pkg_.a # internal
2025-08-20T21:58:57.2416907Z [00:02:59.067]➜  go tool buildid -w $WORK/b1061/_pkg_.a # internal
2025-08-20T21:58:57.2429963Z [00:02:59.068]➜  cp $WORK/b1061/_pkg_.a /root/.cache/go-build/98/98f71a2c412124186ec7dc16ea74b602043fb422f8f9e1da881d96b65327ac74-d # internal
2025-08-20T21:58:57.2453540Z [00:02:59.071]➜  github.com/praetorian-inc/fingerprintx/pkg/plugins/services/redis
2025-08-20T21:58:57.2463642Z [00:02:59.072]➜  mkdir -p $WORK/b1064/
2025-08-20T21:58:57.2467986Z [00:02:59.072]➜  cat >/tmp/go-build282983591/b1064/importcfg << 'EOF' # internal
2025-08-20T21:58:57.2501678Z [00:02:59.072]➜  # import config
2025-08-20T21:58:57.2502361Z [00:02:59.072]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:57.2503534Z [00:02:59.072]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build282983591/b1028/_pkg_.a
2025-08-20T21:58:57.2505066Z [00:02:59.072]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/pluginutils=/tmp/go-build282983591/b1029/_pkg_.a
2025-08-20T21:58:57.2506226Z [00:02:59.072]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:57.2506991Z [00:02:59.072]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:57.2507565Z [00:02:59.072]➜  EOF
2025-08-20T21:58:57.2512374Z [00:02:59.072]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1064/_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/b1064=>" -p github.com/praetorian-inc/fingerprintx/pkg/plugins/services/redis -lang=go1.21 -complete -installsuffix shared -buildid 3-7o2oyhmonWwHymsQy2/3-7o2oyhmonWwHymsQy2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1064/importcfg -pack /root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/redis/redis.go
2025-08-20T21:58:57.2884896Z [00:02:59.114]➜  cp $WORK/b847/_pkg_.a /root/.cache/go-build/8d/8de9cb723bdf4cb993aa2d229c797628d01d3a89f048ab857f9fe0ac14001e02-d # internal
2025-08-20T21:58:57.2923196Z [00:02:59.117]➜  go tool buildid -w $WORK/b1064/_pkg_.a # internal
2025-08-20T21:58:57.2934174Z [00:02:59.119]➜  cp $WORK/b1064/_pkg_.a /root/.cache/go-build/30/302023044b9d65fbd9813f452581cffd2e3a1fb637fe18789fce9e66e823d0d0-d # internal
2025-08-20T21:58:57.2944531Z [00:02:59.119]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/utils
2025-08-20T21:58:57.2945277Z [00:02:59.119]➜  mkdir -p $WORK/b871/
2025-08-20T21:58:57.2945946Z [00:02:59.119]➜  github.com/Mzack9999/goja_nodejs/require
2025-08-20T21:58:57.2946561Z [00:02:59.119]➜  mkdir -p $WORK/b863/
2025-08-20T21:58:57.2949206Z [00:02:59.120]➜  cat >/tmp/go-build282983591/b863/importcfg << 'EOF' # internal
2025-08-20T21:58:57.2951858Z [00:02:59.120]➜  # import config
2025-08-20T21:58:57.2952610Z [00:02:59.120]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:57.2953503Z [00:02:59.120]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:57.2954489Z [00:02:59.120]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build282983591/b847/_pkg_.a
2025-08-20T21:58:57.2959251Z [00:02:59.120]➜  packagefile github.com/Mzack9999/goja/parser=/tmp/go-build282983591/b856/_pkg_.a
2025-08-20T21:58:57.2960633Z [00:02:59.120]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:57.2961450Z [00:02:59.120]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:58:57.2962412Z [00:02:59.120]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:57.2963258Z [00:02:59.120]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:58:57.2964152Z [00:02:59.120]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:58:57.2965040Z [00:02:59.120]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:57.2973530Z [00:02:59.120]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:57.2977030Z [00:02:59.120]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:57.2977824Z [00:02:59.120]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:57.2978667Z [00:02:59.120]➜  packagefile text/template=/tmp/go-build282983591/b513/_pkg_.a
2025-08-20T21:58:57.2979308Z [00:02:59.120]➜  EOF
2025-08-20T21:58:57.2984493Z [00:02:59.120]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b863/_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/b863=>" -p github.com/Mzack9999/goja_nodejs/require -lang=go1.20 -complete -installsuffix shared -buildid ElaOtgTM7G1A57TSo2Sa/ElaOtgTM7G1A57TSo2Sa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b863/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:58:57.2989180Z [00:02:59.121]➜  cat >/tmp/go-build282983591/b871/importcfg << 'EOF' # internal
2025-08-20T21:58:57.2990088Z [00:02:59.121]➜  # import config
2025-08-20T21:58:57.2990808Z [00:02:59.121]➜  packagefile database/sql=/tmp/go-build282983591/b872/_pkg_.a
2025-08-20T21:58:57.2991651Z [00:02:59.121]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:57.2992606Z [00:02:59.121]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build282983591/b847/_pkg_.a
2025-08-20T21:58:57.2993883Z [00:02:59.121]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:57.2994696Z [00:02:59.121]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:57.2995498Z [00:02:59.121]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:57.2996081Z [00:02:59.121]➜  EOF
2025-08-20T21:58:57.3000163Z [00:02:59.122]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b871/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/utils=>github.com/projectdiscovery/nuclei/v3/pkg/js/utils;$WORK/b871=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/utils -lang=go1.24 -complete -installsuffix shared -buildid ARgTqYD_gHAwuH9bYhpm/ARgTqYD_gHAwuH9bYhpm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b871/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/utils/nucleijs.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/utils/util.go
2025-08-20T21:58:57.3734097Z [00:02:59.199]➜  go tool buildid -w $WORK/b1056/_pkg_.a # internal
2025-08-20T21:58:57.3859115Z [00:02:59.211]➜  cp $WORK/b1056/_pkg_.a /root/.cache/go-build/43/437ea0086e05d6727f0fa9dc11ff8c5e237e350335770819d8655a59e33ee491-d # internal
2025-08-20T21:58:57.3863060Z [00:02:59.211]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate
2025-08-20T21:58:57.3863882Z [00:02:59.211]➜  mkdir -p $WORK/b877/
2025-08-20T21:58:57.3878804Z [00:02:59.213]➜  cat >/tmp/go-build282983591/b877/importcfg << 'EOF' # internal
2025-08-20T21:58:57.3879556Z [00:02:59.213]➜  # import config
2025-08-20T21:58:57.3880457Z [00:02:59.213]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:57.3881247Z [00:02:59.213]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:57.3882145Z [00:02:59.213]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build282983591/b847/_pkg_.a
2025-08-20T21:58:57.3883446Z [00:02:59.213]➜  packagefile github.com/Mzack9999/goja/parser=/tmp/go-build282983591/b856/_pkg_.a
2025-08-20T21:58:57.3884668Z [00:02:59.213]➜  packagefile github.com/go-rod/rod=/tmp/go-build282983591/b878/_pkg_.a
2025-08-20T21:58:57.3885746Z [00:02:59.213]➜  packagefile github.com/go-rod/rod/lib/proto=/tmp/go-build282983591/b883/_pkg_.a
2025-08-20T21:58:57.3886846Z [00:02:59.213]➜  packagefile github.com/go-sql-driver/mysql=/tmp/go-build282983591/b896/_pkg_.a
2025-08-20T21:58:57.3887888Z [00:02:59.213]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:58:57.3889107Z [00:02:59.213]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer=/tmp/go-build282983591/b344/_pkg_.a
2025-08-20T21:58:57.3890665Z [00:02:59.213]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:58:57.3891925Z [00:02:59.213]➜  packagefile github.com/projectdiscovery/mapcidr/asn=/tmp/go-build282983591/b899/_pkg_.a
2025-08-20T21:58:57.3893242Z [00:02:59.213]➜  packagefile github.com/projectdiscovery/networkpolicy=/tmp/go-build282983591/b442/_pkg_.a
2025-08-20T21:58:57.3894707Z [00:02:59.213]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build282983591/b623/_pkg_.a
2025-08-20T21:58:57.3896147Z [00:02:59.213]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:58:57.3897560Z [00:02:59.213]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/expand=/tmp/go-build282983591/b900/_pkg_.a
2025-08-20T21:58:57.3898901Z [00:02:59.213]➜  packagefile github.com/projectdiscovery/rawhttp=/tmp/go-build282983591/b712/_pkg_.a
2025-08-20T21:58:57.3902510Z [00:02:59.213]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build282983591/b342/_pkg_.a
2025-08-20T21:58:57.3903805Z [00:02:59.213]➜  packagefile github.com/projectdiscovery/utils/env=/tmp/go-build282983591/b183/_pkg_.a
2025-08-20T21:58:57.3905028Z [00:02:59.213]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:58:57.3906276Z [00:02:59.213]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:58:57.3907804Z [00:02:59.213]➜  packagefile github.com/projectdiscovery/utils/http=/tmp/go-build282983591/b737/_pkg_.a
2025-08-20T21:58:57.3909032Z [00:02:59.213]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build282983591/b223/_pkg_.a
2025-08-20T21:58:57.3910573Z [00:02:59.213]➜  packagefile github.com/projectdiscovery/utils/memguardian=/tmp/go-build282983591/b901/_pkg_.a
2025-08-20T21:58:57.3911854Z [00:02:59.213]➜  packagefile github.com/projectdiscovery/utils/memoize=/tmp/go-build282983591/b902/_pkg_.a
2025-08-20T21:58:57.3913096Z [00:02:59.213]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:58:57.3914321Z [00:02:59.213]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build282983591/b449/_pkg_.a
2025-08-20T21:58:57.3915378Z [00:02:59.213]➜  packagefile github.com/rs/xid=/tmp/go-build282983591/b611/_pkg_.a
2025-08-20T21:58:57.3916313Z [00:02:59.213]➜  packagefile go.uber.org/multierr=/tmp/go-build282983591/b338/_pkg_.a
2025-08-20T21:58:57.3917263Z [00:02:59.213]➜  packagefile golang.org/x/net/proxy=/tmp/go-build282983591/b339/_pkg_.a
2025-08-20T21:58:57.3918134Z [00:02:59.213]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:57.3918906Z [00:02:59.213]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:57.3919681Z [00:02:59.213]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:57.3920776Z [00:02:59.213]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:57.3921517Z [00:02:59.213]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:57.3922081Z [00:02:59.213]➜  EOF
2025-08-20T21:58:57.3932237Z [00:02:59.213]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b877/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/protocolstate=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate;$WORK/b877=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate -lang=go1.24 -complete -installsuffix shared -buildid 9wyneT4WDDYX8KQAvtYx/9wyneT4WDDYX8KQAvtYx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b877/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/protocolstate/context.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/protocolstate/dialers.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/protocolstate/file.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/protocolstate/headless.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/protocolstate/js.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/protocolstate/memguardian.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/protocolstate/memoizer.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/protocolstate/state.go
2025-08-20T21:58:57.4022547Z [00:02:59.227]➜  go tool buildid -w $WORK/b871/_pkg_.a # internal
2025-08-20T21:58:57.4053906Z [00:02:59.230]➜  cp $WORK/b871/_pkg_.a /root/.cache/go-build/ca/ca1b7b352c75b6c21652cd9025497c9b29b8f69314b2b80f29354828885cd463-d # internal
2025-08-20T21:58:57.4073222Z [00:02:59.232]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/bytes
2025-08-20T21:58:57.4073933Z [00:02:59.232]➜  mkdir -p $WORK/b873/
2025-08-20T21:58:57.4076852Z [00:02:59.232]➜  cat >/tmp/go-build282983591/b873/importcfg << 'EOF' # internal
2025-08-20T21:58:57.4081378Z [00:02:59.232]➜  # import config
2025-08-20T21:58:57.4085583Z [00:02:59.232]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:57.4090247Z [00:02:59.232]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build282983591/b847/_pkg_.a
2025-08-20T21:58:57.4095495Z [00:02:59.232]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/structs=/tmp/go-build282983591/b874/_pkg_.a
2025-08-20T21:58:57.4099643Z [00:02:59.232]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/utils=/tmp/go-build282983591/b871/_pkg_.a
2025-08-20T21:58:57.4102703Z [00:02:59.232]➜  EOF
2025-08-20T21:58:57.4108540Z [00:02:59.232]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b873/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/bytes=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/bytes;$WORK/b873=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/bytes -lang=go1.24 -complete -installsuffix shared -buildid 6z_KaaULB3oO3l-aFPVc/6z_KaaULB3oO3l-aFPVc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b873/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/bytes/buffer.go
2025-08-20T21:58:57.4246097Z [00:02:59.250]➜  go tool buildid -w $WORK/b863/_pkg_.a # internal
2025-08-20T21:58:57.4263427Z [00:02:59.251]➜  cp $WORK/b863/_pkg_.a /root/.cache/go-build/87/876733daaba7750b723b330ba6928605d451df800d5fa56e3f7fa5d5320e9b0e-d # internal
2025-08-20T21:58:57.4277575Z [00:02:59.253]➜  github.com/Mzack9999/goja_nodejs/util
2025-08-20T21:58:57.4281235Z [00:02:59.253]➜  mkdir -p $WORK/b864/
2025-08-20T21:58:57.4321146Z [00:02:59.253]➜  cat >/tmp/go-build282983591/b864/importcfg << 'EOF' # internal
2025-08-20T21:58:57.4324776Z [00:02:59.253]➜  # import config
2025-08-20T21:58:57.4325475Z [00:02:59.253]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:57.4326405Z [00:02:59.253]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build282983591/b847/_pkg_.a
2025-08-20T21:58:57.4327561Z [00:02:59.253]➜  packagefile github.com/Mzack9999/goja_nodejs/require=/tmp/go-build282983591/b863/_pkg_.a
2025-08-20T21:58:57.4328329Z [00:02:59.253]➜  EOF
2025-08-20T21:58:57.4332941Z [00:02:59.258]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b864/_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/b864=>" -p github.com/Mzack9999/goja_nodejs/util -lang=go1.20 -complete -installsuffix shared -buildid K7PUQQLMbWiug9isZDPm/K7PUQQLMbWiug9isZDPm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b864/importcfg -pack /root/go/pkg/mod/github.com/!mzack9999/goja_nodejs@v0.0.0-20250507184139-66bcbf65c883/util/module.go
2025-08-20T21:58:57.4887057Z [00:02:59.314]➜  go tool buildid -w $WORK/b873/_pkg_.a # internal
2025-08-20T21:58:57.4941503Z [00:02:59.319]➜  cp $WORK/b873/_pkg_.a /root/.cache/go-build/03/034fa93cb1248840f0c92b9b86a5ddd53cb7ff93d5474f823002f85d9838ecda-d # internal
2025-08-20T21:58:57.4948659Z [00:02:59.320]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/gojs
2025-08-20T21:58:57.4974748Z [00:02:59.323]➜  mkdir -p $WORK/b870/
2025-08-20T21:58:57.4981556Z [00:02:59.323]➜  cat >/tmp/go-build282983591/b870/importcfg << 'EOF' # internal
2025-08-20T21:58:57.4982231Z [00:02:59.323]➜  # import config
2025-08-20T21:58:57.4982899Z [00:02:59.323]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:57.4983689Z [00:02:59.323]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:57.4984627Z [00:02:59.323]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build282983591/b847/_pkg_.a
2025-08-20T21:58:57.4985791Z [00:02:59.323]➜  packagefile github.com/Mzack9999/goja_nodejs/require=/tmp/go-build282983591/b863/_pkg_.a
2025-08-20T21:58:57.4987153Z [00:02:59.323]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/utils=/tmp/go-build282983591/b871/_pkg_.a
2025-08-20T21:58:57.4988491Z [00:02:59.323]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:58:57.4989492Z [00:02:59.323]➜  packagefile maps=/tmp/go-build282983591/b158/_pkg_.a
2025-08-20T21:58:57.4990526Z [00:02:59.323]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:57.4991381Z [00:02:59.323]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:57.4991995Z [00:02:59.323]➜  EOF
2025-08-20T21:58:57.4995929Z [00:02:59.323]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b870/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/gojs=>github.com/projectdiscovery/nuclei/v3/pkg/js/gojs;$WORK/b870=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/gojs -lang=go1.24 -complete -installsuffix shared -buildid SDUSzS8CCfLch1TNA9Cn/SDUSzS8CCfLch1TNA9Cn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b870/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/gojs/gojs.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/gojs/set.go
2025-08-20T21:58:57.5527545Z [00:02:59.378]➜  go tool buildid -w $WORK/b864/_pkg_.a # internal
2025-08-20T21:58:57.5570825Z [00:02:59.382]➜  cp $WORK/b864/_pkg_.a /root/.cache/go-build/c4/c454fe63dfb4eb00266b276dc45790af337fa771fd99adb9471a151ba9fa3d7b-d # internal
2025-08-20T21:58:57.5577877Z [00:02:59.383]➜  github.com/Mzack9999/goja_nodejs/console
2025-08-20T21:58:57.5581577Z [00:02:59.383]➜  mkdir -p $WORK/b862/
2025-08-20T21:58:57.5584870Z [00:02:59.384]➜  cat >/tmp/go-build282983591/b862/importcfg << 'EOF' # internal
2025-08-20T21:58:57.5613023Z [00:02:59.386]➜  # import config
2025-08-20T21:58:57.5613808Z [00:02:59.386]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build282983591/b847/_pkg_.a
2025-08-20T21:58:57.5614945Z [00:02:59.386]➜  packagefile github.com/Mzack9999/goja_nodejs/require=/tmp/go-build282983591/b863/_pkg_.a
2025-08-20T21:58:57.5616097Z [00:02:59.386]➜  packagefile github.com/Mzack9999/goja_nodejs/util=/tmp/go-build282983591/b864/_pkg_.a
2025-08-20T21:58:57.5616975Z [00:02:59.386]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:57.5617673Z [00:02:59.386]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:57.5618194Z [00:02:59.386]➜  EOF
2025-08-20T21:58:57.5624592Z [00:02:59.386]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b862/_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/b862=>" -p github.com/Mzack9999/goja_nodejs/console -lang=go1.20 -complete -installsuffix shared -buildid ZLv3b1Qxxchbh1lUesYz/ZLv3b1Qxxchbh1lUesYz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b862/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:58:57.6063691Z [00:02:59.431]➜  go tool buildid -w $WORK/b870/_pkg_.a # internal
2025-08-20T21:58:57.6088006Z [00:02:59.434]➜  cp $WORK/b870/_pkg_.a /root/.cache/go-build/31/311f706f2586327a9210f8bfa6dbce2450c90068c1a2ff87782dfd4d20972e42-d # internal
2025-08-20T21:58:57.6092947Z [00:02:59.434]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libbytes
2025-08-20T21:58:57.6097293Z [00:02:59.434]➜  mkdir -p $WORK/b869/
2025-08-20T21:58:57.6098116Z [00:02:59.435]➜  cat >/tmp/go-build282983591/b869/importcfg << 'EOF' # internal
2025-08-20T21:58:57.6098776Z [00:02:59.435]➜  # import config
2025-08-20T21:58:57.6099590Z [00:02:59.435]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build282983591/b847/_pkg_.a
2025-08-20T21:58:57.6101100Z [00:02:59.435]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build282983591/b870/_pkg_.a
2025-08-20T21:58:57.6102589Z [00:02:59.435]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/bytes=/tmp/go-build282983591/b873/_pkg_.a
2025-08-20T21:58:57.6103500Z [00:02:59.435]➜  EOF
2025-08-20T21:58:57.6107567Z [00:02:59.435]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b869/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libbytes=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libbytes;$WORK/b869=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libbytes -lang=go1.24 -complete -installsuffix shared -buildid lj6ZPg6y-85djEQIpnJM/lj6ZPg6y-85djEQIpnJM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b869/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libbytes/bytes.go
2025-08-20T21:58:57.6670964Z [00:02:59.492]➜  go tool buildid -w $WORK/b869/_pkg_.a # internal
2025-08-20T21:58:57.6690142Z [00:02:59.494]➜  cp $WORK/b869/_pkg_.a /root/.cache/go-build/9e/9eb59fa2d82bfaf8e447e4b7488e38266edf78d6e6dcc5cf890f559c1751a2ef-d # internal
2025-08-20T21:58:57.6695900Z [00:02:59.495]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libikev2
2025-08-20T21:58:57.6698596Z [00:02:59.495]➜  mkdir -p $WORK/b932/
2025-08-20T21:58:57.6699322Z [00:02:59.495]➜  cat >/tmp/go-build282983591/b932/importcfg << 'EOF' # internal
2025-08-20T21:58:57.6717166Z [00:02:59.496]➜  # import config
2025-08-20T21:58:57.6717927Z [00:02:59.496]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build282983591/b847/_pkg_.a
2025-08-20T21:58:57.6719083Z [00:02:59.496]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build282983591/b870/_pkg_.a
2025-08-20T21:58:57.6721346Z [00:02:59.496]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/ikev2=/tmp/go-build282983591/b933/_pkg_.a
2025-08-20T21:58:57.6722228Z [00:02:59.496]➜  EOF
2025-08-20T21:58:57.6726318Z [00:02:59.496]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b932/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libikev2=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libikev2;$WORK/b932=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libikev2 -lang=go1.24 -complete -installsuffix shared -buildid 3APBuqVnCP2ortXrr00z/3APBuqVnCP2ortXrr00z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b932/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libikev2/ikev2.go
2025-08-20T21:58:57.6771268Z [00:02:59.502]➜  go tool buildid -w $WORK/b862/_pkg_.a # internal
2025-08-20T21:58:57.6803109Z [00:02:59.505]➜  cp $WORK/b862/_pkg_.a /root/.cache/go-build/6d/6dba77c3762e96f6d991df8aed780973d9ad14a76c2be9446fe8bcb67ced931a-d # internal
2025-08-20T21:58:57.6811277Z [00:02:59.506]➜  github.com/cespare/xxhash/v2
2025-08-20T21:58:57.6811833Z [00:02:59.506]➜  mkdir -p $WORK/b1066/
2025-08-20T21:58:57.6812458Z [00:02:59.506]➜  echo -n > $WORK/b1066/go_asm.h # internal
2025-08-20T21:58:57.6813191Z [00:02:59.506]➜  cd /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0
2025-08-20T21:58:57.6817222Z [00:02:59.507]➜  /root/.go/pkg/tool/linux_amd64/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/b1066=>" -I $WORK/b1066/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b1066/symabis ./xxhash_amd64.s
2025-08-20T21:58:57.6860892Z [00:02:59.511]➜  cat >/tmp/go-build282983591/b1066/importcfg << 'EOF' # internal
2025-08-20T21:58:57.6861566Z [00:02:59.511]➜  # import config
2025-08-20T21:58:57.6862204Z [00:02:59.511]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:57.6862997Z [00:02:59.511]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:57.6863743Z [00:02:59.511]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:58:57.6864317Z [00:02:59.511]➜  EOF
2025-08-20T21:58:57.6864783Z [00:02:59.511]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:57.6869257Z [00:02:59.511]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1066/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0=>github.com/cespare/xxhash/v2@v2.3.0;$WORK/b1066=>" -p github.com/cespare/xxhash/v2 -lang=go1.11 -installsuffix shared -buildid nfG_QiOur5lItum3MeW7/nfG_QiOur5lItum3MeW7 -goversion go1.25.0 -symabis $WORK/b1066/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1066/importcfg -pack -asmhdr $WORK/b1066/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:58:57.7323402Z [00:02:59.557]➜  cd /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0
2025-08-20T21:58:57.7327621Z [00:02:59.557]➜  /root/.go/pkg/tool/linux_amd64/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/b1066=>" -I $WORK/b1066/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1066/xxhash_amd64.o ./xxhash_amd64.s
2025-08-20T21:58:57.7337840Z [00:02:59.559]➜  go tool buildid -w $WORK/b932/_pkg_.a # internal
2025-08-20T21:58:57.7358576Z [00:02:59.561]➜  cp $WORK/b932/_pkg_.a /root/.cache/go-build/59/59ef2f4bd2f99fa00d226c789f853117051e5bbf4538b6c6b6a6d12d25322cd8-d # internal
2025-08-20T21:58:57.7364008Z [00:02:59.562]➜  github.com/redis/go-redis/v9/internal/rand
2025-08-20T21:58:57.7373745Z [00:02:59.562]➜  mkdir -p $WORK/b1070/
2025-08-20T21:58:57.7374508Z [00:02:59.562]➜  cat >/tmp/go-build282983591/b1070/importcfg << 'EOF' # internal
2025-08-20T21:58:57.7375128Z [00:02:59.562]➜  # import config
2025-08-20T21:58:57.7375695Z [00:02:59.562]➜  packagefile math/rand=/tmp/go-build282983591/b118/_pkg_.a
2025-08-20T21:58:57.7376693Z [00:02:59.562]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:57.7377288Z [00:02:59.562]➜  EOF
2025-08-20T21:58:57.7377814Z [00:02:59.562]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:57.7391567Z [00:02:59.563]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1070/_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/b1070=>" -p github.com/redis/go-redis/v9/internal/rand -lang=go1.18 -complete -installsuffix shared -buildid vHvdWfHSU-LbGTB83Mli/vHvdWfHSU-LbGTB83Mli -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1070/importcfg -pack /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/internal/rand/rand.go
2025-08-20T21:58:57.7397275Z [00:02:59.565]➜  cd /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0
2025-08-20T21:58:57.7398154Z [00:02:59.565]➜  go tool pack r $WORK/b1066/_pkg_.a $WORK/b1066/xxhash_amd64.o # internal
2025-08-20T21:58:57.7398967Z [00:02:59.565]➜  go tool buildid -w $WORK/b1066/_pkg_.a # internal
2025-08-20T21:58:57.7400563Z [00:02:59.565]➜  cp $WORK/b1066/_pkg_.a /root/.cache/go-build/8c/8c2edfa87dd79d7c8524c3272a085cd7d24047725a0b165abb397ea07f896187-d # internal
2025-08-20T21:58:57.7424621Z [00:02:59.568]➜  github.com/redis/go-redis/v9/internal/util
2025-08-20T21:58:57.7425817Z [00:02:59.568]➜  mkdir -p $WORK/b1071/
2025-08-20T21:58:57.7430127Z [00:02:59.568]➜  cat >/tmp/go-build282983591/b1071/importcfg << 'EOF' # internal
2025-08-20T21:58:57.7431295Z [00:02:59.568]➜  # import config
2025-08-20T21:58:57.7433881Z [00:02:59.568]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:57.7439268Z [00:02:59.568]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:57.7440849Z [00:02:59.568]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:57.7441784Z [00:02:59.568]➜  EOF
2025-08-20T21:58:57.7442886Z [00:02:59.568]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:58:57.7448943Z [00:02:59.568]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1071/_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/b1071=>" -p github.com/redis/go-redis/v9/internal/util -lang=go1.18 -complete -installsuffix shared -buildid jOBu2IEUtaMNbopLK6zA/jOBu2IEUtaMNbopLK6zA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1071/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:58:57.7539054Z [00:02:59.579]➜  go tool buildid -w $WORK/b1046/_pkg_.a # internal
2025-08-20T21:58:57.7542590Z [00:02:59.579]➜  go tool buildid -w $WORK/b1070/_pkg_.a # internal
2025-08-20T21:58:57.7550385Z [00:02:59.580]➜  cp $WORK/b1070/_pkg_.a /root/.cache/go-build/74/74b3db989169574353e481cc0c44985eae123746a38935d512907d650a28930e-d # internal
2025-08-20T21:58:57.7560988Z [00:02:59.581]➜  github.com/redis/go-redis/v9/internal/hashtag
2025-08-20T21:58:57.7562116Z [00:02:59.581]➜  mkdir -p $WORK/b1072/
2025-08-20T21:58:57.7566058Z [00:02:59.582]➜  cat >/tmp/go-build282983591/b1072/importcfg << 'EOF' # internal
2025-08-20T21:58:57.7566868Z [00:02:59.582]➜  # import config
2025-08-20T21:58:57.7567844Z [00:02:59.582]➜  packagefile github.com/redis/go-redis/v9/internal/rand=/tmp/go-build282983591/b1070/_pkg_.a
2025-08-20T21:58:57.7568946Z [00:02:59.582]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:57.7569587Z [00:02:59.582]➜  EOF
2025-08-20T21:58:57.7592344Z [00:02:59.584]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1072/_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/b1072=>" -p github.com/redis/go-redis/v9/internal/hashtag -lang=go1.18 -complete -installsuffix shared -buildid kf8YTJxwbvW9uZ7lugUb/kf8YTJxwbvW9uZ7lugUb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1072/importcfg -pack /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.11.0/internal/hashtag/hashtag.go
2025-08-20T21:58:57.7624748Z [00:02:59.588]➜  go tool buildid -w $WORK/b1071/_pkg_.a # internal
2025-08-20T21:58:57.7632668Z [00:02:59.588]➜  cp $WORK/b1071/_pkg_.a /root/.cache/go-build/ea/ea53f1a2617496a15cf0c6f8a0a31302b1e46326a8545ef9ba6194db8c0bc176-d # internal
2025-08-20T21:58:57.7640579Z [00:02:59.589]➜  github.com/redis/go-redis/v9/internal
2025-08-20T21:58:57.7657328Z [00:02:59.590]➜  mkdir -p $WORK/b1069/
2025-08-20T21:58:57.7658109Z [00:02:59.590]➜  cat >/tmp/go-build282983591/b1069/importcfg << 'EOF' # internal
2025-08-20T21:58:57.7658812Z [00:02:59.590]➜  # import config
2025-08-20T21:58:57.7659473Z [00:02:59.590]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:57.7660516Z [00:02:59.590]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:57.7661528Z [00:02:59.590]➜  packagefile github.com/redis/go-redis/v9/internal/rand=/tmp/go-build282983591/b1070/_pkg_.a
2025-08-20T21:58:57.7662835Z [00:02:59.590]➜  packagefile github.com/redis/go-redis/v9/internal/util=/tmp/go-build282983591/b1071/_pkg_.a
2025-08-20T21:58:57.7663870Z [00:02:59.590]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:57.7664617Z [00:02:59.590]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:57.7665331Z [00:02:59.590]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:57.7666112Z [00:02:59.590]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:57.7666913Z [00:02:59.590]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:57.7667720Z [00:02:59.590]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:57.7668547Z [00:02:59.590]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:57.7669372Z [00:02:59.590]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:57.7675274Z [00:02:59.590]➜  EOF
2025-08-20T21:58:57.7682077Z [00:02:59.590]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1069/_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/b1069=>" -p github.com/redis/go-redis/v9/internal -lang=go1.18 -complete -installsuffix shared -buildid ScAx8cQaQS8z5UCSx5v8/ScAx8cQaQS8z5UCSx5v8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1069/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:58:57.7701465Z [00:02:59.595]➜  cp $WORK/b1046/_pkg_.a /root/.cache/go-build/fd/fdfb1f0d31d28fa5d6073555bfe3fb3f384eda26a994716dfada0ec9e87e615a-d # internal
2025-08-20T21:58:57.7744328Z [00:02:59.600]➜  github.com/go-pg/pg
2025-08-20T21:58:57.7744995Z [00:02:59.600]➜  mkdir -p $WORK/b1043/
2025-08-20T21:58:57.7746170Z [00:02:59.600]➜  cat >/tmp/go-build282983591/b1043/importcfg << 'EOF' # internal
2025-08-20T21:58:57.7746871Z [00:02:59.600]➜  # import config
2025-08-20T21:58:57.7747509Z [00:02:59.600]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:57.7748351Z [00:02:59.600]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:57.7749162Z [00:02:59.600]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:57.7750202Z [00:02:59.600]➜  packagefile crypto/md5=/tmp/go-build282983591/b073/_pkg_.a
2025-08-20T21:58:57.7751325Z [00:02:59.600]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:58:57.7752417Z [00:02:59.600]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:57.7753741Z [00:02:59.600]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:57.7755112Z [00:02:59.600]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:57.7756120Z [00:02:59.600]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:57.7757235Z [00:02:59.600]➜  packagefile github.com/go-pg/pg/internal=/tmp/go-build282983591/b1044/_pkg_.a
2025-08-20T21:58:57.7758552Z [00:02:59.600]➜  packagefile github.com/go-pg/pg/internal/pool=/tmp/go-build282983591/b1045/_pkg_.a
2025-08-20T21:58:57.7759995Z [00:02:59.600]➜  packagefile github.com/go-pg/pg/orm=/tmp/go-build282983591/b1046/_pkg_.a
2025-08-20T21:58:57.7761235Z [00:02:59.600]➜  packagefile github.com/go-pg/pg/types=/tmp/go-build282983591/b1048/_pkg_.a
2025-08-20T21:58:57.7762251Z [00:02:59.600]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:57.7763118Z [00:02:59.600]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:57.7764102Z [00:02:59.600]➜  packagefile mellium.im/sasl=/tmp/go-build282983591/b1053/_pkg_.a
2025-08-20T21:58:57.7765102Z [00:02:59.600]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:57.7766096Z [00:02:59.600]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:57.7767036Z [00:02:59.600]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:57.7767977Z [00:02:59.600]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:57.7768961Z [00:02:59.600]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:57.7770059Z [00:02:59.600]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:57.7771004Z [00:02:59.600]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:57.7771935Z [00:02:59.600]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:57.7772578Z [00:02:59.600]➜  EOF
2025-08-20T21:58:57.7786592Z [00:02:59.600]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1043/_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/b1043=>" -p github.com/go-pg/pg -lang=go1.16 -complete -installsuffix shared -buildid tt-E4WDMj8Fimfz4l3h_/tt-E4WDMj8Fimfz4l3h_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1043/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:58:57.7818763Z [00:02:59.607]➜  go tool buildid -w $WORK/b1072/_pkg_.a # internal
2025-08-20T21:58:57.7830480Z [00:02:59.608]➜  cp $WORK/b1072/_pkg_.a /root/.cache/go-build/59/59fbc3e5197c45ac49682b70d640cf87fcc5a18ec387bb831e7544ee748d8c97-d # internal
2025-08-20T21:58:57.7838497Z [00:02:59.609]➜  github.com/redis/go-redis/v9/internal/hscan
2025-08-20T21:58:57.7843377Z [00:02:59.609]➜  mkdir -p $WORK/b1073/
2025-08-20T21:58:57.7858099Z [00:02:59.611]➜  cat >/tmp/go-build282983591/b1073/importcfg << 'EOF' # internal
2025-08-20T21:58:57.7860937Z [00:02:59.611]➜  # import config
2025-08-20T21:58:57.7864333Z [00:02:59.611]➜  packagefile encoding=/tmp/go-build282983591/b068/_pkg_.a
2025-08-20T21:58:57.7875627Z [00:02:59.611]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:57.7876497Z [00:02:59.611]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:57.7877792Z [00:02:59.611]➜  packagefile github.com/redis/go-redis/v9/internal/util=/tmp/go-build282983591/b1071/_pkg_.a
2025-08-20T21:58:57.7879132Z [00:02:59.611]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:57.7880269Z [00:02:59.611]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:57.7881135Z [00:02:59.611]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:57.7881951Z [00:02:59.611]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:57.7882559Z [00:02:59.611]➜  EOF
2025-08-20T21:58:57.7888488Z [00:02:59.613]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1073/_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/b1073=>" -p github.com/redis/go-redis/v9/internal/hscan -lang=go1.18 -complete -installsuffix shared -buildid 3tFbL5BMhxY2URbsnYRJ/3tFbL5BMhxY2URbsnYRJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1073/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:58:57.8110068Z [00:02:59.636]➜  go tool buildid -w $WORK/b1069/_pkg_.a # internal
2025-08-20T21:58:57.8127943Z [00:02:59.637]➜  cp $WORK/b1069/_pkg_.a /root/.cache/go-build/d3/d38e68cef06cbea1871a75049da44d3f68c3ff576d19382064d579bc8269488c-d # internal
2025-08-20T21:58:57.8129059Z [00:02:59.638]➜  github.com/redis/go-redis/v9/internal/proto
2025-08-20T21:58:57.8139773Z [00:02:59.639]➜  mkdir -p $WORK/b1075/
2025-08-20T21:58:57.8146149Z [00:02:59.640]➜  cat >/tmp/go-build282983591/b1075/importcfg << 'EOF' # internal
2025-08-20T21:58:57.8150959Z [00:02:59.640]➜  # import config
2025-08-20T21:58:57.8151655Z [00:02:59.640]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:57.8152480Z [00:02:59.640]➜  packagefile encoding=/tmp/go-build282983591/b068/_pkg_.a
2025-08-20T21:58:57.8153332Z [00:02:59.640]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:57.8154151Z [00:02:59.640]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:57.8155445Z [00:02:59.640]➜  packagefile github.com/redis/go-redis/v9/internal/util=/tmp/go-build282983591/b1071/_pkg_.a
2025-08-20T21:58:57.8156439Z [00:02:59.640]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:57.8157224Z [00:02:59.640]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:57.8162113Z [00:02:59.641]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:57.8163482Z [00:02:59.641]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:57.8164535Z [00:02:59.641]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:57.8165697Z [00:02:59.641]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:57.8166861Z [00:02:59.641]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:57.8168658Z [00:02:59.641]➜  EOF
2025-08-20T21:58:57.8173771Z [00:02:59.641]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1075/_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/b1075=>" -p github.com/redis/go-redis/v9/internal/proto -lang=go1.18 -complete -installsuffix shared -buildid FH4BjxnbuNt3RiWUk6pb/FH4BjxnbuNt3RiWUk6pb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1075/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:58:57.9416018Z [00:02:59.767]➜  go tool buildid -w $WORK/b1075/_pkg_.a # internal
2025-08-20T21:58:57.9434805Z [00:02:59.769]➜  cp $WORK/b1075/_pkg_.a /root/.cache/go-build/b3/b3bf3c739efc67e7eb28f7fe35b0cbdcba08a982bbc98e7eb67e7585a20fdab7-d # internal
2025-08-20T21:58:57.9461274Z [00:02:59.771]➜  github.com/redis/go-redis/v9/internal/pool
2025-08-20T21:58:57.9467187Z [00:02:59.772]➜  mkdir -p $WORK/b1074/
2025-08-20T21:58:57.9472680Z [00:02:59.772]➜  cat >/tmp/go-build282983591/b1074/importcfg << 'EOF' # internal
2025-08-20T21:58:57.9473519Z [00:02:59.772]➜  # import config
2025-08-20T21:58:57.9474379Z [00:02:59.772]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:57.9475419Z [00:02:59.772]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:57.9476382Z [00:02:59.772]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:57.9477327Z [00:02:59.772]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:57.9478458Z [00:02:59.772]➜  packagefile github.com/redis/go-redis/v9/internal=/tmp/go-build282983591/b1069/_pkg_.a
2025-08-20T21:58:57.9480251Z [00:02:59.772]➜  packagefile github.com/redis/go-redis/v9/internal/proto=/tmp/go-build282983591/b1075/_pkg_.a
2025-08-20T21:58:57.9481474Z [00:02:59.772]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:57.9482469Z [00:02:59.772]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:57.9483454Z [00:02:59.772]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:57.9484433Z [00:02:59.772]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:57.9485469Z [00:02:59.772]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:58:57.9486439Z [00:02:59.772]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:57.9487187Z [00:02:59.772]➜  EOF
2025-08-20T21:58:57.9493391Z [00:02:59.772]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1074/_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/b1074=>" -p github.com/redis/go-redis/v9/internal/pool -lang=go1.18 -complete -installsuffix shared -buildid pIfWbr4UWdQhfQjIf-IK/pIfWbr4UWdQhfQjIf-IK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1074/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:58:57.9602264Z [00:02:59.785]➜  go tool buildid -w $WORK/b1073/_pkg_.a # internal
2025-08-20T21:58:57.9631430Z [00:02:59.788]➜  cp $WORK/b1073/_pkg_.a /root/.cache/go-build/6b/6b658e38e852d6f51a50b0382fc3b12a8914ae04afdcebe79eca082c316aa4e8-d # internal
2025-08-20T21:58:57.9633632Z [00:02:59.789]➜  github.com/praetorian-inc/fingerprintx/pkg/plugins/services/rsync
2025-08-20T21:58:57.9639604Z [00:02:59.789]➜  mkdir -p $WORK/b1078/
2025-08-20T21:58:57.9641835Z [00:02:59.789]➜  cat >/tmp/go-build282983591/b1078/importcfg << 'EOF' # internal
2025-08-20T21:58:57.9642555Z [00:02:59.789]➜  # import config
2025-08-20T21:58:57.9643821Z [00:02:59.789]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build282983591/b1028/_pkg_.a
2025-08-20T21:58:57.9645518Z [00:02:59.789]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/pluginutils=/tmp/go-build282983591/b1029/_pkg_.a
2025-08-20T21:58:57.9646690Z [00:02:59.789]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:57.9647506Z [00:02:59.789]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:57.9648307Z [00:02:59.789]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:57.9648892Z [00:02:59.789]➜  EOF
2025-08-20T21:58:57.9653833Z [00:02:59.789]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1078/_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/b1078=>" -p github.com/praetorian-inc/fingerprintx/pkg/plugins/services/rsync -lang=go1.21 -complete -installsuffix shared -buildid zKU6ep8ofV5sQEl-27ki/zKU6ep8ofV5sQEl-27ki -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1078/importcfg -pack /root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/rsync/rsync.go
2025-08-20T21:58:57.9846315Z [00:02:59.809]➜  go tool buildid -w $WORK/b1078/_pkg_.a # internal
2025-08-20T21:58:57.9848322Z [00:02:59.810]➜  cp $WORK/b1078/_pkg_.a /root/.cache/go-build/c4/c4471def631fd365b8392afe4b533d97b173161c7f0ab83af4a8b987a2e1c8ff-d # internal
2025-08-20T21:58:57.9852847Z [00:02:59.810]➜  github.com/praetorian-inc/fingerprintx/pkg/plugins/services/smb
2025-08-20T21:58:57.9856766Z [00:02:59.810]➜  mkdir -p $WORK/b1081/
2025-08-20T21:58:57.9857562Z [00:02:59.810]➜  cat >/tmp/go-build282983591/b1081/importcfg << 'EOF' # internal
2025-08-20T21:58:57.9858243Z [00:02:59.810]➜  # import config
2025-08-20T21:58:57.9858911Z [00:02:59.810]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:57.9859981Z [00:02:59.810]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:57.9860915Z [00:02:59.810]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:57.9861689Z [00:02:59.810]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:57.9862817Z [00:02:59.810]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build282983591/b1028/_pkg_.a
2025-08-20T21:58:57.9864327Z [00:02:59.810]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/pluginutils=/tmp/go-build282983591/b1029/_pkg_.a
2025-08-20T21:58:57.9865466Z [00:02:59.810]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:57.9866245Z [00:02:59.811]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:57.9867027Z [00:02:59.811]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:57.9867814Z [00:02:59.811]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:57.9868381Z [00:02:59.811]➜  EOF
2025-08-20T21:58:57.9875731Z [00:02:59.811]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1081/_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/b1081=>" -p github.com/praetorian-inc/fingerprintx/pkg/plugins/services/smb -lang=go1.21 -complete -installsuffix shared -buildid ZRDEZkUkPL735sxfelFF/ZRDEZkUkPL735sxfelFF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1081/importcfg -pack /root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/smb/smb.go
2025-08-20T21:58:58.0255990Z [00:02:59.851]➜  go tool buildid -w $WORK/b1081/_pkg_.a # internal
2025-08-20T21:58:58.0287144Z [00:02:59.854]➜  cp $WORK/b1081/_pkg_.a /root/.cache/go-build/85/85a8e2792f5a92cab355e75754735197644537bb70c424596e40332dc8e199cb-d # internal
2025-08-20T21:58:58.0300706Z [00:02:59.855]➜  github.com/projectdiscovery/go-smb2/internal/crypto/ccm
2025-08-20T21:58:58.0301752Z [00:02:59.855]➜  mkdir -p $WORK/b1083/
2025-08-20T21:58:58.0307363Z [00:02:59.856]➜  cat >/tmp/go-build282983591/b1083/importcfg << 'EOF' # internal
2025-08-20T21:58:58.0333381Z [00:02:59.856]➜  # import config
2025-08-20T21:58:58.0334126Z [00:02:59.856]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:58.0335055Z [00:02:59.856]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:58:58.0335929Z [00:02:59.856]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:58.0336554Z [00:02:59.856]➜  EOF
2025-08-20T21:58:58.0343805Z [00:02:59.856]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1083/_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/b1083=>" -p github.com/projectdiscovery/go-smb2/internal/crypto/ccm -lang=go1.21 -complete -installsuffix shared -buildid VrTBcgiGlVqulWCPylE8/VrTBcgiGlVqulWCPylE8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1083/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:58:58.0896205Z [00:02:59.915]➜  go tool buildid -w $WORK/b1083/_pkg_.a # internal
2025-08-20T21:58:58.0903996Z [00:02:59.916]➜  go tool buildid -w $WORK/b1074/_pkg_.a # internal
2025-08-20T21:58:58.0906648Z [00:02:59.916]➜  cp $WORK/b1083/_pkg_.a /root/.cache/go-build/13/1366d9a5c130eb009536959570c46e397f9c0a901ff54b9068cfbf3054555967-d # internal
2025-08-20T21:58:58.0927718Z [00:02:59.918]➜  cp $WORK/b1074/_pkg_.a /root/.cache/go-build/fc/fc244e31ca78d2f3d19135a2cee6c8ac18030839d21bd625853d0bb1c47b3286-d # internal
2025-08-20T21:58:58.0943188Z [00:02:59.919]➜  github.com/projectdiscovery/go-smb2/internal/crypto/cmac
2025-08-20T21:58:58.0944029Z [00:02:59.919]➜  mkdir -p $WORK/b1084/
2025-08-20T21:58:58.0944784Z [00:02:59.919]➜  cat >/tmp/go-build282983591/b1084/importcfg << 'EOF' # internal
2025-08-20T21:58:58.0945494Z [00:02:59.919]➜  # import config
2025-08-20T21:58:58.0946215Z [00:02:59.919]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:58:58.0947089Z [00:02:59.919]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:58.0947712Z [00:02:59.919]➜  EOF
2025-08-20T21:58:58.0952601Z [00:02:59.919]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1084/_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/b1084=>" -p github.com/projectdiscovery/go-smb2/internal/crypto/cmac -lang=go1.21 -complete -installsuffix shared -buildid y6Xc1f13bs3qqm-x1G2A/y6Xc1f13bs3qqm-x1G2A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1084/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/crypto/cmac/cmac.go
2025-08-20T21:58:58.1328455Z [00:02:59.958]➜  github.com/redis/go-redis/v9
2025-08-20T21:58:58.1329139Z [00:02:59.958]➜  mkdir -p $WORK/b1065/
2025-08-20T21:58:58.1344719Z [00:02:59.960]➜  cat >/tmp/go-build282983591/b1065/importcfg << 'EOF' # internal
2025-08-20T21:58:58.1353545Z [00:02:59.960]➜  # import config
2025-08-20T21:58:58.1354264Z [00:02:59.960]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:58:58.1355104Z [00:02:59.960]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:58.1355966Z [00:02:59.960]➜  packagefile crypto/sha1=/tmp/go-build282983591/b095/_pkg_.a
2025-08-20T21:58:58.1356900Z [00:02:59.960]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:58:58.1358024Z [00:02:59.960]➜  packagefile encoding=/tmp/go-build282983591/b068/_pkg_.a
2025-08-20T21:58:58.1358934Z [00:02:59.960]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:58.1360045Z [00:02:59.960]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:58:58.1360924Z [00:02:59.960]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:58.1361718Z [00:02:59.960]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:58.1362686Z [00:02:59.960]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build282983591/b1066/_pkg_.a
2025-08-20T21:58:58.1363816Z [00:02:59.960]➜  packagefile github.com/dgryski/go-rendezvous=/tmp/go-build282983591/b1067/_pkg_.a
2025-08-20T21:58:58.1365000Z [00:02:59.960]➜  packagefile github.com/redis/go-redis/v9/auth=/tmp/go-build282983591/b1068/_pkg_.a
2025-08-20T21:58:58.1366393Z [00:02:59.960]➜  packagefile github.com/redis/go-redis/v9/internal=/tmp/go-build282983591/b1069/_pkg_.a
2025-08-20T21:58:58.1367910Z [00:02:59.960]➜  packagefile github.com/redis/go-redis/v9/internal/hashtag=/tmp/go-build282983591/b1072/_pkg_.a
2025-08-20T21:58:58.1369283Z [00:02:59.960]➜  packagefile github.com/redis/go-redis/v9/internal/hscan=/tmp/go-build282983591/b1073/_pkg_.a
2025-08-20T21:58:58.1370838Z [00:02:59.960]➜  packagefile github.com/redis/go-redis/v9/internal/pool=/tmp/go-build282983591/b1074/_pkg_.a
2025-08-20T21:58:58.1372176Z [00:02:59.960]➜  packagefile github.com/redis/go-redis/v9/internal/proto=/tmp/go-build282983591/b1075/_pkg_.a
2025-08-20T21:58:58.1373469Z [00:02:59.960]➜  packagefile github.com/redis/go-redis/v9/internal/rand=/tmp/go-build282983591/b1070/_pkg_.a
2025-08-20T21:58:58.1374747Z [00:02:59.960]➜  packagefile github.com/redis/go-redis/v9/internal/util=/tmp/go-build282983591/b1071/_pkg_.a
2025-08-20T21:58:58.1375762Z [00:02:59.960]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:58.1376559Z [00:02:59.960]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:58.1377349Z [00:02:59.960]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:58.1378145Z [00:02:59.960]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:58.1378958Z [00:02:59.960]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:58.1379763Z [00:02:59.960]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:58:58.1380754Z [00:02:59.960]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:58:58.1381464Z [00:02:59.960]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:58:58.1382177Z [00:02:59.960]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:58.1382894Z [00:02:59.960]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:58.1383591Z [00:02:59.960]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:58:58.1384342Z [00:02:59.960]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:58:58.1385090Z [00:02:59.960]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:58.1385795Z [00:02:59.960]➜  EOF
2025-08-20T21:58:58.1426830Z [00:02:59.965]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1065/_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/b1065=>" -p github.com/redis/go-redis/v9 -lang=go1.18 -complete -installsuffix shared -buildid CgYISZ75yqxjZxElx3Xs/CgYISZ75yqxjZxElx3Xs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1065/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:58:58.1447505Z [00:02:59.967]➜  go tool buildid -w $WORK/b1084/_pkg_.a # internal
2025-08-20T21:58:58.1459229Z [00:02:59.971]➜  cp $WORK/b1084/_pkg_.a /root/.cache/go-build/04/04c693fb88fe9427d0024e0e68b75f6c0307d94e9ef0a139df3624dbdd4b6fca-d # internal
2025-08-20T21:58:58.1471652Z [00:02:59.972]➜  github.com/projectdiscovery/go-smb2/internal/utf16le
2025-08-20T21:58:58.1473992Z [00:02:59.972]➜  mkdir -p $WORK/b1087/
2025-08-20T21:58:58.1485885Z [00:02:59.973]➜  cat >/tmp/go-build282983591/b1087/importcfg << 'EOF' # internal
2025-08-20T21:58:58.1486524Z [00:02:59.973]➜  # import config
2025-08-20T21:58:58.1487183Z [00:02:59.973]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:58.1488280Z [00:02:59.973]➜  packagefile unicode/utf16=/tmp/go-build282983591/b070/_pkg_.a
2025-08-20T21:58:58.1489221Z [00:02:59.973]➜  EOF
2025-08-20T21:58:58.1502637Z [00:02:59.975]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1087/_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/b1087=>" -p github.com/projectdiscovery/go-smb2/internal/utf16le -lang=go1.21 -complete -installsuffix shared -buildid lKGI3-DCXNaGfxtOKmme/lKGI3-DCXNaGfxtOKmme -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1087/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/utf16le/utf16le.go
2025-08-20T21:58:58.1736854Z [00:02:59.999]➜  go tool buildid -w $WORK/b1087/_pkg_.a # internal
2025-08-20T21:58:58.1740748Z [00:02:59.999]➜  cp $WORK/b1087/_pkg_.a /root/.cache/go-build/40/40e760df729364ec765ec5ad182d6dc095a063f902bb1d0f2ed8cc821b9c9a03-d # internal
2025-08-20T21:58:58.1746714Z [00:03:00.000]➜  github.com/projectdiscovery/go-smb2/internal/msrpc
2025-08-20T21:58:58.1748564Z [00:03:00.000]➜  mkdir -p $WORK/b1086/
2025-08-20T21:58:58.1750835Z [00:03:00.000]➜  cat >/tmp/go-build282983591/b1086/importcfg << 'EOF' # internal
2025-08-20T21:58:58.1751695Z [00:03:00.000]➜  # import config
2025-08-20T21:58:58.1752727Z [00:03:00.000]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:58.1753837Z [00:03:00.000]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:58.1755312Z [00:03:00.000]➜  packagefile github.com/projectdiscovery/go-smb2/internal/utf16le=/tmp/go-build282983591/b1087/_pkg_.a
2025-08-20T21:58:58.1756282Z [00:03:00.000]➜  EOF
2025-08-20T21:58:58.1761472Z [00:03:00.000]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1086/_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/b1086=>" -p github.com/projectdiscovery/go-smb2/internal/msrpc -lang=go1.21 -complete -installsuffix shared -buildid GW80eWFzAKnrSu1U9wJg/GW80eWFzAKnrSu1U9wJg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1086/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/msrpc/msrpc.go
2025-08-20T21:58:58.2737625Z [00:03:00.099]➜  go tool buildid -w $WORK/b1086/_pkg_.a # internal
2025-08-20T21:58:58.2759764Z [00:03:00.101]➜  cp $WORK/b1086/_pkg_.a /root/.cache/go-build/4f/4f53b7303470df6cabd97d280efc1150adbd83bf9b2b0e1877d3824a2b0d585a-d # internal
2025-08-20T21:58:58.2783113Z [00:03:00.103]➜  github.com/projectdiscovery/go-smb2/internal/ntlm
2025-08-20T21:58:58.2783830Z [00:03:00.103]➜  mkdir -p $WORK/b1088/
2025-08-20T21:58:58.2789136Z [00:03:00.104]➜  cat >/tmp/go-build282983591/b1088/importcfg << 'EOF' # internal
2025-08-20T21:58:58.2791083Z [00:03:00.104]➜  # import config
2025-08-20T21:58:58.2791802Z [00:03:00.104]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:58.2792687Z [00:03:00.104]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:58:58.2793627Z [00:03:00.104]➜  packagefile crypto/md5=/tmp/go-build282983591/b073/_pkg_.a
2025-08-20T21:58:58.2794547Z [00:03:00.104]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:58:58.2795461Z [00:03:00.104]➜  packagefile crypto/rc4=/tmp/go-build282983591/b147/_pkg_.a
2025-08-20T21:58:58.2796414Z [00:03:00.104]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:58.2797306Z [00:03:00.104]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:58.2798514Z [00:03:00.104]➜  packagefile github.com/projectdiscovery/go-smb2/internal/utf16le=/tmp/go-build282983591/b1087/_pkg_.a
2025-08-20T21:58:58.2800012Z [00:03:00.104]➜  packagefile golang.org/x/crypto/md4=/tmp/go-build282983591/b985/_pkg_.a
2025-08-20T21:58:58.2800995Z [00:03:00.104]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:58:58.2801893Z [00:03:00.104]➜  packagefile hash/crc32=/tmp/go-build282983591/b205/_pkg_.a
2025-08-20T21:58:58.2803020Z [00:03:00.104]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:58.2804064Z [00:03:00.104]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:58.2804695Z [00:03:00.104]➜  EOF
2025-08-20T21:58:58.2813108Z [00:03:00.104]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1088/_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/b1088=>" -p github.com/projectdiscovery/go-smb2/internal/ntlm -lang=go1.21 -complete -installsuffix shared -buildid 3Vz7fT4veKh1Yr0eLYkQ/3Vz7fT4veKh1Yr0eLYkQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1088/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:58:58.3562781Z [00:03:00.181]➜  go tool buildid -w $WORK/b1043/_pkg_.a # internal
2025-08-20T21:58:58.3716650Z [00:03:00.197]➜  cp $WORK/b1043/_pkg_.a /root/.cache/go-build/b9/b9d4ac617e1db2dd82ab5d709fe9d8e18591c99410ea83ae7e5dda78665da0fd-d # internal
2025-08-20T21:58:58.3777431Z [00:03:00.203]➜  github.com/projectdiscovery/go-smb2/internal/smb2
2025-08-20T21:58:58.3782476Z [00:03:00.203]➜  mkdir -p $WORK/b1089/
2025-08-20T21:58:58.3791802Z [00:03:00.204]➜  cat >/tmp/go-build282983591/b1089/importcfg << 'EOF' # internal
2025-08-20T21:58:58.3793681Z [00:03:00.204]➜  # import config
2025-08-20T21:58:58.3794951Z [00:03:00.205]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:58.3796603Z [00:03:00.205]➜  packagefile github.com/projectdiscovery/go-smb2/internal/utf16le=/tmp/go-build282983591/b1087/_pkg_.a
2025-08-20T21:58:58.3798768Z [00:03:00.205]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:58.3799623Z [00:03:00.205]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:58.3800698Z [00:03:00.205]➜  packagefile unicode/utf16=/tmp/go-build282983591/b070/_pkg_.a
2025-08-20T21:58:58.3801374Z [00:03:00.205]➜  EOF
2025-08-20T21:58:58.3820352Z [00:03:00.206]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1089/_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/b1089=>" -p github.com/projectdiscovery/go-smb2/internal/smb2 -lang=go1.21 -complete -installsuffix shared -buildid QfKaEhhPYtn16TpAkgYv/QfKaEhhPYtn16TpAkgYv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1089/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:58:58.4526727Z [00:03:00.278]➜  go tool buildid -w $WORK/b1088/_pkg_.a # internal
2025-08-20T21:58:58.4547176Z [00:03:00.280]➜  cp $WORK/b1088/_pkg_.a /root/.cache/go-build/04/045becd58c830396fb15e0e45df674db956901d96117e9701c6563023e9cbe79-d # internal
2025-08-20T21:58:58.4551682Z [00:03:00.280]➜  github.com/geoffgarside/ber
2025-08-20T21:58:58.4555316Z [00:03:00.281]➜  mkdir -p $WORK/b1091/
2025-08-20T21:58:58.4558604Z [00:03:00.281]➜  cat >/tmp/go-build282983591/b1091/importcfg << 'EOF' # internal
2025-08-20T21:58:58.4562025Z [00:03:00.281]➜  # import config
2025-08-20T21:58:58.4565200Z [00:03:00.282]➜  packagefile encoding/asn1=/tmp/go-build282983591/b128/_pkg_.a
2025-08-20T21:58:58.4572415Z [00:03:00.282]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:58.4573223Z [00:03:00.282]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:58.4580345Z [00:03:00.283]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:58:58.4581179Z [00:03:00.283]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:58:58.4582022Z [00:03:00.283]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:58.4582815Z [00:03:00.283]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:58.4583600Z [00:03:00.283]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:58.4584371Z [00:03:00.283]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:58.4585176Z [00:03:00.283]➜  packagefile unicode/utf16=/tmp/go-build282983591/b070/_pkg_.a
2025-08-20T21:58:58.4586026Z [00:03:00.283]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:58:58.4586643Z [00:03:00.283]➜  EOF
2025-08-20T21:58:58.4591188Z [00:03:00.283]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1091/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/geoffgarside/ber@v1.1.0=>github.com/geoffgarside/ber@v1.1.0;$WORK/b1091=>" -p github.com/geoffgarside/ber -lang=go1.13 -complete -installsuffix shared -buildid 0wYgMUuiYSxcl3kLHezw/0wYgMUuiYSxcl3kLHezw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1091/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:58:58.6280484Z [00:03:00.450]➜  go tool buildid -w $WORK/b1091/_pkg_.a # internal
2025-08-20T21:58:58.6286796Z [00:03:00.454]➜  cp $WORK/b1091/_pkg_.a /root/.cache/go-build/1e/1e8439df0c1c0af7be672613f2e53f6e91a211f71cdb78b37afc508b82b05f8a-d # internal
2025-08-20T21:58:58.6296269Z [00:03:00.455]➜  github.com/projectdiscovery/go-smb2/internal/spnego
2025-08-20T21:58:58.6299083Z [00:03:00.455]➜  mkdir -p $WORK/b1090/
2025-08-20T21:58:58.6300978Z [00:03:00.455]➜  cat >/tmp/go-build282983591/b1090/importcfg << 'EOF' # internal
2025-08-20T21:58:58.6303840Z [00:03:00.456]➜  # import config
2025-08-20T21:58:58.6306716Z [00:03:00.456]➜  packagefile encoding/asn1=/tmp/go-build282983591/b128/_pkg_.a
2025-08-20T21:58:58.6307841Z [00:03:00.456]➜  packagefile github.com/geoffgarside/ber=/tmp/go-build282983591/b1091/_pkg_.a
2025-08-20T21:58:58.6308679Z [00:03:00.456]➜  EOF
2025-08-20T21:58:58.6313646Z [00:03:00.456]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1090/_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/b1090=>" -p github.com/projectdiscovery/go-smb2/internal/spnego -lang=go1.21 -complete -installsuffix shared -buildid 7Uz-JMSo5vGgmNXb-B3a/7Uz-JMSo5vGgmNXb-B3a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1090/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/go-smb2@v0.0.0-20240129202741-052cc450c6cb/internal/spnego/spnego.go
2025-08-20T21:58:58.6458722Z [00:03:00.471]➜  go tool buildid -w $WORK/b1090/_pkg_.a # internal
2025-08-20T21:58:58.6466513Z [00:03:00.472]➜  cp $WORK/b1090/_pkg_.a /root/.cache/go-build/aa/aa073c31470507e1a6d3638b466e26f0d4708aace0501cb7d94a7322b96cde66-d # internal
2025-08-20T21:58:58.6473102Z [00:03:00.472]➜  github.com/zmap/zgrab2/lib/smb/smb/encoder
2025-08-20T21:58:58.6480719Z [00:03:00.473]➜  mkdir -p $WORK/b1094/
2025-08-20T21:58:58.6483276Z [00:03:00.474]➜  cat >/tmp/go-build282983591/b1094/importcfg << 'EOF' # internal
2025-08-20T21:58:58.6491855Z [00:03:00.474]➜  # import config
2025-08-20T21:58:58.6492531Z [00:03:00.474]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:58:58.6493418Z [00:03:00.474]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:58.6494308Z [00:03:00.474]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:58.6495116Z [00:03:00.474]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:58.6495987Z [00:03:00.474]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:58:58.6496690Z [00:03:00.474]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:58.6497500Z [00:03:00.474]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:58.6498390Z [00:03:00.474]➜  packagefile unicode/utf16=/tmp/go-build282983591/b070/_pkg_.a
2025-08-20T21:58:58.6499035Z [00:03:00.474]➜  EOF
2025-08-20T21:58:58.6503588Z [00:03:00.474]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1094/_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/b1094=>" -p github.com/zmap/zgrab2/lib/smb/smb/encoder -lang=go1.12 -complete -installsuffix shared -buildid 6pB9g54FscYyHj6gE-ca/6pB9g54FscYyHj6gE-ca -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1094/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:58:58.7301222Z [00:03:00.555]➜  go tool buildid -w $WORK/b877/_pkg_.a # internal
2025-08-20T21:58:58.7446269Z [00:03:00.570]➜  go tool buildid -w $WORK/b1094/_pkg_.a # internal
2025-08-20T21:58:58.7461632Z [00:03:00.571]➜  cp $WORK/b1094/_pkg_.a /root/.cache/go-build/90/9092879967b547e65d88dc55460b61f480badcecaf2144c419e6a8978d0373de-d # internal
2025-08-20T21:58:58.7471068Z [00:03:00.572]➜  github.com/zmap/zgrab2/lib/smb/gss
2025-08-20T21:58:58.7474294Z [00:03:00.573]➜  mkdir -p $WORK/b1093/
2025-08-20T21:58:58.7482549Z [00:03:00.573]➜  cat >/tmp/go-build282983591/b1093/importcfg << 'EOF' # internal
2025-08-20T21:58:58.7488357Z [00:03:00.573]➜  # import config
2025-08-20T21:58:58.7489002Z [00:03:00.573]➜  packagefile encoding/asn1=/tmp/go-build282983591/b128/_pkg_.a
2025-08-20T21:58:58.7490209Z [00:03:00.573]➜  packagefile github.com/zmap/zgrab2/lib/smb/smb/encoder=/tmp/go-build282983591/b1094/_pkg_.a
2025-08-20T21:58:58.7491132Z [00:03:00.573]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:58.7491852Z [00:03:00.573]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:58.7492571Z [00:03:00.573]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:58.7493134Z [00:03:00.573]➜  EOF
2025-08-20T21:58:58.7501249Z [00:03:00.575]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1093/_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/b1093=>" -p github.com/zmap/zgrab2/lib/smb/gss -lang=go1.12 -complete -installsuffix shared -buildid o4jd0RCbqtiQzjtRgP9b/o4jd0RCbqtiQzjtRgP9b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1093/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:58:58.7574328Z [00:03:00.582]➜  cp $WORK/b877/_pkg_.a /root/.cache/go-build/9a/9ae3ea444cb7fd31ab50ea03b62d44d2725cfc5674c592dc7aea75c2ac1c9bf4-d # internal
2025-08-20T21:58:58.7584914Z [00:03:00.584]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/fs
2025-08-20T21:58:58.7589765Z [00:03:00.584]➜  mkdir -p $WORK/b876/
2025-08-20T21:58:58.7591081Z [00:03:00.584]➜  cat >/tmp/go-build282983591/b876/importcfg << 'EOF' # internal
2025-08-20T21:58:58.7591930Z [00:03:00.584]➜  # import config
2025-08-20T21:58:58.7592580Z [00:03:00.584]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:58.7593958Z [00:03:00.584]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build282983591/b877/_pkg_.a
2025-08-20T21:58:58.7595267Z [00:03:00.584]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:58:58.7595875Z [00:03:00.584]➜  EOF
2025-08-20T21:58:58.7599427Z [00:03:00.584]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b876/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/fs=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/fs;$WORK/b876=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/fs -lang=go1.24 -complete -installsuffix shared -buildid zgEX5Rnod_a5AzSEVFG9/zgEX5Rnod_a5AzSEVFG9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b876/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/fs/fs.go
2025-08-20T21:58:58.7841200Z [00:03:00.609]➜  go tool buildid -w $WORK/b1093/_pkg_.a # internal
2025-08-20T21:58:58.7862425Z [00:03:00.610]➜  cp $WORK/b1093/_pkg_.a /root/.cache/go-build/69/693e40a26bf57844a9fd6d43653795fcd139d524bd75e9cc076784d1a1519345-d # internal
2025-08-20T21:58:58.7864374Z [00:03:00.610]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/kerberos
2025-08-20T21:58:58.7866782Z [00:03:00.610]➜  mkdir -p $WORK/b967/
2025-08-20T21:58:58.7867516Z [00:03:00.611]➜  cat >/tmp/go-build282983591/b967/importcfg << 'EOF' # internal
2025-08-20T21:58:58.7868175Z [00:03:00.611]➜  # import config
2025-08-20T21:58:58.7868820Z [00:03:00.611]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:58.7869704Z [00:03:00.611]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:58:58.7873481Z [00:03:00.611]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:58.7874539Z [00:03:00.611]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:58.7875514Z [00:03:00.611]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build282983591/b847/_pkg_.a
2025-08-20T21:58:58.7876669Z [00:03:00.611]➜  packagefile github.com/jcmturner/gokrb5/v8/client=/tmp/go-build282983591/b968/_pkg_.a
2025-08-20T21:58:58.7877878Z [00:03:00.611]➜  packagefile github.com/jcmturner/gokrb5/v8/config=/tmp/go-build282983591/b969/_pkg_.a
2025-08-20T21:58:58.7879146Z [00:03:00.611]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/errorcode=/tmp/go-build282983591/b994/_pkg_.a
2025-08-20T21:58:58.7880507Z [00:03:00.611]➜  packagefile github.com/jcmturner/gokrb5/v8/messages=/tmp/go-build282983591/b999/_pkg_.a
2025-08-20T21:58:58.7881788Z [00:03:00.611]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/utils=/tmp/go-build282983591/b871/_pkg_.a
2025-08-20T21:58:58.7883450Z [00:03:00.611]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build282983591/b877/_pkg_.a
2025-08-20T21:58:58.7885006Z [00:03:00.611]➜  packagefile github.com/projectdiscovery/utils/conversion=/tmp/go-build282983591/b231/_pkg_.a
2025-08-20T21:58:58.7886005Z [00:03:00.611]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:58.7886747Z [00:03:00.611]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:58.7887549Z [00:03:00.611]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:58.7888375Z [00:03:00.611]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:58.7888991Z [00:03:00.611]➜  EOF
2025-08-20T21:58:58.7894998Z [00:03:00.611]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b967/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/kerberos=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/kerberos;$WORK/b967=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/kerberos -lang=go1.24 -complete -installsuffix shared -buildid 9lcK2FTOCSqgH91QSIv8/9lcK2FTOCSqgH91QSIv8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b967/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/kerberos/kerberosx.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/kerberos/sendtokdc.go
2025-08-20T21:58:58.7899289Z [00:03:00.614]➜  go tool buildid -w $WORK/b876/_pkg_.a # internal
2025-08-20T21:58:58.7912339Z [00:03:00.616]➜  cp $WORK/b876/_pkg_.a /root/.cache/go-build/fa/fab7110d911a741fc8149cd6985b0d3f4c8638eb5eab5065a371a5475d8c380a-d # internal
2025-08-20T21:58:58.7913638Z [00:03:00.616]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libfs
2025-08-20T21:58:58.7914344Z [00:03:00.616]➜  mkdir -p $WORK/b875/
2025-08-20T21:58:58.7915686Z [00:03:00.617]➜  cat >/tmp/go-build282983591/b875/importcfg << 'EOF' # internal
2025-08-20T21:58:58.7917389Z [00:03:00.617]➜  # import config
2025-08-20T21:58:58.7918169Z [00:03:00.617]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build282983591/b847/_pkg_.a
2025-08-20T21:58:58.7919385Z [00:03:00.617]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build282983591/b870/_pkg_.a
2025-08-20T21:58:58.7920994Z [00:03:00.617]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/fs=/tmp/go-build282983591/b876/_pkg_.a
2025-08-20T21:58:58.7921895Z [00:03:00.617]➜  EOF
2025-08-20T21:58:58.7930204Z [00:03:00.618]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b875/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libfs=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libfs;$WORK/b875=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libfs -lang=go1.24 -complete -installsuffix shared -buildid MTk2yIMmYoI6BLCtbdjH/MTk2yIMmYoI6BLCtbdjH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b875/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libfs/fs.go
2025-08-20T21:58:58.8684071Z [00:03:00.694]➜  go tool buildid -w $WORK/b875/_pkg_.a # internal
2025-08-20T21:58:58.8717197Z [00:03:00.697]➜  cp $WORK/b875/_pkg_.a /root/.cache/go-build/4f/4f68ad3be49933c02b1b0122d129282618c1410e25c0a99ee9d2b778ae247cab-d # internal
2025-08-20T21:58:58.8726077Z [00:03:00.698]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/ldap
2025-08-20T21:58:58.8731576Z [00:03:00.698]➜  mkdir -p $WORK/b1006/
2025-08-20T21:58:58.8742087Z [00:03:00.699]➜  cat >/tmp/go-build282983591/b1006/importcfg << 'EOF' # internal
2025-08-20T21:58:58.8746804Z [00:03:00.700]➜  # import config
2025-08-20T21:58:58.8751162Z [00:03:00.700]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:58.8752040Z [00:03:00.700]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:58:58.8752873Z [00:03:00.700]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:58.8753785Z [00:03:00.700]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build282983591/b847/_pkg_.a
2025-08-20T21:58:58.8754848Z [00:03:00.700]➜  packagefile github.com/go-ldap/ldap/v3=/tmp/go-build282983591/b1007/_pkg_.a
2025-08-20T21:58:58.8756168Z [00:03:00.700]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/utils=/tmp/go-build282983591/b871/_pkg_.a
2025-08-20T21:58:58.8757833Z [00:03:00.700]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build282983591/b877/_pkg_.a
2025-08-20T21:58:58.8759117Z [00:03:00.700]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:58.8760193Z [00:03:00.700]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:58.8760992Z [00:03:00.700]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:58:58.8761829Z [00:03:00.700]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:58.8762610Z [00:03:00.700]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:58.8763192Z [00:03:00.700]➜  EOF
2025-08-20T21:58:58.8773818Z [00:03:00.702]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1006/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/ldap=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/ldap;$WORK/b1006=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/ldap -lang=go1.24 -complete -installsuffix shared -buildid u5SA4a467Fhc7eV65Wmr/u5SA4a467Fhc7eV65Wmr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1006/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/ldap/adenum.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/ldap/ldap.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/ldap/utils.go
2025-08-20T21:58:59.2332010Z [00:03:01.058]➜  go tool buildid -w $WORK/b1089/_pkg_.a # internal
2025-08-20T21:58:59.2690091Z [00:03:01.094]➜  cp $WORK/b1089/_pkg_.a /root/.cache/go-build/0a/0a7c9fd1afc2aea702df7bd060ca46fd352ed8c70a1d3d547f697e73a158e1ce-d # internal
2025-08-20T21:58:59.2725501Z [00:03:01.098]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/mssql
2025-08-20T21:58:59.2730921Z [00:03:01.098]➜  mkdir -p $WORK/b1011/
2025-08-20T21:58:59.2739676Z [00:03:01.099]➜  cat >/tmp/go-build282983591/b1011/importcfg << 'EOF' # internal
2025-08-20T21:58:59.2740793Z [00:03:01.099]➜  # import config
2025-08-20T21:58:59.2741668Z [00:03:01.099]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:59.2742758Z [00:03:01.099]➜  packagefile database/sql=/tmp/go-build282983591/b872/_pkg_.a
2025-08-20T21:58:59.2743817Z [00:03:01.099]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:59.2744804Z [00:03:01.099]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:59.2745905Z [00:03:01.099]➜  packagefile github.com/microsoft/go-mssqldb=/tmp/go-build282983591/b1012/_pkg_.a
2025-08-20T21:58:59.2747466Z [00:03:01.099]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/mssql=/tmp/go-build282983591/b1027/_pkg_.a
2025-08-20T21:58:59.2749131Z [00:03:01.099]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/utils=/tmp/go-build282983591/b871/_pkg_.a
2025-08-20T21:58:59.2751342Z [00:03:01.099]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build282983591/b877/_pkg_.a
2025-08-20T21:58:59.2753081Z [00:03:01.099]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:59.2754101Z [00:03:01.099]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:59.2755071Z [00:03:01.099]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:59.2756031Z [00:03:01.099]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:59.2756794Z [00:03:01.099]➜  EOF
2025-08-20T21:58:59.2768247Z [00:03:01.102]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1011/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/mssql=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/mssql;$WORK/b1011=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/mssql -lang=go1.24 -complete -installsuffix shared -buildid Woyw4of42ON33JWFqgzw/Woyw4of42ON33JWFqgzw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1011/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/mssql/memo.mssql.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/mssql/mssql.go
2025-08-20T21:58:59.7306407Z [00:03:01.556]➜  go tool buildid -w $WORK/b967/_pkg_.a # internal
2025-08-20T21:58:59.7486251Z [00:03:01.574]➜  go tool buildid -w $WORK/b1006/_pkg_.a # internal
2025-08-20T21:58:59.7493109Z [00:03:01.574]➜  cp $WORK/b967/_pkg_.a /root/.cache/go-build/a6/a6c9893f61d22981cfbfbea79f95670eb16a03b0095f6b6d1850abc12c0bceda-d # internal
2025-08-20T21:58:59.7494546Z [00:03:01.574]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libkerberos
2025-08-20T21:58:59.7495382Z [00:03:01.574]➜  mkdir -p $WORK/b966/
2025-08-20T21:58:59.7508066Z [00:03:01.576]➜  cat >/tmp/go-build282983591/b966/importcfg << 'EOF' # internal
2025-08-20T21:58:59.7508874Z [00:03:01.576]➜  # import config
2025-08-20T21:58:59.7509693Z [00:03:01.576]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build282983591/b847/_pkg_.a
2025-08-20T21:58:59.7516173Z [00:03:01.576]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build282983591/b870/_pkg_.a
2025-08-20T21:58:59.7517802Z [00:03:01.576]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/kerberos=/tmp/go-build282983591/b967/_pkg_.a
2025-08-20T21:58:59.7519225Z [00:03:01.576]➜  EOF
2025-08-20T21:58:59.7523967Z [00:03:01.576]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b966/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libkerberos=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libkerberos;$WORK/b966=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libkerberos -lang=go1.24 -complete -installsuffix shared -buildid ttZzHB3dh689LM-Gir_f/ttZzHB3dh689LM-Gir_f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b966/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libkerberos/kerberos.go
2025-08-20T21:58:59.7639298Z [00:03:01.589]➜  cp $WORK/b1006/_pkg_.a /root/.cache/go-build/ba/bac28623645c465ba05fd09011bacd2c3f00b8573139d825a7f9ca2901c1ab4d-d # internal
2025-08-20T21:58:59.7644103Z [00:03:01.590]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libldap
2025-08-20T21:58:59.7652182Z [00:03:01.590]➜  mkdir -p $WORK/b1005/
2025-08-20T21:58:59.7660215Z [00:03:01.591]➜  cat >/tmp/go-build282983591/b1005/importcfg << 'EOF' # internal
2025-08-20T21:58:59.7661895Z [00:03:01.591]➜  # import config
2025-08-20T21:58:59.7663046Z [00:03:01.591]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build282983591/b847/_pkg_.a
2025-08-20T21:58:59.7664704Z [00:03:01.591]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build282983591/b870/_pkg_.a
2025-08-20T21:58:59.7667445Z [00:03:01.591]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/ldap=/tmp/go-build282983591/b1006/_pkg_.a
2025-08-20T21:58:59.7668690Z [00:03:01.591]➜  EOF
2025-08-20T21:58:59.7684494Z [00:03:01.593]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1005/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libldap=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libldap;$WORK/b1005=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libldap -lang=go1.24 -complete -installsuffix shared -buildid W5zqDAWTcU2uqdMXyVg1/W5zqDAWTcU2uqdMXyVg1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1005/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libldap/ldap.go
2025-08-20T21:58:59.8725780Z [00:03:01.698]➜  go tool buildid -w $WORK/b1005/_pkg_.a # internal
2025-08-20T21:58:59.8773977Z [00:03:01.703]➜  go tool buildid -w $WORK/b966/_pkg_.a # internal
2025-08-20T21:58:59.8786175Z [00:03:01.703]➜  cp $WORK/b1005/_pkg_.a /root/.cache/go-build/9b/9b106474365b5dce4044d45d88d89538236862ab4fbbcd04ef1f878d11d7d108-d # internal
2025-08-20T21:58:59.8787533Z [00:03:01.703]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/mysql
2025-08-20T21:58:59.8790027Z [00:03:01.703]➜  mkdir -p $WORK/b1031/
2025-08-20T21:58:59.8791397Z [00:03:01.704]➜  cat >/tmp/go-build282983591/b1031/importcfg << 'EOF' # internal
2025-08-20T21:58:59.8792144Z [00:03:01.704]➜  # import config
2025-08-20T21:58:59.8792803Z [00:03:01.704]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:59.8793660Z [00:03:01.704]➜  packagefile database/sql=/tmp/go-build282983591/b872/_pkg_.a
2025-08-20T21:58:59.8794432Z [00:03:01.704]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:58:59.8795165Z [00:03:01.704]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:59.8796040Z [00:03:01.704]➜  packagefile github.com/go-sql-driver/mysql=/tmp/go-build282983591/b896/_pkg_.a
2025-08-20T21:58:59.8797203Z [00:03:01.704]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build282983591/b1028/_pkg_.a
2025-08-20T21:58:59.8798679Z [00:03:01.704]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/mysql=/tmp/go-build282983591/b1032/_pkg_.a
2025-08-20T21:58:59.8807374Z [00:03:01.704]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/utils=/tmp/go-build282983591/b871/_pkg_.a
2025-08-20T21:58:59.8809086Z [00:03:01.704]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build282983591/b877/_pkg_.a
2025-08-20T21:58:59.8810880Z [00:03:01.704]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:58:59.8811650Z [00:03:01.704]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:58:59.8812420Z [00:03:01.704]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:59.8813202Z [00:03:01.704]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:58:59.8814019Z [00:03:01.705]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:58:59.8814859Z [00:03:01.705]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:59.8815437Z [00:03:01.705]➜  EOF
2025-08-20T21:58:59.8820744Z [00:03:01.705]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1031/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/mysql=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/mysql;$WORK/b1031=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/mysql -lang=go1.24 -complete -installsuffix shared -buildid fP305Q4UMuoCVMT-EtIk/fP305Q4UMuoCVMT-EtIk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1031/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/mysql/memo.mysql.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/mysql/memo.mysql_private.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/mysql/mysql.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/mysql/mysql_private.go
2025-08-20T21:58:59.8853224Z [00:03:01.709]➜  cp $WORK/b966/_pkg_.a /root/.cache/go-build/2e/2e6b262a0f39733ef7aaf76a1e592af44233187ae6be938bda8a7e37ce7931f0-d # internal
2025-08-20T21:58:59.8880099Z [00:03:01.713]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/net
2025-08-20T21:58:59.8883355Z [00:03:01.713]➜  mkdir -p $WORK/b1034/
2025-08-20T21:58:59.8912646Z [00:03:01.716]➜  cat >/tmp/go-build282983591/b1034/importcfg << 'EOF' # internal
2025-08-20T21:58:59.8914050Z [00:03:01.716]➜  # import config
2025-08-20T21:58:59.8916629Z [00:03:01.716]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:58:59.8917650Z [00:03:01.716]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:58:59.8918572Z [00:03:01.716]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:58:59.8919386Z [00:03:01.716]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:58:59.8920874Z [00:03:01.716]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build282983591/b877/_pkg_.a
2025-08-20T21:58:59.8922491Z [00:03:01.716]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:58:59.8923815Z [00:03:01.716]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:58:59.8937119Z [00:03:01.716]➜  packagefile github.com/projectdiscovery/utils/reader=/tmp/go-build282983591/b473/_pkg_.a
2025-08-20T21:58:59.8938212Z [00:03:01.717]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:58:59.8939033Z [00:03:01.717]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:58:59.8939967Z [00:03:01.717]➜  EOF
2025-08-20T21:58:59.8943604Z [00:03:01.717]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1034/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/net=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/net;$WORK/b1034=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/net -lang=go1.24 -complete -installsuffix shared -buildid p0nwb_Z1fJshubJtEpxR/p0nwb_Z1fJshubJtEpxR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1034/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/net/net.go
2025-08-20T21:59:00.0149640Z [00:03:01.840]➜  go tool buildid -w $WORK/b1011/_pkg_.a # internal
2025-08-20T21:59:00.0250190Z [00:03:01.849]➜  cp $WORK/b1011/_pkg_.a /root/.cache/go-build/fc/fc9b6ab294bb5433587955dd932d332f2d86e12da426cec28b7d85d27313099a-d # internal
2025-08-20T21:59:00.0259769Z [00:03:01.850]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libmssql
2025-08-20T21:59:00.0261046Z [00:03:01.850]➜  mkdir -p $WORK/b1010/
2025-08-20T21:59:00.0261832Z [00:03:01.850]➜  cat >/tmp/go-build282983591/b1010/importcfg << 'EOF' # internal
2025-08-20T21:59:00.0262540Z [00:03:01.850]➜  # import config
2025-08-20T21:59:00.0263273Z [00:03:01.850]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build282983591/b847/_pkg_.a
2025-08-20T21:59:00.0264337Z [00:03:01.850]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build282983591/b870/_pkg_.a
2025-08-20T21:59:00.0265610Z [00:03:01.850]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/mssql=/tmp/go-build282983591/b1011/_pkg_.a
2025-08-20T21:59:00.0266440Z [00:03:01.850]➜  EOF
2025-08-20T21:59:00.0270700Z [00:03:01.850]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1010/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libmssql=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libmssql;$WORK/b1010=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libmssql -lang=go1.24 -complete -installsuffix shared -buildid n1-KVfbrDbq3U6A1e_bW/n1-KVfbrDbq3U6A1e_bW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1010/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libmssql/mssql.go
2025-08-20T21:59:00.0838106Z [00:03:01.909]➜  go tool buildid -w $WORK/b1010/_pkg_.a # internal
2025-08-20T21:59:00.0865254Z [00:03:01.912]➜  cp $WORK/b1010/_pkg_.a /root/.cache/go-build/ea/ea11c76757e369636c6189d3297f9ce5a690ca2bd4f641c31b20b2aa7e7ed09a-d # internal
2025-08-20T21:59:00.0872690Z [00:03:01.912]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/oracle
2025-08-20T21:59:00.0883406Z [00:03:01.913]➜  mkdir -p $WORK/b1036/
2025-08-20T21:59:00.0884807Z [00:03:01.914]➜  cat >/tmp/go-build282983591/b1036/importcfg << 'EOF' # internal
2025-08-20T21:59:00.0887509Z [00:03:01.914]➜  # import config
2025-08-20T21:59:00.0888193Z [00:03:01.914]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:00.0889262Z [00:03:01.914]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:00.0890318Z [00:03:01.914]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:00.0891453Z [00:03:01.914]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build282983591/b1028/_pkg_.a
2025-08-20T21:59:00.0893049Z [00:03:01.914]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/oracledb=/tmp/go-build282983591/b1037/_pkg_.a
2025-08-20T21:59:00.0894824Z [00:03:01.914]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build282983591/b877/_pkg_.a
2025-08-20T21:59:00.0896124Z [00:03:01.914]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:00.0896923Z [00:03:01.914]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:00.0897708Z [00:03:01.914]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:00.0898332Z [00:03:01.914]➜  EOF
2025-08-20T21:59:00.0908044Z [00:03:01.916]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1036/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/oracle=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/oracle;$WORK/b1036=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/oracle -lang=go1.24 -complete -installsuffix shared -buildid tzBmPDVNSHt6tzpVPj6v/tzBmPDVNSHt6tzpVPj6v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1036/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/oracle/memo.oracle.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/oracle/oracle.go
2025-08-20T21:59:00.6832795Z [00:03:02.508]➜  go tool buildid -w $WORK/b1034/_pkg_.a # internal
2025-08-20T21:59:00.6925321Z [00:03:02.518]➜  cp $WORK/b1034/_pkg_.a /root/.cache/go-build/1c/1c1770a8e8e3220ace55056bd3efed92d6622964aa1828932caba0e67dbdf661-d # internal
2025-08-20T21:59:00.6930705Z [00:03:02.518]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libnet
2025-08-20T21:59:00.6931568Z [00:03:02.518]➜  mkdir -p $WORK/b1033/
2025-08-20T21:59:00.6938637Z [00:03:02.519]➜  cat >/tmp/go-build282983591/b1033/importcfg << 'EOF' # internal
2025-08-20T21:59:00.6939301Z [00:03:02.519]➜  # import config
2025-08-20T21:59:00.6940150Z [00:03:02.519]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build282983591/b847/_pkg_.a
2025-08-20T21:59:00.6941406Z [00:03:02.519]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build282983591/b870/_pkg_.a
2025-08-20T21:59:00.6942812Z [00:03:02.519]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/net=/tmp/go-build282983591/b1034/_pkg_.a
2025-08-20T21:59:00.6943722Z [00:03:02.519]➜  EOF
2025-08-20T21:59:00.6947741Z [00:03:02.519]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1033/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libnet=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libnet;$WORK/b1033=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libnet -lang=go1.24 -complete -installsuffix shared -buildid o3vMdxS74M4UOfjBi2ec/o3vMdxS74M4UOfjBi2ec -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1033/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libnet/net.go
2025-08-20T21:59:00.6992396Z [00:03:02.524]➜  go tool buildid -w $WORK/b1031/_pkg_.a # internal
2025-08-20T21:59:00.7205012Z [00:03:02.546]➜  cp $WORK/b1031/_pkg_.a /root/.cache/go-build/e4/e48e29336e3024d3f36c807f73b452226d31c48bfef420c8b215caa39de64dfa-d # internal
2025-08-20T21:59:00.7206908Z [00:03:02.546]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libmysql
2025-08-20T21:59:00.7209942Z [00:03:02.546]➜  mkdir -p $WORK/b1030/
2025-08-20T21:59:00.7211063Z [00:03:02.546]➜  cat >/tmp/go-build282983591/b1030/importcfg << 'EOF' # internal
2025-08-20T21:59:00.7213099Z [00:03:02.546]➜  # import config
2025-08-20T21:59:00.7215945Z [00:03:02.546]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build282983591/b847/_pkg_.a
2025-08-20T21:59:00.7217308Z [00:03:02.546]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build282983591/b870/_pkg_.a
2025-08-20T21:59:00.7219016Z [00:03:02.546]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/mysql=/tmp/go-build282983591/b1031/_pkg_.a
2025-08-20T21:59:00.7220178Z [00:03:02.546]➜  EOF
2025-08-20T21:59:00.7224307Z [00:03:02.546]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1030/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libmysql=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libmysql;$WORK/b1030=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libmysql -lang=go1.24 -complete -installsuffix shared -buildid 9ASDvwxTFyqsc5inlJxu/9ASDvwxTFyqsc5inlJxu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1030/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libmysql/mysql.go
2025-08-20T21:59:00.7701290Z [00:03:02.595]➜  go tool buildid -w $WORK/b1033/_pkg_.a # internal
2025-08-20T21:59:00.7732708Z [00:03:02.598]➜  cp $WORK/b1033/_pkg_.a /root/.cache/go-build/78/78547c9eb0f2cad18f6045f8cf1b7a3844aeb0bc806fb6a0f91374b405b5be15-d # internal
2025-08-20T21:59:00.7747980Z [00:03:02.598]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/pop3
2025-08-20T21:59:00.7748692Z [00:03:02.598]➜  mkdir -p $WORK/b1039/
2025-08-20T21:59:00.7749426Z [00:03:02.599]➜  cat >/tmp/go-build282983591/b1039/importcfg << 'EOF' # internal
2025-08-20T21:59:00.7750291Z [00:03:02.599]➜  # import config
2025-08-20T21:59:00.7750954Z [00:03:02.599]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:00.7751774Z [00:03:02.599]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:00.7752568Z [00:03:02.599]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:00.7753672Z [00:03:02.599]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build282983591/b1028/_pkg_.a
2025-08-20T21:59:00.7755234Z [00:03:02.599]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/pop3=/tmp/go-build282983591/b1040/_pkg_.a
2025-08-20T21:59:00.7757175Z [00:03:02.599]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build282983591/b877/_pkg_.a
2025-08-20T21:59:00.7758421Z [00:03:02.599]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:00.7759223Z [00:03:02.599]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:00.7780341Z [00:03:02.599]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:00.7781028Z [00:03:02.599]➜  EOF
2025-08-20T21:59:00.7785584Z [00:03:02.599]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1039/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/pop3=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/pop3;$WORK/b1039=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/pop3 -lang=go1.24 -complete -installsuffix shared -buildid bkyLljN7VB9kNhu82iZy/bkyLljN7VB9kNhu82iZy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1039/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/pop3/memo.pop3.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/pop3/pop3.go
2025-08-20T21:59:00.8455725Z [00:03:02.671]➜  go tool buildid -w $WORK/b1030/_pkg_.a # internal
2025-08-20T21:59:00.8478355Z [00:03:02.673]➜  cp $WORK/b1030/_pkg_.a /root/.cache/go-build/9d/9d306b2f7eecd2926d899ead2b549be6a34a683e51eb1cc9545da60a3e860506-d # internal
2025-08-20T21:59:00.8534057Z [00:03:02.679]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/utils/pgwrap
2025-08-20T21:59:00.8536114Z [00:03:02.679]➜  mkdir -p $WORK/b1055/
2025-08-20T21:59:00.8537892Z [00:03:02.679]➜  cat >/tmp/go-build282983591/b1055/importcfg << 'EOF' # internal
2025-08-20T21:59:00.8538570Z [00:03:02.679]➜  # import config
2025-08-20T21:59:00.8539208Z [00:03:02.679]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:00.8540221Z [00:03:02.679]➜  packagefile database/sql=/tmp/go-build282983591/b872/_pkg_.a
2025-08-20T21:59:00.8541195Z [00:03:02.679]➜  packagefile database/sql/driver=/tmp/go-build282983591/b328/_pkg_.a
2025-08-20T21:59:00.8542060Z [00:03:02.679]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:00.8542905Z [00:03:02.679]➜  packagefile github.com/lib/pq=/tmp/go-build282983591/b1056/_pkg_.a
2025-08-20T21:59:00.8544070Z [00:03:02.679]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer=/tmp/go-build282983591/b344/_pkg_.a
2025-08-20T21:59:00.8545642Z [00:03:02.679]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build282983591/b877/_pkg_.a
2025-08-20T21:59:00.8546857Z [00:03:02.679]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:00.8547613Z [00:03:02.679]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:00.8548365Z [00:03:02.679]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:00.8548937Z [00:03:02.679]➜  EOF
2025-08-20T21:59:00.8552886Z [00:03:02.679]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1055/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/utils/pgwrap=>github.com/projectdiscovery/nuclei/v3/pkg/js/utils/pgwrap;$WORK/b1055=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/utils/pgwrap -lang=go1.24 -complete -installsuffix shared -buildid BRkvohlcqUuOrRfV1VBv/BRkvohlcqUuOrRfV1VBv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1055/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/utils/pgwrap/pgwrap.go
2025-08-20T21:59:01.0465803Z [00:03:02.872]➜  go tool buildid -w $WORK/b1036/_pkg_.a # internal
2025-08-20T21:59:01.0558410Z [00:03:02.881]➜  cp $WORK/b1036/_pkg_.a /root/.cache/go-build/6e/6e03faff1f80d07a0c596aad5088177a29236bcea474e8241e824228bbdabe1c-d # internal
2025-08-20T21:59:01.0575816Z [00:03:02.881]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/liboracle
2025-08-20T21:59:01.0576578Z [00:03:02.881]➜  mkdir -p $WORK/b1035/
2025-08-20T21:59:01.0577295Z [00:03:02.881]➜  cat >/tmp/go-build282983591/b1035/importcfg << 'EOF' # internal
2025-08-20T21:59:01.0577914Z [00:03:02.881]➜  # import config
2025-08-20T21:59:01.0578830Z [00:03:02.881]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build282983591/b847/_pkg_.a
2025-08-20T21:59:01.0580162Z [00:03:02.881]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build282983591/b870/_pkg_.a
2025-08-20T21:59:01.0581560Z [00:03:02.882]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/oracle=/tmp/go-build282983591/b1036/_pkg_.a
2025-08-20T21:59:01.0582444Z [00:03:02.882]➜  EOF
2025-08-20T21:59:01.0586527Z [00:03:02.882]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1035/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/liboracle=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/liboracle;$WORK/b1035=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/liboracle -lang=go1.24 -complete -installsuffix shared -buildid qEE9Mlrd7fhKmwh4HSMo/qEE9Mlrd7fhKmwh4HSMo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1035/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/liboracle/oracle.go
2025-08-20T21:59:01.1136821Z [00:03:02.939]➜  go tool buildid -w $WORK/b1035/_pkg_.a # internal
2025-08-20T21:59:01.1158591Z [00:03:02.941]➜  cp $WORK/b1035/_pkg_.a /root/.cache/go-build/d3/d3978bdb55d9908d73676d48746ee316c8ec0034d7a54148a62ced9f9cca977e-d # internal
2025-08-20T21:59:01.1161528Z [00:03:02.941]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/rdp
2025-08-20T21:59:01.1162561Z [00:03:02.941]➜  mkdir -p $WORK/b1060/
2025-08-20T21:59:01.1168453Z [00:03:02.942]➜  cat >/tmp/go-build282983591/b1060/importcfg << 'EOF' # internal
2025-08-20T21:59:01.1181286Z [00:03:02.942]➜  # import config
2025-08-20T21:59:01.1183863Z [00:03:02.942]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:01.1185351Z [00:03:02.942]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:01.1186690Z [00:03:02.942]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:01.1188792Z [00:03:02.942]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build282983591/b1028/_pkg_.a
2025-08-20T21:59:01.1191268Z [00:03:02.942]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/rdp=/tmp/go-build282983591/b1061/_pkg_.a
2025-08-20T21:59:01.1193625Z [00:03:02.942]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build282983591/b877/_pkg_.a
2025-08-20T21:59:01.1197077Z [00:03:02.942]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:01.1197715Z [00:03:02.942]➜  EOF
2025-08-20T21:59:01.1202142Z [00:03:02.943]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1060/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/rdp=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/rdp;$WORK/b1060=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/rdp -lang=go1.24 -complete -installsuffix shared -buildid hCf35YAZgZgq5iU3lgek/hCf35YAZgZgq5iU3lgek -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1060/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/rdp/memo.rdp.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/rdp/rdp.go
2025-08-20T21:59:01.5299628Z [00:03:03.355]➜  go tool buildid -w $WORK/b1039/_pkg_.a # internal
2025-08-20T21:59:01.5524674Z [00:03:03.377]➜  cp $WORK/b1039/_pkg_.a /root/.cache/go-build/28/28f71f71e5cbd52af7a0bb26ca719c9f9a7d177bad4cb88a94a8b9394f26d10d-d # internal
2025-08-20T21:59:01.5526243Z [00:03:03.377]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libpop3
2025-08-20T21:59:01.5528964Z [00:03:03.377]➜  mkdir -p $WORK/b1038/
2025-08-20T21:59:01.5542030Z [00:03:03.378]➜  cat >/tmp/go-build282983591/b1038/importcfg << 'EOF' # internal
2025-08-20T21:59:01.5544626Z [00:03:03.378]➜  # import config
2025-08-20T21:59:01.5545409Z [00:03:03.378]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build282983591/b847/_pkg_.a
2025-08-20T21:59:01.5546673Z [00:03:03.378]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build282983591/b870/_pkg_.a
2025-08-20T21:59:01.5548136Z [00:03:03.378]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/pop3=/tmp/go-build282983591/b1039/_pkg_.a
2025-08-20T21:59:01.5549282Z [00:03:03.378]➜  EOF
2025-08-20T21:59:01.5553595Z [00:03:03.378]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1038/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libpop3=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libpop3;$WORK/b1038=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libpop3 -lang=go1.24 -complete -installsuffix shared -buildid OM1TUbjvCAkeBzk82afC/OM1TUbjvCAkeBzk82afC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1038/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libpop3/pop3.go
2025-08-20T21:59:01.6526036Z [00:03:03.478]➜  go tool buildid -w $WORK/b1055/_pkg_.a # internal
2025-08-20T21:59:01.6747515Z [00:03:03.500]➜  cp $WORK/b1055/_pkg_.a /root/.cache/go-build/32/320f11c3929f8aa4c981380032392f47cc78be6882760ab3e664c66753be745c-d # internal
2025-08-20T21:59:01.6753907Z [00:03:03.500]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/postgres
2025-08-20T21:59:01.6756768Z [00:03:03.501]➜  mkdir -p $WORK/b1042/
2025-08-20T21:59:01.6765839Z [00:03:03.502]➜  cat >/tmp/go-build282983591/b1042/importcfg << 'EOF' # internal
2025-08-20T21:59:01.6769688Z [00:03:03.502]➜  # import config
2025-08-20T21:59:01.6770520Z [00:03:03.502]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:01.6771611Z [00:03:03.502]➜  packagefile database/sql=/tmp/go-build282983591/b872/_pkg_.a
2025-08-20T21:59:01.6772802Z [00:03:03.502]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:01.6773864Z [00:03:03.502]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:01.6775195Z [00:03:03.502]➜  packagefile github.com/go-pg/pg=/tmp/go-build282983591/b1043/_pkg_.a
2025-08-20T21:59:01.6776614Z [00:03:03.502]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build282983591/b1028/_pkg_.a
2025-08-20T21:59:01.6778559Z [00:03:03.502]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/postgresql=/tmp/go-build282983591/b1054/_pkg_.a
2025-08-20T21:59:01.6780844Z [00:03:03.502]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/utils=/tmp/go-build282983591/b871/_pkg_.a
2025-08-20T21:59:01.6782609Z [00:03:03.502]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/utils/pgwrap=/tmp/go-build282983591/b1055/_pkg_.a
2025-08-20T21:59:01.6784699Z [00:03:03.502]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build282983591/b877/_pkg_.a
2025-08-20T21:59:01.6787476Z [00:03:03.502]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:01.6788277Z [00:03:03.502]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:01.6789085Z [00:03:03.502]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:01.6789679Z [00:03:03.502]➜  EOF
2025-08-20T21:59:01.6794306Z [00:03:03.502]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1042/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/postgres=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/postgres;$WORK/b1042=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/postgres -lang=go1.24 -complete -installsuffix shared -buildid ZbU3FciD6NDfSrs5vvgb/ZbU3FciD6NDfSrs5vvgb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1042/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/postgres/memo.postgres.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/postgres/postgres.go
2025-08-20T21:59:01.7227229Z [00:03:03.548]➜  go tool buildid -w $WORK/b1038/_pkg_.a # internal
2025-08-20T21:59:01.7268629Z [00:03:03.552]➜  cp $WORK/b1038/_pkg_.a /root/.cache/go-build/cd/cd72d5472ec0c84ff76e5e174ba8a43a728a8b63e1ccea6ee886d3ca1bcd7454-d # internal
2025-08-20T21:59:01.7276126Z [00:03:03.552]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/rsync
2025-08-20T21:59:01.7276924Z [00:03:03.552]➜  mkdir -p $WORK/b1077/
2025-08-20T21:59:01.7314926Z [00:03:03.557]➜  cat >/tmp/go-build282983591/b1077/importcfg << 'EOF' # internal
2025-08-20T21:59:01.7316996Z [00:03:03.557]➜  # import config
2025-08-20T21:59:01.7320048Z [00:03:03.557]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:01.7322074Z [00:03:03.557]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:01.7324288Z [00:03:03.557]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:01.7327204Z [00:03:03.557]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build282983591/b1028/_pkg_.a
2025-08-20T21:59:01.7328700Z [00:03:03.557]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/rsync=/tmp/go-build282983591/b1078/_pkg_.a
2025-08-20T21:59:01.7330557Z [00:03:03.557]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build282983591/b877/_pkg_.a
2025-08-20T21:59:01.7331933Z [00:03:03.557]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:01.7332865Z [00:03:03.557]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:01.7333655Z [00:03:03.557]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:01.7334215Z [00:03:03.557]➜  EOF
2025-08-20T21:59:01.7338173Z [00:03:03.557]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1077/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/rsync=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/rsync;$WORK/b1077=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/rsync -lang=go1.24 -complete -installsuffix shared -buildid aYgByZLJEVGgRsEWdzAI/aYgByZLJEVGgRsEWdzAI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1077/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/rsync/memo.rsync.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/rsync/rsync.go
2025-08-20T21:59:01.8377755Z [00:03:03.663]➜  go tool buildid -w $WORK/b1060/_pkg_.a # internal
2025-08-20T21:59:01.8478913Z [00:03:03.673]➜  cp $WORK/b1060/_pkg_.a /root/.cache/go-build/a1/a16064bb973920650eddcba69ea4c59efd296a8f27e12e43b2f3e5a192f5e27d-d # internal
2025-08-20T21:59:01.8514551Z [00:03:03.673]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/librdp
2025-08-20T21:59:01.8515393Z [00:03:03.673]➜  mkdir -p $WORK/b1059/
2025-08-20T21:59:01.8516134Z [00:03:03.674]➜  cat >/tmp/go-build282983591/b1059/importcfg << 'EOF' # internal
2025-08-20T21:59:01.8516849Z [00:03:03.674]➜  # import config
2025-08-20T21:59:01.8517634Z [00:03:03.674]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build282983591/b847/_pkg_.a
2025-08-20T21:59:01.8518911Z [00:03:03.674]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build282983591/b870/_pkg_.a
2025-08-20T21:59:01.8520602Z [00:03:03.674]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/rdp=/tmp/go-build282983591/b1060/_pkg_.a
2025-08-20T21:59:01.8521584Z [00:03:03.674]➜  EOF
2025-08-20T21:59:01.8525660Z [00:03:03.674]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1059/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/librdp=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/librdp;$WORK/b1059=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/librdp -lang=go1.24 -complete -installsuffix shared -buildid nceisLRne37FWcXqVxq6/nceisLRne37FWcXqVxq6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1059/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/librdp/rdp.go
2025-08-20T21:59:01.9124131Z [00:03:03.737]➜  go tool buildid -w $WORK/b1059/_pkg_.a # internal
2025-08-20T21:59:01.9144985Z [00:03:03.740]➜  cp $WORK/b1059/_pkg_.a /root/.cache/go-build/ea/ea4648d3b6e0b742ca4bcaa51a499ea034e395b23d8380ffb76ce179fdf3d3df-d # internal
2025-08-20T21:59:01.9217799Z [00:03:03.747]➜  github.com/projectdiscovery/go-smb2
2025-08-20T21:59:01.9218502Z [00:03:03.747]➜  mkdir -p $WORK/b1082/
2025-08-20T21:59:01.9220856Z [00:03:03.747]➜  cat >/tmp/go-build282983591/b1082/importcfg << 'EOF' # internal
2025-08-20T21:59:01.9221934Z [00:03:03.747]➜  # import config
2025-08-20T21:59:01.9223114Z [00:03:03.747]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:01.9224127Z [00:03:03.747]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:01.9238133Z [00:03:03.749]➜  packagefile crypto/aes=/tmp/go-build282983591/b108/_pkg_.a
2025-08-20T21:59:01.9239062Z [00:03:03.749]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:59:01.9240247Z [00:03:03.749]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:59:01.9241106Z [00:03:03.749]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:59:01.9241953Z [00:03:03.749]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:59:01.9242791Z [00:03:03.749]➜  packagefile crypto/sha512=/tmp/go-build282983591/b126/_pkg_.a
2025-08-20T21:59:01.9243770Z [00:03:03.749]➜  packagefile encoding/asn1=/tmp/go-build282983591/b128/_pkg_.a
2025-08-20T21:59:01.9244648Z [00:03:03.749]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:59:01.9245606Z [00:03:03.749]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:01.9246401Z [00:03:03.749]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:01.9247499Z [00:03:03.749]➜  packagefile github.com/projectdiscovery/go-smb2/internal/crypto/ccm=/tmp/go-build282983591/b1083/_pkg_.a
2025-08-20T21:59:01.9248968Z [00:03:03.749]➜  packagefile github.com/projectdiscovery/go-smb2/internal/crypto/cmac=/tmp/go-build282983591/b1084/_pkg_.a
2025-08-20T21:59:01.9251298Z [00:03:03.749]➜  packagefile github.com/projectdiscovery/go-smb2/internal/erref=/tmp/go-build282983591/b1085/_pkg_.a
2025-08-20T21:59:01.9252698Z [00:03:03.749]➜  packagefile github.com/projectdiscovery/go-smb2/internal/msrpc=/tmp/go-build282983591/b1086/_pkg_.a
2025-08-20T21:59:01.9254054Z [00:03:03.749]➜  packagefile github.com/projectdiscovery/go-smb2/internal/ntlm=/tmp/go-build282983591/b1088/_pkg_.a
2025-08-20T21:59:01.9255421Z [00:03:03.749]➜  packagefile github.com/projectdiscovery/go-smb2/internal/smb2=/tmp/go-build282983591/b1089/_pkg_.a
2025-08-20T21:59:01.9256877Z [00:03:03.749]➜  packagefile github.com/projectdiscovery/go-smb2/internal/spnego=/tmp/go-build282983591/b1090/_pkg_.a
2025-08-20T21:59:01.9257979Z [00:03:03.749]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:59:01.9258708Z [00:03:03.749]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:01.9259455Z [00:03:03.749]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:59:01.9260451Z [00:03:03.749]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:59:01.9261239Z [00:03:03.749]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:59:01.9262024Z [00:03:03.749]➜  packagefile math/rand=/tmp/go-build282983591/b118/_pkg_.a
2025-08-20T21:59:01.9262781Z [00:03:03.749]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:01.9263544Z [00:03:03.749]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:01.9264341Z [00:03:03.749]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:01.9265397Z [00:03:03.749]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:01.9266239Z [00:03:03.749]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:01.9267063Z [00:03:03.749]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:01.9267866Z [00:03:03.749]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:01.9268721Z [00:03:03.749]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:01.9269574Z [00:03:03.749]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:59:01.9280852Z [00:03:03.749]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:01.9281764Z [00:03:03.749]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:59:01.9282465Z [00:03:03.749]➜  EOF
2025-08-20T21:59:01.9298246Z [00:03:03.749]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1082/_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/b1082=>" -p github.com/projectdiscovery/go-smb2 -lang=go1.21 -complete -installsuffix shared -buildid WonO8HBbocfSFgv19_Es/WonO8HBbocfSFgv19_Es -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1082/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:59:02.4506348Z [00:03:04.276]➜  go tool buildid -w $WORK/b1077/_pkg_.a # internal
2025-08-20T21:59:02.4543540Z [00:03:04.280]➜  go tool buildid -w $WORK/b1042/_pkg_.a # internal
2025-08-20T21:59:02.4615050Z [00:03:04.287]➜  cp $WORK/b1077/_pkg_.a /root/.cache/go-build/0f/0f77d39c1624781dca0b59b5d95eb2dada575272879cab149f14a5d3388e6b96-d # internal
2025-08-20T21:59:02.4620399Z [00:03:04.287]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/librsync
2025-08-20T21:59:02.4624118Z [00:03:04.288]➜  mkdir -p $WORK/b1076/
2025-08-20T21:59:02.4630820Z [00:03:04.288]➜  cat >/tmp/go-build282983591/b1076/importcfg << 'EOF' # internal
2025-08-20T21:59:02.4633315Z [00:03:04.289]➜  # import config
2025-08-20T21:59:02.4634074Z [00:03:04.289]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build282983591/b847/_pkg_.a
2025-08-20T21:59:02.4635303Z [00:03:04.289]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build282983591/b870/_pkg_.a
2025-08-20T21:59:02.4636708Z [00:03:04.289]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/rsync=/tmp/go-build282983591/b1077/_pkg_.a
2025-08-20T21:59:02.4637753Z [00:03:04.289]➜  EOF
2025-08-20T21:59:02.4647240Z [00:03:04.289]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1076/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/librsync=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/librsync;$WORK/b1076=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/librsync -lang=go1.24 -complete -installsuffix shared -buildid 6pohkJTm0ww7-sAkF7e2/6pohkJTm0ww7-sAkF7e2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1076/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/librsync/rsync.go
2025-08-20T21:59:02.4712823Z [00:03:04.296]➜  cp $WORK/b1042/_pkg_.a /root/.cache/go-build/59/59c280f00c7cf0089fffc083006a5472a566a6cc638a6412ba6d8015d6d6e799-d # internal
2025-08-20T21:59:02.4751110Z [00:03:04.297]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libpostgres
2025-08-20T21:59:02.4755540Z [00:03:04.301]➜  mkdir -p $WORK/b1041/
2025-08-20T21:59:02.4760943Z [00:03:04.301]➜  cat >/tmp/go-build282983591/b1041/importcfg << 'EOF' # internal
2025-08-20T21:59:02.4766193Z [00:03:04.302]➜  # import config
2025-08-20T21:59:02.4766983Z [00:03:04.302]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build282983591/b847/_pkg_.a
2025-08-20T21:59:02.4768236Z [00:03:04.302]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build282983591/b870/_pkg_.a
2025-08-20T21:59:02.4769732Z [00:03:04.302]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/postgres=/tmp/go-build282983591/b1042/_pkg_.a
2025-08-20T21:59:02.4770892Z [00:03:04.302]➜  EOF
2025-08-20T21:59:02.4775307Z [00:03:04.302]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1041/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libpostgres=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libpostgres;$WORK/b1041=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libpostgres -lang=go1.24 -complete -installsuffix shared -buildid 6sPT5NJulXhF8Dvkx6hp/6sPT5NJulXhF8Dvkx6hp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1041/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libpostgres/postgres.go
2025-08-20T21:59:02.5866734Z [00:03:04.412]➜  go tool buildid -w $WORK/b1076/_pkg_.a # internal
2025-08-20T21:59:02.5919068Z [00:03:04.417]➜  go tool buildid -w $WORK/b1041/_pkg_.a # internal
2025-08-20T21:59:02.5939955Z [00:03:04.419]➜  cp $WORK/b1041/_pkg_.a /root/.cache/go-build/aa/aa11c88942f92534121e17f6e2ee0374e5ec98f866a4769448713cb88b0c3c67-d # internal
2025-08-20T21:59:02.5966315Z [00:03:04.422]➜  cp $WORK/b1076/_pkg_.a /root/.cache/go-build/d3/d3ebd8efc44b6bb0481f68495af8376657f815e418840f36f20ec0340d9ad38d-d # internal
2025-08-20T21:59:02.5972336Z [00:03:04.422]➜  github.com/praetorian-inc/fingerprintx/pkg/plugins/services/smtp
2025-08-20T21:59:02.5974155Z [00:03:04.423]➜  mkdir -p $WORK/b1098/
2025-08-20T21:59:02.5978383Z [00:03:04.423]➜  cat >/tmp/go-build282983591/b1098/importcfg << 'EOF' # internal
2025-08-20T21:59:02.5979959Z [00:03:04.423]➜  # import config
2025-08-20T21:59:02.5982647Z [00:03:04.423]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:02.5983765Z [00:03:04.423]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build282983591/b1028/_pkg_.a
2025-08-20T21:59:02.5985174Z [00:03:04.423]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/pluginutils=/tmp/go-build282983591/b1029/_pkg_.a
2025-08-20T21:59:02.5986227Z [00:03:04.423]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:02.5986919Z [00:03:04.423]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:02.5987639Z [00:03:04.423]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:02.5988167Z [00:03:04.424]➜  EOF
2025-08-20T21:59:02.5993416Z [00:03:04.424]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1098/_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/b1098=>" -p github.com/praetorian-inc/fingerprintx/pkg/plugins/services/smtp -lang=go1.21 -complete -installsuffix shared -buildid 9--I20lMmKqaWDxjhU2C/9--I20lMmKqaWDxjhU2C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1098/importcfg -pack /root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/smtp/smtp.go
2025-08-20T21:59:02.6003775Z [00:03:04.426]➜  github.com/zmap/zgrab2/lib/smb/ntlmssp
2025-08-20T21:59:02.6006654Z [00:03:04.426]➜  mkdir -p $WORK/b1095/
2025-08-20T21:59:02.6011988Z [00:03:04.426]➜  cat >/tmp/go-build282983591/b1095/importcfg << 'EOF' # internal
2025-08-20T21:59:02.6017364Z [00:03:04.427]➜  # import config
2025-08-20T21:59:02.6017934Z [00:03:04.427]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:02.6018982Z [00:03:04.427]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:59:02.6020031Z [00:03:04.427]➜  packagefile crypto/md5=/tmp/go-build282983591/b073/_pkg_.a
2025-08-20T21:59:02.6020919Z [00:03:04.427]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:59:02.6021800Z [00:03:04.427]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:59:02.6022697Z [00:03:04.427]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:59:02.6023480Z [00:03:04.427]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:02.6024211Z [00:03:04.427]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:02.6025219Z [00:03:04.427]➜  packagefile github.com/zmap/zgrab2/lib/smb/smb/encoder=/tmp/go-build282983591/b1094/_pkg_.a
2025-08-20T21:59:02.6026468Z [00:03:04.427]➜  packagefile golang.org/x/crypto/md4=/tmp/go-build282983591/b985/_pkg_.a
2025-08-20T21:59:02.6027455Z [00:03:04.427]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:02.6028230Z [00:03:04.427]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:02.6028786Z [00:03:04.427]➜  EOF
2025-08-20T21:59:02.6033006Z [00:03:04.427]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1095/_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/b1095=>" -p github.com/zmap/zgrab2/lib/smb/ntlmssp -lang=go1.12 -complete -installsuffix shared -buildid sn95gaaofEY_X0GYSjrJ/sn95gaaofEY_X0GYSjrJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1095/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:59:02.6111698Z [00:03:04.436]➜  go tool buildid -w $WORK/b1082/_pkg_.a # internal
2025-08-20T21:59:02.6183292Z [00:03:04.443]➜  cp $WORK/b1082/_pkg_.a /root/.cache/go-build/84/848c8edd2b35b0195ae674ae72fe132eada6a61edfc47ba5997eb9db8e6abbfd-d # internal
2025-08-20T21:59:02.6185759Z [00:03:04.444]➜  net/smtp
2025-08-20T21:59:02.6186951Z [00:03:04.444]➜  mkdir -p $WORK/b1099/
2025-08-20T21:59:02.6191881Z [00:03:04.444]➜  cat >/tmp/go-build282983591/b1099/importcfg << 'EOF' # internal
2025-08-20T21:59:02.6193403Z [00:03:04.445]➜  # import config
2025-08-20T21:59:02.6196167Z [00:03:04.445]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:59:02.6197033Z [00:03:04.445]➜  packagefile crypto/md5=/tmp/go-build282983591/b073/_pkg_.a
2025-08-20T21:59:02.6197882Z [00:03:04.445]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:59:02.6198740Z [00:03:04.445]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:02.6199587Z [00:03:04.445]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:02.6200598Z [00:03:04.445]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:02.6201549Z [00:03:04.445]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:02.6202525Z [00:03:04.445]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:02.6203346Z [00:03:04.445]➜  packagefile net/textproto=/tmp/go-build282983591/b212/_pkg_.a
2025-08-20T21:59:02.6204184Z [00:03:04.445]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:02.6204796Z [00:03:04.445]➜  EOF
2025-08-20T21:59:02.6207501Z [00:03:04.445]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1099/_pkg_.a -trimpath "/root/.go/src/net/smtp=>net/smtp;$WORK/b1099=>" -p net/smtp -lang=go1.25 -std -complete -installsuffix shared -buildid FzhwXcahB7mX4wYhxJle/FzhwXcahB7mX4wYhxJle -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1099/importcfg -pack /root/.go/src/net/smtp/auth.go /root/.go/src/net/smtp/smtp.go
2025-08-20T21:59:02.6578568Z [00:03:04.483]➜  go tool buildid -w $WORK/b1098/_pkg_.a # internal
2025-08-20T21:59:02.6597497Z [00:03:04.485]➜  cp $WORK/b1098/_pkg_.a /root/.cache/go-build/fd/fda911054421742d0b2c77a41f88b0be114b12d2fb2aa05f8b6394c85f2aa379-d # internal
2025-08-20T21:59:02.6613049Z [00:03:04.486]➜  github.com/zmap/zgrab2/tools/keys
2025-08-20T21:59:02.6616214Z [00:03:04.487]➜  mkdir -p $WORK/b1103/
2025-08-20T21:59:02.6624319Z [00:03:04.487]➜  cat >/tmp/go-build282983591/b1103/importcfg << 'EOF' # internal
2025-08-20T21:59:02.6636224Z [00:03:04.488]➜  # import config
2025-08-20T21:59:02.6637009Z [00:03:04.488]➜  packagefile crypto/elliptic=/tmp/go-build282983591/b116/_pkg_.a
2025-08-20T21:59:02.6637928Z [00:03:04.488]➜  packagefile crypto/rsa=/tmp/go-build282983591/b148/_pkg_.a
2025-08-20T21:59:02.6638855Z [00:03:04.488]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:02.6639669Z [00:03:04.488]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:02.6640919Z [00:03:04.488]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:59:02.6641591Z [00:03:04.488]➜  EOF
2025-08-20T21:59:02.6646691Z [00:03:04.488]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1103/_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/b1103=>" -p github.com/zmap/zgrab2/tools/keys -lang=go1.12 -complete -installsuffix shared -buildid Wwj1NuenXqrmsNVn4lYp/Wwj1NuenXqrmsNVn4lYp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1103/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:59:02.6716350Z [00:03:04.497]➜  go tool buildid -w $WORK/b1095/_pkg_.a # internal
2025-08-20T21:59:02.6725029Z [00:03:04.498]➜  cp $WORK/b1095/_pkg_.a /root/.cache/go-build/06/0612e231b3a227018aa0c43c6b54b0dfbb63a451bccfaea9afdb8bae1e482322-d # internal
2025-08-20T21:59:02.6734286Z [00:03:04.499]➜  github.com/zmap/zgrab2/lib/smb/smb
2025-08-20T21:59:02.6748214Z [00:03:04.499]➜  mkdir -p $WORK/b1092/
2025-08-20T21:59:02.6749016Z [00:03:04.499]➜  cat >/tmp/go-build282983591/b1092/importcfg << 'EOF' # internal
2025-08-20T21:59:02.6749715Z [00:03:04.499]➜  # import config
2025-08-20T21:59:02.6750582Z [00:03:04.499]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:02.6751365Z [00:03:04.499]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:02.6752182Z [00:03:04.499]➜  packagefile encoding/asn1=/tmp/go-build282983591/b128/_pkg_.a
2025-08-20T21:59:02.6752938Z [00:03:04.499]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:59:02.6753819Z [00:03:04.499]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:59:02.6754667Z [00:03:04.499]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:02.6755437Z [00:03:04.499]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:02.6756419Z [00:03:04.499]➜  packagefile github.com/zmap/zgrab2/lib/smb/gss=/tmp/go-build282983591/b1093/_pkg_.a
2025-08-20T21:59:02.6757941Z [00:03:04.499]➜  packagefile github.com/zmap/zgrab2/lib/smb/ntlmssp=/tmp/go-build282983591/b1095/_pkg_.a
2025-08-20T21:59:02.6759216Z [00:03:04.499]➜  packagefile github.com/zmap/zgrab2/lib/smb/smb/encoder=/tmp/go-build282983591/b1094/_pkg_.a
2025-08-20T21:59:02.6760420Z [00:03:04.499]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:02.6761178Z [00:03:04.499]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:59:02.6761947Z [00:03:04.499]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:02.6762781Z [00:03:04.499]➜  packagefile runtime/debug=/tmp/go-build282983591/b246/_pkg_.a
2025-08-20T21:59:02.6763631Z [00:03:04.499]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:02.6764544Z [00:03:04.499]➜  packagefile unicode/utf16=/tmp/go-build282983591/b070/_pkg_.a
2025-08-20T21:59:02.6765215Z [00:03:04.499]➜  EOF
2025-08-20T21:59:02.6769767Z [00:03:04.499]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1092/_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/b1092=>" -p github.com/zmap/zgrab2/lib/smb/smb -lang=go1.12 -complete -installsuffix shared -buildid oySstcFNKfJcflqLVzR-/oySstcFNKfJcflqLVzR- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1092/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:59:02.7437496Z [00:03:04.569]➜  go tool buildid -w $WORK/b1099/_pkg_.a # internal
2025-08-20T21:59:02.7458391Z [00:03:04.571]➜  cp $WORK/b1099/_pkg_.a /root/.cache/go-build/41/4141d266f067d4f5eff72d49c998e61e43021bcbb13c0fef556230643e82449d-d # internal
2025-08-20T21:59:02.7495570Z [00:03:04.575]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/smtp
2025-08-20T21:59:02.7498721Z [00:03:04.575]➜  mkdir -p $WORK/b1097/
2025-08-20T21:59:02.7507106Z [00:03:04.576]➜  cat >/tmp/go-build282983591/b1097/importcfg << 'EOF' # internal
2025-08-20T21:59:02.7510245Z [00:03:04.576]➜  # import config
2025-08-20T21:59:02.7513185Z [00:03:04.576]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:02.7514050Z [00:03:04.576]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:02.7514893Z [00:03:04.576]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:02.7515723Z [00:03:04.576]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:02.7516663Z [00:03:04.576]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build282983591/b847/_pkg_.a
2025-08-20T21:59:02.7517998Z [00:03:04.576]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build282983591/b1028/_pkg_.a
2025-08-20T21:59:02.7519624Z [00:03:04.576]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/smtp=/tmp/go-build282983591/b1098/_pkg_.a
2025-08-20T21:59:02.7521504Z [00:03:04.576]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/utils=/tmp/go-build282983591/b871/_pkg_.a
2025-08-20T21:59:02.7523267Z [00:03:04.576]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build282983591/b877/_pkg_.a
2025-08-20T21:59:02.7524605Z [00:03:04.576]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:02.7525464Z [00:03:04.576]➜  packagefile net/smtp=/tmp/go-build282983591/b1099/_pkg_.a
2025-08-20T21:59:02.7526368Z [00:03:04.576]➜  packagefile net/textproto=/tmp/go-build282983591/b212/_pkg_.a
2025-08-20T21:59:02.7527242Z [00:03:04.576]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:02.7528089Z [00:03:04.576]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:02.7528935Z [00:03:04.576]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:02.7529541Z [00:03:04.576]➜  EOF
2025-08-20T21:59:02.7537585Z [00:03:04.576]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1097/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/smtp=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/smtp;$WORK/b1097=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/smtp -lang=go1.24 -complete -installsuffix shared -buildid wt86JL5Ntrh7l3d5ROIc/wt86JL5Ntrh7l3d5ROIc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1097/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/smtp/msg.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/smtp/smtp.go
2025-08-20T21:59:02.8283975Z [00:03:04.653]➜  go tool buildid -w $WORK/b1103/_pkg_.a # internal
2025-08-20T21:59:02.8316411Z [00:03:04.657]➜  cp $WORK/b1103/_pkg_.a /root/.cache/go-build/84/8440677919b769297beb545628fe04abe86922829a55681c2655aab7a478051e-d # internal
2025-08-20T21:59:02.8322168Z [00:03:04.657]➜  golang.org/x/crypto/curve25519
2025-08-20T21:59:02.8325353Z [00:03:04.658]➜  mkdir -p $WORK/b1104/
2025-08-20T21:59:02.8334686Z [00:03:04.659]➜  cat >/tmp/go-build282983591/b1104/importcfg << 'EOF' # internal
2025-08-20T21:59:02.8366765Z [00:03:04.661]➜  # import config
2025-08-20T21:59:02.8367441Z [00:03:04.661]➜  packagefile crypto/ecdh=/tmp/go-build282983591/b110/_pkg_.a
2025-08-20T21:59:02.8368012Z [00:03:04.661]➜  EOF
2025-08-20T21:59:02.8371350Z [00:03:04.661]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1104/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/curve25519=>golang.org/x/crypto@v0.39.0/curve25519;$WORK/b1104=>" -p golang.org/x/crypto/curve25519 -lang=go1.23 -complete -installsuffix shared -buildid rLUrKJL6ijTpnlg9NVQn/rLUrKJL6ijTpnlg9NVQn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1104/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/curve25519/curve25519.go
2025-08-20T21:59:02.8595612Z [00:03:04.685]➜  go tool buildid -w $WORK/b1092/_pkg_.a # internal
2025-08-20T21:59:02.8622498Z [00:03:04.687]➜  go tool buildid -w $WORK/b1104/_pkg_.a # internal
2025-08-20T21:59:02.8657421Z [00:03:04.691]➜  cp $WORK/b1092/_pkg_.a /root/.cache/go-build/78/789edcf68a798ef3bce98570b941862a27ec3feaa3b6f23b7c2baefc8ff723bb-d # internal
2025-08-20T21:59:02.8686187Z [00:03:04.694]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/smb
2025-08-20T21:59:02.8693414Z [00:03:04.695]➜  mkdir -p $WORK/b1080/
2025-08-20T21:59:02.8698809Z [00:03:04.695]➜  cat >/tmp/go-build282983591/b1080/importcfg << 'EOF' # internal
2025-08-20T21:59:02.8700157Z [00:03:04.695]➜  # import config
2025-08-20T21:59:02.8702782Z [00:03:04.695]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:02.8703621Z [00:03:04.695]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:02.8704450Z [00:03:04.695]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:02.8705218Z [00:03:04.695]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:02.8706355Z [00:03:04.695]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build282983591/b1028/_pkg_.a
2025-08-20T21:59:02.8707933Z [00:03:04.695]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/smb=/tmp/go-build282983591/b1081/_pkg_.a
2025-08-20T21:59:02.8709284Z [00:03:04.695]➜  packagefile github.com/projectdiscovery/go-smb2=/tmp/go-build282983591/b1082/_pkg_.a
2025-08-20T21:59:02.8710900Z [00:03:04.695]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/structs=/tmp/go-build282983591/b874/_pkg_.a
2025-08-20T21:59:02.8712549Z [00:03:04.695]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build282983591/b877/_pkg_.a
2025-08-20T21:59:02.8714023Z [00:03:04.695]➜  packagefile github.com/projectdiscovery/utils/reader=/tmp/go-build282983591/b473/_pkg_.a
2025-08-20T21:59:02.8715158Z [00:03:04.695]➜  packagefile github.com/zmap/zgrab2/lib/smb/smb=/tmp/go-build282983591/b1092/_pkg_.a
2025-08-20T21:59:02.8716090Z [00:03:04.695]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:02.8716946Z [00:03:04.695]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:02.8718095Z [00:03:04.695]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:02.8718699Z [00:03:04.695]➜  EOF
2025-08-20T21:59:02.8732257Z [00:03:04.695]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1080/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/smb=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/smb;$WORK/b1080=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/smb -lang=go1.24 -complete -installsuffix shared -buildid lBu3g4ILW7oSKFEddVdS/lBu3g4ILW7oSKFEddVdS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1080/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/smb/memo.smb.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/smb/memo.smb_private.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/smb/memo.smbghost.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/smb/smb.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/smb/smb_private.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/smb/smbghost.go
2025-08-20T21:59:02.8738312Z [00:03:04.698]➜  cp $WORK/b1104/_pkg_.a /root/.cache/go-build/d5/d5237d0d69367d2c3209d06b01e9ad9fc7baa65d016fca475624cfbd2a69f0bd-d # internal
2025-08-20T21:59:02.8867207Z [00:03:04.712]➜  github.com/zmap/zgrab2/lib/ssh
2025-08-20T21:59:02.8870012Z [00:03:04.712]➜  mkdir -p $WORK/b1102/
2025-08-20T21:59:02.8902144Z [00:03:04.712]➜  cat >/tmp/go-build282983591/b1102/importcfg << 'EOF' # internal
2025-08-20T21:59:02.8904154Z [00:03:04.712]➜  # import config
2025-08-20T21:59:02.8912940Z [00:03:04.712]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:02.8913822Z [00:03:04.712]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:02.8914701Z [00:03:04.712]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:59:02.8915574Z [00:03:04.712]➜  packagefile crypto/aes=/tmp/go-build282983591/b108/_pkg_.a
2025-08-20T21:59:02.8916695Z [00:03:04.712]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:59:02.8917817Z [00:03:04.712]➜  packagefile crypto/des=/tmp/go-build282983591/b109/_pkg_.a
2025-08-20T21:59:02.8918778Z [00:03:04.712]➜  packagefile crypto/ecdsa=/tmp/go-build282983591/b115/_pkg_.a
2025-08-20T21:59:02.8919707Z [00:03:04.712]➜  packagefile crypto/elliptic=/tmp/go-build282983591/b116/_pkg_.a
2025-08-20T21:59:02.8921307Z [00:03:04.713]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:59:02.8922223Z [00:03:04.713]➜  packagefile crypto/md5=/tmp/go-build282983591/b073/_pkg_.a
2025-08-20T21:59:02.8923111Z [00:03:04.713]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:59:02.8924050Z [00:03:04.713]➜  packagefile crypto/rc4=/tmp/go-build282983591/b147/_pkg_.a
2025-08-20T21:59:02.8924975Z [00:03:04.713]➜  packagefile crypto/rsa=/tmp/go-build282983591/b148/_pkg_.a
2025-08-20T21:59:02.8925895Z [00:03:04.713]➜  packagefile crypto/sha1=/tmp/go-build282983591/b095/_pkg_.a
2025-08-20T21:59:02.8926798Z [00:03:04.713]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:59:02.8927744Z [00:03:04.713]➜  packagefile crypto/sha512=/tmp/go-build282983591/b126/_pkg_.a
2025-08-20T21:59:02.8928661Z [00:03:04.713]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:59:02.8929552Z [00:03:04.713]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:59:02.8930646Z [00:03:04.713]➜  packagefile encoding/asn1=/tmp/go-build282983591/b128/_pkg_.a
2025-08-20T21:59:02.8931562Z [00:03:04.713]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:02.8932495Z [00:03:04.713]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:59:02.8933414Z [00:03:04.713]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:59:02.8934314Z [00:03:04.713]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:02.8935217Z [00:03:04.713]➜  packagefile encoding/pem=/tmp/go-build282983591/b157/_pkg_.a
2025-08-20T21:59:02.8936264Z [00:03:04.713]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:02.8937248Z [00:03:04.713]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:02.8938195Z [00:03:04.713]➜  packagefile github.com/zmap/zcrypto/dsa=/tmp/go-build282983591/b454/_pkg_.a
2025-08-20T21:59:02.8939288Z [00:03:04.713]➜  packagefile github.com/zmap/zcrypto/x509=/tmp/go-build282983591/b457/_pkg_.a
2025-08-20T21:59:02.8940632Z [00:03:04.713]➜  packagefile github.com/zmap/zgrab2/tools/keys=/tmp/go-build282983591/b1103/_pkg_.a
2025-08-20T21:59:02.8941830Z [00:03:04.713]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build282983591/b1104/_pkg_.a
2025-08-20T21:59:02.8942927Z [00:03:04.713]➜  packagefile golang.org/x/crypto/ed25519=/tmp/go-build282983591/b470/_pkg_.a
2025-08-20T21:59:02.8943861Z [00:03:04.713]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:59:02.8944653Z [00:03:04.713]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:02.8945485Z [00:03:04.713]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:59:02.8946306Z [00:03:04.713]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:59:02.8947109Z [00:03:04.713]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:59:02.8947923Z [00:03:04.713]➜  packagefile math/rand=/tmp/go-build282983591/b118/_pkg_.a
2025-08-20T21:59:02.8948708Z [00:03:04.713]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:02.8949479Z [00:03:04.713]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:02.8950551Z [00:03:04.713]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:02.8951339Z [00:03:04.713]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:02.8952128Z [00:03:04.713]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:02.8953082Z [00:03:04.713]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:02.8954092Z [00:03:04.713]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:02.8954930Z [00:03:04.713]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:02.8955521Z [00:03:04.713]➜  EOF
2025-08-20T21:59:02.8968278Z [00:03:04.716]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1102/_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/b1102=>" -p github.com/zmap/zgrab2/lib/ssh -lang=go1.12 -complete -installsuffix shared -buildid fXAkSA359AnOXFjLVZkQ/fXAkSA359AnOXFjLVZkQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1102/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:59:03.6996085Z [00:03:05.525]➜  go tool buildid -w $WORK/b1080/_pkg_.a # internal
2025-08-20T21:59:03.7175386Z [00:03:05.543]➜  cp $WORK/b1080/_pkg_.a /root/.cache/go-build/83/8332f7f739cebffbce5a23c0a878195d84330cd8752d79360abbd0dcd19ca5c3-d # internal
2025-08-20T21:59:03.7178035Z [00:03:05.543]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libsmb
2025-08-20T21:59:03.7179437Z [00:03:05.543]➜  mkdir -p $WORK/b1079/
2025-08-20T21:59:03.7183915Z [00:03:05.544]➜  cat >/tmp/go-build282983591/b1079/importcfg << 'EOF' # internal
2025-08-20T21:59:03.7184651Z [00:03:05.544]➜  # import config
2025-08-20T21:59:03.7185467Z [00:03:05.544]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build282983591/b847/_pkg_.a
2025-08-20T21:59:03.7186876Z [00:03:05.544]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build282983591/b870/_pkg_.a
2025-08-20T21:59:03.7188489Z [00:03:05.544]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/smb=/tmp/go-build282983591/b1080/_pkg_.a
2025-08-20T21:59:03.7189518Z [00:03:05.544]➜  EOF
2025-08-20T21:59:03.7214839Z [00:03:05.546]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1079/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libsmb=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libsmb;$WORK/b1079=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libsmb -lang=go1.24 -complete -installsuffix shared -buildid D8FBQegr6kQ_DB92p1Jm/D8FBQegr6kQ_DB92p1Jm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1079/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libsmb/smb.go
2025-08-20T21:59:03.7885396Z [00:03:05.614]➜  go tool buildid -w $WORK/b1097/_pkg_.a # internal
2025-08-20T21:59:03.8136389Z [00:03:05.639]➜  cp $WORK/b1097/_pkg_.a /root/.cache/go-build/92/927379d6d28725a8f1b1ec7f0e402d2839b905300ca1033644a15d113f78a415-d # internal
2025-08-20T21:59:03.8184956Z [00:03:05.644]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libsmtp
2025-08-20T21:59:03.8191861Z [00:03:05.644]➜  mkdir -p $WORK/b1096/
2025-08-20T21:59:03.8192690Z [00:03:05.644]➜  cat >/tmp/go-build282983591/b1096/importcfg << 'EOF' # internal
2025-08-20T21:59:03.8193383Z [00:03:05.644]➜  # import config
2025-08-20T21:59:03.8194171Z [00:03:05.644]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build282983591/b847/_pkg_.a
2025-08-20T21:59:03.8195480Z [00:03:05.644]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build282983591/b870/_pkg_.a
2025-08-20T21:59:03.8197032Z [00:03:05.644]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/smtp=/tmp/go-build282983591/b1097/_pkg_.a
2025-08-20T21:59:03.8198029Z [00:03:05.644]➜  EOF
2025-08-20T21:59:03.8203631Z [00:03:05.645]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1096/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libsmtp=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libsmtp;$WORK/b1096=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libsmtp -lang=go1.24 -complete -installsuffix shared -buildid UT0Io1hvPPxsSffRa9pI/UT0Io1hvPPxsSffRa9pI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1096/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libsmtp/smtp.go
2025-08-20T21:59:03.8390590Z [00:03:05.664]➜  go tool buildid -w $WORK/b1079/_pkg_.a # internal
2025-08-20T21:59:03.8412027Z [00:03:05.666]➜  cp $WORK/b1079/_pkg_.a /root/.cache/go-build/17/1724b9e14c9b0402282fd7edb1d5db1846065e3c272e7d40e471c63a56e938db-d # internal
2025-08-20T21:59:03.8445507Z [00:03:05.670]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libstructs
2025-08-20T21:59:03.8453848Z [00:03:05.670]➜  mkdir -p $WORK/b1105/
2025-08-20T21:59:03.8454626Z [00:03:05.670]➜  cat >/tmp/go-build282983591/b1105/importcfg << 'EOF' # internal
2025-08-20T21:59:03.8455349Z [00:03:05.671]➜  # import config
2025-08-20T21:59:03.8457587Z [00:03:05.671]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build282983591/b847/_pkg_.a
2025-08-20T21:59:03.8461214Z [00:03:05.671]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build282983591/b870/_pkg_.a
2025-08-20T21:59:03.8462949Z [00:03:05.671]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/structs=/tmp/go-build282983591/b874/_pkg_.a
2025-08-20T21:59:03.8463959Z [00:03:05.671]➜  EOF
2025-08-20T21:59:03.8468284Z [00:03:05.671]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1105/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libstructs=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libstructs;$WORK/b1105=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libstructs -lang=go1.24 -complete -installsuffix shared -buildid FWUiE7c6qAl2n9_90OSU/FWUiE7c6qAl2n9_90OSU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1105/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libstructs/structs.go
2025-08-20T21:59:03.9576691Z [00:03:05.783]➜  go tool buildid -w $WORK/b1105/_pkg_.a # internal
2025-08-20T21:59:03.9593443Z [00:03:05.784]➜  cp $WORK/b1105/_pkg_.a /root/.cache/go-build/80/8090fd8a40edb444db399909efa6c9647349cb25650243c4ddcb502ee02e5c83-d # internal
2025-08-20T21:59:03.9606759Z [00:03:05.785]➜  github.com/praetorian-inc/fingerprintx/pkg/plugins/services/telnet
2025-08-20T21:59:03.9607609Z [00:03:05.785]➜  mkdir -p $WORK/b1108/
2025-08-20T21:59:03.9608449Z [00:03:05.786]➜  cat >/tmp/go-build282983591/b1108/importcfg << 'EOF' # internal
2025-08-20T21:59:03.9609172Z [00:03:05.786]➜  # import config
2025-08-20T21:59:03.9610096Z [00:03:05.786]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:59:03.9611381Z [00:03:05.786]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build282983591/b1028/_pkg_.a
2025-08-20T21:59:03.9613215Z [00:03:05.786]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/pluginutils=/tmp/go-build282983591/b1029/_pkg_.a
2025-08-20T21:59:03.9614507Z [00:03:05.786]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:03.9615533Z [00:03:05.786]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:03.9616227Z [00:03:05.786]➜  EOF
2025-08-20T21:59:03.9631260Z [00:03:05.786]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1108/_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/b1108=>" -p github.com/praetorian-inc/fingerprintx/pkg/plugins/services/telnet -lang=go1.21 -complete -installsuffix shared -buildid 9064jPNc7_RBwakMa5NU/9064jPNc7_RBwakMa5NU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1108/importcfg -pack /root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/telnet/telnet.go
2025-08-20T21:59:03.9648502Z [00:03:05.790]➜  go tool buildid -w $WORK/b1096/_pkg_.a # internal
2025-08-20T21:59:03.9670567Z [00:03:05.792]➜  cp $WORK/b1096/_pkg_.a /root/.cache/go-build/c7/c72c6a1700ab306a0c0d0ade71d5910689b59f90aa491c23249128b50872ddf1-d # internal
2025-08-20T21:59:03.9714186Z [00:03:05.797]➜  github.com/praetorian-inc/fingerprintx/pkg/plugins/services/vnc
2025-08-20T21:59:03.9716635Z [00:03:05.797]➜  mkdir -p $WORK/b1111/
2025-08-20T21:59:03.9718194Z [00:03:05.797]➜  cat >/tmp/go-build282983591/b1111/importcfg << 'EOF' # internal
2025-08-20T21:59:03.9720806Z [00:03:05.797]➜  # import config
2025-08-20T21:59:03.9721855Z [00:03:05.797]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build282983591/b1028/_pkg_.a
2025-08-20T21:59:03.9723513Z [00:03:05.797]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/pluginutils=/tmp/go-build282983591/b1029/_pkg_.a
2025-08-20T21:59:03.9724785Z [00:03:05.797]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:03.9725626Z [00:03:05.797]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:03.9726263Z [00:03:05.797]➜  EOF
2025-08-20T21:59:03.9734431Z [00:03:05.798]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1111/_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/b1111=>" -p github.com/praetorian-inc/fingerprintx/pkg/plugins/services/vnc -lang=go1.21 -complete -installsuffix shared -buildid s9iG6MCKTAmQeVMhX0PA/s9iG6MCKTAmQeVMhX0PA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1111/importcfg -pack /root/go/pkg/mod/github.com/praetorian-inc/fingerprintx@v1.1.15/pkg/plugins/services/vnc/vnc.go
2025-08-20T21:59:04.0131892Z [00:03:05.837]➜  go tool buildid -w $WORK/b1111/_pkg_.a # internal
2025-08-20T21:59:04.0137862Z [00:03:05.839]➜  cp $WORK/b1111/_pkg_.a /root/.cache/go-build/78/78fe6785481260d8d316ad091d0fdffbb52ba3ac64cb8e1d18d252e825649f5d-d # internal
2025-08-20T21:59:04.0141219Z [00:03:05.839]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/vnc
2025-08-20T21:59:04.0141937Z [00:03:05.839]➜  mkdir -p $WORK/b1110/
2025-08-20T21:59:04.0142720Z [00:03:05.839]➜  cat >/tmp/go-build282983591/b1110/importcfg << 'EOF' # internal
2025-08-20T21:59:04.0143400Z [00:03:05.839]➜  # import config
2025-08-20T21:59:04.0144068Z [00:03:05.839]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:04.0144902Z [00:03:05.839]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:04.0145629Z [00:03:05.839]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:04.0146761Z [00:03:05.839]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build282983591/b1028/_pkg_.a
2025-08-20T21:59:04.0148331Z [00:03:05.839]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/vnc=/tmp/go-build282983591/b1111/_pkg_.a
2025-08-20T21:59:04.0150414Z [00:03:05.839]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build282983591/b877/_pkg_.a
2025-08-20T21:59:04.0151781Z [00:03:05.839]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:04.0152760Z [00:03:05.839]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:04.0153565Z [00:03:05.839]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:04.0154201Z [00:03:05.839]➜  EOF
2025-08-20T21:59:04.0159060Z [00:03:05.841]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1110/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/vnc=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/vnc;$WORK/b1110=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/vnc -lang=go1.24 -complete -installsuffix shared -buildid 2Wj-NfXYiW-Slcf-4YZO/2Wj-NfXYiW-Slcf-4YZO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1110/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/vnc/memo.vnc.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/vnc/vnc.go
2025-08-20T21:59:04.0332743Z [00:03:05.858]➜  go tool buildid -w $WORK/b1108/_pkg_.a # internal
2025-08-20T21:59:04.0345768Z [00:03:05.860]➜  cp $WORK/b1108/_pkg_.a /root/.cache/go-build/3e/3ef648b13113c60452982789d82c168dde2460ec9e271e8ed5110abc0510ce44-d # internal
2025-08-20T21:59:04.0350390Z [00:03:05.860]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/telnet
2025-08-20T21:59:04.0351133Z [00:03:05.860]➜  mkdir -p $WORK/b1107/
2025-08-20T21:59:04.0351820Z [00:03:05.860]➜  cat >/tmp/go-build282983591/b1107/importcfg << 'EOF' # internal
2025-08-20T21:59:04.0352513Z [00:03:05.860]➜  # import config
2025-08-20T21:59:04.0353133Z [00:03:05.860]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:04.0353956Z [00:03:05.860]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:04.0354739Z [00:03:05.860]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:04.0355902Z [00:03:05.860]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build282983591/b1028/_pkg_.a
2025-08-20T21:59:04.0357491Z [00:03:05.860]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/telnet=/tmp/go-build282983591/b1108/_pkg_.a
2025-08-20T21:59:04.0359425Z [00:03:05.860]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build282983591/b877/_pkg_.a
2025-08-20T21:59:04.0360818Z [00:03:05.860]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:04.0361563Z [00:03:05.860]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:04.0362379Z [00:03:05.860]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:04.0362938Z [00:03:05.860]➜  EOF
2025-08-20T21:59:04.0367325Z [00:03:05.860]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1107/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/telnet=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/telnet;$WORK/b1107=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/telnet -lang=go1.24 -complete -installsuffix shared -buildid ybPZPvnU8_MDjnH6RTws/ybPZPvnU8_MDjnH6RTws -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1107/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/telnet/memo.telnet.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/telnet/telnet.go
2025-08-20T21:59:04.1337193Z [00:03:05.959]➜  go tool buildid -w $WORK/b1102/_pkg_.a # internal
2025-08-20T21:59:04.1541486Z [00:03:05.979]➜  cp $WORK/b1102/_pkg_.a /root/.cache/go-build/3e/3efe48469991791d4b58bb06fd0d1a981e966eecd40e92968d4c862e405b3598-d # internal
2025-08-20T21:59:04.1545005Z [00:03:05.980]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/ssh
2025-08-20T21:59:04.1546165Z [00:03:05.980]➜  mkdir -p $WORK/b1101/
2025-08-20T21:59:04.1575511Z [00:03:05.983]➜  cat >/tmp/go-build282983591/b1101/importcfg << 'EOF' # internal
2025-08-20T21:59:04.1576795Z [00:03:05.983]➜  # import config
2025-08-20T21:59:04.1579290Z [00:03:05.983]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:04.1580289Z [00:03:05.983]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:04.1581027Z [00:03:05.983]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:04.1582419Z [00:03:05.983]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build282983591/b877/_pkg_.a
2025-08-20T21:59:04.1583838Z [00:03:05.983]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:59:04.1584915Z [00:03:05.983]➜  packagefile github.com/zmap/zgrab2/lib/ssh=/tmp/go-build282983591/b1102/_pkg_.a
2025-08-20T21:59:04.1585778Z [00:03:05.983]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:04.1586483Z [00:03:05.983]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:04.1587012Z [00:03:05.983]➜  EOF
2025-08-20T21:59:04.1591012Z [00:03:05.983]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1101/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/ssh=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/ssh;$WORK/b1101=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/ssh -lang=go1.24 -complete -installsuffix shared -buildid wudetYiyCcGXUMeq89Mq/wudetYiyCcGXUMeq89Mq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1101/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/ssh/memo.ssh.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/ssh/ssh.go
2025-08-20T21:59:04.2876869Z [00:03:06.113]➜  go tool buildid -w $WORK/b1101/_pkg_.a # internal
2025-08-20T21:59:04.2895297Z [00:03:06.115]➜  cp $WORK/b1101/_pkg_.a /root/.cache/go-build/cc/cc68bbb827985ffe664694d53158e0590d63b584da76e45d1349fc178f6d8667-d # internal
2025-08-20T21:59:04.2902678Z [00:03:06.115]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libssh
2025-08-20T21:59:04.2903444Z [00:03:06.115]➜  mkdir -p $WORK/b1100/
2025-08-20T21:59:04.2927439Z [00:03:06.118]➜  cat >/tmp/go-build282983591/b1100/importcfg << 'EOF' # internal
2025-08-20T21:59:04.2950110Z [00:03:06.119]➜  # import config
2025-08-20T21:59:04.2950899Z [00:03:06.119]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build282983591/b847/_pkg_.a
2025-08-20T21:59:04.2952263Z [00:03:06.119]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build282983591/b870/_pkg_.a
2025-08-20T21:59:04.2953632Z [00:03:06.119]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/ssh=/tmp/go-build282983591/b1101/_pkg_.a
2025-08-20T21:59:04.2954463Z [00:03:06.119]➜  EOF
2025-08-20T21:59:04.2958202Z [00:03:06.119]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1100/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libssh=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libssh;$WORK/b1100=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libssh -lang=go1.24 -complete -installsuffix shared -buildid AVs2Dvk9iubPq4oLZ0La/AVs2Dvk9iubPq4oLZ0La -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1100/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libssh/ssh.go
2025-08-20T21:59:04.4827032Z [00:03:06.308]➜  go tool buildid -w $WORK/b1100/_pkg_.a # internal
2025-08-20T21:59:04.4858973Z [00:03:06.311]➜  cp $WORK/b1100/_pkg_.a /root/.cache/go-build/28/28bbc6598de08de6814096fe92a3c6841837f1e7820c74e35d70f36676231ac9-d # internal
2025-08-20T21:59:04.4865234Z [00:03:06.312]➜  github.com/yassinebenaid/godump
2025-08-20T21:59:04.4871576Z [00:03:06.312]➜  mkdir -p $WORK/b1114/
2025-08-20T21:59:04.4872270Z [00:03:06.312]➜  cat >/tmp/go-build282983591/b1114/importcfg << 'EOF' # internal
2025-08-20T21:59:04.4873833Z [00:03:06.312]➜  # import config
2025-08-20T21:59:04.4881952Z [00:03:06.312]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:04.4883077Z [00:03:06.312]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:04.4884028Z [00:03:06.312]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:04.4884953Z [00:03:06.312]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:04.4886156Z [00:03:06.312]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:04.4887677Z [00:03:06.312]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:04.4888465Z [00:03:06.312]➜  EOF
2025-08-20T21:59:04.4891927Z [00:03:06.312]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1114/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yassinebenaid/godump@v0.11.1=>github.com/yassinebenaid/godump@v0.11.1;$WORK/b1114=>" -p github.com/yassinebenaid/godump -lang=go1.21 -complete -installsuffix shared -buildid UeGmjWvZMHTZsAYIPmI2/UeGmjWvZMHTZsAYIPmI2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1114/importcfg -pack /root/go/pkg/mod/github.com/yassinebenaid/godump@v0.11.1/dumper.go
2025-08-20T21:59:04.7165848Z [00:03:06.542]➜  go tool buildid -w $WORK/b1114/_pkg_.a # internal
2025-08-20T21:59:04.7181419Z [00:03:06.543]➜  cp $WORK/b1114/_pkg_.a /root/.cache/go-build/26/26c13708896a1cfcfaa9446bec7dc6b3bcdcfc4a70ed1ac67ff4da0cb0fa534c-d # internal
2025-08-20T21:59:04.7185109Z [00:03:06.544]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/vardump
2025-08-20T21:59:04.7185979Z [00:03:06.544]➜  mkdir -p $WORK/b1113/
2025-08-20T21:59:04.7207646Z [00:03:06.546]➜  cat >/tmp/go-build282983591/b1113/importcfg << 'EOF' # internal
2025-08-20T21:59:04.7210948Z [00:03:06.546]➜  # import config
2025-08-20T21:59:04.7211982Z [00:03:06.546]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:04.7213340Z [00:03:06.546]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build282983591/b223/_pkg_.a
2025-08-20T21:59:04.7214569Z [00:03:06.546]➜  packagefile github.com/yassinebenaid/godump=/tmp/go-build282983591/b1114/_pkg_.a
2025-08-20T21:59:04.7215559Z [00:03:06.546]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:04.7216210Z [00:03:06.546]➜  EOF
2025-08-20T21:59:04.7221406Z [00:03:06.546]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1113/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/utils/vardump=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/vardump;$WORK/b1113=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/vardump -lang=go1.24 -complete -installsuffix shared -buildid YgWfPQhP82P7F68PKR6J/YgWfPQhP82P7F68PKR6J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1113/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/utils/vardump/dump.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/utils/vardump/vars.go
2025-08-20T21:59:04.8269034Z [00:03:06.652]➜  go tool buildid -w $WORK/b1113/_pkg_.a # internal
2025-08-20T21:59:04.8321250Z [00:03:06.657]➜  cp $WORK/b1113/_pkg_.a /root/.cache/go-build/99/99551f80c961cced6e5c9fcedbf5af681238b646f943a2a5304b81ff55f2bb46-d # internal
2025-08-20T21:59:04.8324108Z [00:03:06.658]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/global
2025-08-20T21:59:04.8335194Z [00:03:06.659]➜  mkdir -p $WORK/b1112/
2025-08-20T21:59:04.8336513Z [00:03:06.659]➜  cat >/tmp/go-build282983591/b1112/importcfg << 'EOF' # internal
2025-08-20T21:59:04.8337245Z [00:03:06.659]➜  # import config
2025-08-20T21:59:04.8338057Z [00:03:06.659]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:04.8338905Z [00:03:06.659]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:04.8339705Z [00:03:06.659]➜  packagefile embed=/tmp/go-build282983591/b066/_pkg_.a
2025-08-20T21:59:04.8340777Z [00:03:06.659]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:04.8341618Z [00:03:06.659]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:04.8342519Z [00:03:06.659]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build282983591/b847/_pkg_.a
2025-08-20T21:59:04.8343577Z [00:03:06.659]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build282983591/b248/_pkg_.a
2025-08-20T21:59:04.8344707Z [00:03:06.659]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:04.8345993Z [00:03:06.659]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build282983591/b870/_pkg_.a
2025-08-20T21:59:04.8347586Z [00:03:06.659]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build282983591/b877/_pkg_.a
2025-08-20T21:59:04.8349383Z [00:03:06.659]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/vardump=/tmp/go-build282983591/b1113/_pkg_.a
2025-08-20T21:59:04.8351195Z [00:03:06.659]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:04.8352517Z [00:03:06.659]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:59:04.8353778Z [00:03:06.659]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:59:04.8354806Z [00:03:06.659]➜  packagefile math/rand=/tmp/go-build282983591/b118/_pkg_.a
2025-08-20T21:59:04.8355597Z [00:03:06.659]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:04.8356366Z [00:03:06.659]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:04.8357148Z [00:03:06.659]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:04.8357980Z [00:03:06.659]➜  EOF
2025-08-20T21:59:04.8358610Z [00:03:06.659]➜  cat >/tmp/go-build282983591/b1112/embedcfg << 'EOF' # internal
2025-08-20T21:59:04.8359220Z [00:03:06.659]➜  {
2025-08-20T21:59:04.8359620Z [00:03:06.659]➜  	"Patterns": {
2025-08-20T21:59:04.8369231Z [00:03:06.659]➜  		"exports.js": [
2025-08-20T21:59:04.8369733Z [00:03:06.659]➜  			"exports.js"
2025-08-20T21:59:04.8370344Z [00:03:06.659]➜  		],
2025-08-20T21:59:04.8370729Z [00:03:06.659]➜  		"js": [
2025-08-20T21:59:04.8371189Z [00:03:06.659]➜  			"js/active_directory.js",
2025-08-20T21:59:04.8371693Z [00:03:06.659]➜  			"js/dump.js"
2025-08-20T21:59:04.8372097Z [00:03:06.659]➜  		]
2025-08-20T21:59:04.8372456Z [00:03:06.659]➜  	},
2025-08-20T21:59:04.8372824Z [00:03:06.659]➜  	"Files": {
2025-08-20T21:59:04.8373545Z [00:03:06.659]➜  		"exports.js": "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/global/exports.js",
2025-08-20T21:59:04.8374909Z [00:03:06.659]➜  		"js/active_directory.js": "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/global/js/active_directory.js",
2025-08-20T21:59:04.8375974Z [00:03:06.659]➜  		"js/dump.js": "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/global/js/dump.js"
2025-08-20T21:59:04.8376608Z [00:03:06.659]➜  	}
2025-08-20T21:59:04.8376959Z [00:03:06.659]➜  }EOF
2025-08-20T21:59:04.8381447Z [00:03:06.659]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1112/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/global=>github.com/projectdiscovery/nuclei/v3/pkg/js/global;$WORK/b1112=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/global -lang=go1.24 -complete -installsuffix shared -buildid DJG0R3pBNYrXtd5G7zYW/DJG0R3pBNYrXtd5G7zYW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1112/importcfg -embedcfg $WORK/b1112/embedcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/global/helpers.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/global/scripts.go
2025-08-20T21:59:04.9574200Z [00:03:06.783]➜  go tool buildid -w $WORK/b1110/_pkg_.a # internal
2025-08-20T21:59:04.9720516Z [00:03:06.797]➜  cp $WORK/b1110/_pkg_.a /root/.cache/go-build/63/63b8333df84ea03879c2fcfcb145241587090356086d935e6791f96204adbb0f-d # internal
2025-08-20T21:59:04.9722179Z [00:03:06.797]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libvnc
2025-08-20T21:59:04.9723091Z [00:03:06.798]➜  mkdir -p $WORK/b1109/
2025-08-20T21:59:04.9730216Z [00:03:06.798]➜  cat >/tmp/go-build282983591/b1109/importcfg << 'EOF' # internal
2025-08-20T21:59:04.9730935Z [00:03:06.798]➜  # import config
2025-08-20T21:59:04.9731707Z [00:03:06.798]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build282983591/b847/_pkg_.a
2025-08-20T21:59:04.9733213Z [00:03:06.798]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build282983591/b870/_pkg_.a
2025-08-20T21:59:04.9734964Z [00:03:06.798]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/vnc=/tmp/go-build282983591/b1110/_pkg_.a
2025-08-20T21:59:04.9736213Z [00:03:06.798]➜  EOF
2025-08-20T21:59:04.9740463Z [00:03:06.798]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1109/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libvnc=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libvnc;$WORK/b1109=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libvnc -lang=go1.24 -complete -installsuffix shared -buildid XLOuOgCT78qdTKigUyB1/XLOuOgCT78qdTKigUyB1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1109/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libvnc/vnc.go
2025-08-20T21:59:04.9832186Z [00:03:06.807]➜  go tool buildid -w $WORK/b1107/_pkg_.a # internal
2025-08-20T21:59:05.0046554Z [00:03:06.830]➜  cp $WORK/b1107/_pkg_.a /root/.cache/go-build/17/171624f51157c48032579a7be2098fc24e0d9d18b2b62719f01efef90461924f-d # internal
2025-08-20T21:59:05.0051585Z [00:03:06.830]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libtelnet
2025-08-20T21:59:05.0061909Z [00:03:06.830]➜  mkdir -p $WORK/b1106/
2025-08-20T21:59:05.0062875Z [00:03:06.831]➜  cat >/tmp/go-build282983591/b1106/importcfg << 'EOF' # internal
2025-08-20T21:59:05.0064000Z [00:03:06.831]➜  # import config
2025-08-20T21:59:05.0064948Z [00:03:06.831]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build282983591/b847/_pkg_.a
2025-08-20T21:59:05.0066436Z [00:03:06.831]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build282983591/b870/_pkg_.a
2025-08-20T21:59:05.0068162Z [00:03:06.831]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/telnet=/tmp/go-build282983591/b1107/_pkg_.a
2025-08-20T21:59:05.0069351Z [00:03:06.831]➜  EOF
2025-08-20T21:59:05.0073944Z [00:03:06.831]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1106/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libtelnet=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libtelnet;$WORK/b1106=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libtelnet -lang=go1.24 -complete -installsuffix shared -buildid Db846eEeJkmUZ4FkQofV/Db846eEeJkmUZ4FkQofV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1106/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libtelnet/telnet.go
2025-08-20T21:59:05.0403689Z [00:03:06.865]➜  go tool buildid -w $WORK/b1109/_pkg_.a # internal
2025-08-20T21:59:05.0428228Z [00:03:06.868]➜  cp $WORK/b1109/_pkg_.a /root/.cache/go-build/db/db66a9a3b6e5dda508f395a4ec53ab4e3fda6e7ae3b7e4eea0aa317bd455750e-d # internal
2025-08-20T21:59:05.0430960Z [00:03:06.868]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/goconsole
2025-08-20T21:59:05.0431696Z [00:03:06.868]➜  mkdir -p $WORK/b1115/
2025-08-20T21:59:05.0444207Z [00:03:06.870]➜  cat >/tmp/go-build282983591/b1115/importcfg << 'EOF' # internal
2025-08-20T21:59:05.0446387Z [00:03:06.870]➜  # import config
2025-08-20T21:59:05.0447473Z [00:03:06.870]➜  packagefile github.com/Mzack9999/goja_nodejs/console=/tmp/go-build282983591/b862/_pkg_.a
2025-08-20T21:59:05.0448881Z [00:03:06.870]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:05.0449768Z [00:03:06.870]➜  EOF
2025-08-20T21:59:05.0453908Z [00:03:06.870]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1115/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/goconsole=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/goconsole;$WORK/b1115=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/goconsole -lang=go1.24 -complete -installsuffix shared -buildid hD93T3HgUpdHabh315o-/hD93T3HgUpdHabh315o- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1115/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/goconsole/log.go
2025-08-20T21:59:05.0613157Z [00:03:06.886]➜  go tool buildid -w $WORK/b1115/_pkg_.a # internal
2025-08-20T21:59:05.0625566Z [00:03:06.888]➜  cp $WORK/b1115/_pkg_.a /root/.cache/go-build/24/24a42ce2a10cebf78e9e5a75e6a6aea3879b1ba8cf7c9002db785b2fabdd44f7-d # internal
2025-08-20T21:59:05.0664124Z [00:03:06.892]➜  github.com/projectdiscovery/utils/sync
2025-08-20T21:59:05.0667698Z [00:03:06.892]➜  mkdir -p $WORK/b1116/
2025-08-20T21:59:05.0670864Z [00:03:06.892]➜  cat >/tmp/go-build282983591/b1116/importcfg << 'EOF' # internal
2025-08-20T21:59:05.0675743Z [00:03:06.892]➜  # import config
2025-08-20T21:59:05.0676425Z [00:03:06.892]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:05.0677249Z [00:03:06.892]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:05.0678372Z [00:03:06.892]➜  packagefile github.com/projectdiscovery/utils/sync/semaphore=/tmp/go-build282983591/b740/_pkg_.a
2025-08-20T21:59:05.0679432Z [00:03:06.892]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:05.0680448Z [00:03:06.892]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:05.0681065Z [00:03:06.892]➜  EOF
2025-08-20T21:59:05.0684855Z [00:03:06.892]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1116/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/sync=>github.com/projectdiscovery/utils@v0.4.23/sync;$WORK/b1116=>" -p github.com/projectdiscovery/utils/sync -lang=go1.24 -complete -installsuffix shared -buildid BmjzbY4VEqNbYdj7u7oT/BmjzbY4VEqNbYdj7u7oT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1116/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/sync/adaptivewaitgroup.go
2025-08-20T21:59:05.1217984Z [00:03:06.947]➜  go tool buildid -w $WORK/b1116/_pkg_.a # internal
2025-08-20T21:59:05.1226860Z [00:03:06.948]➜  cp $WORK/b1116/_pkg_.a /root/.cache/go-build/fc/fc83afbfdd7bca9f48e45c8fc62349da9decc856970032df094c085794a799c0-d # internal
2025-08-20T21:59:05.1263301Z [00:03:06.951]➜  github.com/alitto/pond
2025-08-20T21:59:05.1271177Z [00:03:06.952]➜  mkdir -p $WORK/b1118/
2025-08-20T21:59:05.1276679Z [00:03:06.953]➜  cat >/tmp/go-build282983591/b1118/importcfg << 'EOF' # internal
2025-08-20T21:59:05.1277909Z [00:03:06.953]➜  # import config
2025-08-20T21:59:05.1281057Z [00:03:06.953]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:05.1282598Z [00:03:06.953]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:05.1283739Z [00:03:06.953]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:05.1284933Z [00:03:06.953]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:05.1286091Z [00:03:06.953]➜  packagefile runtime/debug=/tmp/go-build282983591/b246/_pkg_.a
2025-08-20T21:59:05.1287498Z [00:03:06.953]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:05.1288586Z [00:03:06.953]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:05.1289774Z [00:03:06.953]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:05.1290956Z [00:03:06.953]➜  EOF
2025-08-20T21:59:05.1306580Z [00:03:06.956]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1118/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alitto/pond@v1.9.2=>github.com/alitto/pond@v1.9.2;$WORK/b1118=>" -p github.com/alitto/pond -lang=go1.18 -complete -installsuffix shared -buildid 7m9O-KsQlDUpHJAiptyE/7m9O-KsQlDUpHJAiptyE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1118/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:59:05.1325834Z [00:03:06.958]➜  go tool buildid -w $WORK/b1106/_pkg_.a # internal
2025-08-20T21:59:05.1378663Z [00:03:06.963]➜  cp $WORK/b1106/_pkg_.a /root/.cache/go-build/1b/1b302115c7804ec69cebbee9943a0c752476240567108b9ce869d6baf6339026-d # internal
2025-08-20T21:59:05.1384877Z [00:03:06.964]➜  github.com/labstack/gommon/color
2025-08-20T21:59:05.1387509Z [00:03:06.964]➜  mkdir -p $WORK/b1120/
2025-08-20T21:59:05.1393976Z [00:03:06.964]➜  cat >/tmp/go-build282983591/b1120/importcfg << 'EOF' # internal
2025-08-20T21:59:05.1396623Z [00:03:06.964]➜  # import config
2025-08-20T21:59:05.1397348Z [00:03:06.965]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:05.1398193Z [00:03:06.965]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:05.1399175Z [00:03:06.965]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build282983591/b545/_pkg_.a
2025-08-20T21:59:05.1400526Z [00:03:06.965]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build282983591/b180/_pkg_.a
2025-08-20T21:59:05.1401480Z [00:03:06.965]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:05.1402346Z [00:03:06.965]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:05.1402954Z [00:03:06.965]➜  EOF
2025-08-20T21:59:05.1406428Z [00:03:06.965]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1120/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/labstack/gommon@v0.4.2/color=>github.com/labstack/gommon@v0.4.2/color;$WORK/b1120=>" -p github.com/labstack/gommon/color -lang=go1.18 -complete -installsuffix shared -buildid NKXFPmYGDeqn1OmMXtk5/NKXFPmYGDeqn1OmMXtk5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1120/importcfg -pack /root/go/pkg/mod/github.com/labstack/gommon@v0.4.2/color/color.go
2025-08-20T21:59:05.1929970Z [00:03:07.018]➜  go tool buildid -w $WORK/b1118/_pkg_.a # internal
2025-08-20T21:59:05.1956320Z [00:03:07.020]➜  cp $WORK/b1118/_pkg_.a /root/.cache/go-build/e6/e69642c4853a642801bcea5bb496b3e8c3f5cc9af5c2bd0c813b4dc851f16876-d # internal
2025-08-20T21:59:05.2052995Z [00:03:07.030]➜  github.com/valyala/fasttemplate
2025-08-20T21:59:05.2054200Z [00:03:07.030]➜  mkdir -p $WORK/b1122/
2025-08-20T21:59:05.2056437Z [00:03:07.030]➜  cat >/tmp/go-build282983591/b1122/importcfg << 'EOF' # internal
2025-08-20T21:59:05.2057378Z [00:03:07.030]➜  # import config
2025-08-20T21:59:05.2060384Z [00:03:07.030]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:05.2061226Z [00:03:07.030]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:05.2062171Z [00:03:07.030]➜  packagefile github.com/valyala/bytebufferpool=/tmp/go-build282983591/b786/_pkg_.a
2025-08-20T21:59:05.2063351Z [00:03:07.030]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:05.2064180Z [00:03:07.030]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:05.2064841Z [00:03:07.030]➜  EOF
2025-08-20T21:59:05.2068730Z [00:03:07.030]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1122/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/valyala/fasttemplate@v1.2.2=>github.com/valyala/fasttemplate@v1.2.2;$WORK/b1122=>" -p github.com/valyala/fasttemplate -lang=go1.12 -complete -installsuffix shared -buildid N8934_Ded1UQH8xxb5JI/N8934_Ded1UQH8xxb5JI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1122/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:59:05.2446195Z [00:03:07.070]➜  go tool buildid -w $WORK/b1120/_pkg_.a # internal
2025-08-20T21:59:05.2470329Z [00:03:07.072]➜  cp $WORK/b1120/_pkg_.a /root/.cache/go-build/c1/c18a14d33a09b0bb27a5f552eda989a440cee1e1e45eeca0be6c52e3e9ed819f-d # internal
2025-08-20T21:59:05.2520991Z [00:03:07.077]➜  golang.org/x/crypto/acme
2025-08-20T21:59:05.2526305Z [00:03:07.078]➜  mkdir -p $WORK/b1123/
2025-08-20T21:59:05.2537873Z [00:03:07.079]➜  cat >/tmp/go-build282983591/b1123/importcfg << 'EOF' # internal
2025-08-20T21:59:05.2547944Z [00:03:07.079]➜  # import config
2025-08-20T21:59:05.2548673Z [00:03:07.079]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:05.2549496Z [00:03:07.079]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:05.2550517Z [00:03:07.079]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:59:05.2551374Z [00:03:07.079]➜  packagefile crypto/ecdsa=/tmp/go-build282983591/b115/_pkg_.a
2025-08-20T21:59:05.2552318Z [00:03:07.079]➜  packagefile crypto/elliptic=/tmp/go-build282983591/b116/_pkg_.a
2025-08-20T21:59:05.2553236Z [00:03:07.079]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:59:05.2554147Z [00:03:07.079]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:59:05.2555012Z [00:03:07.079]➜  packagefile crypto/rsa=/tmp/go-build282983591/b148/_pkg_.a
2025-08-20T21:59:05.2555869Z [00:03:07.079]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:59:05.2556762Z [00:03:07.079]➜  packagefile crypto/sha512=/tmp/go-build282983591/b126/_pkg_.a
2025-08-20T21:59:05.2557657Z [00:03:07.079]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:59:05.2558560Z [00:03:07.079]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:59:05.2559518Z [00:03:07.079]➜  packagefile crypto/x509/pkix=/tmp/go-build282983591/b155/_pkg_.a
2025-08-20T21:59:05.2563117Z [00:03:07.079]➜  packagefile encoding/asn1=/tmp/go-build282983591/b128/_pkg_.a
2025-08-20T21:59:05.2564104Z [00:03:07.079]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:05.2565053Z [00:03:07.079]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:05.2566179Z [00:03:07.079]➜  packagefile encoding/pem=/tmp/go-build282983591/b157/_pkg_.a
2025-08-20T21:59:05.2567028Z [00:03:07.079]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:05.2567812Z [00:03:07.079]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:05.2568582Z [00:03:07.079]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:05.2569398Z [00:03:07.079]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:59:05.2570513Z [00:03:07.079]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:05.2571430Z [00:03:07.079]➜  packagefile runtime/debug=/tmp/go-build282983591/b246/_pkg_.a
2025-08-20T21:59:05.2572325Z [00:03:07.079]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:05.2573192Z [00:03:07.079]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:05.2574227Z [00:03:07.079]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:05.2575045Z [00:03:07.079]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:05.2575668Z [00:03:07.079]➜  EOF
2025-08-20T21:59:05.2581049Z [00:03:07.082]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1123/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/acme=>golang.org/x/crypto@v0.39.0/acme;$WORK/b1123=>" -p golang.org/x/crypto/acme -lang=go1.23 -complete -installsuffix shared -buildid -Hn6QohHCPeSgytvHOyQ/-Hn6QohHCPeSgytvHOyQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1123/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:59:05.2936156Z [00:03:07.119]➜  go tool buildid -w $WORK/b1122/_pkg_.a # internal
2025-08-20T21:59:05.2947069Z [00:03:07.120]➜  cp $WORK/b1122/_pkg_.a /root/.cache/go-build/9c/9c6f627f411fc9fe8aae5e875cf30c3c86927400364c8fafbe1e65588483a6ed-d # internal
2025-08-20T21:59:05.2957821Z [00:03:07.121]➜  github.com/labstack/gommon/log
2025-08-20T21:59:05.2962616Z [00:03:07.121]➜  mkdir -p $WORK/b1121/
2025-08-20T21:59:05.2968966Z [00:03:07.122]➜  cat >/tmp/go-build282983591/b1121/importcfg << 'EOF' # internal
2025-08-20T21:59:05.2969675Z [00:03:07.122]➜  # import config
2025-08-20T21:59:05.2970516Z [00:03:07.122]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:05.2971411Z [00:03:07.122]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:05.2972267Z [00:03:07.122]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:05.2973275Z [00:03:07.122]➜  packagefile github.com/labstack/gommon/color=/tmp/go-build282983591/b1120/_pkg_.a
2025-08-20T21:59:05.2974458Z [00:03:07.122]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build282983591/b545/_pkg_.a
2025-08-20T21:59:05.2975615Z [00:03:07.122]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build282983591/b180/_pkg_.a
2025-08-20T21:59:05.2976754Z [00:03:07.122]➜  packagefile github.com/valyala/fasttemplate=/tmp/go-build282983591/b1122/_pkg_.a
2025-08-20T21:59:05.2977752Z [00:03:07.122]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:05.2978539Z [00:03:07.122]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:05.2979322Z [00:03:07.122]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:59:05.2980346Z [00:03:07.122]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:05.2981160Z [00:03:07.122]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:05.2981956Z [00:03:07.122]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:05.2982801Z [00:03:07.122]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:05.2983666Z [00:03:07.122]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:05.2984502Z [00:03:07.122]➜  EOF
2025-08-20T21:59:05.2988450Z [00:03:07.122]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1121/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/labstack/gommon@v0.4.2/log=>github.com/labstack/gommon@v0.4.2/log;$WORK/b1121=>" -p github.com/labstack/gommon/log -lang=go1.18 -complete -installsuffix shared -buildid PNqJuDtYaCFZkvyxwQgF/PNqJuDtYaCFZkvyxwQgF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1121/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:59:05.4159394Z [00:03:07.241]➜  go tool buildid -w $WORK/b1121/_pkg_.a # internal
2025-08-20T21:59:05.4197228Z [00:03:07.245]➜  cp $WORK/b1121/_pkg_.a /root/.cache/go-build/a3/a30090c1d9e80982414e07ea1a624ffa62a70dfa8b9415f6edf0b34da282f4a4-d # internal
2025-08-20T21:59:05.4202669Z [00:03:07.245]➜  github.com/labstack/gommon/bytes
2025-08-20T21:59:05.4204986Z [00:03:07.246]➜  mkdir -p $WORK/b1126/
2025-08-20T21:59:05.4208762Z [00:03:07.246]➜  cat >/tmp/go-build282983591/b1126/importcfg << 'EOF' # internal
2025-08-20T21:59:05.4212906Z [00:03:07.246]➜  # import config
2025-08-20T21:59:05.4213605Z [00:03:07.246]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:05.4214478Z [00:03:07.246]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:05.4215331Z [00:03:07.246]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:05.4216207Z [00:03:07.246]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:05.4216853Z [00:03:07.246]➜  EOF
2025-08-20T21:59:05.4221008Z [00:03:07.246]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1126/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/labstack/gommon@v0.4.2/bytes=>github.com/labstack/gommon@v0.4.2/bytes;$WORK/b1126=>" -p github.com/labstack/gommon/bytes -lang=go1.18 -complete -installsuffix shared -buildid vvIfuVR7BXD3DLq5H0IQ/vvIfuVR7BXD3DLq5H0IQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1126/importcfg -pack /root/go/pkg/mod/github.com/labstack/gommon@v0.4.2/bytes/bytes.go
2025-08-20T21:59:05.4646292Z [00:03:07.290]➜  go tool buildid -w $WORK/b1126/_pkg_.a # internal
2025-08-20T21:59:05.4654530Z [00:03:07.291]➜  cp $WORK/b1126/_pkg_.a /root/.cache/go-build/35/35faa6bf947452fd73c817c763d12c99e9744880063231ca4f70433ce25f28f4-d # internal
2025-08-20T21:59:05.4678467Z [00:03:07.293]➜  golang.org/x/time/rate
2025-08-20T21:59:05.4681305Z [00:03:07.293]➜  mkdir -p $WORK/b1127/
2025-08-20T21:59:05.4722199Z [00:03:07.294]➜  cat >/tmp/go-build282983591/b1127/importcfg << 'EOF' # internal
2025-08-20T21:59:05.4723044Z [00:03:07.294]➜  # import config
2025-08-20T21:59:05.4723743Z [00:03:07.294]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:05.4724617Z [00:03:07.294]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:05.4725475Z [00:03:07.294]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:05.4726302Z [00:03:07.294]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:05.4727083Z [00:03:07.294]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:05.4727699Z [00:03:07.294]➜  EOF
2025-08-20T21:59:05.4731536Z [00:03:07.294]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1127/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/time@v0.11.0/rate=>golang.org/x/time@v0.11.0/rate;$WORK/b1127=>" -p golang.org/x/time/rate -lang=go1.23 -complete -installsuffix shared -buildid ldAMwhlsxuEJceI2noHr/ldAMwhlsxuEJceI2noHr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1127/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:59:05.5695106Z [00:03:07.395]➜  go tool buildid -w $WORK/b1127/_pkg_.a # internal
2025-08-20T21:59:05.5709469Z [00:03:07.396]➜  cp $WORK/b1127/_pkg_.a /root/.cache/go-build/60/604de434af4b929f02a0717e420f46f2560f1fbb3f3ef920580fc43a10f444b0-d # internal
2025-08-20T21:59:05.5726553Z [00:03:07.398]➜  github.com/projectdiscovery/nuclei/v3/internal/server/scope
2025-08-20T21:59:05.5735424Z [00:03:07.399]➜  mkdir -p $WORK/b1128/
2025-08-20T21:59:05.5737031Z [00:03:07.399]➜  cat >/tmp/go-build282983591/b1128/importcfg << 'EOF' # internal
2025-08-20T21:59:05.5738592Z [00:03:07.399]➜  # import config
2025-08-20T21:59:05.5739264Z [00:03:07.399]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:05.5740275Z [00:03:07.399]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:05.5741098Z [00:03:07.399]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:59:05.5741898Z [00:03:07.399]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:05.5742481Z [00:03:07.399]➜  EOF
2025-08-20T21:59:05.5747022Z [00:03:07.399]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1128/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/server/scope=>github.com/projectdiscovery/nuclei/v3/internal/server/scope;$WORK/b1128=>" -p github.com/projectdiscovery/nuclei/v3/internal/server/scope -lang=go1.24 -complete -installsuffix shared -buildid jYAUzIbMAHbOEuWje6fe/jYAUzIbMAHbOEuWje6fe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1128/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/server/scope/extensions.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/server/scope/scope.go
2025-08-20T21:59:05.6575311Z [00:03:07.483]➜  go tool buildid -w $WORK/b1128/_pkg_.a # internal
2025-08-20T21:59:05.6586029Z [00:03:07.484]➜  cp $WORK/b1128/_pkg_.a /root/.cache/go-build/bc/bc9ae0e75d0d76ce3a6b7155fbd237544cd392be5c6394d4f738b23e55457569-d # internal
2025-08-20T21:59:05.6587644Z [00:03:07.484]➜  github.com/projectdiscovery/nuclei/v3/pkg/catalog/loader/filter
2025-08-20T21:59:05.6588846Z [00:03:07.484]➜  mkdir -p $WORK/b1130/
2025-08-20T21:59:05.6617635Z [00:03:07.487]➜  cat >/tmp/go-build282983591/b1130/importcfg << 'EOF' # internal
2025-08-20T21:59:05.6618554Z [00:03:07.487]➜  # import config
2025-08-20T21:59:05.6619539Z [00:03:07.487]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog=/tmp/go-build282983591/b746/_pkg_.a
2025-08-20T21:59:05.6620626Z [00:03:07.487]➜  EOF
2025-08-20T21:59:05.6624679Z [00:03:07.487]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1130/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/loader/filter=>github.com/projectdiscovery/nuclei/v3/pkg/catalog/loader/filter;$WORK/b1130=>" -p github.com/projectdiscovery/nuclei/v3/pkg/catalog/loader/filter -lang=go1.24 -complete -installsuffix shared -buildid 3JiGd1Kq4JZoxsNOcIF8/3JiGd1Kq4JZoxsNOcIF8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1130/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/loader/filter/path_filter.go
2025-08-20T21:59:05.6934856Z [00:03:07.519]➜  go tool buildid -w $WORK/b1123/_pkg_.a # internal
2025-08-20T21:59:05.6980698Z [00:03:07.523]➜  cp $WORK/b1123/_pkg_.a /root/.cache/go-build/18/1821f01ae534d64c7a6300bf56eb6ecd97a46c7301c76eae25f5ea723336952f-d # internal
2025-08-20T21:59:05.7035337Z [00:03:07.529]➜  go tool buildid -w $WORK/b1130/_pkg_.a # internal
2025-08-20T21:59:05.7039745Z [00:03:07.529]➜  golang.org/x/crypto/acme/autocert
2025-08-20T21:59:05.7042500Z [00:03:07.529]➜  mkdir -p $WORK/b1124/
2025-08-20T21:59:05.7047301Z [00:03:07.530]➜  cat >/tmp/go-build282983591/b1124/importcfg << 'EOF' # internal
2025-08-20T21:59:05.7048561Z [00:03:07.530]➜  # import config
2025-08-20T21:59:05.7050978Z [00:03:07.530]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:05.7051860Z [00:03:07.530]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:05.7052721Z [00:03:07.530]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:59:05.7053601Z [00:03:07.530]➜  packagefile crypto/ecdsa=/tmp/go-build282983591/b115/_pkg_.a
2025-08-20T21:59:05.7054538Z [00:03:07.530]➜  packagefile crypto/elliptic=/tmp/go-build282983591/b116/_pkg_.a
2025-08-20T21:59:05.7055667Z [00:03:07.530]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:59:05.7056705Z [00:03:07.530]➜  packagefile crypto/rsa=/tmp/go-build282983591/b148/_pkg_.a
2025-08-20T21:59:05.7057623Z [00:03:07.530]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:59:05.7058521Z [00:03:07.530]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:59:05.7059467Z [00:03:07.530]➜  packagefile crypto/x509/pkix=/tmp/go-build282983591/b155/_pkg_.a
2025-08-20T21:59:05.7060603Z [00:03:07.530]➜  packagefile encoding/pem=/tmp/go-build282983591/b157/_pkg_.a
2025-08-20T21:59:05.7061492Z [00:03:07.530]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:05.7062307Z [00:03:07.530]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:05.7063237Z [00:03:07.530]➜  packagefile golang.org/x/crypto/acme=/tmp/go-build282983591/b1123/_pkg_.a
2025-08-20T21:59:05.7064212Z [00:03:07.530]➜  packagefile golang.org/x/net/idna=/tmp/go-build282983591/b459/_pkg_.a
2025-08-20T21:59:05.7071026Z [00:03:07.530]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:05.7071879Z [00:03:07.530]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:59:05.7072719Z [00:03:07.530]➜  packagefile math/rand=/tmp/go-build282983591/b118/_pkg_.a
2025-08-20T21:59:05.7073528Z [00:03:07.530]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:05.7074339Z [00:03:07.530]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:05.7075121Z [00:03:07.530]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:05.7075873Z [00:03:07.530]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:59:05.7076996Z [00:03:07.530]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:05.7078691Z [00:03:07.530]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:05.7079750Z [00:03:07.530]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:05.7081136Z [00:03:07.530]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:05.7082007Z [00:03:07.530]➜  EOF
2025-08-20T21:59:05.7088601Z [00:03:07.530]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1124/_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/b1124=>" -p golang.org/x/crypto/acme/autocert -lang=go1.23 -complete -installsuffix shared -buildid 5VSeHpdxYpZH2Bynk0z3/5VSeHpdxYpZH2Bynk0z3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1124/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:59:05.7095118Z [00:03:07.530]➜  cp $WORK/b1130/_pkg_.a /root/.cache/go-build/d2/d259242d2024f6b9d4c1199f9a50c54302a275a24aaff33d267899ee6e06c626-d # internal
2025-08-20T21:59:05.7096780Z [00:03:07.531]➜  github.com/projectdiscovery/nuclei/v3/pkg/authprovider/authx
2025-08-20T21:59:05.7097709Z [00:03:07.531]➜  mkdir -p $WORK/b1133/
2025-08-20T21:59:05.7098637Z [00:03:07.531]➜  cat >/tmp/go-build282983591/b1133/importcfg << 'EOF' # internal
2025-08-20T21:59:05.7099500Z [00:03:07.531]➜  # import config
2025-08-20T21:59:05.7100465Z [00:03:07.531]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:05.7101878Z [00:03:07.531]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:05.7103759Z [00:03:07.531]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/replacer=/tmp/go-build282983591/b784/_pkg_.a
2025-08-20T21:59:05.7105930Z [00:03:07.531]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build282983591/b626/_pkg_.a
2025-08-20T21:59:05.7107726Z [00:03:07.531]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build282983591/b342/_pkg_.a
2025-08-20T21:59:05.7109983Z [00:03:07.531]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:59:05.7111375Z [00:03:07.531]➜  packagefile github.com/projectdiscovery/utils/generic=/tmp/go-build282983591/b736/_pkg_.a
2025-08-20T21:59:05.7112599Z [00:03:07.531]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build282983591/b191/_pkg_.a
2025-08-20T21:59:05.7113847Z [00:03:07.531]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:59:05.7115045Z [00:03:07.531]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build282983591/b449/_pkg_.a
2025-08-20T21:59:05.7116186Z [00:03:07.531]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build282983591/b202/_pkg_.a
2025-08-20T21:59:05.7117050Z [00:03:07.531]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:05.7117831Z [00:03:07.531]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:05.7118665Z [00:03:07.531]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:05.7119526Z [00:03:07.531]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:05.7120636Z [00:03:07.531]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:59:05.7121818Z [00:03:07.531]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:05.7122892Z [00:03:07.531]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:05.7123710Z [00:03:07.531]➜  EOF
2025-08-20T21:59:05.7132008Z [00:03:07.532]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1133/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/authx=>github.com/projectdiscovery/nuclei/v3/pkg/authprovider/authx;$WORK/b1133=>" -p github.com/projectdiscovery/nuclei/v3/pkg/authprovider/authx -lang=go1.24 -complete -installsuffix shared -buildid UI0kxOKFPTTeVuVibvzn/UI0kxOKFPTTeVuVibvzn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1133/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/authx/basic_auth.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/authx/bearer_auth.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/authx/cookies_auth.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/authx/dynamic.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/authx/file.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/authx/headers_auth.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/authx/query_auth.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/authx/strategy.go
2025-08-20T21:59:05.8271488Z [00:03:07.650]➜  go tool buildid -w $WORK/b1112/_pkg_.a # internal
2025-08-20T21:59:05.8357482Z [00:03:07.661]➜  cp $WORK/b1112/_pkg_.a /root/.cache/go-build/67/674c7f4e8de0b88cbe3346d52c6081a23fb30f4aabfc69b40be0b4aec9e3f945-d # internal
2025-08-20T21:59:05.8458373Z [00:03:07.671]➜  github.com/bluele/gcache
2025-08-20T21:59:05.8483494Z [00:03:07.671]➜  mkdir -p $WORK/b1135/
2025-08-20T21:59:05.8484331Z [00:03:07.671]➜  cat >/tmp/go-build282983591/b1135/importcfg << 'EOF' # internal
2025-08-20T21:59:05.8485031Z [00:03:07.671]➜  # import config
2025-08-20T21:59:05.8485728Z [00:03:07.671]➜  packagefile container/list=/tmp/go-build282983591/b106/_pkg_.a
2025-08-20T21:59:05.8486564Z [00:03:07.671]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:05.8487334Z [00:03:07.671]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:05.8488097Z [00:03:07.671]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:05.8488906Z [00:03:07.671]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:05.8489684Z [00:03:07.671]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:05.8490455Z [00:03:07.671]➜  EOF
2025-08-20T21:59:05.8496703Z [00:03:07.671]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1135/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bluele/gcache@v0.0.2=>github.com/bluele/gcache@v0.0.2;$WORK/b1135=>" -p github.com/bluele/gcache -lang=go1.15 -complete -installsuffix shared -buildid 3vkMfkdq7crZg2mO09JS/3vkMfkdq7crZg2mO09JS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1135/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:59:05.9716559Z [00:03:07.797]➜  go tool buildid -w $WORK/b1133/_pkg_.a # internal
2025-08-20T21:59:05.9776645Z [00:03:07.803]➜  cp $WORK/b1133/_pkg_.a /root/.cache/go-build/80/809c49db0d396c2fa03eddea423ebd825bc9fd78059c6d8dc91c08c6bda0f548-d # internal
2025-08-20T21:59:05.9901446Z [00:03:07.815]➜  github.com/projectdiscovery/nuclei/v3/pkg/authprovider
2025-08-20T21:59:05.9911309Z [00:03:07.815]➜  mkdir -p $WORK/b1132/
2025-08-20T21:59:05.9912094Z [00:03:07.815]➜  cat >/tmp/go-build282983591/b1132/importcfg << 'EOF' # internal
2025-08-20T21:59:05.9912787Z [00:03:07.815]➜  # import config
2025-08-20T21:59:05.9913415Z [00:03:07.815]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:05.9914657Z [00:03:07.815]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/authprovider/authx=/tmp/go-build282983591/b1133/_pkg_.a
2025-08-20T21:59:05.9916126Z [00:03:07.815]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:59:05.9917411Z [00:03:07.815]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build282983591/b449/_pkg_.a
2025-08-20T21:59:05.9918639Z [00:03:07.815]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:05.9919462Z [00:03:07.815]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:05.9920591Z [00:03:07.815]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:05.9921448Z [00:03:07.815]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:05.9922065Z [00:03:07.815]➜  EOF
2025-08-20T21:59:05.9926781Z [00:03:07.815]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1132/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider=>github.com/projectdiscovery/nuclei/v3/pkg/authprovider;$WORK/b1132=>" -p github.com/projectdiscovery/nuclei/v3/pkg/authprovider -lang=go1.24 -complete -installsuffix shared -buildid KeGwoUCbMt8jA7hyyxmb/KeGwoUCbMt8jA7hyyxmb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1132/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/file.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/interface.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/multi.go
2025-08-20T21:59:05.9941494Z [00:03:07.815]➜  go tool buildid -w $WORK/b1124/_pkg_.a # internal
2025-08-20T21:59:05.9942793Z [00:03:07.815]➜  cp $WORK/b1124/_pkg_.a /root/.cache/go-build/b7/b723d6e123fa5c9028984ca1082ea919d86c4b7e20947a5adc57b6e62550b6b3-d # internal
2025-08-20T21:59:06.0034641Z [00:03:07.829]➜  github.com/labstack/echo/v4
2025-08-20T21:59:06.0036365Z [00:03:07.829]➜  mkdir -p $WORK/b1119/
2025-08-20T21:59:06.0042225Z [00:03:07.829]➜  cat >/tmp/go-build282983591/b1119/importcfg << 'EOF' # internal
2025-08-20T21:59:06.0044266Z [00:03:07.829]➜  # import config
2025-08-20T21:59:06.0051101Z [00:03:07.829]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:06.0051907Z [00:03:07.829]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:06.0052717Z [00:03:07.829]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:06.0053533Z [00:03:07.830]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:59:06.0054384Z [00:03:07.830]➜  packagefile encoding=/tmp/go-build282983591/b068/_pkg_.a
2025-08-20T21:59:06.0055267Z [00:03:07.830]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:06.0056498Z [00:03:07.830]➜  packagefile encoding/xml=/tmp/go-build282983591/b486/_pkg_.a
2025-08-20T21:59:06.0057355Z [00:03:07.830]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:06.0058138Z [00:03:07.830]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:06.0059118Z [00:03:07.830]➜  packagefile github.com/labstack/gommon/color=/tmp/go-build282983591/b1120/_pkg_.a
2025-08-20T21:59:06.0060748Z [00:03:07.830]➜  packagefile github.com/labstack/gommon/log=/tmp/go-build282983591/b1121/_pkg_.a
2025-08-20T21:59:06.0061874Z [00:03:07.830]➜  packagefile golang.org/x/crypto/acme=/tmp/go-build282983591/b1123/_pkg_.a
2025-08-20T21:59:06.0063011Z [00:03:07.830]➜  packagefile golang.org/x/crypto/acme/autocert=/tmp/go-build282983591/b1124/_pkg_.a
2025-08-20T21:59:06.0064086Z [00:03:07.830]➜  packagefile golang.org/x/net/http2=/tmp/go-build282983591/b475/_pkg_.a
2025-08-20T21:59:06.0065122Z [00:03:07.830]➜  packagefile golang.org/x/net/http2/h2c=/tmp/go-build282983591/b963/_pkg_.a
2025-08-20T21:59:06.0066027Z [00:03:07.830]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:06.0066802Z [00:03:07.830]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:59:06.0068510Z [00:03:07.831]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:59:06.0069257Z [00:03:07.831]➜  packagefile mime/multipart=/tmp/go-build282983591/b216/_pkg_.a
2025-08-20T21:59:06.0070162Z [00:03:07.831]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:06.0070848Z [00:03:07.831]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:06.0071540Z [00:03:07.831]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:06.0072202Z [00:03:07.831]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:06.0073072Z [00:03:07.831]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:06.0073917Z [00:03:07.831]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:06.0074624Z [00:03:07.831]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:06.0075310Z [00:03:07.831]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:06.0076024Z [00:03:07.831]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:06.0076720Z [00:03:07.831]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:06.0077412Z [00:03:07.832]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:06.0077935Z [00:03:07.832]➜  EOF
2025-08-20T21:59:06.0086041Z [00:03:07.832]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1119/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/labstack/echo/v4@v4.13.4=>github.com/labstack/echo/v4@v4.13.4;$WORK/b1119=>" -p github.com/labstack/echo/v4 -lang=go1.23 -complete -installsuffix shared -buildid vRyo7SfAFXYpaKNhQx-U/vRyo7SfAFXYpaKNhQx-U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1119/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:59:06.1410433Z [00:03:07.966]➜  go tool buildid -w $WORK/b1132/_pkg_.a # internal
2025-08-20T21:59:06.1442241Z [00:03:07.969]➜  cp $WORK/b1132/_pkg_.a /root/.cache/go-build/56/561a45469a86f55a9ce0fc4695f43e73a414dfb62111297abea7d3a40274d162-d # internal
2025-08-20T21:59:06.1941553Z [00:03:08.019]➜  github.com/mattn/go-sqlite3
2025-08-20T21:59:06.1943560Z [00:03:08.020]➜  mkdir -p $WORK/b1137/
2025-08-20T21:59:06.1946893Z [00:03:08.020]➜  echo -n > $WORK/b1137/preferlinkext # internal
2025-08-20T21:59:06.1950748Z [00:03:08.020]➜  cd /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28
2025-08-20T21:59:06.1956248Z [00:03:08.020]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b1137/ -importpath github.com/mattn/go-sqlite3 "-ldflags=\"-O2\" \"-g\" \"-ldl\"" -- -I $WORK/b1137/ -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:59:06.2525302Z [00:03:08.078]➜  go tool buildid -w $WORK/b1135/_pkg_.a # internal
2025-08-20T21:59:06.2657566Z [00:03:08.091]➜  cp $WORK/b1135/_pkg_.a /root/.cache/go-build/39/3970447441b96e3048a4ef5124e2ca2df80785aebca9d1d204ce0a8be904a36b-d # internal
2025-08-20T21:59:06.2660740Z [00:03:08.091]➜  github.com/projectdiscovery/nuclei/v3/pkg/fuzz/frequency
2025-08-20T21:59:06.2662582Z [00:03:08.091]➜  mkdir -p $WORK/b1134/
2025-08-20T21:59:06.2668901Z [00:03:08.092]➜  cat >/tmp/go-build282983591/b1134/importcfg << 'EOF' # internal
2025-08-20T21:59:06.2670033Z [00:03:08.092]➜  # import config
2025-08-20T21:59:06.2671210Z [00:03:08.092]➜  packagefile github.com/bluele/gcache=/tmp/go-build282983591/b1135/_pkg_.a
2025-08-20T21:59:06.2672515Z [00:03:08.092]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:06.2673525Z [00:03:08.092]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:06.2674320Z [00:03:08.092]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:06.2675091Z [00:03:08.092]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:06.2675861Z [00:03:08.092]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:06.2676627Z [00:03:08.092]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:06.2677430Z [00:03:08.092]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:06.2678031Z [00:03:08.092]➜  EOF
2025-08-20T21:59:06.2703510Z [00:03:08.096]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:59:06.2707722Z [00:03:08.096]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1134/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/frequency=>github.com/projectdiscovery/nuclei/v3/pkg/fuzz/frequency;$WORK/b1134=>" -p github.com/projectdiscovery/nuclei/v3/pkg/fuzz/frequency -lang=go1.24 -complete -installsuffix shared -buildid g_MhXdvrZmRZ45E4pQ-C/g_MhXdvrZmRZ45E4pQ-C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1134/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/frequency/tracker.go
2025-08-20T21:59:06.3655501Z [00:03:08.191]➜  go tool buildid -w $WORK/b1134/_pkg_.a # internal
2025-08-20T21:59:06.3665261Z [00:03:08.192]➜  cp $WORK/b1134/_pkg_.a /root/.cache/go-build/52/5239dff045cbb93f18b09c6d4b5e1e3c13257933ff6110109d75cf8de53089f7-d # internal
2025-08-20T21:59:06.3686645Z [00:03:08.194]➜  github.com/projectdiscovery/utils/ports
2025-08-20T21:59:06.3688479Z [00:03:08.194]➜  mkdir -p $WORK/b1139/
2025-08-20T21:59:06.3697421Z [00:03:08.195]➜  cat >/tmp/go-build282983591/b1139/importcfg << 'EOF' # internal
2025-08-20T21:59:06.3698959Z [00:03:08.195]➜  # import config
2025-08-20T21:59:06.3699564Z [00:03:08.195]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:06.3700781Z [00:03:08.195]➜  EOF
2025-08-20T21:59:06.3708919Z [00:03:08.196]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1139/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/ports=>github.com/projectdiscovery/utils@v0.4.23/ports;$WORK/b1139=>" -p github.com/projectdiscovery/utils/ports -lang=go1.24 -complete -installsuffix shared -buildid ZLB5dIGmCDhj3o-uw5nb/ZLB5dIGmCDhj3o-uw5nb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1139/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/ports/ports.go
2025-08-20T21:59:06.3925950Z [00:03:08.218]➜  go tool buildid -w $WORK/b1139/_pkg_.a # internal
2025-08-20T21:59:06.3928022Z [00:03:08.218]➜  cp $WORK/b1139/_pkg_.a /root/.cache/go-build/60/60433d0defab1bc4c84e804400ff8853106f087ff5f448b79611b706513a0cc9-d # internal
2025-08-20T21:59:06.3930639Z [00:03:08.218]➜  github.com/projectdiscovery/nuclei/v3/pkg/input
2025-08-20T21:59:06.3931359Z [00:03:08.218]➜  mkdir -p $WORK/b1138/
2025-08-20T21:59:06.3932140Z [00:03:08.218]➜  cat >/tmp/go-build282983591/b1138/importcfg << 'EOF' # internal
2025-08-20T21:59:06.3932841Z [00:03:08.218]➜  # import config
2025-08-20T21:59:06.3933823Z [00:03:08.218]➜  packagefile github.com/projectdiscovery/hmap/store/hybrid=/tmp/go-build282983591/b413/_pkg_.a
2025-08-20T21:59:06.3935337Z [00:03:08.218]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build282983591/b779/_pkg_.a
2025-08-20T21:59:06.3936767Z [00:03:08.218]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:59:06.3938046Z [00:03:08.218]➜  packagefile github.com/projectdiscovery/utils/ports=/tmp/go-build282983591/b1139/_pkg_.a
2025-08-20T21:59:06.3939334Z [00:03:08.218]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:59:06.3941013Z [00:03:08.218]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build282983591/b449/_pkg_.a
2025-08-20T21:59:06.3942306Z [00:03:08.218]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:06.3943217Z [00:03:08.218]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:06.3944113Z [00:03:08.218]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:06.3944747Z [00:03:08.218]➜  EOF
2025-08-20T21:59:06.3948289Z [00:03:08.218]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1138/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input=>github.com/projectdiscovery/nuclei/v3/pkg/input;$WORK/b1138=>" -p github.com/projectdiscovery/nuclei/v3/pkg/input -lang=go1.24 -complete -installsuffix shared -buildid R96eVLJLEI-hIFOUNL7z/R96eVLJLEI-hIFOUNL7z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1138/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/transform.go
2025-08-20T21:59:06.5277735Z [00:03:08.353]➜  go tool buildid -w $WORK/b1138/_pkg_.a # internal
2025-08-20T21:59:06.5297175Z [00:03:08.355]➜  cp $WORK/b1138/_pkg_.a /root/.cache/go-build/c3/c39b7df274ddfbec9aea6ed84f667039db6b44295a2c8bdff3b98d0289f4829d-d # internal
2025-08-20T21:59:06.5375640Z [00:03:08.363]➜  github.com/projectdiscovery/nuclei/v3/pkg/loader/parser
2025-08-20T21:59:06.5378836Z [00:03:08.363]➜  mkdir -p $WORK/b1140/
2025-08-20T21:59:06.5412226Z [00:03:08.364]➜  cat >/tmp/go-build282983591/b1140/importcfg << 'EOF' # internal
2025-08-20T21:59:06.5417664Z [00:03:08.364]➜  # import config
2025-08-20T21:59:06.5418597Z [00:03:08.364]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog=/tmp/go-build282983591/b746/_pkg_.a
2025-08-20T21:59:06.5419440Z [00:03:08.364]➜  EOF
2025-08-20T21:59:06.5423199Z [00:03:08.364]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1140/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/loader/parser=>github.com/projectdiscovery/nuclei/v3/pkg/loader/parser;$WORK/b1140=>" -p github.com/projectdiscovery/nuclei/v3/pkg/loader/parser -lang=go1.24 -complete -installsuffix shared -buildid QGuSWjldkETLFmfBITZr/QGuSWjldkETLFmfBITZr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1140/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/loader/parser/parser.go
2025-08-20T21:59:06.5714934Z [00:03:08.397]➜  go tool buildid -w $WORK/b1140/_pkg_.a # internal
2025-08-20T21:59:06.5726639Z [00:03:08.398]➜  cp $WORK/b1140/_pkg_.a /root/.cache/go-build/26/263851019a543ece9a5313279747caa2d378e771027ed270e5ac3754dd90dcbc-d # internal
2025-08-20T21:59:06.5734002Z [00:03:08.399]➜  github.com/projectdiscovery/freeport
2025-08-20T21:59:06.5738840Z [00:03:08.399]➜  mkdir -p $WORK/b1143/
2025-08-20T21:59:06.5751361Z [00:03:08.400]➜  cat >/tmp/go-build282983591/b1143/importcfg << 'EOF' # internal
2025-08-20T21:59:06.5754178Z [00:03:08.400]➜  # import config
2025-08-20T21:59:06.5754893Z [00:03:08.400]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:06.5755791Z [00:03:08.400]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:06.5756698Z [00:03:08.400]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:06.5757378Z [00:03:08.400]➜  EOF
2025-08-20T21:59:06.5778718Z [00:03:08.403]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1143/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/freeport@v0.0.7=>github.com/projectdiscovery/freeport@v0.0.7;$WORK/b1143=>" -p github.com/projectdiscovery/freeport -lang=go1.18 -complete -installsuffix shared -buildid CHCGEMiqFPtKLPz1Tdt1/CHCGEMiqFPtKLPz1Tdt1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1143/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:59:06.6367199Z [00:03:08.462]➜  go tool buildid -w $WORK/b1143/_pkg_.a # internal
2025-08-20T21:59:06.6383051Z [00:03:08.463]➜  cp $WORK/b1143/_pkg_.a /root/.cache/go-build/c0/c00b13011d2d883120d983744c636d6153b45f18dc34511dd8bfd1bb0450216c-d # internal
2025-08-20T21:59:06.6413617Z [00:03:08.467]➜  github.com/projectdiscovery/clistats
2025-08-20T21:59:06.6419624Z [00:03:08.467]➜  mkdir -p $WORK/b1142/
2025-08-20T21:59:06.6421838Z [00:03:08.467]➜  cat >/tmp/go-build282983591/b1142/importcfg << 'EOF' # internal
2025-08-20T21:59:06.6424128Z [00:03:08.467]➜  # import config
2025-08-20T21:59:06.6426081Z [00:03:08.467]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:06.6426907Z [00:03:08.467]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:06.6427867Z [00:03:08.467]➜  packagefile github.com/json-iterator/go=/tmp/go-build282983591/b244/_pkg_.a
2025-08-20T21:59:06.6429055Z [00:03:08.467]➜  packagefile github.com/projectdiscovery/freeport=/tmp/go-build282983591/b1143/_pkg_.a
2025-08-20T21:59:06.6430583Z [00:03:08.467]➜  packagefile github.com/projectdiscovery/utils/errors=/tmp/go-build282983591/b620/_pkg_.a
2025-08-20T21:59:06.6431646Z [00:03:08.467]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:06.6432469Z [00:03:08.467]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:06.6433343Z [00:03:08.467]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:06.6434422Z [00:03:08.467]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:06.6435269Z [00:03:08.467]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:06.6435860Z [00:03:08.467]➜  EOF
2025-08-20T21:59:06.6442454Z [00:03:08.467]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1142/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/clistats@v0.1.1=>github.com/projectdiscovery/clistats@v0.1.1;$WORK/b1142=>" -p github.com/projectdiscovery/clistats -lang=go1.21 -complete -installsuffix shared -buildid IezqveyMbdeq4gInr-07/IezqveyMbdeq4gInr-07 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1142/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:59:06.8555057Z [00:03:08.681]➜  go tool buildid -w $WORK/b1142/_pkg_.a # internal
2025-08-20T21:59:06.8616339Z [00:03:08.687]➜  cp $WORK/b1142/_pkg_.a /root/.cache/go-build/ba/ba18107f624becaf95173353dc4166b0519ca95b6b5f40b6132e47fc418f43f7-d # internal
2025-08-20T21:59:06.8644616Z [00:03:08.690]➜  github.com/projectdiscovery/nuclei/v3/pkg/progress
2025-08-20T21:59:06.8655257Z [00:03:08.690]➜  mkdir -p $WORK/b1141/
2025-08-20T21:59:06.8655965Z [00:03:08.690]➜  cat >/tmp/go-build282983591/b1141/importcfg << 'EOF' # internal
2025-08-20T21:59:06.8656605Z [00:03:08.690]➜  # import config
2025-08-20T21:59:06.8657371Z [00:03:08.690]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:06.8658055Z [00:03:08.690]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:06.8658943Z [00:03:08.690]➜  packagefile github.com/projectdiscovery/clistats=/tmp/go-build282983591/b1142/_pkg_.a
2025-08-20T21:59:06.8660185Z [00:03:08.690]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:06.8661444Z [00:03:08.690]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build282983591/b626/_pkg_.a
2025-08-20T21:59:06.8662500Z [00:03:08.690]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:06.8663252Z [00:03:08.690]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:06.8663998Z [00:03:08.690]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:06.8664567Z [00:03:08.690]➜  EOF
2025-08-20T21:59:06.8668708Z [00:03:08.690]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1141/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/progress=>github.com/projectdiscovery/nuclei/v3/pkg/progress;$WORK/b1141=>" -p github.com/projectdiscovery/nuclei/v3/pkg/progress -lang=go1.24 -complete -installsuffix shared -buildid oatuwtLZov1UPboJwGQA/oatuwtLZov1UPboJwGQA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1141/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/progress/doc.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/progress/progress.go
2025-08-20T21:59:06.8811619Z [00:03:08.705]➜  go tool buildid -w $WORK/b1119/_pkg_.a # internal
2025-08-20T21:59:06.8900245Z [00:03:08.715]➜  cp $WORK/b1119/_pkg_.a /root/.cache/go-build/ce/cea6106cb6232291b849ba86080c5451c12c85964926955b17f3ed08619698bf-d # internal
2025-08-20T21:59:06.8990961Z [00:03:08.724]➜  github.com/labstack/echo/v4/middleware
2025-08-20T21:59:06.8992744Z [00:03:08.724]➜  mkdir -p $WORK/b1125/
2025-08-20T21:59:06.9029006Z [00:03:08.728]➜  cat >/tmp/go-build282983591/b1125/importcfg << 'EOF' # internal
2025-08-20T21:59:06.9030306Z [00:03:08.728]➜  # import config
2025-08-20T21:59:06.9031280Z [00:03:08.728]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:06.9032149Z [00:03:08.728]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:06.9033179Z [00:03:08.728]➜  packagefile compress/gzip=/tmp/go-build282983591/b204/_pkg_.a
2025-08-20T21:59:06.9034080Z [00:03:08.728]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:06.9034945Z [00:03:08.728]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:59:06.9035839Z [00:03:08.728]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:59:06.9036721Z [00:03:08.728]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:59:06.9037635Z [00:03:08.728]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:06.9038559Z [00:03:08.728]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:06.9039433Z [00:03:08.728]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:06.9040396Z [00:03:08.728]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:06.9041537Z [00:03:08.728]➜  packagefile github.com/labstack/echo/v4=/tmp/go-build282983591/b1119/_pkg_.a
2025-08-20T21:59:06.9042728Z [00:03:08.728]➜  packagefile github.com/labstack/gommon/bytes=/tmp/go-build282983591/b1126/_pkg_.a
2025-08-20T21:59:06.9043915Z [00:03:08.728]➜  packagefile github.com/labstack/gommon/color=/tmp/go-build282983591/b1120/_pkg_.a
2025-08-20T21:59:06.9045075Z [00:03:08.728]➜  packagefile github.com/labstack/gommon/log=/tmp/go-build282983591/b1121/_pkg_.a
2025-08-20T21:59:06.9046251Z [00:03:08.728]➜  packagefile github.com/valyala/fasttemplate=/tmp/go-build282983591/b1122/_pkg_.a
2025-08-20T21:59:06.9047353Z [00:03:08.728]➜  packagefile golang.org/x/time/rate=/tmp/go-build282983591/b1127/_pkg_.a
2025-08-20T21:59:06.9048324Z [00:03:08.728]➜  packagefile html/template=/tmp/go-build282983591/b790/_pkg_.a
2025-08-20T21:59:06.9049348Z [00:03:08.728]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:06.9050496Z [00:03:08.728]➜  packagefile math/rand=/tmp/go-build282983591/b118/_pkg_.a
2025-08-20T21:59:06.9051384Z [00:03:08.728]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:06.9052203Z [00:03:08.728]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:06.9053125Z [00:03:08.728]➜  packagefile net/http/httputil=/tmp/go-build282983591/b236/_pkg_.a
2025-08-20T21:59:06.9054074Z [00:03:08.728]➜  packagefile net/textproto=/tmp/go-build282983591/b212/_pkg_.a
2025-08-20T21:59:06.9054938Z [00:03:08.728]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:06.9055726Z [00:03:08.728]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:06.9056507Z [00:03:08.728]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:59:06.9057295Z [00:03:08.728]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:06.9058143Z [00:03:08.728]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:06.9059006Z [00:03:08.728]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:06.9080187Z [00:03:08.728]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:06.9081165Z [00:03:08.728]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:06.9082008Z [00:03:08.728]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:06.9082630Z [00:03:08.728]➜  EOF
2025-08-20T21:59:06.9100047Z [00:03:08.728]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1125/_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/b1125=>" -p github.com/labstack/echo/v4/middleware -lang=go1.23 -complete -installsuffix shared -buildid uOm8Xfql8ldQb0vyWFte/uOm8Xfql8ldQb0vyWFte -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1125/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:59:06.9677919Z [00:03:08.793]➜  go tool buildid -w $WORK/b1141/_pkg_.a # internal
2025-08-20T21:59:06.9702344Z [00:03:08.795]➜  cp $WORK/b1141/_pkg_.a /root/.cache/go-build/17/176d02822e86315951f7e8cb8fede0f2f3c81708c15190edacf4b3fb8dca7fb9-d # internal
2025-08-20T21:59:06.9703807Z [00:03:08.796]➜  github.com/projectdiscovery/nuclei/v3/pkg/projectfile
2025-08-20T21:59:06.9705411Z [00:03:08.796]➜  mkdir -p $WORK/b1144/
2025-08-20T21:59:06.9713352Z [00:03:08.797]➜  cat >/tmp/go-build282983591/b1144/importcfg << 'EOF' # internal
2025-08-20T21:59:06.9714244Z [00:03:08.797]➜  # import config
2025-08-20T21:59:06.9715076Z [00:03:08.797]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:06.9716125Z [00:03:08.797]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:59:06.9717175Z [00:03:08.797]➜  packagefile encoding/gob=/tmp/go-build282983591/b333/_pkg_.a
2025-08-20T21:59:06.9718181Z [00:03:08.797]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:59:06.9719272Z [00:03:08.797]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:06.9720689Z [00:03:08.797]➜  packagefile github.com/projectdiscovery/hmap/store/hybrid=/tmp/go-build282983591/b413/_pkg_.a
2025-08-20T21:59:06.9722017Z [00:03:08.797]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:06.9723040Z [00:03:08.797]➜  packagefile maps=/tmp/go-build282983591/b158/_pkg_.a
2025-08-20T21:59:06.9724087Z [00:03:08.797]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:06.9725070Z [00:03:08.797]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:06.9725909Z [00:03:08.797]➜  EOF
2025-08-20T21:59:06.9730459Z [00:03:08.797]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1144/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/projectfile=>github.com/projectdiscovery/nuclei/v3/pkg/projectfile;$WORK/b1144=>" -p github.com/projectdiscovery/nuclei/v3/pkg/projectfile -lang=go1.24 -complete -installsuffix shared -buildid kP8w9VPQPSpYW2rH2wMM/kP8w9VPQPSpYW2rH2wMM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1144/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/projectfile/httputil.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/projectfile/project.go
2025-08-20T21:59:07.0512271Z [00:03:08.876]➜  go tool buildid -w $WORK/b1144/_pkg_.a # internal
2025-08-20T21:59:07.0545074Z [00:03:08.880]➜  cp $WORK/b1144/_pkg_.a /root/.cache/go-build/96/9613354ff8a8af53f6bfef6421395c1e76cdfbfd766ee261ced708f3eb66af4f-d # internal
2025-08-20T21:59:07.0549260Z [00:03:08.880]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/globalmatchers
2025-08-20T21:59:07.0553716Z [00:03:08.881]➜  mkdir -p $WORK/b1145/
2025-08-20T21:59:07.0563243Z [00:03:08.882]➜  cat >/tmp/go-build282983591/b1145/importcfg << 'EOF' # internal
2025-08-20T21:59:07.0564177Z [00:03:08.882]➜  # import config
2025-08-20T21:59:07.0582182Z [00:03:08.882]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model=/tmp/go-build282983591/b749/_pkg_.a
2025-08-20T21:59:07.0583692Z [00:03:08.882]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build282983591/b750/_pkg_.a
2025-08-20T21:59:07.0585383Z [00:03:08.882]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:07.0586485Z [00:03:08.882]➜  packagefile maps=/tmp/go-build282983591/b158/_pkg_.a
2025-08-20T21:59:07.0587082Z [00:03:08.882]➜  EOF
2025-08-20T21:59:07.0591786Z [00:03:08.883]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1145/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/globalmatchers=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/globalmatchers;$WORK/b1145=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/globalmatchers -lang=go1.24 -complete -installsuffix shared -buildid 9HcES64kuosCjzfIFyVD/9HcES64kuosCjzfIFyVD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1145/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/globalmatchers/globalmatchers.go
2025-08-20T21:59:07.2226171Z [00:03:09.048]➜  go tool buildid -w $WORK/b1145/_pkg_.a # internal
2025-08-20T21:59:07.2287118Z [00:03:09.054]➜  cp $WORK/b1145/_pkg_.a /root/.cache/go-build/c1/c1ba1dba93afa3c929e8488d3726686f160d95694e925828ef7c9ff9e02dd822-d # internal
2025-08-20T21:59:07.2353457Z [00:03:09.060]➜  github.com/projectdiscovery/gcache
2025-08-20T21:59:07.2370894Z [00:03:09.060]➜  mkdir -p $WORK/b1147/
2025-08-20T21:59:07.2371692Z [00:03:09.060]➜  cat >/tmp/go-build282983591/b1147/importcfg << 'EOF' # internal
2025-08-20T21:59:07.2372411Z [00:03:09.060]➜  # import config
2025-08-20T21:59:07.2373099Z [00:03:09.060]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:07.2373940Z [00:03:09.060]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:07.2375086Z [00:03:09.060]➜  packagefile github.com/projectdiscovery/gcache/internal/list=/tmp/go-build282983591/b1148/_pkg_.a
2025-08-20T21:59:07.2376202Z [00:03:09.060]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:07.2377059Z [00:03:09.060]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:07.2377928Z [00:03:09.060]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:07.2378543Z [00:03:09.060]➜  EOF
2025-08-20T21:59:07.2390153Z [00:03:09.061]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1147/_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/b1147=>" -p github.com/projectdiscovery/gcache -lang=go1.19 -complete -installsuffix shared -buildid pOkmbtrVmU_HTSn0fQWV/pOkmbtrVmU_HTSn0fQWV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1147/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:59:07.5266702Z [00:03:09.352]➜  go tool buildid -w $WORK/b1147/_pkg_.a # internal
2025-08-20T21:59:07.5351064Z [00:03:09.360]➜  cp $WORK/b1147/_pkg_.a /root/.cache/go-build/9a/9a856f189dcce98fe11656b8ed941d566a0f5e85c2186ab977559de6518b1cca-d # internal
2025-08-20T21:59:07.5355602Z [00:03:09.361]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/hosterrorscache
2025-08-20T21:59:07.5359113Z [00:03:09.361]➜  mkdir -p $WORK/b1146/
2025-08-20T21:59:07.5364185Z [00:03:09.361]➜  cat >/tmp/go-build282983591/b1146/importcfg << 'EOF' # internal
2025-08-20T21:59:07.5370323Z [00:03:09.361]➜  # import config
2025-08-20T21:59:07.5373314Z [00:03:09.361]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:07.5374373Z [00:03:09.361]➜  packagefile github.com/projectdiscovery/gcache=/tmp/go-build282983591/b1147/_pkg_.a
2025-08-20T21:59:07.5375609Z [00:03:09.361]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:07.5376954Z [00:03:09.361]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build282983591/b623/_pkg_.a
2025-08-20T21:59:07.5378638Z [00:03:09.361]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build282983591/b795/_pkg_.a
2025-08-20T21:59:07.5380617Z [00:03:09.362]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types/nucleierr=/tmp/go-build282983591/b797/_pkg_.a
2025-08-20T21:59:07.5382241Z [00:03:09.362]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:59:07.5383706Z [00:03:09.362]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:59:07.5384756Z [00:03:09.362]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:07.5385546Z [00:03:09.362]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:07.5386361Z [00:03:09.362]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:07.5387149Z [00:03:09.362]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:07.5387929Z [00:03:09.362]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:07.5388760Z [00:03:09.362]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:07.5389404Z [00:03:09.362]➜  EOF
2025-08-20T21:59:07.5394229Z [00:03:09.362]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1146/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/hosterrorscache=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/hosterrorscache;$WORK/b1146=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/hosterrorscache -lang=go1.24 -complete -installsuffix shared -buildid GxyFPXUYbjFZ7nMw-uGz/GxyFPXUYbjFZ7nMw-uGz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1146/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/hosterrorscache/hosterrorscache.go
2025-08-20T21:59:07.6350950Z [00:03:09.460]➜  go tool buildid -w $WORK/b1125/_pkg_.a # internal
2025-08-20T21:59:07.6433398Z [00:03:09.468]➜  cp $WORK/b1125/_pkg_.a /root/.cache/go-build/96/967eccd2663c1c7ab8413aed36483ff9fe23e85b8539c00f32a8f84514e2e8fd-d # internal
2025-08-20T21:59:07.6456381Z [00:03:09.469]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/responsehighlighter
2025-08-20T21:59:07.6457348Z [00:03:09.469]➜  mkdir -p $WORK/b1150/
2025-08-20T21:59:07.6458112Z [00:03:09.469]➜  cat >/tmp/go-build282983591/b1150/importcfg << 'EOF' # internal
2025-08-20T21:59:07.6458824Z [00:03:09.469]➜  # import config
2025-08-20T21:59:07.6459492Z [00:03:09.469]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:07.6462269Z [00:03:09.469]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:07.6463244Z [00:03:09.469]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build282983591/b248/_pkg_.a
2025-08-20T21:59:07.6464436Z [00:03:09.469]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:07.6465811Z [00:03:09.469]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build282983591/b750/_pkg_.a
2025-08-20T21:59:07.6466935Z [00:03:09.469]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:07.6467724Z [00:03:09.469]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:07.6468522Z [00:03:09.469]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:07.6469353Z [00:03:09.469]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:07.6470620Z [00:03:09.469]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:59:07.6471257Z [00:03:09.469]➜  EOF
2025-08-20T21:59:07.6477259Z [00:03:09.469]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1150/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/helpers/responsehighlighter=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/responsehighlighter;$WORK/b1150=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/responsehighlighter -lang=go1.24 -complete -installsuffix shared -buildid R_m2DbBizsDMbsrL1Np9/R_m2DbBizsDMbsrL1Np9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1150/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/helpers/responsehighlighter/hexdump.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/helpers/responsehighlighter/response_highlighter.go
2025-08-20T21:59:07.9000271Z [00:03:09.725]➜  go tool buildid -w $WORK/b1150/_pkg_.a # internal
2025-08-20T21:59:07.9156526Z [00:03:09.741]➜  cp $WORK/b1150/_pkg_.a /root/.cache/go-build/1f/1f4e629e3fcb4ee32c273ade7fc3531c7b0dcb679c053e9e586853c6eef7193d-d # internal
2025-08-20T21:59:07.9159443Z [00:03:09.741]➜  github.com/projectdiscovery/nuclei/v3/pkg/reporting/dedupe
2025-08-20T21:59:07.9160343Z [00:03:09.741]➜  mkdir -p $WORK/b1153/
2025-08-20T21:59:07.9162703Z [00:03:09.741]➜  cat >/tmp/go-build282983591/b1153/importcfg << 'EOF' # internal
2025-08-20T21:59:07.9163567Z [00:03:09.741]➜  # import config
2025-08-20T21:59:07.9165825Z [00:03:09.741]➜  packagefile crypto/sha1=/tmp/go-build282983591/b095/_pkg_.a
2025-08-20T21:59:07.9167318Z [00:03:09.741]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:07.9170618Z [00:03:09.741]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:07.9173693Z [00:03:09.741]➜  packagefile github.com/projectdiscovery/utils/conversion=/tmp/go-build282983591/b231/_pkg_.a
2025-08-20T21:59:07.9175291Z [00:03:09.741]➜  packagefile github.com/syndtr/goleveldb/leveldb=/tmp/go-build282983591/b420/_pkg_.a
2025-08-20T21:59:07.9178509Z [00:03:09.741]➜  packagefile github.com/syndtr/goleveldb/leveldb/errors=/tmp/go-build282983591/b424/_pkg_.a
2025-08-20T21:59:07.9179549Z [00:03:09.741]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:07.9180317Z [00:03:09.741]➜  EOF
2025-08-20T21:59:07.9184221Z [00:03:09.741]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1153/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/dedupe=>github.com/projectdiscovery/nuclei/v3/pkg/reporting/dedupe;$WORK/b1153=>" -p github.com/projectdiscovery/nuclei/v3/pkg/reporting/dedupe -lang=go1.24 -complete -installsuffix shared -buildid Eza6Rxb2HEFcfOKJEeT5/Eza6Rxb2HEFcfOKJEeT5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1153/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/dedupe/dedupe.go
2025-08-20T21:59:08.2759251Z [00:03:10.101]➜  go tool buildid -w $WORK/b1153/_pkg_.a # internal
2025-08-20T21:59:08.2865247Z [00:03:10.112]➜  cp $WORK/b1153/_pkg_.a /root/.cache/go-build/17/173f4a08d1c5e031aab15e11531f1827273372a3fe2ee828341ccc02daf5fcc3-d # internal
2025-08-20T21:59:08.2870897Z [00:03:10.112]➜  github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/es
2025-08-20T21:59:08.2871681Z [00:03:10.112]➜  mkdir -p $WORK/b1154/
2025-08-20T21:59:08.2872750Z [00:03:10.112]➜  cat >/tmp/go-build282983591/b1154/importcfg << 'EOF' # internal
2025-08-20T21:59:08.2874517Z [00:03:10.112]➜  # import config
2025-08-20T21:59:08.2875138Z [00:03:10.112]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:08.2875929Z [00:03:10.112]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:59:08.2876753Z [00:03:10.112]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:08.2877555Z [00:03:10.112]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:08.2878556Z [00:03:10.112]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:08.2879718Z [00:03:10.112]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:08.2881464Z [00:03:10.112]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build282983591/b877/_pkg_.a
2025-08-20T21:59:08.2882965Z [00:03:10.112]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build282983591/b626/_pkg_.a
2025-08-20T21:59:08.2884219Z [00:03:10.112]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build282983591/b342/_pkg_.a
2025-08-20T21:59:08.2885382Z [00:03:10.112]➜  packagefile github.com/projectdiscovery/useragent=/tmp/go-build282983591/b735/_pkg_.a
2025-08-20T21:59:08.2886267Z [00:03:10.112]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:08.2887091Z [00:03:10.112]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:08.2887913Z [00:03:10.112]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:08.2888426Z [00:03:10.112]➜  EOF
2025-08-20T21:59:08.2912568Z [00:03:10.112]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1154/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/es=>github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/es;$WORK/b1154=>" -p github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/es -lang=go1.24 -complete -installsuffix shared -buildid 5BDaRWZLaxq-NJJ2PSQI/5BDaRWZLaxq-NJJ2PSQI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1154/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/es/elasticsearch.go
2025-08-20T21:59:08.3235551Z [00:03:10.149]➜  go tool buildid -w $WORK/b1146/_pkg_.a # internal
2025-08-20T21:59:08.3496373Z [00:03:10.175]➜  cp $WORK/b1146/_pkg_.a /root/.cache/go-build/e3/e387184614d121e5f90573a904b33179b8477cae117b1c0c6d6ce9da017338b6-d # internal
2025-08-20T21:59:08.3516480Z [00:03:10.177]➜  github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/jsonexporter
2025-08-20T21:59:08.3520789Z [00:03:10.177]➜  mkdir -p $WORK/b1155/
2025-08-20T21:59:08.3549119Z [00:03:10.180]➜  cat >/tmp/go-build282983591/b1155/importcfg << 'EOF' # internal
2025-08-20T21:59:08.3553525Z [00:03:10.180]➜  # import config
2025-08-20T21:59:08.3554375Z [00:03:10.180]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:08.3555462Z [00:03:10.180]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:08.3556792Z [00:03:10.180]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build282983591/b626/_pkg_.a
2025-08-20T21:59:08.3557869Z [00:03:10.180]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:08.3558619Z [00:03:10.180]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:08.3559197Z [00:03:10.180]➜  EOF
2025-08-20T21:59:08.3563742Z [00:03:10.181]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1155/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/jsonexporter=>github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/jsonexporter;$WORK/b1155=>" -p github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/jsonexporter -lang=go1.24 -complete -installsuffix shared -buildid 1q30xGMzx816i5x-Q1hP/1q30xGMzx816i5x-Q1hP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1155/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/jsonexporter/jsonexporter.go
2025-08-20T21:59:08.5716615Z [00:03:10.397]➜  go tool buildid -w $WORK/b1155/_pkg_.a # internal
2025-08-20T21:59:08.5814974Z [00:03:10.407]➜  cp $WORK/b1155/_pkg_.a /root/.cache/go-build/50/506995327a78c3947215c95df1123738c2118695bacb165cf7ba1d08aba46998-d # internal
2025-08-20T21:59:08.5844896Z [00:03:10.410]➜  github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/jsonl
2025-08-20T21:59:08.5853801Z [00:03:10.411]➜  mkdir -p $WORK/b1156/
2025-08-20T21:59:08.5864669Z [00:03:10.411]➜  cat >/tmp/go-build282983591/b1156/importcfg << 'EOF' # internal
2025-08-20T21:59:08.5865365Z [00:03:10.411]➜  # import config
2025-08-20T21:59:08.5866095Z [00:03:10.411]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:08.5867275Z [00:03:10.411]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:08.5868628Z [00:03:10.411]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build282983591/b626/_pkg_.a
2025-08-20T21:59:08.5869644Z [00:03:10.411]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:08.5870511Z [00:03:10.411]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:08.5871057Z [00:03:10.411]➜  EOF
2025-08-20T21:59:08.5875401Z [00:03:10.411]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1156/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/jsonl=>github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/jsonl;$WORK/b1156=>" -p github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/jsonl -lang=go1.24 -complete -installsuffix shared -buildid -jdc-CUt4OvS86nEMpu7/-jdc-CUt4OvS86nEMpu7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1156/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/jsonl/jsonl.go
2025-08-20T21:59:08.8875559Z [00:03:10.713]➜  go tool buildid -w $WORK/b1156/_pkg_.a # internal
2025-08-20T21:59:08.8938052Z [00:03:10.719]➜  cp $WORK/b1156/_pkg_.a /root/.cache/go-build/c7/c758ce8a82fd9ca225025aa39f19edadb72d9df127c3213183ac230e5de8e3e5-d # internal
2025-08-20T21:59:08.8945067Z [00:03:10.720]➜  github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/markdown/util
2025-08-20T21:59:08.8973270Z [00:03:10.723]➜  mkdir -p $WORK/b1158/
2025-08-20T21:59:08.8979363Z [00:03:10.723]➜  cat >/tmp/go-build282983591/b1158/importcfg << 'EOF' # internal
2025-08-20T21:59:08.8980569Z [00:03:10.723]➜  # import config
2025-08-20T21:59:08.8982957Z [00:03:10.723]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:08.8983972Z [00:03:10.723]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:08.8990819Z [00:03:10.723]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:59:08.8991881Z [00:03:10.723]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:08.8992461Z [00:03:10.723]➜  EOF
2025-08-20T21:59:08.8997587Z [00:03:10.723]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1158/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/markdown/util=>github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/markdown/util;$WORK/b1158=>" -p github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/markdown/util -lang=go1.24 -complete -installsuffix shared -buildid Xm3lIDwIayebJa3WA4uV/Xm3lIDwIayebJa3WA4uV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1158/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/markdown/util/markdown_formatter.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/markdown/util/markdown_utils.go
2025-08-20T21:59:08.9636581Z [00:03:10.789]➜  go tool buildid -w $WORK/b1158/_pkg_.a # internal
2025-08-20T21:59:08.9646079Z [00:03:10.790]➜  cp $WORK/b1158/_pkg_.a /root/.cache/go-build/29/292b2c17ba8cd63e63a0d10f979ae84fb427e74246bdcefffc0c40bf52b5fe74-d # internal
2025-08-20T21:59:08.9653578Z [00:03:10.790]➜  github.com/projectdiscovery/nuclei/v3/pkg/reporting/format
2025-08-20T21:59:08.9654333Z [00:03:10.790]➜  mkdir -p $WORK/b1159/
2025-08-20T21:59:08.9668484Z [00:03:10.791]➜  cat >/tmp/go-build282983591/b1159/importcfg << 'EOF' # internal
2025-08-20T21:59:08.9669197Z [00:03:10.791]➜  # import config
2025-08-20T21:59:08.9670979Z [00:03:10.791]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:08.9671907Z [00:03:10.791]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:08.9673088Z [00:03:10.791]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build282983591/b623/_pkg_.a
2025-08-20T21:59:08.9674803Z [00:03:10.791]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model=/tmp/go-build282983591/b749/_pkg_.a
2025-08-20T21:59:08.9676218Z [00:03:10.791]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:08.9677893Z [00:03:10.791]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/markdown/util=/tmp/go-build282983591/b1158/_pkg_.a
2025-08-20T21:59:08.9679553Z [00:03:10.791]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:08.9681194Z [00:03:10.791]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils=/tmp/go-build282983591/b704/_pkg_.a
2025-08-20T21:59:08.9682710Z [00:03:10.791]➜  packagefile github.com/projectdiscovery/utils/unit=/tmp/go-build282983591/b780/_pkg_.a
2025-08-20T21:59:08.9683895Z [00:03:10.791]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:08.9684722Z [00:03:10.791]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:08.9685338Z [00:03:10.791]➜  EOF
2025-08-20T21:59:08.9689755Z [00:03:10.791]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1159/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/format=>github.com/projectdiscovery/nuclei/v3/pkg/reporting/format;$WORK/b1159=>" -p github.com/projectdiscovery/nuclei/v3/pkg/reporting/format -lang=go1.24 -complete -installsuffix shared -buildid SJPo1JW-awLI5nv_8mcz/SJPo1JW-awLI5nv_8mcz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1159/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/format/format.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/format/format_utils.go
2025-08-20T21:59:09.3196413Z [00:03:11.145]➜  go tool buildid -w $WORK/b1159/_pkg_.a # internal
2025-08-20T21:59:09.3317469Z [00:03:11.157]➜  cp $WORK/b1159/_pkg_.a /root/.cache/go-build/ef/efee2dd39090a9c9c94c9ef6209476d170d5a42c77a879a8fd88c002a48801ac-d # internal
2025-08-20T21:59:09.3323476Z [00:03:11.158]➜  github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/markdown
2025-08-20T21:59:09.3324877Z [00:03:11.158]➜  mkdir -p $WORK/b1157/
2025-08-20T21:59:09.3339554Z [00:03:11.159]➜  cat >/tmp/go-build282983591/b1157/importcfg << 'EOF' # internal
2025-08-20T21:59:09.3341285Z [00:03:11.159]➜  # import config
2025-08-20T21:59:09.3342128Z [00:03:11.159]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:09.3343154Z [00:03:11.159]➜  packagefile github.com/google/uuid=/tmp/go-build282983591/b327/_pkg_.a
2025-08-20T21:59:09.3344552Z [00:03:11.159]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:09.3345915Z [00:03:11.159]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:09.3348705Z [00:03:11.159]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/markdown/util=/tmp/go-build282983591/b1158/_pkg_.a
2025-08-20T21:59:09.3350936Z [00:03:11.159]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/format=/tmp/go-build282983591/b1159/_pkg_.a
2025-08-20T21:59:09.3421468Z [00:03:11.159]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:59:09.3432892Z [00:03:11.159]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:59:09.3433973Z [00:03:11.159]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:09.3434828Z [00:03:11.159]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:09.3435695Z [00:03:11.159]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:09.3436309Z [00:03:11.159]➜  EOF
2025-08-20T21:59:09.3440847Z [00:03:11.159]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1157/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/markdown=>github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/markdown;$WORK/b1157=>" -p github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/markdown -lang=go1.24 -complete -installsuffix shared -buildid NsLuQKNQM07pMQscnpWw/NsLuQKNQM07pMQscnpWw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1157/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/markdown/markdown.go
2025-08-20T21:59:09.3742636Z [00:03:11.199]➜  go tool buildid -w $WORK/b1154/_pkg_.a # internal
2025-08-20T21:59:09.3865207Z [00:03:11.212]➜  cp $WORK/b1154/_pkg_.a /root/.cache/go-build/78/7851433f20fa799fd4d4f50284ac81099e1b61c8a5a78484a38a56e4ef0c8dcc-d # internal
2025-08-20T21:59:09.3895294Z [00:03:11.214]➜  go.mongodb.org/mongo-driver/bson/primitive
2025-08-20T21:59:09.3907909Z [00:03:11.215]➜  mkdir -p $WORK/b1167/
2025-08-20T21:59:09.3908921Z [00:03:11.215]➜  cat >/tmp/go-build282983591/b1167/importcfg << 'EOF' # internal
2025-08-20T21:59:09.3909636Z [00:03:11.215]➜  # import config
2025-08-20T21:59:09.3910614Z [00:03:11.215]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:09.3911393Z [00:03:11.215]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:59:09.3912271Z [00:03:11.215]➜  packagefile encoding=/tmp/go-build282983591/b068/_pkg_.a
2025-08-20T21:59:09.3913156Z [00:03:11.215]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:59:09.3914084Z [00:03:11.215]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:59:09.3915047Z [00:03:11.215]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:09.3915911Z [00:03:11.215]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:09.3916709Z [00:03:11.215]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:09.3917495Z [00:03:11.215]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:09.3918281Z [00:03:11.215]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:59:09.3919125Z [00:03:11.215]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:09.3926417Z [00:03:11.215]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:09.3927281Z [00:03:11.215]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:09.3928101Z [00:03:11.215]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:09.3928942Z [00:03:11.215]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:09.3929532Z [00:03:11.215]➜  EOF
2025-08-20T21:59:09.3934629Z [00:03:11.215]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1167/_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/b1167=>" -p go.mongodb.org/mongo-driver/bson/primitive -lang=go1.18 -complete -installsuffix shared -buildid PdHVRnnUb7eH4I0muRwP/PdHVRnnUb7eH4I0muRwP -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/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:59:09.5661957Z [00:03:11.389]➜  go tool buildid -w $WORK/b1167/_pkg_.a # internal
2025-08-20T21:59:09.5665513Z [00:03:11.391]➜  cp $WORK/b1167/_pkg_.a /root/.cache/go-build/ed/ed63db5172b63f425a431dbd2ccca8c2d6e8e603cb855298bd0f0fc306a0b8f5-d # internal
2025-08-20T21:59:09.5725201Z [00:03:11.398]➜  go.mongodb.org/mongo-driver/x/bsonx/bsoncore
2025-08-20T21:59:09.5727787Z [00:03:11.398]➜  mkdir -p $WORK/b1168/
2025-08-20T21:59:09.5731489Z [00:03:11.398]➜  cat >/tmp/go-build282983591/b1168/importcfg << 'EOF' # internal
2025-08-20T21:59:09.5740799Z [00:03:11.398]➜  # import config
2025-08-20T21:59:09.5741525Z [00:03:11.398]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:09.5742422Z [00:03:11.398]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:09.5743396Z [00:03:11.398]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:59:09.5744256Z [00:03:11.398]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:09.5745030Z [00:03:11.398]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:09.5746056Z [00:03:11.398]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build282983591/b1166/_pkg_.a
2025-08-20T21:59:09.5747332Z [00:03:11.398]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build282983591/b1167/_pkg_.a
2025-08-20T21:59:09.5748349Z [00:03:11.398]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:09.5749144Z [00:03:11.398]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:09.5750360Z [00:03:11.398]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:09.5751183Z [00:03:11.398]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:09.5752143Z [00:03:11.398]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:09.5752969Z [00:03:11.398]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:09.5754569Z [00:03:11.398]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:59:09.5755225Z [00:03:11.398]➜  EOF
2025-08-20T21:59:09.5764544Z [00:03:11.398]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1168/_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/b1168=>" -p go.mongodb.org/mongo-driver/x/bsonx/bsoncore -lang=go1.18 -complete -installsuffix shared -buildid ncMR-hrimYJD7GnRRbyl/ncMR-hrimYJD7GnRRbyl -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/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:59:09.6138786Z [00:03:11.439]➜  go tool buildid -w $WORK/b1157/_pkg_.a # internal
2025-08-20T21:59:09.6187867Z [00:03:11.444]➜  cp $WORK/b1157/_pkg_.a /root/.cache/go-build/9b/9b50075de7719433e93f367677e95288b71fe676095e9f3b9d232356a8c5b411-d # internal
2025-08-20T21:59:09.6197877Z [00:03:11.445]➜  go.mongodb.org/mongo-driver/mongo/address
2025-08-20T21:59:09.6204065Z [00:03:11.446]➜  mkdir -p $WORK/b1170/
2025-08-20T21:59:09.6214107Z [00:03:11.447]➜  cat >/tmp/go-build282983591/b1170/importcfg << 'EOF' # internal
2025-08-20T21:59:09.6246889Z [00:03:11.447]➜  # import config
2025-08-20T21:59:09.6247573Z [00:03:11.447]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:09.6248381Z [00:03:11.447]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:09.6248999Z [00:03:11.447]➜  EOF
2025-08-20T21:59:09.6253054Z [00:03:11.447]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1170/_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/b1170=>" -p go.mongodb.org/mongo-driver/mongo/address -lang=go1.18 -complete -installsuffix shared -buildid YTgMaUfLcnNXPtZ4O80X/YTgMaUfLcnNXPtZ4O80X -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/mongo/address/addr.go
2025-08-20T21:59:09.6475005Z [00:03:11.473]➜  go tool buildid -w $WORK/b1170/_pkg_.a # internal
2025-08-20T21:59:09.6484934Z [00:03:11.474]➜  cp $WORK/b1170/_pkg_.a /root/.cache/go-build/d1/d19dd85cbe50a95f7486ef8f73cdda56c8efdc860a17f226eed68bf42f36bd20-d # internal
2025-08-20T21:59:09.6491150Z [00:03:11.474]➜  go.mongodb.org/mongo-driver/tag
2025-08-20T21:59:09.6492420Z [00:03:11.474]➜  mkdir -p $WORK/b1176/
2025-08-20T21:59:09.6499467Z [00:03:11.475]➜  cat >/tmp/go-build282983591/b1176/importcfg << 'EOF' # internal
2025-08-20T21:59:09.6500465Z [00:03:11.475]➜  # import config
2025-08-20T21:59:09.6501183Z [00:03:11.475]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:09.6502055Z [00:03:11.475]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:09.6502721Z [00:03:11.475]➜  EOF
2025-08-20T21:59:09.6506506Z [00:03:11.475]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1176/_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/b1176=>" -p go.mongodb.org/mongo-driver/tag -lang=go1.18 -complete -installsuffix shared -buildid FN9WIcXmFw91nF_49uPu/FN9WIcXmFw91nF_49uPu -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/tag/tag.go
2025-08-20T21:59:09.6705678Z [00:03:11.496]➜  go tool buildid -w $WORK/b1176/_pkg_.a # internal
2025-08-20T21:59:09.6722787Z [00:03:11.497]➜  cp $WORK/b1176/_pkg_.a /root/.cache/go-build/0a/0ae0bd39626d5b60302781ec852b8aca3a5de34de08ee0ee582e9a271284aa69-d # internal
2025-08-20T21:59:09.6733751Z [00:03:11.498]➜  go.mongodb.org/mongo-driver/mongo/readpref
2025-08-20T21:59:09.6736307Z [00:03:11.499]➜  mkdir -p $WORK/b1175/
2025-08-20T21:59:09.6743084Z [00:03:11.499]➜  cat >/tmp/go-build282983591/b1175/importcfg << 'EOF' # internal
2025-08-20T21:59:09.6752435Z [00:03:11.499]➜  # import config
2025-08-20T21:59:09.6753129Z [00:03:11.499]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:09.6753822Z [00:03:11.499]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:09.6754469Z [00:03:11.499]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:09.6755258Z [00:03:11.499]➜  packagefile go.mongodb.org/mongo-driver/tag=/tmp/go-build282983591/b1176/_pkg_.a
2025-08-20T21:59:09.6756087Z [00:03:11.499]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:09.6756791Z [00:03:11.500]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:09.6757292Z [00:03:11.500]➜  EOF
2025-08-20T21:59:09.6761546Z [00:03:11.500]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1175/_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/b1175=>" -p go.mongodb.org/mongo-driver/mongo/readpref -lang=go1.18 -complete -installsuffix shared -buildid Vk5xAt3sUdDbk6l0n8SD/Vk5xAt3sUdDbk6l0n8SD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1175/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:59:09.7061202Z [00:03:11.531]➜  go tool buildid -w $WORK/b1175/_pkg_.a # internal
2025-08-20T21:59:09.7078475Z [00:03:11.533]➜  cp $WORK/b1175/_pkg_.a /root/.cache/go-build/8c/8c73dddf654abef7783538167b83f22518564dfa98fa7bee6e7dbaa7bb9261ed-d # internal
2025-08-20T21:59:09.7088197Z [00:03:11.534]➜  go.mongodb.org/mongo-driver/internal/csot
2025-08-20T21:59:09.7093360Z [00:03:11.535]➜  mkdir -p $WORK/b1179/
2025-08-20T21:59:09.7103185Z [00:03:11.535]➜  cat >/tmp/go-build282983591/b1179/importcfg << 'EOF' # internal
2025-08-20T21:59:09.7104096Z [00:03:11.535]➜  # import config
2025-08-20T21:59:09.7104939Z [00:03:11.535]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:09.7105895Z [00:03:11.535]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:09.7106632Z [00:03:11.535]➜  EOF
2025-08-20T21:59:09.7116937Z [00:03:11.537]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1179/_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/b1179=>" -p go.mongodb.org/mongo-driver/internal/csot -lang=go1.18 -complete -installsuffix shared -buildid EBB_iuoTHCkQCIvebx2d/EBB_iuoTHCkQCIvebx2d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1179/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/csot/csot.go
2025-08-20T21:59:09.7256304Z [00:03:11.551]➜  go tool buildid -w $WORK/b1179/_pkg_.a # internal
2025-08-20T21:59:09.7260699Z [00:03:11.551]➜  cp $WORK/b1179/_pkg_.a /root/.cache/go-build/06/06b1df019c95eb39e193f6df5f58b0159957aa664ab214fe375ba1031848bd9a-d # internal
2025-08-20T21:59:09.7271219Z [00:03:11.552]➜  go.mongodb.org/mongo-driver/internal/httputil
2025-08-20T21:59:09.7272677Z [00:03:11.552]➜  mkdir -p $WORK/b1180/
2025-08-20T21:59:09.7284326Z [00:03:11.553]➜  cat >/tmp/go-build282983591/b1180/importcfg << 'EOF' # internal
2025-08-20T21:59:09.7286866Z [00:03:11.553]➜  # import config
2025-08-20T21:59:09.7299759Z [00:03:11.553]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:09.7300564Z [00:03:11.553]➜  EOF
2025-08-20T21:59:09.7304295Z [00:03:11.554]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1180/_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/b1180=>" -p go.mongodb.org/mongo-driver/internal/httputil -lang=go1.18 -complete -installsuffix shared -buildid J-azfFBgt2s3ySH4fpON/J-azfFBgt2s3ySH4fpON -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1180/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/httputil/httputil.go
2025-08-20T21:59:09.7541494Z [00:03:11.578]➜  go tool buildid -w $WORK/b1180/_pkg_.a # internal
2025-08-20T21:59:09.7546239Z [00:03:11.580]➜  cp $WORK/b1180/_pkg_.a /root/.cache/go-build/f1/f1949db02e0c3ec6f706744f505dc5896309bf42f5c7477a7490d50900608155-d # internal
2025-08-20T21:59:09.7565753Z [00:03:11.582]➜  go.mongodb.org/mongo-driver/internal/logger
2025-08-20T21:59:09.7568645Z [00:03:11.582]➜  mkdir -p $WORK/b1181/
2025-08-20T21:59:09.7590960Z [00:03:11.584]➜  cat >/tmp/go-build282983591/b1181/importcfg << 'EOF' # internal
2025-08-20T21:59:09.7597243Z [00:03:11.584]➜  # import config
2025-08-20T21:59:09.7597885Z [00:03:11.584]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:09.7598711Z [00:03:11.584]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:09.7599493Z [00:03:11.584]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:09.7600670Z [00:03:11.584]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build282983591/b1167/_pkg_.a
2025-08-20T21:59:09.7601836Z [00:03:11.584]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:09.7602686Z [00:03:11.584]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:09.7603403Z [00:03:11.584]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:09.7604129Z [00:03:11.584]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:09.7604877Z [00:03:11.584]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:09.7605606Z [00:03:11.584]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:09.7606319Z [00:03:11.584]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:09.7606856Z [00:03:11.584]➜  EOF
2025-08-20T21:59:09.7612797Z [00:03:11.584]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1181/_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/b1181=>" -p go.mongodb.org/mongo-driver/internal/logger -lang=go1.18 -complete -installsuffix shared -buildid eWJzqSJPFV3jhGpFY6IK/eWJzqSJPFV3jhGpFY6IK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1181/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:59:09.8278081Z [00:03:11.653]➜  go tool buildid -w $WORK/b1181/_pkg_.a # internal
2025-08-20T21:59:09.8296552Z [00:03:11.655]➜  cp $WORK/b1181/_pkg_.a /root/.cache/go-build/08/085258488b2e151ed76e578b01a6561544efc52cbefd80f36af190fe45257131-d # internal
2025-08-20T21:59:09.8325453Z [00:03:11.658]➜  go.mongodb.org/mongo-driver/internal/rand
2025-08-20T21:59:09.8352527Z [00:03:11.658]➜  mkdir -p $WORK/b1184/
2025-08-20T21:59:09.8353593Z [00:03:11.658]➜  cat >/tmp/go-build282983591/b1184/importcfg << 'EOF' # internal
2025-08-20T21:59:09.8354325Z [00:03:11.658]➜  # import config
2025-08-20T21:59:09.8355056Z [00:03:11.658]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:59:09.8355934Z [00:03:11.658]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:09.8356730Z [00:03:11.658]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:09.8357561Z [00:03:11.658]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:59:09.8358391Z [00:03:11.658]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:09.8359024Z [00:03:11.658]➜  EOF
2025-08-20T21:59:09.8365045Z [00:03:11.658]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1184/_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/b1184=>" -p go.mongodb.org/mongo-driver/internal/rand -lang=go1.18 -complete -installsuffix shared -buildid 5gM8H7NU7_KtePWCyf57/5gM8H7NU7_KtePWCyf57 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1184/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:59:09.9268404Z [00:03:11.752]➜  go tool buildid -w $WORK/b1184/_pkg_.a # internal
2025-08-20T21:59:09.9282981Z [00:03:11.753]➜  cp $WORK/b1184/_pkg_.a /root/.cache/go-build/65/652e0141499fe406d65afd16848b9670075b7af4007702d808e67e0f83d91290-d # internal
2025-08-20T21:59:09.9308058Z [00:03:11.756]➜  go.mongodb.org/mongo-driver/internal/randutil
2025-08-20T21:59:09.9310288Z [00:03:11.756]➜  mkdir -p $WORK/b1183/
2025-08-20T21:59:09.9312430Z [00:03:11.756]➜  cat >/tmp/go-build282983591/b1183/importcfg << 'EOF' # internal
2025-08-20T21:59:09.9313630Z [00:03:11.756]➜  # import config
2025-08-20T21:59:09.9314471Z [00:03:11.756]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:59:09.9315399Z [00:03:11.756]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:09.9316613Z [00:03:11.756]➜  packagefile go.mongodb.org/mongo-driver/internal/rand=/tmp/go-build282983591/b1184/_pkg_.a
2025-08-20T21:59:09.9317807Z [00:03:11.756]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:09.9318572Z [00:03:11.756]➜  EOF
2025-08-20T21:59:09.9322680Z [00:03:11.757]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1183/_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/b1183=>" -p go.mongodb.org/mongo-driver/internal/randutil -lang=go1.18 -complete -installsuffix shared -buildid e0XUNNZMAy_DiK_onmNX/e0XUNNZMAy_DiK_onmNX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1183/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/randutil/randutil.go
2025-08-20T21:59:09.9426613Z [00:03:11.768]➜  go tool buildid -w $WORK/b1183/_pkg_.a # internal
2025-08-20T21:59:09.9430015Z [00:03:11.768]➜  cp $WORK/b1183/_pkg_.a /root/.cache/go-build/c8/c86d3202156ab2c02425ed45f0bce3a30fad89aaccdd42f14cccecefeb5dbcd9-d # internal
2025-08-20T21:59:09.9441623Z [00:03:11.769]➜  go.mongodb.org/mongo-driver/internal/uuid
2025-08-20T21:59:09.9457004Z [00:03:11.769]➜  mkdir -p $WORK/b1182/
2025-08-20T21:59:09.9457717Z [00:03:11.769]➜  cat >/tmp/go-build282983591/b1182/importcfg << 'EOF' # internal
2025-08-20T21:59:09.9458342Z [00:03:11.769]➜  # import config
2025-08-20T21:59:09.9458983Z [00:03:11.769]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:59:09.9462964Z [00:03:11.769]➜  packagefile go.mongodb.org/mongo-driver/internal/randutil=/tmp/go-build282983591/b1183/_pkg_.a
2025-08-20T21:59:09.9464017Z [00:03:11.769]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:09.9464513Z [00:03:11.769]➜  EOF
2025-08-20T21:59:09.9467551Z [00:03:11.769]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1182/_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/b1182=>" -p go.mongodb.org/mongo-driver/internal/uuid -lang=go1.18 -complete -installsuffix shared -buildid zc90D_2qMHnOzNj1xX5J/zc90D_2qMHnOzNj1xX5J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1182/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/uuid/uuid.go
2025-08-20T21:59:09.9574759Z [00:03:11.783]➜  go tool buildid -w $WORK/b1168/_pkg_.a # internal
2025-08-20T21:59:09.9606294Z [00:03:11.786]➜  go tool buildid -w $WORK/b1182/_pkg_.a # internal
2025-08-20T21:59:09.9612772Z [00:03:11.786]➜  cp $WORK/b1182/_pkg_.a /root/.cache/go-build/e2/e265a53ec3eb52d75cd669e9c560a27c0c8106cbddccd283432e74afe5acbc68-d # internal
2025-08-20T21:59:09.9627482Z [00:03:11.787]➜  github.com/youmark/pkcs8
2025-08-20T21:59:09.9633194Z [00:03:11.788]➜  mkdir -p $WORK/b1186/
2025-08-20T21:59:09.9633932Z [00:03:11.788]➜  cat >/tmp/go-build282983591/b1186/importcfg << 'EOF' # internal
2025-08-20T21:59:09.9634574Z [00:03:11.788]➜  # import config
2025-08-20T21:59:09.9635180Z [00:03:11.788]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:09.9635945Z [00:03:11.788]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:59:09.9636722Z [00:03:11.788]➜  packagefile crypto/aes=/tmp/go-build282983591/b108/_pkg_.a
2025-08-20T21:59:09.9637536Z [00:03:11.788]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:59:09.9638356Z [00:03:11.788]➜  packagefile crypto/des=/tmp/go-build282983591/b109/_pkg_.a
2025-08-20T21:59:09.9639174Z [00:03:11.788]➜  packagefile crypto/ecdsa=/tmp/go-build282983591/b115/_pkg_.a
2025-08-20T21:59:09.9640155Z [00:03:11.788]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:59:09.9641288Z [00:03:11.788]➜  packagefile crypto/rsa=/tmp/go-build282983591/b148/_pkg_.a
2025-08-20T21:59:09.9642085Z [00:03:11.788]➜  packagefile crypto/sha1=/tmp/go-build282983591/b095/_pkg_.a
2025-08-20T21:59:09.9642896Z [00:03:11.788]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:59:09.9643700Z [00:03:11.788]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:59:09.9644531Z [00:03:11.788]➜  packagefile crypto/x509/pkix=/tmp/go-build282983591/b155/_pkg_.a
2025-08-20T21:59:09.9645372Z [00:03:11.788]➜  packagefile encoding/asn1=/tmp/go-build282983591/b128/_pkg_.a
2025-08-20T21:59:09.9646153Z [00:03:11.788]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:09.9646875Z [00:03:11.788]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:09.9647751Z [00:03:11.788]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build282983591/b561/_pkg_.a
2025-08-20T21:59:09.9648747Z [00:03:11.788]➜  packagefile golang.org/x/crypto/scrypt=/tmp/go-build282983591/b560/_pkg_.a
2025-08-20T21:59:09.9649596Z [00:03:11.788]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:59:09.9650318Z [00:03:11.788]➜  EOF
2025-08-20T21:59:09.9651449Z [00:03:11.788]➜  cp $WORK/b1168/_pkg_.a /root/.cache/go-build/4d/4d9455c1882ba7fcbd7fa2fbd18e5973f3e065c211b5076d093f01d51a8508ec-d # internal
2025-08-20T21:59:09.9659645Z [00:03:11.788]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1186/_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/b1186=>" -p github.com/youmark/pkcs8 -lang=go1.17 -complete -installsuffix shared -buildid ZDjFvPJfFjyQmPqRKGXE/ZDjFvPJfFjyQmPqRKGXE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1186/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:59:09.9676966Z [00:03:11.792]➜  go.mongodb.org/mongo-driver/bson/bsonrw
2025-08-20T21:59:09.9677622Z [00:03:11.792]➜  mkdir -p $WORK/b1165/
2025-08-20T21:59:09.9696632Z [00:03:11.794]➜  cat >/tmp/go-build282983591/b1165/importcfg << 'EOF' # internal
2025-08-20T21:59:09.9716226Z [00:03:11.794]➜  # import config
2025-08-20T21:59:09.9717105Z [00:03:11.794]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:09.9718130Z [00:03:11.794]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:09.9721110Z [00:03:11.794]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:59:09.9722037Z [00:03:11.794]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:59:09.9722865Z [00:03:11.794]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:09.9723613Z [00:03:11.794]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:09.9724636Z [00:03:11.794]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build282983591/b1166/_pkg_.a
2025-08-20T21:59:09.9725897Z [00:03:11.794]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build282983591/b1167/_pkg_.a
2025-08-20T21:59:09.9727247Z [00:03:11.794]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build282983591/b1168/_pkg_.a
2025-08-20T21:59:09.9728261Z [00:03:11.795]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:09.9729077Z [00:03:11.795]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:09.9730124Z [00:03:11.795]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:09.9731105Z [00:03:11.795]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:09.9732068Z [00:03:11.795]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:09.9732828Z [00:03:11.795]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:09.9733563Z [00:03:11.795]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:09.9734302Z [00:03:11.795]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:59:09.9735100Z [00:03:11.795]➜  packagefile unicode/utf16=/tmp/go-build282983591/b070/_pkg_.a
2025-08-20T21:59:09.9735932Z [00:03:11.795]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:59:09.9736555Z [00:03:11.795]➜  EOF
2025-08-20T21:59:09.9746919Z [00:03:11.795]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1165/_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/b1165=>" -p go.mongodb.org/mongo-driver/bson/bsonrw -lang=go1.18 -complete -installsuffix shared -buildid b2xg__lS48eztKwLAbX_/b2xg__lS48eztKwLAbX_ -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/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:59:10.0176513Z [00:03:11.843]➜  go tool buildid -w $WORK/b1186/_pkg_.a # internal
2025-08-20T21:59:10.0191141Z [00:03:11.844]➜  cp $WORK/b1186/_pkg_.a /root/.cache/go-build/f9/f93a4febde6d508d9a4c53889daf339ac9ed2016d0e0ab0c3529ef2d00746ade-d # internal
2025-08-20T21:59:10.0201933Z [00:03:11.845]➜  go.mongodb.org/mongo-driver/internal/csfle
2025-08-20T21:59:10.0202585Z [00:03:11.845]➜  mkdir -p $WORK/b1178/
2025-08-20T21:59:10.0203321Z [00:03:11.845]➜  cat >/tmp/go-build282983591/b1178/importcfg << 'EOF' # internal
2025-08-20T21:59:10.0204118Z [00:03:11.845]➜  # import config
2025-08-20T21:59:10.0204822Z [00:03:11.845]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:10.0205581Z [00:03:11.845]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:10.0206676Z [00:03:11.845]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build282983591/b1168/_pkg_.a
2025-08-20T21:59:10.0207490Z [00:03:11.845]➜  EOF
2025-08-20T21:59:10.0211446Z [00:03:11.846]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1178/_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/b1178=>" -p go.mongodb.org/mongo-driver/internal/csfle -lang=go1.18 -complete -installsuffix shared -buildid 89sLt005v8CTUZccHQZv/89sLt005v8CTUZccHQZv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1178/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/csfle/csfle.go
2025-08-20T21:59:10.0348294Z [00:03:11.860]➜  go tool buildid -w $WORK/b1178/_pkg_.a # internal
2025-08-20T21:59:10.0356069Z [00:03:11.861]➜  cp $WORK/b1178/_pkg_.a /root/.cache/go-build/91/919fa4fbc70553486457c7102e3c6a2d83029768e3d6554400e3bcd179abc5c8-d # internal
2025-08-20T21:59:10.0362640Z [00:03:11.862]➜  go.mongodb.org/mongo-driver/mongo/readconcern
2025-08-20T21:59:10.0364194Z [00:03:11.862]➜  mkdir -p $WORK/b1187/
2025-08-20T21:59:10.0391514Z [00:03:11.862]➜  cat >/tmp/go-build282983591/b1187/importcfg << 'EOF' # internal
2025-08-20T21:59:10.0392175Z [00:03:11.862]➜  # import config
2025-08-20T21:59:10.0392787Z [00:03:11.862]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:10.0393798Z [00:03:11.862]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build282983591/b1166/_pkg_.a
2025-08-20T21:59:10.0395015Z [00:03:11.862]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build282983591/b1168/_pkg_.a
2025-08-20T21:59:10.0395794Z [00:03:11.862]➜  EOF
2025-08-20T21:59:10.0399546Z [00:03:11.862]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1187/_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/b1187=>" -p go.mongodb.org/mongo-driver/mongo/readconcern -lang=go1.18 -complete -installsuffix shared -buildid i9WV9ad0Ljytx2ra62H6/i9WV9ad0Ljytx2ra62H6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1187/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/readconcern/readconcern.go
2025-08-20T21:59:10.0539703Z [00:03:11.879]➜  go tool buildid -w $WORK/b1187/_pkg_.a # internal
2025-08-20T21:59:10.0544289Z [00:03:11.879]➜  cp $WORK/b1187/_pkg_.a /root/.cache/go-build/ed/eda694653e54d763f7940cd6cffd73e127785ebd8e8a930f0f16dcdacdbc7928-d # internal
2025-08-20T21:59:10.0545579Z [00:03:11.880]➜  go.mongodb.org/mongo-driver/internal/driverutil
2025-08-20T21:59:10.0546243Z [00:03:11.880]➜  mkdir -p $WORK/b1190/
2025-08-20T21:59:10.0551693Z [00:03:11.880]➜  cat >/tmp/go-build282983591/b1190/importcfg << 'EOF' # internal
2025-08-20T21:59:10.0554051Z [00:03:11.880]➜  # import config
2025-08-20T21:59:10.0554753Z [00:03:11.880]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:10.0555711Z [00:03:11.880]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:10.0556347Z [00:03:11.880]➜  EOF
2025-08-20T21:59:10.0563950Z [00:03:11.881]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1190/_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/b1190=>" -p go.mongodb.org/mongo-driver/internal/driverutil -lang=go1.18 -complete -installsuffix shared -buildid vhQK8UxnNKvRTjN-2XQX/vhQK8UxnNKvRTjN-2XQX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1190/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:59:10.0703740Z [00:03:11.895]➜  go tool buildid -w $WORK/b1190/_pkg_.a # internal
2025-08-20T21:59:10.0711118Z [00:03:11.896]➜  cp $WORK/b1190/_pkg_.a /root/.cache/go-build/03/03a58da50d0ffe31cccfa4d5833356e35bc2076b0640aafd68a75dfa9d05c547-d # internal
2025-08-20T21:59:10.0719443Z [00:03:11.897]➜  go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options
2025-08-20T21:59:10.0722403Z [00:03:11.897]➜  mkdir -p $WORK/b1192/
2025-08-20T21:59:10.0725877Z [00:03:11.898]➜  cat >/tmp/go-build282983591/b1192/importcfg << 'EOF' # internal
2025-08-20T21:59:10.0726868Z [00:03:11.898]➜  # import config
2025-08-20T21:59:10.0728303Z [00:03:11.898]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build282983591/b1167/_pkg_.a
2025-08-20T21:59:10.0730172Z [00:03:11.898]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build282983591/b1168/_pkg_.a
2025-08-20T21:59:10.0731629Z [00:03:11.898]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:10.0733329Z [00:03:11.898]➜  EOF
2025-08-20T21:59:10.0739399Z [00:03:11.898]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1192/_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/b1192=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options -lang=go1.18 -complete -installsuffix shared -buildid gm0_a0Ifra6uLXRrfL_5/gm0_a0Ifra6uLXRrfL_5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1192/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:59:10.1060898Z [00:03:11.931]➜  go tool buildid -w $WORK/b1192/_pkg_.a # internal
2025-08-20T21:59:10.1074070Z [00:03:11.933]➜  cp $WORK/b1192/_pkg_.a /root/.cache/go-build/87/87193474d71f2308d5d9938236ea266823ea7c0d9c563aac3e1f9dc17a73fe67-d # internal
2025-08-20T21:59:10.1086304Z [00:03:11.934]➜  go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt
2025-08-20T21:59:10.1087965Z [00:03:11.934]➜  mkdir -p $WORK/b1191/
2025-08-20T21:59:10.1094220Z [00:03:11.935]➜  cat >/tmp/go-build282983591/b1191/importcfg << 'EOF' # internal
2025-08-20T21:59:10.1095185Z [00:03:11.935]➜  # import config
2025-08-20T21:59:10.1096912Z [00:03:11.935]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:10.1098056Z [00:03:11.935]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build282983591/b1168/_pkg_.a
2025-08-20T21:59:10.1099577Z [00:03:11.935]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options=/tmp/go-build282983591/b1192/_pkg_.a
2025-08-20T21:59:10.1100726Z [00:03:11.935]➜  EOF
2025-08-20T21:59:10.1108288Z [00:03:11.935]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1191/_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/b1191=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt -lang=go1.18 -complete -installsuffix shared -buildid Na7JwPAO0Vxh2Cy9FevK/Na7JwPAO0Vxh2Cy9FevK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1191/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:59:10.1401218Z [00:03:11.965]➜  go tool buildid -w $WORK/b1191/_pkg_.a # internal
2025-08-20T21:59:10.1418170Z [00:03:11.967]➜  cp $WORK/b1191/_pkg_.a /root/.cache/go-build/0a/0a2865b1cea81766f4c65cbb3b58b3cc33f97aa1fc3ee6dfa631c6a2d39ab7cb-d # internal
2025-08-20T21:59:10.1423513Z [00:03:11.968]➜  go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage
2025-08-20T21:59:10.1424863Z [00:03:11.968]➜  mkdir -p $WORK/b1194/
2025-08-20T21:59:10.1437585Z [00:03:11.969]➜  cat >/tmp/go-build282983591/b1194/importcfg << 'EOF' # internal
2025-08-20T21:59:10.1440874Z [00:03:11.969]➜  # import config
2025-08-20T21:59:10.1444613Z [00:03:11.969]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:10.1448055Z [00:03:11.969]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:59:10.1449194Z [00:03:11.969]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build282983591/b1168/_pkg_.a
2025-08-20T21:59:10.1450423Z [00:03:11.969]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:10.1451380Z [00:03:11.969]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:10.1452083Z [00:03:11.969]➜  EOF
2025-08-20T21:59:10.1458796Z [00:03:11.969]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1194/_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/b1194=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage -lang=go1.18 -complete -installsuffix shared -buildid 5IlF2tJDxYHd2JqJ7GD9/5IlF2tJDxYHd2JqJ7GD9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1194/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/wiremessage/wiremessage.go
2025-08-20T21:59:10.1727100Z [00:03:11.998]➜  cd $WORK/b1137
2025-08-20T21:59:10.1737172Z [00:03:11.998]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1137=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1137/ -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=HBCU56hTQnh6-3mVCh_3 -o $WORK/b1137/_x001.o -c _cgo_export.c
2025-08-20T21:59:10.2296909Z [00:03:12.055]➜  go tool buildid -w $WORK/b1194/_pkg_.a # internal
2025-08-20T21:59:10.2311936Z [00:03:12.056]➜  cp $WORK/b1194/_pkg_.a /root/.cache/go-build/c7/c749fe623df1d16200ffa92d44c83e1f3dc914e7f1258ce5abc30a3f2ae4e940-d # internal
2025-08-20T21:59:10.2317176Z [00:03:12.057]➜  github.com/xdg-go/pbkdf2
2025-08-20T21:59:10.2317831Z [00:03:12.057]➜  mkdir -p $WORK/b1197/
2025-08-20T21:59:10.2319249Z [00:03:12.057]➜  cat >/tmp/go-build282983591/b1197/importcfg << 'EOF' # internal
2025-08-20T21:59:10.2320706Z [00:03:12.057]➜  # import config
2025-08-20T21:59:10.2322240Z [00:03:12.057]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:59:10.2323471Z [00:03:12.057]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:59:10.2325883Z [00:03:12.057]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:59:10.2329185Z [00:03:12.057]➜  EOF
2025-08-20T21:59:10.2333236Z [00:03:12.058]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:59:10.2336818Z [00:03:12.058]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1197/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xdg-go/pbkdf2@v1.0.0=>github.com/xdg-go/pbkdf2@v1.0.0;$WORK/b1197=>" -p github.com/xdg-go/pbkdf2 -lang=go1.9 -complete -installsuffix shared -buildid XbOY3ERM0l2j1Rr5EjK4/XbOY3ERM0l2j1Rr5EjK4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1197/importcfg -pack /root/go/pkg/mod/github.com/xdg-go/pbkdf2@v1.0.0/pbkdf2.go
2025-08-20T21:59:10.2431068Z [00:03:12.066]➜  cd $WORK/b1137
2025-08-20T21:59:10.2438929Z [00:03:12.066]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1137=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1137/ -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=HBCU56hTQnh6-3mVCh_3 -o $WORK/b1137/_x002.o -c backup.cgo2.c
2025-08-20T21:59:10.2565103Z [00:03:12.082]➜  go tool buildid -w $WORK/b1197/_pkg_.a # internal
2025-08-20T21:59:10.2574682Z [00:03:12.083]➜  cp $WORK/b1197/_pkg_.a /root/.cache/go-build/f0/f0bcacfbaca53fe1b1f2abb2e41270aa46e7b5a8ff44b20f9fc155669473fa0c-d # internal
2025-08-20T21:59:10.2584712Z [00:03:12.084]➜  github.com/xdg-go/stringprep
2025-08-20T21:59:10.2585974Z [00:03:12.084]➜  mkdir -p $WORK/b1198/
2025-08-20T21:59:10.2590669Z [00:03:12.084]➜  cat >/tmp/go-build282983591/b1198/importcfg << 'EOF' # internal
2025-08-20T21:59:10.2591761Z [00:03:12.084]➜  # import config
2025-08-20T21:59:10.2592852Z [00:03:12.084]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:10.2594172Z [00:03:12.084]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build282983591/b462/_pkg_.a
2025-08-20T21:59:10.2595262Z [00:03:12.084]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:10.2595831Z [00:03:12.084]➜  EOF
2025-08-20T21:59:10.2596340Z [00:03:12.085]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:59:10.2617327Z [00:03:12.085]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1198/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xdg-go/stringprep@v1.0.4=>github.com/xdg-go/stringprep@v1.0.4;$WORK/b1198=>" -p github.com/xdg-go/stringprep -lang=go1.11 -complete -installsuffix shared -buildid mam1HbLVlsDQZgGfpG6c/mam1HbLVlsDQZgGfpG6c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1198/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:59:10.3261851Z [00:03:12.151]➜  cd $WORK/b1137
2025-08-20T21:59:10.3267522Z [00:03:12.151]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1137=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1137/ -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=HBCU56hTQnh6-3mVCh_3 -o $WORK/b1137/_x003.o -c callback.cgo2.c
2025-08-20T21:59:10.3897195Z [00:03:12.214]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1137=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1137/ -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=HBCU56hTQnh6-3mVCh_3 -o $WORK/b1137/_x004.o -c error.cgo2.c
2025-08-20T21:59:10.4094913Z [00:03:12.235]➜  go tool buildid -w $WORK/b1065/_pkg_.a # internal
2025-08-20T21:59:10.4317920Z [00:03:12.256]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1137=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1137/ -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=HBCU56hTQnh6-3mVCh_3 -o $WORK/b1137/_x005.o -c sqlite3.cgo2.c
2025-08-20T21:59:10.4742865Z [00:03:12.299]➜  go tool buildid -w $WORK/b1165/_pkg_.a # internal
2025-08-20T21:59:10.4807247Z [00:03:12.306]➜  cp $WORK/b1165/_pkg_.a /root/.cache/go-build/bd/bd5bd5de0aa8cab1463dce7377e549c4095e2a7bd567afd7e474a3c3539cdb5b-d # internal
2025-08-20T21:59:10.4886206Z [00:03:12.314]➜  go.mongodb.org/mongo-driver/bson/bsoncodec
2025-08-20T21:59:10.4888256Z [00:03:12.314]➜  mkdir -p $WORK/b1163/
2025-08-20T21:59:10.4917049Z [00:03:12.317]➜  cat >/tmp/go-build282983591/b1163/importcfg << 'EOF' # internal
2025-08-20T21:59:10.4919086Z [00:03:12.317]➜  # import config
2025-08-20T21:59:10.4923226Z [00:03:12.317]➜  packagefile encoding=/tmp/go-build282983591/b068/_pkg_.a
2025-08-20T21:59:10.4924228Z [00:03:12.317]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:10.4925116Z [00:03:12.317]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:10.4925892Z [00:03:12.317]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:10.4926950Z [00:03:12.317]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonoptions=/tmp/go-build282983591/b1164/_pkg_.a
2025-08-20T21:59:10.4928219Z [00:03:12.317]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonrw=/tmp/go-build282983591/b1165/_pkg_.a
2025-08-20T21:59:10.4929464Z [00:03:12.317]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build282983591/b1166/_pkg_.a
2025-08-20T21:59:10.4931033Z [00:03:12.317]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build282983591/b1167/_pkg_.a
2025-08-20T21:59:10.4932291Z [00:03:12.317]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build282983591/b1168/_pkg_.a
2025-08-20T21:59:10.4933293Z [00:03:12.317]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:10.4934088Z [00:03:12.317]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:10.4934862Z [00:03:12.317]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:10.4935690Z [00:03:12.317]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:10.4936435Z [00:03:12.317]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:10.4937251Z [00:03:12.317]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:10.4938025Z [00:03:12.317]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:10.4938830Z [00:03:12.317]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:10.4939603Z [00:03:12.317]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:10.4940582Z [00:03:12.317]➜  EOF
2025-08-20T21:59:10.4941101Z [00:03:12.317]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:59:10.4956131Z [00:03:12.317]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1163/_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/b1163=>" -p go.mongodb.org/mongo-driver/bson/bsoncodec -lang=go1.18 -complete -installsuffix shared -buildid 9bUDjQ0GeuT690di0zo8/9bUDjQ0GeuT690di0zo8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1163/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:59:10.5629095Z [00:03:12.388]➜  cd $WORK/b1137
2025-08-20T21:59:10.5639954Z [00:03:12.389]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1137=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1137/ -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=HBCU56hTQnh6-3mVCh_3 -o $WORK/b1137/_x006.o -c sqlite3_context.cgo2.c
2025-08-20T21:59:10.5882862Z [00:03:12.413]➜  cp $WORK/b1065/_pkg_.a /root/.cache/go-build/4c/4c1edb09818d383770d9b41c2d666b4a53559825a49011079f1782fe0491d5d7-d # internal
2025-08-20T21:59:10.5889638Z [00:03:12.414]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/libs/redis
2025-08-20T21:59:10.5892570Z [00:03:12.415]➜  mkdir -p $WORK/b1063/
2025-08-20T21:59:10.5895657Z [00:03:12.415]➜  cat >/tmp/go-build282983591/b1063/importcfg << 'EOF' # internal
2025-08-20T21:59:10.5901113Z [00:03:12.415]➜  # import config
2025-08-20T21:59:10.5902950Z [00:03:12.415]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:10.5911532Z [00:03:12.415]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:10.5912342Z [00:03:12.415]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:10.5913516Z [00:03:12.415]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build282983591/b1028/_pkg_.a
2025-08-20T21:59:10.5915146Z [00:03:12.415]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/redis=/tmp/go-build282983591/b1064/_pkg_.a
2025-08-20T21:59:10.5917110Z [00:03:12.415]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build282983591/b877/_pkg_.a
2025-08-20T21:59:10.5918586Z [00:03:12.415]➜  packagefile github.com/redis/go-redis/v9=/tmp/go-build282983591/b1065/_pkg_.a
2025-08-20T21:59:10.5919552Z [00:03:12.415]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:10.5920324Z [00:03:12.415]➜  EOF
2025-08-20T21:59:10.5920872Z [00:03:12.415]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:59:10.5925189Z [00:03:12.415]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1063/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/redis=>github.com/projectdiscovery/nuclei/v3/pkg/js/libs/redis;$WORK/b1063=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/libs/redis -lang=go1.24 -complete -installsuffix shared -buildid 02i5rJlH0mENGJFmLFq8/02i5rJlH0mENGJFmLFq8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1063/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/redis/memo.redis.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/redis/redis.go
2025-08-20T21:59:10.6148303Z [00:03:12.440]➜  cd $WORK/b1137
2025-08-20T21:59:10.6162848Z [00:03:12.441]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1137=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1137/ -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=HBCU56hTQnh6-3mVCh_3 -o $WORK/b1137/_x007.o -c sqlite3_load_extension.cgo2.c
2025-08-20T21:59:10.6750613Z [00:03:12.500]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1137=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1137/ -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=HBCU56hTQnh6-3mVCh_3 -o $WORK/b1137/_x008.o -c sqlite3_opt_serialize.cgo2.c
2025-08-20T21:59:10.7495677Z [00:03:12.574]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1137=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1137/ -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=HBCU56hTQnh6-3mVCh_3 -o $WORK/b1137/_x009.o -c sqlite3_opt_userauth_omit.cgo2.c
2025-08-20T21:59:10.7916363Z [00:03:12.615]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1137=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1137/ -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=HBCU56hTQnh6-3mVCh_3 -o $WORK/b1137/_x010.o -c sqlite3_other.cgo2.c
2025-08-20T21:59:10.7931983Z [00:03:12.618]➜  go tool buildid -w $WORK/b1198/_pkg_.a # internal
2025-08-20T21:59:10.7964256Z [00:03:12.622]➜  cp $WORK/b1198/_pkg_.a /root/.cache/go-build/a7/a701eb46a414468d3d3f9e218be2eb5af962317dfc5b128e5030cc889fcb4431-d # internal
2025-08-20T21:59:10.7980179Z [00:03:12.623]➜  github.com/xdg-go/scram
2025-08-20T21:59:10.7980796Z [00:03:12.623]➜  mkdir -p $WORK/b1196/
2025-08-20T21:59:10.7981546Z [00:03:12.623]➜  cat >/tmp/go-build282983591/b1196/importcfg << 'EOF' # internal
2025-08-20T21:59:10.7982482Z [00:03:12.623]➜  # import config
2025-08-20T21:59:10.7983196Z [00:03:12.623]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:59:10.7984088Z [00:03:12.623]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:59:10.7984957Z [00:03:12.623]➜  packagefile crypto/sha1=/tmp/go-build282983591/b095/_pkg_.a
2025-08-20T21:59:10.7985799Z [00:03:12.623]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:59:10.7986671Z [00:03:12.623]➜  packagefile crypto/sha512=/tmp/go-build282983591/b126/_pkg_.a
2025-08-20T21:59:10.7987551Z [00:03:12.623]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:10.7988389Z [00:03:12.623]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:10.7989353Z [00:03:12.623]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:10.7990679Z [00:03:12.623]➜  packagefile github.com/xdg-go/pbkdf2=/tmp/go-build282983591/b1197/_pkg_.a
2025-08-20T21:59:10.7991794Z [00:03:12.623]➜  packagefile github.com/xdg-go/stringprep=/tmp/go-build282983591/b1198/_pkg_.a
2025-08-20T21:59:10.7992711Z [00:03:12.623]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:59:10.7993503Z [00:03:12.623]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:10.7994322Z [00:03:12.623]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:10.8011265Z [00:03:12.623]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:10.8011969Z [00:03:12.623]➜  EOF
2025-08-20T21:59:10.8012534Z [00:03:12.623]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:59:10.8018578Z [00:03:12.623]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1196/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xdg-go/scram@v1.1.2=>github.com/xdg-go/scram@v1.1.2;$WORK/b1196=>" -p github.com/xdg-go/scram -lang=go1.11 -complete -installsuffix shared -buildid C5QC5dFUe8zAY9vylwb7/C5QC5dFUe8zAY9vylwb7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1196/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:59:10.8202939Z [00:03:12.645]➜  cd $WORK/b1137
2025-08-20T21:59:10.8208697Z [00:03:12.645]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1137=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1137/ -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=HBCU56hTQnh6-3mVCh_3 -o $WORK/b1137/_x011.o -c sqlite3_type.cgo2.c
2025-08-20T21:59:10.8574115Z [00:03:12.682]➜  cd /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28
2025-08-20T21:59:10.8582809Z [00:03:12.683]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1137=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1137/ -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=HBCU56hTQnh6-3mVCh_3 -o $WORK/b1137/_x012.o -c sqlite3-binding.c
2025-08-20T21:59:10.9030652Z [00:03:12.728]➜  go tool buildid -w $WORK/b1196/_pkg_.a # internal
2025-08-20T21:59:10.9052330Z [00:03:12.730]➜  cp $WORK/b1196/_pkg_.a /root/.cache/go-build/69/69112ade8f251a24ce9cadc091909ff686d74f49fd5564381ed1acd821e65eb6-d # internal
2025-08-20T21:59:10.9086584Z [00:03:12.734]➜  go.mongodb.org/mongo-driver/internal/aws/awserr
2025-08-20T21:59:10.9091361Z [00:03:12.734]➜  mkdir -p $WORK/b1200/
2025-08-20T21:59:10.9101618Z [00:03:12.735]➜  cat >/tmp/go-build282983591/b1200/importcfg << 'EOF' # internal
2025-08-20T21:59:10.9102570Z [00:03:12.735]➜  # import config
2025-08-20T21:59:10.9103255Z [00:03:12.735]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:10.9104018Z [00:03:12.735]➜  EOF
2025-08-20T21:59:10.9120709Z [00:03:12.736]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:59:10.9125900Z [00:03:12.736]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1200/_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/b1200=>" -p go.mongodb.org/mongo-driver/internal/aws/awserr -lang=go1.18 -complete -installsuffix shared -buildid d8HDfZrGnZb4i6DZB-hG/d8HDfZrGnZb4i6DZB-hG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1200/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:59:10.9455491Z [00:03:12.771]➜  go tool buildid -w $WORK/b1200/_pkg_.a # internal
2025-08-20T21:59:10.9496128Z [00:03:12.775]➜  cp $WORK/b1200/_pkg_.a /root/.cache/go-build/00/00feb5b7f03995d009bd37a6825741f8bb9f2d6fae278be6b72a65a930b8f568-d # internal
2025-08-20T21:59:10.9497633Z [00:03:12.775]➜  go.mongodb.org/mongo-driver/internal/aws/credentials
2025-08-20T21:59:10.9498368Z [00:03:12.775]➜  mkdir -p $WORK/b1199/
2025-08-20T21:59:10.9499142Z [00:03:12.775]➜  cat >/tmp/go-build282983591/b1199/importcfg << 'EOF' # internal
2025-08-20T21:59:10.9500046Z [00:03:12.775]➜  # import config
2025-08-20T21:59:10.9500717Z [00:03:12.775]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:10.9501908Z [00:03:12.775]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/awserr=/tmp/go-build282983591/b1200/_pkg_.a
2025-08-20T21:59:10.9503225Z [00:03:12.775]➜  packagefile golang.org/x/sync/singleflight=/tmp/go-build282983591/b472/_pkg_.a
2025-08-20T21:59:10.9504261Z [00:03:12.775]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:10.9505153Z [00:03:12.775]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:10.9505810Z [00:03:12.775]➜  EOF
2025-08-20T21:59:10.9510918Z [00:03:12.775]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1199/_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/b1199=>" -p go.mongodb.org/mongo-driver/internal/aws/credentials -lang=go1.18 -complete -installsuffix shared -buildid QhWpzy_Q4_oWK6KegDjI/QhWpzy_Q4_oWK6KegDjI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1199/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:59:11.0296914Z [00:03:12.855]➜  go tool buildid -w $WORK/b1199/_pkg_.a # internal
2025-08-20T21:59:11.0337157Z [00:03:12.859]➜  cp $WORK/b1199/_pkg_.a /root/.cache/go-build/c6/c631317307d08dfb7ed1690366cbf3aa7290fe22a2513662b95ddc686a46edbc-d # internal
2025-08-20T21:59:11.0344206Z [00:03:12.860]➜  go.mongodb.org/mongo-driver/internal/aws
2025-08-20T21:59:11.0349254Z [00:03:12.860]➜  mkdir -p $WORK/b1202/
2025-08-20T21:59:11.0377501Z [00:03:12.863]➜  cat >/tmp/go-build282983591/b1202/importcfg << 'EOF' # internal
2025-08-20T21:59:11.0383775Z [00:03:12.863]➜  # import config
2025-08-20T21:59:11.0384485Z [00:03:12.863]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:11.0385107Z [00:03:12.863]➜  EOF
2025-08-20T21:59:11.0389097Z [00:03:12.863]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1202/_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/b1202=>" -p go.mongodb.org/mongo-driver/internal/aws -lang=go1.18 -complete -installsuffix shared -buildid M0zpThwxejgc1cV06Vjm/M0zpThwxejgc1cV06Vjm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1202/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/aws/types.go
2025-08-20T21:59:11.0683348Z [00:03:12.893]➜  go tool buildid -w $WORK/b1202/_pkg_.a # internal
2025-08-20T21:59:11.0697310Z [00:03:12.895]➜  cp $WORK/b1202/_pkg_.a /root/.cache/go-build/0b/0bf22848b198eb99ff95864c9c0968b906f2199c8620a09a6ac4c4e469a77794-d # internal
2025-08-20T21:59:11.0713466Z [00:03:12.897]➜  go.mongodb.org/mongo-driver/internal/aws/signer/v4
2025-08-20T21:59:11.0718191Z [00:03:12.897]➜  mkdir -p $WORK/b1201/
2025-08-20T21:59:11.0729359Z [00:03:12.898]➜  cat >/tmp/go-build282983591/b1201/importcfg << 'EOF' # internal
2025-08-20T21:59:11.0730850Z [00:03:12.898]➜  # import config
2025-08-20T21:59:11.0732144Z [00:03:12.898]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:11.0733172Z [00:03:12.898]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:59:11.0735005Z [00:03:12.898]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:59:11.0735891Z [00:03:12.898]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:59:11.0736687Z [00:03:12.898]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:11.0737710Z [00:03:12.898]➜  packagefile go.mongodb.org/mongo-driver/internal/aws=/tmp/go-build282983591/b1202/_pkg_.a
2025-08-20T21:59:11.0739109Z [00:03:12.898]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/credentials=/tmp/go-build282983591/b1199/_pkg_.a
2025-08-20T21:59:11.0740474Z [00:03:12.898]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:11.0741317Z [00:03:12.898]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:59:11.0742163Z [00:03:12.898]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:11.0742995Z [00:03:12.898]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:11.0743801Z [00:03:12.898]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:11.0744641Z [00:03:12.898]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:11.0745456Z [00:03:12.898]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:11.0746104Z [00:03:12.898]➜  EOF
2025-08-20T21:59:11.0780021Z [00:03:12.903]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1201/_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/b1201=>" -p go.mongodb.org/mongo-driver/internal/aws/signer/v4 -lang=go1.18 -complete -installsuffix shared -buildid Jf1QOT2GlbfjntfvoOjw/Jf1QOT2GlbfjntfvoOjw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1201/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:59:11.2056212Z [00:03:13.031]➜  go tool buildid -w $WORK/b1201/_pkg_.a # internal
2025-08-20T21:59:11.2073335Z [00:03:13.033]➜  cp $WORK/b1201/_pkg_.a /root/.cache/go-build/db/db5c592652d9b465c938ded7a053e98ab36c9bb05396eac81fadf05eef8c952b-d # internal
2025-08-20T21:59:11.2094415Z [00:03:13.035]➜  go.mongodb.org/mongo-driver/internal/credproviders
2025-08-20T21:59:11.2106619Z [00:03:13.036]➜  mkdir -p $WORK/b1203/
2025-08-20T21:59:11.2107781Z [00:03:13.036]➜  cat >/tmp/go-build282983591/b1203/importcfg << 'EOF' # internal
2025-08-20T21:59:11.2109657Z [00:03:13.036]➜  # import config
2025-08-20T21:59:11.2110480Z [00:03:13.036]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:11.2111316Z [00:03:13.036]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:11.2112159Z [00:03:13.036]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:11.2112941Z [00:03:13.036]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:11.2114295Z [00:03:13.036]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/credentials=/tmp/go-build282983591/b1199/_pkg_.a
2025-08-20T21:59:11.2115808Z [00:03:13.036]➜  packagefile go.mongodb.org/mongo-driver/internal/uuid=/tmp/go-build282983591/b1182/_pkg_.a
2025-08-20T21:59:11.2116861Z [00:03:13.036]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:59:11.2117695Z [00:03:13.036]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:11.2118529Z [00:03:13.036]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:11.2119315Z [00:03:13.036]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:11.2120269Z [00:03:13.036]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:11.2120859Z [00:03:13.036]➜  EOF
2025-08-20T21:59:11.2128249Z [00:03:13.036]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1203/_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/b1203=>" -p go.mongodb.org/mongo-driver/internal/credproviders -lang=go1.18 -complete -installsuffix shared -buildid W_4FENE2DD_G8Y0F6xZ5/W_4FENE2DD_G8Y0F6xZ5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1203/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:59:11.3545437Z [00:03:13.180]➜  go tool buildid -w $WORK/b1203/_pkg_.a # internal
2025-08-20T21:59:11.3574462Z [00:03:13.183]➜  cp $WORK/b1203/_pkg_.a /root/.cache/go-build/83/83fd2e66e5307d2334ece198d3c001b6a34e1662a1598f7ba797aa9de53aebaf-d # internal
2025-08-20T21:59:11.3578528Z [00:03:13.183]➜  go.mongodb.org/mongo-driver/x/mongo/driver/auth/creds
2025-08-20T21:59:11.3579488Z [00:03:13.183]➜  mkdir -p $WORK/b1204/
2025-08-20T21:59:11.3583952Z [00:03:13.183]➜  cat >/tmp/go-build282983591/b1204/importcfg << 'EOF' # internal
2025-08-20T21:59:11.3589752Z [00:03:13.183]➜  # import config
2025-08-20T21:59:11.3590590Z [00:03:13.183]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:11.3591421Z [00:03:13.184]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:11.3592203Z [00:03:13.184]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:11.3593262Z [00:03:13.184]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/credentials=/tmp/go-build282983591/b1199/_pkg_.a
2025-08-20T21:59:11.3594521Z [00:03:13.184]➜  packagefile go.mongodb.org/mongo-driver/internal/credproviders=/tmp/go-build282983591/b1203/_pkg_.a
2025-08-20T21:59:11.3595718Z [00:03:13.184]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build282983591/b1168/_pkg_.a
2025-08-20T21:59:11.3596911Z [00:03:13.184]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:59:11.3597692Z [00:03:13.184]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:11.3598421Z [00:03:13.184]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:11.3599115Z [00:03:13.184]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:11.3599658Z [00:03:13.184]➜  EOF
2025-08-20T21:59:11.3606135Z [00:03:13.184]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1204/_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/b1204=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/auth/creds -lang=go1.18 -complete -installsuffix shared -buildid hy_F_lM8M_RBVUnvGrpX/hy_F_lM8M_RBVUnvGrpX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1204/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:59:11.3611889Z [00:03:13.186]➜  go tool buildid -w $WORK/b1063/_pkg_.a # internal
2025-08-20T21:59:11.3779573Z [00:03:13.203]➜  cp $WORK/b1063/_pkg_.a /root/.cache/go-build/97/974e10cf34368cbce5cf8c99b47798ec0b08a7cfdfd70b36812b28709e515fcc-d # internal
2025-08-20T21:59:11.3781096Z [00:03:13.203]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libredis
2025-08-20T21:59:11.3781828Z [00:03:13.203]➜  mkdir -p $WORK/b1062/
2025-08-20T21:59:11.3855010Z [00:03:13.211]➜  cat >/tmp/go-build282983591/b1062/importcfg << 'EOF' # internal
2025-08-20T21:59:11.3855710Z [00:03:13.211]➜  # import config
2025-08-20T21:59:11.3856485Z [00:03:13.211]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build282983591/b847/_pkg_.a
2025-08-20T21:59:11.3857719Z [00:03:13.211]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build282983591/b870/_pkg_.a
2025-08-20T21:59:11.3859183Z [00:03:13.211]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/redis=/tmp/go-build282983591/b1063/_pkg_.a
2025-08-20T21:59:11.3860292Z [00:03:13.211]➜  EOF
2025-08-20T21:59:11.3864168Z [00:03:13.211]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1062/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libredis=>github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libredis;$WORK/b1062=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libredis -lang=go1.24 -complete -installsuffix shared -buildid 7UGHJsHR9VY-cell3LdM/7UGHJsHR9VY-cell3LdM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1062/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libredis/redis.go
2025-08-20T21:59:11.4143039Z [00:03:13.239]➜  go tool buildid -w $WORK/b1204/_pkg_.a # internal
2025-08-20T21:59:11.4158706Z [00:03:13.241]➜  cp $WORK/b1204/_pkg_.a /root/.cache/go-build/8a/8a192b0681c5e20918de063dddbad5d54834a480ccc34f5ae33c1678b52b9b02-d # internal
2025-08-20T21:59:11.4167110Z [00:03:13.242]➜  go.mongodb.org/mongo-driver/x/mongo/driver/dns
2025-08-20T21:59:11.4168458Z [00:03:13.242]➜  mkdir -p $WORK/b1208/
2025-08-20T21:59:11.4184315Z [00:03:13.244]➜  cat >/tmp/go-build282983591/b1208/importcfg << 'EOF' # internal
2025-08-20T21:59:11.4185210Z [00:03:13.244]➜  # import config
2025-08-20T21:59:11.4186759Z [00:03:13.244]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:11.4187541Z [00:03:13.244]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:11.4188291Z [00:03:13.244]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:11.4189060Z [00:03:13.244]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:11.4190237Z [00:03:13.244]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:11.4190863Z [00:03:13.244]➜  EOF
2025-08-20T21:59:11.4194815Z [00:03:13.244]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1208/_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/b1208=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/dns -lang=go1.18 -complete -installsuffix shared -buildid QJO9zMKpM5O4XM19Bf7G/QJO9zMKpM5O4XM19Bf7G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1208/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/dns/dns.go
2025-08-20T21:59:11.4514075Z [00:03:13.277]➜  go tool buildid -w $WORK/b1208/_pkg_.a # internal
2025-08-20T21:59:11.4525209Z [00:03:13.278]➜  cp $WORK/b1208/_pkg_.a /root/.cache/go-build/68/688179f437e1c31554e31ff84cb209dfa020a6910d5d281ef3cbf4936170f17e-d # internal
2025-08-20T21:59:11.4547332Z [00:03:13.280]➜  github.com/montanaflynn/stats
2025-08-20T21:59:11.4549542Z [00:03:13.280]➜  mkdir -p $WORK/b1210/
2025-08-20T21:59:11.4550498Z [00:03:13.280]➜  cat >/tmp/go-build282983591/b1210/importcfg << 'EOF' # internal
2025-08-20T21:59:11.4551162Z [00:03:13.280]➜  # import config
2025-08-20T21:59:11.4551792Z [00:03:13.280]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:11.4552568Z [00:03:13.280]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:11.4553297Z [00:03:13.280]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:11.4554041Z [00:03:13.280]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:11.4554838Z [00:03:13.280]➜  packagefile math/rand=/tmp/go-build282983591/b118/_pkg_.a
2025-08-20T21:59:11.4555629Z [00:03:13.280]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:11.4556413Z [00:03:13.280]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:11.4557146Z [00:03:13.280]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:11.4557911Z [00:03:13.280]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:11.4558509Z [00:03:13.280]➜  EOF
2025-08-20T21:59:11.4577171Z [00:03:13.280]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1210/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1=>github.com/montanaflynn/stats@v0.7.1;$WORK/b1210=>" -p github.com/montanaflynn/stats -lang=go1.13 -complete -installsuffix shared -buildid o2bLPwWUQn1CCSKMHm8s/o2bLPwWUQn1CCSKMHm8s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1210/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:59:11.4640190Z [00:03:13.286]➜  go tool buildid -w $WORK/b1062/_pkg_.a # internal
2025-08-20T21:59:11.4649252Z [00:03:13.290]➜  cp $WORK/b1062/_pkg_.a /root/.cache/go-build/38/38044b1f22d92b7dd0bfe29fe89b3c9d60d7d34051e54a548bd50727e6559e36-d # internal
2025-08-20T21:59:11.4652051Z [00:03:13.290]➜  github.com/projectdiscovery/nuclei/v3/pkg/js/compiler
2025-08-20T21:59:11.4652948Z [00:03:13.290]➜  mkdir -p $WORK/b846/
2025-08-20T21:59:11.4653798Z [00:03:13.290]➜  cat >/tmp/go-build282983591/b846/importcfg << 'EOF' # internal
2025-08-20T21:59:11.4654398Z [00:03:13.290]➜  # import config
2025-08-20T21:59:11.4654998Z [00:03:13.290]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:11.4655815Z [00:03:13.290]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:11.4656584Z [00:03:13.290]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:11.4657483Z [00:03:13.290]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build282983591/b847/_pkg_.a
2025-08-20T21:59:11.4658615Z [00:03:13.290]➜  packagefile github.com/Mzack9999/goja_nodejs/console=/tmp/go-build282983591/b862/_pkg_.a
2025-08-20T21:59:11.4659981Z [00:03:13.290]➜  packagefile github.com/Mzack9999/goja_nodejs/require=/tmp/go-build282983591/b863/_pkg_.a
2025-08-20T21:59:11.4661149Z [00:03:13.290]➜  packagefile github.com/kitabisa/go-ci=/tmp/go-build282983591/b865/_pkg_.a
2025-08-20T21:59:11.4662272Z [00:03:13.290]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:11.4663710Z [00:03:13.290]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libbytes=/tmp/go-build282983591/b869/_pkg_.a
2025-08-20T21:59:11.4665361Z [00:03:13.290]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libfs=/tmp/go-build282983591/b875/_pkg_.a
2025-08-20T21:59:11.4667065Z [00:03:13.290]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libikev2=/tmp/go-build282983591/b932/_pkg_.a
2025-08-20T21:59:11.4668836Z [00:03:13.290]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libkerberos=/tmp/go-build282983591/b966/_pkg_.a
2025-08-20T21:59:11.4670740Z [00:03:13.290]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libldap=/tmp/go-build282983591/b1005/_pkg_.a
2025-08-20T21:59:11.4672488Z [00:03:13.290]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libmssql=/tmp/go-build282983591/b1010/_pkg_.a
2025-08-20T21:59:11.4674395Z [00:03:13.290]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libmysql=/tmp/go-build282983591/b1030/_pkg_.a
2025-08-20T21:59:11.4676255Z [00:03:13.290]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libnet=/tmp/go-build282983591/b1033/_pkg_.a
2025-08-20T21:59:11.4677961Z [00:03:13.290]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/liboracle=/tmp/go-build282983591/b1035/_pkg_.a
2025-08-20T21:59:11.4679727Z [00:03:13.290]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libpop3=/tmp/go-build282983591/b1038/_pkg_.a
2025-08-20T21:59:11.4681649Z [00:03:13.290]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libpostgres=/tmp/go-build282983591/b1041/_pkg_.a
2025-08-20T21:59:11.4683344Z [00:03:13.290]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/librdp=/tmp/go-build282983591/b1059/_pkg_.a
2025-08-20T21:59:11.4685043Z [00:03:13.290]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libredis=/tmp/go-build282983591/b1062/_pkg_.a
2025-08-20T21:59:11.4686789Z [00:03:13.290]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/librsync=/tmp/go-build282983591/b1076/_pkg_.a
2025-08-20T21:59:11.4688507Z [00:03:13.290]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libsmb=/tmp/go-build282983591/b1079/_pkg_.a
2025-08-20T21:59:11.4690305Z [00:03:13.290]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libsmtp=/tmp/go-build282983591/b1096/_pkg_.a
2025-08-20T21:59:11.4691966Z [00:03:13.290]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libssh=/tmp/go-build282983591/b1100/_pkg_.a
2025-08-20T21:59:11.4693672Z [00:03:13.290]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libstructs=/tmp/go-build282983591/b1105/_pkg_.a
2025-08-20T21:59:11.4695619Z [00:03:13.290]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libtelnet=/tmp/go-build282983591/b1106/_pkg_.a
2025-08-20T21:59:11.4697425Z [00:03:13.290]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libvnc=/tmp/go-build282983591/b1109/_pkg_.a
2025-08-20T21:59:11.4699020Z [00:03:13.290]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/global=/tmp/go-build282983591/b1112/_pkg_.a
2025-08-20T21:59:11.4703572Z [00:03:13.290]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build282983591/b870/_pkg_.a
2025-08-20T21:59:11.4706133Z [00:03:13.290]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/goconsole=/tmp/go-build282983591/b1115/_pkg_.a
2025-08-20T21:59:11.4707839Z [00:03:13.290]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build282983591/b787/_pkg_.a
2025-08-20T21:59:11.4709647Z [00:03:13.290]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build282983591/b877/_pkg_.a
2025-08-20T21:59:11.4711415Z [00:03:13.290]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:11.4712843Z [00:03:13.290]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build282983591/b626/_pkg_.a
2025-08-20T21:59:11.4714196Z [00:03:13.290]➜  packagefile github.com/projectdiscovery/utils/context=/tmp/go-build282983591/b450/_pkg_.a
2025-08-20T21:59:11.4715452Z [00:03:13.290]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:59:11.4716689Z [00:03:13.290]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:59:11.4717917Z [00:03:13.290]➜  packagefile github.com/projectdiscovery/utils/sync=/tmp/go-build282983591/b1116/_pkg_.a
2025-08-20T21:59:11.4718887Z [00:03:13.290]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:11.4719667Z [00:03:13.290]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:11.4720385Z [00:03:13.290]➜  EOF
2025-08-20T21:59:11.4725489Z [00:03:13.290]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b846/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/compiler=>github.com/projectdiscovery/nuclei/v3/pkg/js/compiler;$WORK/b846=>" -p github.com/projectdiscovery/nuclei/v3/pkg/js/compiler -lang=go1.24 -complete -installsuffix shared -buildid bmERNb096FPUp2r-rgh7/bmERNb096FPUp2r-rgh7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b846/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/compiler/compiler.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/compiler/init.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/compiler/non-pool.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/compiler/pool.go
2025-08-20T21:59:11.5000080Z [00:03:13.325]➜  go tool buildid -w $WORK/b1163/_pkg_.a # internal
2025-08-20T21:59:11.5124070Z [00:03:13.338]➜  cp $WORK/b1163/_pkg_.a /root/.cache/go-build/39/39d438d01173f36d930ff6888d47956e372eddeb09d2bfa61416f72c329315df-d # internal
2025-08-20T21:59:11.5165649Z [00:03:13.342]➜  go.mongodb.org/mongo-driver/bson
2025-08-20T21:59:11.5166415Z [00:03:13.342]➜  mkdir -p $WORK/b1162/
2025-08-20T21:59:11.5167198Z [00:03:13.342]➜  cat >/tmp/go-build282983591/b1162/importcfg << 'EOF' # internal
2025-08-20T21:59:11.5170358Z [00:03:13.342]➜  # import config
2025-08-20T21:59:11.5171382Z [00:03:13.342]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:11.5172284Z [00:03:13.342]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:11.5173134Z [00:03:13.342]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:11.5173931Z [00:03:13.342]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:11.5174982Z [00:03:13.342]➜  packagefile go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build282983591/b1163/_pkg_.a
2025-08-20T21:59:11.5176428Z [00:03:13.342]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonrw=/tmp/go-build282983591/b1165/_pkg_.a
2025-08-20T21:59:11.5177694Z [00:03:13.342]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build282983591/b1166/_pkg_.a
2025-08-20T21:59:11.5179100Z [00:03:13.342]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build282983591/b1167/_pkg_.a
2025-08-20T21:59:11.5180600Z [00:03:13.342]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build282983591/b1168/_pkg_.a
2025-08-20T21:59:11.5181618Z [00:03:13.342]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:11.5182403Z [00:03:13.342]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:11.5183199Z [00:03:13.342]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:11.5183957Z [00:03:13.342]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:11.5184603Z [00:03:13.342]➜  EOF
2025-08-20T21:59:11.5193062Z [00:03:13.342]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1162/_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/b1162=>" -p go.mongodb.org/mongo-driver/bson -lang=go1.18 -complete -installsuffix shared -buildid xmbnOpuyX1cgCygxk4B0/xmbnOpuyX1cgCygxk4B0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1162/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:59:11.6496461Z [00:03:13.475]➜  go tool buildid -w $WORK/b1210/_pkg_.a # internal
2025-08-20T21:59:11.6524981Z [00:03:13.478]➜  cp $WORK/b1210/_pkg_.a /root/.cache/go-build/eb/eb6aefef5fdc543337307ebddd9720ca11d7c4fdec0c29a31e3811ed4542e3c5-d # internal
2025-08-20T21:59:11.6533098Z [00:03:13.479]➜  go tool buildid -w $WORK/b846/_pkg_.a # internal
2025-08-20T21:59:11.6571827Z [00:03:13.482]➜  cp $WORK/b846/_pkg_.a /root/.cache/go-build/fc/fc8e7c057fa1e133b5f7b789826d6012a3fa7c91256b9c86de043ed01bcd1ece-d # internal
2025-08-20T21:59:11.6580676Z [00:03:13.483]➜  go.mongodb.org/mongo-driver/x/mongo/driver/ocsp
2025-08-20T21:59:11.6586131Z [00:03:13.483]➜  mkdir -p $WORK/b1211/
2025-08-20T21:59:11.6591613Z [00:03:13.484]➜  github.com/projectdiscovery/nuclei/v3/internal/httpapi
2025-08-20T21:59:11.6592774Z [00:03:13.484]➜  mkdir -p $WORK/b845/
2025-08-20T21:59:11.6593916Z [00:03:13.484]➜  cat >/tmp/go-build282983591/b1211/importcfg << 'EOF' # internal
2025-08-20T21:59:11.6594913Z [00:03:13.484]➜  # import config
2025-08-20T21:59:11.6595812Z [00:03:13.484]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:11.6597063Z [00:03:13.484]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:11.6598113Z [00:03:13.484]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:59:11.6599348Z [00:03:13.484]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:59:11.6600614Z [00:03:13.484]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:59:11.6601491Z [00:03:13.484]➜  packagefile crypto/x509/pkix=/tmp/go-build282983591/b155/_pkg_.a
2025-08-20T21:59:11.6602361Z [00:03:13.484]➜  packagefile encoding/asn1=/tmp/go-build282983591/b128/_pkg_.a
2025-08-20T21:59:11.6603178Z [00:03:13.484]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:11.6604136Z [00:03:13.484]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:11.6605360Z [00:03:13.484]➜  packagefile go.mongodb.org/mongo-driver/internal/httputil=/tmp/go-build282983591/b1180/_pkg_.a
2025-08-20T21:59:11.6606572Z [00:03:13.484]➜  packagefile golang.org/x/crypto/ocsp=/tmp/go-build282983591/b608/_pkg_.a
2025-08-20T21:59:11.6607620Z [00:03:13.484]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build282983591/b927/_pkg_.a
2025-08-20T21:59:11.6608549Z [00:03:13.484]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:59:11.6609361Z [00:03:13.484]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:59:11.6610293Z [00:03:13.484]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:11.6611080Z [00:03:13.484]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:11.6611855Z [00:03:13.484]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:11.6612435Z [00:03:13.484]➜  EOF
2025-08-20T21:59:11.6613024Z [00:03:13.484]➜  cat >/tmp/go-build282983591/b845/importcfg << 'EOF' # internal
2025-08-20T21:59:11.6613674Z [00:03:13.484]➜  # import config
2025-08-20T21:59:11.6614682Z [00:03:13.484]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/compiler=/tmp/go-build282983591/b846/_pkg_.a
2025-08-20T21:59:11.6616166Z [00:03:13.484]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:11.6617806Z [00:03:13.484]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build282983591/b626/_pkg_.a
2025-08-20T21:59:11.6620567Z [00:03:13.484]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:11.6621364Z [00:03:13.484]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:11.6621924Z [00:03:13.484]➜  EOF
2025-08-20T21:59:11.6627460Z [00:03:13.484]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1211/_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/b1211=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/ocsp -lang=go1.18 -complete -installsuffix shared -buildid RaLf4UlQJSkvQFOpO-EX/RaLf4UlQJSkvQFOpO-EX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1211/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:59:11.6636894Z [00:03:13.484]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b845/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/httpapi=>github.com/projectdiscovery/nuclei/v3/internal/httpapi;$WORK/b845=>" -p github.com/projectdiscovery/nuclei/v3/internal/httpapi -lang=go1.24 -complete -installsuffix shared -buildid _uZ9VWiSZpADrwVcNV8U/_uZ9VWiSZpADrwVcNV8U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b845/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/httpapi/apiendpoint.go
2025-08-20T21:59:11.7205897Z [00:03:13.546]➜  go tool buildid -w $WORK/b845/_pkg_.a # internal
2025-08-20T21:59:11.7231126Z [00:03:13.548]➜  cp $WORK/b845/_pkg_.a /root/.cache/go-build/b3/b3e59cc35e93694f54edbefc8172cc040bcb231c7384b2d31ac51620157446ed-d # internal
2025-08-20T21:59:11.7240491Z [00:03:13.549]➜  github.com/projectdiscovery/sarif
2025-08-20T21:59:11.7253495Z [00:03:13.550]➜  mkdir -p $WORK/b1213/
2025-08-20T21:59:11.7261446Z [00:03:13.551]➜  cat >/tmp/go-build282983591/b1213/importcfg << 'EOF' # internal
2025-08-20T21:59:11.7262203Z [00:03:13.551]➜  # import config
2025-08-20T21:59:11.7262923Z [00:03:13.551]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:11.7263808Z [00:03:13.551]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:11.7264415Z [00:03:13.551]➜  EOF
2025-08-20T21:59:11.7268770Z [00:03:13.551]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1213/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/sarif@v0.0.1=>github.com/projectdiscovery/sarif@v0.0.1;$WORK/b1213=>" -p github.com/projectdiscovery/sarif -lang=go1.18 -complete -installsuffix shared -buildid bJjku9VNTI0-1ZFR8vmA/bJjku9VNTI0-1ZFR8vmA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1213/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:59:11.7648371Z [00:03:13.590]➜  go tool buildid -w $WORK/b1213/_pkg_.a # internal
2025-08-20T21:59:11.7665502Z [00:03:13.591]➜  cp $WORK/b1213/_pkg_.a /root/.cache/go-build/91/91082b662bc11c536b0bfa6c8413e4328813428d1a890cb143befaaf7f222d7a-d # internal
2025-08-20T21:59:11.7667353Z [00:03:13.591]➜  github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/sarif
2025-08-20T21:59:11.7670815Z [00:03:13.592]➜  mkdir -p $WORK/b1212/
2025-08-20T21:59:11.7695503Z [00:03:13.595]➜  cat >/tmp/go-build282983591/b1212/importcfg << 'EOF' # internal
2025-08-20T21:59:11.7697702Z [00:03:13.595]➜  # import config
2025-08-20T21:59:11.7698681Z [00:03:13.595]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:11.7699472Z [00:03:13.595]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:11.7700985Z [00:03:13.595]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build282983591/b623/_pkg_.a
2025-08-20T21:59:11.7702377Z [00:03:13.595]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:11.7703640Z [00:03:13.595]➜  packagefile github.com/projectdiscovery/sarif=/tmp/go-build282983591/b1213/_pkg_.a
2025-08-20T21:59:11.7704628Z [00:03:13.595]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:11.7705399Z [00:03:13.595]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:11.7706234Z [00:03:13.595]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:59:11.7706994Z [00:03:13.595]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:11.7707818Z [00:03:13.595]➜  EOF
2025-08-20T21:59:11.7712471Z [00:03:13.595]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1212/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/sarif=>github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/sarif;$WORK/b1212=>" -p github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/sarif -lang=go1.24 -complete -installsuffix shared -buildid PKSUov5PRO6MqccsOC5E/PKSUov5PRO6MqccsOC5E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1212/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/sarif/sarif.go
2025-08-20T21:59:11.7744344Z [00:03:13.600]➜  go tool buildid -w $WORK/b1211/_pkg_.a # internal
2025-08-20T21:59:11.7759131Z [00:03:13.601]➜  cp $WORK/b1211/_pkg_.a /root/.cache/go-build/36/36bc11fb1181e2cf8bf01267d423bbd139701451d8dc8e0264dcc37bc5113b63-d # internal
2025-08-20T21:59:11.7761459Z [00:03:13.601]➜  github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/splunk
2025-08-20T21:59:11.7763483Z [00:03:13.602]➜  mkdir -p $WORK/b1214/
2025-08-20T21:59:11.7790815Z [00:03:13.602]➜  cat >/tmp/go-build282983591/b1214/importcfg << 'EOF' # internal
2025-08-20T21:59:11.7791541Z [00:03:13.602]➜  # import config
2025-08-20T21:59:11.7792178Z [00:03:13.602]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:11.7793001Z [00:03:13.602]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:59:11.7793836Z [00:03:13.602]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:11.7794751Z [00:03:13.602]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:11.7795956Z [00:03:13.602]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:11.7797772Z [00:03:13.602]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build282983591/b877/_pkg_.a
2025-08-20T21:59:11.7799611Z [00:03:13.602]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build282983591/b626/_pkg_.a
2025-08-20T21:59:11.7801236Z [00:03:13.602]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build282983591/b342/_pkg_.a
2025-08-20T21:59:11.7802499Z [00:03:13.602]➜  packagefile github.com/projectdiscovery/useragent=/tmp/go-build282983591/b735/_pkg_.a
2025-08-20T21:59:11.7803424Z [00:03:13.602]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:11.7804172Z [00:03:13.602]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:11.7804944Z [00:03:13.602]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:11.7805724Z [00:03:13.602]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:11.7806294Z [00:03:13.602]➜  EOF
2025-08-20T21:59:11.7810813Z [00:03:13.602]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1214/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/splunk=>github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/splunk;$WORK/b1214=>" -p github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/splunk -lang=go1.24 -complete -installsuffix shared -buildid u9y5PFg4t56thGyvcSrf/u9y5PFg4t56thGyvcSrf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1214/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/splunk/splunkhec.go
2025-08-20T21:59:11.7966958Z [00:03:13.622]➜  go tool buildid -w $WORK/b1162/_pkg_.a # internal
2025-08-20T21:59:11.8040923Z [00:03:13.629]➜  cp $WORK/b1162/_pkg_.a /root/.cache/go-build/69/69dd507073ccb4ad135079e6fae3245780536ea61701cd7fe5e06dfca18c74ba-d # internal
2025-08-20T21:59:11.8054003Z [00:03:13.630]➜  go.mongodb.org/mongo-driver/internal/bsonutil
2025-08-20T21:59:11.8054701Z [00:03:13.630]➜  mkdir -p $WORK/b1172/
2025-08-20T21:59:11.8055531Z [00:03:13.630]➜  cat >/tmp/go-build282983591/b1172/importcfg << 'EOF' # internal
2025-08-20T21:59:11.8056247Z [00:03:13.630]➜  # import config
2025-08-20T21:59:11.8057177Z [00:03:13.630]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:11.8058411Z [00:03:13.630]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build282983591/b1162/_pkg_.a
2025-08-20T21:59:11.8059231Z [00:03:13.630]➜  EOF
2025-08-20T21:59:11.8071168Z [00:03:13.632]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1172/_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/b1172=>" -p go.mongodb.org/mongo-driver/internal/bsonutil -lang=go1.18 -complete -installsuffix shared -buildid 6LJOifR8HU1ZPMD_hBOx/6LJOifR8HU1ZPMD_hBOx -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/internal/bsonutil/bsonutil.go
2025-08-20T21:59:11.9409078Z [00:03:13.766]➜  go tool buildid -w $WORK/b1172/_pkg_.a # internal
2025-08-20T21:59:11.9444091Z [00:03:13.770]➜  cp $WORK/b1172/_pkg_.a /root/.cache/go-build/38/386258de5bc7c80eede59937880ecdf5a6545f16641c7894358d8a46ef73a2c8-d # internal
2025-08-20T21:59:11.9475444Z [00:03:13.773]➜  go.mongodb.org/mongo-driver/mongo/description
2025-08-20T21:59:11.9476087Z [00:03:13.773]➜  mkdir -p $WORK/b1171/
2025-08-20T21:59:11.9486336Z [00:03:13.774]➜  cat >/tmp/go-build282983591/b1171/importcfg << 'EOF' # internal
2025-08-20T21:59:11.9496813Z [00:03:13.774]➜  # import config
2025-08-20T21:59:11.9497518Z [00:03:13.774]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:11.9498350Z [00:03:13.774]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:11.9499227Z [00:03:13.774]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:11.9500319Z [00:03:13.774]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build282983591/b1162/_pkg_.a
2025-08-20T21:59:11.9501638Z [00:03:13.774]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build282983591/b1167/_pkg_.a
2025-08-20T21:59:11.9503694Z [00:03:13.774]➜  packagefile go.mongodb.org/mongo-driver/internal/bsonutil=/tmp/go-build282983591/b1172/_pkg_.a
2025-08-20T21:59:11.9505029Z [00:03:13.774]➜  packagefile go.mongodb.org/mongo-driver/internal/handshake=/tmp/go-build282983591/b1173/_pkg_.a
2025-08-20T21:59:11.9506298Z [00:03:13.774]➜  packagefile go.mongodb.org/mongo-driver/internal/ptrutil=/tmp/go-build282983591/b1174/_pkg_.a
2025-08-20T21:59:11.9507496Z [00:03:13.774]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build282983591/b1170/_pkg_.a
2025-08-20T21:59:11.9508597Z [00:03:13.774]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build282983591/b1175/_pkg_.a
2025-08-20T21:59:11.9509651Z [00:03:13.774]➜  packagefile go.mongodb.org/mongo-driver/tag=/tmp/go-build282983591/b1176/_pkg_.a
2025-08-20T21:59:11.9510617Z [00:03:13.774]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:11.9511303Z [00:03:13.774]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:11.9511827Z [00:03:13.774]➜  EOF
2025-08-20T21:59:11.9519328Z [00:03:13.774]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1171/_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/b1171=>" -p go.mongodb.org/mongo-driver/mongo/description -lang=go1.18 -complete -installsuffix shared -buildid 3cfGD4ZArHtLN_pG9seN/3cfGD4ZArHtLN_pG9seN -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/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:59:11.9532655Z [00:03:13.778]➜  go tool buildid -w $WORK/b1212/_pkg_.a # internal
2025-08-20T21:59:11.9574905Z [00:03:13.783]➜  cp $WORK/b1212/_pkg_.a /root/.cache/go-build/f6/f60ce11b36eee6aba0acaa7854b9cd0c3085c23d4d95cf9313054f12174d6eac-d # internal
2025-08-20T21:59:11.9585139Z [00:03:13.784]➜  go.mongodb.org/mongo-driver/internal/codecutil
2025-08-20T21:59:11.9587192Z [00:03:13.784]➜  mkdir -p $WORK/b1177/
2025-08-20T21:59:11.9593168Z [00:03:13.784]➜  cat >/tmp/go-build282983591/b1177/importcfg << 'EOF' # internal
2025-08-20T21:59:11.9593949Z [00:03:13.784]➜  # import config
2025-08-20T21:59:11.9597044Z [00:03:13.784]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:11.9597874Z [00:03:13.784]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:11.9598630Z [00:03:13.784]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:11.9599583Z [00:03:13.784]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build282983591/b1162/_pkg_.a
2025-08-20T21:59:11.9600966Z [00:03:13.784]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build282983591/b1168/_pkg_.a
2025-08-20T21:59:11.9601944Z [00:03:13.784]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:11.9602708Z [00:03:13.784]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:11.9603296Z [00:03:13.784]➜  EOF
2025-08-20T21:59:11.9607435Z [00:03:13.785]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1177/_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/b1177=>" -p go.mongodb.org/mongo-driver/internal/codecutil -lang=go1.18 -complete -installsuffix shared -buildid bmdxmwwtPtThX1WHbZer/bmdxmwwtPtThX1WHbZer -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1177/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/codecutil/encoding.go
2025-08-20T21:59:12.0948998Z [00:03:13.920]➜  go tool buildid -w $WORK/b1177/_pkg_.a # internal
2025-08-20T21:59:12.0978401Z [00:03:13.923]➜  cp $WORK/b1177/_pkg_.a /root/.cache/go-build/dd/dd2502493a4acb25d5485574208baa88e2fb7ea5863a120522a9d0d367f6ac98-d # internal
2025-08-20T21:59:12.1012462Z [00:03:13.925]➜  go.mongodb.org/mongo-driver/mongo/writeconcern
2025-08-20T21:59:12.1014738Z [00:03:13.927]➜  mkdir -p $WORK/b1188/
2025-08-20T21:59:12.1016231Z [00:03:13.927]➜  cat >/tmp/go-build282983591/b1188/importcfg << 'EOF' # internal
2025-08-20T21:59:12.1017298Z [00:03:13.927]➜  # import config
2025-08-20T21:59:12.1018325Z [00:03:13.927]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:12.1019664Z [00:03:13.927]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:12.1021268Z [00:03:13.927]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build282983591/b1162/_pkg_.a
2025-08-20T21:59:12.1022863Z [00:03:13.927]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build282983591/b1166/_pkg_.a
2025-08-20T21:59:12.1024934Z [00:03:13.927]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build282983591/b1168/_pkg_.a
2025-08-20T21:59:12.1026317Z [00:03:13.927]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:12.1027303Z [00:03:13.927]➜  EOF
2025-08-20T21:59:12.1031607Z [00:03:13.927]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1188/_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/b1188=>" -p go.mongodb.org/mongo-driver/mongo/writeconcern -lang=go1.18 -complete -installsuffix shared -buildid 1ZCanbHfTcz3i80glsGV/1ZCanbHfTcz3i80glsGV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1188/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/writeconcern/writeconcern.go
2025-08-20T21:59:12.3225359Z [00:03:14.148]➜  go tool buildid -w $WORK/b1188/_pkg_.a # internal
2025-08-20T21:59:12.3301365Z [00:03:14.155]➜  cp $WORK/b1188/_pkg_.a /root/.cache/go-build/b4/b40628c2a4cb64b251365bd039aceb08ff54cb06fb1355b0d7bd2ede03ad2a1f-d # internal
2025-08-20T21:59:12.3302795Z [00:03:14.155]➜  github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/filters
2025-08-20T21:59:12.3303529Z [00:03:14.156]➜  mkdir -p $WORK/b1215/
2025-08-20T21:59:12.3310531Z [00:03:14.156]➜  cat >/tmp/go-build282983591/b1215/importcfg << 'EOF' # internal
2025-08-20T21:59:12.3312976Z [00:03:14.156]➜  # import config
2025-08-20T21:59:12.3314346Z [00:03:14.156]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/severity=/tmp/go-build282983591/b688/_pkg_.a
2025-08-20T21:59:12.3316262Z [00:03:14.156]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/stringslice=/tmp/go-build282983591/b703/_pkg_.a
2025-08-20T21:59:12.3317986Z [00:03:14.156]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:12.3323164Z [00:03:14.156]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build282983591/b191/_pkg_.a
2025-08-20T21:59:12.3323968Z [00:03:14.156]➜  EOF
2025-08-20T21:59:12.3328188Z [00:03:14.156]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1215/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/trackers/filters=>github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/filters;$WORK/b1215=>" -p github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/filters -lang=go1.24 -complete -installsuffix shared -buildid 1CdJFrLb7S5EHKPeGtV0/1CdJFrLb7S5EHKPeGtV0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1215/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/trackers/filters/filters.go
2025-08-20T21:59:12.3684442Z [00:03:14.193]➜  go tool buildid -w $WORK/b1171/_pkg_.a # internal
2025-08-20T21:59:12.3741472Z [00:03:14.199]➜  cp $WORK/b1171/_pkg_.a /root/.cache/go-build/ff/ff2a8c82ac275c25aea75360424d2162818166c48371f4981b1a3f46ec99bb0f-d # internal
2025-08-20T21:59:12.3785430Z [00:03:14.204]➜  go.mongodb.org/mongo-driver/event
2025-08-20T21:59:12.3814842Z [00:03:14.204]➜  mkdir -p $WORK/b1169/
2025-08-20T21:59:12.3815648Z [00:03:14.204]➜  cat >/tmp/go-build282983591/b1169/importcfg << 'EOF' # internal
2025-08-20T21:59:12.3816479Z [00:03:14.204]➜  # import config
2025-08-20T21:59:12.3817141Z [00:03:14.204]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:12.3818182Z [00:03:14.204]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build282983591/b1162/_pkg_.a
2025-08-20T21:59:12.3819450Z [00:03:14.204]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build282983591/b1167/_pkg_.a
2025-08-20T21:59:12.3821067Z [00:03:14.205]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build282983591/b1170/_pkg_.a
2025-08-20T21:59:12.3822428Z [00:03:14.205]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build282983591/b1171/_pkg_.a
2025-08-20T21:59:12.3823530Z [00:03:14.205]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:12.3824142Z [00:03:14.205]➜  EOF
2025-08-20T21:59:12.3828102Z [00:03:14.205]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1169/_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/b1169=>" -p go.mongodb.org/mongo-driver/event -lang=go1.18 -complete -installsuffix shared -buildid n8RMFSwbOQcn_amHekEY/n8RMFSwbOQcn_amHekEY -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/event/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/event/monitoring.go
2025-08-20T21:59:12.5464065Z [00:03:14.372]➜  go tool buildid -w $WORK/b1215/_pkg_.a # internal
2025-08-20T21:59:12.5496914Z [00:03:14.375]➜  cp $WORK/b1215/_pkg_.a /root/.cache/go-build/75/751e5da445028109d68246c84c09591c8b12d52f518007bbf8d266553f4d1bb3-d # internal
2025-08-20T21:59:12.5511570Z [00:03:14.376]➜  go.mongodb.org/mongo-driver/x/mongo/driver/session
2025-08-20T21:59:12.5513924Z [00:03:14.377]➜  mkdir -p $WORK/b1193/
2025-08-20T21:59:12.5521967Z [00:03:14.377]➜  cat >/tmp/go-build282983591/b1193/importcfg << 'EOF' # internal
2025-08-20T21:59:12.5522705Z [00:03:14.377]➜  # import config
2025-08-20T21:59:12.5523281Z [00:03:14.377]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:12.5524118Z [00:03:14.377]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:12.5525255Z [00:03:14.377]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build282983591/b1162/_pkg_.a
2025-08-20T21:59:12.5526465Z [00:03:14.377]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build282983591/b1167/_pkg_.a
2025-08-20T21:59:12.5527896Z [00:03:14.377]➜  packagefile go.mongodb.org/mongo-driver/internal/uuid=/tmp/go-build282983591/b1182/_pkg_.a
2025-08-20T21:59:12.5529222Z [00:03:14.377]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build282983591/b1170/_pkg_.a
2025-08-20T21:59:12.5530691Z [00:03:14.377]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build282983591/b1171/_pkg_.a
2025-08-20T21:59:12.5532086Z [00:03:14.377]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build282983591/b1187/_pkg_.a
2025-08-20T21:59:12.5533374Z [00:03:14.377]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build282983591/b1175/_pkg_.a
2025-08-20T21:59:12.5534676Z [00:03:14.377]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build282983591/b1188/_pkg_.a
2025-08-20T21:59:12.5535985Z [00:03:14.377]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build282983591/b1168/_pkg_.a
2025-08-20T21:59:12.5538438Z [00:03:14.377]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:12.5539676Z [00:03:14.379]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:12.5541327Z [00:03:14.379]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:12.5542167Z [00:03:14.379]➜  EOF
2025-08-20T21:59:12.5549341Z [00:03:14.379]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1193/_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/b1193=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/session -lang=go1.18 -complete -installsuffix shared -buildid EuAcjNp7S4d1tKr4vLbG/EuAcjNp7S4d1tKr4vLbG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1193/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:59:12.5612655Z [00:03:14.386]➜  go tool buildid -w $WORK/b1214/_pkg_.a # internal
2025-08-20T21:59:12.5642664Z [00:03:14.389]➜  go tool buildid -w $WORK/b1169/_pkg_.a # internal
2025-08-20T21:59:12.5669724Z [00:03:14.392]➜  cp $WORK/b1169/_pkg_.a /root/.cache/go-build/e4/e45d578547f2134b996f21642e98b17db953f7fcde5a350f10fd1f898bb65232-d # internal
2025-08-20T21:59:12.5695670Z [00:03:14.395]➜  golang.org/x/crypto/blake2s
2025-08-20T21:59:12.5698494Z [00:03:14.395]➜  mkdir -p $WORK/b1219/
2025-08-20T21:59:12.5702864Z [00:03:14.395]➜  echo -n > $WORK/b1219/go_asm.h # internal
2025-08-20T21:59:12.5705873Z [00:03:14.396]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/blake2s
2025-08-20T21:59:12.5723928Z [00:03:14.396]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/blake2s -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/blake2s=>golang.org/x/crypto@v0.39.0/blake2s;$WORK/b1219=>" -I $WORK/b1219/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b1219/symabis ./blake2s_amd64.s
2025-08-20T21:59:12.5768746Z [00:03:14.402]➜  cp $WORK/b1214/_pkg_.a /root/.cache/go-build/93/93f5bc44ad322bcd33f3521ae6f03527862a1a869e8ab216ec9d09d1a03c0ae9-d # internal
2025-08-20T21:59:12.5777825Z [00:03:14.403]➜  golang.org/x/crypto/blowfish
2025-08-20T21:59:12.5780254Z [00:03:14.403]➜  mkdir -p $WORK/b1222/
2025-08-20T21:59:12.5785233Z [00:03:14.404]➜  cat >/tmp/go-build282983591/b1222/importcfg << 'EOF' # internal
2025-08-20T21:59:12.5786727Z [00:03:14.404]➜  # import config
2025-08-20T21:59:12.5789003Z [00:03:14.404]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:12.5789601Z [00:03:14.404]➜  EOF
2025-08-20T21:59:12.5790272Z [00:03:14.404]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:59:12.5794719Z [00:03:14.404]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1222/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/blowfish=>golang.org/x/crypto@v0.39.0/blowfish;$WORK/b1222=>" -p golang.org/x/crypto/blowfish -lang=go1.23 -complete -installsuffix shared -buildid cQKyk9UXj6rw86iubTw0/cQKyk9UXj6rw86iubTw0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1222/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:59:12.5800718Z [00:03:14.405]➜  cat >/tmp/go-build282983591/b1219/importcfg << 'EOF' # internal
2025-08-20T21:59:12.5801992Z [00:03:14.405]➜  # import config
2025-08-20T21:59:12.5802940Z [00:03:14.405]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:59:12.5804102Z [00:03:14.405]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:59:12.5805192Z [00:03:14.405]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:12.5806375Z [00:03:14.405]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build282983591/b358/_pkg_.a
2025-08-20T21:59:12.5807479Z [00:03:14.405]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:59:12.5808552Z [00:03:14.405]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:12.5809473Z [00:03:14.405]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:59:12.5810578Z [00:03:14.405]➜  EOF
2025-08-20T21:59:12.5815608Z [00:03:14.405]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1219/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/blake2s=>golang.org/x/crypto@v0.39.0/blake2s;$WORK/b1219=>" -p golang.org/x/crypto/blake2s -lang=go1.23 -installsuffix shared -buildid hFMWZhodldaKagREXmTG/hFMWZhodldaKagREXmTG -goversion go1.25.0 -symabis $WORK/b1219/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1219/importcfg -pack -asmhdr $WORK/b1219/go_asm.h /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_amd64.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/blake2x.go
2025-08-20T21:59:12.6264286Z [00:03:14.452]➜  go tool buildid -w $WORK/b1222/_pkg_.a # internal
2025-08-20T21:59:12.6279320Z [00:03:14.453]➜  cp $WORK/b1222/_pkg_.a /root/.cache/go-build/7e/7e2d1376dedc0e701cc265c5c72209ff3aea85159c788bc53c34454554dbb145-d # internal
2025-08-20T21:59:12.6334239Z [00:03:14.458]➜  golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
2025-08-20T21:59:12.6334993Z [00:03:14.458]➜  mkdir -p $WORK/b1221/
2025-08-20T21:59:12.6335760Z [00:03:14.458]➜  cat >/tmp/go-build282983591/b1221/importcfg << 'EOF' # internal
2025-08-20T21:59:12.6336471Z [00:03:14.458]➜  # import config
2025-08-20T21:59:12.6337207Z [00:03:14.458]➜  packagefile crypto/sha512=/tmp/go-build282983591/b126/_pkg_.a
2025-08-20T21:59:12.6338159Z [00:03:14.458]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:12.6339196Z [00:03:14.458]➜  packagefile golang.org/x/crypto/blowfish=/tmp/go-build282983591/b1222/_pkg_.a
2025-08-20T21:59:12.6340559Z [00:03:14.458]➜  EOF
2025-08-20T21:59:12.6344640Z [00:03:14.458]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1221/_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/b1221=>" -p golang.org/x/crypto/ssh/internal/bcrypt_pbkdf -lang=go1.23 -complete -installsuffix shared -buildid W3FpG6CzSjx7298N_0Od/W3FpG6CzSjx7298N_0Od -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1221/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/internal/bcrypt_pbkdf/bcrypt_pbkdf.go
2025-08-20T21:59:12.6455460Z [00:03:14.471]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/blake2s
2025-08-20T21:59:12.6458490Z [00:03:14.471]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/blake2s -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/blake2s=>golang.org/x/crypto@v0.39.0/blake2s;$WORK/b1219=>" -I $WORK/b1219/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1219/blake2s_amd64.o ./blake2s_amd64.s
2025-08-20T21:59:12.6695202Z [00:03:14.495]➜  go tool buildid -w $WORK/b1221/_pkg_.a # internal
2025-08-20T21:59:12.6711456Z [00:03:14.496]➜  cp $WORK/b1221/_pkg_.a /root/.cache/go-build/d6/d67f230fd2e12674af8f99a05da9aeb0ef0a492707d86e3cafca334ca5585212-d # internal
2025-08-20T21:59:12.6716076Z [00:03:14.497]➜  go tool pack r $WORK/b1219/_pkg_.a $WORK/b1219/blake2s_amd64.o # internal
2025-08-20T21:59:12.6719730Z [00:03:14.497]➜  go tool buildid -w $WORK/b1219/_pkg_.a # internal
2025-08-20T21:59:12.6758011Z [00:03:14.501]➜  cp $WORK/b1219/_pkg_.a /root/.cache/go-build/c2/c2fccb024116589ad756944f9ee337116245054eb002ab4004bc13acbb449751-d # internal
2025-08-20T21:59:12.6772706Z [00:03:14.503]➜  golang.org/x/crypto/ripemd160
2025-08-20T21:59:12.6773538Z [00:03:14.503]➜  mkdir -p $WORK/b1224/
2025-08-20T21:59:12.6774403Z [00:03:14.503]➜  cat >/tmp/go-build282983591/b1224/importcfg << 'EOF' # internal
2025-08-20T21:59:12.6775167Z [00:03:14.503]➜  # import config
2025-08-20T21:59:12.6775787Z [00:03:14.503]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:59:12.6776538Z [00:03:14.503]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:59:12.6777299Z [00:03:14.503]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:59:12.6777875Z [00:03:14.503]➜  EOF
2025-08-20T21:59:12.6778300Z [00:03:14.503]➜  golang.org/x/crypto/ssh
2025-08-20T21:59:12.6778800Z [00:03:14.503]➜  mkdir -p $WORK/b1220/
2025-08-20T21:59:12.6784913Z [00:03:14.504]➜  cat >/tmp/go-build282983591/b1220/importcfg << 'EOF' # internal
2025-08-20T21:59:12.6785613Z [00:03:14.504]➜  # import config
2025-08-20T21:59:12.6786289Z [00:03:14.504]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:12.6787160Z [00:03:14.504]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:12.6788013Z [00:03:14.504]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:12.6789141Z [00:03:14.504]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:59:12.6790408Z [00:03:14.504]➜  packagefile crypto/aes=/tmp/go-build282983591/b108/_pkg_.a
2025-08-20T21:59:12.6791325Z [00:03:14.504]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:59:12.6792241Z [00:03:14.504]➜  packagefile crypto/des=/tmp/go-build282983591/b109/_pkg_.a
2025-08-20T21:59:12.6793168Z [00:03:14.504]➜  packagefile crypto/dsa=/tmp/go-build282983591/b154/_pkg_.a
2025-08-20T21:59:12.6794053Z [00:03:14.504]➜  packagefile crypto/ecdsa=/tmp/go-build282983591/b115/_pkg_.a
2025-08-20T21:59:12.6794962Z [00:03:14.504]➜  packagefile crypto/ed25519=/tmp/go-build282983591/b130/_pkg_.a
2025-08-20T21:59:12.6795878Z [00:03:14.504]➜  packagefile crypto/elliptic=/tmp/go-build282983591/b116/_pkg_.a
2025-08-20T21:59:12.6796823Z [00:03:14.504]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:59:12.6798190Z [00:03:14.504]➜  packagefile crypto/md5=/tmp/go-build282983591/b073/_pkg_.a
2025-08-20T21:59:12.6799278Z [00:03:14.504]➜  packagefile crypto/mlkem=/tmp/go-build282983591/b351/_pkg_.a
2025-08-20T21:59:12.6800518Z [00:03:14.504]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:59:12.6801594Z [00:03:14.504]➜  packagefile crypto/rc4=/tmp/go-build282983591/b147/_pkg_.a
2025-08-20T21:59:12.6802683Z [00:03:14.504]➜  packagefile crypto/rsa=/tmp/go-build282983591/b148/_pkg_.a
2025-08-20T21:59:12.6803764Z [00:03:14.504]➜  packagefile crypto/sha1=/tmp/go-build282983591/b095/_pkg_.a
2025-08-20T21:59:12.6804853Z [00:03:14.504]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:59:12.6805893Z [00:03:14.504]➜  packagefile crypto/sha512=/tmp/go-build282983591/b126/_pkg_.a
2025-08-20T21:59:12.6807064Z [00:03:14.504]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:59:12.6808166Z [00:03:14.504]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:59:12.6809331Z [00:03:14.504]➜  packagefile encoding/asn1=/tmp/go-build282983591/b128/_pkg_.a
2025-08-20T21:59:12.6812197Z [00:03:14.504]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:12.6813175Z [00:03:14.504]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:59:12.6814119Z [00:03:14.504]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:59:12.6815038Z [00:03:14.504]➜  packagefile encoding/pem=/tmp/go-build282983591/b157/_pkg_.a
2025-08-20T21:59:12.6815908Z [00:03:14.504]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:12.6816730Z [00:03:14.504]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:12.6817709Z [00:03:14.504]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build282983591/b372/_pkg_.a
2025-08-20T21:59:12.6818862Z [00:03:14.504]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build282983591/b1104/_pkg_.a
2025-08-20T21:59:12.6820223Z [00:03:14.504]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build282983591/b374/_pkg_.a
2025-08-20T21:59:12.6821400Z [00:03:14.504]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/tmp/go-build282983591/b1221/_pkg_.a
2025-08-20T21:59:12.6822391Z [00:03:14.504]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:59:12.6823146Z [00:03:14.504]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:12.6823871Z [00:03:14.504]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:59:12.6824641Z [00:03:14.504]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:12.6825446Z [00:03:14.504]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:59:12.6826233Z [00:03:14.504]➜  packagefile math/rand=/tmp/go-build282983591/b118/_pkg_.a
2025-08-20T21:59:12.6826983Z [00:03:14.504]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:12.6827835Z [00:03:14.504]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:12.6828670Z [00:03:14.504]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:12.6829638Z [00:03:14.504]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:12.6830607Z [00:03:14.504]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:59:12.6831374Z [00:03:14.504]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:12.6832172Z [00:03:14.504]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:12.6833005Z [00:03:14.504]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:12.6833826Z [00:03:14.504]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:12.6834667Z [00:03:14.504]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:12.6835524Z [00:03:14.504]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:12.6836126Z [00:03:14.504]➜  EOF
2025-08-20T21:59:12.6836850Z [00:03:14.504]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:59:12.6868985Z [00:03:14.504]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1220/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh=>golang.org/x/crypto@v0.39.0/ssh;$WORK/b1220=>" -p golang.org/x/crypto/ssh -lang=go1.23 -complete -installsuffix shared -buildid _wvEgqRQ5Dzquq1DQSOG/_wvEgqRQ5Dzquq1DQSOG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1220/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:59:12.6882897Z [00:03:14.504]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1224/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ripemd160=>golang.org/x/crypto@v0.39.0/ripemd160;$WORK/b1224=>" -p golang.org/x/crypto/ripemd160 -lang=go1.23 -complete -installsuffix shared -buildid 9p_wRUy0lGjhAI3-9ZgW/9p_wRUy0lGjhAI3-9ZgW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1224/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:59:12.7135098Z [00:03:14.539]➜  go tool buildid -w $WORK/b1224/_pkg_.a # internal
2025-08-20T21:59:12.7147713Z [00:03:14.540]➜  cp $WORK/b1224/_pkg_.a /root/.cache/go-build/50/50a4e90496c0c06a1996464d5f5d8551dfaf1ad20d31999d8ebd34cdc09f610c-d # internal
2025-08-20T21:59:12.7237766Z [00:03:14.549]➜  go tool buildid -w $WORK/b1193/_pkg_.a # internal
2025-08-20T21:59:12.7281939Z [00:03:14.553]➜  cp $WORK/b1193/_pkg_.a /root/.cache/go-build/d9/d92f82b0eb262d22a721cf6c0b4ac5d593f60336c1b4426ee4a42ba477d5dbad-d # internal
2025-08-20T21:59:12.7327249Z [00:03:14.558]➜  go.mongodb.org/mongo-driver/x/mongo/driver
2025-08-20T21:59:12.7327929Z [00:03:14.558]➜  mkdir -p $WORK/b1189/
2025-08-20T21:59:12.7336469Z [00:03:14.559]➜  cat >/tmp/go-build282983591/b1189/importcfg << 'EOF' # internal
2025-08-20T21:59:12.7339324Z [00:03:14.559]➜  # import config
2025-08-20T21:59:12.7342810Z [00:03:14.559]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:12.7358589Z [00:03:14.559]➜  packagefile compress/zlib=/tmp/go-build282983591/b169/_pkg_.a
2025-08-20T21:59:12.7359525Z [00:03:14.559]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:12.7360562Z [00:03:14.559]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:59:12.7361397Z [00:03:14.559]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:12.7362193Z [00:03:14.559]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:12.7363133Z [00:03:14.559]➜  packagefile github.com/golang/snappy=/tmp/go-build282983591/b432/_pkg_.a
2025-08-20T21:59:12.7364297Z [00:03:14.559]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build282983591/b295/_pkg_.a
2025-08-20T21:59:12.7365712Z [00:03:14.559]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build282983591/b1162/_pkg_.a
2025-08-20T21:59:12.7366940Z [00:03:14.559]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build282983591/b1166/_pkg_.a
2025-08-20T21:59:12.7368214Z [00:03:14.559]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build282983591/b1167/_pkg_.a
2025-08-20T21:59:12.7369416Z [00:03:14.559]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build282983591/b1169/_pkg_.a
2025-08-20T21:59:12.7370901Z [00:03:14.559]➜  packagefile go.mongodb.org/mongo-driver/internal/codecutil=/tmp/go-build282983591/b1177/_pkg_.a
2025-08-20T21:59:12.7372212Z [00:03:14.559]➜  packagefile go.mongodb.org/mongo-driver/internal/csot=/tmp/go-build282983591/b1179/_pkg_.a
2025-08-20T21:59:12.7373682Z [00:03:14.559]➜  packagefile go.mongodb.org/mongo-driver/internal/driverutil=/tmp/go-build282983591/b1190/_pkg_.a
2025-08-20T21:59:12.7375206Z [00:03:14.559]➜  packagefile go.mongodb.org/mongo-driver/internal/handshake=/tmp/go-build282983591/b1173/_pkg_.a
2025-08-20T21:59:12.7376560Z [00:03:14.559]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build282983591/b1181/_pkg_.a
2025-08-20T21:59:12.7377871Z [00:03:14.559]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build282983591/b1170/_pkg_.a
2025-08-20T21:59:12.7379178Z [00:03:14.559]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build282983591/b1171/_pkg_.a
2025-08-20T21:59:12.7380711Z [00:03:14.559]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build282983591/b1187/_pkg_.a
2025-08-20T21:59:12.7382039Z [00:03:14.559]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build282983591/b1175/_pkg_.a
2025-08-20T21:59:12.7383342Z [00:03:14.559]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build282983591/b1188/_pkg_.a
2025-08-20T21:59:12.7384678Z [00:03:14.559]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build282983591/b1168/_pkg_.a
2025-08-20T21:59:12.7386085Z [00:03:14.559]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt=/tmp/go-build282983591/b1191/_pkg_.a
2025-08-20T21:59:12.7387645Z [00:03:14.559]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options=/tmp/go-build282983591/b1192/_pkg_.a
2025-08-20T21:59:12.7389137Z [00:03:14.559]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build282983591/b1193/_pkg_.a
2025-08-20T21:59:12.7390802Z [00:03:14.559]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage=/tmp/go-build282983591/b1194/_pkg_.a
2025-08-20T21:59:12.7391948Z [00:03:14.559]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:12.7392762Z [00:03:14.559]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:12.7393580Z [00:03:14.559]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:12.7394417Z [00:03:14.559]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:12.7395292Z [00:03:14.559]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:12.7396358Z [00:03:14.559]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:12.7397171Z [00:03:14.559]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:12.7397756Z [00:03:14.559]➜  EOF
2025-08-20T21:59:12.7406796Z [00:03:14.562]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1189/_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/b1189=>" -p go.mongodb.org/mongo-driver/x/mongo/driver -lang=go1.18 -complete -installsuffix shared -buildid kTCq0IFumcDWlAv0vgL3/kTCq0IFumcDWlAv0vgL3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1189/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:59:12.7436776Z [00:03:14.569]➜  github.com/google/go-github/github
2025-08-20T21:59:12.7439129Z [00:03:14.569]➜  mkdir -p $WORK/b1227/
2025-08-20T21:59:12.7444603Z [00:03:14.569]➜  cat >/tmp/go-build282983591/b1227/importcfg << 'EOF' # internal
2025-08-20T21:59:12.7447539Z [00:03:14.569]➜  # import config
2025-08-20T21:59:12.7448157Z [00:03:14.569]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:12.7448995Z [00:03:14.569]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:12.7449770Z [00:03:14.569]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:59:12.7450750Z [00:03:14.569]➜  packagefile crypto/sha1=/tmp/go-build282983591/b095/_pkg_.a
2025-08-20T21:59:12.7451552Z [00:03:14.569]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:59:12.7452333Z [00:03:14.569]➜  packagefile crypto/sha512=/tmp/go-build282983591/b126/_pkg_.a
2025-08-20T21:59:12.7453127Z [00:03:14.569]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:12.7453924Z [00:03:14.569]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:59:12.7454707Z [00:03:14.569]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:12.7455462Z [00:03:14.569]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:12.7456186Z [00:03:14.570]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:12.7457087Z [00:03:14.570]➜  packagefile github.com/google/go-querystring/query=/tmp/go-build282983591/b547/_pkg_.a
2025-08-20T21:59:12.7457958Z [00:03:14.570]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:59:12.7458632Z [00:03:14.570]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:12.7459335Z [00:03:14.570]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:59:12.7460239Z [00:03:14.570]➜  packagefile mime=/tmp/go-build282983591/b215/_pkg_.a
2025-08-20T21:59:12.7460990Z [00:03:14.570]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:12.7461742Z [00:03:14.570]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:12.7462442Z [00:03:14.570]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:12.7463159Z [00:03:14.570]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:59:12.7463951Z [00:03:14.570]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:12.7464923Z [00:03:14.570]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:12.7465675Z [00:03:14.570]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:12.7466414Z [00:03:14.570]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:12.7467145Z [00:03:14.570]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:12.7467865Z [00:03:14.570]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:12.7468416Z [00:03:14.570]➜  EOF
2025-08-20T21:59:12.7524070Z [00:03:14.570]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1227/_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/b1227=>" -p github.com/google/go-github/github -lang=go1.16 -complete -installsuffix shared -buildid AbgbkIrDcFuHyl4Y13GW/AbgbkIrDcFuHyl4Y13GW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1227/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:59:13.3685196Z [00:03:15.194]➜  go tool buildid -w $WORK/b1189/_pkg_.a # internal
2025-08-20T21:59:13.3772695Z [00:03:15.202]➜  cp $WORK/b1189/_pkg_.a /root/.cache/go-build/a8/a8462fa6af644cd466a26b6c3425d21817f908e8552241924f8ea4e42d11179b-d # internal
2025-08-20T21:59:13.3898870Z [00:03:15.213]➜  go.mongodb.org/mongo-driver/x/mongo/driver/operation
2025-08-20T21:59:13.3901961Z [00:03:15.213]➜  mkdir -p $WORK/b1205/
2025-08-20T21:59:13.3904974Z [00:03:15.213]➜  cat >/tmp/go-build282983591/b1205/importcfg << 'EOF' # internal
2025-08-20T21:59:13.3907948Z [00:03:15.213]➜  # import config
2025-08-20T21:59:13.3911348Z [00:03:15.213]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:13.3914432Z [00:03:15.213]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:13.3917489Z [00:03:15.213]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:13.3920936Z [00:03:15.213]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build282983591/b1162/_pkg_.a
2025-08-20T21:59:13.3924419Z [00:03:15.213]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build282983591/b1166/_pkg_.a
2025-08-20T21:59:13.3949429Z [00:03:15.213]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build282983591/b1169/_pkg_.a
2025-08-20T21:59:13.3950986Z [00:03:15.213]➜  packagefile go.mongodb.org/mongo-driver/internal/bsonutil=/tmp/go-build282983591/b1172/_pkg_.a
2025-08-20T21:59:13.3952577Z [00:03:15.214]➜  packagefile go.mongodb.org/mongo-driver/internal/driverutil=/tmp/go-build282983591/b1190/_pkg_.a
2025-08-20T21:59:13.3954169Z [00:03:15.214]➜  packagefile go.mongodb.org/mongo-driver/internal/handshake=/tmp/go-build282983591/b1173/_pkg_.a
2025-08-20T21:59:13.3955588Z [00:03:15.214]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build282983591/b1181/_pkg_.a
2025-08-20T21:59:13.3956926Z [00:03:15.214]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build282983591/b1170/_pkg_.a
2025-08-20T21:59:13.3958247Z [00:03:15.214]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build282983591/b1171/_pkg_.a
2025-08-20T21:59:13.3959604Z [00:03:15.214]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build282983591/b1187/_pkg_.a
2025-08-20T21:59:13.3972010Z [00:03:15.214]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build282983591/b1175/_pkg_.a
2025-08-20T21:59:13.3978003Z [00:03:15.214]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build282983591/b1188/_pkg_.a
2025-08-20T21:59:13.3981131Z [00:03:15.214]➜  packagefile go.mongodb.org/mongo-driver/version=/tmp/go-build282983591/b1206/_pkg_.a
2025-08-20T21:59:13.3983917Z [00:03:15.214]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build282983591/b1168/_pkg_.a
2025-08-20T21:59:13.3986696Z [00:03:15.214]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build282983591/b1189/_pkg_.a
2025-08-20T21:59:13.3989570Z [00:03:15.214]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build282983591/b1193/_pkg_.a
2025-08-20T21:59:13.3993886Z [00:03:15.214]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:13.3994713Z [00:03:15.214]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:13.3995540Z [00:03:15.214]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:13.3996325Z [00:03:15.214]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:13.3997112Z [00:03:15.214]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:13.3997689Z [00:03:15.214]➜  EOF
2025-08-20T21:59:13.4020033Z [00:03:15.214]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1205/_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/b1205=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/operation -lang=go1.18 -complete -installsuffix shared -buildid 3Pkk4sLm9Edy-EoFquC1/3Pkk4sLm9Edy-EoFquC1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1205/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:59:13.9736198Z [00:03:15.799]➜  go tool buildid -w $WORK/b1220/_pkg_.a # internal
2025-08-20T21:59:14.0091558Z [00:03:15.834]➜  cp $WORK/b1220/_pkg_.a /root/.cache/go-build/c1/c10828f46fcc036f7f3c9741974e5a733fa0a419ff258d02fb4b0a025daf4140-d # internal
2025-08-20T21:59:14.0122829Z [00:03:15.837]➜  github.com/42wim/httpsig
2025-08-20T21:59:14.0125124Z [00:03:15.838]➜  mkdir -p $WORK/b1218/
2025-08-20T21:59:14.0129694Z [00:03:15.838]➜  cat >/tmp/go-build282983591/b1218/importcfg << 'EOF' # internal
2025-08-20T21:59:14.0130890Z [00:03:15.838]➜  # import config
2025-08-20T21:59:14.0132922Z [00:03:15.838]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:14.0134611Z [00:03:15.838]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:59:14.0135433Z [00:03:15.838]➜  packagefile crypto/ecdsa=/tmp/go-build282983591/b115/_pkg_.a
2025-08-20T21:59:14.0136294Z [00:03:15.838]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:59:14.0137159Z [00:03:15.838]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:59:14.0137988Z [00:03:15.838]➜  packagefile crypto/rsa=/tmp/go-build282983591/b148/_pkg_.a
2025-08-20T21:59:14.0138847Z [00:03:15.838]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:59:14.0140054Z [00:03:15.838]➜  packagefile crypto/sha512=/tmp/go-build282983591/b126/_pkg_.a
2025-08-20T21:59:14.0140910Z [00:03:15.838]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:59:14.0141751Z [00:03:15.838]➜  packagefile encoding/asn1=/tmp/go-build282983591/b128/_pkg_.a
2025-08-20T21:59:14.0142658Z [00:03:15.838]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:14.0143507Z [00:03:15.838]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:14.0144265Z [00:03:15.838]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:14.0145185Z [00:03:15.838]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build282983591/b559/_pkg_.a
2025-08-20T21:59:14.0146260Z [00:03:15.838]➜  packagefile golang.org/x/crypto/blake2s=/tmp/go-build282983591/b1219/_pkg_.a
2025-08-20T21:59:14.0147468Z [00:03:15.838]➜  packagefile golang.org/x/crypto/ed25519=/tmp/go-build282983591/b470/_pkg_.a
2025-08-20T21:59:14.0148494Z [00:03:15.838]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build282983591/b411/_pkg_.a
2025-08-20T21:59:14.0149529Z [00:03:15.838]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build282983591/b1220/_pkg_.a
2025-08-20T21:59:14.0150645Z [00:03:15.838]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:59:14.0151445Z [00:03:15.838]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:14.0152240Z [00:03:15.838]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:59:14.0153074Z [00:03:15.838]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:14.0153976Z [00:03:15.838]➜  packagefile net/textproto=/tmp/go-build282983591/b212/_pkg_.a
2025-08-20T21:59:14.0155018Z [00:03:15.838]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:14.0155874Z [00:03:15.838]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:14.0156866Z [00:03:15.838]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:14.0157476Z [00:03:15.838]➜  EOF
2025-08-20T21:59:14.0165952Z [00:03:15.839]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1218/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/42wim/httpsig@v1.2.2=>github.com/42wim/httpsig@v1.2.2;$WORK/b1218=>" -p github.com/42wim/httpsig -lang=go1.18 -complete -installsuffix shared -buildid eX94dzxd6b93vVzkdexN/eX94dzxd6b93vVzkdexN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1218/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:59:14.2283138Z [00:03:16.053]➜  go tool buildid -w $WORK/b1218/_pkg_.a # internal
2025-08-20T21:59:14.2314510Z [00:03:16.057]➜  cp $WORK/b1218/_pkg_.a /root/.cache/go-build/14/14877a6003c9aa0cde4c68c36750cd5756bb0e305d950eed868b1f62331e2e04-d # internal
2025-08-20T21:59:14.2318456Z [00:03:16.057]➜  github.com/go-fed/httpsig
2025-08-20T21:59:14.2321183Z [00:03:16.057]➜  mkdir -p $WORK/b1223/
2025-08-20T21:59:14.2325569Z [00:03:16.058]➜  cat >/tmp/go-build282983591/b1223/importcfg << 'EOF' # internal
2025-08-20T21:59:14.2375750Z [00:03:16.058]➜  # import config
2025-08-20T21:59:14.2376460Z [00:03:16.058]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:14.2377279Z [00:03:16.058]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:59:14.2378107Z [00:03:16.058]➜  packagefile crypto/ecdsa=/tmp/go-build282983591/b115/_pkg_.a
2025-08-20T21:59:14.2378994Z [00:03:16.058]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:59:14.2380171Z [00:03:16.058]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:59:14.2381040Z [00:03:16.058]➜  packagefile crypto/rsa=/tmp/go-build282983591/b148/_pkg_.a
2025-08-20T21:59:14.2382034Z [00:03:16.058]➜  packagefile crypto/sha1=/tmp/go-build282983591/b095/_pkg_.a
2025-08-20T21:59:14.2384324Z [00:03:16.058]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:59:14.2385153Z [00:03:16.058]➜  packagefile crypto/sha512=/tmp/go-build282983591/b126/_pkg_.a
2025-08-20T21:59:14.2385967Z [00:03:16.058]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:59:14.2386764Z [00:03:16.058]➜  packagefile encoding/asn1=/tmp/go-build282983591/b128/_pkg_.a
2025-08-20T21:59:14.2387569Z [00:03:16.058]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:14.2388344Z [00:03:16.058]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:14.2389056Z [00:03:16.058]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:14.2390079Z [00:03:16.058]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build282983591/b559/_pkg_.a
2025-08-20T21:59:14.2391356Z [00:03:16.058]➜  packagefile golang.org/x/crypto/blake2s=/tmp/go-build282983591/b1219/_pkg_.a
2025-08-20T21:59:14.2392444Z [00:03:16.058]➜  packagefile golang.org/x/crypto/ed25519=/tmp/go-build282983591/b470/_pkg_.a
2025-08-20T21:59:14.2393532Z [00:03:16.058]➜  packagefile golang.org/x/crypto/ripemd160=/tmp/go-build282983591/b1224/_pkg_.a
2025-08-20T21:59:14.2394593Z [00:03:16.058]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build282983591/b411/_pkg_.a
2025-08-20T21:59:14.2395618Z [00:03:16.058]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build282983591/b1220/_pkg_.a
2025-08-20T21:59:14.2396522Z [00:03:16.058]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:59:14.2397273Z [00:03:16.058]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:14.2398201Z [00:03:16.058]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:59:14.2399023Z [00:03:16.058]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:14.2403131Z [00:03:16.058]➜  packagefile net/textproto=/tmp/go-build282983591/b212/_pkg_.a
2025-08-20T21:59:14.2404111Z [00:03:16.058]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:14.2404939Z [00:03:16.058]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:14.2405721Z [00:03:16.058]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:14.2406291Z [00:03:16.058]➜  EOF
2025-08-20T21:59:14.2411412Z [00:03:16.058]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1223/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-fed/httpsig@v1.1.0=>github.com/go-fed/httpsig@v1.1.0;$WORK/b1223=>" -p github.com/go-fed/httpsig -lang=go1.13 -complete -installsuffix shared -buildid ESFeTSUJsfsFf6fVZARO/ESFeTSUJsfsFf6fVZARO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1223/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:59:14.2702877Z [00:03:16.095]➜  go tool buildid -w $WORK/b1205/_pkg_.a # internal
2025-08-20T21:59:14.2884831Z [00:03:16.114]➜  cp $WORK/b1205/_pkg_.a /root/.cache/go-build/4d/4df05d2270b9d546615ba35ebd12cd4ba3b41755f9bd714d299601635fdf27e9-d # internal
2025-08-20T21:59:14.2963619Z [00:03:16.122]➜  go.mongodb.org/mongo-driver/x/mongo/driver/auth
2025-08-20T21:59:14.2966371Z [00:03:16.122]➜  mkdir -p $WORK/b1195/
2025-08-20T21:59:14.2977008Z [00:03:16.123]➜  cat >/tmp/go-build282983591/b1195/importcfg << 'EOF' # internal
2025-08-20T21:59:14.2994361Z [00:03:16.123]➜  # import config
2025-08-20T21:59:14.2995064Z [00:03:16.123]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:14.2995933Z [00:03:16.123]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:14.2997046Z [00:03:16.123]➜  packagefile crypto/md5=/tmp/go-build282983591/b073/_pkg_.a
2025-08-20T21:59:14.2998099Z [00:03:16.123]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:59:14.2999031Z [00:03:16.123]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:14.3000144Z [00:03:16.123]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:14.3000990Z [00:03:16.123]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:14.3001766Z [00:03:16.123]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:14.3002676Z [00:03:16.123]➜  packagefile github.com/xdg-go/scram=/tmp/go-build282983591/b1196/_pkg_.a
2025-08-20T21:59:14.3003764Z [00:03:16.123]➜  packagefile github.com/xdg-go/stringprep=/tmp/go-build282983591/b1198/_pkg_.a
2025-08-20T21:59:14.3004882Z [00:03:16.123]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build282983591/b1162/_pkg_.a
2025-08-20T21:59:14.3006127Z [00:03:16.123]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build282983591/b1167/_pkg_.a
2025-08-20T21:59:14.3007553Z [00:03:16.123]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/credentials=/tmp/go-build282983591/b1199/_pkg_.a
2025-08-20T21:59:14.3008990Z [00:03:16.123]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/signer/v4=/tmp/go-build282983591/b1201/_pkg_.a
2025-08-20T21:59:14.3010633Z [00:03:16.123]➜  packagefile go.mongodb.org/mongo-driver/internal/credproviders=/tmp/go-build282983591/b1203/_pkg_.a
2025-08-20T21:59:14.3012015Z [00:03:16.123]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build282983591/b1170/_pkg_.a
2025-08-20T21:59:14.3013359Z [00:03:16.123]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build282983591/b1171/_pkg_.a
2025-08-20T21:59:14.3014875Z [00:03:16.123]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build282983591/b1168/_pkg_.a
2025-08-20T21:59:14.3016334Z [00:03:16.123]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build282983591/b1189/_pkg_.a
2025-08-20T21:59:14.3017480Z [00:03:16.123]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth/creds=/tmp/go-build282983591/b1204/_pkg_.a
2025-08-20T21:59:14.3018942Z [00:03:16.123]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/operation=/tmp/go-build282983591/b1205/_pkg_.a
2025-08-20T21:59:14.3020763Z [00:03:16.123]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build282983591/b1193/_pkg_.a
2025-08-20T21:59:14.3021857Z [00:03:16.123]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:14.3022676Z [00:03:16.123]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:14.3023501Z [00:03:16.123]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:14.3024299Z [00:03:16.123]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:14.3025144Z [00:03:16.123]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:14.3025970Z [00:03:16.123]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:14.3026765Z [00:03:16.123]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:14.3027428Z [00:03:16.123]➜  EOF
2025-08-20T21:59:14.3039772Z [00:03:16.123]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1195/_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/b1195=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/auth -lang=go1.18 -complete -installsuffix shared -buildid FEI18jCuRcq_LblHd0-l/FEI18jCuRcq_LblHd0-l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1195/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:59:14.4368578Z [00:03:16.262]➜  go tool buildid -w $WORK/b1223/_pkg_.a # internal
2025-08-20T21:59:14.4434227Z [00:03:16.269]➜  cp $WORK/b1223/_pkg_.a /root/.cache/go-build/c9/c9c3129207ebc159c90151cdb205d98103579742d539057df19f3859de682439-d # internal
2025-08-20T21:59:14.4462197Z [00:03:16.271]➜  golang.org/x/crypto/ssh/agent
2025-08-20T21:59:14.4464353Z [00:03:16.271]➜  mkdir -p $WORK/b1225/
2025-08-20T21:59:14.4469001Z [00:03:16.272]➜  cat >/tmp/go-build282983591/b1225/importcfg << 'EOF' # internal
2025-08-20T21:59:14.4470224Z [00:03:16.272]➜  # import config
2025-08-20T21:59:14.4472950Z [00:03:16.272]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:14.4473814Z [00:03:16.272]➜  packagefile crypto/dsa=/tmp/go-build282983591/b154/_pkg_.a
2025-08-20T21:59:14.4474695Z [00:03:16.272]➜  packagefile crypto/ecdsa=/tmp/go-build282983591/b115/_pkg_.a
2025-08-20T21:59:14.4475755Z [00:03:16.272]➜  packagefile crypto/ed25519=/tmp/go-build282983591/b130/_pkg_.a
2025-08-20T21:59:14.4476698Z [00:03:16.272]➜  packagefile crypto/elliptic=/tmp/go-build282983591/b116/_pkg_.a
2025-08-20T21:59:14.4477743Z [00:03:16.272]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:59:14.4478651Z [00:03:16.272]➜  packagefile crypto/rsa=/tmp/go-build282983591/b148/_pkg_.a
2025-08-20T21:59:14.4479536Z [00:03:16.272]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:59:14.4480686Z [00:03:16.272]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:14.4481581Z [00:03:16.272]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:59:14.4482406Z [00:03:16.272]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:14.4483188Z [00:03:16.272]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:14.4484074Z [00:03:16.272]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build282983591/b1220/_pkg_.a
2025-08-20T21:59:14.4484910Z [00:03:16.272]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:14.4485537Z [00:03:16.272]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:59:14.4486334Z [00:03:16.272]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:59:14.4487108Z [00:03:16.272]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:14.4487881Z [00:03:16.272]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:14.4488656Z [00:03:16.272]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:14.4489262Z [00:03:16.272]➜  EOF
2025-08-20T21:59:14.4494201Z [00:03:16.272]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1225/_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/b1225=>" -p golang.org/x/crypto/ssh/agent -lang=go1.23 -complete -installsuffix shared -buildid p99SooFnulUJhLV-znnt/p99SooFnulUJhLV-znnt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1225/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:59:14.7005291Z [00:03:16.526]➜  go tool buildid -w $WORK/b1225/_pkg_.a # internal
2025-08-20T21:59:14.7033721Z [00:03:16.528]➜  cp $WORK/b1225/_pkg_.a /root/.cache/go-build/d4/d4c09a8cbb179bbf3feb827f5e8440bee190a2a472a844eb1159d5210e93efaa-d # internal
2025-08-20T21:59:14.7060444Z [00:03:16.531]➜  go tool buildid -w $WORK/b1195/_pkg_.a # internal
2025-08-20T21:59:14.7124250Z [00:03:16.538]➜  cp $WORK/b1195/_pkg_.a /root/.cache/go-build/c6/c6aae8f97990084c93dd8bcadd0f04d952441325142f0ab769da29837373f4bb-d # internal
2025-08-20T21:59:14.7133379Z [00:03:16.538]➜  go.mongodb.org/mongo-driver/x/mongo/driver/connstring
2025-08-20T21:59:14.7158858Z [00:03:16.538]➜  mkdir -p $WORK/b1207/
2025-08-20T21:59:14.7159690Z [00:03:16.538]➜  cat >/tmp/go-build282983591/b1207/importcfg << 'EOF' # internal
2025-08-20T21:59:14.7160610Z [00:03:16.538]➜  # import config
2025-08-20T21:59:14.7161335Z [00:03:16.538]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:14.7162144Z [00:03:16.538]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:14.7163260Z [00:03:16.538]➜  packagefile go.mongodb.org/mongo-driver/internal/randutil=/tmp/go-build282983591/b1183/_pkg_.a
2025-08-20T21:59:14.7164628Z [00:03:16.538]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build282983591/b1188/_pkg_.a
2025-08-20T21:59:14.7166064Z [00:03:16.538]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth=/tmp/go-build282983591/b1195/_pkg_.a
2025-08-20T21:59:14.7167810Z [00:03:16.538]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/dns=/tmp/go-build282983591/b1208/_pkg_.a
2025-08-20T21:59:14.7170120Z [00:03:16.538]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage=/tmp/go-build282983591/b1194/_pkg_.a
2025-08-20T21:59:14.7171572Z [00:03:16.538]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:14.7172977Z [00:03:16.538]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:14.7174138Z [00:03:16.538]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:14.7175401Z [00:03:16.538]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:14.7177359Z [00:03:16.538]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:14.7178039Z [00:03:16.538]➜  EOF
2025-08-20T21:59:14.7182596Z [00:03:16.538]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1207/_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/b1207=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/connstring -lang=go1.18 -complete -installsuffix shared -buildid WTYfvHLSOrhTKnZARfVC/WTYfvHLSOrhTKnZARfVC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1207/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/connstring/connstring.go
2025-08-20T21:59:14.7234647Z [00:03:16.549]➜  code.gitea.io/sdk/gitea
2025-08-20T21:59:14.7239576Z [00:03:16.549]➜  mkdir -p $WORK/b1217/
2025-08-20T21:59:14.7246931Z [00:03:16.550]➜  cat >/tmp/go-build282983591/b1217/importcfg << 'EOF' # internal
2025-08-20T21:59:14.7248162Z [00:03:16.550]➜  # import config
2025-08-20T21:59:14.7249314Z [00:03:16.550]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:14.7250793Z [00:03:16.550]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:14.7253179Z [00:03:16.550]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:59:14.7254340Z [00:03:16.550]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:59:14.7256932Z [00:03:16.550]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:59:14.7257973Z [00:03:16.550]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:14.7259151Z [00:03:16.550]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:59:14.7260449Z [00:03:16.550]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:14.7261273Z [00:03:16.550]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:14.7261891Z [00:03:16.550]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:14.7262761Z [00:03:16.550]➜  packagefile github.com/42wim/httpsig=/tmp/go-build282983591/b1218/_pkg_.a
2025-08-20T21:59:14.7263747Z [00:03:16.550]➜  packagefile github.com/go-fed/httpsig=/tmp/go-build282983591/b1223/_pkg_.a
2025-08-20T21:59:14.7264803Z [00:03:16.550]➜  packagefile github.com/hashicorp/go-version=/tmp/go-build282983591/b765/_pkg_.a
2025-08-20T21:59:14.7265861Z [00:03:16.550]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build282983591/b1220/_pkg_.a
2025-08-20T21:59:14.7266926Z [00:03:16.550]➜  packagefile golang.org/x/crypto/ssh/agent=/tmp/go-build282983591/b1225/_pkg_.a
2025-08-20T21:59:14.7267862Z [00:03:16.550]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:14.7268678Z [00:03:16.550]➜  packagefile mime/multipart=/tmp/go-build282983591/b216/_pkg_.a
2025-08-20T21:59:14.7269489Z [00:03:16.550]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:14.7270424Z [00:03:16.550]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:14.7271228Z [00:03:16.550]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:14.7271993Z [00:03:16.550]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:14.7272715Z [00:03:16.550]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:14.7273489Z [00:03:16.550]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:14.7274271Z [00:03:16.550]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:14.7275218Z [00:03:16.550]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:14.7276237Z [00:03:16.550]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:14.7277094Z [00:03:16.550]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:14.7277721Z [00:03:16.550]➜  EOF
2025-08-20T21:59:14.7309668Z [00:03:16.551]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1217/_pkg_.a -trimpath "/root/go/pkg/mod/code.gitea.io/sdk/gitea@v0.21.0=>code.gitea.io/sdk/gitea@v0.21.0;$WORK/b1217=>" -p code.gitea.io/sdk/gitea -lang=go1.23 -complete -installsuffix shared -buildid GNgAq_mCXx1cs9XU99Vt/GNgAq_mCXx1cs9XU99Vt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1217/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:59:14.7440884Z [00:03:16.569]➜  go tool buildid -w $WORK/b1227/_pkg_.a # internal
2025-08-20T21:59:14.7749591Z [00:03:16.600]➜  cp $WORK/b1227/_pkg_.a /root/.cache/go-build/c1/c13b3366282c9995d74003f760e2c5be67c1431d62f9a6aee54f42bbc5dbddbd-d # internal
2025-08-20T21:59:14.7751943Z [00:03:16.600]➜  github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/github
2025-08-20T21:59:14.7752753Z [00:03:16.600]➜  mkdir -p $WORK/b1226/
2025-08-20T21:59:14.7753493Z [00:03:16.600]➜  cat >/tmp/go-build282983591/b1226/importcfg << 'EOF' # internal
2025-08-20T21:59:14.7754169Z [00:03:16.600]➜  # import config
2025-08-20T21:59:14.7754838Z [00:03:16.600]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:14.7755652Z [00:03:16.600]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:14.7756642Z [00:03:16.600]➜  packagefile github.com/google/go-github/github=/tmp/go-build282983591/b1227/_pkg_.a
2025-08-20T21:59:14.7757743Z [00:03:16.600]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:14.7759212Z [00:03:16.600]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:14.7761244Z [00:03:16.600]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/markdown/util=/tmp/go-build282983591/b1158/_pkg_.a
2025-08-20T21:59:14.7762967Z [00:03:16.600]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/format=/tmp/go-build282983591/b1159/_pkg_.a
2025-08-20T21:59:14.7764605Z [00:03:16.600]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/filters=/tmp/go-build282983591/b1215/_pkg_.a
2025-08-20T21:59:14.7766114Z [00:03:16.600]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build282983591/b342/_pkg_.a
2025-08-20T21:59:14.7767271Z [00:03:16.600]➜  packagefile golang.org/x/oauth2=/tmp/go-build282983591/b576/_pkg_.a
2025-08-20T21:59:14.7768171Z [00:03:16.600]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:14.7769012Z [00:03:16.600]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:14.7770872Z [00:03:16.600]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:14.7771699Z [00:03:16.600]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:14.7772531Z [00:03:16.600]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:14.7773151Z [00:03:16.600]➜  EOF
2025-08-20T21:59:14.7777684Z [00:03:16.600]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1226/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/trackers/github=>github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/github;$WORK/b1226=>" -p github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/github -lang=go1.24 -complete -installsuffix shared -buildid fB2k16UbLqqnGwDu6OjS/fB2k16UbLqqnGwDu6OjS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1226/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/trackers/github/github.go
2025-08-20T21:59:14.8358679Z [00:03:16.661]➜  go tool buildid -w $WORK/b1207/_pkg_.a # internal
2025-08-20T21:59:14.8372963Z [00:03:16.662]➜  cp $WORK/b1207/_pkg_.a /root/.cache/go-build/be/bed8da1a415d725a18752af0ae0f7e1febc0e9bc3ac78c511c9593b2a9523a37-d # internal
2025-08-20T21:59:14.8465367Z [00:03:16.672]➜  go.mongodb.org/mongo-driver/mongo/options
2025-08-20T21:59:14.8496863Z [00:03:16.672]➜  mkdir -p $WORK/b1185/
2025-08-20T21:59:14.8497744Z [00:03:16.672]➜  cat >/tmp/go-build282983591/b1185/importcfg << 'EOF' # internal
2025-08-20T21:59:14.8498485Z [00:03:16.672]➜  # import config
2025-08-20T21:59:14.8499181Z [00:03:16.672]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:14.8500337Z [00:03:16.672]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:14.8501241Z [00:03:16.672]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:59:14.8502208Z [00:03:16.672]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:59:14.8504235Z [00:03:16.672]➜  packagefile encoding/pem=/tmp/go-build282983591/b157/_pkg_.a
2025-08-20T21:59:14.8505873Z [00:03:16.672]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:14.8507411Z [00:03:16.672]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:14.8509034Z [00:03:16.672]➜  packagefile github.com/youmark/pkcs8=/tmp/go-build282983591/b1186/_pkg_.a
2025-08-20T21:59:14.8510990Z [00:03:16.672]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build282983591/b1162/_pkg_.a
2025-08-20T21:59:14.8512908Z [00:03:16.672]➜  packagefile go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build282983591/b1163/_pkg_.a
2025-08-20T21:59:14.8514932Z [00:03:16.672]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build282983591/b1167/_pkg_.a
2025-08-20T21:59:14.8516902Z [00:03:16.672]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build282983591/b1169/_pkg_.a
2025-08-20T21:59:14.8519486Z [00:03:16.672]➜  packagefile go.mongodb.org/mongo-driver/internal/httputil=/tmp/go-build282983591/b1180/_pkg_.a
2025-08-20T21:59:14.8521288Z [00:03:16.672]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build282983591/b1181/_pkg_.a
2025-08-20T21:59:14.8522848Z [00:03:16.672]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build282983591/b1187/_pkg_.a
2025-08-20T21:59:14.8524235Z [00:03:16.672]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build282983591/b1175/_pkg_.a
2025-08-20T21:59:14.8525633Z [00:03:16.672]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build282983591/b1188/_pkg_.a
2025-08-20T21:59:14.8526972Z [00:03:16.672]➜  packagefile go.mongodb.org/mongo-driver/tag=/tmp/go-build282983591/b1176/_pkg_.a
2025-08-20T21:59:14.8528301Z [00:03:16.672]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build282983591/b1168/_pkg_.a
2025-08-20T21:59:14.8529693Z [00:03:16.672]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build282983591/b1189/_pkg_.a
2025-08-20T21:59:14.8532307Z [00:03:16.672]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth=/tmp/go-build282983591/b1195/_pkg_.a
2025-08-20T21:59:14.8533790Z [00:03:16.672]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/connstring=/tmp/go-build282983591/b1207/_pkg_.a
2025-08-20T21:59:14.8535410Z [00:03:16.672]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage=/tmp/go-build282983591/b1194/_pkg_.a
2025-08-20T21:59:14.8536626Z [00:03:16.672]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:59:14.8537524Z [00:03:16.672]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:14.8538335Z [00:03:16.672]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:14.8539165Z [00:03:16.672]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:14.8540477Z [00:03:16.672]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:14.8541404Z [00:03:16.672]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:14.8542439Z [00:03:16.672]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:14.8543309Z [00:03:16.672]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:14.8543959Z [00:03:16.672]➜  EOF
2025-08-20T21:59:14.8567422Z [00:03:16.672]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1185/_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/b1185=>" -p go.mongodb.org/mongo-driver/mongo/options -lang=go1.18 -complete -installsuffix shared -buildid uKKyHYOt4DeXWgFTixqp/uKKyHYOt4DeXWgFTixqp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1185/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:59:15.0287264Z [00:03:16.854]➜  go tool buildid -w $WORK/b1226/_pkg_.a # internal
2025-08-20T21:59:15.0374309Z [00:03:16.863]➜  cp $WORK/b1226/_pkg_.a /root/.cache/go-build/2d/2d3dae591a6673004dd3dae23ef80cd6cf5ba09dfcf3847e51a3721bfdb8c95c-d # internal
2025-08-20T21:59:15.0404475Z [00:03:16.866]➜  github.com/hashicorp/go-cleanhttp
2025-08-20T21:59:15.0415929Z [00:03:16.866]➜  mkdir -p $WORK/b1230/
2025-08-20T21:59:15.0431935Z [00:03:16.867]➜  cat >/tmp/go-build282983591/b1230/importcfg << 'EOF' # internal
2025-08-20T21:59:15.0432666Z [00:03:16.867]➜  # import config
2025-08-20T21:59:15.0433422Z [00:03:16.867]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:15.0434271Z [00:03:16.867]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:15.0435145Z [00:03:16.867]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:15.0436025Z [00:03:16.867]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:15.0436915Z [00:03:16.867]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:15.0437782Z [00:03:16.867]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:59:15.0438454Z [00:03:16.867]➜  EOF
2025-08-20T21:59:15.0443278Z [00:03:16.867]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1230/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-cleanhttp@v0.5.2=>github.com/hashicorp/go-cleanhttp@v0.5.2;$WORK/b1230=>" -p github.com/hashicorp/go-cleanhttp -lang=go1.13 -complete -installsuffix shared -buildid DvxRMUkEcl7hEQNOalt5/DvxRMUkEcl7hEQNOalt5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1230/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:59:15.1124703Z [00:03:16.938]➜  go tool buildid -w $WORK/b1230/_pkg_.a # internal
2025-08-20T21:59:15.1142380Z [00:03:16.939]➜  cp $WORK/b1230/_pkg_.a /root/.cache/go-build/b6/b67737349516ea9649711d4de05e0f631188005bf1b8125d88c8e66f92d15721-d # internal
2025-08-20T21:59:15.1185102Z [00:03:16.943]➜  github.com/hashicorp/go-retryablehttp
2025-08-20T21:59:15.1186744Z [00:03:16.943]➜  mkdir -p $WORK/b1231/
2025-08-20T21:59:15.1188211Z [00:03:16.944]➜  cat >/tmp/go-build282983591/b1231/importcfg << 'EOF' # internal
2025-08-20T21:59:15.1189357Z [00:03:16.944]➜  # import config
2025-08-20T21:59:15.1190616Z [00:03:16.944]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:15.1191919Z [00:03:16.944]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:15.1193632Z [00:03:16.944]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:59:15.1194978Z [00:03:16.944]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:15.1196354Z [00:03:16.944]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:15.1197784Z [00:03:16.944]➜  packagefile github.com/hashicorp/go-cleanhttp=/tmp/go-build282983591/b1230/_pkg_.a
2025-08-20T21:59:15.1199624Z [00:03:16.944]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:15.1200576Z [00:03:16.944]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:59:15.1201332Z [00:03:16.944]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:15.1202141Z [00:03:16.944]➜  packagefile math/rand=/tmp/go-build282983591/b118/_pkg_.a
2025-08-20T21:59:15.1203169Z [00:03:16.944]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:15.1204044Z [00:03:16.944]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:15.1204881Z [00:03:16.944]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:15.1205654Z [00:03:16.944]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:15.1206442Z [00:03:16.944]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:15.1207264Z [00:03:16.944]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:15.1208042Z [00:03:16.944]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:15.1208798Z [00:03:16.944]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:15.1209370Z [00:03:16.944]➜  EOF
2025-08-20T21:59:15.1214420Z [00:03:16.944]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1231/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-retryablehttp@v0.7.8=>github.com/hashicorp/go-retryablehttp@v0.7.8;$WORK/b1231=>" -p github.com/hashicorp/go-retryablehttp -lang=go1.23 -complete -installsuffix shared -buildid f-e9mu4e0vPT3JKGaT9u/f-e9mu4e0vPT3JKGaT9u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1231/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:59:15.2836901Z [00:03:17.109]➜  go tool buildid -w $WORK/b1231/_pkg_.a # internal
2025-08-20T21:59:15.2898310Z [00:03:17.115]➜  cp $WORK/b1231/_pkg_.a /root/.cache/go-build/e2/e2c3561733fb2b39a0e56e150eb7ac56803b7b266e628b45ce236eb13d3a3059-d # internal
2025-08-20T21:59:15.3416323Z [00:03:17.167]➜  go tool buildid -w $WORK/b1185/_pkg_.a # internal
2025-08-20T21:59:15.3430209Z [00:03:17.168]➜  gitlab.com/gitlab-org/api/client-go
2025-08-20T21:59:15.3441640Z [00:03:17.169]➜  mkdir -p $WORK/b1229/
2025-08-20T21:59:15.3450868Z [00:03:17.169]➜  cat >/tmp/go-build282983591/b1229/importcfg << 'EOF' # internal
2025-08-20T21:59:15.3451531Z [00:03:17.169]➜  # import config
2025-08-20T21:59:15.3452324Z [00:03:17.169]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:15.3453109Z [00:03:17.169]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:15.3453997Z [00:03:17.169]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:15.3454885Z [00:03:17.169]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:15.3455719Z [00:03:17.169]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:15.3456917Z [00:03:17.169]➜  packagefile github.com/google/go-querystring/query=/tmp/go-build282983591/b547/_pkg_.a
2025-08-20T21:59:15.3458167Z [00:03:17.169]➜  packagefile github.com/hashicorp/go-cleanhttp=/tmp/go-build282983591/b1230/_pkg_.a
2025-08-20T21:59:15.3459480Z [00:03:17.169]➜  packagefile github.com/hashicorp/go-retryablehttp=/tmp/go-build282983591/b1231/_pkg_.a
2025-08-20T21:59:15.3460871Z [00:03:17.169]➜  packagefile golang.org/x/oauth2=/tmp/go-build282983591/b576/_pkg_.a
2025-08-20T21:59:15.3462182Z [00:03:17.169]➜  packagefile golang.org/x/time/rate=/tmp/go-build282983591/b1127/_pkg_.a
2025-08-20T21:59:15.3463154Z [00:03:17.169]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:15.3464020Z [00:03:17.169]➜  packagefile iter=/tmp/go-build282983591/b039/_pkg_.a
2025-08-20T21:59:15.3464865Z [00:03:17.169]➜  packagefile maps=/tmp/go-build282983591/b158/_pkg_.a
2025-08-20T21:59:15.3465704Z [00:03:17.169]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:15.3466602Z [00:03:17.169]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:59:15.3467514Z [00:03:17.169]➜  packagefile math/rand=/tmp/go-build282983591/b118/_pkg_.a
2025-08-20T21:59:15.3468457Z [00:03:17.169]➜  packagefile mime/multipart=/tmp/go-build282983591/b216/_pkg_.a
2025-08-20T21:59:15.3469557Z [00:03:17.169]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:15.3470810Z [00:03:17.169]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:15.3471719Z [00:03:17.170]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:15.3472564Z [00:03:17.170]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:15.3473449Z [00:03:17.170]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:15.3474380Z [00:03:17.170]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:15.3475236Z [00:03:17.170]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:15.3476104Z [00:03:17.170]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:15.3476944Z [00:03:17.170]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:15.3477798Z [00:03:17.170]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:15.3478633Z [00:03:17.170]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:15.3479267Z [00:03:17.170]➜  EOF
2025-08-20T21:59:15.3615499Z [00:03:17.170]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1229/_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/b1229=>" -p gitlab.com/gitlab-org/api/client-go -lang=go1.23 -complete -installsuffix shared -buildid hs8aF6JzkQPJEybffkT7/hs8aF6JzkQPJEybffkT7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1229/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:59:15.3694397Z [00:03:17.180]➜  cp $WORK/b1185/_pkg_.a /root/.cache/go-build/37/37cdd7db3c8764d741929d05c2328016c8ff9727fee5b94ae987ee01e7879260-d # internal
2025-08-20T21:59:15.3700021Z [00:03:17.195]➜  go.mongodb.org/mongo-driver/x/mongo/driver/topology
2025-08-20T21:59:15.3704551Z [00:03:17.195]➜  mkdir -p $WORK/b1209/
2025-08-20T21:59:15.3705609Z [00:03:17.195]➜  cat >/tmp/go-build282983591/b1209/importcfg << 'EOF' # internal
2025-08-20T21:59:15.3706633Z [00:03:17.195]➜  # import config
2025-08-20T21:59:15.3707541Z [00:03:17.195]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:15.3708600Z [00:03:17.195]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:15.3710768Z [00:03:17.195]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:59:15.3712177Z [00:03:17.195]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:59:15.3713405Z [00:03:17.195]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:15.3740913Z [00:03:17.195]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:15.3742295Z [00:03:17.195]➜  packagefile github.com/montanaflynn/stats=/tmp/go-build282983591/b1210/_pkg_.a
2025-08-20T21:59:15.3743868Z [00:03:17.195]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build282983591/b1162/_pkg_.a
2025-08-20T21:59:15.3745527Z [00:03:17.195]➜  packagefile go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build282983591/b1163/_pkg_.a
2025-08-20T21:59:15.3747252Z [00:03:17.195]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build282983591/b1167/_pkg_.a
2025-08-20T21:59:15.3748820Z [00:03:17.195]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build282983591/b1169/_pkg_.a
2025-08-20T21:59:15.3750716Z [00:03:17.195]➜  packagefile go.mongodb.org/mongo-driver/internal/csot=/tmp/go-build282983591/b1179/_pkg_.a
2025-08-20T21:59:15.3752571Z [00:03:17.195]➜  packagefile go.mongodb.org/mongo-driver/internal/driverutil=/tmp/go-build282983591/b1190/_pkg_.a
2025-08-20T21:59:15.3754468Z [00:03:17.195]➜  packagefile go.mongodb.org/mongo-driver/internal/httputil=/tmp/go-build282983591/b1180/_pkg_.a
2025-08-20T21:59:15.3756226Z [00:03:17.195]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build282983591/b1181/_pkg_.a
2025-08-20T21:59:15.3758295Z [00:03:17.195]➜  packagefile go.mongodb.org/mongo-driver/internal/ptrutil=/tmp/go-build282983591/b1174/_pkg_.a
2025-08-20T21:59:15.3760172Z [00:03:17.195]➜  packagefile go.mongodb.org/mongo-driver/internal/randutil=/tmp/go-build282983591/b1183/_pkg_.a
2025-08-20T21:59:15.3762101Z [00:03:17.195]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build282983591/b1170/_pkg_.a
2025-08-20T21:59:15.3763873Z [00:03:17.195]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build282983591/b1171/_pkg_.a
2025-08-20T21:59:15.3765639Z [00:03:17.195]➜  packagefile go.mongodb.org/mongo-driver/mongo/options=/tmp/go-build282983591/b1185/_pkg_.a
2025-08-20T21:59:15.3767401Z [00:03:17.195]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build282983591/b1168/_pkg_.a
2025-08-20T21:59:15.3769046Z [00:03:17.195]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build282983591/b1189/_pkg_.a
2025-08-20T21:59:15.3771017Z [00:03:17.195]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth=/tmp/go-build282983591/b1195/_pkg_.a
2025-08-20T21:59:15.3772762Z [00:03:17.195]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/connstring=/tmp/go-build282983591/b1207/_pkg_.a
2025-08-20T21:59:15.3775315Z [00:03:17.195]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/dns=/tmp/go-build282983591/b1208/_pkg_.a
2025-08-20T21:59:15.3776723Z [00:03:17.195]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/ocsp=/tmp/go-build282983591/b1211/_pkg_.a
2025-08-20T21:59:15.3778198Z [00:03:17.195]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/operation=/tmp/go-build282983591/b1205/_pkg_.a
2025-08-20T21:59:15.3779631Z [00:03:17.195]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build282983591/b1193/_pkg_.a
2025-08-20T21:59:15.3781499Z [00:03:17.195]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage=/tmp/go-build282983591/b1194/_pkg_.a
2025-08-20T21:59:15.3782628Z [00:03:17.195]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:15.3783424Z [00:03:17.195]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:15.3784191Z [00:03:17.195]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:15.3784975Z [00:03:17.195]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:15.3785790Z [00:03:17.195]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:15.3786612Z [00:03:17.195]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:15.3787422Z [00:03:17.195]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:15.3788252Z [00:03:17.195]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:15.3789288Z [00:03:17.195]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:15.3790107Z [00:03:17.195]➜  EOF
2025-08-20T21:59:15.3811024Z [00:03:17.196]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1209/_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/b1209=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/topology -lang=go1.18 -complete -installsuffix shared -buildid tA48EAjKMB08vMprvBaF/tA48EAjKMB08vMprvBaF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1209/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:59:15.6451864Z [00:03:17.470]➜  go tool buildid -w $WORK/b1217/_pkg_.a # internal
2025-08-20T21:59:15.6594882Z [00:03:17.485]➜  cp $WORK/b1217/_pkg_.a /root/.cache/go-build/51/512c6f6d9a99d96f1ef2d4c5410e6fe8b3b8f2b81f55a70e3555cb342cbaf83d-d # internal
2025-08-20T21:59:15.6603008Z [00:03:17.485]➜  github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/gitea
2025-08-20T21:59:15.6608288Z [00:03:17.486]➜  mkdir -p $WORK/b1216/
2025-08-20T21:59:15.6618825Z [00:03:17.487]➜  cat >/tmp/go-build282983591/b1216/importcfg << 'EOF' # internal
2025-08-20T21:59:15.6622324Z [00:03:17.487]➜  # import config
2025-08-20T21:59:15.6647458Z [00:03:17.488]➜  packagefile code.gitea.io/sdk/gitea=/tmp/go-build282983591/b1217/_pkg_.a
2025-08-20T21:59:15.6648467Z [00:03:17.488]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:15.6649443Z [00:03:17.488]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:15.6651006Z [00:03:17.488]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:15.6652983Z [00:03:17.488]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/markdown/util=/tmp/go-build282983591/b1158/_pkg_.a
2025-08-20T21:59:15.6654756Z [00:03:17.488]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/format=/tmp/go-build282983591/b1159/_pkg_.a
2025-08-20T21:59:15.6656507Z [00:03:17.488]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/filters=/tmp/go-build282983591/b1215/_pkg_.a
2025-08-20T21:59:15.6658190Z [00:03:17.488]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build282983591/b342/_pkg_.a
2025-08-20T21:59:15.6659368Z [00:03:17.488]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:15.6660481Z [00:03:17.488]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:15.6661359Z [00:03:17.488]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:15.6662216Z [00:03:17.488]➜  EOF
2025-08-20T21:59:15.6688656Z [00:03:17.494]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1216/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/trackers/gitea=>github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/gitea;$WORK/b1216=>" -p github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/gitea -lang=go1.24 -complete -installsuffix shared -buildid 9DkBreFglsDpi2u71smk/9DkBreFglsDpi2u71smk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1216/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/trackers/gitea/gitea.go
2025-08-20T21:59:15.8636491Z [00:03:17.689]➜  go tool buildid -w $WORK/b1216/_pkg_.a # internal
2025-08-20T21:59:15.8694941Z [00:03:17.694]➜  cp $WORK/b1216/_pkg_.a /root/.cache/go-build/1f/1f79e686becaec6473e0e21e32f802805add57cc9e604a98f82fde3bd85515ac-d # internal
2025-08-20T21:59:15.8792973Z [00:03:17.703]➜  github.com/fatih/structs
2025-08-20T21:59:15.8793663Z [00:03:17.703]➜  mkdir -p $WORK/b1234/
2025-08-20T21:59:15.8794574Z [00:03:17.704]➜  cat >/tmp/go-build282983591/b1234/importcfg << 'EOF' # internal
2025-08-20T21:59:15.8795265Z [00:03:17.704]➜  # import config
2025-08-20T21:59:15.8795911Z [00:03:17.704]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:15.8796676Z [00:03:17.704]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:15.8797437Z [00:03:17.704]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:15.8798209Z [00:03:17.704]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:15.8798780Z [00:03:17.704]➜  EOF
2025-08-20T21:59:15.8813873Z [00:03:17.704]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1234/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/fatih/structs@v1.1.0=>github.com/fatih/structs@v1.1.0;$WORK/b1234=>" -p github.com/fatih/structs -lang=go1.16 -complete -installsuffix shared -buildid J3B7l8Uxa_JhwjdBzZlv/J3B7l8Uxa_JhwjdBzZlv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1234/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:59:16.0277246Z [00:03:17.853]➜  go tool buildid -w $WORK/b1234/_pkg_.a # internal
2025-08-20T21:59:16.0291794Z [00:03:17.854]➜  cp $WORK/b1234/_pkg_.a /root/.cache/go-build/46/467b377d6c46e2fc2c04f681b3199e943b2afdcd2fb8cc643dfe37bd89bc3bfb-d # internal
2025-08-20T21:59:16.0302217Z [00:03:17.855]➜  github.com/golang-jwt/jwt/v4
2025-08-20T21:59:16.0311245Z [00:03:17.855]➜  mkdir -p $WORK/b1235/
2025-08-20T21:59:16.0312024Z [00:03:17.855]➜  cat >/tmp/go-build282983591/b1235/importcfg << 'EOF' # internal
2025-08-20T21:59:16.0312991Z [00:03:17.855]➜  # import config
2025-08-20T21:59:16.0313805Z [00:03:17.855]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:16.0315239Z [00:03:17.855]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:59:16.0316430Z [00:03:17.855]➜  packagefile crypto/ecdsa=/tmp/go-build282983591/b115/_pkg_.a
2025-08-20T21:59:16.0317832Z [00:03:17.855]➜  packagefile crypto/ed25519=/tmp/go-build282983591/b130/_pkg_.a
2025-08-20T21:59:16.0319019Z [00:03:17.855]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:59:16.0320584Z [00:03:17.855]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:59:16.0321975Z [00:03:17.855]➜  packagefile crypto/rsa=/tmp/go-build282983591/b148/_pkg_.a
2025-08-20T21:59:16.0323608Z [00:03:17.856]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:59:16.0324879Z [00:03:17.856]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:59:16.0326376Z [00:03:17.856]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:16.0327723Z [00:03:17.856]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:16.0330170Z [00:03:17.856]➜  packagefile encoding/pem=/tmp/go-build282983591/b157/_pkg_.a
2025-08-20T21:59:16.0331317Z [00:03:17.856]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:16.0333310Z [00:03:17.856]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:16.0334294Z [00:03:17.856]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:16.0335120Z [00:03:17.856]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:59:16.0335960Z [00:03:17.856]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:16.0336790Z [00:03:17.856]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:16.0337662Z [00:03:17.856]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:16.0338463Z [00:03:17.856]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:16.0339279Z [00:03:17.856]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:16.0375784Z [00:03:17.856]➜  EOF
2025-08-20T21:59:16.0386649Z [00:03:17.856]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1235/_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/b1235=>" -p github.com/golang-jwt/jwt/v4 -lang=go1.16 -complete -installsuffix shared -buildid gv34A4vNvCClwd6oKglI/gv34A4vNvCClwd6oKglI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1235/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:59:16.2379057Z [00:03:18.063]➜  go tool buildid -w $WORK/b1209/_pkg_.a # internal
2025-08-20T21:59:16.2680082Z [00:03:18.093]➜  cp $WORK/b1209/_pkg_.a /root/.cache/go-build/ea/ea420628d120b324ecceca0dd2caf8f4bf6c0dc19526d2ba25c5b46757f1a3e6-d # internal
2025-08-20T21:59:16.2815910Z [00:03:18.107]➜  go.mongodb.org/mongo-driver/mongo
2025-08-20T21:59:16.2848493Z [00:03:18.110]➜  mkdir -p $WORK/b1161/
2025-08-20T21:59:16.2849459Z [00:03:18.110]➜  cat >/tmp/go-build282983591/b1161/importcfg << 'EOF' # internal
2025-08-20T21:59:16.2850590Z [00:03:18.110]➜  # import config
2025-08-20T21:59:16.2851636Z [00:03:18.110]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:16.2852630Z [00:03:18.110]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:16.2853595Z [00:03:18.110]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:16.2854539Z [00:03:18.110]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:16.2855624Z [00:03:18.110]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build282983591/b1162/_pkg_.a
2025-08-20T21:59:16.2857006Z [00:03:18.110]➜  packagefile go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build282983591/b1163/_pkg_.a
2025-08-20T21:59:16.2858411Z [00:03:18.110]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonrw=/tmp/go-build282983591/b1165/_pkg_.a
2025-08-20T21:59:16.2859774Z [00:03:18.110]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build282983591/b1166/_pkg_.a
2025-08-20T21:59:16.2861560Z [00:03:18.110]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build282983591/b1167/_pkg_.a
2025-08-20T21:59:16.2862910Z [00:03:18.110]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build282983591/b1169/_pkg_.a
2025-08-20T21:59:16.2864302Z [00:03:18.110]➜  packagefile go.mongodb.org/mongo-driver/internal/codecutil=/tmp/go-build282983591/b1177/_pkg_.a
2025-08-20T21:59:16.2865737Z [00:03:18.110]➜  packagefile go.mongodb.org/mongo-driver/internal/csfle=/tmp/go-build282983591/b1178/_pkg_.a
2025-08-20T21:59:16.2867139Z [00:03:18.110]➜  packagefile go.mongodb.org/mongo-driver/internal/csot=/tmp/go-build282983591/b1179/_pkg_.a
2025-08-20T21:59:16.2868559Z [00:03:18.110]➜  packagefile go.mongodb.org/mongo-driver/internal/httputil=/tmp/go-build282983591/b1180/_pkg_.a
2025-08-20T21:59:16.2903318Z [00:03:18.110]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build282983591/b1181/_pkg_.a
2025-08-20T21:59:16.2904915Z [00:03:18.110]➜  packagefile go.mongodb.org/mongo-driver/internal/uuid=/tmp/go-build282983591/b1182/_pkg_.a
2025-08-20T21:59:16.2906249Z [00:03:18.110]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build282983591/b1171/_pkg_.a
2025-08-20T21:59:16.2907545Z [00:03:18.110]➜  packagefile go.mongodb.org/mongo-driver/mongo/options=/tmp/go-build282983591/b1185/_pkg_.a
2025-08-20T21:59:16.2908829Z [00:03:18.110]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build282983591/b1187/_pkg_.a
2025-08-20T21:59:16.2910286Z [00:03:18.110]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build282983591/b1175/_pkg_.a
2025-08-20T21:59:16.2911578Z [00:03:18.110]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build282983591/b1188/_pkg_.a
2025-08-20T21:59:16.2912868Z [00:03:18.110]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build282983591/b1168/_pkg_.a
2025-08-20T21:59:16.2914131Z [00:03:18.110]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build282983591/b1189/_pkg_.a
2025-08-20T21:59:16.2915411Z [00:03:18.110]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth=/tmp/go-build282983591/b1195/_pkg_.a
2025-08-20T21:59:16.2916789Z [00:03:18.110]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt=/tmp/go-build282983591/b1191/_pkg_.a
2025-08-20T21:59:16.2918264Z [00:03:18.110]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options=/tmp/go-build282983591/b1192/_pkg_.a
2025-08-20T21:59:16.2919715Z [00:03:18.110]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/operation=/tmp/go-build282983591/b1205/_pkg_.a
2025-08-20T21:59:16.2921253Z [00:03:18.110]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build282983591/b1193/_pkg_.a
2025-08-20T21:59:16.2922637Z [00:03:18.110]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/topology=/tmp/go-build282983591/b1209/_pkg_.a
2025-08-20T21:59:16.2923624Z [00:03:18.110]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:16.2924344Z [00:03:18.110]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:16.2925274Z [00:03:18.110]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:16.2926082Z [00:03:18.110]➜  packagefile os/exec=/tmp/go-build282983591/b510/_pkg_.a
2025-08-20T21:59:16.2926783Z [00:03:18.110]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:16.2927531Z [00:03:18.110]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:16.2928308Z [00:03:18.110]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:16.2929070Z [00:03:18.110]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:16.2929633Z [00:03:18.110]➜  EOF
2025-08-20T21:59:16.2947215Z [00:03:18.110]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1161/_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/b1161=>" -p go.mongodb.org/mongo-driver/mongo -lang=go1.18 -complete -installsuffix shared -buildid eLGjHYaVdmlCMb4fABB_/eLGjHYaVdmlCMb4fABB_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1161/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:59:16.2958223Z [00:03:18.119]➜  go tool buildid -w $WORK/b1235/_pkg_.a # internal
2025-08-20T21:59:16.3026688Z [00:03:18.128]➜  cp $WORK/b1235/_pkg_.a /root/.cache/go-build/2d/2d6341e822b2571661cf27271ae688df5731bb5bcb0c90f6d2457f2513b53509-d # internal
2025-08-20T21:59:16.3049337Z [00:03:18.129]➜  github.com/trivago/tgo/treflect
2025-08-20T21:59:16.3050105Z [00:03:18.129]➜  mkdir -p $WORK/b1237/
2025-08-20T21:59:16.3050775Z [00:03:18.130]➜  cat >/tmp/go-build282983591/b1237/importcfg << 'EOF' # internal
2025-08-20T21:59:16.3051387Z [00:03:18.130]➜  # import config
2025-08-20T21:59:16.3051945Z [00:03:18.130]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:16.3052660Z [00:03:18.130]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:16.3053382Z [00:03:18.130]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:16.3053918Z [00:03:18.130]➜  EOF
2025-08-20T21:59:16.3058156Z [00:03:18.130]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1237/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/trivago/tgo@v1.0.7/treflect=>github.com/trivago/tgo@v1.0.7/treflect;$WORK/b1237=>" -p github.com/trivago/tgo/treflect -lang=go1.16 -complete -installsuffix shared -buildid 0cEOccqQt8ldLVwbMCag/0cEOccqQt8ldLVwbMCag -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1237/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:59:16.3840098Z [00:03:18.209]➜  go tool buildid -w $WORK/b1237/_pkg_.a # internal
2025-08-20T21:59:16.3860483Z [00:03:18.211]➜  cp $WORK/b1237/_pkg_.a /root/.cache/go-build/7d/7d1c79b13e628c47c0b04baad8f36c9c954f18a6aa96930d43d10d49cbebc5df-d # internal
2025-08-20T21:59:16.3875590Z [00:03:18.213]➜  github.com/trivago/tgo/tcontainer
2025-08-20T21:59:16.3882828Z [00:03:18.213]➜  mkdir -p $WORK/b1236/
2025-08-20T21:59:16.3888720Z [00:03:18.214]➜  cat >/tmp/go-build282983591/b1236/importcfg << 'EOF' # internal
2025-08-20T21:59:16.3890198Z [00:03:18.214]➜  # import config
2025-08-20T21:59:16.3892557Z [00:03:18.214]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:16.3893585Z [00:03:18.214]➜  packagefile github.com/trivago/tgo/treflect=/tmp/go-build282983591/b1237/_pkg_.a
2025-08-20T21:59:16.3894574Z [00:03:18.214]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:16.3895394Z [00:03:18.214]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:16.3896183Z [00:03:18.214]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:16.3896981Z [00:03:18.214]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:16.3897787Z [00:03:18.214]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:16.3898640Z [00:03:18.214]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:16.3899638Z [00:03:18.214]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:16.3900492Z [00:03:18.214]➜  EOF
2025-08-20T21:59:16.3905651Z [00:03:18.214]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1236/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/trivago/tgo@v1.0.7/tcontainer=>github.com/trivago/tgo@v1.0.7/tcontainer;$WORK/b1236=>" -p github.com/trivago/tgo/tcontainer -lang=go1.16 -complete -installsuffix shared -buildid MCc6X5wIr6qk0xvVkgkK/MCc6X5wIr6qk0xvVkgkK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1236/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:59:16.5076098Z [00:03:18.333]➜  go tool buildid -w $WORK/b1236/_pkg_.a # internal
2025-08-20T21:59:16.5113097Z [00:03:18.336]➜  cp $WORK/b1236/_pkg_.a /root/.cache/go-build/93/93cb997a50e9a693e020c066a0c9387ffdf0bcf60b7c9c1c5f148d74e2f3085f-d # internal
2025-08-20T21:59:16.5179686Z [00:03:18.343]➜  github.com/andygrunwald/go-jira
2025-08-20T21:59:16.5185240Z [00:03:18.344]➜  mkdir -p $WORK/b1233/
2025-08-20T21:59:16.5200391Z [00:03:18.345]➜  cat >/tmp/go-build282983591/b1233/importcfg << 'EOF' # internal
2025-08-20T21:59:16.5201156Z [00:03:18.345]➜  # import config
2025-08-20T21:59:16.5209994Z [00:03:18.345]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:16.5210966Z [00:03:18.345]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:16.5211869Z [00:03:18.345]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:59:16.5212794Z [00:03:18.345]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:59:16.5213704Z [00:03:18.345]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:16.5214551Z [00:03:18.345]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:16.5215514Z [00:03:18.345]➜  packagefile github.com/fatih/structs=/tmp/go-build282983591/b1234/_pkg_.a
2025-08-20T21:59:16.5216622Z [00:03:18.345]➜  packagefile github.com/golang-jwt/jwt/v4=/tmp/go-build282983591/b1235/_pkg_.a
2025-08-20T21:59:16.5218064Z [00:03:18.345]➜  packagefile github.com/google/go-querystring/query=/tmp/go-build282983591/b547/_pkg_.a
2025-08-20T21:59:16.5219236Z [00:03:18.345]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:16.5220564Z [00:03:18.345]➜  packagefile github.com/trivago/tgo/tcontainer=/tmp/go-build282983591/b1236/_pkg_.a
2025-08-20T21:59:16.5221570Z [00:03:18.345]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:16.5222439Z [00:03:18.345]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:59:16.5223375Z [00:03:18.345]➜  packagefile mime/multipart=/tmp/go-build282983591/b216/_pkg_.a
2025-08-20T21:59:16.5224286Z [00:03:18.345]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:16.5225164Z [00:03:18.345]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:16.5226073Z [00:03:18.345]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:16.5227174Z [00:03:18.345]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:16.5228005Z [00:03:18.345]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:16.5228864Z [00:03:18.345]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:16.5229711Z [00:03:18.345]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:16.5231150Z [00:03:18.345]➜  EOF
2025-08-20T21:59:16.5247675Z [00:03:18.346]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1233/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/andygrunwald/go-jira@v1.16.0=>github.com/andygrunwald/go-jira@v1.16.0;$WORK/b1233=>" -p github.com/andygrunwald/go-jira -lang=go1.15 -complete -installsuffix shared -buildid hSIK627SKJA9jzufRitk/hSIK627SKJA9jzufRitk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1233/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:59:16.9750543Z [00:03:18.800]➜  go tool buildid -w $WORK/b1233/_pkg_.a # internal
2025-08-20T21:59:16.9832637Z [00:03:18.808]➜  cp $WORK/b1233/_pkg_.a /root/.cache/go-build/bb/bb2d5c9f7ae00ce66a7a9c81c6da97bc406d8d3d564434b1fc88579e95a887f3-d # internal
2025-08-20T21:59:16.9841830Z [00:03:18.809]➜  github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/jira
2025-08-20T21:59:16.9843007Z [00:03:18.809]➜  mkdir -p $WORK/b1232/
2025-08-20T21:59:16.9843832Z [00:03:18.809]➜  cat >/tmp/go-build282983591/b1232/importcfg << 'EOF' # internal
2025-08-20T21:59:16.9844612Z [00:03:18.809]➜  # import config
2025-08-20T21:59:16.9845389Z [00:03:18.809]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:16.9846655Z [00:03:18.809]➜  packagefile github.com/andygrunwald/go-jira=/tmp/go-build282983591/b1233/_pkg_.a
2025-08-20T21:59:16.9848026Z [00:03:18.809]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:16.9849241Z [00:03:18.809]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:16.9850912Z [00:03:18.809]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:16.9852658Z [00:03:18.809]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/markdown/util=/tmp/go-build282983591/b1158/_pkg_.a
2025-08-20T21:59:16.9854732Z [00:03:18.809]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/format=/tmp/go-build282983591/b1159/_pkg_.a
2025-08-20T21:59:16.9856553Z [00:03:18.809]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/filters=/tmp/go-build282983591/b1215/_pkg_.a
2025-08-20T21:59:16.9858213Z [00:03:18.809]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build282983591/b342/_pkg_.a
2025-08-20T21:59:16.9859589Z [00:03:18.809]➜  packagefile github.com/projectdiscovery/utils/ptr=/tmp/go-build282983591/b471/_pkg_.a
2025-08-20T21:59:16.9861061Z [00:03:18.809]➜  packagefile github.com/trivago/tgo/tcontainer=/tmp/go-build282983591/b1236/_pkg_.a
2025-08-20T21:59:16.9862321Z [00:03:18.809]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:16.9863233Z [00:03:18.809]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:16.9864366Z [00:03:18.809]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:16.9865411Z [00:03:18.809]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:16.9866283Z [00:03:18.809]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:16.9867019Z [00:03:18.809]➜  EOF
2025-08-20T21:59:16.9892696Z [00:03:18.809]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1232/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/trackers/jira=>github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/jira;$WORK/b1232=>" -p github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/jira -lang=go1.24 -complete -installsuffix shared -buildid fKYW46MGLFO2OZAc_2RM/fKYW46MGLFO2OZAc_2RM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1232/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/trackers/jira/jira.go
2025-08-20T21:59:17.2208569Z [00:03:19.046]➜  go tool buildid -w $WORK/b1232/_pkg_.a # internal
2025-08-20T21:59:17.2278145Z [00:03:19.052]➜  cp $WORK/b1232/_pkg_.a /root/.cache/go-build/8b/8b434b4908824d23d900f85f5e64a98c9891177dabba699feccf74872c4ddd5f-d # internal
2025-08-20T21:59:17.2279593Z [00:03:19.052]➜  github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/linear/jsonutil
2025-08-20T21:59:17.2280442Z [00:03:19.052]➜  mkdir -p $WORK/b1239/
2025-08-20T21:59:17.2281135Z [00:03:19.053]➜  cat >/tmp/go-build282983591/b1239/importcfg << 'EOF' # internal
2025-08-20T21:59:17.2283029Z [00:03:19.053]➜  # import config
2025-08-20T21:59:17.2287351Z [00:03:19.053]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:17.2291835Z [00:03:19.053]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:17.2296450Z [00:03:19.053]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:17.2297645Z [00:03:19.053]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:17.2299005Z [00:03:19.053]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build282983591/b626/_pkg_.a
2025-08-20T21:59:17.2300882Z [00:03:19.053]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:17.2302238Z [00:03:19.053]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:17.2303939Z [00:03:19.053]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:17.2304575Z [00:03:19.053]➜  EOF
2025-08-20T21:59:17.2308991Z [00:03:19.053]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1239/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/trackers/linear/jsonutil=>github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/linear/jsonutil;$WORK/b1239=>" -p github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/linear/jsonutil -lang=go1.24 -complete -installsuffix shared -buildid j8Zq9qivzt3R3xEBH29w/j8Zq9qivzt3R3xEBH29w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1239/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/trackers/linear/jsonutil/jsonutil.go
2025-08-20T21:59:17.3307979Z [00:03:19.156]➜  go tool buildid -w $WORK/b1239/_pkg_.a # internal
2025-08-20T21:59:17.3324675Z [00:03:19.158]➜  cp $WORK/b1239/_pkg_.a /root/.cache/go-build/38/385abbe1760549ecadb6aaeb4a682408601fecaa6e371c8864d6bc04a22de694-d # internal
2025-08-20T21:59:17.3350400Z [00:03:19.160]➜  github.com/shurcooL/graphql/ident
2025-08-20T21:59:17.3351085Z [00:03:19.160]➜  mkdir -p $WORK/b1241/
2025-08-20T21:59:17.3351834Z [00:03:19.160]➜  cat >/tmp/go-build282983591/b1241/importcfg << 'EOF' # internal
2025-08-20T21:59:17.3352539Z [00:03:19.160]➜  # import config
2025-08-20T21:59:17.3353196Z [00:03:19.160]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:17.3354013Z [00:03:19.160]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:59:17.3355081Z [00:03:19.160]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:59:17.3355775Z [00:03:19.160]➜  EOF
2025-08-20T21:59:17.3360280Z [00:03:19.160]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1241/_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/b1241=>" -p github.com/shurcooL/graphql/ident -lang=go1.19 -complete -installsuffix shared -buildid W1zBI_v-teBpTMaBLofX/W1zBI_v-teBpTMaBLofX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1241/importcfg -pack /root/go/pkg/mod/github.com/shurcoo!l/graphql@v0.0.0-20230722043721-ed46e5a46466/ident/ident.go
2025-08-20T21:59:17.3875075Z [00:03:19.213]➜  go tool buildid -w $WORK/b1241/_pkg_.a # internal
2025-08-20T21:59:17.3882922Z [00:03:19.213]➜  cp $WORK/b1241/_pkg_.a /root/.cache/go-build/25/2566757fc59cd9d61320be246247d1d1d058d915c82f82f73c13417f53aa309a-d # internal
2025-08-20T21:59:17.3885266Z [00:03:19.214]➜  github.com/shurcooL/graphql/internal/jsonutil
2025-08-20T21:59:17.3890097Z [00:03:19.214]➜  mkdir -p $WORK/b1242/
2025-08-20T21:59:17.3901241Z [00:03:19.215]➜  cat >/tmp/go-build282983591/b1242/importcfg << 'EOF' # internal
2025-08-20T21:59:17.3901988Z [00:03:19.215]➜  # import config
2025-08-20T21:59:17.3902618Z [00:03:19.215]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:17.3903454Z [00:03:19.215]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:17.3904280Z [00:03:19.215]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:17.3905060Z [00:03:19.215]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:17.3905823Z [00:03:19.215]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:17.3906612Z [00:03:19.215]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:17.3907370Z [00:03:19.215]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:17.3907947Z [00:03:19.215]➜  EOF
2025-08-20T21:59:17.3912728Z [00:03:19.215]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1242/_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/b1242=>" -p github.com/shurcooL/graphql/internal/jsonutil -lang=go1.19 -complete -installsuffix shared -buildid -Ie90AAxxdYBO8tZYZgg/-Ie90AAxxdYBO8tZYZgg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1242/importcfg -pack /root/go/pkg/mod/github.com/shurcoo!l/graphql@v0.0.0-20230722043721-ed46e5a46466/internal/jsonutil/graphql.go
2025-08-20T21:59:17.5009417Z [00:03:19.326]➜  go tool buildid -w $WORK/b1242/_pkg_.a # internal
2025-08-20T21:59:17.5052727Z [00:03:19.328]➜  cp $WORK/b1242/_pkg_.a /root/.cache/go-build/93/93c339126e043f1e4acdfffd4e146161c83fb02ce9831535bd7270d6ef3fb0f7-d # internal
2025-08-20T21:59:17.5057056Z [00:03:19.331]➜  github.com/shurcooL/graphql
2025-08-20T21:59:17.5057685Z [00:03:19.331]➜  mkdir -p $WORK/b1240/
2025-08-20T21:59:17.5060751Z [00:03:19.331]➜  cat >/tmp/go-build282983591/b1240/importcfg << 'EOF' # internal
2025-08-20T21:59:17.5062705Z [00:03:19.331]➜  # import config
2025-08-20T21:59:17.5063391Z [00:03:19.331]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:17.5064211Z [00:03:19.331]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:17.5065113Z [00:03:19.331]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:17.5065980Z [00:03:19.331]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:17.5066975Z [00:03:19.331]➜  packagefile github.com/shurcooL/graphql/ident=/tmp/go-build282983591/b1241/_pkg_.a
2025-08-20T21:59:17.5068255Z [00:03:19.331]➜  packagefile github.com/shurcooL/graphql/internal/jsonutil=/tmp/go-build282983591/b1242/_pkg_.a
2025-08-20T21:59:17.5069332Z [00:03:19.331]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:17.5072835Z [00:03:19.331]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:17.5073849Z [00:03:19.331]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:17.5074668Z [00:03:19.331]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:17.5075244Z [00:03:19.331]➜  EOF
2025-08-20T21:59:17.5081169Z [00:03:19.332]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1240/_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/b1240=>" -p github.com/shurcooL/graphql -lang=go1.19 -complete -installsuffix shared -buildid 4suPXHboMWaAaloXntM1/4suPXHboMWaAaloXntM1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1240/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:59:17.6250056Z [00:03:19.450]➜  go tool buildid -w $WORK/b1240/_pkg_.a # internal
2025-08-20T21:59:17.6269152Z [00:03:19.452]➜  cp $WORK/b1240/_pkg_.a /root/.cache/go-build/2f/2fe3abde8624ef363e4f4c3eee83b1bf394d1bc888738e12171f22e2d442052e-d # internal
2025-08-20T21:59:17.6287196Z [00:03:19.454]➜  github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/linear
2025-08-20T21:59:17.6290194Z [00:03:19.454]➜  mkdir -p $WORK/b1238/
2025-08-20T21:59:17.6296631Z [00:03:19.455]➜  cat >/tmp/go-build282983591/b1238/importcfg << 'EOF' # internal
2025-08-20T21:59:17.6299347Z [00:03:19.455]➜  # import config
2025-08-20T21:59:17.6301710Z [00:03:19.455]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:17.6302776Z [00:03:19.455]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:17.6307128Z [00:03:19.455]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:17.6307996Z [00:03:19.455]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:17.6309507Z [00:03:19.455]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/severity=/tmp/go-build282983591/b688/_pkg_.a
2025-08-20T21:59:17.6312962Z [00:03:19.455]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:17.6314728Z [00:03:19.455]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/markdown/util=/tmp/go-build282983591/b1158/_pkg_.a
2025-08-20T21:59:17.6316527Z [00:03:19.455]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/format=/tmp/go-build282983591/b1159/_pkg_.a
2025-08-20T21:59:17.6318259Z [00:03:19.455]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/filters=/tmp/go-build282983591/b1215/_pkg_.a
2025-08-20T21:59:17.6320412Z [00:03:19.455]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/linear/jsonutil=/tmp/go-build282983591/b1239/_pkg_.a
2025-08-20T21:59:17.6322190Z [00:03:19.455]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:17.6323692Z [00:03:19.455]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build282983591/b626/_pkg_.a
2025-08-20T21:59:17.6325162Z [00:03:19.455]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build282983591/b342/_pkg_.a
2025-08-20T21:59:17.6326435Z [00:03:19.455]➜  packagefile github.com/shurcooL/graphql=/tmp/go-build282983591/b1240/_pkg_.a
2025-08-20T21:59:17.6327398Z [00:03:19.455]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:17.6328242Z [00:03:19.455]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:17.6328871Z [00:03:19.455]➜  EOF
2025-08-20T21:59:17.6333666Z [00:03:19.455]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1238/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/trackers/linear=>github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/linear;$WORK/b1238=>" -p github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/linear -lang=go1.24 -complete -installsuffix shared -buildid oVxFhCeXeeoapvVj-Rht/oVxFhCeXeeoapvVj-Rht -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1238/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/trackers/linear/linear.go
2025-08-20T21:59:17.6817240Z [00:03:19.507]➜  go tool buildid -w $WORK/b1161/_pkg_.a # internal
2025-08-20T21:59:17.7133563Z [00:03:19.538]➜  cp $WORK/b1161/_pkg_.a /root/.cache/go-build/dc/dc4362f5490c08f43ef4daa0807f77ccd6f9073e4f761ee47db743f8a2f66e6e-d # internal
2025-08-20T21:59:17.7157568Z [00:03:19.541]➜  github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/mongo
2025-08-20T21:59:17.7158368Z [00:03:19.541]➜  mkdir -p $WORK/b1160/
2025-08-20T21:59:17.7159114Z [00:03:19.541]➜  cat >/tmp/go-build282983591/b1160/importcfg << 'EOF' # internal
2025-08-20T21:59:17.7162032Z [00:03:19.541]➜  # import config
2025-08-20T21:59:17.7163175Z [00:03:19.541]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:17.7164306Z [00:03:19.541]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:17.7166306Z [00:03:19.541]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:17.7167704Z [00:03:19.541]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:17.7169031Z [00:03:19.541]➜  packagefile go.mongodb.org/mongo-driver/mongo=/tmp/go-build282983591/b1161/_pkg_.a
2025-08-20T21:59:17.7170599Z [00:03:19.541]➜  packagefile go.mongodb.org/mongo-driver/mongo/options=/tmp/go-build282983591/b1185/_pkg_.a
2025-08-20T21:59:17.7171679Z [00:03:19.541]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:17.7172503Z [00:03:19.541]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:17.7173349Z [00:03:19.541]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:17.7174379Z [00:03:19.541]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:17.7175156Z [00:03:19.541]➜  EOF
2025-08-20T21:59:17.7179491Z [00:03:19.541]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1160/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/mongo=>github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/mongo;$WORK/b1160=>" -p github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/mongo -lang=go1.24 -complete -installsuffix shared -buildid N7MYSvfwEiMBI0avtgqz/N7MYSvfwEiMBI0avtgqz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1160/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/mongo/mongo.go
2025-08-20T21:59:17.9295362Z [00:03:19.755]➜  go tool buildid -w $WORK/b1238/_pkg_.a # internal
2025-08-20T21:59:17.9371032Z [00:03:19.762]➜  cp $WORK/b1238/_pkg_.a /root/.cache/go-build/58/5834b05531aa730c65c4d70372d4a6be86aadea1972a5f56ab15a9fa610b1b89-d # internal
2025-08-20T21:59:17.9379134Z [00:03:19.763]➜  github.com/projectdiscovery/nuclei/v3/pkg/types/scanstrategy
2025-08-20T21:59:17.9380155Z [00:03:19.763]➜  mkdir -p $WORK/b1246/
2025-08-20T21:59:17.9380970Z [00:03:19.763]➜  cat >/tmp/go-build282983591/b1246/importcfg << 'EOF' # internal
2025-08-20T21:59:17.9381710Z [00:03:19.763]➜  # import config
2025-08-20T21:59:17.9382675Z [00:03:19.763]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build282983591/b223/_pkg_.a
2025-08-20T21:59:17.9383557Z [00:03:19.763]➜  EOF
2025-08-20T21:59:17.9387898Z [00:03:19.763]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1246/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/types/scanstrategy=>github.com/projectdiscovery/nuclei/v3/pkg/types/scanstrategy;$WORK/b1246=>" -p github.com/projectdiscovery/nuclei/v3/pkg/types/scanstrategy -lang=go1.24 -complete -installsuffix shared -buildid fRQEBzGs8nEGHDhdpGoE/fRQEBzGs8nEGHDhdpGoE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1246/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/types/scanstrategy/scan_strategy.go
2025-08-20T21:59:18.0197511Z [00:03:19.844]➜  go tool buildid -w $WORK/b1246/_pkg_.a # internal
2025-08-20T21:59:18.0201427Z [00:03:19.845]➜  cp $WORK/b1246/_pkg_.a /root/.cache/go-build/2b/2b0845a3ea140061424bfb56e9699c6ab9c601272d0a8c42d908c0f07fc1819a-d # internal
2025-08-20T21:59:18.0223200Z [00:03:19.848]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils/http
2025-08-20T21:59:18.0224871Z [00:03:19.848]➜  mkdir -p $WORK/b1245/
2025-08-20T21:59:18.0229177Z [00:03:19.848]➜  cat >/tmp/go-build282983591/b1245/importcfg << 'EOF' # internal
2025-08-20T21:59:18.0230089Z [00:03:19.848]➜  # import config
2025-08-20T21:59:18.0231120Z [00:03:19.848]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:18.0232781Z [00:03:19.848]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types/scanstrategy=/tmp/go-build282983591/b1246/_pkg_.a
2025-08-20T21:59:18.0234385Z [00:03:19.848]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build282983591/b342/_pkg_.a
2025-08-20T21:59:18.0235840Z [00:03:19.848]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build282983591/b449/_pkg_.a
2025-08-20T21:59:18.0236955Z [00:03:19.848]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:18.0237845Z [00:03:19.848]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:18.0238516Z [00:03:19.848]➜  EOF
2025-08-20T21:59:18.0242789Z [00:03:19.848]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1245/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/utils/http=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils/http;$WORK/b1245=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils/http -lang=go1.24 -complete -installsuffix shared -buildid 2ZExHTeFMLOTXss-em1Q/2ZExHTeFMLOTXss-em1Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1245/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/utils/http/requtils.go
2025-08-20T21:59:18.1811155Z [00:03:20.006]➜  go tool buildid -w $WORK/b1245/_pkg_.a # internal
2025-08-20T21:59:18.1839072Z [00:03:20.009]➜  cp $WORK/b1245/_pkg_.a /root/.cache/go-build/c1/c1d38345e2b6f9e9c452b17c23b02e271d7c03b867e91fd18c607b8e130b14ae-d # internal
2025-08-20T21:59:18.1840515Z [00:03:20.009]➜  github.com/projectdiscovery/nuclei/v3/pkg/scan
2025-08-20T21:59:18.1854394Z [00:03:20.010]➜  mkdir -p $WORK/b1247/
2025-08-20T21:59:18.1855205Z [00:03:20.010]➜  cat >/tmp/go-build282983591/b1247/importcfg << 'EOF' # internal
2025-08-20T21:59:18.1855923Z [00:03:20.010]➜  # import config
2025-08-20T21:59:18.1856594Z [00:03:20.010]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:18.1858971Z [00:03:20.010]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:18.1860340Z [00:03:20.010]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:18.1861988Z [00:03:20.010]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build282983591/b795/_pkg_.a
2025-08-20T21:59:18.1863572Z [00:03:20.010]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:59:18.1864645Z [00:03:20.010]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:18.1865451Z [00:03:20.010]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:18.1866075Z [00:03:20.010]➜  EOF
2025-08-20T21:59:18.1870008Z [00:03:20.010]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1247/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/scan=>github.com/projectdiscovery/nuclei/v3/pkg/scan;$WORK/b1247=>" -p github.com/projectdiscovery/nuclei/v3/pkg/scan -lang=go1.24 -complete -installsuffix shared -buildid 2IY3dhdQlZ2bmZoVEIMJ/2IY3dhdQlZ2bmZoVEIMJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1247/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/scan/scan_context.go
2025-08-20T21:59:18.2014469Z [00:03:20.027]➜  go tool buildid -w $WORK/b1160/_pkg_.a # internal
2025-08-20T21:59:18.2123624Z [00:03:20.037]➜  cp $WORK/b1160/_pkg_.a /root/.cache/go-build/59/5986ca4e652e5ab5748cb014ecff44074b542772e89e71498d8b66cb4e705102-d # internal
2025-08-20T21:59:18.2214441Z [00:03:20.047]➜  github.com/projectdiscovery/ratelimit
2025-08-20T21:59:18.2246360Z [00:03:20.047]➜  mkdir -p $WORK/b1248/
2025-08-20T21:59:18.2247193Z [00:03:20.050]➜  cat >/tmp/go-build282983591/b1248/importcfg << 'EOF' # internal
2025-08-20T21:59:18.2254965Z [00:03:20.050]➜  # import config
2025-08-20T21:59:18.2255712Z [00:03:20.050]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:18.2256818Z [00:03:20.050]➜  packagefile github.com/projectdiscovery/utils/errors=/tmp/go-build282983591/b620/_pkg_.a
2025-08-20T21:59:18.2258015Z [00:03:20.050]➜  packagefile golang.org/x/time/rate=/tmp/go-build282983591/b1127/_pkg_.a
2025-08-20T21:59:18.2258977Z [00:03:20.050]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:18.2260890Z [00:03:20.050]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:18.2261826Z [00:03:20.050]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:18.2262680Z [00:03:20.050]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:18.2263423Z [00:03:20.050]➜  EOF
2025-08-20T21:59:18.2268347Z [00:03:20.050]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1248/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/ratelimit@v0.0.81=>github.com/projectdiscovery/ratelimit@v0.0.81;$WORK/b1248=>" -p github.com/projectdiscovery/ratelimit -lang=go1.21 -complete -installsuffix shared -buildid 4G9UZZ-VywXZVkeiX1vY/4G9UZZ-VywXZVkeiX1vY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1248/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:59:18.4295681Z [00:03:20.255]➜  go tool buildid -w $WORK/b1248/_pkg_.a # internal
2025-08-20T21:59:18.4324341Z [00:03:20.258]➜  cp $WORK/b1248/_pkg_.a /root/.cache/go-build/96/962630c7e7ba1222a44b9da1edaae2e157bc3dd66800bc749c482497dc30344b-d # internal
2025-08-20T21:59:18.4338983Z [00:03:20.259]➜  github.com/projectdiscovery/nuclei/v3/pkg/catalog/disk
2025-08-20T21:59:18.4340953Z [00:03:20.259]➜  mkdir -p $WORK/b1250/
2025-08-20T21:59:18.4348209Z [00:03:20.260]➜  cat >/tmp/go-build282983591/b1250/importcfg << 'EOF' # internal
2025-08-20T21:59:18.4372193Z [00:03:20.260]➜  # import config
2025-08-20T21:59:18.4374957Z [00:03:20.260]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:18.4375950Z [00:03:20.260]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build282983591/b248/_pkg_.a
2025-08-20T21:59:18.4377030Z [00:03:20.260]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:18.4378334Z [00:03:20.260]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build282983591/b623/_pkg_.a
2025-08-20T21:59:18.4379731Z [00:03:20.260]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:59:18.4381201Z [00:03:20.260]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:59:18.4382488Z [00:03:20.260]➜  packagefile github.com/projectdiscovery/utils/update=/tmp/go-build282983591/b480/_pkg_.a
2025-08-20T21:59:18.4383724Z [00:03:20.260]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build282983591/b449/_pkg_.a
2025-08-20T21:59:18.4384695Z [00:03:20.260]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:18.4385464Z [00:03:20.260]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:59:18.4386221Z [00:03:20.260]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:18.4387198Z [00:03:20.260]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:18.4388198Z [00:03:20.260]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:18.4388828Z [00:03:20.260]➜  EOF
2025-08-20T21:59:18.4397385Z [00:03:20.260]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1250/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/disk=>github.com/projectdiscovery/nuclei/v3/pkg/catalog/disk;$WORK/b1250=>" -p github.com/projectdiscovery/nuclei/v3/pkg/catalog/disk -lang=go1.24 -complete -installsuffix shared -buildid hYvCa79G25Rpc5ZseD0S/hYvCa79G25Rpc5ZseD0S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1250/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/disk/catalog.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/disk/find.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/disk/known-files.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/disk/path.go
2025-08-20T21:59:18.4744418Z [00:03:20.299]➜  go tool buildid -w $WORK/b1247/_pkg_.a # internal
2025-08-20T21:59:18.4802525Z [00:03:20.305]➜  cp $WORK/b1247/_pkg_.a /root/.cache/go-build/08/084180d87b15c087ff1f8b2c5e15d35a92e369c9d12b86afb0df2711c884aa2d-d # internal
2025-08-20T21:59:18.4833834Z [00:03:20.309]➜  github.com/ditashi/jsbeautifier-go/tokenizer
2025-08-20T21:59:18.4837189Z [00:03:20.309]➜  mkdir -p $WORK/b1254/
2025-08-20T21:59:18.4845929Z [00:03:20.310]➜  cat >/tmp/go-build282983591/b1254/importcfg << 'EOF' # internal
2025-08-20T21:59:18.4849616Z [00:03:20.310]➜  # import config
2025-08-20T21:59:18.4852530Z [00:03:20.310]➜  packagefile github.com/ditashi/jsbeautifier-go/optargs=/tmp/go-build282983591/b1253/_pkg_.a
2025-08-20T21:59:18.4871002Z [00:03:20.310]➜  packagefile github.com/ditashi/jsbeautifier-go/utils=/tmp/go-build282983591/b1255/_pkg_.a
2025-08-20T21:59:18.4874575Z [00:03:20.310]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:18.4875479Z [00:03:20.310]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:18.4876371Z [00:03:20.310]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:18.4877294Z [00:03:20.310]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:59:18.4878346Z [00:03:20.310]➜  EOF
2025-08-20T21:59:18.4889354Z [00:03:20.310]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1254/_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/b1254=>" -p github.com/ditashi/jsbeautifier-go/tokenizer -lang=go1.16 -complete -installsuffix shared -buildid OHKKWUinwLw0n0PLAKuD/OHKKWUinwLw0n0PLAKuD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1254/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:59:18.5459482Z [00:03:20.371]➜  go tool buildid -w $WORK/b1250/_pkg_.a # internal
2025-08-20T21:59:18.5476564Z [00:03:20.373]➜  cp $WORK/b1250/_pkg_.a /root/.cache/go-build/86/86f579a688a4575a4dd3f9e0127e27376b20c6a70e73f89849c00d12a56c411f-d # internal
2025-08-20T21:59:18.5484617Z [00:03:20.374]➜  github.com/ditashi/jsbeautifier-go/unpackers
2025-08-20T21:59:18.5487708Z [00:03:20.374]➜  mkdir -p $WORK/b1256/
2025-08-20T21:59:18.5493041Z [00:03:20.374]➜  cat >/tmp/go-build282983591/b1256/importcfg << 'EOF' # internal
2025-08-20T21:59:18.5494933Z [00:03:20.374]➜  # import config
2025-08-20T21:59:18.5497518Z [00:03:20.374]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:18.5498500Z [00:03:20.374]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:18.5499424Z [00:03:20.374]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:18.5500454Z [00:03:20.374]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:18.5501284Z [00:03:20.374]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:18.5502167Z [00:03:20.374]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:59:18.5502820Z [00:03:20.374]➜  EOF
2025-08-20T21:59:18.5508004Z [00:03:20.375]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1256/_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/b1256=>" -p github.com/ditashi/jsbeautifier-go/unpackers -lang=go1.16 -complete -installsuffix shared -buildid XLIJFwKx8WahSz8wrthI/XLIJFwKx8WahSz8wrthI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1256/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:59:18.5977344Z [00:03:20.423]➜  go tool buildid -w $WORK/b1256/_pkg_.a # internal
2025-08-20T21:59:18.5987110Z [00:03:20.424]➜  cp $WORK/b1256/_pkg_.a /root/.cache/go-build/49/49dfc84bf573b30dbe5a3f8b0ce47d91077671613e9b89d789e2b038e868f508-d # internal
2025-08-20T21:59:18.5994360Z [00:03:20.425]➜  github.com/projectdiscovery/gozero/types
2025-08-20T21:59:18.5998575Z [00:03:20.425]➜  mkdir -p $WORK/b1259/
2025-08-20T21:59:18.5999357Z [00:03:20.425]➜  cat >/tmp/go-build282983591/b1259/importcfg << 'EOF' # internal
2025-08-20T21:59:18.6001511Z [00:03:20.425]➜  # import config
2025-08-20T21:59:18.6013526Z [00:03:20.425]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:18.6015931Z [00:03:20.425]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:18.6018060Z [00:03:20.425]➜  packagefile os/exec=/tmp/go-build282983591/b510/_pkg_.a
2025-08-20T21:59:18.6018931Z [00:03:20.425]➜  EOF
2025-08-20T21:59:18.6023604Z [00:03:20.425]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1259/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/gozero@v0.0.3/types=>github.com/projectdiscovery/gozero@v0.0.3/types;$WORK/b1259=>" -p github.com/projectdiscovery/gozero/types -lang=go1.21 -complete -installsuffix shared -buildid Bx_L62t3HDy2OXmEeNag/Bx_L62t3HDy2OXmEeNag -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1259/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:59:18.6263571Z [00:03:20.451]➜  go tool buildid -w $WORK/b1259/_pkg_.a # internal
2025-08-20T21:59:18.6270605Z [00:03:20.452]➜  cp $WORK/b1259/_pkg_.a /root/.cache/go-build/0a/0a0a04f70506aa6d805eb64a352c0cc6db7667c5e5a24b8309019388269e3863-d # internal
2025-08-20T21:59:18.6274857Z [00:03:20.453]➜  github.com/projectdiscovery/gozero/cmdexec
2025-08-20T21:59:18.6296288Z [00:03:20.453]➜  mkdir -p $WORK/b1258/
2025-08-20T21:59:18.6297113Z [00:03:20.453]➜  cat >/tmp/go-build282983591/b1258/importcfg << 'EOF' # internal
2025-08-20T21:59:18.6297837Z [00:03:20.453]➜  # import config
2025-08-20T21:59:18.6298536Z [00:03:20.453]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:18.6299412Z [00:03:20.453]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:18.6300700Z [00:03:20.453]➜  packagefile github.com/projectdiscovery/gozero/types=/tmp/go-build282983591/b1259/_pkg_.a
2025-08-20T21:59:18.6302106Z [00:03:20.453]➜  packagefile github.com/projectdiscovery/utils/errors=/tmp/go-build282983591/b620/_pkg_.a
2025-08-20T21:59:18.6303196Z [00:03:20.453]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:18.6304194Z [00:03:20.453]➜  packagefile os/exec=/tmp/go-build282983591/b510/_pkg_.a
2025-08-20T21:59:18.6304901Z [00:03:20.453]➜  EOF
2025-08-20T21:59:18.6309049Z [00:03:20.454]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1258/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/gozero@v0.0.3/cmdexec=>github.com/projectdiscovery/gozero@v0.0.3/cmdexec;$WORK/b1258=>" -p github.com/projectdiscovery/gozero/cmdexec -lang=go1.21 -complete -installsuffix shared -buildid JwpSjE7CFudK1GowTOYF/JwpSjE7CFudK1GowTOYF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1258/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/gozero@v0.0.3/cmdexec/exec.go
2025-08-20T21:59:18.6775741Z [00:03:20.503]➜  go tool buildid -w $WORK/b1254/_pkg_.a # internal
2025-08-20T21:59:18.6796875Z [00:03:20.505]➜  cp $WORK/b1254/_pkg_.a /root/.cache/go-build/a5/a5ae57415f146ece707adda4195785997b889dfe6ce7de61114a2af96e03bdb2-d # internal
2025-08-20T21:59:18.6812359Z [00:03:20.506]➜  github.com/ditashi/jsbeautifier-go/jsbeautifier
2025-08-20T21:59:18.6815227Z [00:03:20.507]➜  mkdir -p $WORK/b1252/
2025-08-20T21:59:18.6824736Z [00:03:20.508]➜  cat >/tmp/go-build282983591/b1252/importcfg << 'EOF' # internal
2025-08-20T21:59:18.6845693Z [00:03:20.508]➜  # import config
2025-08-20T21:59:18.6846452Z [00:03:20.508]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:18.6847323Z [00:03:20.508]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:18.6848450Z [00:03:20.508]➜  packagefile github.com/ditashi/jsbeautifier-go/optargs=/tmp/go-build282983591/b1253/_pkg_.a
2025-08-20T21:59:18.6850110Z [00:03:20.508]➜  packagefile github.com/ditashi/jsbeautifier-go/tokenizer=/tmp/go-build282983591/b1254/_pkg_.a
2025-08-20T21:59:18.6851562Z [00:03:20.508]➜  packagefile github.com/ditashi/jsbeautifier-go/unpackers=/tmp/go-build282983591/b1256/_pkg_.a
2025-08-20T21:59:18.6852951Z [00:03:20.508]➜  packagefile github.com/ditashi/jsbeautifier-go/utils=/tmp/go-build282983591/b1255/_pkg_.a
2025-08-20T21:59:18.6854119Z [00:03:20.508]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:59:18.6855016Z [00:03:20.508]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:18.6856137Z [00:03:20.508]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:18.6856774Z [00:03:20.508]➜  EOF
2025-08-20T21:59:18.6887878Z [00:03:20.509]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1252/_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/b1252=>" -p github.com/ditashi/jsbeautifier-go/jsbeautifier -lang=go1.16 -complete -installsuffix shared -buildid POPTmljlq20xmFg1HcMg/POPTmljlq20xmFg1HcMg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1252/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:59:18.6894549Z [00:03:20.511]➜  go tool buildid -w $WORK/b1258/_pkg_.a # internal
2025-08-20T21:59:18.6895907Z [00:03:20.511]➜  cp $WORK/b1258/_pkg_.a /root/.cache/go-build/ab/ab168dc375f910dd5db49ab26c3149146216c97b81786340a7b3a5987e6d7e2c-d # internal
2025-08-20T21:59:18.6897146Z [00:03:20.513]➜  github.com/projectdiscovery/gozero
2025-08-20T21:59:18.6897789Z [00:03:20.513]➜  mkdir -p $WORK/b1257/
2025-08-20T21:59:18.6898562Z [00:03:20.513]➜  cat >/tmp/go-build282983591/b1257/importcfg << 'EOF' # internal
2025-08-20T21:59:18.6899302Z [00:03:20.513]➜  # import config
2025-08-20T21:59:18.6900216Z [00:03:20.513]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:18.6901113Z [00:03:20.513]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:18.6902009Z [00:03:20.513]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:18.6903375Z [00:03:20.513]➜  packagefile github.com/projectdiscovery/gozero/cmdexec=/tmp/go-build282983591/b1258/_pkg_.a
2025-08-20T21:59:18.6904777Z [00:03:20.513]➜  packagefile github.com/projectdiscovery/gozero/types=/tmp/go-build282983591/b1259/_pkg_.a
2025-08-20T21:59:18.6906162Z [00:03:20.513]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:59:18.6907234Z [00:03:20.513]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:18.6908013Z [00:03:20.513]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:18.6908835Z [00:03:20.513]➜  packagefile os/exec=/tmp/go-build282983591/b510/_pkg_.a
2025-08-20T21:59:18.6909654Z [00:03:20.513]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:18.6910571Z [00:03:20.513]➜  EOF
2025-08-20T21:59:18.6915145Z [00:03:20.514]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1257/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/gozero@v0.0.3=>github.com/projectdiscovery/gozero@v0.0.3;$WORK/b1257=>" -p github.com/projectdiscovery/gozero -lang=go1.21 -complete -installsuffix shared -buildid -_qJ4ZE1Y6_3Cn2G-N2e/-_qJ4ZE1Y6_3Cn2G-N2e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1257/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:59:18.7559222Z [00:03:20.581]➜  go tool buildid -w $WORK/b1257/_pkg_.a # internal
2025-08-20T21:59:18.7592104Z [00:03:20.582]➜  cp $WORK/b1257/_pkg_.a /root/.cache/go-build/27/2766f8a2da8d966a26ad5b90f2647d2ff06f6b79e62be8179af3485908e4165d-d # internal
2025-08-20T21:59:18.7600315Z [00:03:20.584]➜  golang.org/x/net/publicsuffix
2025-08-20T21:59:18.7600958Z [00:03:20.584]➜  mkdir -p $WORK/b1263/
2025-08-20T21:59:18.7601695Z [00:03:20.585]➜  cat >/tmp/go-build282983591/b1263/importcfg << 'EOF' # internal
2025-08-20T21:59:18.7602608Z [00:03:20.585]➜  # import config
2025-08-20T21:59:18.7603264Z [00:03:20.585]➜  packagefile embed=/tmp/go-build282983591/b066/_pkg_.a
2025-08-20T21:59:18.7604047Z [00:03:20.585]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:18.7604897Z [00:03:20.585]➜  packagefile net/http/cookiejar=/tmp/go-build282983591/b463/_pkg_.a
2025-08-20T21:59:18.7605779Z [00:03:20.585]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:18.7606380Z [00:03:20.585]➜  EOF
2025-08-20T21:59:18.7606964Z [00:03:20.585]➜  cat >/tmp/go-build282983591/b1263/embedcfg << 'EOF' # internal
2025-08-20T21:59:18.7607570Z [00:03:20.585]➜  {
2025-08-20T21:59:18.7607963Z [00:03:20.585]➜  	"Patterns": {
2025-08-20T21:59:18.7608429Z [00:03:20.585]➜  		"data/children": [
2025-08-20T21:59:18.7608888Z [00:03:20.585]➜  			"data/children"
2025-08-20T21:59:18.7609507Z [00:03:20.585]➜  		],
2025-08-20T21:59:18.7610139Z [00:03:20.585]➜  		"data/nodes": [
2025-08-20T21:59:18.7610808Z [00:03:20.585]➜  			"data/nodes"
2025-08-20T21:59:18.7611303Z [00:03:20.585]➜  		],
2025-08-20T21:59:18.7611726Z [00:03:20.585]➜  		"data/text": [
2025-08-20T21:59:18.7612194Z [00:03:20.585]➜  			"data/text"
2025-08-20T21:59:18.7612606Z [00:03:20.585]➜  		]
2025-08-20T21:59:18.7612966Z [00:03:20.585]➜  	},
2025-08-20T21:59:18.7613354Z [00:03:20.585]➜  	"Files": {
2025-08-20T21:59:18.7614218Z [00:03:20.585]➜  		"data/children": "/root/go/pkg/mod/golang.org/x/net@v0.41.0/publicsuffix/data/children",
2025-08-20T21:59:18.7615371Z [00:03:20.585]➜  		"data/nodes": "/root/go/pkg/mod/golang.org/x/net@v0.41.0/publicsuffix/data/nodes",
2025-08-20T21:59:18.7616423Z [00:03:20.585]➜  		"data/text": "/root/go/pkg/mod/golang.org/x/net@v0.41.0/publicsuffix/data/text"
2025-08-20T21:59:18.7617139Z [00:03:20.585]➜  	}
2025-08-20T21:59:18.7617501Z [00:03:20.585]➜  }EOF
2025-08-20T21:59:18.7621633Z [00:03:20.585]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1263/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/publicsuffix=>golang.org/x/net@v0.41.0/publicsuffix;$WORK/b1263=>" -p golang.org/x/net/publicsuffix -lang=go1.23 -complete -installsuffix shared -buildid vuDXMVPoh6A_GQRmlwLi/vuDXMVPoh6A_GQRmlwLi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1263/importcfg -embedcfg $WORK/b1263/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:59:18.8148019Z [00:03:20.640]➜  go tool buildid -w $WORK/b1263/_pkg_.a # internal
2025-08-20T21:59:18.8194782Z [00:03:20.645]➜  cp $WORK/b1263/_pkg_.a /root/.cache/go-build/f2/f262a4c05784a49fe1c9894078dee2022e898b6bf157ec874b2996e7ca755aae-d # internal
2025-08-20T21:59:18.8196591Z [00:03:20.645]➜  github.com/aws/aws-sdk-go-v2/internal/rand
2025-08-20T21:59:18.8197645Z [00:03:20.645]➜  mkdir -p $WORK/b1267/
2025-08-20T21:59:18.8198737Z [00:03:20.645]➜  cat >/tmp/go-build282983591/b1267/importcfg << 'EOF' # internal
2025-08-20T21:59:18.8199989Z [00:03:20.645]➜  # import config
2025-08-20T21:59:18.8201569Z [00:03:20.645]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:59:18.8202578Z [00:03:20.645]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:18.8203319Z [00:03:20.645]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:18.8204078Z [00:03:20.645]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:59:18.8204667Z [00:03:20.645]➜  EOF
2025-08-20T21:59:18.8208229Z [00:03:20.645]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1267/_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/b1267=>" -p github.com/aws/aws-sdk-go-v2/internal/rand -lang=go1.22 -complete -installsuffix shared -buildid P0SNXlKKbS3Y8rhcwFYX/P0SNXlKKbS3Y8rhcwFYX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1267/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/rand/rand.go
2025-08-20T21:59:18.8426571Z [00:03:20.668]➜  go tool buildid -w $WORK/b1267/_pkg_.a # internal
2025-08-20T21:59:18.8433667Z [00:03:20.668]➜  cp $WORK/b1267/_pkg_.a /root/.cache/go-build/52/52ffbcaab0babf4954a8754158d96b35a8fc6798c56630d5b7d7f8cff43d3552-d # internal
2025-08-20T21:59:18.8441596Z [00:03:20.669]➜  github.com/aws/aws-sdk-go-v2/internal/sdk
2025-08-20T21:59:18.8451314Z [00:03:20.669]➜  mkdir -p $WORK/b1268/
2025-08-20T21:59:18.8452064Z [00:03:20.670]➜  cat >/tmp/go-build282983591/b1268/importcfg << 'EOF' # internal
2025-08-20T21:59:18.8452706Z [00:03:20.670]➜  # import config
2025-08-20T21:59:18.8453306Z [00:03:20.670]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:18.8454087Z [00:03:20.670]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:18.8454665Z [00:03:20.670]➜  EOF
2025-08-20T21:59:18.8458967Z [00:03:20.670]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1268/_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/b1268=>" -p github.com/aws/aws-sdk-go-v2/internal/sdk -lang=go1.22 -complete -installsuffix shared -buildid 7VDl8hKpP3oNu-mRc4zR/7VDl8hKpP3oNu-mRc4zR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1268/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:59:18.8632240Z [00:03:20.687]➜  go tool buildid -w $WORK/b1268/_pkg_.a # internal
2025-08-20T21:59:18.8633429Z [00:03:20.688]➜  cp $WORK/b1268/_pkg_.a /root/.cache/go-build/24/24ab3d59af097e7e2119b63f846d799804014da24d5e72b2739e37bcfdd24f75-d # internal
2025-08-20T21:59:18.8641333Z [00:03:20.689]➜  github.com/aws/aws-sdk-go-v2/internal/sync/singleflight
2025-08-20T21:59:18.8646859Z [00:03:20.690]➜  mkdir -p $WORK/b1269/
2025-08-20T21:59:18.8657123Z [00:03:20.691]➜  cat >/tmp/go-build282983591/b1269/importcfg << 'EOF' # internal
2025-08-20T21:59:18.8670521Z [00:03:20.691]➜  # import config
2025-08-20T21:59:18.8671328Z [00:03:20.691]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:18.8672176Z [00:03:20.691]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:18.8673011Z [00:03:20.691]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:18.8673839Z [00:03:20.691]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:18.8674747Z [00:03:20.691]➜  packagefile runtime/debug=/tmp/go-build282983591/b246/_pkg_.a
2025-08-20T21:59:18.8675615Z [00:03:20.691]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:18.8676233Z [00:03:20.691]➜  EOF
2025-08-20T21:59:18.8681347Z [00:03:20.692]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1269/_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/b1269=>" -p github.com/aws/aws-sdk-go-v2/internal/sync/singleflight -lang=go1.22 -complete -installsuffix shared -buildid F_cvVEyowRM6gy5Wdy1T/F_cvVEyowRM6gy5Wdy1T -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/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:59:18.8894232Z [00:03:20.714]➜  go tool buildid -w $WORK/b1252/_pkg_.a # internal
2025-08-20T21:59:18.8898616Z [00:03:20.715]➜  cp $WORK/b1252/_pkg_.a /root/.cache/go-build/8e/8e9b62c7a2cb4850247fde3fca2ffd57ca677f1d6b295d68b7624487335036a3-d # internal
2025-08-20T21:59:18.8904413Z [00:03:20.716]➜  github.com/aws/smithy-go/context
2025-08-20T21:59:18.8933164Z [00:03:20.716]➜  mkdir -p $WORK/b1271/
2025-08-20T21:59:18.8933983Z [00:03:20.716]➜  cat >/tmp/go-build282983591/b1271/importcfg << 'EOF' # internal
2025-08-20T21:59:18.8934669Z [00:03:20.716]➜  # import config
2025-08-20T21:59:18.8935570Z [00:03:20.716]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:18.8936215Z [00:03:20.716]➜  EOF
2025-08-20T21:59:18.8950423Z [00:03:20.716]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1271/_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/b1271=>" -p github.com/aws/smithy-go/context -lang=go1.22 -complete -installsuffix shared -buildid HKppJ3HMghoU9YUXFOpr/HKppJ3HMghoU9YUXFOpr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1271/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/context/suppress_expired.go
2025-08-20T21:59:18.9023076Z [00:03:20.727]➜  go tool buildid -w $WORK/b1269/_pkg_.a # internal
2025-08-20T21:59:18.9030818Z [00:03:20.728]➜  cp $WORK/b1269/_pkg_.a /root/.cache/go-build/3a/3ad01361b78dd28a7bd8c2369083165630afa698d26f51aad776007d5863219c-d # internal
2025-08-20T21:59:18.9040160Z [00:03:20.728]➜  github.com/aws/smithy-go/internal/sync/singleflight
2025-08-20T21:59:18.9041071Z [00:03:20.728]➜  mkdir -p $WORK/b1272/
2025-08-20T21:59:18.9041860Z [00:03:20.729]➜  cat >/tmp/go-build282983591/b1272/importcfg << 'EOF' # internal
2025-08-20T21:59:18.9042566Z [00:03:20.729]➜  # import config
2025-08-20T21:59:18.9043229Z [00:03:20.729]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:18.9044065Z [00:03:20.729]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:18.9044918Z [00:03:20.729]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:18.9045769Z [00:03:20.729]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:18.9046681Z [00:03:20.729]➜  packagefile runtime/debug=/tmp/go-build282983591/b246/_pkg_.a
2025-08-20T21:59:18.9047583Z [00:03:20.729]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:18.9048240Z [00:03:20.729]➜  EOF
2025-08-20T21:59:18.9053344Z [00:03:20.729]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1272/_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/b1272=>" -p github.com/aws/smithy-go/internal/sync/singleflight -lang=go1.22 -complete -installsuffix shared -buildid tiI53p1k6Zyx31w04I2r/tiI53p1k6Zyx31w04I2r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1272/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:59:18.9079280Z [00:03:20.732]➜  go tool buildid -w $WORK/b1271/_pkg_.a # internal
2025-08-20T21:59:18.9085084Z [00:03:20.733]➜  cp $WORK/b1271/_pkg_.a /root/.cache/go-build/74/7487cf34f719ab1832a9ee91cc6147ce6b33ddef9ce3f6682caac8ed299da4a4-d # internal
2025-08-20T21:59:18.9086184Z [00:03:20.733]➜  github.com/aws/smithy-go/logging
2025-08-20T21:59:18.9086748Z [00:03:20.733]➜  mkdir -p $WORK/b1274/
2025-08-20T21:59:18.9087447Z [00:03:20.733]➜  cat >/tmp/go-build282983591/b1274/importcfg << 'EOF' # internal
2025-08-20T21:59:18.9088251Z [00:03:20.733]➜  # import config
2025-08-20T21:59:18.9088884Z [00:03:20.733]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:18.9089622Z [00:03:20.733]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:18.9090532Z [00:03:20.733]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:59:18.9091078Z [00:03:20.733]➜  EOF
2025-08-20T21:59:18.9094273Z [00:03:20.733]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1274/_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/b1274=>" -p github.com/aws/smithy-go/logging -lang=go1.22 -complete -installsuffix shared -buildid T5M0AQWjtfhALbaw9eUq/T5M0AQWjtfhALbaw9eUq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1274/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/logging/logger.go
2025-08-20T21:59:18.9280548Z [00:03:20.753]➜  go tool buildid -w $WORK/b1274/_pkg_.a # internal
2025-08-20T21:59:18.9297559Z [00:03:20.755]➜  cp $WORK/b1274/_pkg_.a /root/.cache/go-build/58/585bbb429cca9a5d285c3b2e6b8aa0fc1243850ebd8f7dc419a2cb2a307e5101-d # internal
2025-08-20T21:59:18.9310325Z [00:03:20.756]➜  github.com/aws/smithy-go/middleware
2025-08-20T21:59:18.9312802Z [00:03:20.756]➜  mkdir -p $WORK/b1273/
2025-08-20T21:59:18.9323221Z [00:03:20.757]➜  cat >/tmp/go-build282983591/b1273/importcfg << 'EOF' # internal
2025-08-20T21:59:18.9336905Z [00:03:20.757]➜  # import config
2025-08-20T21:59:18.9337650Z [00:03:20.757]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:18.9338520Z [00:03:20.757]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:18.9339542Z [00:03:20.757]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build282983591/b1274/_pkg_.a
2025-08-20T21:59:18.9341036Z [00:03:20.757]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:18.9342018Z [00:03:20.757]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:18.9342938Z [00:03:20.757]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:18.9345220Z [00:03:20.757]➜  EOF
2025-08-20T21:59:18.9355394Z [00:03:20.759]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1273/_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/b1273=>" -p github.com/aws/smithy-go/middleware -lang=go1.22 -complete -installsuffix shared -buildid v7D6cwSXBnZ2NqWp_i48/v7D6cwSXBnZ2NqWp_i48 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1273/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:59:18.9372405Z [00:03:20.760]➜  go tool buildid -w $WORK/b1272/_pkg_.a # internal
2025-08-20T21:59:18.9373608Z [00:03:20.762]➜  cp $WORK/b1272/_pkg_.a /root/.cache/go-build/88/884c2861a37ea4d8f88f014a28470a2c84f07f1014135dc8607d8ae6d7b77f73-d # internal
2025-08-20T21:59:18.9374606Z [00:03:20.762]➜  github.com/aws/smithy-go
2025-08-20T21:59:18.9375090Z [00:03:20.762]➜  mkdir -p $WORK/b1276/
2025-08-20T21:59:18.9375761Z [00:03:20.762]➜  cat >/tmp/go-build282983591/b1276/importcfg << 'EOF' # internal
2025-08-20T21:59:18.9376534Z [00:03:20.762]➜  # import config
2025-08-20T21:59:18.9377121Z [00:03:20.762]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:18.9377821Z [00:03:20.762]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:18.9381196Z [00:03:20.763]➜  packagefile maps=/tmp/go-build282983591/b158/_pkg_.a
2025-08-20T21:59:18.9384324Z [00:03:20.763]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:18.9386074Z [00:03:20.763]➜  EOF
2025-08-20T21:59:18.9392688Z [00:03:20.763]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1276/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4=>github.com/aws/smithy-go@v1.22.4;$WORK/b1276=>" -p github.com/aws/smithy-go -lang=go1.22 -complete -installsuffix shared -buildid 5dNqQN2gpWWG72TMH-dZ/5dNqQN2gpWWG72TMH-dZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1276/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:59:18.9794242Z [00:03:20.804]➜  go tool buildid -w $WORK/b1276/_pkg_.a # internal
2025-08-20T21:59:18.9809047Z [00:03:20.806]➜  cp $WORK/b1276/_pkg_.a /root/.cache/go-build/7f/7f300fb4aff8d680cb738c7c8d328f82738e3181d5ce714dcaaf78c0608401a1-d # internal
2025-08-20T21:59:18.9810355Z [00:03:20.806]➜  github.com/aws/smithy-go/auth
2025-08-20T21:59:18.9810907Z [00:03:20.806]➜  mkdir -p $WORK/b1277/
2025-08-20T21:59:18.9812066Z [00:03:20.806]➜  cat >/tmp/go-build282983591/b1277/importcfg << 'EOF' # internal
2025-08-20T21:59:18.9812761Z [00:03:20.806]➜  # import config
2025-08-20T21:59:18.9813534Z [00:03:20.806]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:18.9814424Z [00:03:20.806]➜  packagefile github.com/aws/smithy-go=/tmp/go-build282983591/b1276/_pkg_.a
2025-08-20T21:59:18.9815239Z [00:03:20.806]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:18.9815778Z [00:03:20.806]➜  EOF
2025-08-20T21:59:18.9820151Z [00:03:20.806]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1277/_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/b1277=>" -p github.com/aws/smithy-go/auth -lang=go1.22 -complete -installsuffix shared -buildid vLdS9l3jqwwAjK0X7-z-/vLdS9l3jqwwAjK0X7-z- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1277/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:59:19.0005442Z [00:03:20.826]➜  go tool buildid -w $WORK/b1277/_pkg_.a # internal
2025-08-20T21:59:19.0006818Z [00:03:20.826]➜  cp $WORK/b1277/_pkg_.a /root/.cache/go-build/09/09015660e1798a16e90093e7c3fe772603067109dcfc2b7dfd8e2074a97ccde3-d # internal
2025-08-20T21:59:19.0007876Z [00:03:20.826]➜  github.com/aws/smithy-go/metrics
2025-08-20T21:59:19.0008419Z [00:03:20.826]➜  mkdir -p $WORK/b1278/
2025-08-20T21:59:19.0009123Z [00:03:20.826]➜  cat >/tmp/go-build282983591/b1278/importcfg << 'EOF' # internal
2025-08-20T21:59:19.0009756Z [00:03:20.826]➜  # import config
2025-08-20T21:59:19.0010547Z [00:03:20.826]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:19.0011506Z [00:03:20.826]➜  packagefile github.com/aws/smithy-go=/tmp/go-build282983591/b1276/_pkg_.a
2025-08-20T21:59:19.0012242Z [00:03:20.826]➜  EOF
2025-08-20T21:59:19.0016063Z [00:03:20.826]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1278/_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/b1278=>" -p github.com/aws/smithy-go/metrics -lang=go1.22 -complete -installsuffix shared -buildid QT2HNprEgJOZgeXtN06g/QT2HNprEgJOZgeXtN06g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1278/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:59:19.0121979Z [00:03:20.837]➜  go tool buildid -w $WORK/b1229/_pkg_.a # internal
2025-08-20T21:59:19.0436774Z [00:03:20.869]➜  go tool buildid -w $WORK/b1278/_pkg_.a # internal
2025-08-20T21:59:19.0450753Z [00:03:20.870]➜  cp $WORK/b1278/_pkg_.a /root/.cache/go-build/ca/ca69e761f94b4c13133ce48f8dd264cabdb12f689cc3922085cea94ba6629033-d # internal
2025-08-20T21:59:19.0481721Z [00:03:20.872]➜  github.com/aws/smithy-go/time
2025-08-20T21:59:19.0482422Z [00:03:20.872]➜  mkdir -p $WORK/b1279/
2025-08-20T21:59:19.0484754Z [00:03:20.872]➜  cat >/tmp/go-build282983591/b1279/importcfg << 'EOF' # internal
2025-08-20T21:59:19.0485716Z [00:03:20.872]➜  # import config
2025-08-20T21:59:19.0486415Z [00:03:20.872]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:19.0487256Z [00:03:20.872]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:19.0488354Z [00:03:20.872]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:59:19.0489246Z [00:03:20.872]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:19.0492784Z [00:03:20.872]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:19.0493455Z [00:03:20.872]➜  EOF
2025-08-20T21:59:19.0497151Z [00:03:20.874]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1279/_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/b1279=>" -p github.com/aws/smithy-go/time -lang=go1.22 -complete -installsuffix shared -buildid NRSKoJv3y20k5XJfuj_S/NRSKoJv3y20k5XJfuj_S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1279/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/time/time.go
2025-08-20T21:59:19.0886835Z [00:03:20.914]➜  go tool buildid -w $WORK/b1279/_pkg_.a # internal
2025-08-20T21:59:19.0892521Z [00:03:20.914]➜  cp $WORK/b1279/_pkg_.a /root/.cache/go-build/c4/c447a40ebbfdd4b27ccda68a55aa9a02de87aeeea288c590332dd3102e7569ab-d # internal
2025-08-20T21:59:19.0894072Z [00:03:20.915]➜  github.com/aws/smithy-go/tracing
2025-08-20T21:59:19.0894977Z [00:03:20.915]➜  mkdir -p $WORK/b1280/
2025-08-20T21:59:19.0898644Z [00:03:20.915]➜  cat >/tmp/go-build282983591/b1280/importcfg << 'EOF' # internal
2025-08-20T21:59:19.0899702Z [00:03:20.915]➜  # import config
2025-08-20T21:59:19.0900661Z [00:03:20.915]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:19.0901638Z [00:03:20.915]➜  packagefile github.com/aws/smithy-go=/tmp/go-build282983591/b1276/_pkg_.a
2025-08-20T21:59:19.0902328Z [00:03:20.915]➜  EOF
2025-08-20T21:59:19.0906775Z [00:03:20.915]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1280/_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/b1280=>" -p github.com/aws/smithy-go/tracing -lang=go1.22 -complete -installsuffix shared -buildid 8lF6WT0Oo87dPVgeAtPe/8lF6WT0Oo87dPVgeAtPe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1280/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:59:19.1070653Z [00:03:20.932]➜  go tool buildid -w $WORK/b1273/_pkg_.a # internal
2025-08-20T21:59:19.1149341Z [00:03:20.940]➜  cp $WORK/b1273/_pkg_.a /root/.cache/go-build/89/891ae45f5c7ec3e86d8d0ab0c573cd61cd466b1b06399359cdd500a022752668-d # internal
2025-08-20T21:59:19.1158895Z [00:03:20.940]➜  github.com/aws/smithy-go/transport/http/internal/io
2025-08-20T21:59:19.1159756Z [00:03:20.940]➜  mkdir -p $WORK/b1281/
2025-08-20T21:59:19.1160974Z [00:03:20.941]➜  cat >/tmp/go-build282983591/b1281/importcfg << 'EOF' # internal
2025-08-20T21:59:19.1161667Z [00:03:20.941]➜  # import config
2025-08-20T21:59:19.1162289Z [00:03:20.941]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:19.1163081Z [00:03:20.941]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:19.1163737Z [00:03:20.941]➜  EOF
2025-08-20T21:59:19.1167922Z [00:03:20.941]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1281/_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/b1281=>" -p github.com/aws/smithy-go/transport/http/internal/io -lang=go1.22 -complete -installsuffix shared -buildid Ai7I6qobEbDJHn4ASaqs/Ai7I6qobEbDJHn4ASaqs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1281/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/internal/io/safe.go
2025-08-20T21:59:19.1187788Z [00:03:20.944]➜  cp $WORK/b1229/_pkg_.a /root/.cache/go-build/0f/0f301a5447a38919fb5b53ccbbd5516e3d6dbe4a8ab6eb0f7ff9b2cb31d70908-d # internal
2025-08-20T21:59:19.1190519Z [00:03:20.944]➜  github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/gitlab
2025-08-20T21:59:19.1191327Z [00:03:20.944]➜  mkdir -p $WORK/b1228/
2025-08-20T21:59:19.1196665Z [00:03:20.945]➜  cat >/tmp/go-build282983591/b1228/importcfg << 'EOF' # internal
2025-08-20T21:59:19.1200691Z [00:03:20.945]➜  # import config
2025-08-20T21:59:19.1201364Z [00:03:20.945]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:19.1202492Z [00:03:20.945]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:19.1204357Z [00:03:20.945]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/markdown/util=/tmp/go-build282983591/b1158/_pkg_.a
2025-08-20T21:59:19.1206332Z [00:03:20.945]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/format=/tmp/go-build282983591/b1159/_pkg_.a
2025-08-20T21:59:19.1208077Z [00:03:20.945]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/filters=/tmp/go-build282983591/b1215/_pkg_.a
2025-08-20T21:59:19.1209717Z [00:03:20.945]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build282983591/b342/_pkg_.a
2025-08-20T21:59:19.1211178Z [00:03:20.945]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build282983591/b1229/_pkg_.a
2025-08-20T21:59:19.1212207Z [00:03:20.945]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:19.1212813Z [00:03:20.945]➜  EOF
2025-08-20T21:59:19.1217059Z [00:03:20.945]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1228/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/trackers/gitlab=>github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/gitlab;$WORK/b1228=>" -p github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/gitlab -lang=go1.24 -complete -installsuffix shared -buildid 75mHvYxAbOQQQaKsS0iz/75mHvYxAbOQQQaKsS0iz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1228/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/trackers/gitlab/gitlab.go
2025-08-20T21:59:19.1227329Z [00:03:20.948]➜  go tool buildid -w $WORK/b1280/_pkg_.a # internal
2025-08-20T21:59:19.1243566Z [00:03:20.949]➜  cp $WORK/b1280/_pkg_.a /root/.cache/go-build/3e/3ef012e59310c368530c6e0ea19750480ec2aa89f3b333341dfe7992a9338ec4-d # internal
2025-08-20T21:59:19.1244722Z [00:03:20.949]➜  github.com/aws/smithy-go/ptr
2025-08-20T21:59:19.1245294Z [00:03:20.949]➜  mkdir -p $WORK/b1282/
2025-08-20T21:59:19.1248293Z [00:03:20.950]➜  cat >/tmp/go-build282983591/b1282/importcfg << 'EOF' # internal
2025-08-20T21:59:19.1251155Z [00:03:20.950]➜  # import config
2025-08-20T21:59:19.1251884Z [00:03:20.950]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:19.1252548Z [00:03:20.950]➜  EOF
2025-08-20T21:59:19.1256870Z [00:03:20.950]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1282/_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/b1282=>" -p github.com/aws/smithy-go/ptr -lang=go1.22 -complete -installsuffix shared -buildid 0kTpkMaOGSRQA7F4kWA5/0kTpkMaOGSRQA7F4kWA5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1282/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:59:19.1342479Z [00:03:20.959]➜  go tool buildid -w $WORK/b1281/_pkg_.a # internal
2025-08-20T21:59:19.1353376Z [00:03:20.960]➜  cp $WORK/b1281/_pkg_.a /root/.cache/go-build/cf/cf50d1b03d08dd83959aeed40fbd3112d90dd364e58e53200c29a4ab8af2d938-d # internal
2025-08-20T21:59:19.1364171Z [00:03:20.962]➜  github.com/aws/smithy-go/transport/http
2025-08-20T21:59:19.1366735Z [00:03:20.962]➜  mkdir -p $WORK/b1275/
2025-08-20T21:59:19.1375280Z [00:03:20.963]➜  cat >/tmp/go-build282983591/b1275/importcfg << 'EOF' # internal
2025-08-20T21:59:19.1380210Z [00:03:20.963]➜  # import config
2025-08-20T21:59:19.1380901Z [00:03:20.963]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:19.1381901Z [00:03:20.963]➜  packagefile crypto/md5=/tmp/go-build282983591/b073/_pkg_.a
2025-08-20T21:59:19.1382793Z [00:03:20.963]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:59:19.1383726Z [00:03:20.963]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:19.1384589Z [00:03:20.963]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:19.1385521Z [00:03:20.963]➜  packagefile github.com/aws/smithy-go=/tmp/go-build282983591/b1276/_pkg_.a
2025-08-20T21:59:19.1386784Z [00:03:20.963]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build282983591/b1277/_pkg_.a
2025-08-20T21:59:19.1387935Z [00:03:20.963]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build282983591/b1274/_pkg_.a
2025-08-20T21:59:19.1389241Z [00:03:20.963]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build282983591/b1278/_pkg_.a
2025-08-20T21:59:19.1390615Z [00:03:20.963]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build282983591/b1273/_pkg_.a
2025-08-20T21:59:19.1391761Z [00:03:20.963]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build282983591/b1279/_pkg_.a
2025-08-20T21:59:19.1392884Z [00:03:20.963]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build282983591/b1280/_pkg_.a
2025-08-20T21:59:19.1394168Z [00:03:20.963]➜  packagefile github.com/aws/smithy-go/transport/http/internal/io=/tmp/go-build282983591/b1281/_pkg_.a
2025-08-20T21:59:19.1395215Z [00:03:20.963]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:19.1395954Z [00:03:20.963]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:19.1396730Z [00:03:20.963]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:19.1397606Z [00:03:20.963]➜  packagefile net/http/httptrace=/tmp/go-build282983591/b218/_pkg_.a
2025-08-20T21:59:19.1398530Z [00:03:20.963]➜  packagefile net/http/httputil=/tmp/go-build282983591/b236/_pkg_.a
2025-08-20T21:59:19.1399416Z [00:03:20.963]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:19.1400506Z [00:03:20.963]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:19.1401266Z [00:03:20.963]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:19.1401972Z [00:03:20.963]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:19.1402778Z [00:03:20.963]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:19.1403541Z [00:03:20.963]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:59:19.1404128Z [00:03:20.963]➜  EOF
2025-08-20T21:59:19.1420096Z [00:03:20.963]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1275/_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/b1275=>" -p github.com/aws/smithy-go/transport/http -lang=go1.22 -complete -installsuffix shared -buildid uYft18fAUHd4ueerfhyh/uYft18fAUHd4ueerfhyh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1275/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:59:19.1971817Z [00:03:21.019]➜  go tool buildid -w $WORK/b1282/_pkg_.a # internal
2025-08-20T21:59:19.1973750Z [00:03:21.021]➜  cp $WORK/b1282/_pkg_.a /root/.cache/go-build/23/23b81bc333e7fbe7f02e594ccb93c10f94e371a1198d7acb36b7f12d0368e75e-d # internal
2025-08-20T21:59:19.1975948Z [00:03:21.022]➜  github.com/aws/smithy-go/rand
2025-08-20T21:59:19.1976509Z [00:03:21.022]➜  mkdir -p $WORK/b1285/
2025-08-20T21:59:19.1977206Z [00:03:21.023]➜  cat >/tmp/go-build282983591/b1285/importcfg << 'EOF' # internal
2025-08-20T21:59:19.1977761Z [00:03:21.023]➜  # import config
2025-08-20T21:59:19.1978385Z [00:03:21.023]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:59:19.1979260Z [00:03:21.023]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:59:19.1980319Z [00:03:21.023]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:19.1981088Z [00:03:21.023]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:19.1981916Z [00:03:21.023]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:59:19.1982534Z [00:03:21.023]➜  EOF
2025-08-20T21:59:19.1986657Z [00:03:21.023]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1285/_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/b1285=>" -p github.com/aws/smithy-go/rand -lang=go1.22 -complete -installsuffix shared -buildid iN3qGltgtGpS3NrBTYC5/iN3qGltgtGpS3NrBTYC5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1285/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:59:19.2165925Z [00:03:21.042]➜  go tool buildid -w $WORK/b1285/_pkg_.a # internal
2025-08-20T21:59:19.2173369Z [00:03:21.043]➜  cp $WORK/b1285/_pkg_.a /root/.cache/go-build/a3/a3bbdf5d405908a24d2df693a2871cca28ddef6e5531cdda4e660e2041cf4b08-d # internal
2025-08-20T21:59:19.2186048Z [00:03:21.044]➜  github.com/aws/aws-sdk-go-v2/internal/strings
2025-08-20T21:59:19.2200732Z [00:03:21.044]➜  mkdir -p $WORK/b1287/
2025-08-20T21:59:19.2201533Z [00:03:21.045]➜  cat >/tmp/go-build282983591/b1287/importcfg << 'EOF' # internal
2025-08-20T21:59:19.2202240Z [00:03:21.045]➜  # import config
2025-08-20T21:59:19.2202910Z [00:03:21.045]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:19.2203723Z [00:03:21.045]➜  EOF
2025-08-20T21:59:19.2207917Z [00:03:21.045]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1287/_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/b1287=>" -p github.com/aws/aws-sdk-go-v2/internal/strings -lang=go1.22 -complete -installsuffix shared -buildid dWhBFG3H5u83ir5oP2vA/dWhBFG3H5u83ir5oP2vA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1287/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/strings/strings.go
2025-08-20T21:59:19.2298979Z [00:03:21.055]➜  go tool buildid -w $WORK/b1287/_pkg_.a # internal
2025-08-20T21:59:19.2310060Z [00:03:21.056]➜  cp $WORK/b1287/_pkg_.a /root/.cache/go-build/4c/4ce8199342eed8bfe573e44f99565363d5851b282fb4df17ba1d026de422a0ae-d # internal
2025-08-20T21:59:19.2317525Z [00:03:21.057]➜  github.com/aws/smithy-go/encoding/httpbinding
2025-08-20T21:59:19.2322679Z [00:03:21.057]➜  mkdir -p $WORK/b1289/
2025-08-20T21:59:19.2333915Z [00:03:21.058]➜  cat >/tmp/go-build282983591/b1289/importcfg << 'EOF' # internal
2025-08-20T21:59:19.2342424Z [00:03:21.059]➜  # import config
2025-08-20T21:59:19.2343138Z [00:03:21.059]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:19.2344051Z [00:03:21.059]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:19.2345140Z [00:03:21.059]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:19.2346136Z [00:03:21.059]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:19.2347115Z [00:03:21.059]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:59:19.2347975Z [00:03:21.059]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:19.2348803Z [00:03:21.059]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:19.2349645Z [00:03:21.059]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:19.2350730Z [00:03:21.059]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:19.2351341Z [00:03:21.059]➜  EOF
2025-08-20T21:59:19.2363464Z [00:03:21.061]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1289/_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/b1289=>" -p github.com/aws/smithy-go/encoding/httpbinding -lang=go1.22 -complete -installsuffix shared -buildid zYs_hJZH6Ga96Ck6REAd/zYs_hJZH6Ga96Ck6REAd -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/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:59:19.3881261Z [00:03:21.213]➜  go tool buildid -w $WORK/b1228/_pkg_.a # internal
2025-08-20T21:59:19.3936501Z [00:03:21.219]➜  go tool buildid -w $WORK/b1275/_pkg_.a # internal
2025-08-20T21:59:19.3947951Z [00:03:21.220]➜  cp $WORK/b1228/_pkg_.a /root/.cache/go-build/a0/a0f7b6a8761e4aa58dafbadfb10ab087d6064a80b17b9374ab0557a10f946da8-d # internal
2025-08-20T21:59:19.3950234Z [00:03:21.220]➜  github.com/projectdiscovery/nuclei/v3/pkg/reporting
2025-08-20T21:59:19.3952753Z [00:03:21.220]➜  mkdir -p $WORK/b1152/
2025-08-20T21:59:19.3964428Z [00:03:21.221]➜  cat >/tmp/go-build282983591/b1152/importcfg << 'EOF' # internal
2025-08-20T21:59:19.3965270Z [00:03:21.221]➜  # import config
2025-08-20T21:59:19.3965851Z [00:03:21.221]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:19.3966595Z [00:03:21.221]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:19.3967590Z [00:03:21.221]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:19.3968817Z [00:03:21.221]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build282983591/b623/_pkg_.a
2025-08-20T21:59:19.3975980Z [00:03:21.221]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/stringslice=/tmp/go-build282983591/b703/_pkg_.a
2025-08-20T21:59:19.3977553Z [00:03:21.221]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:19.3978961Z [00:03:21.221]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/dedupe=/tmp/go-build282983591/b1153/_pkg_.a
2025-08-20T21:59:19.3980715Z [00:03:21.221]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/es=/tmp/go-build282983591/b1154/_pkg_.a
2025-08-20T21:59:19.3982382Z [00:03:21.221]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/jsonexporter=/tmp/go-build282983591/b1155/_pkg_.a
2025-08-20T21:59:19.3984055Z [00:03:21.221]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/jsonl=/tmp/go-build282983591/b1156/_pkg_.a
2025-08-20T21:59:19.3985684Z [00:03:21.221]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/markdown=/tmp/go-build282983591/b1157/_pkg_.a
2025-08-20T21:59:19.3987412Z [00:03:21.221]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/mongo=/tmp/go-build282983591/b1160/_pkg_.a
2025-08-20T21:59:19.3989133Z [00:03:21.221]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/sarif=/tmp/go-build282983591/b1212/_pkg_.a
2025-08-20T21:59:19.3990926Z [00:03:21.221]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/splunk=/tmp/go-build282983591/b1214/_pkg_.a
2025-08-20T21:59:19.3994750Z [00:03:21.221]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/filters=/tmp/go-build282983591/b1215/_pkg_.a
2025-08-20T21:59:19.4007874Z [00:03:21.221]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/gitea=/tmp/go-build282983591/b1216/_pkg_.a
2025-08-20T21:59:19.4009697Z [00:03:21.221]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/github=/tmp/go-build282983591/b1226/_pkg_.a
2025-08-20T21:59:19.4014812Z [00:03:21.221]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/gitlab=/tmp/go-build282983591/b1228/_pkg_.a
2025-08-20T21:59:19.4016551Z [00:03:21.221]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/jira=/tmp/go-build282983591/b1232/_pkg_.a
2025-08-20T21:59:19.4018379Z [00:03:21.221]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/linear=/tmp/go-build282983591/b1238/_pkg_.a
2025-08-20T21:59:19.4020082Z [00:03:21.221]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build282983591/b342/_pkg_.a
2025-08-20T21:59:19.4021404Z [00:03:21.221]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:59:19.4022619Z [00:03:21.221]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:59:19.4023699Z [00:03:21.221]➜  packagefile go.uber.org/multierr=/tmp/go-build282983591/b338/_pkg_.a
2025-08-20T21:59:19.4024631Z [00:03:21.221]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build282983591/b685/_pkg_.a
2025-08-20T21:59:19.4025529Z [00:03:21.221]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:19.4028053Z [00:03:21.221]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:19.4029139Z [00:03:21.221]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:19.4038936Z [00:03:21.221]➜  EOF
2025-08-20T21:59:19.4043667Z [00:03:21.221]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1152/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting=>github.com/projectdiscovery/nuclei/v3/pkg/reporting;$WORK/b1152=>" -p github.com/projectdiscovery/nuclei/v3/pkg/reporting -lang=go1.24 -complete -installsuffix shared -buildid EeHUFDadvZdzBlNQht8q/EeHUFDadvZdzBlNQht8q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1152/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/client.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/options.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/reporting.go
2025-08-20T21:59:19.4047933Z [00:03:21.222]➜  go tool buildid -w $WORK/b1289/_pkg_.a # internal
2025-08-20T21:59:19.4049239Z [00:03:21.225]➜  cp $WORK/b1289/_pkg_.a /root/.cache/go-build/12/1236b059c505a2bee66d7f607e210e21119051d8fcbf48327f30c4674e80eb7b-d # internal
2025-08-20T21:59:19.4051135Z [00:03:21.225]➜  cp $WORK/b1275/_pkg_.a /root/.cache/go-build/84/84485dfc27414ac3147308f8304db7cd673417bdb55e91c4210fb135d7a12695-d # internal
2025-08-20T21:59:19.4052307Z [00:03:21.225]➜  github.com/aws/smithy-go/auth/bearer
2025-08-20T21:59:19.4052910Z [00:03:21.225]➜  mkdir -p $WORK/b1270/
2025-08-20T21:59:19.4053674Z [00:03:21.226]➜  cat >/tmp/go-build282983591/b1270/importcfg << 'EOF' # internal
2025-08-20T21:59:19.4054356Z [00:03:21.226]➜  # import config
2025-08-20T21:59:19.4055015Z [00:03:21.226]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:19.4055839Z [00:03:21.226]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:19.4056822Z [00:03:21.226]➜  packagefile github.com/aws/smithy-go/context=/tmp/go-build282983591/b1271/_pkg_.a
2025-08-20T21:59:19.4058299Z [00:03:21.226]➜  packagefile github.com/aws/smithy-go/internal/sync/singleflight=/tmp/go-build282983591/b1272/_pkg_.a
2025-08-20T21:59:19.4060030Z [00:03:21.226]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build282983591/b1273/_pkg_.a
2025-08-20T21:59:19.4061326Z [00:03:21.226]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build282983591/b1275/_pkg_.a
2025-08-20T21:59:19.4062402Z [00:03:21.226]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:19.4063228Z [00:03:21.226]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:19.4063797Z [00:03:21.226]➜  EOF
2025-08-20T21:59:19.4068896Z [00:03:21.226]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1270/_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/b1270=>" -p github.com/aws/smithy-go/auth/bearer -lang=go1.22 -complete -installsuffix shared -buildid 7gTz8FCCvL1fLof17vG8/7gTz8FCCvL1fLof17vG8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1270/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:59:19.4073635Z [00:03:21.228]➜  github.com/aws/aws-sdk-go-v2/aws/ratelimit
2025-08-20T21:59:19.4074253Z [00:03:21.229]➜  mkdir -p $WORK/b1296/
2025-08-20T21:59:19.4074951Z [00:03:21.229]➜  cat >/tmp/go-build282983591/b1296/importcfg << 'EOF' # internal
2025-08-20T21:59:19.4075608Z [00:03:21.229]➜  # import config
2025-08-20T21:59:19.4076247Z [00:03:21.229]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:19.4077010Z [00:03:21.229]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:19.4077787Z [00:03:21.229]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:19.4078369Z [00:03:21.229]➜  EOF
2025-08-20T21:59:19.4083467Z [00:03:21.229]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1296/_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/b1296=>" -p github.com/aws/aws-sdk-go-v2/aws/ratelimit -lang=go1.22 -complete -installsuffix shared -buildid X_77LZ6VOFBFKt0vp9au/X_77LZ6VOFBFKt0vp9au -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1296/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:59:19.4410401Z [00:03:21.266]➜  go tool buildid -w $WORK/b1296/_pkg_.a # internal
2025-08-20T21:59:19.4417303Z [00:03:21.267]➜  cp $WORK/b1296/_pkg_.a /root/.cache/go-build/70/70bbc2125928776118314f3eb3bf6dbe251425f9522973604abffd53989d1477-d # internal
2025-08-20T21:59:19.4423657Z [00:03:21.267]➜  github.com/aws/aws-sdk-go-v2/internal/auth
2025-08-20T21:59:19.4424839Z [00:03:21.268]➜  mkdir -p $WORK/b1288/
2025-08-20T21:59:19.4430458Z [00:03:21.268]➜  cat >/tmp/go-build282983591/b1288/importcfg << 'EOF' # internal
2025-08-20T21:59:19.4431431Z [00:03:21.268]➜  # import config
2025-08-20T21:59:19.4432378Z [00:03:21.268]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:19.4433484Z [00:03:21.268]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:19.4434714Z [00:03:21.268]➜  packagefile github.com/aws/smithy-go=/tmp/go-build282983591/b1276/_pkg_.a
2025-08-20T21:59:19.4435994Z [00:03:21.268]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build282983591/b1277/_pkg_.a
2025-08-20T21:59:19.4437354Z [00:03:21.268]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build282983591/b1273/_pkg_.a
2025-08-20T21:59:19.4438933Z [00:03:21.268]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build282983591/b1275/_pkg_.a
2025-08-20T21:59:19.4440457Z [00:03:21.268]➜  EOF
2025-08-20T21:59:19.4444990Z [00:03:21.268]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1288/_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/b1288=>" -p github.com/aws/aws-sdk-go-v2/internal/auth -lang=go1.22 -complete -installsuffix shared -buildid tvaE5xRczG7setjr7y2I/tvaE5xRczG7setjr7y2I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1288/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:59:19.4479962Z [00:03:21.273]➜  go tool buildid -w $WORK/b1270/_pkg_.a # internal
2025-08-20T21:59:19.4492141Z [00:03:21.274]➜  cp $WORK/b1270/_pkg_.a /root/.cache/go-build/b5/b5897c34b1dbc39c707f02fd3750f6a94a475086ca006775e3cd35a03e184b5e-d # internal
2025-08-20T21:59:19.4554172Z [00:03:21.280]➜  github.com/aws/aws-sdk-go-v2/aws
2025-08-20T21:59:19.4555335Z [00:03:21.280]➜  mkdir -p $WORK/b1266/
2025-08-20T21:59:19.4558455Z [00:03:21.280]➜  cat >/tmp/go-build282983591/b1266/importcfg << 'EOF' # internal
2025-08-20T21:59:19.4559683Z [00:03:21.280]➜  # import config
2025-08-20T21:59:19.4561820Z [00:03:21.280]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:19.4562832Z [00:03:21.280]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:19.4564236Z [00:03:21.280]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build282983591/b1267/_pkg_.a
2025-08-20T21:59:19.4566404Z [00:03:21.280]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build282983591/b1268/_pkg_.a
2025-08-20T21:59:19.4568251Z [00:03:21.280]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sync/singleflight=/tmp/go-build282983591/b1269/_pkg_.a
2025-08-20T21:59:19.4570413Z [00:03:21.280]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build282983591/b1270/_pkg_.a
2025-08-20T21:59:19.4572213Z [00:03:21.280]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build282983591/b1274/_pkg_.a
2025-08-20T21:59:19.4574122Z [00:03:21.280]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build282983591/b1273/_pkg_.a
2025-08-20T21:59:19.4576068Z [00:03:21.280]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build282983591/b1282/_pkg_.a
2025-08-20T21:59:19.4578191Z [00:03:21.280]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:19.4579036Z [00:03:21.280]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:19.4580023Z [00:03:21.280]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:19.4580828Z [00:03:21.281]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:19.4581647Z [00:03:21.281]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:19.4582232Z [00:03:21.281]➜  EOF
2025-08-20T21:59:19.4594126Z [00:03:21.281]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1266/_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/b1266=>" -p github.com/aws/aws-sdk-go-v2/aws -lang=go1.22 -complete -installsuffix shared -buildid a3rCKDIGGMzyxqENxifk/a3rCKDIGGMzyxqENxifk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1266/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:59:19.4868094Z [00:03:21.312]➜  go tool buildid -w $WORK/b1288/_pkg_.a # internal
2025-08-20T21:59:19.4884769Z [00:03:21.313]➜  cp $WORK/b1288/_pkg_.a /root/.cache/go-build/6a/6a9b1a3d5d12021db8c85ebd7ad5692a7a430902b8392768170b30512cdf8002-d # internal
2025-08-20T21:59:19.4892183Z [00:03:21.314]➜  github.com/aws/aws-sdk-go-v2/internal/context
2025-08-20T21:59:19.4900774Z [00:03:21.314]➜  mkdir -p $WORK/b1297/
2025-08-20T21:59:19.4909661Z [00:03:21.315]➜  cat >/tmp/go-build282983591/b1297/importcfg << 'EOF' # internal
2025-08-20T21:59:19.4916361Z [00:03:21.315]➜  # import config
2025-08-20T21:59:19.4917042Z [00:03:21.315]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:19.4918056Z [00:03:21.315]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build282983591/b1273/_pkg_.a
2025-08-20T21:59:19.4919015Z [00:03:21.315]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:19.4919601Z [00:03:21.315]➜  EOF
2025-08-20T21:59:19.4923549Z [00:03:21.315]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1297/_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/b1297=>" -p github.com/aws/aws-sdk-go-v2/internal/context -lang=go1.22 -complete -installsuffix shared -buildid QEnNYLVMiMilZCOrsyYH/QEnNYLVMiMilZCOrsyYH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1297/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/context/context.go
2025-08-20T21:59:19.5056811Z [00:03:21.331]➜  go tool buildid -w $WORK/b1297/_pkg_.a # internal
2025-08-20T21:59:19.5062421Z [00:03:21.331]➜  cp $WORK/b1297/_pkg_.a /root/.cache/go-build/f8/f8189cb8d38465bd23ca348b1c2763e1f01641e5eb9eb118b0bbccc04b4b9321-d # internal
2025-08-20T21:59:19.5069662Z [00:03:21.332]➜  github.com/aws/aws-sdk-go-v2/internal/timeconv
2025-08-20T21:59:19.5073367Z [00:03:21.332]➜  mkdir -p $WORK/b1298/
2025-08-20T21:59:19.5104684Z [00:03:21.336]➜  cat >/tmp/go-build282983591/b1298/importcfg << 'EOF' # internal
2025-08-20T21:59:19.5109673Z [00:03:21.336]➜  # import config
2025-08-20T21:59:19.5110607Z [00:03:21.336]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:19.5111222Z [00:03:21.336]➜  EOF
2025-08-20T21:59:19.5115076Z [00:03:21.336]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1298/_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/b1298=>" -p github.com/aws/aws-sdk-go-v2/internal/timeconv -lang=go1.22 -complete -installsuffix shared -buildid TxN_dI_G5ZX6ZHh7gAeN/TxN_dI_G5ZX6ZHh7gAeN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1298/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/timeconv/duration.go
2025-08-20T21:59:19.5192139Z [00:03:21.344]➜  go tool buildid -w $WORK/b1298/_pkg_.a # internal
2025-08-20T21:59:19.5207724Z [00:03:21.345]➜  cp $WORK/b1298/_pkg_.a /root/.cache/go-build/87/8723f548e975da7489b3367791d51641ab8e1e7dae3834a1478d043f647d3543-d # internal
2025-08-20T21:59:19.5209016Z [00:03:21.345]➜  github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config
2025-08-20T21:59:19.5209751Z [00:03:21.345]➜  mkdir -p $WORK/b1299/
2025-08-20T21:59:19.5210856Z [00:03:21.345]➜  cat >/tmp/go-build282983591/b1299/importcfg << 'EOF' # internal
2025-08-20T21:59:19.5211655Z [00:03:21.345]➜  # import config
2025-08-20T21:59:19.5212409Z [00:03:21.345]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:19.5213226Z [00:03:21.345]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:19.5213837Z [00:03:21.345]➜  EOF
2025-08-20T21:59:19.5217951Z [00:03:21.346]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1299/_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/b1299=>" -p github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config -lang=go1.22 -complete -installsuffix shared -buildid uSuTqqk2j5RepQ22c80a/uSuTqqk2j5RepQ22c80a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1299/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:59:19.5476584Z [00:03:21.373]➜  go tool buildid -w $WORK/b1299/_pkg_.a # internal
2025-08-20T21:59:19.5490543Z [00:03:21.374]➜  cp $WORK/b1299/_pkg_.a /root/.cache/go-build/0e/0e8a5f6fb074fc740877b4ae2f9c081da8f1acdc26932853b2ebee4fae21098a-d # internal
2025-08-20T21:59:19.5514870Z [00:03:21.377]➜  github.com/aws/smithy-go/io
2025-08-20T21:59:19.5520387Z [00:03:21.377]➜  mkdir -p $WORK/b1300/
2025-08-20T21:59:19.5521112Z [00:03:21.377]➜  cat >/tmp/go-build282983591/b1300/importcfg << 'EOF' # internal
2025-08-20T21:59:19.5521790Z [00:03:21.377]➜  # import config
2025-08-20T21:59:19.5524716Z [00:03:21.377]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:19.5527717Z [00:03:21.377]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:19.5528729Z [00:03:21.377]➜  EOF
2025-08-20T21:59:19.5534016Z [00:03:21.377]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1300/_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/b1300=>" -p github.com/aws/smithy-go/io -lang=go1.22 -complete -installsuffix shared -buildid yPXiLUOl8I31LBFlZ196/yPXiLUOl8I31LBFlZ196 -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/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:59:19.5825663Z [00:03:21.408]➜  go tool buildid -w $WORK/b1300/_pkg_.a # internal
2025-08-20T21:59:19.5832497Z [00:03:21.408]➜  cp $WORK/b1300/_pkg_.a /root/.cache/go-build/e4/e47e5a5fc1a42d6bca20c31b27928f2cebf943a9d07e98f55c7f18a8f8542366-d # internal
2025-08-20T21:59:19.5843393Z [00:03:21.410]➜  github.com/aws/aws-sdk-go-v2/internal/shareddefaults
2025-08-20T21:59:19.5844586Z [00:03:21.410]➜  mkdir -p $WORK/b1306/
2025-08-20T21:59:19.5849566Z [00:03:21.410]➜  cat >/tmp/go-build282983591/b1306/importcfg << 'EOF' # internal
2025-08-20T21:59:19.5852556Z [00:03:21.410]➜  # import config
2025-08-20T21:59:19.5853236Z [00:03:21.410]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:19.5854102Z [00:03:21.410]➜  packagefile os/user=/tmp/go-build282983591/b237/_pkg_.a
2025-08-20T21:59:19.5854995Z [00:03:21.410]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:19.5855670Z [00:03:21.410]➜  EOF
2025-08-20T21:59:19.5860140Z [00:03:21.410]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1306/_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/b1306=>" -p github.com/aws/aws-sdk-go-v2/internal/shareddefaults -lang=go1.22 -complete -installsuffix shared -buildid J61pqW-Sl7JLQA5djIEP/J61pqW-Sl7JLQA5djIEP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1306/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/shareddefaults/shared_config.go
2025-08-20T21:59:19.6062759Z [00:03:21.431]➜  go tool buildid -w $WORK/b1306/_pkg_.a # internal
2025-08-20T21:59:19.6071556Z [00:03:21.432]➜  cp $WORK/b1306/_pkg_.a /root/.cache/go-build/d5/d527d4e265bf3602df2b3fbae02df3efd211142600379f83dc337de5c9ef02b4-d # internal
2025-08-20T21:59:19.6077142Z [00:03:21.433]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/restjson
2025-08-20T21:59:19.6095322Z [00:03:21.433]➜  mkdir -p $WORK/b1309/
2025-08-20T21:59:19.6096094Z [00:03:21.434]➜  cat >/tmp/go-build282983591/b1309/importcfg << 'EOF' # internal
2025-08-20T21:59:19.6096796Z [00:03:21.434]➜  # import config
2025-08-20T21:59:19.6097517Z [00:03:21.434]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:19.6098502Z [00:03:21.434]➜  packagefile github.com/aws/smithy-go=/tmp/go-build282983591/b1276/_pkg_.a
2025-08-20T21:59:19.6099407Z [00:03:21.434]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:19.6100380Z [00:03:21.434]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:19.6100980Z [00:03:21.434]➜  EOF
2025-08-20T21:59:19.6105053Z [00:03:21.434]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1309/_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/b1309=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/restjson -lang=go1.22 -complete -installsuffix shared -buildid iwfSlwyhsKOeUywnytXQ/iwfSlwyhsKOeUywnytXQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1309/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:59:19.6309687Z [00:03:21.456]➜  go tool buildid -w $WORK/b1309/_pkg_.a # internal
2025-08-20T21:59:19.6316907Z [00:03:21.457]➜  cp $WORK/b1309/_pkg_.a /root/.cache/go-build/6c/6ce8b380f5e7425b97138d6acea034bcf3921b30dde94f8e643220a0925db254-d # internal
2025-08-20T21:59:19.6329226Z [00:03:21.458]➜  github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn
2025-08-20T21:59:19.6332923Z [00:03:21.458]➜  mkdir -p $WORK/b1313/
2025-08-20T21:59:19.6340882Z [00:03:21.459]➜  cat >/tmp/go-build282983591/b1313/importcfg << 'EOF' # internal
2025-08-20T21:59:19.6356090Z [00:03:21.459]➜  # import config
2025-08-20T21:59:19.6356991Z [00:03:21.459]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build282983591/b1275/_pkg_.a
2025-08-20T21:59:19.6357933Z [00:03:21.459]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:19.6358697Z [00:03:21.459]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:19.6359447Z [00:03:21.459]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:19.6360347Z [00:03:21.459]➜  EOF
2025-08-20T21:59:19.6367781Z [00:03:21.460]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1313/_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/b1313=>" -p github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn -lang=go1.22 -complete -installsuffix shared -buildid o04Hpj6dLPd61P7Ih1Uu/o04Hpj6dLPd61P7Ih1Uu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1313/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:59:19.6395289Z [00:03:21.465]➜  go tool buildid -w $WORK/b1266/_pkg_.a # internal
2025-08-20T21:59:19.6470951Z [00:03:21.472]➜  cp $WORK/b1266/_pkg_.a /root/.cache/go-build/57/57e852f88d8645e9585a11c437dc45b2626ef201a0fcf25ad94b3b49f803a3f4-d # internal
2025-08-20T21:59:19.6489145Z [00:03:21.474]➜  github.com/aws/aws-sdk-go-v2/aws/middleware
2025-08-20T21:59:19.6489964Z [00:03:21.474]➜  mkdir -p $WORK/b1284/
2025-08-20T21:59:19.6507323Z [00:03:21.476]➜  cat >/tmp/go-build282983591/b1284/importcfg << 'EOF' # internal
2025-08-20T21:59:19.6508120Z [00:03:21.476]➜  # import config
2025-08-20T21:59:19.6523082Z [00:03:21.476]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:19.6524132Z [00:03:21.476]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:19.6525334Z [00:03:21.476]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build282983591/b1266/_pkg_.a
2025-08-20T21:59:19.6526817Z [00:03:21.476]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build282983591/b1267/_pkg_.a
2025-08-20T21:59:19.6528321Z [00:03:21.476]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build282983591/b1268/_pkg_.a
2025-08-20T21:59:19.6529734Z [00:03:21.476]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build282983591/b1274/_pkg_.a
2025-08-20T21:59:19.6531338Z [00:03:21.476]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build282983591/b1273/_pkg_.a
2025-08-20T21:59:19.6532742Z [00:03:21.476]➜  packagefile github.com/aws/smithy-go/rand=/tmp/go-build282983591/b1285/_pkg_.a
2025-08-20T21:59:19.6534120Z [00:03:21.476]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build282983591/b1280/_pkg_.a
2025-08-20T21:59:19.6535538Z [00:03:21.476]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build282983591/b1275/_pkg_.a
2025-08-20T21:59:19.6536744Z [00:03:21.476]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:19.6543751Z [00:03:21.476]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:19.6544668Z [00:03:21.476]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:19.6545558Z [00:03:21.476]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:19.6546423Z [00:03:21.476]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:19.6547064Z [00:03:21.476]➜  EOF
2025-08-20T21:59:19.6557477Z [00:03:21.478]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1284/_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/b1284=>" -p github.com/aws/aws-sdk-go-v2/aws/middleware -lang=go1.22 -complete -installsuffix shared -buildid YuZKB-LsCFsQ37jcqTIz/YuZKB-LsCFsQ37jcqTIz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1284/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:59:19.6812689Z [00:03:21.506]➜  go tool buildid -w $WORK/b1313/_pkg_.a # internal
2025-08-20T21:59:19.6821892Z [00:03:21.507]➜  cp $WORK/b1313/_pkg_.a /root/.cache/go-build/b1/b1840cc37ec2111f7a0338f9665e60231244dabc727ea72aa647e6b113efc7e0-d # internal
2025-08-20T21:59:19.6889057Z [00:03:21.513]➜  github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4
2025-08-20T21:59:19.6890071Z [00:03:21.513]➜  mkdir -p $WORK/b1286/
2025-08-20T21:59:19.6890881Z [00:03:21.514]➜  cat >/tmp/go-build282983591/b1286/importcfg << 'EOF' # internal
2025-08-20T21:59:19.6891665Z [00:03:21.514]➜  # import config
2025-08-20T21:59:19.6892373Z [00:03:21.514]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:59:19.6893327Z [00:03:21.514]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:59:19.6894401Z [00:03:21.514]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build282983591/b1266/_pkg_.a
2025-08-20T21:59:19.6895929Z [00:03:21.514]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/strings=/tmp/go-build282983591/b1287/_pkg_.a
2025-08-20T21:59:19.6897380Z [00:03:21.514]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:19.6898281Z [00:03:21.514]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:19.6899132Z [00:03:21.514]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:19.6900180Z [00:03:21.514]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:19.6901024Z [00:03:21.514]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:19.6901662Z [00:03:21.514]➜  EOF
2025-08-20T21:59:19.6930920Z [00:03:21.514]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1286/_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/b1286=>" -p github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4 -lang=go1.22 -complete -installsuffix shared -buildid jvrJz-W8Lbw_HxZDR1w5/jvrJz-W8Lbw_HxZDR1w5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1286/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:59:19.7836029Z [00:03:21.609]➜  go tool buildid -w $WORK/b1284/_pkg_.a # internal
2025-08-20T21:59:19.7860643Z [00:03:21.611]➜  cp $WORK/b1284/_pkg_.a /root/.cache/go-build/20/203b2051bd082e6c6ba13f7ffcdb74805954e85b325befb9c026c87647d17381-d # internal
2025-08-20T21:59:19.7904415Z [00:03:21.616]➜  github.com/aws/aws-sdk-go-v2/aws/transport/http
2025-08-20T21:59:19.7905108Z [00:03:21.616]➜  mkdir -p $WORK/b1291/
2025-08-20T21:59:19.7912069Z [00:03:21.616]➜  cat >/tmp/go-build282983591/b1291/importcfg << 'EOF' # internal
2025-08-20T21:59:19.7915089Z [00:03:21.616]➜  # import config
2025-08-20T21:59:19.7916810Z [00:03:21.616]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:19.7918212Z [00:03:21.616]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:59:19.7920009Z [00:03:21.616]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:19.7920811Z [00:03:21.616]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:19.7921894Z [00:03:21.616]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build282983591/b1266/_pkg_.a
2025-08-20T21:59:19.7923092Z [00:03:21.616]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build282983591/b1284/_pkg_.a
2025-08-20T21:59:19.7924228Z [00:03:21.616]➜  packagefile github.com/aws/smithy-go=/tmp/go-build282983591/b1276/_pkg_.a
2025-08-20T21:59:19.7925432Z [00:03:21.616]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build282983591/b1273/_pkg_.a
2025-08-20T21:59:19.7926692Z [00:03:21.616]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build282983591/b1280/_pkg_.a
2025-08-20T21:59:19.7927975Z [00:03:21.616]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build282983591/b1275/_pkg_.a
2025-08-20T21:59:19.7929055Z [00:03:21.616]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:19.7930071Z [00:03:21.616]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:19.7930968Z [00:03:21.616]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:19.7931856Z [00:03:21.616]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:19.7932891Z [00:03:21.616]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:19.7933739Z [00:03:21.616]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:19.7934348Z [00:03:21.616]➜  EOF
2025-08-20T21:59:19.7950275Z [00:03:21.617]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1291/_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/b1291=>" -p github.com/aws/aws-sdk-go-v2/aws/transport/http -lang=go1.22 -complete -installsuffix shared -buildid _qF4UqW6IoQscX5Mubb8/_qF4UqW6IoQscX5Mubb8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1291/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:59:19.8265560Z [00:03:21.652]➜  go tool buildid -w $WORK/b1152/_pkg_.a # internal
2025-08-20T21:59:19.8352012Z [00:03:21.660]➜  cp $WORK/b1152/_pkg_.a /root/.cache/go-build/ed/ed1afca545573fce652a008498a8490aa5540332a4528850107523ef931c7668-d # internal
2025-08-20T21:59:19.8356053Z [00:03:21.661]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/writer
2025-08-20T21:59:19.8356874Z [00:03:21.661]➜  mkdir -p $WORK/b1151/
2025-08-20T21:59:19.8357569Z [00:03:21.661]➜  cat >/tmp/go-build282983591/b1151/importcfg << 'EOF' # internal
2025-08-20T21:59:19.8358194Z [00:03:21.661]➜  # import config
2025-08-20T21:59:19.8358996Z [00:03:21.661]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:19.8360511Z [00:03:21.661]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:19.8362175Z [00:03:21.661]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/progress=/tmp/go-build282983591/b1141/_pkg_.a
2025-08-20T21:59:19.8363567Z [00:03:21.661]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting=/tmp/go-build282983591/b1152/_pkg_.a
2025-08-20T21:59:19.8364461Z [00:03:21.661]➜  EOF
2025-08-20T21:59:19.8368937Z [00:03:21.661]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1151/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/helpers/writer=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/writer;$WORK/b1151=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/writer -lang=go1.24 -complete -installsuffix shared -buildid rh1o71gy1tMa-ZWEFX8K/rh1o71gy1tMa-ZWEFX8K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1151/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/helpers/writer/writer.go
2025-08-20T21:59:19.8466195Z [00:03:21.672]➜  go tool buildid -w $WORK/b1286/_pkg_.a # internal
2025-08-20T21:59:19.8468717Z [00:03:21.672]➜  cp $WORK/b1286/_pkg_.a /root/.cache/go-build/c7/c7befe3c2c5f6a99f9a91bb42ed99831cba14106b773d9fbbb2bcdbbf95edca1-d # internal
2025-08-20T21:59:19.8486846Z [00:03:21.674]➜  github.com/aws/aws-sdk-go-v2/aws/signer/v4
2025-08-20T21:59:19.8492686Z [00:03:21.675]➜  mkdir -p $WORK/b1283/
2025-08-20T21:59:19.8504784Z [00:03:21.676]➜  cat >/tmp/go-build282983591/b1283/importcfg << 'EOF' # internal
2025-08-20T21:59:19.8506690Z [00:03:21.676]➜  # import config
2025-08-20T21:59:19.8507619Z [00:03:21.676]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:19.8510154Z [00:03:21.676]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:59:19.8511095Z [00:03:21.676]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:59:19.8511956Z [00:03:21.676]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:19.8512954Z [00:03:21.676]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build282983591/b1266/_pkg_.a
2025-08-20T21:59:19.8514191Z [00:03:21.676]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build282983591/b1284/_pkg_.a
2025-08-20T21:59:19.8515538Z [00:03:21.676]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4=/tmp/go-build282983591/b1286/_pkg_.a
2025-08-20T21:59:19.8516841Z [00:03:21.676]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build282983591/b1288/_pkg_.a
2025-08-20T21:59:19.8518080Z [00:03:21.676]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build282983591/b1268/_pkg_.a
2025-08-20T21:59:19.8519356Z [00:03:21.676]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build282983591/b1289/_pkg_.a
2025-08-20T21:59:19.8520780Z [00:03:21.676]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build282983591/b1274/_pkg_.a
2025-08-20T21:59:19.8521942Z [00:03:21.676]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build282983591/b1273/_pkg_.a
2025-08-20T21:59:19.8523120Z [00:03:21.676]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build282983591/b1280/_pkg_.a
2025-08-20T21:59:19.8524485Z [00:03:21.676]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build282983591/b1275/_pkg_.a
2025-08-20T21:59:19.8525463Z [00:03:21.676]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:59:19.8526217Z [00:03:21.676]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:19.8526998Z [00:03:21.676]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:19.8527848Z [00:03:21.676]➜  packagefile net/textproto=/tmp/go-build282983591/b212/_pkg_.a
2025-08-20T21:59:19.8531412Z [00:03:21.676]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:19.8532226Z [00:03:21.676]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:19.8533034Z [00:03:21.676]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:19.8533876Z [00:03:21.676]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:19.8534832Z [00:03:21.676]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:19.8535430Z [00:03:21.676]➜  EOF
2025-08-20T21:59:19.8546370Z [00:03:21.679]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1283/_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/b1283=>" -p github.com/aws/aws-sdk-go-v2/aws/signer/v4 -lang=go1.22 -complete -installsuffix shared -buildid mt2vKy8q584Fxw4xQL3-/mt2vKy8q584Fxw4xQL3- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1283/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:59:19.8889179Z [00:03:21.714]➜  go tool buildid -w $WORK/b1291/_pkg_.a # internal
2025-08-20T21:59:19.8914604Z [00:03:21.716]➜  cp $WORK/b1291/_pkg_.a /root/.cache/go-build/47/47a39136394753190fa710817b2df121d3e2342cd5abb30533c8b82d84c53746-d # internal
2025-08-20T21:59:19.8925672Z [00:03:21.718]➜  github.com/aws/aws-sdk-go-v2/credentials
2025-08-20T21:59:19.8929255Z [00:03:21.718]➜  mkdir -p $WORK/b1292/
2025-08-20T21:59:19.8933804Z [00:03:21.718]➜  cat >/tmp/go-build282983591/b1292/importcfg << 'EOF' # internal
2025-08-20T21:59:19.8962915Z [00:03:21.718]➜  # import config
2025-08-20T21:59:19.8963660Z [00:03:21.718]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:19.8964704Z [00:03:21.718]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build282983591/b1266/_pkg_.a
2025-08-20T21:59:19.8965492Z [00:03:21.718]➜  EOF
2025-08-20T21:59:19.8970957Z [00:03:21.719]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1292/_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/b1292=>" -p github.com/aws/aws-sdk-go-v2/credentials -lang=go1.22 -complete -installsuffix shared -buildid 048R9KxCxKiXDjox-3KF/048R9KxCxKiXDjox-3KF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1292/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:59:19.9104948Z [00:03:21.736]➜  go tool buildid -w $WORK/b1292/_pkg_.a # internal
2025-08-20T21:59:19.9114825Z [00:03:21.737]➜  cp $WORK/b1292/_pkg_.a /root/.cache/go-build/f5/f519890e529d8d2a3fc4ff58a3ccefe439c5324858f1468433a5c5094f84b52c-d # internal
2025-08-20T21:59:19.9182345Z [00:03:21.742]➜  github.com/aws/aws-sdk-go-v2/aws/retry
2025-08-20T21:59:19.9182986Z [00:03:21.742]➜  mkdir -p $WORK/b1295/
2025-08-20T21:59:19.9192951Z [00:03:21.744]➜  cat >/tmp/go-build282983591/b1295/importcfg << 'EOF' # internal
2025-08-20T21:59:19.9196967Z [00:03:21.745]➜  # import config
2025-08-20T21:59:19.9199082Z [00:03:21.745]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:19.9200418Z [00:03:21.745]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:19.9202793Z [00:03:21.745]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:19.9205830Z [00:03:21.745]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build282983591/b1266/_pkg_.a
2025-08-20T21:59:19.9207093Z [00:03:21.745]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build282983591/b1284/_pkg_.a
2025-08-20T21:59:19.9208326Z [00:03:21.745]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/ratelimit=/tmp/go-build282983591/b1296/_pkg_.a
2025-08-20T21:59:19.9209627Z [00:03:21.745]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build282983591/b1297/_pkg_.a
2025-08-20T21:59:19.9211109Z [00:03:21.745]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build282983591/b1267/_pkg_.a
2025-08-20T21:59:19.9212528Z [00:03:21.745]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build282983591/b1268/_pkg_.a
2025-08-20T21:59:19.9213789Z [00:03:21.745]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/timeconv=/tmp/go-build282983591/b1298/_pkg_.a
2025-08-20T21:59:19.9214959Z [00:03:21.745]➜  packagefile github.com/aws/smithy-go=/tmp/go-build282983591/b1276/_pkg_.a
2025-08-20T21:59:19.9216047Z [00:03:21.745]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build282983591/b1274/_pkg_.a
2025-08-20T21:59:19.9217200Z [00:03:21.745]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build282983591/b1278/_pkg_.a
2025-08-20T21:59:19.9218354Z [00:03:21.745]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build282983591/b1273/_pkg_.a
2025-08-20T21:59:19.9219682Z [00:03:21.745]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build282983591/b1280/_pkg_.a
2025-08-20T21:59:19.9244217Z [00:03:21.745]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build282983591/b1275/_pkg_.a
2025-08-20T21:59:19.9245308Z [00:03:21.745]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:19.9246078Z [00:03:21.745]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:19.9246855Z [00:03:21.745]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:19.9247654Z [00:03:21.745]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:19.9248453Z [00:03:21.745]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:19.9249242Z [00:03:21.745]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:19.9250247Z [00:03:21.745]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:19.9250857Z [00:03:21.745]➜  EOF
2025-08-20T21:59:19.9261424Z [00:03:21.745]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1295/_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/b1295=>" -p github.com/aws/aws-sdk-go-v2/aws/retry -lang=go1.22 -complete -installsuffix shared -buildid z6ZIB_r6E2EoHDd3KKNT/z6ZIB_r6E2EoHDd3KKNT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1295/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:59:20.0027223Z [00:03:21.828]➜  go tool buildid -w $WORK/b1283/_pkg_.a # internal
2025-08-20T21:59:20.0051059Z [00:03:21.830]➜  cp $WORK/b1283/_pkg_.a /root/.cache/go-build/8b/8b5f04f121519c540e6a6c422728504fbfb284e9e3d5bec96b8ab66d1fdeb974-d # internal
2025-08-20T21:59:20.0059640Z [00:03:21.831]➜  github.com/aws/aws-sdk-go-v2/credentials/processcreds
2025-08-20T21:59:20.0067303Z [00:03:21.832]➜  mkdir -p $WORK/b1303/
2025-08-20T21:59:20.0074027Z [00:03:21.832]➜  cat >/tmp/go-build282983591/b1303/importcfg << 'EOF' # internal
2025-08-20T21:59:20.0086622Z [00:03:21.833]➜  # import config
2025-08-20T21:59:20.0087457Z [00:03:21.833]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:20.0088268Z [00:03:21.833]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:20.0089133Z [00:03:21.833]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:20.0090162Z [00:03:21.833]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:20.0091107Z [00:03:21.833]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build282983591/b1266/_pkg_.a
2025-08-20T21:59:20.0092280Z [00:03:21.833]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdkio=/tmp/go-build282983591/b1304/_pkg_.a
2025-08-20T21:59:20.0093289Z [00:03:21.833]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:20.0094030Z [00:03:21.834]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:20.0094925Z [00:03:21.834]➜  packagefile os/exec=/tmp/go-build282983591/b510/_pkg_.a
2025-08-20T21:59:20.0095724Z [00:03:21.834]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:20.0100545Z [00:03:21.834]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:20.0101155Z [00:03:21.834]➜  EOF
2025-08-20T21:59:20.0105949Z [00:03:21.834]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1303/_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/b1303=>" -p github.com/aws/aws-sdk-go-v2/credentials/processcreds -lang=go1.22 -complete -installsuffix shared -buildid UYUOaGMXnu86gQ0pDa8S/UYUOaGMXnu86gQ0pDa8S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1303/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:59:20.0223549Z [00:03:21.847]➜  go tool buildid -w $WORK/b1151/_pkg_.a # internal
2025-08-20T21:59:20.0251676Z [00:03:21.850]➜  cp $WORK/b1151/_pkg_.a /root/.cache/go-build/1e/1e253311d027439c6afcb4ffcf2300ea4c5cb882279154483ed6d5602a76b489-d # internal
2025-08-20T21:59:20.0258021Z [00:03:21.851]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/interactsh
2025-08-20T21:59:20.0266855Z [00:03:21.851]➜  mkdir -p $WORK/b1149/
2025-08-20T21:59:20.0267619Z [00:03:21.851]➜  cat >/tmp/go-build282983591/b1149/importcfg << 'EOF' # internal
2025-08-20T21:59:20.0268323Z [00:03:21.851]➜  # import config
2025-08-20T21:59:20.0269001Z [00:03:21.851]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:20.0269992Z [00:03:21.851]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:20.0270799Z [00:03:21.851]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:20.0271726Z [00:03:21.851]➜  packagefile github.com/Mzack9999/gcache=/tmp/go-build282983591/b345/_pkg_.a
2025-08-20T21:59:20.0272907Z [00:03:21.851]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:20.0274250Z [00:03:21.851]➜  packagefile github.com/projectdiscovery/interactsh/pkg/client=/tmp/go-build282983591/b326/_pkg_.a
2025-08-20T21:59:20.0275878Z [00:03:21.851]➜  packagefile github.com/projectdiscovery/interactsh/pkg/server=/tmp/go-build282983591/b579/_pkg_.a
2025-08-20T21:59:20.0277322Z [00:03:21.851]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/frequency=/tmp/go-build282983591/b1134/_pkg_.a
2025-08-20T21:59:20.0278802Z [00:03:21.851]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build282983591/b750/_pkg_.a
2025-08-20T21:59:20.0280876Z [00:03:21.851]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:20.0282274Z [00:03:21.851]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/progress=/tmp/go-build282983591/b1141/_pkg_.a
2025-08-20T21:59:20.0284020Z [00:03:21.851]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/responsehighlighter=/tmp/go-build282983591/b1150/_pkg_.a
2025-08-20T21:59:20.0286129Z [00:03:21.851]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/writer=/tmp/go-build282983591/b1151/_pkg_.a
2025-08-20T21:59:20.0287698Z [00:03:21.851]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting=/tmp/go-build282983591/b1152/_pkg_.a
2025-08-20T21:59:20.0289059Z [00:03:21.851]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build282983591/b342/_pkg_.a
2025-08-20T21:59:20.0290534Z [00:03:21.851]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:59:20.0291803Z [00:03:21.851]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:59:20.0292850Z [00:03:21.851]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:20.0293780Z [00:03:21.851]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:20.0294739Z [00:03:21.851]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:20.0295535Z [00:03:21.851]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:20.0296332Z [00:03:21.851]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:20.0297125Z [00:03:21.851]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:20.0297707Z [00:03:21.851]➜  EOF
2025-08-20T21:59:20.0303323Z [00:03:21.851]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1149/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/interactsh=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/interactsh;$WORK/b1149=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/interactsh -lang=go1.24 -complete -installsuffix shared -buildid 5En47sj0YM38QBi-iKp8/5En47sj0YM38QBi-iKp8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1149/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/interactsh/const.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/interactsh/interactsh.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/interactsh/options.go
2025-08-20T21:59:20.0562275Z [00:03:21.881]➜  go tool buildid -w $WORK/b1303/_pkg_.a # internal
2025-08-20T21:59:20.0581882Z [00:03:21.883]➜  cp $WORK/b1303/_pkg_.a /root/.cache/go-build/13/134583dc71a1a6ee11289db37355a732eb768ae49c40caa285565750eb43a5a4-d # internal
2025-08-20T21:59:20.0621128Z [00:03:21.887]➜  github.com/aws/aws-sdk-go-v2/aws/defaults
2025-08-20T21:59:20.0623411Z [00:03:21.888]➜  mkdir -p $WORK/b1308/
2025-08-20T21:59:20.0627566Z [00:03:21.888]➜  cat >/tmp/go-build282983591/b1308/importcfg << 'EOF' # internal
2025-08-20T21:59:20.0632029Z [00:03:21.888]➜  # import config
2025-08-20T21:59:20.0632703Z [00:03:21.888]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:20.0633758Z [00:03:21.888]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build282983591/b1266/_pkg_.a
2025-08-20T21:59:20.0634718Z [00:03:21.888]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:20.0635550Z [00:03:21.888]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:20.0636529Z [00:03:21.888]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:20.0637106Z [00:03:21.888]➜  EOF
2025-08-20T21:59:20.0642458Z [00:03:21.888]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1308/_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/b1308=>" -p github.com/aws/aws-sdk-go-v2/aws/defaults -lang=go1.22 -complete -installsuffix shared -buildid OlLGs1mk6IBUdD0pIb5i/OlLGs1mk6IBUdD0pIb5i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1308/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:59:20.1043610Z [00:03:21.929]➜  go tool buildid -w $WORK/b1308/_pkg_.a # internal
2025-08-20T21:59:20.1055496Z [00:03:21.930]➜  cp $WORK/b1308/_pkg_.a /root/.cache/go-build/6e/6ea7f437772134b81bd54efec7122aace7babea298a37679f584f639bd67e3f3-d # internal
2025-08-20T21:59:20.1086046Z [00:03:21.932]➜  github.com/aws/aws-sdk-go-v2/internal/auth/smithy
2025-08-20T21:59:20.1086888Z [00:03:21.933]➜  mkdir -p $WORK/b1310/
2025-08-20T21:59:20.1087651Z [00:03:21.934]➜  cat >/tmp/go-build282983591/b1310/importcfg << 'EOF' # internal
2025-08-20T21:59:20.1088330Z [00:03:21.934]➜  # import config
2025-08-20T21:59:20.1088993Z [00:03:21.934]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:20.1090057Z [00:03:21.934]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:20.1125780Z [00:03:21.934]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build282983591/b1266/_pkg_.a
2025-08-20T21:59:20.1127265Z [00:03:21.934]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build282983591/b1283/_pkg_.a
2025-08-20T21:59:20.1128640Z [00:03:21.934]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build282983591/b1297/_pkg_.a
2025-08-20T21:59:20.1130091Z [00:03:21.934]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build282983591/b1268/_pkg_.a
2025-08-20T21:59:20.1131301Z [00:03:21.934]➜  packagefile github.com/aws/smithy-go=/tmp/go-build282983591/b1276/_pkg_.a
2025-08-20T21:59:20.1132466Z [00:03:21.934]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build282983591/b1277/_pkg_.a
2025-08-20T21:59:20.1133649Z [00:03:21.934]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build282983591/b1270/_pkg_.a
2025-08-20T21:59:20.1134860Z [00:03:21.934]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build282983591/b1274/_pkg_.a
2025-08-20T21:59:20.1136073Z [00:03:21.934]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build282983591/b1275/_pkg_.a
2025-08-20T21:59:20.1137124Z [00:03:21.934]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:20.1137753Z [00:03:21.934]➜  EOF
2025-08-20T21:59:20.1144607Z [00:03:21.934]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1310/_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/b1310=>" -p github.com/aws/aws-sdk-go-v2/internal/auth/smithy -lang=go1.22 -complete -installsuffix shared -buildid ljoKM-VsIJAY9KEVJxPw/ljoKM-VsIJAY9KEVJxPw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1310/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:59:20.1188669Z [00:03:21.944]➜  go tool buildid -w $WORK/b1295/_pkg_.a # internal
2025-08-20T21:59:20.1223271Z [00:03:21.947]➜  cp $WORK/b1295/_pkg_.a /root/.cache/go-build/d4/d4b39a3811d228c58b2d954028525169d97d80fdf5eced679c96504d49b7f504-d # internal
2025-08-20T21:59:20.1228749Z [00:03:21.948]➜  github.com/aws/aws-sdk-go-v2/feature/ec2/imds
2025-08-20T21:59:20.1230312Z [00:03:21.948]➜  mkdir -p $WORK/b1294/
2025-08-20T21:59:20.1235481Z [00:03:21.949]➜  cat >/tmp/go-build282983591/b1294/importcfg << 'EOF' # internal
2025-08-20T21:59:20.1237899Z [00:03:21.949]➜  # import config
2025-08-20T21:59:20.1241277Z [00:03:21.949]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:20.1242122Z [00:03:21.949]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:20.1243035Z [00:03:21.949]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:20.1244068Z [00:03:21.949]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:20.1244851Z [00:03:21.949]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:20.1245840Z [00:03:21.949]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build282983591/b1266/_pkg_.a
2025-08-20T21:59:20.1247073Z [00:03:21.949]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build282983591/b1284/_pkg_.a
2025-08-20T21:59:20.1248326Z [00:03:21.949]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build282983591/b1295/_pkg_.a
2025-08-20T21:59:20.1249609Z [00:03:21.949]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build282983591/b1291/_pkg_.a
2025-08-20T21:59:20.1254321Z [00:03:21.949]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config=/tmp/go-build282983591/b1299/_pkg_.a
2025-08-20T21:59:20.1255604Z [00:03:21.949]➜  packagefile github.com/aws/smithy-go=/tmp/go-build282983591/b1276/_pkg_.a
2025-08-20T21:59:20.1256837Z [00:03:21.949]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build282983591/b1300/_pkg_.a
2025-08-20T21:59:20.1257981Z [00:03:21.949]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build282983591/b1274/_pkg_.a
2025-08-20T21:59:20.1259140Z [00:03:21.949]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build282983591/b1273/_pkg_.a
2025-08-20T21:59:20.1260846Z [00:03:21.949]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build282983591/b1275/_pkg_.a
2025-08-20T21:59:20.1261817Z [00:03:21.949]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:20.1262601Z [00:03:21.949]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:59:20.1263377Z [00:03:21.949]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:20.1264153Z [00:03:21.949]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:20.1264960Z [00:03:21.949]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:20.1265730Z [00:03:21.949]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:20.1266473Z [00:03:21.949]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:59:20.1267236Z [00:03:21.949]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:20.1268004Z [00:03:21.949]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:20.1268698Z [00:03:21.949]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:20.1269379Z [00:03:21.949]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:20.1270362Z [00:03:21.949]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:20.1270959Z [00:03:21.949]➜  EOF
2025-08-20T21:59:20.1283096Z [00:03:21.949]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1294/_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/b1294=>" -p github.com/aws/aws-sdk-go-v2/feature/ec2/imds -lang=go1.22 -complete -installsuffix shared -buildid 5Wo_WkdozYoh4-032oWw/5Wo_WkdozYoh4-032oWw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1294/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:59:20.1514126Z [00:03:21.976]➜  go tool buildid -w $WORK/b1310/_pkg_.a # internal
2025-08-20T21:59:20.1524865Z [00:03:21.978]➜  cp $WORK/b1310/_pkg_.a /root/.cache/go-build/ba/bacf30870b1aa516aca76b416857072f764268289004e95a6492795a77180265-d # internal
2025-08-20T21:59:20.1543513Z [00:03:21.979]➜  github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client
2025-08-20T21:59:20.1558093Z [00:03:21.979]➜  mkdir -p $WORK/b1302/
2025-08-20T21:59:20.1565012Z [00:03:21.982]➜  cat >/tmp/go-build282983591/b1302/importcfg << 'EOF' # internal
2025-08-20T21:59:20.1570317Z [00:03:21.982]➜  # import config
2025-08-20T21:59:20.1571051Z [00:03:21.982]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:20.1571968Z [00:03:21.982]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:20.1572855Z [00:03:21.982]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:20.1573875Z [00:03:21.982]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build282983591/b1266/_pkg_.a
2025-08-20T21:59:20.1575154Z [00:03:21.982]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build282983591/b1284/_pkg_.a
2025-08-20T21:59:20.1576474Z [00:03:21.982]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build282983591/b1295/_pkg_.a
2025-08-20T21:59:20.1577827Z [00:03:21.982]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build282983591/b1291/_pkg_.a
2025-08-20T21:59:20.1579087Z [00:03:21.982]➜  packagefile github.com/aws/smithy-go=/tmp/go-build282983591/b1276/_pkg_.a
2025-08-20T21:59:20.1581524Z [00:03:21.982]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build282983591/b1273/_pkg_.a
2025-08-20T21:59:20.1582812Z [00:03:21.982]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build282983591/b1275/_pkg_.a
2025-08-20T21:59:20.1583859Z [00:03:21.982]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:20.1584736Z [00:03:21.982]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:20.1585703Z [00:03:21.982]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:20.1586568Z [00:03:21.982]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:20.1587287Z [00:03:21.982]➜  EOF
2025-08-20T21:59:20.1601681Z [00:03:21.984]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1302/_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/b1302=>" -p github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client -lang=go1.22 -complete -installsuffix shared -buildid J7R8FtorkjpftyGsBKyj/J7R8FtorkjpftyGsBKyj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1302/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:59:20.2626732Z [00:03:22.088]➜  go tool buildid -w $WORK/b1302/_pkg_.a # internal
2025-08-20T21:59:20.2663091Z [00:03:22.091]➜  cp $WORK/b1302/_pkg_.a /root/.cache/go-build/5f/5ff9f51b645c0c5851f9778c730a427581460666ce0ec7e0c89bbd5a243f2603-d # internal
2025-08-20T21:59:20.2674178Z [00:03:22.092]➜  github.com/aws/aws-sdk-go-v2/credentials/endpointcreds
2025-08-20T21:59:20.2683421Z [00:03:22.093]➜  mkdir -p $WORK/b1301/
2025-08-20T21:59:20.2689166Z [00:03:22.094]➜  cat >/tmp/go-build282983591/b1301/importcfg << 'EOF' # internal
2025-08-20T21:59:20.2693879Z [00:03:22.094]➜  # import config
2025-08-20T21:59:20.2694552Z [00:03:22.094]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:20.2695349Z [00:03:22.094]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:20.2696321Z [00:03:22.094]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build282983591/b1266/_pkg_.a
2025-08-20T21:59:20.2697705Z [00:03:22.094]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client=/tmp/go-build282983591/b1302/_pkg_.a
2025-08-20T21:59:20.2699068Z [00:03:22.094]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build282983591/b1273/_pkg_.a
2025-08-20T21:59:20.2700368Z [00:03:22.094]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:20.2701387Z [00:03:22.094]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:20.2702002Z [00:03:22.094]➜  EOF
2025-08-20T21:59:20.2706055Z [00:03:22.094]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1301/_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/b1301=>" -p github.com/aws/aws-sdk-go-v2/credentials/endpointcreds -lang=go1.22 -complete -installsuffix shared -buildid 1pgyCtF-niyZuyhVZkUY/1pgyCtF-niyZuyhVZkUY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1301/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.70/endpointcreds/provider.go
2025-08-20T21:59:20.2790348Z [00:03:22.104]➜  go tool buildid -w $WORK/b1294/_pkg_.a # internal
2025-08-20T21:59:20.2820775Z [00:03:22.107]➜  cp $WORK/b1294/_pkg_.a /root/.cache/go-build/c6/c65fe7a7f265791eba17d323f72d4f15000ef3fe16881aa14f16af2ef8059792-d # internal
2025-08-20T21:59:20.2829690Z [00:03:22.108]➜  github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds
2025-08-20T21:59:20.2832495Z [00:03:22.108]➜  mkdir -p $WORK/b1293/
2025-08-20T21:59:20.2841935Z [00:03:22.109]➜  cat >/tmp/go-build282983591/b1293/importcfg << 'EOF' # internal
2025-08-20T21:59:20.2853433Z [00:03:22.109]➜  # import config
2025-08-20T21:59:20.2854932Z [00:03:22.109]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:20.2855844Z [00:03:22.110]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:20.2856787Z [00:03:22.110]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:20.2857707Z [00:03:22.110]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:20.2858750Z [00:03:22.110]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build282983591/b1266/_pkg_.a
2025-08-20T21:59:20.2862318Z [00:03:22.110]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds=/tmp/go-build282983591/b1294/_pkg_.a
2025-08-20T21:59:20.2863938Z [00:03:22.110]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build282983591/b1267/_pkg_.a
2025-08-20T21:59:20.2865453Z [00:03:22.110]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build282983591/b1268/_pkg_.a
2025-08-20T21:59:20.2866662Z [00:03:22.110]➜  packagefile github.com/aws/smithy-go=/tmp/go-build282983591/b1276/_pkg_.a
2025-08-20T21:59:20.2867840Z [00:03:22.110]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build282983591/b1274/_pkg_.a
2025-08-20T21:59:20.2869046Z [00:03:22.110]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build282983591/b1273/_pkg_.a
2025-08-20T21:59:20.2877300Z [00:03:22.110]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:20.2878705Z [00:03:22.110]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:59:20.2880043Z [00:03:22.110]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:20.2880895Z [00:03:22.110]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:20.2881546Z [00:03:22.110]➜  EOF
2025-08-20T21:59:20.2886426Z [00:03:22.112]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1293/_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/b1293=>" -p github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds -lang=go1.22 -complete -installsuffix shared -buildid SqHulTmcA2ci2K1lZrNg/SqHulTmcA2ci2K1lZrNg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1293/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:59:20.3010546Z [00:03:22.126]➜  go tool buildid -w $WORK/b1301/_pkg_.a # internal
2025-08-20T21:59:20.3023857Z [00:03:22.127]➜  cp $WORK/b1301/_pkg_.a /root/.cache/go-build/d9/d91fffeaf876d222c4a98f1a7bc86663946518b4712fe138a3287098064d717e-d # internal
2025-08-20T21:59:20.3028240Z [00:03:22.128]➜  github.com/aws/aws-sdk-go-v2/internal/configsources
2025-08-20T21:59:20.3028959Z [00:03:22.128]➜  mkdir -p $WORK/b1311/
2025-08-20T21:59:20.3361336Z [00:03:22.159]➜  cat >/tmp/go-build282983591/b1311/importcfg << 'EOF' # internal
2025-08-20T21:59:20.3364003Z [00:03:22.159]➜  # import config
2025-08-20T21:59:20.3364952Z [00:03:22.159]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:20.3366232Z [00:03:22.162]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build282983591/b1266/_pkg_.a
2025-08-20T21:59:20.3367868Z [00:03:22.162]➜  EOF
2025-08-20T21:59:20.3374292Z [00:03:22.162]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1311/_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/b1311=>" -p github.com/aws/aws-sdk-go-v2/internal/configsources -lang=go1.22 -complete -installsuffix shared -buildid Ye9CaSuynMvMWA7079Gm/Ye9CaSuynMvMWA7079Gm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1311/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:59:20.3465801Z [00:03:22.172]➜  go tool buildid -w $WORK/b1293/_pkg_.a # internal
2025-08-20T21:59:20.3479119Z [00:03:22.173]➜  cp $WORK/b1293/_pkg_.a /root/.cache/go-build/f8/f88aa792259d9ed6373b69d5709eeeb2bf7df18c1cde86ea5b68f10255828ef5-d # internal
2025-08-20T21:59:20.3502281Z [00:03:22.175]➜  github.com/aws/aws-sdk-go-v2/internal/endpoints
2025-08-20T21:59:20.3507774Z [00:03:22.175]➜  mkdir -p $WORK/b1312/
2025-08-20T21:59:20.3508580Z [00:03:22.175]➜  cat >/tmp/go-build282983591/b1312/importcfg << 'EOF' # internal
2025-08-20T21:59:20.3509283Z [00:03:22.175]➜  # import config
2025-08-20T21:59:20.3510327Z [00:03:22.175]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:20.3511474Z [00:03:22.175]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build282983591/b1266/_pkg_.a
2025-08-20T21:59:20.3512433Z [00:03:22.175]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:20.3513273Z [00:03:22.175]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:20.3513889Z [00:03:22.175]➜  EOF
2025-08-20T21:59:20.3517933Z [00:03:22.176]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1312/_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/b1312=>" -p github.com/aws/aws-sdk-go-v2/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid 8gZL3CJL7uhQk07FIJXD/8gZL3CJL7uhQk07FIJXD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1312/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/endpoints/endpoints.go
2025-08-20T21:59:20.3582915Z [00:03:22.183]➜  go tool buildid -w $WORK/b1311/_pkg_.a # internal
2025-08-20T21:59:20.3591641Z [00:03:22.184]➜  cp $WORK/b1311/_pkg_.a /root/.cache/go-build/f0/f08f2c06f4b286ff8f16500f57bc81f078d5dd48ebe1a543837c00e32cb56b95-d # internal
2025-08-20T21:59:20.3598631Z [00:03:22.185]➜  github.com/aws/aws-sdk-go-v2/internal/middleware
2025-08-20T21:59:20.3601680Z [00:03:22.185]➜  mkdir -p $WORK/b1314/
2025-08-20T21:59:20.3610362Z [00:03:22.186]➜  cat >/tmp/go-build282983591/b1314/importcfg << 'EOF' # internal
2025-08-20T21:59:20.3619745Z [00:03:22.186]➜  # import config
2025-08-20T21:59:20.3620809Z [00:03:22.186]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:20.3621952Z [00:03:22.186]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build282983591/b1297/_pkg_.a
2025-08-20T21:59:20.3623472Z [00:03:22.186]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build282983591/b1273/_pkg_.a
2025-08-20T21:59:20.3624733Z [00:03:22.186]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:20.3626503Z [00:03:22.186]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:20.3627179Z [00:03:22.186]➜  EOF
2025-08-20T21:59:20.3631446Z [00:03:22.187]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1314/_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/b1314=>" -p github.com/aws/aws-sdk-go-v2/internal/middleware -lang=go1.22 -complete -installsuffix shared -buildid g724egbHJOqcPFyKgiCY/g724egbHJOqcPFyKgiCY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1314/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/middleware/middleware.go
2025-08-20T21:59:20.3864525Z [00:03:22.211]➜  go tool buildid -w $WORK/b1312/_pkg_.a # internal
2025-08-20T21:59:20.3870514Z [00:03:22.211]➜  go tool buildid -w $WORK/b1314/_pkg_.a # internal
2025-08-20T21:59:20.3872090Z [00:03:22.211]➜  cp $WORK/b1312/_pkg_.a /root/.cache/go-build/4e/4eeeed47b32b83b60f6887df203f929f015b37befd91b7478df7bbc7effd819e-d # internal
2025-08-20T21:59:20.3873365Z [00:03:22.211]➜  github.com/aws/aws-sdk-go-v2/internal/endpoints/v2
2025-08-20T21:59:20.3874030Z [00:03:22.212]➜  mkdir -p $WORK/b1316/
2025-08-20T21:59:20.3874761Z [00:03:22.212]➜  cat >/tmp/go-build282983591/b1316/importcfg << 'EOF' # internal
2025-08-20T21:59:20.3875454Z [00:03:22.212]➜  # import config
2025-08-20T21:59:20.3876089Z [00:03:22.212]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:20.3877047Z [00:03:22.212]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build282983591/b1266/_pkg_.a
2025-08-20T21:59:20.3878197Z [00:03:22.212]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build282983591/b1274/_pkg_.a
2025-08-20T21:59:20.3879181Z [00:03:22.212]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:20.3880183Z [00:03:22.212]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:20.3881071Z [00:03:22.212]➜  EOF
2025-08-20T21:59:20.3885797Z [00:03:22.212]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1316/_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/b1316=>" -p github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 -lang=go1.22 -complete -installsuffix shared -buildid 7Hoqup_WVxzEjEiXi-rF/7Hoqup_WVxzEjEiXi-rF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1316/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:59:20.3892247Z [00:03:22.214]➜  cp $WORK/b1314/_pkg_.a /root/.cache/go-build/d4/d4cd2d0cf249c6b6a0b714ebd4b50bae2aad2c8615f22fa597990b5aa954a7fa-d # internal
2025-08-20T21:59:20.3893511Z [00:03:22.214]➜  github.com/aws/smithy-go/document
2025-08-20T21:59:20.3894147Z [00:03:22.214]➜  mkdir -p $WORK/b1318/
2025-08-20T21:59:20.3894871Z [00:03:22.214]➜  cat >/tmp/go-build282983591/b1318/importcfg << 'EOF' # internal
2025-08-20T21:59:20.3895542Z [00:03:22.214]➜  # import config
2025-08-20T21:59:20.3896172Z [00:03:22.214]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:20.3896994Z [00:03:22.214]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:59:20.3897801Z [00:03:22.214]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:20.3898527Z [00:03:22.214]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:20.3899136Z [00:03:22.214]➜  EOF
2025-08-20T21:59:20.3904025Z [00:03:22.214]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1318/_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/b1318=>" -p github.com/aws/smithy-go/document -lang=go1.22 -complete -installsuffix shared -buildid Qq_iwNMLCiX0Lz-x3Iy7/Qq_iwNMLCiX0Lz-x3Iy7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1318/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:59:20.4312079Z [00:03:22.255]➜  go tool buildid -w $WORK/b1316/_pkg_.a # internal
2025-08-20T21:59:20.4316067Z [00:03:22.255]➜  cp $WORK/b1316/_pkg_.a /root/.cache/go-build/c8/c8ed0641f081411c7292fde85bbb5b75b0e5f4499e5cc4a93d416407a1bd48e2-d # internal
2025-08-20T21:59:20.4334390Z [00:03:22.256]➜  github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints
2025-08-20T21:59:20.4335143Z [00:03:22.256]➜  mkdir -p $WORK/b1315/
2025-08-20T21:59:20.4335822Z [00:03:22.256]➜  go tool buildid -w $WORK/b1318/_pkg_.a # internal
2025-08-20T21:59:20.4336690Z [00:03:22.257]➜  cat >/tmp/go-build282983591/b1315/importcfg << 'EOF' # internal
2025-08-20T21:59:20.4337401Z [00:03:22.257]➜  # import config
2025-08-20T21:59:20.4338329Z [00:03:22.257]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build282983591/b1266/_pkg_.a
2025-08-20T21:59:20.4339687Z [00:03:22.257]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build282983591/b1316/_pkg_.a
2025-08-20T21:59:20.4347830Z [00:03:22.257]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build282983591/b1274/_pkg_.a
2025-08-20T21:59:20.4349255Z [00:03:22.257]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:20.4350482Z [00:03:22.257]➜  EOF
2025-08-20T21:59:20.4356075Z [00:03:22.257]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1315/_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/b1315=>" -p github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid wq06sJedrPIIsv196pAa/wq06sJedrPIIsv196pAa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1315/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:59:20.4362180Z [00:03:22.260]➜  cp $WORK/b1318/_pkg_.a /root/.cache/go-build/0e/0efa4b380592f014784165af594d6889a2dfb240890abf469cbc643aa02a7b58-d # internal
2025-08-20T21:59:20.4363573Z [00:03:22.260]➜  github.com/aws/aws-sdk-go-v2/service/sso/types
2025-08-20T21:59:20.4364266Z [00:03:22.260]➜  mkdir -p $WORK/b1317/
2025-08-20T21:59:20.4365067Z [00:03:22.260]➜  cat >/tmp/go-build282983591/b1317/importcfg << 'EOF' # internal
2025-08-20T21:59:20.4365813Z [00:03:22.260]➜  # import config
2025-08-20T21:59:20.4366504Z [00:03:22.260]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:20.4367516Z [00:03:22.260]➜  packagefile github.com/aws/smithy-go=/tmp/go-build282983591/b1276/_pkg_.a
2025-08-20T21:59:20.4368738Z [00:03:22.260]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build282983591/b1318/_pkg_.a
2025-08-20T21:59:20.4369617Z [00:03:22.260]➜  EOF
2025-08-20T21:59:20.4374211Z [00:03:22.260]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1317/_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/b1317=>" -p github.com/aws/aws-sdk-go-v2/service/sso/types -lang=go1.22 -complete -installsuffix shared -buildid F6L8ZAlnLdVBtAsx6Kve/F6L8ZAlnLdVBtAsx6Kve -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1317/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:59:20.4612619Z [00:03:22.286]➜  go tool buildid -w $WORK/b1317/_pkg_.a # internal
2025-08-20T21:59:20.4625421Z [00:03:22.288]➜  cp $WORK/b1317/_pkg_.a /root/.cache/go-build/bb/bb800eb5dcf2bfec3e9ffdea3a142ede628f05e6d77304f4cb1ada5d7b39c4e8-d # internal
2025-08-20T21:59:20.4627110Z [00:03:22.288]➜  github.com/aws/smithy-go/endpoints
2025-08-20T21:59:20.4630880Z [00:03:22.288]➜  mkdir -p $WORK/b1319/
2025-08-20T21:59:20.4631974Z [00:03:22.288]➜  cat >/tmp/go-build282983591/b1319/importcfg << 'EOF' # internal
2025-08-20T21:59:20.4633622Z [00:03:22.288]➜  # import config
2025-08-20T21:59:20.4634387Z [00:03:22.288]➜  packagefile github.com/aws/smithy-go=/tmp/go-build282983591/b1276/_pkg_.a
2025-08-20T21:59:20.4635325Z [00:03:22.288]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:20.4636157Z [00:03:22.288]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:20.4636756Z [00:03:22.288]➜  EOF
2025-08-20T21:59:20.4640413Z [00:03:22.288]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1319/_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/b1319=>" -p github.com/aws/smithy-go/endpoints -lang=go1.22 -complete -installsuffix shared -buildid wDXCBS04iohL4_jfl2IS/wDXCBS04iohL4_jfl2IS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1319/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/endpoints/endpoint.go
2025-08-20T21:59:20.4686801Z [00:03:22.294]➜  go tool buildid -w $WORK/b1315/_pkg_.a # internal
2025-08-20T21:59:20.4698168Z [00:03:22.295]➜  cp $WORK/b1315/_pkg_.a /root/.cache/go-build/13/13a7c1d2716a4d85451f8da97050971056727cdce1a9dd123971bb889c7606b1-d # internal
2025-08-20T21:59:20.4713616Z [00:03:22.297]➜  github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints
2025-08-20T21:59:20.4714756Z [00:03:22.297]➜  mkdir -p $WORK/b1321/
2025-08-20T21:59:20.4719138Z [00:03:22.297]➜  cat >/tmp/go-build282983591/b1321/importcfg << 'EOF' # internal
2025-08-20T21:59:20.4720950Z [00:03:22.297]➜  # import config
2025-08-20T21:59:20.4721759Z [00:03:22.297]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build282983591/b1266/_pkg_.a
2025-08-20T21:59:20.4730633Z [00:03:22.297]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build282983591/b1316/_pkg_.a
2025-08-20T21:59:20.4732220Z [00:03:22.297]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build282983591/b1274/_pkg_.a
2025-08-20T21:59:20.4733374Z [00:03:22.297]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:20.4733973Z [00:03:22.297]➜  EOF
2025-08-20T21:59:20.4738339Z [00:03:22.298]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1321/_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/b1321=>" -p github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid JkHvGcU_MY5UyOQSFSq_/JkHvGcU_MY5UyOQSFSq_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1321/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:59:20.4813214Z [00:03:22.307]➜  go tool buildid -w $WORK/b1319/_pkg_.a # internal
2025-08-20T21:59:20.4823885Z [00:03:22.308]➜  cp $WORK/b1319/_pkg_.a /root/.cache/go-build/79/79ceaa96a703e94c38d4e33bb617384565d110fc6a1938e88fce080684d14c75-d # internal
2025-08-20T21:59:20.4842445Z [00:03:22.308]➜  github.com/aws/aws-sdk-go-v2/service/sso
2025-08-20T21:59:20.4843109Z [00:03:22.308]➜  mkdir -p $WORK/b1307/
2025-08-20T21:59:20.4843880Z [00:03:22.309]➜  cat >/tmp/go-build282983591/b1307/importcfg << 'EOF' # internal
2025-08-20T21:59:20.4844600Z [00:03:22.309]➜  # import config
2025-08-20T21:59:20.4845768Z [00:03:22.309]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:20.4846596Z [00:03:22.309]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:20.4847483Z [00:03:22.309]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:20.4848540Z [00:03:22.309]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:20.4849376Z [00:03:22.309]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:20.4850752Z [00:03:22.309]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build282983591/b1266/_pkg_.a
2025-08-20T21:59:20.4852053Z [00:03:22.309]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build282983591/b1308/_pkg_.a
2025-08-20T21:59:20.4853380Z [00:03:22.309]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build282983591/b1284/_pkg_.a
2025-08-20T21:59:20.4854880Z [00:03:22.309]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/restjson=/tmp/go-build282983591/b1309/_pkg_.a
2025-08-20T21:59:20.4856262Z [00:03:22.309]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build282983591/b1295/_pkg_.a
2025-08-20T21:59:20.4857581Z [00:03:22.309]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build282983591/b1283/_pkg_.a
2025-08-20T21:59:20.4858965Z [00:03:22.309]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build282983591/b1291/_pkg_.a
2025-08-20T21:59:20.4860506Z [00:03:22.309]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build282983591/b1288/_pkg_.a
2025-08-20T21:59:20.4861886Z [00:03:22.309]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build282983591/b1310/_pkg_.a
2025-08-20T21:59:20.4863304Z [00:03:22.309]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build282983591/b1311/_pkg_.a
2025-08-20T21:59:20.4864745Z [00:03:22.309]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build282983591/b1312/_pkg_.a
2025-08-20T21:59:20.4866274Z [00:03:22.309]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build282983591/b1313/_pkg_.a
2025-08-20T21:59:20.4867915Z [00:03:22.309]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build282983591/b1314/_pkg_.a
2025-08-20T21:59:20.4869386Z [00:03:22.309]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints=/tmp/go-build282983591/b1315/_pkg_.a
2025-08-20T21:59:20.4871171Z [00:03:22.309]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/types=/tmp/go-build282983591/b1317/_pkg_.a
2025-08-20T21:59:20.4872754Z [00:03:22.309]➜  packagefile github.com/aws/smithy-go=/tmp/go-build282983591/b1276/_pkg_.a
2025-08-20T21:59:20.4873920Z [00:03:22.309]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build282983591/b1277/_pkg_.a
2025-08-20T21:59:20.4875114Z [00:03:22.309]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build282983591/b1318/_pkg_.a
2025-08-20T21:59:20.4876424Z [00:03:22.309]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build282983591/b1289/_pkg_.a
2025-08-20T21:59:20.4877649Z [00:03:22.309]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build282983591/b1319/_pkg_.a
2025-08-20T21:59:20.4878794Z [00:03:22.309]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build282983591/b1300/_pkg_.a
2025-08-20T21:59:20.4880062Z [00:03:22.309]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build282983591/b1274/_pkg_.a
2025-08-20T21:59:20.4881168Z [00:03:22.309]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build282983591/b1278/_pkg_.a
2025-08-20T21:59:20.4882311Z [00:03:22.309]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build282983591/b1273/_pkg_.a
2025-08-20T21:59:20.4883418Z [00:03:22.309]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build282983591/b1282/_pkg_.a
2025-08-20T21:59:20.4884559Z [00:03:22.309]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build282983591/b1279/_pkg_.a
2025-08-20T21:59:20.4885743Z [00:03:22.309]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build282983591/b1280/_pkg_.a
2025-08-20T21:59:20.4886956Z [00:03:22.309]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build282983591/b1275/_pkg_.a
2025-08-20T21:59:20.4887970Z [00:03:22.309]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:20.4888966Z [00:03:22.309]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:59:20.4890022Z [00:03:22.309]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:20.4891043Z [00:03:22.309]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:20.4891951Z [00:03:22.309]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:20.4892767Z [00:03:22.309]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:20.4893571Z [00:03:22.309]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:20.4894423Z [00:03:22.309]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:20.4895242Z [00:03:22.309]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:20.4895816Z [00:03:22.310]➜  EOF
2025-08-20T21:59:20.4916451Z [00:03:22.310]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1307/_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/b1307=>" -p github.com/aws/aws-sdk-go-v2/service/sso -lang=go1.22 -complete -installsuffix shared -buildid hcq3bstkpfcL5UKy6HAK/hcq3bstkpfcL5UKy6HAK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1307/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:59:20.5234614Z [00:03:22.349]➜  go tool buildid -w $WORK/b1321/_pkg_.a # internal
2025-08-20T21:59:20.5248981Z [00:03:22.350]➜  cp $WORK/b1321/_pkg_.a /root/.cache/go-build/40/40bb477111c5bda4090be6ec7ba3f4f541b28da0ce353ce3ffa6207e58cddbd1-d # internal
2025-08-20T21:59:20.5252079Z [00:03:22.350]➜  github.com/aws/aws-sdk-go-v2/service/ssooidc/types
2025-08-20T21:59:20.5252739Z [00:03:22.350]➜  mkdir -p $WORK/b1322/
2025-08-20T21:59:20.5260154Z [00:03:22.351]➜  cat >/tmp/go-build282983591/b1322/importcfg << 'EOF' # internal
2025-08-20T21:59:20.5260893Z [00:03:22.351]➜  # import config
2025-08-20T21:59:20.5261558Z [00:03:22.351]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:20.5262826Z [00:03:22.351]➜  packagefile github.com/aws/smithy-go=/tmp/go-build282983591/b1276/_pkg_.a
2025-08-20T21:59:20.5264213Z [00:03:22.351]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build282983591/b1318/_pkg_.a
2025-08-20T21:59:20.5265273Z [00:03:22.351]➜  EOF
2025-08-20T21:59:20.5277569Z [00:03:22.353]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1322/_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/b1322=>" -p github.com/aws/aws-sdk-go-v2/service/ssooidc/types -lang=go1.22 -complete -installsuffix shared -buildid N_MAckzwewb5zkfHq_oI/N_MAckzwewb5zkfHq_oI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1322/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:59:20.5766196Z [00:03:22.402]➜  go tool buildid -w $WORK/b1322/_pkg_.a # internal
2025-08-20T21:59:20.5788292Z [00:03:22.404]➜  cp $WORK/b1322/_pkg_.a /root/.cache/go-build/37/372857f31290d90daa29a9b79ee43c5c57c9bb076ff6106d623ec30b1b5ce77c-d # internal
2025-08-20T21:59:20.5789514Z [00:03:22.404]➜  github.com/aws/smithy-go/encoding
2025-08-20T21:59:20.5791082Z [00:03:22.404]➜  mkdir -p $WORK/b1324/
2025-08-20T21:59:20.5792403Z [00:03:22.404]➜  cat >/tmp/go-build282983591/b1324/importcfg << 'EOF' # internal
2025-08-20T21:59:20.5793084Z [00:03:22.404]➜  # import config
2025-08-20T21:59:20.5793698Z [00:03:22.404]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:20.5794446Z [00:03:22.404]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:20.5795205Z [00:03:22.404]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:20.5795781Z [00:03:22.404]➜  EOF
2025-08-20T21:59:20.5799480Z [00:03:22.404]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1324/_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/b1324=>" -p github.com/aws/smithy-go/encoding -lang=go1.22 -complete -installsuffix shared -buildid pY0GNtsbZ8c5Pv1SgKqv/pY0GNtsbZ8c5Pv1SgKqv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1324/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:59:20.5928427Z [00:03:22.418]➜  go tool buildid -w $WORK/b1324/_pkg_.a # internal
2025-08-20T21:59:20.5940122Z [00:03:22.419]➜  cp $WORK/b1324/_pkg_.a /root/.cache/go-build/0e/0e8c0dcce207ed18c160a198ef97571926fba43d128a200b00816ffdb86d2547-d # internal
2025-08-20T21:59:20.5956038Z [00:03:22.421]➜  github.com/aws/smithy-go/encoding/json
2025-08-20T21:59:20.5958006Z [00:03:22.421]➜  mkdir -p $WORK/b1323/
2025-08-20T21:59:20.5958771Z [00:03:22.421]➜  cat >/tmp/go-build282983591/b1323/importcfg << 'EOF' # internal
2025-08-20T21:59:20.5959544Z [00:03:22.421]➜  # import config
2025-08-20T21:59:20.5960430Z [00:03:22.421]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:20.5961646Z [00:03:22.421]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:20.5962798Z [00:03:22.421]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:20.5963650Z [00:03:22.421]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:20.5964672Z [00:03:22.421]➜  packagefile github.com/aws/smithy-go/encoding=/tmp/go-build282983591/b1324/_pkg_.a
2025-08-20T21:59:20.5965673Z [00:03:22.421]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:20.5966507Z [00:03:22.421]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:59:20.5967362Z [00:03:22.421]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:20.5968250Z [00:03:22.421]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:59:20.5968943Z [00:03:22.421]➜  EOF
2025-08-20T21:59:20.5978668Z [00:03:22.421]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1323/_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/b1323=>" -p github.com/aws/smithy-go/encoding/json -lang=go1.22 -complete -installsuffix shared -buildid D9CKWjMSxey-_9ohb1Us/D9CKWjMSxey-_9ohb1Us -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1323/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:59:20.6602531Z [00:03:22.485]➜  go tool buildid -w $WORK/b1323/_pkg_.a # internal
2025-08-20T21:59:20.6624650Z [00:03:22.488]➜  cp $WORK/b1323/_pkg_.a /root/.cache/go-build/79/796415c385692dfeab5bdd8c84325fd8d930ed9fc96c8b4711c2de195fb08759-d # internal
2025-08-20T21:59:20.6631355Z [00:03:22.488]➜  github.com/aws/aws-sdk-go-v2/service/ssooidc
2025-08-20T21:59:20.6654591Z [00:03:22.488]➜  mkdir -p $WORK/b1320/
2025-08-20T21:59:20.6655375Z [00:03:22.489]➜  cat >/tmp/go-build282983591/b1320/importcfg << 'EOF' # internal
2025-08-20T21:59:20.6656039Z [00:03:22.489]➜  # import config
2025-08-20T21:59:20.6656680Z [00:03:22.489]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:20.6657492Z [00:03:22.489]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:20.6658336Z [00:03:22.489]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:20.6659174Z [00:03:22.489]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:20.6660156Z [00:03:22.489]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:20.6661097Z [00:03:22.489]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build282983591/b1266/_pkg_.a
2025-08-20T21:59:20.6665737Z [00:03:22.489]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build282983591/b1308/_pkg_.a
2025-08-20T21:59:20.6667022Z [00:03:22.489]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build282983591/b1284/_pkg_.a
2025-08-20T21:59:20.6669484Z [00:03:22.489]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/restjson=/tmp/go-build282983591/b1309/_pkg_.a
2025-08-20T21:59:20.6670918Z [00:03:22.489]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build282983591/b1295/_pkg_.a
2025-08-20T21:59:20.6672100Z [00:03:22.489]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build282983591/b1283/_pkg_.a
2025-08-20T21:59:20.6673341Z [00:03:22.489]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build282983591/b1291/_pkg_.a
2025-08-20T21:59:20.6674614Z [00:03:22.489]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build282983591/b1288/_pkg_.a
2025-08-20T21:59:20.6676152Z [00:03:22.489]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build282983591/b1310/_pkg_.a
2025-08-20T21:59:20.6677737Z [00:03:22.489]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build282983591/b1311/_pkg_.a
2025-08-20T21:59:20.6679054Z [00:03:22.489]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build282983591/b1312/_pkg_.a
2025-08-20T21:59:20.6690961Z [00:03:22.489]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build282983591/b1313/_pkg_.a
2025-08-20T21:59:20.6692394Z [00:03:22.489]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build282983591/b1314/_pkg_.a
2025-08-20T21:59:20.6693806Z [00:03:22.489]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints=/tmp/go-build282983591/b1321/_pkg_.a
2025-08-20T21:59:20.6695405Z [00:03:22.489]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/types=/tmp/go-build282983591/b1322/_pkg_.a
2025-08-20T21:59:20.6696571Z [00:03:22.489]➜  packagefile github.com/aws/smithy-go=/tmp/go-build282983591/b1276/_pkg_.a
2025-08-20T21:59:20.6697660Z [00:03:22.489]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build282983591/b1277/_pkg_.a
2025-08-20T21:59:20.6698738Z [00:03:22.489]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build282983591/b1318/_pkg_.a
2025-08-20T21:59:20.6700116Z [00:03:22.489]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build282983591/b1289/_pkg_.a
2025-08-20T21:59:20.6701417Z [00:03:22.489]➜  packagefile github.com/aws/smithy-go/encoding/json=/tmp/go-build282983591/b1323/_pkg_.a
2025-08-20T21:59:20.6702608Z [00:03:22.489]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build282983591/b1319/_pkg_.a
2025-08-20T21:59:20.6703746Z [00:03:22.489]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build282983591/b1300/_pkg_.a
2025-08-20T21:59:20.6704841Z [00:03:22.489]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build282983591/b1274/_pkg_.a
2025-08-20T21:59:20.6706156Z [00:03:22.489]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build282983591/b1278/_pkg_.a
2025-08-20T21:59:20.6707393Z [00:03:22.489]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build282983591/b1273/_pkg_.a
2025-08-20T21:59:20.6708565Z [00:03:22.489]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build282983591/b1282/_pkg_.a
2025-08-20T21:59:20.6709674Z [00:03:22.489]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build282983591/b1279/_pkg_.a
2025-08-20T21:59:20.6710949Z [00:03:22.489]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build282983591/b1280/_pkg_.a
2025-08-20T21:59:20.6712155Z [00:03:22.489]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build282983591/b1275/_pkg_.a
2025-08-20T21:59:20.6713135Z [00:03:22.489]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:20.6713912Z [00:03:22.489]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:20.6714733Z [00:03:22.489]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:20.6715722Z [00:03:22.489]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:20.6716510Z [00:03:22.489]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:20.6717297Z [00:03:22.489]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:20.6718153Z [00:03:22.489]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:20.6719004Z [00:03:22.490]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:20.6719606Z [00:03:22.490]➜  EOF
2025-08-20T21:59:20.6751364Z [00:03:22.490]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1320/_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/b1320=>" -p github.com/aws/aws-sdk-go-v2/service/ssooidc -lang=go1.22 -complete -installsuffix shared -buildid brqJDjn3tbbTGZqgFRL6/brqJDjn3tbbTGZqgFRL6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1320/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:59:21.0781788Z [00:03:22.903]➜  go tool buildid -w $WORK/b1307/_pkg_.a # internal
2025-08-20T21:59:21.0850110Z [00:03:22.910]➜  cp $WORK/b1307/_pkg_.a /root/.cache/go-build/bc/bca4e108ffa03451d7978e0cb0ebb377ed9cac95c694d5d316e4f79da2f54cc5-d # internal
2025-08-20T21:59:21.0880111Z [00:03:22.913]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/query
2025-08-20T21:59:21.0882947Z [00:03:22.913]➜  mkdir -p $WORK/b1327/
2025-08-20T21:59:21.0887052Z [00:03:22.914]➜  cat >/tmp/go-build282983591/b1327/importcfg << 'EOF' # internal
2025-08-20T21:59:21.0889145Z [00:03:22.914]➜  # import config
2025-08-20T21:59:21.0892390Z [00:03:22.914]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:21.0893356Z [00:03:22.914]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:21.0894686Z [00:03:22.914]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build282983591/b1289/_pkg_.a
2025-08-20T21:59:21.0896030Z [00:03:22.914]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build282983591/b1273/_pkg_.a
2025-08-20T21:59:21.0897319Z [00:03:22.914]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build282983591/b1275/_pkg_.a
2025-08-20T21:59:21.0898336Z [00:03:22.914]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:21.0899185Z [00:03:22.914]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:59:21.0900256Z [00:03:22.914]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:59:21.0901142Z [00:03:22.914]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:21.0901983Z [00:03:22.914]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:21.0902818Z [00:03:22.914]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:21.0903460Z [00:03:22.914]➜  EOF
2025-08-20T21:59:21.0911374Z [00:03:22.914]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1327/_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/b1327=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/query -lang=go1.22 -complete -installsuffix shared -buildid OWoFmMNh3rc5jYsc5P0m/OWoFmMNh3rc5jYsc5P0m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1327/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:59:21.2034180Z [00:03:23.028]➜  go tool buildid -w $WORK/b1327/_pkg_.a # internal
2025-08-20T21:59:21.2056866Z [00:03:23.031]➜  cp $WORK/b1327/_pkg_.a /root/.cache/go-build/d2/d268dd3c6c2f4bce98562999dbbcd7eb1ca19caaba5749e1ad009ba36c0a6db9-d # internal
2025-08-20T21:59:21.2095223Z [00:03:23.035]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/xml
2025-08-20T21:59:21.2097908Z [00:03:23.035]➜  mkdir -p $WORK/b1328/
2025-08-20T21:59:21.2103083Z [00:03:23.035]➜  cat >/tmp/go-build282983591/b1328/importcfg << 'EOF' # internal
2025-08-20T21:59:21.2120342Z [00:03:23.035]➜  # import config
2025-08-20T21:59:21.2121072Z [00:03:23.035]➜  packagefile encoding/xml=/tmp/go-build282983591/b486/_pkg_.a
2025-08-20T21:59:21.2121900Z [00:03:23.035]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:21.2122641Z [00:03:23.035]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:21.2123402Z [00:03:23.035]➜  EOF
2025-08-20T21:59:21.2127231Z [00:03:23.036]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1328/_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/b1328=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/xml -lang=go1.22 -complete -installsuffix shared -buildid 4p_DtQw529QLqwMmRIC5/4p_DtQw529QLqwMmRIC5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1328/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:59:21.2576479Z [00:03:23.083]➜  go tool buildid -w $WORK/b1328/_pkg_.a # internal
2025-08-20T21:59:21.2584342Z [00:03:23.084]➜  cp $WORK/b1328/_pkg_.a /root/.cache/go-build/6d/6d6ee272dee844c0fa98558540c8c071b39072f20bcf847efb3f1c0f3e85f933-d # internal
2025-08-20T21:59:21.2591398Z [00:03:23.084]➜  github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding
2025-08-20T21:59:21.2592221Z [00:03:23.084]➜  mkdir -p $WORK/b1329/
2025-08-20T21:59:21.2594533Z [00:03:23.085]➜  cat >/tmp/go-build282983591/b1329/importcfg << 'EOF' # internal
2025-08-20T21:59:21.2595793Z [00:03:23.085]➜  # import config
2025-08-20T21:59:21.2598535Z [00:03:23.085]➜  packagefile compress/gzip=/tmp/go-build282983591/b204/_pkg_.a
2025-08-20T21:59:21.2599491Z [00:03:23.085]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:21.2600500Z [00:03:23.085]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:21.2601508Z [00:03:23.085]➜  packagefile github.com/aws/smithy-go=/tmp/go-build282983591/b1276/_pkg_.a
2025-08-20T21:59:21.2602705Z [00:03:23.085]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build282983591/b1273/_pkg_.a
2025-08-20T21:59:21.2603992Z [00:03:23.085]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build282983591/b1275/_pkg_.a
2025-08-20T21:59:21.2604991Z [00:03:23.085]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:21.2605627Z [00:03:23.085]➜  EOF
2025-08-20T21:59:21.2634786Z [00:03:23.085]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1329/_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/b1329=>" -p github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding -lang=go1.22 -complete -installsuffix shared -buildid pA4EKbErt0YyZ7TXKNCz/pA4EKbErt0YyZ7TXKNCz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1329/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:59:21.3467404Z [00:03:23.172]➜  go tool buildid -w $WORK/b1329/_pkg_.a # internal
2025-08-20T21:59:21.3478340Z [00:03:23.173]➜  cp $WORK/b1329/_pkg_.a /root/.cache/go-build/dc/dcd2e0b554e8fc0fa152ac80ef4d85cf8261e40b928c4fc43a0a00fbc5b28a08-d # internal
2025-08-20T21:59:21.3483529Z [00:03:23.173]➜  github.com/aws/aws-sdk-go-v2/service/internal/presigned-url
2025-08-20T21:59:21.3484315Z [00:03:23.173]➜  mkdir -p $WORK/b1330/
2025-08-20T21:59:21.3518589Z [00:03:23.177]➜  cat >/tmp/go-build282983591/b1330/importcfg << 'EOF' # internal
2025-08-20T21:59:21.3522609Z [00:03:23.177]➜  # import config
2025-08-20T21:59:21.3523324Z [00:03:23.177]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:21.3524169Z [00:03:23.177]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:21.3525265Z [00:03:23.177]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build282983591/b1284/_pkg_.a
2025-08-20T21:59:21.3526627Z [00:03:23.177]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build282983591/b1283/_pkg_.a
2025-08-20T21:59:21.3528119Z [00:03:23.177]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build282983591/b1273/_pkg_.a
2025-08-20T21:59:21.3528956Z [00:03:23.177]➜  EOF
2025-08-20T21:59:21.3538951Z [00:03:23.178]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1330/_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/b1330=>" -p github.com/aws/aws-sdk-go-v2/service/internal/presigned-url -lang=go1.22 -complete -installsuffix shared -buildid zIeopcJ6CoeRWsjkNLiu/zIeopcJ6CoeRWsjkNLiu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1330/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:59:21.4343386Z [00:03:23.259]➜  go tool buildid -w $WORK/b1330/_pkg_.a # internal
2025-08-20T21:59:21.4355051Z [00:03:23.259]➜  cp $WORK/b1330/_pkg_.a /root/.cache/go-build/46/467b91ce56a51aac7954d71ba1c447b34b41c2d42afcd376b61f9ed38f3dba7c-d # internal
2025-08-20T21:59:21.4356469Z [00:03:23.259]➜  github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints
2025-08-20T21:59:21.4357308Z [00:03:23.259]➜  mkdir -p $WORK/b1331/
2025-08-20T21:59:21.4358064Z [00:03:23.259]➜  cat >/tmp/go-build282983591/b1331/importcfg << 'EOF' # internal
2025-08-20T21:59:21.4358769Z [00:03:23.259]➜  # import config
2025-08-20T21:59:21.4359628Z [00:03:23.259]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build282983591/b1266/_pkg_.a
2025-08-20T21:59:21.4361123Z [00:03:23.259]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build282983591/b1316/_pkg_.a
2025-08-20T21:59:21.4362435Z [00:03:23.259]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build282983591/b1274/_pkg_.a
2025-08-20T21:59:21.4363451Z [00:03:23.259]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:21.4364099Z [00:03:23.259]➜  EOF
2025-08-20T21:59:21.4368736Z [00:03:23.259]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1331/_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/b1331=>" -p github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid 4rN-DR5RJvDmweIXBPOv/4rN-DR5RJvDmweIXBPOv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1331/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:59:21.5385677Z [00:03:23.364]➜  go tool buildid -w $WORK/b1331/_pkg_.a # internal
2025-08-20T21:59:21.5396994Z [00:03:23.365]➜  cp $WORK/b1331/_pkg_.a /root/.cache/go-build/ad/ad392dbf3e2cba34574c12b03d613b0ab2d3bf13180bda18f9e9bd12ce83c0a6-d # internal
2025-08-20T21:59:21.5398859Z [00:03:23.365]➜  github.com/aws/aws-sdk-go-v2/service/sts/types
2025-08-20T21:59:21.5412589Z [00:03:23.367]➜  mkdir -p $WORK/b1332/
2025-08-20T21:59:21.5413688Z [00:03:23.367]➜  cat >/tmp/go-build282983591/b1332/importcfg << 'EOF' # internal
2025-08-20T21:59:21.5414737Z [00:03:23.367]➜  # import config
2025-08-20T21:59:21.5415609Z [00:03:23.367]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:21.5416514Z [00:03:23.367]➜  packagefile github.com/aws/smithy-go=/tmp/go-build282983591/b1276/_pkg_.a
2025-08-20T21:59:21.5417583Z [00:03:23.367]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build282983591/b1318/_pkg_.a
2025-08-20T21:59:21.5418500Z [00:03:23.367]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:21.5419066Z [00:03:23.367]➜  EOF
2025-08-20T21:59:21.5445354Z [00:03:23.369]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1332/_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/b1332=>" -p github.com/aws/aws-sdk-go-v2/service/sts/types -lang=go1.22 -complete -installsuffix shared -buildid ie6FRu6XwodG8vw6hQb2/ie6FRu6XwodG8vw6hQb2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1332/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:59:21.6060224Z [00:03:23.431]➜  go tool buildid -w $WORK/b1332/_pkg_.a # internal
2025-08-20T21:59:21.6074320Z [00:03:23.432]➜  cp $WORK/b1332/_pkg_.a /root/.cache/go-build/6f/6f394d0b4f37b0ba5c9eb64ccf642812b5bbdd936f2425d9dbb7260ace272879-d # internal
2025-08-20T21:59:21.6075959Z [00:03:23.433]➜  github.com/aws/smithy-go/encoding/xml
2025-08-20T21:59:21.6076834Z [00:03:23.433]➜  mkdir -p $WORK/b1333/
2025-08-20T21:59:21.6084923Z [00:03:23.434]➜  cat >/tmp/go-build282983591/b1333/importcfg << 'EOF' # internal
2025-08-20T21:59:21.6085904Z [00:03:23.434]➜  # import config
2025-08-20T21:59:21.6086785Z [00:03:23.434]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:21.6087707Z [00:03:23.434]➜  packagefile encoding/xml=/tmp/go-build282983591/b486/_pkg_.a
2025-08-20T21:59:21.6088500Z [00:03:23.434]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:21.6089448Z [00:03:23.434]➜  packagefile github.com/aws/smithy-go/encoding=/tmp/go-build282983591/b1324/_pkg_.a
2025-08-20T21:59:21.6090555Z [00:03:23.434]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:21.6091319Z [00:03:23.434]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:59:21.6092128Z [00:03:23.434]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:21.6092936Z [00:03:23.434]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:21.6093775Z [00:03:23.434]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:59:21.6094435Z [00:03:23.434]➜  EOF
2025-08-20T21:59:21.6102738Z [00:03:23.434]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1333/_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/b1333=>" -p github.com/aws/smithy-go/encoding/xml -lang=go1.22 -complete -installsuffix shared -buildid LcAnXtNzs-nsRRw7sn3-/LcAnXtNzs-nsRRw7sn3- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1333/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:59:21.7011728Z [00:03:23.526]➜  go tool buildid -w $WORK/b1320/_pkg_.a # internal
2025-08-20T21:59:21.7111715Z [00:03:23.534]➜  cp $WORK/b1320/_pkg_.a /root/.cache/go-build/2a/2a54240a8551fbd0bea59de4460e57d5a86ccc4b98296d0c434707751ffdb2d6-d # internal
2025-08-20T21:59:21.7113008Z [00:03:23.536]➜  github.com/aws/aws-sdk-go-v2/credentials/ssocreds
2025-08-20T21:59:21.7113632Z [00:03:23.537]➜  mkdir -p $WORK/b1305/
2025-08-20T21:59:21.7201085Z [00:03:23.537]➜  cat >/tmp/go-build282983591/b1305/importcfg << 'EOF' # internal
2025-08-20T21:59:21.7201801Z [00:03:23.537]➜  # import config
2025-08-20T21:59:21.7202435Z [00:03:23.537]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:21.7203493Z [00:03:23.537]➜  packagefile crypto/sha1=/tmp/go-build282983591/b095/_pkg_.a
2025-08-20T21:59:21.7204336Z [00:03:23.537]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:59:21.7205326Z [00:03:23.537]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:21.7206197Z [00:03:23.537]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:21.7207132Z [00:03:23.537]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build282983591/b1266/_pkg_.a
2025-08-20T21:59:21.7208359Z [00:03:23.537]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build282983591/b1268/_pkg_.a
2025-08-20T21:59:21.7209684Z [00:03:23.537]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/shareddefaults=/tmp/go-build282983591/b1306/_pkg_.a
2025-08-20T21:59:21.7211213Z [00:03:23.537]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso=/tmp/go-build282983591/b1307/_pkg_.a
2025-08-20T21:59:21.7212458Z [00:03:23.537]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc=/tmp/go-build282983591/b1320/_pkg_.a
2025-08-20T21:59:21.7213689Z [00:03:23.537]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build282983591/b1270/_pkg_.a
2025-08-20T21:59:21.7214694Z [00:03:23.537]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:59:21.7215504Z [00:03:23.537]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:21.7216338Z [00:03:23.537]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:21.7217180Z [00:03:23.537]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:21.7217986Z [00:03:23.537]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:21.7218770Z [00:03:23.537]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:21.7219346Z [00:03:23.537]➜  EOF
2025-08-20T21:59:21.7255724Z [00:03:23.538]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1305/_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/b1305=>" -p github.com/aws/aws-sdk-go-v2/credentials/ssocreds -lang=go1.22 -complete -installsuffix shared -buildid Wc3eWiqE7c75QPR9dmEH/Wc3eWiqE7c75QPR9dmEH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1305/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:59:21.7586000Z [00:03:23.584]➜  go tool buildid -w $WORK/b1333/_pkg_.a # internal
2025-08-20T21:59:21.7629496Z [00:03:23.588]➜  cp $WORK/b1333/_pkg_.a /root/.cache/go-build/e7/e75817bd8906e3ffc8944bb5c1a1506076e2b2b56548973e8db532b3ab593a38-d # internal
2025-08-20T21:59:21.7750335Z [00:03:23.600]➜  github.com/aws/aws-sdk-go-v2/service/sts
2025-08-20T21:59:21.7752895Z [00:03:23.600]➜  mkdir -p $WORK/b1326/
2025-08-20T21:59:21.7753710Z [00:03:23.600]➜  cat >/tmp/go-build282983591/b1326/importcfg << 'EOF' # internal
2025-08-20T21:59:21.7754676Z [00:03:23.600]➜  # import config
2025-08-20T21:59:21.7755339Z [00:03:23.600]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:21.7756167Z [00:03:23.600]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:21.7757015Z [00:03:23.600]➜  packagefile encoding/xml=/tmp/go-build282983591/b486/_pkg_.a
2025-08-20T21:59:21.7757873Z [00:03:23.600]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:21.7758727Z [00:03:23.600]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:21.7759692Z [00:03:23.600]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build282983591/b1266/_pkg_.a
2025-08-20T21:59:21.7761126Z [00:03:23.600]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build282983591/b1308/_pkg_.a
2025-08-20T21:59:21.7762600Z [00:03:23.600]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build282983591/b1284/_pkg_.a
2025-08-20T21:59:21.7764145Z [00:03:23.600]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/query=/tmp/go-build282983591/b1327/_pkg_.a
2025-08-20T21:59:21.7765517Z [00:03:23.600]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/xml=/tmp/go-build282983591/b1328/_pkg_.a
2025-08-20T21:59:21.7766768Z [00:03:23.600]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build282983591/b1295/_pkg_.a
2025-08-20T21:59:21.7768015Z [00:03:23.600]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build282983591/b1283/_pkg_.a
2025-08-20T21:59:21.7769303Z [00:03:23.600]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build282983591/b1291/_pkg_.a
2025-08-20T21:59:21.7770845Z [00:03:23.600]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build282983591/b1288/_pkg_.a
2025-08-20T21:59:21.7772206Z [00:03:23.600]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build282983591/b1310/_pkg_.a
2025-08-20T21:59:21.7773637Z [00:03:23.600]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build282983591/b1311/_pkg_.a
2025-08-20T21:59:21.7775039Z [00:03:23.600]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build282983591/b1312/_pkg_.a
2025-08-20T21:59:21.7776477Z [00:03:23.600]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build282983591/b1313/_pkg_.a
2025-08-20T21:59:21.7777945Z [00:03:23.600]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build282983591/b1314/_pkg_.a
2025-08-20T21:59:21.7779420Z [00:03:23.600]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding=/tmp/go-build282983591/b1329/_pkg_.a
2025-08-20T21:59:21.7814293Z [00:03:23.600]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/presigned-url=/tmp/go-build282983591/b1330/_pkg_.a
2025-08-20T21:59:21.7815802Z [00:03:23.600]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints=/tmp/go-build282983591/b1331/_pkg_.a
2025-08-20T21:59:21.7817198Z [00:03:23.600]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/types=/tmp/go-build282983591/b1332/_pkg_.a
2025-08-20T21:59:21.7818527Z [00:03:23.600]➜  packagefile github.com/aws/smithy-go=/tmp/go-build282983591/b1276/_pkg_.a
2025-08-20T21:59:21.7819568Z [00:03:23.600]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build282983591/b1277/_pkg_.a
2025-08-20T21:59:21.7820936Z [00:03:23.600]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build282983591/b1318/_pkg_.a
2025-08-20T21:59:21.7822178Z [00:03:23.600]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build282983591/b1289/_pkg_.a
2025-08-20T21:59:21.7823435Z [00:03:23.600]➜  packagefile github.com/aws/smithy-go/encoding/xml=/tmp/go-build282983591/b1333/_pkg_.a
2025-08-20T21:59:21.7824645Z [00:03:23.600]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build282983591/b1319/_pkg_.a
2025-08-20T21:59:21.7825768Z [00:03:23.600]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build282983591/b1300/_pkg_.a
2025-08-20T21:59:21.7827049Z [00:03:23.600]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build282983591/b1274/_pkg_.a
2025-08-20T21:59:21.7828198Z [00:03:23.600]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build282983591/b1278/_pkg_.a
2025-08-20T21:59:21.7829353Z [00:03:23.600]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build282983591/b1273/_pkg_.a
2025-08-20T21:59:21.7830669Z [00:03:23.600]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build282983591/b1282/_pkg_.a
2025-08-20T21:59:21.7831766Z [00:03:23.600]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build282983591/b1279/_pkg_.a
2025-08-20T21:59:21.7832872Z [00:03:23.600]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build282983591/b1280/_pkg_.a
2025-08-20T21:59:21.7834025Z [00:03:23.600]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build282983591/b1275/_pkg_.a
2025-08-20T21:59:21.7835157Z [00:03:23.600]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:21.7836200Z [00:03:23.600]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:21.7837020Z [00:03:23.600]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:21.7837815Z [00:03:23.600]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:21.7838568Z [00:03:23.600]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:21.7839335Z [00:03:23.600]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:59:21.7840293Z [00:03:23.600]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:21.7841066Z [00:03:23.600]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:21.7841906Z [00:03:23.600]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:21.7842723Z [00:03:23.600]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:21.7843305Z [00:03:23.600]➜  EOF
2025-08-20T21:59:21.7857193Z [00:03:23.600]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1326/_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/b1326=>" -p github.com/aws/aws-sdk-go-v2/service/sts -lang=go1.22 -complete -installsuffix shared -buildid 1EULtk9jBkO0DaEP-4qS/1EULtk9jBkO0DaEP-4qS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1326/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:59:21.8592517Z [00:03:23.684]➜  go tool buildid -w $WORK/b1305/_pkg_.a # internal
2025-08-20T21:59:21.8609493Z [00:03:23.686]➜  cp $WORK/b1305/_pkg_.a /root/.cache/go-build/3d/3d406e22eaca99e396c2c000a187062eb56b0c88baad76c7398cbda66a7f6370-d # internal
2025-08-20T21:59:21.8638423Z [00:03:23.689]➜  github.com/aws/aws-sdk-go-v2/internal/ini
2025-08-20T21:59:21.8641593Z [00:03:23.689]➜  mkdir -p $WORK/b1334/
2025-08-20T21:59:21.8649209Z [00:03:23.690]➜  cat >/tmp/go-build282983591/b1334/importcfg << 'EOF' # internal
2025-08-20T21:59:21.8677089Z [00:03:23.690]➜  # import config
2025-08-20T21:59:21.8677771Z [00:03:23.690]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:21.8678559Z [00:03:23.690]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:21.8679319Z [00:03:23.690]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:21.8690608Z [00:03:23.690]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:21.8691668Z [00:03:23.690]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:21.8692659Z [00:03:23.690]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:21.8693320Z [00:03:23.690]➜  EOF
2025-08-20T21:59:21.8701457Z [00:03:23.690]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1334/_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/b1334=>" -p github.com/aws/aws-sdk-go-v2/internal/ini -lang=go1.22 -complete -installsuffix shared -buildid jjADdpgjIQs_TyGiYD-c/jjADdpgjIQs_TyGiYD-c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1334/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:59:21.9313107Z [00:03:23.756]➜  go tool buildid -w $WORK/b1334/_pkg_.a # internal
2025-08-20T21:59:21.9331439Z [00:03:23.758]➜  cp $WORK/b1334/_pkg_.a /root/.cache/go-build/af/afd41110c878dfd44094234cd7b789793c55eb44b0b5e12f57431aaeaeb7ef1d-d # internal
2025-08-20T21:59:21.9382485Z [00:03:23.763]➜  github.com/aws/smithy-go/private/requestcompression
2025-08-20T21:59:21.9384566Z [00:03:23.763]➜  mkdir -p $WORK/b1335/
2025-08-20T21:59:21.9385373Z [00:03:23.763]➜  cat >/tmp/go-build282983591/b1335/importcfg << 'EOF' # internal
2025-08-20T21:59:21.9386107Z [00:03:23.763]➜  # import config
2025-08-20T21:59:21.9386821Z [00:03:23.763]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:21.9387751Z [00:03:23.763]➜  packagefile compress/gzip=/tmp/go-build282983591/b204/_pkg_.a
2025-08-20T21:59:21.9388934Z [00:03:23.763]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:21.9389769Z [00:03:23.763]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:21.9391057Z [00:03:23.763]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build282983591/b1273/_pkg_.a
2025-08-20T21:59:21.9392342Z [00:03:23.763]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build282983591/b1275/_pkg_.a
2025-08-20T21:59:21.9393394Z [00:03:23.763]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:21.9394235Z [00:03:23.763]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:21.9394874Z [00:03:23.763]➜  EOF
2025-08-20T21:59:21.9400952Z [00:03:23.763]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1335/_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/b1335=>" -p github.com/aws/smithy-go/private/requestcompression -lang=go1.22 -complete -installsuffix shared -buildid 8tnbHtuB1gYaw0b-vW_V/8tnbHtuB1gYaw0b-vW_V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1335/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:59:22.0036873Z [00:03:23.829]➜  go tool buildid -w $WORK/b1335/_pkg_.a # internal
2025-08-20T21:59:22.0057650Z [00:03:23.830]➜  cp $WORK/b1335/_pkg_.a /root/.cache/go-build/7b/7b1eef82ecc6ff58616e5e147b8636eaaac88eeb96d813e70ceb60bba6bfd611-d # internal
2025-08-20T21:59:22.0074208Z [00:03:23.830]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/network/networkclientpool
2025-08-20T21:59:22.0075179Z [00:03:23.831]➜  mkdir -p $WORK/b1336/
2025-08-20T21:59:22.0076118Z [00:03:23.831]➜  cat >/tmp/go-build282983591/b1336/importcfg << 'EOF' # internal
2025-08-20T21:59:22.0076871Z [00:03:23.831]➜  # import config
2025-08-20T21:59:22.0077514Z [00:03:23.831]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:22.0078655Z [00:03:23.831]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer=/tmp/go-build282983591/b344/_pkg_.a
2025-08-20T21:59:22.0081732Z [00:03:23.831]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build282983591/b877/_pkg_.a
2025-08-20T21:59:22.0084106Z [00:03:23.831]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:22.0085148Z [00:03:23.831]➜  EOF
2025-08-20T21:59:22.0090324Z [00:03:23.831]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1336/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/network/networkclientpool=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/network/networkclientpool;$WORK/b1336=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/network/networkclientpool -lang=go1.24 -complete -installsuffix shared -buildid 7zu7AXeXbGlNCxLwnLr1/7zu7AXeXbGlNCxLwnLr1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1336/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/network/networkclientpool/clientpool.go
2025-08-20T21:59:22.0323032Z [00:03:23.857]➜  go tool buildid -w $WORK/b1149/_pkg_.a # internal
2025-08-20T21:59:22.0618256Z [00:03:23.887]➜  cp $WORK/b1149/_pkg_.a /root/.cache/go-build/12/121cf9c3894dfa0649c4d3a88c181ca8d06217d085a33a74ddb0f28ab2768658-d # internal
2025-08-20T21:59:22.0620255Z [00:03:23.887]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/variables
2025-08-20T21:59:22.0622864Z [00:03:23.887]➜  mkdir -p $WORK/b1243/
2025-08-20T21:59:22.0636033Z [00:03:23.889]➜  cat >/tmp/go-build282983591/b1243/importcfg << 'EOF' # internal
2025-08-20T21:59:22.0637848Z [00:03:23.889]➜  # import config
2025-08-20T21:59:22.0664756Z [00:03:23.889]➜  packagefile github.com/invopop/jsonschema=/tmp/go-build282983591/b689/_pkg_.a
2025-08-20T21:59:22.0666388Z [00:03:23.889]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/expressions=/tmp/go-build282983591/b782/_pkg_.a
2025-08-20T21:59:22.0668023Z [00:03:23.889]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build282983591/b787/_pkg_.a
2025-08-20T21:59:22.0669635Z [00:03:23.889]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/interactsh=/tmp/go-build282983591/b1149/_pkg_.a
2025-08-20T21:59:22.0671311Z [00:03:23.889]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils=/tmp/go-build282983591/b794/_pkg_.a
2025-08-20T21:59:22.0672639Z [00:03:23.889]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:22.0673933Z [00:03:23.889]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils=/tmp/go-build282983591/b704/_pkg_.a
2025-08-20T21:59:22.0675424Z [00:03:23.889]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build282983591/b626/_pkg_.a
2025-08-20T21:59:22.0676703Z [00:03:23.889]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:59:22.0677651Z [00:03:23.889]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:22.0678199Z [00:03:23.889]➜  EOF
2025-08-20T21:59:22.0684730Z [00:03:23.889]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1243/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/variables=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/variables;$WORK/b1243=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/variables -lang=go1.24 -complete -installsuffix shared -buildid W4LDARejHkxXmnekkxgH/W4LDARejHkxXmnekkxgH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1243/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/variables/doc.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/variables/variables.go
2025-08-20T21:59:22.3227016Z [00:03:24.148]➜  go tool buildid -w $WORK/b1243/_pkg_.a # internal
2025-08-20T21:59:22.3285601Z [00:03:24.154]➜  cp $WORK/b1243/_pkg_.a /root/.cache/go-build/a8/a82f554e03bc3072eb57be9417788bfba185cb6e52af0a26d0c79f9c9a929ccb-d # internal
2025-08-20T21:59:22.3333093Z [00:03:24.154]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/headless/engine
2025-08-20T21:59:22.3334068Z [00:03:24.154]➜  mkdir -p $WORK/b1244/
2025-08-20T21:59:22.3334881Z [00:03:24.155]➜  cat >/tmp/go-build282983591/b1244/importcfg << 'EOF' # internal
2025-08-20T21:59:22.3335580Z [00:03:24.155]➜  # import config
2025-08-20T21:59:22.3336223Z [00:03:24.155]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:22.3337035Z [00:03:24.155]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:22.3337918Z [00:03:24.155]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:59:22.3338839Z [00:03:24.155]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:22.3339707Z [00:03:24.155]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:22.3340804Z [00:03:24.155]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:22.3341685Z [00:03:24.155]➜  packagefile github.com/go-rod/rod=/tmp/go-build282983591/b878/_pkg_.a
2025-08-20T21:59:22.3342735Z [00:03:24.155]➜  packagefile github.com/go-rod/rod/lib/input=/tmp/go-build282983591/b886/_pkg_.a
2025-08-20T21:59:22.3343864Z [00:03:24.155]➜  packagefile github.com/go-rod/rod/lib/launcher=/tmp/go-build282983591/b888/_pkg_.a
2025-08-20T21:59:22.3345076Z [00:03:24.155]➜  packagefile github.com/go-rod/rod/lib/launcher/flags=/tmp/go-build282983591/b889/_pkg_.a
2025-08-20T21:59:22.3346245Z [00:03:24.155]➜  packagefile github.com/go-rod/rod/lib/proto=/tmp/go-build282983591/b883/_pkg_.a
2025-08-20T21:59:22.3347333Z [00:03:24.155]➜  packagefile github.com/go-rod/rod/lib/utils=/tmp/go-build282983591/b882/_pkg_.a
2025-08-20T21:59:22.3348681Z [00:03:24.155]➜  packagefile github.com/invopop/jsonschema=/tmp/go-build282983591/b689/_pkg_.a
2025-08-20T21:59:22.3350090Z [00:03:24.155]➜  packagefile github.com/kitabisa/go-ci=/tmp/go-build282983591/b865/_pkg_.a
2025-08-20T21:59:22.3351080Z [00:03:24.155]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:22.3352490Z [00:03:24.155]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer/ja3/impersonate=/tmp/go-build282983591/b349/_pkg_.a
2025-08-20T21:59:22.3353950Z [00:03:24.155]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:22.3355507Z [00:03:24.155]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build282983591/b795/_pkg_.a
2025-08-20T21:59:22.3357341Z [00:03:24.155]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/expressions=/tmp/go-build282983591/b782/_pkg_.a
2025-08-20T21:59:22.3359192Z [00:03:24.155]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build282983591/b787/_pkg_.a
2025-08-20T21:59:22.3361479Z [00:03:24.155]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/interactsh=/tmp/go-build282983591/b1149/_pkg_.a
2025-08-20T21:59:22.3363212Z [00:03:24.155]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/marker=/tmp/go-build282983591/b783/_pkg_.a
2025-08-20T21:59:22.3364946Z [00:03:24.155]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build282983591/b877/_pkg_.a
2025-08-20T21:59:22.3366734Z [00:03:24.155]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/vardump=/tmp/go-build282983591/b1113/_pkg_.a
2025-08-20T21:59:22.3368571Z [00:03:24.155]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils=/tmp/go-build282983591/b794/_pkg_.a
2025-08-20T21:59:22.3370541Z [00:03:24.155]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils/http=/tmp/go-build282983591/b1245/_pkg_.a
2025-08-20T21:59:22.3372094Z [00:03:24.155]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:22.3373532Z [00:03:24.155]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build282983591/b626/_pkg_.a
2025-08-20T21:59:22.3374917Z [00:03:24.155]➜  packagefile github.com/projectdiscovery/utils/context=/tmp/go-build282983591/b450/_pkg_.a
2025-08-20T21:59:22.3376221Z [00:03:24.155]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:59:22.3377473Z [00:03:24.155]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:59:22.3378766Z [00:03:24.155]➜  packagefile github.com/projectdiscovery/utils/folder=/tmp/go-build282983591/b222/_pkg_.a
2025-08-20T21:59:22.3380181Z [00:03:24.155]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build282983591/b223/_pkg_.a
2025-08-20T21:59:22.3381472Z [00:03:24.155]➜  packagefile github.com/projectdiscovery/utils/os=/tmp/go-build282983591/b190/_pkg_.a
2025-08-20T21:59:22.3382743Z [00:03:24.156]➜  packagefile github.com/projectdiscovery/utils/process=/tmp/go-build282983591/b565/_pkg_.a
2025-08-20T21:59:22.3384062Z [00:03:24.156]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:59:22.3385301Z [00:03:24.156]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build282983591/b449/_pkg_.a
2025-08-20T21:59:22.3386414Z [00:03:24.156]➜  packagefile github.com/segmentio/ksuid=/tmp/go-build282983591/b796/_pkg_.a
2025-08-20T21:59:22.3387503Z [00:03:24.156]➜  packagefile github.com/valyala/fasttemplate=/tmp/go-build282983591/b1122/_pkg_.a
2025-08-20T21:59:22.3388582Z [00:03:24.156]➜  packagefile golang.org/x/net/proxy=/tmp/go-build282983591/b339/_pkg_.a
2025-08-20T21:59:22.3389449Z [00:03:24.156]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:22.3390657Z [00:03:24.156]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:22.3391690Z [00:03:24.156]➜  packagefile net/http/cookiejar=/tmp/go-build282983591/b463/_pkg_.a
2025-08-20T21:59:22.3392647Z [00:03:24.156]➜  packagefile net/http/httputil=/tmp/go-build282983591/b236/_pkg_.a
2025-08-20T21:59:22.3393521Z [00:03:24.156]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:22.3394296Z [00:03:24.156]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:22.3395115Z [00:03:24.156]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:22.3395979Z [00:03:24.156]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:22.3396774Z [00:03:24.156]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:22.3397571Z [00:03:24.156]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:22.3398342Z [00:03:24.156]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:22.3399104Z [00:03:24.156]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:22.3399685Z [00:03:24.156]➜  EOF
2025-08-20T21:59:22.3409410Z [00:03:24.156]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1244/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/engine=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/headless/engine;$WORK/b1244=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/headless/engine -lang=go1.24 -complete -installsuffix shared -buildid 6fCf-_6fVdb_oIH8VI6w/6fCf-_6fVdb_oIH8VI6w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1244/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/engine/action.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/engine/action_types.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/engine/engine.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/engine/hijack.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/engine/http_client.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/engine/instance.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/engine/page.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/engine/page_actions.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/engine/rules.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/engine/util.go
2025-08-20T21:59:22.7917422Z [00:03:24.617]➜  go tool buildid -w $WORK/b1336/_pkg_.a # internal
2025-08-20T21:59:22.8105382Z [00:03:24.636]➜  cp $WORK/b1336/_pkg_.a /root/.cache/go-build/40/4084f6674db474a984f7b7bb697bc223838e5c9bd8007734f658e3df2388a494-d # internal
2025-08-20T21:59:22.8111805Z [00:03:24.636]➜  github.com/mitchellh/go-homedir
2025-08-20T21:59:22.8112422Z [00:03:24.636]➜  mkdir -p $WORK/b1341/
2025-08-20T21:59:22.8146700Z [00:03:24.640]➜  cat >/tmp/go-build282983591/b1341/importcfg << 'EOF' # internal
2025-08-20T21:59:22.8149458Z [00:03:24.640]➜  # import config
2025-08-20T21:59:22.8162045Z [00:03:24.641]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:22.8168202Z [00:03:24.641]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:22.8169012Z [00:03:24.641]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:22.8169977Z [00:03:24.641]➜  packagefile os/exec=/tmp/go-build282983591/b510/_pkg_.a
2025-08-20T21:59:22.8170828Z [00:03:24.641]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:22.8171677Z [00:03:24.641]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:22.8172462Z [00:03:24.641]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:22.8173265Z [00:03:24.642]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:22.8174044Z [00:03:24.642]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:22.8174647Z [00:03:24.642]➜  EOF
2025-08-20T21:59:22.8178177Z [00:03:24.642]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1341/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mitchellh/go-homedir@v1.1.0=>github.com/mitchellh/go-homedir@v1.1.0;$WORK/b1341=>" -p github.com/mitchellh/go-homedir -lang=go1.16 -complete -installsuffix shared -buildid 5n6VFgUnKJosoLOR4kpN/5n6VFgUnKJosoLOR4kpN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1341/importcfg -pack /root/go/pkg/mod/github.com/mitchellh/go-homedir@v1.1.0/homedir.go
2025-08-20T21:59:22.8715475Z [00:03:24.697]➜  go tool buildid -w $WORK/b1341/_pkg_.a # internal
2025-08-20T21:59:22.8726786Z [00:03:24.697]➜  cp $WORK/b1341/_pkg_.a /root/.cache/go-build/b0/b06c91cb39009cf39abdbcc7e1943c2039778e5d0d0e1f836116b4a6d8ca1233-d # internal
2025-08-20T21:59:22.8728048Z [00:03:24.697]➜  github.com/openrdap/rdap/bootstrap/cache
2025-08-20T21:59:22.8728702Z [00:03:24.697]➜  mkdir -p $WORK/b1340/
2025-08-20T21:59:22.8746847Z [00:03:24.700]➜  cat >/tmp/go-build282983591/b1340/importcfg << 'EOF' # internal
2025-08-20T21:59:22.8763616Z [00:03:24.700]➜  # import config
2025-08-20T21:59:22.8764359Z [00:03:24.700]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:22.8765188Z [00:03:24.700]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:22.8766164Z [00:03:24.700]➜  packagefile github.com/mitchellh/go-homedir=/tmp/go-build282983591/b1341/_pkg_.a
2025-08-20T21:59:22.8767128Z [00:03:24.700]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:59:22.8767910Z [00:03:24.700]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:22.8768742Z [00:03:24.700]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:22.8769566Z [00:03:24.700]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:22.8770381Z [00:03:24.700]➜  EOF
2025-08-20T21:59:22.8775805Z [00:03:24.700]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1340/_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/b1340=>" -p github.com/openrdap/rdap/bootstrap/cache -lang=go1.19 -complete -installsuffix shared -buildid 6dD-NXj6AZKn-wxTRBc8/6dD-NXj6AZKn-wxTRBc8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1340/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:59:22.9215037Z [00:03:24.747]➜  go tool buildid -w $WORK/b1340/_pkg_.a # internal
2025-08-20T21:59:22.9222494Z [00:03:24.747]➜  cp $WORK/b1340/_pkg_.a /root/.cache/go-build/b5/b579d27a0b8475d88bff8b1040e0b017a26feac40b8316ee1442257e5fd3cf7d-d # internal
2025-08-20T21:59:22.9235656Z [00:03:24.749]➜  github.com/openrdap/rdap/bootstrap
2025-08-20T21:59:22.9238261Z [00:03:24.749]➜  mkdir -p $WORK/b1339/
2025-08-20T21:59:22.9242649Z [00:03:24.749]➜  cat >/tmp/go-build282983591/b1339/importcfg << 'EOF' # internal
2025-08-20T21:59:22.9251772Z [00:03:24.749]➜  # import config
2025-08-20T21:59:22.9252484Z [00:03:24.749]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:22.9253321Z [00:03:24.749]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:22.9254183Z [00:03:24.749]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:59:22.9255058Z [00:03:24.749]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:59:22.9255900Z [00:03:24.749]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:22.9256712Z [00:03:24.749]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:22.9257462Z [00:03:24.749]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:22.9258476Z [00:03:24.749]➜  packagefile github.com/openrdap/rdap/bootstrap/cache=/tmp/go-build282983591/b1340/_pkg_.a
2025-08-20T21:59:22.9259511Z [00:03:24.749]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:59:22.9260534Z [00:03:24.749]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:22.9261677Z [00:03:24.749]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:22.9262471Z [00:03:24.749]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:22.9263270Z [00:03:24.749]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:22.9264055Z [00:03:24.749]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:22.9264827Z [00:03:24.749]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:22.9265591Z [00:03:24.749]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:22.9266143Z [00:03:24.749]➜  EOF
2025-08-20T21:59:22.9273464Z [00:03:24.750]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1339/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/openrdap/rdap@v0.9.1/bootstrap=>github.com/openrdap/rdap@v0.9.1/bootstrap;$WORK/b1339=>" -p github.com/openrdap/rdap/bootstrap -lang=go1.19 -complete -installsuffix shared -buildid bfUCRlf-ehgxdFNWzOLZ/bfUCRlf-ehgxdFNWzOLZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1339/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:59:23.0131177Z [00:03:24.838]➜  go tool buildid -w $WORK/b1339/_pkg_.a # internal
2025-08-20T21:59:23.0152904Z [00:03:24.840]➜  cp $WORK/b1339/_pkg_.a /root/.cache/go-build/cd/cd8a2464321d8ec959c3839cc3d56a7e5565539612ed0c31e15709f5630cea7f-d # internal
2025-08-20T21:59:23.0154174Z [00:03:24.841]➜  github.com/openrdap/rdap/sandbox
2025-08-20T21:59:23.0186502Z [00:03:24.844]➜  mkdir -p $WORK/b1342/
2025-08-20T21:59:23.0192414Z [00:03:24.844]➜  cat >/tmp/go-build282983591/b1342/importcfg << 'EOF' # internal
2025-08-20T21:59:23.0193904Z [00:03:24.844]➜  # import config
2025-08-20T21:59:23.0194534Z [00:03:24.844]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:23.0195335Z [00:03:24.844]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:59:23.0196090Z [00:03:24.844]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:59:23.0196819Z [00:03:24.844]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:59:23.0197516Z [00:03:24.844]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:23.0198076Z [00:03:24.845]➜  EOF
2025-08-20T21:59:23.0201526Z [00:03:24.845]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1342/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/openrdap/rdap@v0.9.1/sandbox=>github.com/openrdap/rdap@v0.9.1/sandbox;$WORK/b1342=>" -p github.com/openrdap/rdap/sandbox -lang=go1.19 -complete -installsuffix shared -buildid DifHMjUXh_9iv3hN9sSU/DifHMjUXh_9iv3hN9sSU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1342/importcfg -pack /root/go/pkg/mod/github.com/openrdap/rdap@v0.9.1/sandbox/file.go
2025-08-20T21:59:23.0493635Z [00:03:24.875]➜  go tool buildid -w $WORK/b1342/_pkg_.a # internal
2025-08-20T21:59:23.0501172Z [00:03:24.875]➜  cp $WORK/b1342/_pkg_.a /root/.cache/go-build/17/173f651a5b6f9e06b6ba0bbb9d027a94a2d5235753edb0b8be037464fdbd40f2-d # internal
2025-08-20T21:59:23.0505516Z [00:03:24.876]➜  github.com/alecthomas/template/parse
2025-08-20T21:59:23.0506687Z [00:03:24.876]➜  mkdir -p $WORK/b1345/
2025-08-20T21:59:23.0515953Z [00:03:24.877]➜  cat >/tmp/go-build282983591/b1345/importcfg << 'EOF' # internal
2025-08-20T21:59:23.0516665Z [00:03:24.877]➜  # import config
2025-08-20T21:59:23.0517291Z [00:03:24.877]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:23.0518283Z [00:03:24.877]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:23.0519150Z [00:03:24.877]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:23.0520069Z [00:03:24.877]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:23.0520844Z [00:03:24.877]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:23.0521634Z [00:03:24.877]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:59:23.0522446Z [00:03:24.877]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:59:23.0523054Z [00:03:24.877]➜  EOF
2025-08-20T21:59:23.0528432Z [00:03:24.877]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1345/_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/b1345=>" -p github.com/alecthomas/template/parse -lang=go1.16 -complete -installsuffix shared -buildid 9EiSwKZaxcmidz4pFtcu/9EiSwKZaxcmidz4pFtcu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1345/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:59:23.0540940Z [00:03:24.879]➜  go tool buildid -w $WORK/b1326/_pkg_.a # internal
2025-08-20T21:59:23.0735210Z [00:03:24.898]➜  cp $WORK/b1326/_pkg_.a /root/.cache/go-build/40/4095fea83eca5b55121ee95bb14693c8d238d73414a940ba4cafb01b4e435bfb-d # internal
2025-08-20T21:59:23.0744642Z [00:03:24.899]➜  github.com/aws/aws-sdk-go-v2/credentials/stscreds
2025-08-20T21:59:23.0745310Z [00:03:24.900]➜  mkdir -p $WORK/b1325/
2025-08-20T21:59:23.0747411Z [00:03:24.900]➜  cat >/tmp/go-build282983591/b1325/importcfg << 'EOF' # internal
2025-08-20T21:59:23.0749287Z [00:03:24.900]➜  # import config
2025-08-20T21:59:23.0751043Z [00:03:24.900]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:23.0752833Z [00:03:24.900]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:23.0753806Z [00:03:24.900]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build282983591/b1266/_pkg_.a
2025-08-20T21:59:23.0755094Z [00:03:24.900]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build282983591/b1295/_pkg_.a
2025-08-20T21:59:23.0756287Z [00:03:24.900]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build282983591/b1268/_pkg_.a
2025-08-20T21:59:23.0757478Z [00:03:24.900]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts=/tmp/go-build282983591/b1326/_pkg_.a
2025-08-20T21:59:23.0758706Z [00:03:24.900]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/types=/tmp/go-build282983591/b1332/_pkg_.a
2025-08-20T21:59:23.0759762Z [00:03:24.900]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:59:23.0760873Z [00:03:24.900]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:23.0761684Z [00:03:24.900]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:23.0762426Z [00:03:24.900]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:23.0763001Z [00:03:24.900]➜  EOF
2025-08-20T21:59:23.0767793Z [00:03:24.900]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1325/_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/b1325=>" -p github.com/aws/aws-sdk-go-v2/credentials/stscreds -lang=go1.22 -complete -installsuffix shared -buildid 74jErAWkaWPEOgT3sH_p/74jErAWkaWPEOgT3sH_p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1325/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:59:23.2005512Z [00:03:25.026]➜  go tool buildid -w $WORK/b1325/_pkg_.a # internal
2025-08-20T21:59:23.2022364Z [00:03:25.027]➜  cp $WORK/b1325/_pkg_.a /root/.cache/go-build/6c/6c556b4d5036c23bad6005399721d3a0a5e67b0a53a34c43d64119d5caea069d-d # internal
2025-08-20T21:59:23.2190219Z [00:03:25.044]➜  github.com/aws/aws-sdk-go-v2/config
2025-08-20T21:59:23.2191538Z [00:03:25.044]➜  mkdir -p $WORK/b1290/
2025-08-20T21:59:23.2202230Z [00:03:25.045]➜  cat >/tmp/go-build282983591/b1290/importcfg << 'EOF' # internal
2025-08-20T21:59:23.2202945Z [00:03:25.045]➜  # import config
2025-08-20T21:59:23.2203552Z [00:03:25.045]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:23.2206676Z [00:03:25.045]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:23.2207522Z [00:03:25.045]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:59:23.2208343Z [00:03:25.045]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:59:23.2209129Z [00:03:25.045]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:23.2210000Z [00:03:25.045]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:23.2210891Z [00:03:25.045]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build282983591/b1266/_pkg_.a
2025-08-20T21:59:23.2212034Z [00:03:25.045]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build282983591/b1291/_pkg_.a
2025-08-20T21:59:23.2213243Z [00:03:25.045]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials=/tmp/go-build282983591/b1292/_pkg_.a
2025-08-20T21:59:23.2214649Z [00:03:25.045]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds=/tmp/go-build282983591/b1293/_pkg_.a
2025-08-20T21:59:23.2216161Z [00:03:25.045]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds=/tmp/go-build282983591/b1301/_pkg_.a
2025-08-20T21:59:23.2217839Z [00:03:25.045]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/processcreds=/tmp/go-build282983591/b1303/_pkg_.a
2025-08-20T21:59:23.2219473Z [00:03:25.045]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ssocreds=/tmp/go-build282983591/b1305/_pkg_.a
2025-08-20T21:59:23.2221183Z [00:03:25.045]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/stscreds=/tmp/go-build282983591/b1325/_pkg_.a
2025-08-20T21:59:23.2222542Z [00:03:25.045]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds=/tmp/go-build282983591/b1294/_pkg_.a
2025-08-20T21:59:23.2223818Z [00:03:25.045]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/ini=/tmp/go-build282983591/b1334/_pkg_.a
2025-08-20T21:59:23.2225207Z [00:03:25.045]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/shareddefaults=/tmp/go-build282983591/b1306/_pkg_.a
2025-08-20T21:59:23.2226587Z [00:03:25.045]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso=/tmp/go-build282983591/b1307/_pkg_.a
2025-08-20T21:59:23.2227904Z [00:03:25.045]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc=/tmp/go-build282983591/b1320/_pkg_.a
2025-08-20T21:59:23.2229186Z [00:03:25.045]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts=/tmp/go-build282983591/b1326/_pkg_.a
2025-08-20T21:59:23.2230520Z [00:03:25.045]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build282983591/b1270/_pkg_.a
2025-08-20T21:59:23.2231599Z [00:03:25.045]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build282983591/b1274/_pkg_.a
2025-08-20T21:59:23.2232697Z [00:03:25.045]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build282983591/b1273/_pkg_.a
2025-08-20T21:59:23.2233916Z [00:03:25.045]➜  packagefile github.com/aws/smithy-go/private/requestcompression=/tmp/go-build282983591/b1335/_pkg_.a
2025-08-20T21:59:23.2234924Z [00:03:25.045]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:23.2235692Z [00:03:25.045]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:59:23.2236448Z [00:03:25.045]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:23.2237194Z [00:03:25.045]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:23.2238215Z [00:03:25.045]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:23.2238939Z [00:03:25.045]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:23.2239706Z [00:03:25.045]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:23.2240649Z [00:03:25.045]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:23.2241378Z [00:03:25.045]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:23.2242087Z [00:03:25.045]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:23.2242623Z [00:03:25.045]➜  EOF
2025-08-20T21:59:23.2252155Z [00:03:25.046]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1290/_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/b1290=>" -p github.com/aws/aws-sdk-go-v2/config -lang=go1.22 -complete -installsuffix shared -buildid 75jFWyVuItm0_RqZ_Ikc/75jFWyVuItm0_RqZ_Ikc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1290/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:59:23.3417229Z [00:03:25.167]➜  go tool buildid -w $WORK/b1345/_pkg_.a # internal
2025-08-20T21:59:23.3471115Z [00:03:25.172]➜  cp $WORK/b1345/_pkg_.a /root/.cache/go-build/96/969f71188dce1b7bfb61942655c4e8e18a6b16507c067938532c34966ec73a99-d # internal
2025-08-20T21:59:23.3481811Z [00:03:25.173]➜  github.com/alecthomas/template
2025-08-20T21:59:23.3482642Z [00:03:25.173]➜  mkdir -p $WORK/b1344/
2025-08-20T21:59:23.3484953Z [00:03:25.173]➜  cat >/tmp/go-build282983591/b1344/importcfg << 'EOF' # internal
2025-08-20T21:59:23.3485648Z [00:03:25.173]➜  # import config
2025-08-20T21:59:23.3486309Z [00:03:25.173]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:23.3487149Z [00:03:25.173]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:23.3487954Z [00:03:25.173]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:23.3488996Z [00:03:25.173]➜  packagefile github.com/alecthomas/template/parse=/tmp/go-build282983591/b1345/_pkg_.a
2025-08-20T21:59:23.3490167Z [00:03:25.173]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:23.3490965Z [00:03:25.174]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:59:23.3491762Z [00:03:25.174]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:23.3492620Z [00:03:25.174]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:23.3493458Z [00:03:25.174]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:23.3494261Z [00:03:25.174]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:23.3495069Z [00:03:25.174]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:23.3495881Z [00:03:25.174]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:23.3496676Z [00:03:25.174]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:59:23.3497796Z [00:03:25.174]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:59:23.3498549Z [00:03:25.174]➜  EOF
2025-08-20T21:59:23.3505491Z [00:03:25.174]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1344/_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/b1344=>" -p github.com/alecthomas/template -lang=go1.16 -complete -installsuffix shared -buildid wGgFEzWgwO4qtJDKl5cC/wGgFEzWgwO4qtJDKl5cC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1344/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:59:23.7037002Z [00:03:25.529]➜  go tool buildid -w $WORK/b1344/_pkg_.a # internal
2025-08-20T21:59:23.7119976Z [00:03:25.537]➜  cp $WORK/b1344/_pkg_.a /root/.cache/go-build/bc/bcf27d4ab78040d44ce48046d583b4a03e96b8119d588f502e53ad9e94ea2626-d # internal
2025-08-20T21:59:23.7185474Z [00:03:25.544]➜  github.com/alecthomas/units
2025-08-20T21:59:23.7189647Z [00:03:25.544]➜  mkdir -p $WORK/b1346/
2025-08-20T21:59:23.7193472Z [00:03:25.544]➜  cat >/tmp/go-build282983591/b1346/importcfg << 'EOF' # internal
2025-08-20T21:59:23.7242743Z [00:03:25.545]➜  # import config
2025-08-20T21:59:23.7243395Z [00:03:25.545]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:23.7244121Z [00:03:25.545]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:23.7245003Z [00:03:25.545]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:23.7245579Z [00:03:25.545]➜  EOF
2025-08-20T21:59:23.7251264Z [00:03:25.545]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1346/_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/b1346=>" -p github.com/alecthomas/units -lang=go1.15 -complete -installsuffix shared -buildid xtBE8N4StO8_uolzxqgl/xtBE8N4StO8_uolzxqgl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1346/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:59:23.7636007Z [00:03:25.589]➜  go tool buildid -w $WORK/b1244/_pkg_.a # internal
2025-08-20T21:59:23.7787204Z [00:03:25.604]➜  go tool buildid -w $WORK/b1346/_pkg_.a # internal
2025-08-20T21:59:23.7797720Z [00:03:25.605]➜  cp $WORK/b1346/_pkg_.a /root/.cache/go-build/5c/5c230fb17c50f1f369f6cf2324bda3bc83a387e71d15ed95ac49085be7ce48f5-d # internal
2025-08-20T21:59:23.7805545Z [00:03:25.606]➜  gopkg.in/alecthomas/kingpin.v2
2025-08-20T21:59:23.7807858Z [00:03:25.606]➜  mkdir -p $WORK/b1343/
2025-08-20T21:59:23.7811475Z [00:03:25.606]➜  cp $WORK/b1244/_pkg_.a /root/.cache/go-build/0f/0fdc3cf24b21d299bfa165fc0c4a134c8de224badf0ed0dd3726f3be9f355804-d # internal
2025-08-20T21:59:23.7817149Z [00:03:25.607]➜  cat >/tmp/go-build282983591/b1343/importcfg << 'EOF' # internal
2025-08-20T21:59:23.7819539Z [00:03:25.607]➜  # import config
2025-08-20T21:59:23.7824566Z [00:03:25.607]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:23.7828041Z [00:03:25.607]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:23.7829005Z [00:03:25.607]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:59:23.7830337Z [00:03:25.607]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:23.7831397Z [00:03:25.607]➜  packagefile github.com/alecthomas/template=/tmp/go-build282983591/b1344/_pkg_.a
2025-08-20T21:59:23.7832544Z [00:03:25.607]➜  packagefile github.com/alecthomas/units=/tmp/go-build282983591/b1346/_pkg_.a
2025-08-20T21:59:23.7833486Z [00:03:25.607]➜  packagefile go/doc=/tmp/go-build282983591/b698/_pkg_.a
2025-08-20T21:59:23.7834327Z [00:03:25.607]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:23.7835145Z [00:03:25.607]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:23.7835960Z [00:03:25.607]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:23.7836766Z [00:03:25.607]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:23.7837747Z [00:03:25.607]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:23.7838635Z [00:03:25.607]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:23.7839504Z [00:03:25.607]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:23.7856626Z [00:03:25.607]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:23.7857501Z [00:03:25.607]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:23.7858322Z [00:03:25.607]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:59:23.7859151Z [00:03:25.607]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:23.7860153Z [00:03:25.607]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:59:23.7860776Z [00:03:25.607]➜  EOF
2025-08-20T21:59:23.7871627Z [00:03:25.607]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1343/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/alecthomas/kingpin.v2@v2.2.6=>gopkg.in/alecthomas/kingpin.v2@v2.2.6;$WORK/b1343=>" -p gopkg.in/alecthomas/kingpin.v2 -lang=go1.16 -complete -installsuffix shared -buildid c0chinWd2lrqvmE_l0yK/c0chinWd2lrqvmE_l0yK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1343/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:59:23.7881256Z [00:03:25.607]➜  github.com/projectdiscovery/utils/sysutil
2025-08-20T21:59:23.7881883Z [00:03:25.607]➜  mkdir -p $WORK/b1348/
2025-08-20T21:59:23.7882601Z [00:03:25.608]➜  cat >/tmp/go-build282983591/b1348/importcfg << 'EOF' # internal
2025-08-20T21:59:23.7883270Z [00:03:25.608]➜  # import config
2025-08-20T21:59:23.7883965Z [00:03:25.608]➜  packagefile runtime/debug=/tmp/go-build282983591/b246/_pkg_.a
2025-08-20T21:59:23.7884660Z [00:03:25.608]➜  EOF
2025-08-20T21:59:23.7888439Z [00:03:25.608]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1348/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/sysutil=>github.com/projectdiscovery/utils@v0.4.23/sysutil;$WORK/b1348=>" -p github.com/projectdiscovery/utils/sysutil -lang=go1.24 -complete -installsuffix shared -buildid FJ8vlyd0Efb2zD99Vy_H/FJ8vlyd0Efb2zD99Vy_H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1348/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/sysutil/sysutil.go
2025-08-20T21:59:23.8015719Z [00:03:25.627]➜  go tool buildid -w $WORK/b1348/_pkg_.a # internal
2025-08-20T21:59:23.8020737Z [00:03:25.627]➜  cp $WORK/b1348/_pkg_.a /root/.cache/go-build/eb/eb43b51dad7f5e05f2499632cac0ec9790449ec178b44a430ee3f97140151748-d # internal
2025-08-20T21:59:23.8028277Z [00:03:25.628]➜  github.com/projectdiscovery/utils/global
2025-08-20T21:59:23.8031115Z [00:03:25.628]➜  mkdir -p $WORK/b1347/
2025-08-20T21:59:23.8055274Z [00:03:25.631]➜  cat >/tmp/go-build282983591/b1347/importcfg << 'EOF' # internal
2025-08-20T21:59:23.8060199Z [00:03:25.631]➜  # import config
2025-08-20T21:59:23.8063538Z [00:03:25.631]➜  packagefile github.com/projectdiscovery/utils/sysutil=/tmp/go-build282983591/b1348/_pkg_.a
2025-08-20T21:59:23.8064876Z [00:03:25.631]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:23.8067350Z [00:03:25.631]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:23.8068320Z [00:03:25.631]➜  EOF
2025-08-20T21:59:23.8072454Z [00:03:25.631]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1347/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/global=>github.com/projectdiscovery/utils@v0.4.23/global;$WORK/b1347=>" -p github.com/projectdiscovery/utils/global -lang=go1.24 -complete -installsuffix shared -buildid a_Ave8E0T-kul2iUJbWc/a_Ave8E0T-kul2iUJbWc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1347/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/global/max_threads.go
2025-08-20T21:59:23.8232976Z [00:03:25.648]➜  go tool buildid -w $WORK/b1347/_pkg_.a # internal
2025-08-20T21:59:23.8237495Z [00:03:25.649]➜  cp $WORK/b1347/_pkg_.a /root/.cache/go-build/e5/e5afcbadc18b2c1af5239b7b4b74476c6cb659e1e596efd8701126b6236cb1cf-d # internal
2025-08-20T21:59:23.8247807Z [00:03:25.649]➜  github.com/h2non/filetype/matchers/isobmff
2025-08-20T21:59:23.8248574Z [00:03:25.649]➜  mkdir -p $WORK/b1353/
2025-08-20T21:59:23.8249312Z [00:03:25.650]➜  cat >/tmp/go-build282983591/b1353/importcfg << 'EOF' # internal
2025-08-20T21:59:23.8250219Z [00:03:25.650]➜  # import config
2025-08-20T21:59:23.8250929Z [00:03:25.650]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:59:23.8251623Z [00:03:25.650]➜  EOF
2025-08-20T21:59:23.8255491Z [00:03:25.650]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1353/_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/b1353=>" -p github.com/h2non/filetype/matchers/isobmff -lang=go1.13 -complete -installsuffix shared -buildid w1EZKuna9mfWzopZ1DI7/w1EZKuna9mfWzopZ1DI7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1353/importcfg -pack /root/go/pkg/mod/github.com/h2non/filetype@v1.1.3/matchers/isobmff/isobmff.go
2025-08-20T21:59:23.8391779Z [00:03:25.664]➜  go tool buildid -w $WORK/b1353/_pkg_.a # internal
2025-08-20T21:59:23.8395348Z [00:03:25.664]➜  cp $WORK/b1353/_pkg_.a /root/.cache/go-build/6e/6e66a4a77b4982b93f903d6568be711f8a143a230866649150c7cdd1b0f11795-d # internal
2025-08-20T21:59:23.8518837Z [00:03:25.677]➜  github.com/h2non/filetype/types
2025-08-20T21:59:23.8521476Z [00:03:25.677]➜  mkdir -p $WORK/b1354/
2025-08-20T21:59:23.8526998Z [00:03:25.678]➜  cat >/tmp/go-build282983591/b1354/importcfg << 'EOF' # internal
2025-08-20T21:59:23.8527724Z [00:03:25.678]➜  # import config
2025-08-20T21:59:23.8528943Z [00:03:25.678]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:23.8531949Z [00:03:25.678]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:23.8532597Z [00:03:25.678]➜  EOF
2025-08-20T21:59:23.8538038Z [00:03:25.678]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1354/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/h2non/filetype@v1.1.3/types=>github.com/h2non/filetype@v1.1.3/types;$WORK/b1354=>" -p github.com/h2non/filetype/types -lang=go1.13 -complete -installsuffix shared -buildid Bh7TTKbu9SPL9tPHIHlY/Bh7TTKbu9SPL9tPHIHlY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1354/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:59:23.9306379Z [00:03:25.756]➜  go tool buildid -w $WORK/b1290/_pkg_.a # internal
2025-08-20T21:59:23.9440152Z [00:03:25.769]➜  cp $WORK/b1290/_pkg_.a /root/.cache/go-build/b5/b58c1aea4f39464dc71d92fcc47fe9ed14041d6d0b1632f4f2f3dd38dbf693c7-d # internal
2025-08-20T21:59:23.9446753Z [00:03:25.770]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/signer
2025-08-20T21:59:23.9449663Z [00:03:25.770]➜  mkdir -p $WORK/b1265/
2025-08-20T21:59:23.9455533Z [00:03:25.771]➜  cat >/tmp/go-build282983591/b1265/importcfg << 'EOF' # internal
2025-08-20T21:59:23.9461741Z [00:03:25.771]➜  # import config
2025-08-20T21:59:23.9462436Z [00:03:25.771]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:23.9463287Z [00:03:25.771]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:59:23.9464232Z [00:03:25.771]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:59:23.9465121Z [00:03:25.771]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:23.9466197Z [00:03:25.771]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build282983591/b1266/_pkg_.a
2025-08-20T21:59:23.9467439Z [00:03:25.771]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build282983591/b1283/_pkg_.a
2025-08-20T21:59:23.9468681Z [00:03:25.771]➜  packagefile github.com/aws/aws-sdk-go-v2/config=/tmp/go-build282983591/b1290/_pkg_.a
2025-08-20T21:59:23.9470211Z [00:03:25.771]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials=/tmp/go-build282983591/b1292/_pkg_.a
2025-08-20T21:59:23.9471538Z [00:03:25.771]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:23.9472804Z [00:03:25.771]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:23.9474167Z [00:03:25.771]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:59:23.9475207Z [00:03:25.771]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:23.9476057Z [00:03:25.771]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:23.9476886Z [00:03:25.771]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:23.9477503Z [00:03:25.771]➜  EOF
2025-08-20T21:59:23.9503364Z [00:03:25.771]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1265/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/signer=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/signer;$WORK/b1265=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/signer -lang=go1.24 -complete -installsuffix shared -buildid GiWbpY4FOTXWSqJ4iaqy/GiWbpY4FOTXWSqJ4iaqy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1265/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/signer/aws-sign.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/signer/signer.go
2025-08-20T21:59:23.9717836Z [00:03:25.797]➜  go tool buildid -w $WORK/b1354/_pkg_.a # internal
2025-08-20T21:59:23.9753071Z [00:03:25.800]➜  cp $WORK/b1354/_pkg_.a /root/.cache/go-build/b1/b198be639d8ee7483c22e803620e1482a5d0af5df00e4386b46f690de76c09ce-d # internal
2025-08-20T21:59:23.9782635Z [00:03:25.803]➜  github.com/h2non/filetype/matchers
2025-08-20T21:59:23.9790285Z [00:03:25.803]➜  mkdir -p $WORK/b1352/
2025-08-20T21:59:23.9796835Z [00:03:25.805]➜  cat >/tmp/go-build282983591/b1352/importcfg << 'EOF' # internal
2025-08-20T21:59:23.9821457Z [00:03:25.805]➜  # import config
2025-08-20T21:59:23.9822187Z [00:03:25.805]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:23.9823081Z [00:03:25.805]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:59:23.9824227Z [00:03:25.805]➜  packagefile github.com/h2non/filetype/matchers/isobmff=/tmp/go-build282983591/b1353/_pkg_.a
2025-08-20T21:59:23.9825452Z [00:03:25.805]➜  packagefile github.com/h2non/filetype/types=/tmp/go-build282983591/b1354/_pkg_.a
2025-08-20T21:59:23.9826247Z [00:03:25.805]➜  EOF
2025-08-20T21:59:23.9833749Z [00:03:25.805]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1352/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/h2non/filetype@v1.1.3/matchers=>github.com/h2non/filetype@v1.1.3/matchers;$WORK/b1352=>" -p github.com/h2non/filetype/matchers -lang=go1.13 -complete -installsuffix shared -buildid 5sESwnWi0fvSIHTtXEPv/5sESwnWi0fvSIHTtXEPv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1352/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:59:24.0036596Z [00:03:25.829]➜  go tool buildid -w $WORK/b1265/_pkg_.a # internal
2025-08-20T21:59:24.0083519Z [00:03:25.833]➜  cp $WORK/b1265/_pkg_.a /root/.cache/go-build/3f/3f139a76611f1bb7db6882ebb2c71a5ff9ad7c2bf47c11e8ab40a33cc3468489-d # internal
2025-08-20T21:59:24.0086250Z [00:03:25.833]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/signerpool
2025-08-20T21:59:24.0087487Z [00:03:25.833]➜  mkdir -p $WORK/b1264/
2025-08-20T21:59:24.0088443Z [00:03:25.833]➜  cat >/tmp/go-build282983591/b1264/importcfg << 'EOF' # internal
2025-08-20T21:59:24.0089124Z [00:03:25.833]➜  # import config
2025-08-20T21:59:24.0089761Z [00:03:25.833]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:24.0091107Z [00:03:25.833]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/signer=/tmp/go-build282983591/b1265/_pkg_.a
2025-08-20T21:59:24.0092622Z [00:03:25.833]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:24.0093705Z [00:03:25.833]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:24.0094504Z [00:03:25.833]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:24.0095096Z [00:03:25.833]➜  EOF
2025-08-20T21:59:24.0100004Z [00:03:25.833]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1264/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/signerpool=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/signerpool;$WORK/b1264=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/signerpool -lang=go1.24 -complete -installsuffix shared -buildid 1K2xwHlC5D8nmkTqCOwl/1K2xwHlC5D8nmkTqCOwl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1264/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/signerpool/signerpool.go
2025-08-20T21:59:24.0398964Z [00:03:25.865]➜  go tool buildid -w $WORK/b1264/_pkg_.a # internal
2025-08-20T21:59:24.0411119Z [00:03:25.866]➜  cp $WORK/b1264/_pkg_.a /root/.cache/go-build/95/95104c9f461c3a8746adea682af4bd29401717763128d9d0b7db85fad08f4245-d # internal
2025-08-20T21:59:24.0471530Z [00:03:25.872]➜  github.com/imdario/mergo
2025-08-20T21:59:24.0472179Z [00:03:25.872]➜  mkdir -p $WORK/b1359/
2025-08-20T21:59:24.0474639Z [00:03:25.873]➜  cat >/tmp/go-build282983591/b1359/importcfg << 'EOF' # internal
2025-08-20T21:59:24.0475540Z [00:03:25.873]➜  # import config
2025-08-20T21:59:24.0476341Z [00:03:25.873]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:24.0477571Z [00:03:25.873]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:24.0478558Z [00:03:25.873]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:24.0479541Z [00:03:25.873]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:59:24.0480734Z [00:03:25.873]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:59:24.0481586Z [00:03:25.873]➜  EOF
2025-08-20T21:59:24.0486513Z [00:03:25.873]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1359/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/imdario/mergo@v0.3.16=>github.com/imdario/mergo@v0.3.16;$WORK/b1359=>" -p github.com/imdario/mergo -lang=go1.13 -complete -installsuffix shared -buildid xjd0DOVYDJZa4ehLKs9r/xjd0DOVYDJZa4ehLKs9r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1359/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:59:24.0943819Z [00:03:25.919]➜  go tool buildid -w $WORK/b1352/_pkg_.a # internal
2025-08-20T21:59:24.0969000Z [00:03:25.922]➜  cp $WORK/b1352/_pkg_.a /root/.cache/go-build/ad/ad18198365363a761c92db99770948919f12ee85acc071ff083668ff7bfa1893-d # internal
2025-08-20T21:59:24.0987244Z [00:03:25.924]➜  github.com/h2non/filetype
2025-08-20T21:59:24.0990186Z [00:03:25.924]➜  mkdir -p $WORK/b1351/
2025-08-20T21:59:24.1000113Z [00:03:25.925]➜  cat >/tmp/go-build282983591/b1351/importcfg << 'EOF' # internal
2025-08-20T21:59:24.1006460Z [00:03:25.925]➜  # import config
2025-08-20T21:59:24.1007055Z [00:03:25.925]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:24.1008035Z [00:03:25.925]➜  packagefile github.com/h2non/filetype/matchers=/tmp/go-build282983591/b1352/_pkg_.a
2025-08-20T21:59:24.1009124Z [00:03:25.925]➜  packagefile github.com/h2non/filetype/types=/tmp/go-build282983591/b1354/_pkg_.a
2025-08-20T21:59:24.1010252Z [00:03:25.925]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:24.1010994Z [00:03:25.925]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:24.1011527Z [00:03:25.925]➜  EOF
2025-08-20T21:59:24.1020303Z [00:03:25.927]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1351/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/h2non/filetype@v1.1.3=>github.com/h2non/filetype@v1.1.3;$WORK/b1351=>" -p github.com/h2non/filetype -lang=go1.13 -complete -installsuffix shared -buildid K_VFgQAPBPJn0hdNafr2/K_VFgQAPBPJn0hdNafr2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1351/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:59:24.2646508Z [00:03:26.090]➜  go tool buildid -w $WORK/b1359/_pkg_.a # internal
2025-08-20T21:59:24.2661105Z [00:03:26.091]➜  cp $WORK/b1359/_pkg_.a /root/.cache/go-build/97/9787aa64f7c7a6df27e2e5e8d7b08d9b51f8d30ba955c0f4246cdcca58bb1c3b-d # internal
2025-08-20T21:59:24.2669150Z [00:03:26.092]➜  github.com/leslie-qiwa/flat
2025-08-20T21:59:24.2672009Z [00:03:26.092]➜  mkdir -p $WORK/b1358/
2025-08-20T21:59:24.2674367Z [00:03:26.093]➜  cat >/tmp/go-build282983591/b1358/importcfg << 'EOF' # internal
2025-08-20T21:59:24.2677190Z [00:03:26.093]➜  # import config
2025-08-20T21:59:24.2677880Z [00:03:26.093]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:24.2678863Z [00:03:26.093]➜  packagefile github.com/imdario/mergo=/tmp/go-build282983591/b1359/_pkg_.a
2025-08-20T21:59:24.2680054Z [00:03:26.093]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:24.2681795Z [00:03:26.093]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:24.2682618Z [00:03:26.093]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:24.2683432Z [00:03:26.093]➜  EOF
2025-08-20T21:59:24.2688564Z [00:03:26.093]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1358/_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/b1358=>" -p github.com/leslie-qiwa/flat -lang=go1.16 -complete -installsuffix shared -buildid lqY0PgILJ3c08zvIcTpO/lqY0PgILJ3c08zvIcTpO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1358/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:59:24.2814691Z [00:03:26.107]➜  go tool buildid -w $WORK/b1351/_pkg_.a # internal
2025-08-20T21:59:24.2849119Z [00:03:26.110]➜  cp $WORK/b1351/_pkg_.a /root/.cache/go-build/50/5071dbb37d79463429f66d46c1c7a712ec21401772669ba6b39314bbc146212d-d # internal
2025-08-20T21:59:24.2977204Z [00:03:26.123]➜  github.com/clbanning/mxj/v2
2025-08-20T21:59:24.2978354Z [00:03:26.123]➜  mkdir -p $WORK/b1361/
2025-08-20T21:59:24.2983739Z [00:03:26.123]➜  cat >/tmp/go-build282983591/b1361/importcfg << 'EOF' # internal
2025-08-20T21:59:24.2985048Z [00:03:26.124]➜  # import config
2025-08-20T21:59:24.2985872Z [00:03:26.124]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:24.2986699Z [00:03:26.124]➜  packagefile encoding/gob=/tmp/go-build282983591/b333/_pkg_.a
2025-08-20T21:59:24.2987536Z [00:03:26.124]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:24.2988362Z [00:03:26.124]➜  packagefile encoding/xml=/tmp/go-build282983591/b486/_pkg_.a
2025-08-20T21:59:24.2989148Z [00:03:26.124]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:24.2990089Z [00:03:26.124]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:24.2990854Z [00:03:26.124]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:24.2991607Z [00:03:26.124]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:24.2992382Z [00:03:26.124]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:24.2993179Z [00:03:26.124]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:24.2993965Z [00:03:26.124]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:24.2994766Z [00:03:26.124]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:24.2995570Z [00:03:26.124]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:24.2996329Z [00:03:26.124]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:24.2996911Z [00:03:26.124]➜  EOF
2025-08-20T21:59:24.3009258Z [00:03:26.124]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1361/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/clbanning/mxj/v2@v2.7.0=>github.com/clbanning/mxj/v2@v2.7.0;$WORK/b1361=>" -p github.com/clbanning/mxj/v2 -lang=go1.15 -complete -installsuffix shared -buildid wuPHGAzWNXayI49M7jJP/wuPHGAzWNXayI49M7jJP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1361/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:59:24.3430736Z [00:03:26.168]➜  go tool buildid -w $WORK/b1358/_pkg_.a # internal
2025-08-20T21:59:24.3443674Z [00:03:26.169]➜  cp $WORK/b1358/_pkg_.a /root/.cache/go-build/92/921a8d1981a61e066361d4ee77c6e7cd5cb8882536019a600d57020e7759955c-d # internal
2025-08-20T21:59:24.3454420Z [00:03:26.171]➜  github.com/projectdiscovery/nuclei/v3/pkg/model/types/userAgent
2025-08-20T21:59:24.3455304Z [00:03:26.171]➜  mkdir -p $WORK/b1362/
2025-08-20T21:59:24.3463194Z [00:03:26.171]➜  cat >/tmp/go-build282983591/b1362/importcfg << 'EOF' # internal
2025-08-20T21:59:24.3464001Z [00:03:26.171]➜  # import config
2025-08-20T21:59:24.3464843Z [00:03:26.171]➜  packagefile github.com/invopop/jsonschema=/tmp/go-build282983591/b689/_pkg_.a
2025-08-20T21:59:24.3465931Z [00:03:26.171]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:24.3467198Z [00:03:26.171]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build282983591/b626/_pkg_.a
2025-08-20T21:59:24.3468395Z [00:03:26.171]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:24.3469029Z [00:03:26.171]➜  EOF
2025-08-20T21:59:24.3474431Z [00:03:26.172]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1362/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/model/types/userAgent=>github.com/projectdiscovery/nuclei/v3/pkg/model/types/userAgent;$WORK/b1362=>" -p github.com/projectdiscovery/nuclei/v3/pkg/model/types/userAgent -lang=go1.24 -complete -installsuffix shared -buildid NQ6fzxZuo-JAicLJ9Eio/NQ6fzxZuo-JAicLJ9Eio -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1362/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/model/types/userAgent/user_agent.go
2025-08-20T21:59:24.4828206Z [00:03:26.308]➜  go tool buildid -w $WORK/b1343/_pkg_.a # internal
2025-08-20T21:59:24.4941124Z [00:03:26.319]➜  cp $WORK/b1343/_pkg_.a /root/.cache/go-build/f8/f80bba8c7a8df5620ac22d9e7f3dfd43f51870976ed7c46462428de321ed8f3d-d # internal
2025-08-20T21:59:24.4958903Z [00:03:26.321]➜  go tool buildid -w $WORK/b1362/_pkg_.a # internal
2025-08-20T21:59:24.4990878Z [00:03:26.324]➜  cp $WORK/b1362/_pkg_.a /root/.cache/go-build/19/19fb46dbddbde165d95546b6bc47540ee8ea7d46ee86ece9ee2739900559254c-d # internal
2025-08-20T21:59:24.4995122Z [00:03:26.325]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/httputils
2025-08-20T21:59:24.4998245Z [00:03:26.325]➜  mkdir -p $WORK/b1366/
2025-08-20T21:59:24.5006270Z [00:03:26.326]➜  cat >/tmp/go-build282983591/b1366/importcfg << 'EOF' # internal
2025-08-20T21:59:24.5008520Z [00:03:26.326]➜  # import config
2025-08-20T21:59:24.5013671Z [00:03:26.326]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:24.5014850Z [00:03:26.326]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:24.5016198Z [00:03:26.326]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build282983591/b223/_pkg_.a
2025-08-20T21:59:24.5017421Z [00:03:26.326]➜  packagefile github.com/projectdiscovery/utils/sync=/tmp/go-build282983591/b1116/_pkg_.a
2025-08-20T21:59:24.5018582Z [00:03:26.326]➜  packagefile golang.org/x/exp/maps=/tmp/go-build282983591/b184/_pkg_.a
2025-08-20T21:59:24.5019480Z [00:03:26.326]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:24.5020477Z [00:03:26.326]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:24.5021067Z [00:03:26.326]➜  EOF
2025-08-20T21:59:24.5025860Z [00:03:26.326]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1366/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/httputils=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/httputils;$WORK/b1366=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/httputils -lang=go1.24 -complete -installsuffix shared -buildid _i4jnm4AzgltAB-y_Dte/_i4jnm4AzgltAB-y_Dte -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1366/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/httputils/misc.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/httputils/spm.go
2025-08-20T21:59:24.5038924Z [00:03:26.329]➜  github.com/projectdiscovery/rdap
2025-08-20T21:59:24.5040332Z [00:03:26.329]➜  mkdir -p $WORK/b1338/
2025-08-20T21:59:24.5048041Z [00:03:26.330]➜  cat >/tmp/go-build282983591/b1338/importcfg << 'EOF' # internal
2025-08-20T21:59:24.5049463Z [00:03:26.330]➜  # import config
2025-08-20T21:59:24.5050693Z [00:03:26.330]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:24.5052010Z [00:03:26.330]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:59:24.5053449Z [00:03:26.330]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:24.5054640Z [00:03:26.330]➜  packagefile encoding/pem=/tmp/go-build282983591/b157/_pkg_.a
2025-08-20T21:59:24.5055789Z [00:03:26.330]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:24.5057030Z [00:03:26.330]➜  packagefile github.com/openrdap/rdap/bootstrap=/tmp/go-build282983591/b1339/_pkg_.a
2025-08-20T21:59:24.5062758Z [00:03:26.330]➜  packagefile github.com/openrdap/rdap/bootstrap/cache=/tmp/go-build282983591/b1340/_pkg_.a
2025-08-20T21:59:24.5064010Z [00:03:26.330]➜  packagefile github.com/openrdap/rdap/sandbox=/tmp/go-build282983591/b1342/_pkg_.a
2025-08-20T21:59:24.5065154Z [00:03:26.330]➜  packagefile golang.org/x/crypto/pkcs12=/tmp/go-build282983591/b728/_pkg_.a
2025-08-20T21:59:24.5066263Z [00:03:26.330]➜  packagefile gopkg.in/alecthomas/kingpin.v2=/tmp/go-build282983591/b1343/_pkg_.a
2025-08-20T21:59:24.5067244Z [00:03:26.330]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:24.5068098Z [00:03:26.330]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:59:24.5068899Z [00:03:26.330]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:24.5069663Z [00:03:26.330]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:24.5082747Z [00:03:26.330]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:24.5083632Z [00:03:26.330]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:24.5084433Z [00:03:26.330]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:24.5085189Z [00:03:26.330]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:24.5086078Z [00:03:26.330]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:24.5086864Z [00:03:26.330]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:24.5087621Z [00:03:26.330]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:24.5088375Z [00:03:26.330]➜  EOF
2025-08-20T21:59:24.5100678Z [00:03:26.330]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1338/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/rdap@v0.9.0=>github.com/projectdiscovery/rdap@v0.9.0;$WORK/b1338=>" -p github.com/projectdiscovery/rdap -lang=go1.16 -complete -installsuffix shared -buildid DSa6rvn5d2bB5BVuelnt/DSa6rvn5d2bB5BVuelnt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1338/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:59:24.5827299Z [00:03:26.408]➜  go tool buildid -w $WORK/b1366/_pkg_.a # internal
2025-08-20T21:59:24.5851319Z [00:03:26.410]➜  cp $WORK/b1366/_pkg_.a /root/.cache/go-build/82/82c7597eb64fd73a61acf121f0c873f9d754f5b9ed61d62edb597f2bfe78b24a-d # internal
2025-08-20T21:59:24.5875074Z [00:03:26.413]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/race
2025-08-20T21:59:24.5902251Z [00:03:26.413]➜  mkdir -p $WORK/b1367/
2025-08-20T21:59:24.5903027Z [00:03:26.413]➜  cat >/tmp/go-build282983591/b1367/importcfg << 'EOF' # internal
2025-08-20T21:59:24.5903684Z [00:03:26.413]➜  # import config
2025-08-20T21:59:24.5904274Z [00:03:26.413]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:24.5905033Z [00:03:26.413]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:24.5905805Z [00:03:26.413]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:24.5906382Z [00:03:26.413]➜  EOF
2025-08-20T21:59:24.5910605Z [00:03:26.413]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1367/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/race=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/race;$WORK/b1367=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/race -lang=go1.24 -complete -installsuffix shared -buildid OQ_f-e1WJxEyIcaDMzEd/OQ_f-e1WJxEyIcaDMzEd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1367/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/race/syncedreadcloser.go
2025-08-20T21:59:24.6287227Z [00:03:26.454]➜  go tool buildid -w $WORK/b1367/_pkg_.a # internal
2025-08-20T21:59:24.6302567Z [00:03:26.455]➜  cp $WORK/b1367/_pkg_.a /root/.cache/go-build/b1/b1737de2afc7ea82fca313911c721e95812993762083d6b41b57c8743f870652-d # internal
2025-08-20T21:59:24.6315060Z [00:03:26.456]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/raw
2025-08-20T21:59:24.6315831Z [00:03:26.456]➜  mkdir -p $WORK/b1368/
2025-08-20T21:59:24.6335852Z [00:03:26.458]➜  cat >/tmp/go-build282983591/b1368/importcfg << 'EOF' # internal
2025-08-20T21:59:24.6336642Z [00:03:26.458]➜  # import config
2025-08-20T21:59:24.6337334Z [00:03:26.458]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:24.6338417Z [00:03:26.458]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:24.6339241Z [00:03:26.458]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:24.6340531Z [00:03:26.458]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:24.6341322Z [00:03:26.458]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:24.6342303Z [00:03:26.458]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:24.6343652Z [00:03:26.458]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/authprovider/authx=/tmp/go-build282983591/b1133/_pkg_.a
2025-08-20T21:59:24.6345041Z [00:03:26.458]➜  packagefile github.com/projectdiscovery/rawhttp/client=/tmp/go-build282983591/b713/_pkg_.a
2025-08-20T21:59:24.6346290Z [00:03:26.458]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:59:24.6347803Z [00:03:26.458]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:59:24.6349095Z [00:03:26.458]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build282983591/b449/_pkg_.a
2025-08-20T21:59:24.6350359Z [00:03:26.458]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:24.6351152Z [00:03:26.458]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:24.6351756Z [00:03:26.458]➜  EOF
2025-08-20T21:59:24.6356399Z [00:03:26.458]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1368/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/raw=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/raw;$WORK/b1368=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/raw -lang=go1.24 -complete -installsuffix shared -buildid YqY1jkZVwuYGXqhPNaCA/YqY1jkZVwuYGXqhPNaCA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1368/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/raw/doc.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/raw/raw.go
2025-08-20T21:59:24.7764543Z [00:03:26.602]➜  go tool buildid -w $WORK/b1361/_pkg_.a # internal
2025-08-20T21:59:24.7772567Z [00:03:26.602]➜  go tool buildid -w $WORK/b1368/_pkg_.a # internal
2025-08-20T21:59:24.7793730Z [00:03:26.604]➜  cp $WORK/b1368/_pkg_.a /root/.cache/go-build/9f/9f652b2f897c66f7c2fb628f12917d0ea8389eaccf471aa3e1ac228b98cf678e-d # internal
2025-08-20T21:59:24.7800418Z [00:03:26.605]➜  github.com/projectdiscovery/nuclei/v3/pkg/utils/stats
2025-08-20T21:59:24.7828789Z [00:03:26.605]➜  mkdir -p $WORK/b1369/
2025-08-20T21:59:24.7829581Z [00:03:26.605]➜  cat >/tmp/go-build282983591/b1369/importcfg << 'EOF' # internal
2025-08-20T21:59:24.7830459Z [00:03:26.605]➜  # import config
2025-08-20T21:59:24.7831109Z [00:03:26.605]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:24.7832049Z [00:03:26.605]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build282983591/b248/_pkg_.a
2025-08-20T21:59:24.7833230Z [00:03:26.605]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:24.7834455Z [00:03:26.605]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build282983591/b223/_pkg_.a
2025-08-20T21:59:24.7835442Z [00:03:26.605]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:24.7836059Z [00:03:26.605]➜  EOF
2025-08-20T21:59:24.7843513Z [00:03:26.606]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1369/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/stats=>github.com/projectdiscovery/nuclei/v3/pkg/utils/stats;$WORK/b1369=>" -p github.com/projectdiscovery/nuclei/v3/pkg/utils/stats -lang=go1.24 -complete -installsuffix shared -buildid F1Iz8FcQN3RYdUp-dnnC/F1Iz8FcQN3RYdUp-dnnC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1369/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/stats/doc.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/stats/stats.go
2025-08-20T21:59:24.7847753Z [00:03:26.606]➜  cp $WORK/b1361/_pkg_.a /root/.cache/go-build/e8/e8ce06204bff4bef9fcef8086f0c6d13c9314a87291a601cf264abc485e08dec-d # internal
2025-08-20T21:59:24.7849246Z [00:03:26.608]➜  github.com/projectdiscovery/nuclei/v3/pkg/fuzz/dataformat
2025-08-20T21:59:24.7850115Z [00:03:26.608]➜  mkdir -p $WORK/b1360/
2025-08-20T21:59:24.7850860Z [00:03:26.608]➜  cat >/tmp/go-build282983591/b1360/importcfg << 'EOF' # internal
2025-08-20T21:59:24.7851556Z [00:03:26.608]➜  # import config
2025-08-20T21:59:24.7852222Z [00:03:26.608]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:24.7853039Z [00:03:26.608]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:24.7853848Z [00:03:26.608]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:24.7854793Z [00:03:26.608]➜  packagefile github.com/clbanning/mxj/v2=/tmp/go-build282983591/b1361/_pkg_.a
2025-08-20T21:59:24.7855852Z [00:03:26.608]➜  packagefile github.com/json-iterator/go=/tmp/go-build282983591/b244/_pkg_.a
2025-08-20T21:59:24.7857336Z [00:03:26.608]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:24.7858537Z [00:03:26.608]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build282983591/b223/_pkg_.a
2025-08-20T21:59:24.7859699Z [00:03:26.608]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build282983591/b449/_pkg_.a
2025-08-20T21:59:24.7860964Z [00:03:26.608]➜  packagefile golang.org/x/exp/maps=/tmp/go-build282983591/b184/_pkg_.a
2025-08-20T21:59:24.7861797Z [00:03:26.608]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:24.7862522Z [00:03:26.608]➜  packagefile mime=/tmp/go-build282983591/b215/_pkg_.a
2025-08-20T21:59:24.7863342Z [00:03:26.608]➜  packagefile mime/multipart=/tmp/go-build282983591/b216/_pkg_.a
2025-08-20T21:59:24.7864365Z [00:03:26.608]➜  packagefile net/textproto=/tmp/go-build282983591/b212/_pkg_.a
2025-08-20T21:59:24.7865188Z [00:03:26.608]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:24.7866090Z [00:03:26.608]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:24.7866895Z [00:03:26.608]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:24.7867496Z [00:03:26.608]➜  EOF
2025-08-20T21:59:24.7882320Z [00:03:26.608]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1360/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/dataformat=>github.com/projectdiscovery/nuclei/v3/pkg/fuzz/dataformat;$WORK/b1360=>" -p github.com/projectdiscovery/nuclei/v3/pkg/fuzz/dataformat -lang=go1.24 -complete -installsuffix shared -buildid hmBDSXYzdhEqmwwODAr-/hmBDSXYzdhEqmwwODAr- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1360/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/dataformat/dataformat.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/dataformat/form.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/dataformat/json.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/dataformat/kv.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/dataformat/multipart.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/dataformat/raw.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/dataformat/xml.go
2025-08-20T21:59:24.8840316Z [00:03:26.709]➜  go tool buildid -w $WORK/b1369/_pkg_.a # internal
2025-08-20T21:59:24.8858989Z [00:03:26.711]➜  cp $WORK/b1369/_pkg_.a /root/.cache/go-build/28/287ad702c667b39886a7acc554f9b75dcf49d526f7fe50f0a6ee0e93ab9a5e7d-d # internal
2025-08-20T21:59:24.8868300Z [00:03:26.712]➜  moul.io/http2curl
2025-08-20T21:59:24.8871117Z [00:03:26.712]➜  mkdir -p $WORK/b1370/
2025-08-20T21:59:24.8883000Z [00:03:26.713]➜  cat >/tmp/go-build282983591/b1370/importcfg << 'EOF' # internal
2025-08-20T21:59:24.8883660Z [00:03:26.713]➜  # import config
2025-08-20T21:59:24.8884222Z [00:03:26.713]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:24.8884945Z [00:03:26.713]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:24.8885586Z [00:03:26.713]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:24.8886525Z [00:03:26.713]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:59:24.8887418Z [00:03:26.713]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:24.8888125Z [00:03:26.713]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:24.8888822Z [00:03:26.713]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:24.8889345Z [00:03:26.713]➜  EOF
2025-08-20T21:59:24.8892347Z [00:03:26.713]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1370/_pkg_.a -trimpath "/root/go/pkg/mod/moul.io/http2curl@v1.0.0=>moul.io/http2curl@v1.0.0;$WORK/b1370=>" -p moul.io/http2curl -lang=go1.16 -complete -installsuffix shared -buildid e0lV5eKo_aDJn4NddzRK/e0lV5eKo_aDJn4NddzRK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1370/importcfg -pack /root/go/pkg/mod/moul.io/http2curl@v1.0.0/http2curl.go
2025-08-20T21:59:24.9074565Z [00:03:26.733]➜  go tool buildid -w $WORK/b1338/_pkg_.a # internal
2025-08-20T21:59:24.9125375Z [00:03:26.738]➜  cp $WORK/b1338/_pkg_.a /root/.cache/go-build/e8/e8143c82261c762dbee76793ab851a0c914013892583ded43e39af0f02863cdd-d # internal
2025-08-20T21:59:24.9142236Z [00:03:26.738]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/whois/rdapclientpool
2025-08-20T21:59:24.9143073Z [00:03:26.738]➜  mkdir -p $WORK/b1337/
2025-08-20T21:59:24.9143810Z [00:03:26.738]➜  cat >/tmp/go-build282983591/b1337/importcfg << 'EOF' # internal
2025-08-20T21:59:24.9144509Z [00:03:26.738]➜  # import config
2025-08-20T21:59:24.9145409Z [00:03:26.738]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:24.9146745Z [00:03:26.738]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:24.9148237Z [00:03:26.738]➜  packagefile github.com/projectdiscovery/rdap=/tmp/go-build282983591/b1338/_pkg_.a
2025-08-20T21:59:24.9149233Z [00:03:26.738]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:24.9150112Z [00:03:26.738]➜  EOF
2025-08-20T21:59:24.9154772Z [00:03:26.738]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1337/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/whois/rdapclientpool=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/whois/rdapclientpool;$WORK/b1337=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/whois/rdapclientpool -lang=go1.24 -complete -installsuffix shared -buildid 8mU3NImJbuMdMEROcura/8mU3NImJbuMdMEROcura -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1337/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/whois/rdapclientpool/clientpool.go
2025-08-20T21:59:24.9232024Z [00:03:26.748]➜  go tool buildid -w $WORK/b1370/_pkg_.a # internal
2025-08-20T21:59:24.9244544Z [00:03:26.750]➜  cp $WORK/b1370/_pkg_.a /root/.cache/go-build/91/9165a4344842400a37871ab5717997d4d900dbb2e46ed9207117a56447aefcdd-d # internal
2025-08-20T21:59:24.9258361Z [00:03:26.751]➜  github.com/projectdiscovery/tlsx/pkg/tlsx/openssl
2025-08-20T21:59:24.9260349Z [00:03:26.751]➜  mkdir -p $WORK/b1377/
2025-08-20T21:59:24.9267509Z [00:03:26.752]➜  cat >/tmp/go-build282983591/b1377/importcfg << 'EOF' # internal
2025-08-20T21:59:24.9268580Z [00:03:26.752]➜  # import config
2025-08-20T21:59:24.9269640Z [00:03:26.752]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:24.9271607Z [00:03:26.752]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:24.9272554Z [00:03:26.752]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:24.9273654Z [00:03:26.752]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:59:24.9275609Z [00:03:26.752]➜  packagefile encoding/pem=/tmp/go-build282983591/b157/_pkg_.a
2025-08-20T21:59:24.9277526Z [00:03:26.752]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:24.9278284Z [00:03:26.752]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:24.9279354Z [00:03:26.752]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer=/tmp/go-build282983591/b344/_pkg_.a
2025-08-20T21:59:24.9281048Z [00:03:26.752]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:24.9282315Z [00:03:26.752]➜  packagefile github.com/projectdiscovery/tlsx/pkg/output/stats=/tmp/go-build282983591/b732/_pkg_.a
2025-08-20T21:59:24.9283635Z [00:03:26.752]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/clients=/tmp/go-build282983591/b716/_pkg_.a
2025-08-20T21:59:24.9284889Z [00:03:26.752]➜  packagefile github.com/projectdiscovery/utils/errors=/tmp/go-build282983591/b620/_pkg_.a
2025-08-20T21:59:24.9293421Z [00:03:26.752]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build282983591/b336/_pkg_.a
2025-08-20T21:59:24.9294652Z [00:03:26.752]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:59:24.9295639Z [00:03:26.752]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:24.9296393Z [00:03:26.752]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:24.9297131Z [00:03:26.752]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:24.9297840Z [00:03:26.752]➜  packagefile os/exec=/tmp/go-build282983591/b510/_pkg_.a
2025-08-20T21:59:24.9298677Z [00:03:26.752]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:24.9299488Z [00:03:26.752]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:24.9300434Z [00:03:26.752]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:24.9301197Z [00:03:26.752]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:24.9301758Z [00:03:26.752]➜  EOF
2025-08-20T21:59:24.9308426Z [00:03:26.753]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1377/_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/b1377=>" -p github.com/projectdiscovery/tlsx/pkg/tlsx/openssl -lang=go1.21 -complete -installsuffix shared -buildid M8e7Mj8zyvhvLVOFjLfR/M8e7Mj8zyvhvLVOFjLfR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1377/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:59:24.9531308Z [00:03:26.778]➜  go tool buildid -w $WORK/b1337/_pkg_.a # internal
2025-08-20T21:59:24.9536061Z [00:03:26.778]➜  cp $WORK/b1337/_pkg_.a /root/.cache/go-build/a0/a0881e603f43ee47797590a7948fc030cab07f79a064f8452fe198ebc8a691bc-d # internal
2025-08-20T21:59:24.9558809Z [00:03:26.781]➜  github.com/projectdiscovery/tlsx/pkg/tlsx/tls
2025-08-20T21:59:24.9572576Z [00:03:26.781]➜  mkdir -p $WORK/b1378/
2025-08-20T21:59:24.9573346Z [00:03:26.781]➜  cat >/tmp/go-build282983591/b1378/importcfg << 'EOF' # internal
2025-08-20T21:59:24.9573993Z [00:03:26.781]➜  # import config
2025-08-20T21:59:24.9574608Z [00:03:26.781]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:24.9575417Z [00:03:26.781]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:59:24.9576239Z [00:03:26.781]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:59:24.9577024Z [00:03:26.781]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:24.9578123Z [00:03:26.781]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer=/tmp/go-build282983591/b344/_pkg_.a
2025-08-20T21:59:24.9579397Z [00:03:26.781]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:24.9580834Z [00:03:26.782]➜  packagefile github.com/projectdiscovery/tlsx/pkg/output/stats=/tmp/go-build282983591/b732/_pkg_.a
2025-08-20T21:59:24.9582387Z [00:03:26.782]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/clients=/tmp/go-build282983591/b716/_pkg_.a
2025-08-20T21:59:24.9583803Z [00:03:26.782]➜  packagefile github.com/projectdiscovery/utils/conn/connpool=/tmp/go-build282983591/b734/_pkg_.a
2025-08-20T21:59:24.9585049Z [00:03:26.782]➜  packagefile github.com/projectdiscovery/utils/errors=/tmp/go-build282983591/b620/_pkg_.a
2025-08-20T21:59:24.9586212Z [00:03:26.782]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build282983591/b336/_pkg_.a
2025-08-20T21:59:24.9587386Z [00:03:26.782]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:59:24.9588422Z [00:03:26.782]➜  packagefile github.com/rs/xid=/tmp/go-build282983591/b611/_pkg_.a
2025-08-20T21:59:24.9589224Z [00:03:26.782]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:24.9598095Z [00:03:26.782]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:24.9598976Z [00:03:26.782]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:24.9599558Z [00:03:26.782]➜  EOF
2025-08-20T21:59:24.9604111Z [00:03:26.782]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1378/_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/b1378=>" -p github.com/projectdiscovery/tlsx/pkg/tlsx/tls -lang=go1.21 -complete -installsuffix shared -buildid jg18t7-KD0Wg3p4a6ph2/jg18t7-KD0Wg3p4a6ph2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1378/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:59:25.0194123Z [00:03:26.845]➜  go tool buildid -w $WORK/b1360/_pkg_.a # internal
2025-08-20T21:59:25.0233002Z [00:03:26.848]➜  cp $WORK/b1360/_pkg_.a /root/.cache/go-build/1d/1df4bd22d50d5ec18f5948b14bdd98cf239b280de9c72e5992962c2a2c853833-d # internal
2025-08-20T21:59:25.0237504Z [00:03:26.849]➜  github.com/projectdiscovery/nuclei/v3/pkg/fuzz/component
2025-08-20T21:59:25.0238193Z [00:03:26.849]➜  mkdir -p $WORK/b1357/
2025-08-20T21:59:25.0253489Z [00:03:26.849]➜  cat >/tmp/go-build282983591/b1357/importcfg << 'EOF' # internal
2025-08-20T21:59:25.0254187Z [00:03:26.849]➜  # import config
2025-08-20T21:59:25.0254839Z [00:03:26.849]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:25.0255636Z [00:03:26.849]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:25.0256445Z [00:03:26.849]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:25.0257230Z [00:03:26.849]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:25.0258166Z [00:03:26.849]➜  packagefile github.com/leslie-qiwa/flat=/tmp/go-build282983591/b1358/_pkg_.a
2025-08-20T21:59:25.0259252Z [00:03:26.849]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build282983591/b248/_pkg_.a
2025-08-20T21:59:25.0263051Z [00:03:26.849]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:25.0264208Z [00:03:26.849]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:25.0265637Z [00:03:26.849]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/dataformat=/tmp/go-build282983591/b1360/_pkg_.a
2025-08-20T21:59:25.0274336Z [00:03:26.849]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build282983591/b342/_pkg_.a
2025-08-20T21:59:25.0275649Z [00:03:26.849]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build282983591/b223/_pkg_.a
2025-08-20T21:59:25.0276937Z [00:03:26.849]➜  packagefile github.com/projectdiscovery/utils/reader=/tmp/go-build282983591/b473/_pkg_.a
2025-08-20T21:59:25.0278209Z [00:03:26.849]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build282983591/b449/_pkg_.a
2025-08-20T21:59:25.0279208Z [00:03:26.849]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:25.0280369Z [00:03:26.849]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:25.0281383Z [00:03:26.849]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:25.0282196Z [00:03:26.849]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:25.0283036Z [00:03:26.849]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:25.0283671Z [00:03:26.849]➜  EOF
2025-08-20T21:59:25.0290405Z [00:03:26.849]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1357/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/component=>github.com/projectdiscovery/nuclei/v3/pkg/fuzz/component;$WORK/b1357=>" -p github.com/projectdiscovery/nuclei/v3/pkg/fuzz/component -lang=go1.24 -complete -installsuffix shared -buildid Gpcs0USdmqepzYNrWato/Gpcs0USdmqepzYNrWato -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1357/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/component/body.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/component/component.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/component/cookie.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/component/headers.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/component/path.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/component/query.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/component/value.go
2025-08-20T21:59:25.1978462Z [00:03:27.023]➜  go tool buildid -w $WORK/b1357/_pkg_.a # internal
2025-08-20T21:59:25.2034992Z [00:03:27.029]➜  cp $WORK/b1357/_pkg_.a /root/.cache/go-build/da/da9e2837a6087c821d7d7da329839c97a0e15e2ea854c432676b89fbc179e27a-d # internal
2025-08-20T21:59:25.2064553Z [00:03:27.032]➜  github.com/projectdiscovery/tlsx/pkg/tlsx/jarm
2025-08-20T21:59:25.2067131Z [00:03:27.032]➜  mkdir -p $WORK/b1379/
2025-08-20T21:59:25.2085219Z [00:03:27.034]➜  cat >/tmp/go-build282983591/b1379/importcfg << 'EOF' # internal
2025-08-20T21:59:25.2086787Z [00:03:27.034]➜  # import config
2025-08-20T21:59:25.2088716Z [00:03:27.034]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:25.2093751Z [00:03:27.034]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:25.2094854Z [00:03:27.034]➜  packagefile github.com/hdm/jarm-go=/tmp/go-build282983591/b775/_pkg_.a
2025-08-20T21:59:25.2096147Z [00:03:27.034]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer=/tmp/go-build282983591/b344/_pkg_.a
2025-08-20T21:59:25.2097562Z [00:03:27.034]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:25.2098931Z [00:03:27.034]➜  packagefile github.com/projectdiscovery/utils/conn/connpool=/tmp/go-build282983591/b734/_pkg_.a
2025-08-20T21:59:25.2100248Z [00:03:27.034]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:25.2101081Z [00:03:27.034]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:25.2101936Z [00:03:27.034]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:25.2102545Z [00:03:27.034]➜  EOF
2025-08-20T21:59:25.2106627Z [00:03:27.034]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1379/_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/b1379=>" -p github.com/projectdiscovery/tlsx/pkg/tlsx/jarm -lang=go1.21 -complete -installsuffix shared -buildid pDlccjzD9uCGQAExQnD2/pDlccjzD9uCGQAExQnD2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1379/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/tlsx@v1.1.9/pkg/tlsx/jarm/jarm.go
2025-08-20T21:59:25.6566785Z [00:03:27.482]➜  go tool buildid -w $WORK/b1377/_pkg_.a # internal
2025-08-20T21:59:25.6659128Z [00:03:27.491]➜  cp $WORK/b1377/_pkg_.a /root/.cache/go-build/ae/aedb6934669055a256efacb761fb45c56a0c929f7a19df723b611df244bdd627-d # internal
2025-08-20T21:59:25.6839474Z [00:03:27.509]➜  github.com/gobwas/httphead
2025-08-20T21:59:25.6844354Z [00:03:27.510]➜  mkdir -p $WORK/b1382/
2025-08-20T21:59:25.6853706Z [00:03:27.511]➜  cat >/tmp/go-build282983591/b1382/importcfg << 'EOF' # internal
2025-08-20T21:59:25.6854853Z [00:03:27.511]➜  # import config
2025-08-20T21:59:25.6855648Z [00:03:27.511]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:25.6857240Z [00:03:27.511]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:25.6857974Z [00:03:27.511]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:25.6858712Z [00:03:27.511]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:25.6860391Z [00:03:27.511]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:25.6861302Z [00:03:27.511]➜  EOF
2025-08-20T21:59:25.6867347Z [00:03:27.512]➜  go tool buildid -w $WORK/b1378/_pkg_.a # internal
2025-08-20T21:59:25.6902216Z [00:03:27.515]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1382/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gobwas/httphead@v0.1.0=>github.com/gobwas/httphead@v0.1.0;$WORK/b1382=>" -p github.com/gobwas/httphead -lang=go1.15 -complete -installsuffix shared -buildid 2j8CUC5IPIi5D09QvPN5/2j8CUC5IPIi5D09QvPN5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1382/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:59:25.7074100Z [00:03:27.533]➜  cp $WORK/b1378/_pkg_.a /root/.cache/go-build/79/79af35725e004bd883a69efb760741e68f56fa116e3eb6d6de937030c1d11214-d # internal
2025-08-20T21:59:25.7080076Z [00:03:27.533]➜  github.com/projectdiscovery/tlsx/pkg/tlsx/auto
2025-08-20T21:59:25.7081374Z [00:03:27.533]➜  mkdir -p $WORK/b1376/
2025-08-20T21:59:25.7085974Z [00:03:27.534]➜  cat >/tmp/go-build282983591/b1376/importcfg << 'EOF' # internal
2025-08-20T21:59:25.7087167Z [00:03:27.534]➜  # import config
2025-08-20T21:59:25.7088538Z [00:03:27.534]➜  packagefile github.com/projectdiscovery/tlsx/pkg/output/stats=/tmp/go-build282983591/b732/_pkg_.a
2025-08-20T21:59:25.7090461Z [00:03:27.534]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/clients=/tmp/go-build282983591/b716/_pkg_.a
2025-08-20T21:59:25.7092318Z [00:03:27.534]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/openssl=/tmp/go-build282983591/b1377/_pkg_.a
2025-08-20T21:59:25.7094013Z [00:03:27.534]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/tls=/tmp/go-build282983591/b1378/_pkg_.a
2025-08-20T21:59:25.7096382Z [00:03:27.534]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/ztls=/tmp/go-build282983591/b731/_pkg_.a
2025-08-20T21:59:25.7097701Z [00:03:27.534]➜  packagefile github.com/projectdiscovery/utils/errors=/tmp/go-build282983591/b620/_pkg_.a
2025-08-20T21:59:25.7098952Z [00:03:27.534]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build282983591/b191/_pkg_.a
2025-08-20T21:59:25.7100250Z [00:03:27.534]➜  packagefile go.uber.org/multierr=/tmp/go-build282983591/b338/_pkg_.a
2025-08-20T21:59:25.7101114Z [00:03:27.534]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:25.7101681Z [00:03:27.534]➜  EOF
2025-08-20T21:59:25.7106159Z [00:03:27.534]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1376/_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/b1376=>" -p github.com/projectdiscovery/tlsx/pkg/tlsx/auto -lang=go1.21 -complete -installsuffix shared -buildid vB8LnfBDJFZMait3XMT2/vB8LnfBDJFZMait3XMT2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1376/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:59:25.8487026Z [00:03:27.674]➜  go tool buildid -w $WORK/b1382/_pkg_.a # internal
2025-08-20T21:59:25.8511707Z [00:03:27.676]➜  cp $WORK/b1382/_pkg_.a /root/.cache/go-build/84/84e776140b3dc5926180f81d48509097c7efa168b54c9c5dc3968a6d0ea58a94-d # internal
2025-08-20T21:59:25.8519739Z [00:03:27.677]➜  github.com/gobwas/pool
2025-08-20T21:59:25.8523362Z [00:03:27.677]➜  mkdir -p $WORK/b1384/
2025-08-20T21:59:25.8545169Z [00:03:27.680]➜  cat >/tmp/go-build282983591/b1384/importcfg << 'EOF' # internal
2025-08-20T21:59:25.8556850Z [00:03:27.680]➜  # import config
2025-08-20T21:59:25.8557773Z [00:03:27.680]➜  packagefile github.com/gobwas/pool/internal/pmath=/tmp/go-build282983591/b1385/_pkg_.a
2025-08-20T21:59:25.8558766Z [00:03:27.680]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:25.8559332Z [00:03:27.680]➜  EOF
2025-08-20T21:59:25.8563462Z [00:03:27.680]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1384/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gobwas/pool@v0.2.1=>github.com/gobwas/pool@v0.2.1;$WORK/b1384=>" -p github.com/gobwas/pool -lang=go1.16 -complete -installsuffix shared -buildid qHhq-B4dry9nYZEeob9g/qHhq-B4dry9nYZEeob9g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1384/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:59:25.8848448Z [00:03:27.710]➜  go tool buildid -w $WORK/b1384/_pkg_.a # internal
2025-08-20T21:59:25.8862784Z [00:03:27.711]➜  cp $WORK/b1384/_pkg_.a /root/.cache/go-build/76/76292328fed87a92b7fc8a96f807fd7d8e627a472f553445a9d2d7bbcdbaa6df-d # internal
2025-08-20T21:59:25.8872723Z [00:03:27.712]➜  github.com/gobwas/pool/pbufio
2025-08-20T21:59:25.8874336Z [00:03:27.712]➜  mkdir -p $WORK/b1383/
2025-08-20T21:59:25.8881155Z [00:03:27.713]➜  cat >/tmp/go-build282983591/b1383/importcfg << 'EOF' # internal
2025-08-20T21:59:25.8882084Z [00:03:27.713]➜  # import config
2025-08-20T21:59:25.8882755Z [00:03:27.713]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:25.8890697Z [00:03:27.713]➜  packagefile github.com/gobwas/pool=/tmp/go-build282983591/b1384/_pkg_.a
2025-08-20T21:59:25.8891699Z [00:03:27.713]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:25.8892285Z [00:03:27.713]➜  EOF
2025-08-20T21:59:25.8896127Z [00:03:27.714]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1383/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gobwas/pool@v0.2.1/pbufio=>github.com/gobwas/pool@v0.2.1/pbufio;$WORK/b1383=>" -p github.com/gobwas/pool/pbufio -lang=go1.16 -complete -installsuffix shared -buildid YPUyz2Z7pdggz-wivjq_/YPUyz2Z7pdggz-wivjq_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1383/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:59:25.9132894Z [00:03:27.738]➜  go tool buildid -w $WORK/b1379/_pkg_.a # internal
2025-08-20T21:59:25.9154209Z [00:03:27.741]➜  go tool buildid -w $WORK/b1383/_pkg_.a # internal
2025-08-20T21:59:25.9168411Z [00:03:27.742]➜  cp $WORK/b1383/_pkg_.a /root/.cache/go-build/0b/0bd421c5779433c1eb6986640e9747a74a7a1202169644cd1e0d6daba7a40ecf-d # internal
2025-08-20T21:59:25.9220653Z [00:03:27.747]➜  github.com/gobwas/ws
2025-08-20T21:59:25.9226798Z [00:03:27.748]➜  mkdir -p $WORK/b1381/
2025-08-20T21:59:25.9228549Z [00:03:27.748]➜  cp $WORK/b1379/_pkg_.a /root/.cache/go-build/7f/7f458cc9d30c73e640f56b628de177d1ee2a0d62720774213eaaefc15c84a24f-d # internal
2025-08-20T21:59:25.9243764Z [00:03:27.748]➜  github.com/gobwas/pool/pbytes
2025-08-20T21:59:25.9244380Z [00:03:27.749]➜  mkdir -p $WORK/b1387/
2025-08-20T21:59:25.9245254Z [00:03:27.749]➜  cat >/tmp/go-build282983591/b1381/importcfg << 'EOF' # internal
2025-08-20T21:59:25.9245936Z [00:03:27.749]➜  # import config
2025-08-20T21:59:25.9246548Z [00:03:27.749]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:25.9247237Z [00:03:27.749]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:25.9248278Z [00:03:27.749]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:25.9249240Z [00:03:27.749]➜  packagefile crypto/sha1=/tmp/go-build282983591/b095/_pkg_.a
2025-08-20T21:59:25.9250273Z [00:03:27.749]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:59:25.9251163Z [00:03:27.749]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:25.9252064Z [00:03:27.749]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:59:25.9252908Z [00:03:27.749]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:25.9253673Z [00:03:27.749]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:25.9254542Z [00:03:27.749]➜  packagefile github.com/gobwas/httphead=/tmp/go-build282983591/b1382/_pkg_.a
2025-08-20T21:59:25.9255640Z [00:03:27.749]➜  packagefile github.com/gobwas/pool/pbufio=/tmp/go-build282983591/b1383/_pkg_.a
2025-08-20T21:59:25.9264715Z [00:03:27.749]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:25.9265712Z [00:03:27.749]➜  packagefile math/rand=/tmp/go-build282983591/b118/_pkg_.a
2025-08-20T21:59:25.9266541Z [00:03:27.749]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:25.9267355Z [00:03:27.749]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
﻿2025-08-20T21:59:25.9276119Z [00:03:27.749]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:25.9276967Z [00:03:27.749]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:25.9277784Z [00:03:27.749]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:25.9278603Z [00:03:27.749]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:25.9279412Z [00:03:27.749]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:25.9280867Z [00:03:27.749]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:59:25.9281589Z [00:03:27.749]➜  EOF
2025-08-20T21:59:25.9290381Z [00:03:27.749]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1381/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gobwas/ws@v1.4.0=>github.com/gobwas/ws@v1.4.0;$WORK/b1381=>" -p github.com/gobwas/ws -lang=go1.16 -complete -installsuffix shared -buildid x8AQ75sLaGi6oWPmqgrW/x8AQ75sLaGi6oWPmqgrW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1381/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:59:25.9298048Z [00:03:27.750]➜  cat >/tmp/go-build282983591/b1387/importcfg << 'EOF' # internal
2025-08-20T21:59:25.9298712Z [00:03:27.750]➜  # import config
2025-08-20T21:59:25.9299461Z [00:03:27.750]➜  packagefile github.com/gobwas/pool=/tmp/go-build282983591/b1384/_pkg_.a
2025-08-20T21:59:25.9300472Z [00:03:27.750]➜  EOF
2025-08-20T21:59:25.9308647Z [00:03:27.752]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1387/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gobwas/pool@v0.2.1/pbytes=>github.com/gobwas/pool@v0.2.1/pbytes;$WORK/b1387=>" -p github.com/gobwas/pool/pbytes -lang=go1.16 -complete -installsuffix shared -buildid ovupvxSIcUL6Zp-kEImw/ovupvxSIcUL6Zp-kEImw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1387/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:59:25.9461255Z [00:03:27.771]➜  go tool buildid -w $WORK/b1387/_pkg_.a # internal
2025-08-20T21:59:25.9463594Z [00:03:27.772]➜  cp $WORK/b1387/_pkg_.a /root/.cache/go-build/a6/a6ff0bdfa6db65a0a0984f54950c66613b57432182b2070714e7f1a8f5581bb3-d # internal
2025-08-20T21:59:25.9466047Z [00:03:27.772]➜  github.com/projectdiscovery/nuclei/v3/pkg/templates/signer
2025-08-20T21:59:25.9467342Z [00:03:27.772]➜  mkdir -p $WORK/b1389/
2025-08-20T21:59:25.9473786Z [00:03:27.772]➜  cat >/tmp/go-build282983591/b1389/importcfg << 'EOF' # internal
2025-08-20T21:59:25.9476247Z [00:03:27.773]➜  # import config
2025-08-20T21:59:25.9476930Z [00:03:27.773]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:25.9477821Z [00:03:27.773]➜  packagefile crypto/ecdsa=/tmp/go-build282983591/b115/_pkg_.a
2025-08-20T21:59:25.9478905Z [00:03:27.773]➜  packagefile crypto/elliptic=/tmp/go-build282983591/b116/_pkg_.a
2025-08-20T21:59:25.9480017Z [00:03:27.773]➜  packagefile crypto/md5=/tmp/go-build282983591/b073/_pkg_.a
2025-08-20T21:59:25.9480896Z [00:03:27.773]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:59:25.9481752Z [00:03:27.773]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:59:25.9482627Z [00:03:27.773]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:59:25.9483754Z [00:03:27.773]➜  packagefile crypto/x509/pkix=/tmp/go-build282983591/b155/_pkg_.a
2025-08-20T21:59:25.9484741Z [00:03:27.773]➜  packagefile encoding/gob=/tmp/go-build282983591/b333/_pkg_.a
2025-08-20T21:59:25.9485692Z [00:03:27.773]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:59:25.9486597Z [00:03:27.773]➜  packagefile encoding/pem=/tmp/go-build282983591/b157/_pkg_.a
2025-08-20T21:59:25.9487494Z [00:03:27.773]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:25.9488332Z [00:03:27.773]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:25.9489561Z [00:03:27.773]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:25.9491290Z [00:03:27.773]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build282983591/b623/_pkg_.a
2025-08-20T21:59:25.9492800Z [00:03:27.773]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/keys=/tmp/go-build282983591/b748/_pkg_.a
2025-08-20T21:59:25.9494178Z [00:03:27.773]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:59:25.9495486Z [00:03:27.773]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:59:25.9496617Z [00:03:27.773]➜  packagefile github.com/rs/xid=/tmp/go-build282983591/b611/_pkg_.a
2025-08-20T21:59:25.9497613Z [00:03:27.773]➜  packagefile golang.org/x/term=/tmp/go-build282983591/b479/_pkg_.a
2025-08-20T21:59:25.9498533Z [00:03:27.773]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:59:25.9499364Z [00:03:27.773]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:25.9500596Z [00:03:27.773]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:25.9501431Z [00:03:27.773]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:25.9502193Z [00:03:27.773]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:25.9502963Z [00:03:27.773]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:25.9503531Z [00:03:27.773]➜  EOF
2025-08-20T21:59:25.9508313Z [00:03:27.773]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1389/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/signer=>github.com/projectdiscovery/nuclei/v3/pkg/templates/signer;$WORK/b1389=>" -p github.com/projectdiscovery/nuclei/v3/pkg/templates/signer -lang=go1.24 -complete -installsuffix shared -buildid cgLrMsq9FyrNTKtkSnfL/cgLrMsq9FyrNTKtkSnfL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1389/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/signer/default.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/signer/handler.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/signer/tmpl_signer.go
2025-08-20T21:59:26.0423818Z [00:03:27.867]➜  go tool buildid -w $WORK/b1389/_pkg_.a # internal
2025-08-20T21:59:26.0452837Z [00:03:27.868]➜  cp $WORK/b1389/_pkg_.a /root/.cache/go-build/33/3377b7ea627787d505b436c15596fa3765110aaf26ef0f8a6b8ec262063c1328-d # internal
2025-08-20T21:59:26.0454163Z [00:03:27.868]➜  github.com/projectdiscovery/nuclei/v3/pkg/scan/events
2025-08-20T21:59:26.0454860Z [00:03:27.868]➜  mkdir -p $WORK/b1391/
2025-08-20T21:59:26.0455618Z [00:03:27.868]➜  cat >/tmp/go-build282983591/b1391/importcfg << 'EOF' # internal
2025-08-20T21:59:26.0456305Z [00:03:27.868]➜  # import config
2025-08-20T21:59:26.0457122Z [00:03:27.868]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:26.0457729Z [00:03:27.868]➜  EOF
2025-08-20T21:59:26.0462088Z [00:03:27.868]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1391/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/scan/events=>github.com/projectdiscovery/nuclei/v3/pkg/scan/events;$WORK/b1391=>" -p github.com/projectdiscovery/nuclei/v3/pkg/scan/events -lang=go1.24 -complete -installsuffix shared -buildid qox5CpEr-9jQC6fejf9L/qox5CpEr-9jQC6fejf9L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1391/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/scan/events/scan_noop.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/scan/events/utils.go
2025-08-20T21:59:26.0671693Z [00:03:27.891]➜  go tool buildid -w $WORK/b1391/_pkg_.a # internal
2025-08-20T21:59:26.0729157Z [00:03:27.891]➜  cp $WORK/b1391/_pkg_.a /root/.cache/go-build/a0/a032c5fc8d8728d9602c45a351d7dcd79815ae77868f700003815891d8291aea-d # internal
2025-08-20T21:59:26.0730727Z [00:03:27.891]➜  github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/flow/builtin
2025-08-20T21:59:26.0731461Z [00:03:27.891]➜  mkdir -p $WORK/b1393/
2025-08-20T21:59:26.0732392Z [00:03:27.891]➜  cat >/tmp/go-build282983591/b1393/importcfg << 'EOF' # internal
2025-08-20T21:59:26.0733116Z [00:03:27.891]➜  # import config
2025-08-20T21:59:26.0733798Z [00:03:27.891]➜  packagefile crypto/md5=/tmp/go-build282983591/b073/_pkg_.a
2025-08-20T21:59:26.0734780Z [00:03:27.891]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build282983591/b847/_pkg_.a
2025-08-20T21:59:26.0736057Z [00:03:27.891]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:26.0737173Z [00:03:27.891]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:26.0737765Z [00:03:27.891]➜  EOF
2025-08-20T21:59:26.0750319Z [00:03:27.891]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1393/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/flow/builtin=>github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/flow/builtin;$WORK/b1393=>" -p github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/flow/builtin -lang=go1.24 -complete -installsuffix shared -buildid XDJcpxNAnX-BeZ7QHlhT/XDJcpxNAnX-BeZ7QHlhT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1393/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/flow/builtin/dedupe.go
2025-08-20T21:59:26.1542607Z [00:03:27.979]➜  go tool buildid -w $WORK/b1393/_pkg_.a # internal
2025-08-20T21:59:26.1565346Z [00:03:27.982]➜  cp $WORK/b1393/_pkg_.a /root/.cache/go-build/9d/9d324e57bf12add4f0b45fa929307c2ce37bc3c0af43229e6e78d0af55b279b1-d # internal
2025-08-20T21:59:26.1578188Z [00:03:27.982]➜  github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/utils
2025-08-20T21:59:26.1578956Z [00:03:27.982]➜  mkdir -p $WORK/b1395/
2025-08-20T21:59:26.1579716Z [00:03:27.982]➜  cat >/tmp/go-build282983591/b1395/importcfg << 'EOF' # internal
2025-08-20T21:59:26.1580637Z [00:03:27.983]➜  # import config
2025-08-20T21:59:26.1581621Z [00:03:27.983]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:26.1583015Z [00:03:27.983]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build282983591/b223/_pkg_.a
2025-08-20T21:59:26.1584088Z [00:03:27.983]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:26.1584704Z [00:03:27.983]➜  EOF
2025-08-20T21:59:26.1588546Z [00:03:27.983]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1395/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/utils=>github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/utils;$WORK/b1395=>" -p github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/utils -lang=go1.24 -complete -installsuffix shared -buildid i17or4jRb4j09XwJR5o4/i17or4jRb4j09XwJR5o4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1395/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/utils/utils.go
2025-08-20T21:59:26.2128874Z [00:03:28.038]➜  go tool buildid -w $WORK/b1381/_pkg_.a # internal
2025-08-20T21:59:26.2176285Z [00:03:28.043]➜  cp $WORK/b1381/_pkg_.a /root/.cache/go-build/41/4133c709fd4e6fb270ae7c0bdaf05fe131d3249a57a26eadba602a52641dd6f8-d # internal
2025-08-20T21:59:26.2240582Z [00:03:28.049]➜  github.com/gobwas/ws/wsutil
2025-08-20T21:59:26.2250536Z [00:03:28.050]➜  mkdir -p $WORK/b1386/
2025-08-20T21:59:26.2251492Z [00:03:28.050]➜  cat >/tmp/go-build282983591/b1386/importcfg << 'EOF' # internal
2025-08-20T21:59:26.2252359Z [00:03:28.050]➜  # import config
2025-08-20T21:59:26.2253145Z [00:03:28.050]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:26.2254322Z [00:03:28.050]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:26.2255250Z [00:03:28.050]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:26.2256223Z [00:03:28.050]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:59:26.2257213Z [00:03:28.050]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:26.2258101Z [00:03:28.050]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:26.2259119Z [00:03:28.050]➜  packagefile github.com/gobwas/pool=/tmp/go-build282983591/b1384/_pkg_.a
2025-08-20T21:59:26.2260481Z [00:03:28.050]➜  packagefile github.com/gobwas/pool/pbytes=/tmp/go-build282983591/b1387/_pkg_.a
2025-08-20T21:59:26.2261693Z [00:03:28.050]➜  packagefile github.com/gobwas/ws=/tmp/go-build282983591/b1381/_pkg_.a
2025-08-20T21:59:26.2262705Z [00:03:28.050]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:26.2263663Z [00:03:28.050]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:59:26.2264572Z [00:03:28.050]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:26.2265442Z [00:03:28.050]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:26.2266334Z [00:03:28.050]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:26.2267031Z [00:03:28.050]➜  EOF
2025-08-20T21:59:26.2274330Z [00:03:28.050]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1386/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gobwas/ws@v1.4.0/wsutil=>github.com/gobwas/ws@v1.4.0/wsutil;$WORK/b1386=>" -p github.com/gobwas/ws/wsutil -lang=go1.16 -complete -installsuffix shared -buildid hysC4RBySb1XkPuJ0w38/hysC4RBySb1XkPuJ0w38 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1386/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:59:26.3875034Z [00:03:28.213]➜  go tool buildid -w $WORK/b1395/_pkg_.a # internal
2025-08-20T21:59:26.3982460Z [00:03:28.222]➜  cp $WORK/b1395/_pkg_.a /root/.cache/go-build/56/567dd3b43fa31b318b7d15c8363917ad6b66f8d79f8b3026f290f9533baa0cda-d # internal
2025-08-20T21:59:26.3983741Z [00:03:28.222]➜  github.com/projectdiscovery/nuclei/v3/pkg/utils/yaml
2025-08-20T21:59:26.3984379Z [00:03:28.222]➜  mkdir -p $WORK/b1397/
2025-08-20T21:59:26.3985065Z [00:03:28.223]➜  cat >/tmp/go-build282983591/b1397/importcfg << 'EOF' # internal
2025-08-20T21:59:26.3985705Z [00:03:28.223]➜  # import config
2025-08-20T21:59:26.3986316Z [00:03:28.223]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:26.3987103Z [00:03:28.223]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:26.3988100Z [00:03:28.223]➜  packagefile github.com/go-playground/validator/v10=/tmp/go-build282983591/b833/_pkg_.a
2025-08-20T21:59:26.3989185Z [00:03:28.223]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:26.3990954Z [00:03:28.223]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/extensions=/tmp/go-build282983591/b625/_pkg_.a
2025-08-20T21:59:26.3992490Z [00:03:28.223]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:59:26.3993733Z [00:03:28.223]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:59:26.3994819Z [00:03:28.223]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build282983591/b685/_pkg_.a
2025-08-20T21:59:26.3995796Z [00:03:28.223]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:26.3996533Z [00:03:28.223]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:26.3997279Z [00:03:28.223]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:26.3998075Z [00:03:28.223]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:26.3998677Z [00:03:28.223]➜  EOF
2025-08-20T21:59:26.4002990Z [00:03:28.223]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1397/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/yaml=>github.com/projectdiscovery/nuclei/v3/pkg/utils/yaml;$WORK/b1397=>" -p github.com/projectdiscovery/nuclei/v3/pkg/utils/yaml -lang=go1.24 -complete -installsuffix shared -buildid Hsm7Fo_mMUAWiGoGPqis/Hsm7Fo_mMUAWiGoGPqis -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1397/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/yaml/preprocess.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/yaml/yaml_decode_wrapper.go
2025-08-20T21:59:26.4471681Z [00:03:28.272]➜  go tool buildid -w $WORK/b1397/_pkg_.a # internal
2025-08-20T21:59:26.4491991Z [00:03:28.274]➜  cp $WORK/b1397/_pkg_.a /root/.cache/go-build/cf/cfdb75acca73df6daef86643f70aba283e67e76808e66512de3e57d5e2e7de1d-d # internal
2025-08-20T21:59:26.4506866Z [00:03:28.276]➜  github.com/projectdiscovery/yamldoc-go/encoder
2025-08-20T21:59:26.4513408Z [00:03:28.277]➜  mkdir -p $WORK/b1399/
2025-08-20T21:59:26.4524070Z [00:03:28.278]➜  cat >/tmp/go-build282983591/b1399/importcfg << 'EOF' # internal
2025-08-20T21:59:26.4525231Z [00:03:28.278]➜  # import config
2025-08-20T21:59:26.4527306Z [00:03:28.278]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:26.4528757Z [00:03:28.278]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:26.4535245Z [00:03:28.278]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build282983591/b202/_pkg_.a
2025-08-20T21:59:26.4542801Z [00:03:28.278]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:26.4543683Z [00:03:28.278]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:26.4544549Z [00:03:28.278]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:26.4545349Z [00:03:28.278]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:26.4546119Z [00:03:28.278]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:26.4546895Z [00:03:28.278]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:26.4547681Z [00:03:28.278]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:26.4548516Z [00:03:28.278]➜  packagefile text/template=/tmp/go-build282983591/b513/_pkg_.a
2025-08-20T21:59:26.4549147Z [00:03:28.278]➜  EOF
2025-08-20T21:59:26.4556544Z [00:03:28.280]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1399/_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/b1399=>" -p github.com/projectdiscovery/yamldoc-go/encoder -lang=go1.22 -complete -installsuffix shared -buildid N6uIv4CpwYnSKX9vHD7J/N6uIv4CpwYnSKX9vHD7J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1399/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:59:26.4621809Z [00:03:28.287]➜  go tool buildid -w $WORK/b1376/_pkg_.a # internal
2025-08-20T21:59:26.4699926Z [00:03:28.295]➜  cp $WORK/b1376/_pkg_.a /root/.cache/go-build/ca/cadf63f75ff4214309e589ffffbb27b20ce17952bf7c220407f13427fca22af5-d # internal
2025-08-20T21:59:26.4702768Z [00:03:28.295]➜  github.com/projectdiscovery/tlsx/pkg/tlsx
2025-08-20T21:59:26.4707101Z [00:03:28.295]➜  mkdir -p $WORK/b1375/
2025-08-20T21:59:26.4708300Z [00:03:28.296]➜  cat >/tmp/go-build282983591/b1375/importcfg << 'EOF' # internal
2025-08-20T21:59:26.4710018Z [00:03:28.296]➜  # import config
2025-08-20T21:59:26.4711040Z [00:03:28.296]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer=/tmp/go-build282983591/b344/_pkg_.a
2025-08-20T21:59:26.4712508Z [00:03:28.296]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/auto=/tmp/go-build282983591/b1376/_pkg_.a
2025-08-20T21:59:26.4713908Z [00:03:28.296]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/clients=/tmp/go-build282983591/b716/_pkg_.a
2025-08-20T21:59:26.4715310Z [00:03:28.296]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/jarm=/tmp/go-build282983591/b1379/_pkg_.a
2025-08-20T21:59:26.4716739Z [00:03:28.296]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/openssl=/tmp/go-build282983591/b1377/_pkg_.a
2025-08-20T21:59:26.4718132Z [00:03:28.296]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/tls=/tmp/go-build282983591/b1378/_pkg_.a
2025-08-20T21:59:26.4720596Z [00:03:28.296]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/ztls=/tmp/go-build282983591/b731/_pkg_.a
2025-08-20T21:59:26.4721968Z [00:03:28.296]➜  packagefile github.com/projectdiscovery/utils/errors=/tmp/go-build282983591/b620/_pkg_.a
2025-08-20T21:59:26.4723278Z [00:03:28.296]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build282983591/b191/_pkg_.a
2025-08-20T21:59:26.4725989Z [00:03:28.296]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:26.4726664Z [00:03:28.296]➜  EOF
2025-08-20T21:59:26.4731589Z [00:03:28.296]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1375/_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/b1375=>" -p github.com/projectdiscovery/tlsx/pkg/tlsx -lang=go1.21 -complete -installsuffix shared -buildid TI24-eJq65TACaJXF1zJ/TI24-eJq65TACaJXF1zJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1375/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/tlsx@v1.1.9/pkg/tlsx/tlsx.go
2025-08-20T21:59:26.4735340Z [00:03:28.298]➜  go tool buildid -w $WORK/b1386/_pkg_.a # internal
2025-08-20T21:59:26.4761649Z [00:03:28.301]➜  cp $WORK/b1386/_pkg_.a /root/.cache/go-build/a8/a86d8d173bdc74e5bd9cab6d802d37ec83e7211c1e67641ed1551dd30f348047-d # internal
2025-08-20T21:59:26.4768541Z [00:03:28.302]➜  github.com/projectdiscovery/nuclei/v3/pkg/input/formats
2025-08-20T21:59:26.4769288Z [00:03:28.302]➜  mkdir -p $WORK/b1402/
2025-08-20T21:59:26.4770196Z [00:03:28.302]➜  cat >/tmp/go-build282983591/b1402/importcfg << 'EOF' # internal
2025-08-20T21:59:26.4770882Z [00:03:28.302]➜  # import config
2025-08-20T21:59:26.4771513Z [00:03:28.302]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:26.4772673Z [00:03:28.302]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/types=/tmp/go-build282983591/b747/_pkg_.a
2025-08-20T21:59:26.4774002Z [00:03:28.302]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:59:26.4775080Z [00:03:28.302]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build282983591/b202/_pkg_.a
2025-08-20T21:59:26.4775922Z [00:03:28.302]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:26.4776648Z [00:03:28.302]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:26.4777419Z [00:03:28.302]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:26.4777998Z [00:03:28.302]➜  EOF
2025-08-20T21:59:26.4782258Z [00:03:28.302]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1402/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats=>github.com/projectdiscovery/nuclei/v3/pkg/input/formats;$WORK/b1402=>" -p github.com/projectdiscovery/nuclei/v3/pkg/input/formats -lang=go1.24 -complete -installsuffix shared -buildid 0lq_EPqOszsT1Kf7juOg/0lq_EPqOszsT1Kf7juOg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1402/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/formats.go
2025-08-20T21:59:26.5650840Z [00:03:28.390]➜  go tool buildid -w $WORK/b1402/_pkg_.a # internal
2025-08-20T21:59:26.5675196Z [00:03:28.393]➜  cp $WORK/b1402/_pkg_.a /root/.cache/go-build/d5/d5341f0c0fb38070dd2488152edb30a02f29e89b02366a53fbf136a3ff6df853-d # internal
2025-08-20T21:59:26.5708453Z [00:03:28.396]➜  github.com/seh-msft/burpxml
2025-08-20T21:59:26.5710278Z [00:03:28.396]➜  mkdir -p $WORK/b1405/
2025-08-20T21:59:26.5725759Z [00:03:28.398]➜  cat >/tmp/go-build282983591/b1405/importcfg << 'EOF' # internal
2025-08-20T21:59:26.5728612Z [00:03:28.398]➜  # import config
2025-08-20T21:59:26.5729368Z [00:03:28.398]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:26.5730460Z [00:03:28.398]➜  packagefile encoding/csv=/tmp/go-build282983591/b624/_pkg_.a
2025-08-20T21:59:26.5731365Z [00:03:28.398]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:26.5732219Z [00:03:28.398]➜  packagefile encoding/xml=/tmp/go-build282983591/b486/_pkg_.a
2025-08-20T21:59:26.5733057Z [00:03:28.398]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:26.5733871Z [00:03:28.398]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:26.5734641Z [00:03:28.398]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:26.5735450Z [00:03:28.398]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:26.5736066Z [00:03:28.398]➜  EOF
2025-08-20T21:59:26.5740095Z [00:03:28.398]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1405/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/seh-msft/burpxml@v1.0.1=>github.com/seh-msft/burpxml@v1.0.1;$WORK/b1405=>" -p github.com/seh-msft/burpxml -lang=go1.14 -complete -installsuffix shared -buildid U0RF8ajs0EbBGEh14-5z/U0RF8ajs0EbBGEh14-5z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1405/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:59:26.5922766Z [00:03:28.417]➜  go tool buildid -w $WORK/b1399/_pkg_.a # internal
2025-08-20T21:59:26.5946413Z [00:03:28.420]➜  cp $WORK/b1399/_pkg_.a /root/.cache/go-build/be/be475d225e5cbf21033eedea6f535a0264ceb7da7174c8e510b127763ee3cac3-d # internal
2025-08-20T21:59:26.5951354Z [00:03:28.420]➜  github.com/projectdiscovery/nuclei/v3/pkg/input/formats/json
2025-08-20T21:59:26.5956384Z [00:03:28.421]➜  mkdir -p $WORK/b1406/
2025-08-20T21:59:26.5959451Z [00:03:28.421]➜  cat >/tmp/go-build282983591/b1406/importcfg << 'EOF' # internal
2025-08-20T21:59:26.5961553Z [00:03:28.421]➜  # import config
2025-08-20T21:59:26.5962338Z [00:03:28.421]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:26.5963523Z [00:03:28.421]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:26.5964936Z [00:03:28.421]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats=/tmp/go-build282983591/b1402/_pkg_.a
2025-08-20T21:59:26.5966463Z [00:03:28.421]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/types=/tmp/go-build282983591/b747/_pkg_.a
2025-08-20T21:59:26.5967961Z [00:03:28.421]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build282983591/b626/_pkg_.a
2025-08-20T21:59:26.5969080Z [00:03:28.421]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:26.5969694Z [00:03:28.421]➜  EOF
2025-08-20T21:59:26.5992104Z [00:03:28.424]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1406/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/json=>github.com/projectdiscovery/nuclei/v3/pkg/input/formats/json;$WORK/b1406=>" -p github.com/projectdiscovery/nuclei/v3/pkg/input/formats/json -lang=go1.24 -complete -installsuffix shared -buildid LlvpfXkhrhKGb0rhuomO/LlvpfXkhrhKGb0rhuomO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1406/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/json/json.go
2025-08-20T21:59:26.6345851Z [00:03:28.460]➜  go tool buildid -w $WORK/b1405/_pkg_.a # internal
2025-08-20T21:59:26.6356859Z [00:03:28.461]➜  cp $WORK/b1405/_pkg_.a /root/.cache/go-build/03/034ec4ebd9ff4f7f53888778ac48f1f32e48c35926a8a6f64f410245e5495d91-d # internal
2025-08-20T21:59:26.6358327Z [00:03:28.461]➜  github.com/projectdiscovery/nuclei/v3/pkg/input/formats/burp
2025-08-20T21:59:26.6359068Z [00:03:28.461]➜  mkdir -p $WORK/b1404/
2025-08-20T21:59:26.6363007Z [00:03:28.461]➜  cat >/tmp/go-build282983591/b1404/importcfg << 'EOF' # internal
2025-08-20T21:59:26.6364154Z [00:03:28.461]➜  # import config
2025-08-20T21:59:26.6365089Z [00:03:28.461]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:26.6366044Z [00:03:28.461]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:26.6367274Z [00:03:28.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats=/tmp/go-build282983591/b1402/_pkg_.a
2025-08-20T21:59:26.6368711Z [00:03:28.461]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/types=/tmp/go-build282983591/b747/_pkg_.a
2025-08-20T21:59:26.6370271Z [00:03:28.461]➜  packagefile github.com/projectdiscovery/utils/conversion=/tmp/go-build282983591/b231/_pkg_.a
2025-08-20T21:59:26.6371653Z [00:03:28.461]➜  packagefile github.com/seh-msft/burpxml=/tmp/go-build282983591/b1405/_pkg_.a
2025-08-20T21:59:26.6372594Z [00:03:28.461]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:26.6373398Z [00:03:28.461]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:26.6374000Z [00:03:28.461]➜  EOF
2025-08-20T21:59:26.6377986Z [00:03:28.461]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1404/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/burp=>github.com/projectdiscovery/nuclei/v3/pkg/input/formats/burp;$WORK/b1404=>" -p github.com/projectdiscovery/nuclei/v3/pkg/input/formats/burp -lang=go1.24 -complete -installsuffix shared -buildid FNn3IlolIUgBCgE8ixjf/FNn3IlolIUgBCgE8ixjf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1404/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/burp/burp.go
2025-08-20T21:59:26.6807158Z [00:03:28.506]➜  go tool buildid -w $WORK/b1406/_pkg_.a # internal
2025-08-20T21:59:26.6835420Z [00:03:28.509]➜  cp $WORK/b1406/_pkg_.a /root/.cache/go-build/27/27a0833400ce7cac4618d1da619daf832ca3846c71fa26b6b5de7cf2f2f09e8b-d # internal
2025-08-20T21:59:26.6837600Z [00:03:28.509]➜  github.com/josharian/intern
2025-08-20T21:59:26.6838234Z [00:03:28.509]➜  mkdir -p $WORK/b1412/
2025-08-20T21:59:26.6848592Z [00:03:28.510]➜  cat >/tmp/go-build282983591/b1412/importcfg << 'EOF' # internal
2025-08-20T21:59:26.6849719Z [00:03:28.510]➜  # import config
2025-08-20T21:59:26.6850884Z [00:03:28.510]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:26.6852426Z [00:03:28.510]➜  EOF
2025-08-20T21:59:26.6862265Z [00:03:28.511]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1412/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/josharian/intern@v1.0.0=>github.com/josharian/intern@v1.0.0;$WORK/b1412=>" -p github.com/josharian/intern -lang=go1.5 -complete -installsuffix shared -buildid TienH9xVMOd_5ORFWebG/TienH9xVMOd_5ORFWebG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1412/importcfg -pack /root/go/pkg/mod/github.com/josharian/intern@v1.0.0/intern.go
2025-08-20T21:59:26.7154104Z [00:03:28.541]➜  go tool buildid -w $WORK/b1412/_pkg_.a # internal
2025-08-20T21:59:26.7169675Z [00:03:28.542]➜  cp $WORK/b1412/_pkg_.a /root/.cache/go-build/9d/9de6050f9f4f102c359d822b053f6d9505b74f0387200e438c37f4c33858a826-d # internal
2025-08-20T21:59:26.7181655Z [00:03:28.543]➜  github.com/mailru/easyjson/jlexer
2025-08-20T21:59:26.7188646Z [00:03:28.544]➜  mkdir -p $WORK/b1411/
2025-08-20T21:59:26.7204806Z [00:03:28.546]➜  cat >/tmp/go-build282983591/b1411/importcfg << 'EOF' # internal
2025-08-20T21:59:26.7205826Z [00:03:28.546]➜  # import config
2025-08-20T21:59:26.7206728Z [00:03:28.546]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:26.7208679Z [00:03:28.546]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:26.7209609Z [00:03:28.546]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:26.7210678Z [00:03:28.546]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:26.7211443Z [00:03:28.546]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:26.7212442Z [00:03:28.546]➜  packagefile github.com/josharian/intern=/tmp/go-build282983591/b1412/_pkg_.a
2025-08-20T21:59:26.7213336Z [00:03:28.546]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:26.7214129Z [00:03:28.546]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:26.7214948Z [00:03:28.546]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:26.7215722Z [00:03:28.546]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:59:26.7216560Z [00:03:28.546]➜  packagefile unicode/utf16=/tmp/go-build282983591/b070/_pkg_.a
2025-08-20T21:59:26.7217435Z [00:03:28.546]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:59:26.7218073Z [00:03:28.546]➜  EOF
2025-08-20T21:59:26.7234478Z [00:03:28.548]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1411/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mailru/easyjson@v0.7.7/jlexer=>github.com/mailru/easyjson@v0.7.7/jlexer;$WORK/b1411=>" -p github.com/mailru/easyjson/jlexer -lang=go1.12 -complete -installsuffix shared -buildid nBLtVsO86q2w-0Tlll4N/nBLtVsO86q2w-0Tlll4N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1411/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:59:26.7896477Z [00:03:28.615]➜  go tool buildid -w $WORK/b1404/_pkg_.a # internal
2025-08-20T21:59:26.7919568Z [00:03:28.617]➜  cp $WORK/b1404/_pkg_.a /root/.cache/go-build/61/61e814d3531b50cf8e7113f3ea1727b6f3c7f57cd38ec5b13f46a430c8ee27d6-d # internal
2025-08-20T21:59:26.7925661Z [00:03:28.617]➜  github.com/mohae/deepcopy
2025-08-20T21:59:26.7927269Z [00:03:28.618]➜  mkdir -p $WORK/b1413/
2025-08-20T21:59:26.7930271Z [00:03:28.618]➜  cat >/tmp/go-build282983591/b1413/importcfg << 'EOF' # internal
2025-08-20T21:59:26.7933851Z [00:03:28.618]➜  # import config
2025-08-20T21:59:26.7935904Z [00:03:28.618]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:26.7936654Z [00:03:28.618]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:26.7937150Z [00:03:28.618]➜  EOF
2025-08-20T21:59:26.7957183Z [00:03:28.621]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1413/_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/b1413=>" -p github.com/mohae/deepcopy -lang=go1.16 -complete -installsuffix shared -buildid QyefKNcUDS2FvBQTE1JY/QyefKNcUDS2FvBQTE1JY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1413/importcfg -pack /root/go/pkg/mod/github.com/mohae/deepcopy@v0.0.0-20170929034955-c48cc78d4826/deepcopy.go
2025-08-20T21:59:26.8404421Z [00:03:28.666]➜  go tool buildid -w $WORK/b1413/_pkg_.a # internal
2025-08-20T21:59:26.8413296Z [00:03:28.666]➜  cp $WORK/b1413/_pkg_.a /root/.cache/go-build/30/30228fce1e75def929a0da63c5c825a75c9c9f8cd92d7cb1701b3561c8d5c4e1-d # internal
2025-08-20T21:59:26.8421080Z [00:03:28.667]➜  go tool buildid -w $WORK/b1411/_pkg_.a # internal
2025-08-20T21:59:26.8438533Z [00:03:28.669]➜  cp $WORK/b1411/_pkg_.a /root/.cache/go-build/7a/7a92fe8df12734973ee08010766f199b80ce504e0b9c8558e01932e0069c1462-d # internal
2025-08-20T21:59:26.8450583Z [00:03:28.670]➜  github.com/go-openapi/swag
2025-08-20T21:59:26.8454939Z [00:03:28.671]➜  mkdir -p $WORK/b1410/
2025-08-20T21:59:26.8468873Z [00:03:28.672]➜  cat >/tmp/go-build282983591/b1410/importcfg << 'EOF' # internal
2025-08-20T21:59:26.8470215Z [00:03:28.672]➜  # import config
2025-08-20T21:59:26.8471122Z [00:03:28.672]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:26.8472869Z [00:03:28.672]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:26.8473736Z [00:03:28.672]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:26.8474508Z [00:03:28.672]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:26.8475495Z [00:03:28.672]➜  packagefile github.com/mailru/easyjson/jlexer=/tmp/go-build282983591/b1411/_pkg_.a
2025-08-20T21:59:26.8476661Z [00:03:28.672]➜  packagefile github.com/mailru/easyjson/jwriter=/tmp/go-build282983591/b693/_pkg_.a
2025-08-20T21:59:26.8477700Z [00:03:28.672]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build282983591/b202/_pkg_.a
2025-08-20T21:59:26.8478437Z [00:03:28.672]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:26.8484126Z [00:03:28.672]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:59:26.8485101Z [00:03:28.672]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:26.8485948Z [00:03:28.672]➜  packagefile mime/multipart=/tmp/go-build282983591/b216/_pkg_.a
2025-08-20T21:59:26.8486766Z [00:03:28.672]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:26.8487559Z [00:03:28.672]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:26.8488367Z [00:03:28.672]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:26.8489169Z [00:03:28.672]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:26.8490119Z [00:03:28.672]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:59:26.8491164Z [00:03:28.672]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:26.8492013Z [00:03:28.672]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:26.8492809Z [00:03:28.672]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:26.8493626Z [00:03:28.672]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:26.8494367Z [00:03:28.672]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:26.8495125Z [00:03:28.672]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:26.8495892Z [00:03:28.672]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:26.8496645Z [00:03:28.672]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:26.8497440Z [00:03:28.672]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:59:26.8498271Z [00:03:28.672]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:59:26.8498907Z [00:03:28.672]➜  EOF
2025-08-20T21:59:26.8524566Z [00:03:28.677]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1410/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-openapi/swag@v0.23.0=>github.com/go-openapi/swag@v0.23.0;$WORK/b1410=>" -p github.com/go-openapi/swag -lang=go1.20 -complete -installsuffix shared -buildid 9Acpw-bwlTvBf8A75zmj/9Acpw-bwlTvBf8A75zmj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1410/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:59:26.8552221Z [00:03:28.680]➜  github.com/oasdiff/yaml3
2025-08-20T21:59:26.8553216Z [00:03:28.681]➜  mkdir -p $WORK/b1415/
2025-08-20T21:59:26.8566578Z [00:03:28.682]➜  cat >/tmp/go-build282983591/b1415/importcfg << 'EOF' # internal
2025-08-20T21:59:26.8574197Z [00:03:28.682]➜  # import config
2025-08-20T21:59:26.8574899Z [00:03:28.682]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:26.8575717Z [00:03:28.682]➜  packagefile encoding=/tmp/go-build282983591/b068/_pkg_.a
2025-08-20T21:59:26.8576600Z [00:03:28.682]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:26.8577424Z [00:03:28.682]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:26.8578197Z [00:03:28.682]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:26.8578909Z [00:03:28.682]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:26.8579991Z [00:03:28.682]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:26.8580769Z [00:03:28.682]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:26.8581492Z [00:03:28.682]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:26.8582242Z [00:03:28.682]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:26.8583028Z [00:03:28.682]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:26.8583825Z [00:03:28.682]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:26.8584604Z [00:03:28.682]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:26.8585351Z [00:03:28.682]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:26.8586295Z [00:03:28.682]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:59:26.8587123Z [00:03:28.682]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:59:26.8587749Z [00:03:28.682]➜  EOF
2025-08-20T21:59:26.8601358Z [00:03:28.683]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1415/_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/b1415=>" -p github.com/oasdiff/yaml3 -lang=go1.22 -complete -installsuffix shared -buildid AVEiym0MVkc3FAY9HjyM/AVEiym0MVkc3FAY9HjyM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1415/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:59:27.0165895Z [00:03:28.842]➜  go tool buildid -w $WORK/b1375/_pkg_.a # internal
2025-08-20T21:59:27.0249699Z [00:03:28.850]➜  cp $WORK/b1375/_pkg_.a /root/.cache/go-build/d4/d456e454acf6d2cffbe6676cf80f95235aa90a6e00cc0a427b03cfac65d73634-d # internal
2025-08-20T21:59:27.0273369Z [00:03:28.852]➜  github.com/perimeterx/marshmallow
2025-08-20T21:59:27.0274023Z [00:03:28.852]➜  mkdir -p $WORK/b1416/
2025-08-20T21:59:27.0284450Z [00:03:28.854]➜  cat >/tmp/go-build282983591/b1416/importcfg << 'EOF' # internal
2025-08-20T21:59:27.0285672Z [00:03:28.854]➜  # import config
2025-08-20T21:59:27.0286978Z [00:03:28.854]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:27.0288192Z [00:03:28.854]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:27.0289323Z [00:03:28.854]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:27.0290872Z [00:03:28.854]➜  packagefile github.com/mailru/easyjson/jlexer=/tmp/go-build282983591/b1411/_pkg_.a
2025-08-20T21:59:27.0292166Z [00:03:28.854]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:27.0293385Z [00:03:28.854]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:27.0294746Z [00:03:28.854]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:27.0296305Z [00:03:28.854]➜  EOF
2025-08-20T21:59:27.0315261Z [00:03:28.856]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1416/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/perimeterx/marshmallow@v1.1.5=>github.com/perimeterx/marshmallow@v1.1.5;$WORK/b1416=>" -p github.com/perimeterx/marshmallow -lang=go1.17 -complete -installsuffix shared -buildid QIE-_fpqYzTXR2cWVWMO/QIE-_fpqYzTXR2cWVWMO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1416/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:59:27.0591085Z [00:03:28.884]➜  cd /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28
2025-08-20T21:59:27.0598633Z [00:03:28.884]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1137=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1137/ -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=HBCU56hTQnh6-3mVCh_3 -o $WORK/b1137/_x013.o -c sqlite3_opt_unlock_notify.c
2025-08-20T21:59:27.0780005Z [00:03:28.903]➜  cd $WORK/b1137
2025-08-20T21:59:27.0788292Z [00:03:28.903]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1137=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1137/ -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=HBCU56hTQnh6-3mVCh_3 -o $WORK/b1137/_cgo_main.o -c _cgo_main.c
2025-08-20T21:59:27.1130924Z [00:03:28.938]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:59:27.1136030Z [00:03:28.938]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1137=/tmp/go-build -gno-record-gcc-switches -o $WORK/b1137/_cgo_.o $WORK/b1137/_cgo_main.o $WORK/b1137/preferlinkext $WORK/b1137/_x001.o $WORK/b1137/_x002.o $WORK/b1137/_x003.o $WORK/b1137/_x004.o $WORK/b1137/_x005.o $WORK/b1137/_x006.o $WORK/b1137/_x007.o $WORK/b1137/_x008.o $WORK/b1137/_x009.o $WORK/b1137/_x010.o $WORK/b1137/_x011.o $WORK/b1137/_x012.o $WORK/b1137/_x013.o -O2 -g -ldl
2025-08-20T21:59:27.2987224Z [00:03:29.124]➜  go tool buildid -w $WORK/b1416/_pkg_.a # internal
2025-08-20T21:59:27.3024232Z [00:03:29.128]➜  cp $WORK/b1416/_pkg_.a /root/.cache/go-build/7d/7db0f559792b228399d859d97ab2ee03e7f1ffe4a5a0554bdce06cc497a1bea3-d # internal
2025-08-20T21:59:27.3074719Z [00:03:29.133]➜  github.com/invopop/yaml
2025-08-20T21:59:27.3084602Z [00:03:29.133]➜  mkdir -p $WORK/b1420/
2025-08-20T21:59:27.3085541Z [00:03:29.133]➜  cat >/tmp/go-build282983591/b1420/importcfg << 'EOF' # internal
2025-08-20T21:59:27.3086226Z [00:03:29.133]➜  # import config
2025-08-20T21:59:27.3086881Z [00:03:29.133]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:27.3087879Z [00:03:29.133]➜  packagefile encoding=/tmp/go-build282983591/b068/_pkg_.a
2025-08-20T21:59:27.3088757Z [00:03:29.133]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:27.3089597Z [00:03:29.133]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:27.3090561Z [00:03:29.133]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:27.3091403Z [00:03:29.133]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build282983591/b202/_pkg_.a
2025-08-20T21:59:27.3092247Z [00:03:29.133]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:27.3093017Z [00:03:29.133]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:27.3093975Z [00:03:29.133]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:27.3094759Z [00:03:29.133]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:27.3095563Z [00:03:29.133]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:27.3096354Z [00:03:29.133]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:27.3097132Z [00:03:29.133]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:59:27.3097974Z [00:03:29.133]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:59:27.3098610Z [00:03:29.133]➜  EOF
2025-08-20T21:59:27.3112995Z [00:03:29.133]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1420/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/invopop/yaml@v0.3.1=>github.com/invopop/yaml@v0.3.1;$WORK/b1420=>" -p github.com/invopop/yaml -lang=go1.14 -complete -installsuffix shared -buildid pX6AZJBw1kSckAIKUxPM/pX6AZJBw1kSckAIKUxPM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1420/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:59:27.3242800Z [00:03:29.149]➜  go tool buildid -w $WORK/b1410/_pkg_.a # internal
2025-08-20T21:59:27.3313218Z [00:03:29.156]➜  cp $WORK/b1410/_pkg_.a /root/.cache/go-build/e5/e5a8a34171352e72159d43b55dd1adb6b6788bf4fe64a55bc512f57ef23d308d-d # internal
2025-08-20T21:59:27.3345655Z [00:03:29.160]➜  github.com/go-openapi/jsonpointer
2025-08-20T21:59:27.3349350Z [00:03:29.160]➜  mkdir -p $WORK/b1409/
2025-08-20T21:59:27.3355579Z [00:03:29.160]➜  cat >/tmp/go-build282983591/b1409/importcfg << 'EOF' # internal
2025-08-20T21:59:27.3378487Z [00:03:29.160]➜  # import config
2025-08-20T21:59:27.3379250Z [00:03:29.160]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:27.3380555Z [00:03:29.160]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:27.3381410Z [00:03:29.160]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:27.3382374Z [00:03:29.160]➜  packagefile github.com/go-openapi/swag=/tmp/go-build282983591/b1410/_pkg_.a
2025-08-20T21:59:27.3383330Z [00:03:29.160]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:27.3384182Z [00:03:29.160]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:27.3385168Z [00:03:29.160]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:27.3385782Z [00:03:29.160]➜  EOF
2025-08-20T21:59:27.3389327Z [00:03:29.161]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1409/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-openapi/jsonpointer@v0.21.0=>github.com/go-openapi/jsonpointer@v0.21.0;$WORK/b1409=>" -p github.com/go-openapi/jsonpointer -lang=go1.20 -complete -installsuffix shared -buildid p2vi44JYXqG2B-8tDiqP/p2vi44JYXqG2B-8tDiqP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1409/importcfg -pack /root/go/pkg/mod/github.com/go-openapi/jsonpointer@v0.21.0/pointer.go
2025-08-20T21:59:27.4482490Z [00:03:29.273]➜  go tool buildid -w $WORK/b1420/_pkg_.a # internal
2025-08-20T21:59:27.4508336Z [00:03:29.275]➜  cp $WORK/b1420/_pkg_.a /root/.cache/go-build/22/22a8310bcf35cc770c0fd95ccd7d5251053be7fa97e0bcc6602ae6ff6c9cd2a5-d # internal
2025-08-20T21:59:27.4510190Z [00:03:29.276]➜  github.com/projectdiscovery/nuclei/v3/pkg/input/formats/yaml
2025-08-20T21:59:27.4511011Z [00:03:29.276]➜  mkdir -p $WORK/b1421/
2025-08-20T21:59:27.4521586Z [00:03:29.277]➜  cat >/tmp/go-build282983591/b1421/importcfg << 'EOF' # internal
2025-08-20T21:59:27.4522281Z [00:03:29.277]➜  # import config
2025-08-20T21:59:27.4523265Z [00:03:29.277]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:27.4526398Z [00:03:29.277]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:27.4527829Z [00:03:29.277]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats=/tmp/go-build282983591/b1402/_pkg_.a
2025-08-20T21:59:27.4529564Z [00:03:29.277]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/types=/tmp/go-build282983591/b747/_pkg_.a
2025-08-20T21:59:27.4530941Z [00:03:29.277]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build282983591/b202/_pkg_.a
2025-08-20T21:59:27.4531796Z [00:03:29.277]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:27.4532599Z [00:03:29.277]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:27.4533199Z [00:03:29.277]➜  EOF
2025-08-20T21:59:27.4537167Z [00:03:29.277]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1421/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/yaml=>github.com/projectdiscovery/nuclei/v3/pkg/input/formats/yaml;$WORK/b1421=>" -p github.com/projectdiscovery/nuclei/v3/pkg/input/formats/yaml -lang=go1.24 -complete -installsuffix shared -buildid Mv1bl7tPCEagCfYadm5W/Mv1bl7tPCEagCfYadm5W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1421/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/yaml/multidoc.go
2025-08-20T21:59:27.4564071Z [00:03:29.282]➜  go tool buildid -w $WORK/b1409/_pkg_.a # internal
2025-08-20T21:59:27.4623338Z [00:03:29.287]➜  cp $WORK/b1409/_pkg_.a /root/.cache/go-build/7e/7e14d2f0e4f43ce2d5579a19cbc06f9d535e16ec30d757d937a0d290149b0914-d # internal
2025-08-20T21:59:27.4631262Z [00:03:29.288]➜  github.com/bits-and-blooms/bitset
2025-08-20T21:59:27.4637875Z [00:03:29.289]➜  mkdir -p $WORK/b1425/
2025-08-20T21:59:27.4649004Z [00:03:29.290]➜  cat >/tmp/go-build282983591/b1425/importcfg << 'EOF' # internal
2025-08-20T21:59:27.4682391Z [00:03:29.290]➜  # import config
2025-08-20T21:59:27.4683090Z [00:03:29.290]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:27.4683963Z [00:03:29.290]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:27.4685101Z [00:03:29.290]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:59:27.4686038Z [00:03:29.290]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:27.4686907Z [00:03:29.290]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:27.4687671Z [00:03:29.290]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:27.4688438Z [00:03:29.290]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:27.4689363Z [00:03:29.290]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:59:27.4690346Z [00:03:29.290]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:27.4690934Z [00:03:29.290]➜  EOF
2025-08-20T21:59:27.4696509Z [00:03:29.291]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1425/_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/b1425=>" -p github.com/bits-and-blooms/bitset -lang=go1.16 -complete -installsuffix shared -buildid 5SFM5Qbgu84qTlnUVhXm/5SFM5Qbgu84qTlnUVhXm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1425/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:59:27.5038905Z [00:03:29.329]➜  gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1137=/tmp/go-build -gno-record-gcc-switches -o $WORK/b1137/_cgo_.o $WORK/b1137/_cgo_main.o $WORK/b1137/preferlinkext $WORK/b1137/_x001.o $WORK/b1137/_x002.o $WORK/b1137/_x003.o $WORK/b1137/_x004.o $WORK/b1137/_x005.o $WORK/b1137/_x006.o $WORK/b1137/_x007.o $WORK/b1137/_x008.o $WORK/b1137/_x009.o $WORK/b1137/_x010.o $WORK/b1137/_x011.o $WORK/b1137/_x012.o $WORK/b1137/_x013.o -O2 -g -ldl # test for internal linking errors (succeeded)
2025-08-20T21:59:27.5049673Z [00:03:29.330]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage sqlite3 -dynimport $WORK/b1137/_cgo_.o -dynout $WORK/b1137/_cgo_import.go
2025-08-20T21:59:27.5121961Z [00:03:29.337]➜  cat >/tmp/go-build282983591/b1137/importcfg << 'EOF' # internal
2025-08-20T21:59:27.5126901Z [00:03:29.337]➜  # import config
2025-08-20T21:59:27.5127620Z [00:03:29.337]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:27.5128501Z [00:03:29.337]➜  packagefile crypto/sha1=/tmp/go-build282983591/b095/_pkg_.a
2025-08-20T21:59:27.5129410Z [00:03:29.337]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:59:27.5130502Z [00:03:29.337]➜  packagefile crypto/sha512=/tmp/go-build282983591/b126/_pkg_.a
2025-08-20T21:59:27.5131433Z [00:03:29.337]➜  packagefile database/sql=/tmp/go-build282983591/b872/_pkg_.a
2025-08-20T21:59:27.5132417Z [00:03:29.337]➜  packagefile database/sql/driver=/tmp/go-build282983591/b328/_pkg_.a
2025-08-20T21:59:27.5133332Z [00:03:29.337]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:27.5134160Z [00:03:29.337]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:27.5134931Z [00:03:29.337]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:27.5135738Z [00:03:29.337]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:27.5136583Z [00:03:29.337]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:27.5137404Z [00:03:29.337]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:27.5138206Z [00:03:29.337]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:27.5139011Z [00:03:29.337]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:27.5140206Z [00:03:29.337]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:27.5141103Z [00:03:29.337]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:27.5141925Z [00:03:29.337]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:59:27.5142763Z [00:03:29.337]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:27.5143589Z [00:03:29.337]➜  packagefile runtime/cgo=/tmp/go-build282983591/b165/_pkg_.a
2025-08-20T21:59:27.5144225Z [00:03:29.337]➜  EOF
2025-08-20T21:59:27.5160269Z [00:03:29.340]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1137/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28=>github.com/mattn/go-sqlite3@v1.14.28;$WORK/b1137=>" -p github.com/mattn/go-sqlite3 -lang=go1.19 -installsuffix shared -buildid HBCU56hTQnh6-3mVCh_3/HBCU56hTQnh6-3mVCh_3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1137/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/b1137/_cgo_gotypes.go $WORK/b1137/backup.cgo1.go $WORK/b1137/callback.cgo1.go $WORK/b1137/error.cgo1.go $WORK/b1137/sqlite3.cgo1.go $WORK/b1137/sqlite3_context.cgo1.go $WORK/b1137/sqlite3_load_extension.cgo1.go $WORK/b1137/sqlite3_opt_serialize.cgo1.go $WORK/b1137/sqlite3_opt_userauth_omit.cgo1.go $WORK/b1137/sqlite3_other.cgo1.go $WORK/b1137/sqlite3_type.cgo1.go $WORK/b1137/_cgo_import.go
2025-08-20T21:59:27.6042505Z [00:03:29.429]➜  go tool buildid -w $WORK/b1421/_pkg_.a # internal
2025-08-20T21:59:27.6062671Z [00:03:29.431]➜  cp $WORK/b1421/_pkg_.a /root/.cache/go-build/74/7402146311478b999640e300ec275fdd9f3aff039caf6350015d9b9cc67d88cc-d # internal
2025-08-20T21:59:27.6093823Z [00:03:29.435]➜  go tool buildid -w $WORK/b1425/_pkg_.a # internal
2025-08-20T21:59:27.6121984Z [00:03:29.436]➜  cp $WORK/b1425/_pkg_.a /root/.cache/go-build/13/13260c77f8e35c450d3f6fd316ff2ec3cfa78851da68447bf08a6ec8e7e9dd40-d # internal
2025-08-20T21:59:27.6139269Z [00:03:29.439]➜  github.com/bits-and-blooms/bloom/v3
2025-08-20T21:59:27.6142498Z [00:03:29.439]➜  mkdir -p $WORK/b1424/
2025-08-20T21:59:27.6143254Z [00:03:29.440]➜  github.com/projectdiscovery/uncover/sources
2025-08-20T21:59:27.6145178Z [00:03:29.440]➜  mkdir -p $WORK/b1428/
2025-08-20T21:59:27.6150512Z [00:03:29.440]➜  cat >/tmp/go-build282983591/b1424/importcfg << 'EOF' # internal
2025-08-20T21:59:27.6152620Z [00:03:29.440]➜  # import config
2025-08-20T21:59:27.6154674Z [00:03:29.440]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:27.6157391Z [00:03:29.440]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:59:27.6158307Z [00:03:29.440]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:27.6159167Z [00:03:29.440]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:27.6161407Z [00:03:29.440]➜  packagefile github.com/bits-and-blooms/bitset=/tmp/go-build282983591/b1425/_pkg_.a
2025-08-20T21:59:27.6162474Z [00:03:29.440]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:27.6163246Z [00:03:29.440]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:27.6164061Z [00:03:29.440]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:59:27.6164687Z [00:03:29.440]➜  EOF
2025-08-20T21:59:27.6168952Z [00:03:29.440]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1424/_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/b1424=>" -p github.com/bits-and-blooms/bloom/v3 -lang=go1.16 -complete -installsuffix shared -buildid 7f0BWrxV0cehcnsYRNed/7f0BWrxV0cehcnsYRNed -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1424/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:59:27.6172875Z [00:03:29.441]➜  cat >/tmp/go-build282983591/b1428/importcfg << 'EOF' # internal
2025-08-20T21:59:27.6173541Z [00:03:29.441]➜  # import config
2025-08-20T21:59:27.6174174Z [00:03:29.441]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:27.6175011Z [00:03:29.441]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:59:27.6176025Z [00:03:29.441]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:27.6176857Z [00:03:29.441]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:27.6177913Z [00:03:29.441]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:27.6179158Z [00:03:29.441]➜  packagefile github.com/projectdiscovery/ratelimit=/tmp/go-build282983591/b1248/_pkg_.a
2025-08-20T21:59:27.6180675Z [00:03:29.441]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build282983591/b342/_pkg_.a
2025-08-20T21:59:27.6181979Z [00:03:29.441]➜  packagefile github.com/projectdiscovery/utils/errors=/tmp/go-build282983591/b620/_pkg_.a
2025-08-20T21:59:27.6183247Z [00:03:29.441]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:59:27.6184648Z [00:03:29.441]➜  packagefile github.com/projectdiscovery/utils/folder=/tmp/go-build282983591/b222/_pkg_.a
2025-08-20T21:59:27.6185965Z [00:03:29.441]➜  packagefile github.com/projectdiscovery/utils/generic=/tmp/go-build282983591/b736/_pkg_.a
2025-08-20T21:59:27.6186987Z [00:03:29.441]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:27.6187768Z [00:03:29.441]➜  packagefile math/rand=/tmp/go-build282983591/b118/_pkg_.a
2025-08-20T21:59:27.6188540Z [00:03:29.441]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:27.6189313Z [00:03:29.441]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:27.6200498Z [00:03:29.441]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:27.6201326Z [00:03:29.441]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:27.6202318Z [00:03:29.441]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:27.6203154Z [00:03:29.441]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:27.6203960Z [00:03:29.441]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:27.6204542Z [00:03:29.441]➜  EOF
2025-08-20T21:59:27.6211480Z [00:03:29.441]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1428/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/sources=>github.com/projectdiscovery/uncover@v1.1.0/sources;$WORK/b1428=>" -p github.com/projectdiscovery/uncover/sources -lang=go1.22 -complete -installsuffix shared -buildid 3RGcy_oYU17N4f7iZf5j/3RGcy_oYU17N4f7iZf5j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1428/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:59:27.6930273Z [00:03:29.518]➜  go tool buildid -w $WORK/b1424/_pkg_.a # internal
2025-08-20T21:59:27.6937915Z [00:03:29.519]➜  go tool buildid -w $WORK/b1415/_pkg_.a # internal
2025-08-20T21:59:27.6943862Z [00:03:29.520]➜  cp $WORK/b1424/_pkg_.a /root/.cache/go-build/77/774529b333cc27ad5b19ece442f451488579ca9ade683518dcb747e663f353ba-d # internal
2025-08-20T21:59:27.6966946Z [00:03:29.520]➜  github.com/projectdiscovery/hmap/filekv
2025-08-20T21:59:27.6967989Z [00:03:29.520]➜  mkdir -p $WORK/b1423/
2025-08-20T21:59:27.6969353Z [00:03:29.520]➜  cat >/tmp/go-build282983591/b1423/importcfg << 'EOF' # internal
2025-08-20T21:59:27.6970909Z [00:03:29.520]➜  # import config
2025-08-20T21:59:27.6971743Z [00:03:29.520]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:27.6972627Z [00:03:29.521]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:27.6973538Z [00:03:29.521]➜  packagefile compress/zlib=/tmp/go-build282983591/b169/_pkg_.a
2025-08-20T21:59:27.6974860Z [00:03:29.521]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:27.6975934Z [00:03:29.521]➜  packagefile github.com/bits-and-blooms/bloom/v3=/tmp/go-build282983591/b1424/_pkg_.a
2025-08-20T21:59:27.6977316Z [00:03:29.521]➜  packagefile github.com/hashicorp/golang-lru/v2=/tmp/go-build282983591/b259/_pkg_.a
2025-08-20T21:59:27.6978721Z [00:03:29.521]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:59:27.6980299Z [00:03:29.521]➜  packagefile github.com/projectdiscovery/utils/permission=/tmp/go-build282983591/b238/_pkg_.a
2025-08-20T21:59:27.6981767Z [00:03:29.521]➜  packagefile github.com/syndtr/goleveldb/leveldb=/tmp/go-build282983591/b420/_pkg_.a
2025-08-20T21:59:27.6982648Z [00:03:29.521]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:27.6983350Z [00:03:29.521]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:27.6984181Z [00:03:29.521]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:27.6984742Z [00:03:29.521]➜  EOF
2025-08-20T21:59:27.6990324Z [00:03:29.521]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1423/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/hmap@v0.0.92/filekv=>github.com/projectdiscovery/hmap@v0.0.92/filekv;$WORK/b1423=>" -p github.com/projectdiscovery/hmap/filekv -lang=go1.24 -complete -installsuffix shared -buildid L-uovNMzBvSA4uyPQXYc/L-uovNMzBvSA4uyPQXYc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1423/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:59:27.7022440Z [00:03:29.527]➜  cp $WORK/b1415/_pkg_.a /root/.cache/go-build/60/60c9df161760d38f6ed39ef5d517d1aebf7b60fe61a395a506085c4dc45b112b-d # internal
2025-08-20T21:59:27.7034994Z [00:03:29.529]➜  github.com/oasdiff/yaml
2025-08-20T21:59:27.7039378Z [00:03:29.529]➜  mkdir -p $WORK/b1414/
2025-08-20T21:59:27.7048376Z [00:03:29.530]➜  cat >/tmp/go-build282983591/b1414/importcfg << 'EOF' # internal
2025-08-20T21:59:27.7049201Z [00:03:29.530]➜  # import config
2025-08-20T21:59:27.7050174Z [00:03:29.530]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:27.7051298Z [00:03:29.530]➜  packagefile encoding=/tmp/go-build282983591/b068/_pkg_.a
2025-08-20T21:59:27.7052470Z [00:03:29.530]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:27.7054412Z [00:03:29.530]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:27.7055411Z [00:03:29.530]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:27.7056364Z [00:03:29.530]➜  packagefile github.com/oasdiff/yaml3=/tmp/go-build282983591/b1415/_pkg_.a
2025-08-20T21:59:27.7057289Z [00:03:29.530]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:27.7058037Z [00:03:29.530]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:27.7058811Z [00:03:29.530]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:27.7059584Z [00:03:29.530]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:27.7060501Z [00:03:29.530]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:27.7061447Z [00:03:29.530]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:27.7062279Z [00:03:29.530]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:59:27.7063153Z [00:03:29.530]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:59:27.7063795Z [00:03:29.530]➜  EOF
2025-08-20T21:59:27.7075973Z [00:03:29.532]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1414/_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/b1414=>" -p github.com/oasdiff/yaml -lang=go1.22 -complete -installsuffix shared -buildid qUwDybZErccSsujZVuAa/qUwDybZErccSsujZVuAa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1414/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:59:27.8354298Z [00:03:29.660]➜  go tool buildid -w $WORK/b1423/_pkg_.a # internal
2025-08-20T21:59:27.8382240Z [00:03:29.663]➜  cp $WORK/b1423/_pkg_.a /root/.cache/go-build/96/96f5d806277165eea05f04421a2692aae9971d14235a86cfec3326b453e46ec9-d # internal
2025-08-20T21:59:27.8417815Z [00:03:29.667]➜  internal/profile
2025-08-20T21:59:27.8418395Z [00:03:29.667]➜  mkdir -p $WORK/b1447/
2025-08-20T21:59:27.8425307Z [00:03:29.667]➜  cat >/tmp/go-build282983591/b1447/importcfg << 'EOF' # internal
2025-08-20T21:59:27.8426242Z [00:03:29.667]➜  # import config
2025-08-20T21:59:27.8426922Z [00:03:29.667]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:27.8427790Z [00:03:29.667]➜  packagefile compress/gzip=/tmp/go-build282983591/b204/_pkg_.a
2025-08-20T21:59:27.8428650Z [00:03:29.667]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:27.8429431Z [00:03:29.667]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:27.8430374Z [00:03:29.667]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:27.8431197Z [00:03:29.667]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:27.8432011Z [00:03:29.667]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:27.8433033Z [00:03:29.667]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:27.8433868Z [00:03:29.667]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:27.8434666Z [00:03:29.667]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:27.8435284Z [00:03:29.667]➜  EOF
2025-08-20T21:59:27.8440262Z [00:03:29.667]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1447/_pkg_.a -trimpath "/root/.go/src/internal/profile=>internal/profile;$WORK/b1447=>" -p internal/profile -lang=go1.25 -std -complete -installsuffix shared -buildid d08rTBwf4vEWLaiMeAif/d08rTBwf4vEWLaiMeAif -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1447/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:59:27.8625426Z [00:03:29.688]➜  go tool buildid -w $WORK/b1414/_pkg_.a # internal
2025-08-20T21:59:27.8654692Z [00:03:29.691]➜  cp $WORK/b1414/_pkg_.a /root/.cache/go-build/25/251175cdb05056f6f2188198199984fffeb0d02db1a4cce3942bf658961a6d03-d # internal
2025-08-20T21:59:27.8850790Z [00:03:29.710]➜  go tool buildid -w $WORK/b1428/_pkg_.a # internal
2025-08-20T21:59:27.8905280Z [00:03:29.716]➜  github.com/getkin/kin-openapi/openapi3
2025-08-20T21:59:27.8906989Z [00:03:29.716]➜  mkdir -p $WORK/b1408/
2025-08-20T21:59:27.8911161Z [00:03:29.716]➜  cp $WORK/b1428/_pkg_.a /root/.cache/go-build/90/90da8b598e83a362be696da3e604cf5585091faa8c6e02219cbca8f5c6a2c54e-d # internal
2025-08-20T21:59:27.8916280Z [00:03:29.717]➜  cat >/tmp/go-build282983591/b1408/importcfg << 'EOF' # internal
2025-08-20T21:59:27.8916979Z [00:03:29.717]➜  # import config
2025-08-20T21:59:27.8917603Z [00:03:29.717]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:27.8918372Z [00:03:29.717]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:27.8919268Z [00:03:29.717]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:27.8920421Z [00:03:29.717]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:27.8921184Z [00:03:29.717]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:27.8922139Z [00:03:29.717]➜  packagefile github.com/go-openapi/jsonpointer=/tmp/go-build282983591/b1409/_pkg_.a
2025-08-20T21:59:27.8923782Z [00:03:29.717]➜  packagefile github.com/mohae/deepcopy=/tmp/go-build282983591/b1413/_pkg_.a
2025-08-20T21:59:27.8924901Z [00:03:29.717]➜  packagefile github.com/oasdiff/yaml=/tmp/go-build282983591/b1414/_pkg_.a
2025-08-20T21:59:27.8926099Z [00:03:29.717]➜  packagefile github.com/perimeterx/marshmallow=/tmp/go-build282983591/b1416/_pkg_.a
2025-08-20T21:59:27.8927098Z [00:03:29.717]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:27.8927840Z [00:03:29.717]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:27.8928848Z [00:03:29.717]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:59:27.8929693Z [00:03:29.717]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:27.8930894Z [00:03:29.717]➜  packagefile net/netip=/tmp/go-build282983591/b163/_pkg_.a
2025-08-20T21:59:27.8931756Z [00:03:29.717]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:27.8932540Z [00:03:29.717]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:27.8933284Z [00:03:29.717]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:59:27.8934091Z [00:03:29.717]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:27.8934950Z [00:03:29.717]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:27.8935715Z [00:03:29.717]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:27.8960960Z [00:03:29.717]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:27.8961855Z [00:03:29.717]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:27.8962694Z [00:03:29.717]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:27.8963523Z [00:03:29.717]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:27.8964418Z [00:03:29.717]➜  packagefile unicode/utf16=/tmp/go-build282983591/b070/_pkg_.a
2025-08-20T21:59:27.8965100Z [00:03:29.717]➜  EOF
2025-08-20T21:59:27.8993418Z [00:03:29.718]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1408/_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/b1408=>" -p github.com/getkin/kin-openapi/openapi3 -lang=go1.22 -complete -installsuffix shared -buildid yBSrEcSM2Ssy9trzuIcC/yBSrEcSM2Ssy9trzuIcC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1408/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:59:27.9018774Z [00:03:29.718]➜  github.com/projectdiscovery/uncover/sources/agent/binaryedge
2025-08-20T21:59:27.9019561Z [00:03:29.718]➜  mkdir -p $WORK/b1429/
2025-08-20T21:59:27.9020477Z [00:03:29.718]➜  cat >/tmp/go-build282983591/b1429/importcfg << 'EOF' # internal
2025-08-20T21:59:27.9021057Z [00:03:29.718]➜  # import config
2025-08-20T21:59:27.9021877Z [00:03:29.718]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:27.9022738Z [00:03:29.718]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:27.9023446Z [00:03:29.718]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:27.9024444Z [00:03:29.718]➜  packagefile github.com/projectdiscovery/uncover/sources=/tmp/go-build282983591/b1428/_pkg_.a
2025-08-20T21:59:27.9025582Z [00:03:29.718]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:27.9026609Z [00:03:29.718]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:27.9027251Z [00:03:29.718]➜  EOF
2025-08-20T21:59:27.9032625Z [00:03:29.719]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1429/_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/b1429=>" -p github.com/projectdiscovery/uncover/sources/agent/binaryedge -lang=go1.22 -complete -installsuffix shared -buildid Ed4dCkEEs74H5oe8PRqF/Ed4dCkEEs74H5oe8PRqF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1429/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:59:28.0883089Z [00:03:29.913]➜  cd /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28
2025-08-20T21:59:28.0886697Z [00:03:29.914]➜  go tool pack r $WORK/b1137/_pkg_.a $WORK/b1137/preferlinkext $WORK/b1137/_x001.o $WORK/b1137/_x002.o $WORK/b1137/_x003.o $WORK/b1137/_x004.o $WORK/b1137/_x005.o $WORK/b1137/_x006.o $WORK/b1137/_x007.o $WORK/b1137/_x008.o $WORK/b1137/_x009.o $WORK/b1137/_x010.o $WORK/b1137/_x011.o $WORK/b1137/_x012.o $WORK/b1137/_x013.o # internal
2025-08-20T21:59:28.0989204Z [00:03:29.924]➜  go tool buildid -w $WORK/b1137/_pkg_.a # internal
2025-08-20T21:59:28.1126063Z [00:03:29.938]➜  go tool buildid -w $WORK/b1447/_pkg_.a # internal
2025-08-20T21:59:28.1165905Z [00:03:29.942]➜  cp $WORK/b1447/_pkg_.a /root/.cache/go-build/00/00d6487de16b2d4517f4cb6063a3f29e8e1816740ce0d0ddfacca9d8f32f4bc7-d # internal
2025-08-20T21:59:28.1172550Z [00:03:29.942]➜  github.com/projectdiscovery/uncover/sources/agent/censys
2025-08-20T21:59:28.1176323Z [00:03:29.943]➜  mkdir -p $WORK/b1430/
2025-08-20T21:59:28.1181807Z [00:03:29.943]➜  cat >/tmp/go-build282983591/b1430/importcfg << 'EOF' # internal
2025-08-20T21:59:28.1184884Z [00:03:29.943]➜  # import config
2025-08-20T21:59:28.1185570Z [00:03:29.943]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:28.1186400Z [00:03:29.943]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:28.1187154Z [00:03:29.943]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:28.1188197Z [00:03:29.943]➜  packagefile github.com/projectdiscovery/uncover/sources=/tmp/go-build282983591/b1428/_pkg_.a
2025-08-20T21:59:28.1189287Z [00:03:29.943]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:28.1190256Z [00:03:29.943]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:28.1190851Z [00:03:29.943]➜  EOF
2025-08-20T21:59:28.1191340Z [00:03:29.943]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:59:28.1196477Z [00:03:29.943]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1430/_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/b1430=>" -p github.com/projectdiscovery/uncover/sources/agent/censys -lang=go1.22 -complete -installsuffix shared -buildid -MPC_-dqXSMbvMNKvwNx/-MPC_-dqXSMbvMNKvwNx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1430/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:59:28.1266544Z [00:03:29.952]➜  go tool buildid -w $WORK/b1429/_pkg_.a # internal
2025-08-20T21:59:28.1303760Z [00:03:29.955]➜  cp $WORK/b1429/_pkg_.a /root/.cache/go-build/71/718accdb02225704cee8f73c1614a5c5a6a0922b9fc6fd94be963ef11633cd25-d # internal
2025-08-20T21:59:28.1310336Z [00:03:29.956]➜  cp $WORK/b1137/_pkg_.a /root/.cache/go-build/3b/3b2055394b78915d178caa8ffb4f7eec60e9834818b5b958876c906b968f365f-d # internal
2025-08-20T21:59:28.1318737Z [00:03:29.956]➜  github.com/projectdiscovery/nuclei/v3/pkg/fuzz/stats
2025-08-20T21:59:28.1320171Z [00:03:29.956]➜  mkdir -p $WORK/b1136/
2025-08-20T21:59:28.1321176Z [00:03:29.956]➜  cat >/tmp/go-build282983591/b1136/importcfg << 'EOF' # internal
2025-08-20T21:59:28.1322106Z [00:03:29.956]➜  # import config
2025-08-20T21:59:28.1323599Z [00:03:29.956]➜  packagefile embed=/tmp/go-build282983591/b066/_pkg_.a
2025-08-20T21:59:28.1324511Z [00:03:29.956]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:28.1325427Z [00:03:29.956]➜  packagefile github.com/mattn/go-sqlite3=/tmp/go-build282983591/b1137/_pkg_.a
2025-08-20T21:59:28.1326339Z [00:03:29.956]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:28.1327218Z [00:03:29.956]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:59:28.1327962Z [00:03:29.956]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:28.1328760Z [00:03:29.956]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:28.1329559Z [00:03:29.956]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:28.1334863Z [00:03:29.956]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:28.1335713Z [00:03:29.956]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:28.1347614Z [00:03:29.956]➜  EOF
2025-08-20T21:59:28.1348333Z [00:03:29.958]➜  github.com/projectdiscovery/uncover/sources/agent/criminalip
2025-08-20T21:59:28.1351242Z [00:03:29.958]➜  mkdir -p $WORK/b1431/
2025-08-20T21:59:28.1352035Z [00:03:29.958]➜  cat >/tmp/go-build282983591/b1431/importcfg << 'EOF' # internal
2025-08-20T21:59:28.1352709Z [00:03:29.958]➜  # import config
2025-08-20T21:59:28.1353583Z [00:03:29.958]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:28.1354466Z [00:03:29.958]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:28.1355397Z [00:03:29.958]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:28.1356522Z [00:03:29.958]➜  packagefile github.com/projectdiscovery/uncover/sources=/tmp/go-build282983591/b1428/_pkg_.a
2025-08-20T21:59:28.1357586Z [00:03:29.958]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:28.1358401Z [00:03:29.958]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:28.1358998Z [00:03:29.958]➜  EOF
2025-08-20T21:59:28.1367806Z [00:03:29.958]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1431/_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/b1431=>" -p github.com/projectdiscovery/uncover/sources/agent/criminalip -lang=go1.22 -complete -installsuffix shared -buildid mI2vysy8CrOVUNJ3otmU/mI2vysy8CrOVUNJ3otmU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1431/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:59:28.1378048Z [00:03:29.959]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1136/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/stats=>github.com/projectdiscovery/nuclei/v3/pkg/fuzz/stats;$WORK/b1136=>" -p github.com/projectdiscovery/nuclei/v3/pkg/fuzz/stats -lang=go1.24 -complete -installsuffix shared -buildid zlML90YPfZ9SI7H0Klpd/zlML90YPfZ9SI7H0Klpd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1136/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/stats/db.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/stats/simple.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/stats/stats.go
2025-08-20T21:59:28.2807455Z [00:03:30.106]➜  go tool buildid -w $WORK/b1431/_pkg_.a # internal
2025-08-20T21:59:28.2848931Z [00:03:30.110]➜  cp $WORK/b1431/_pkg_.a /root/.cache/go-build/42/4297b43faa03c7a223c1da5f601f37d20fe7d41eaed51476e58d0630f30ed400-d # internal
2025-08-20T21:59:28.2859031Z [00:03:30.111]➜  github.com/projectdiscovery/uncover/sources/agent/driftnet
2025-08-20T21:59:28.2864714Z [00:03:30.112]➜  mkdir -p $WORK/b1432/
2025-08-20T21:59:28.2865655Z [00:03:30.112]➜  cat >/tmp/go-build282983591/b1432/importcfg << 'EOF' # internal
2025-08-20T21:59:28.2868320Z [00:03:30.112]➜  # import config
2025-08-20T21:59:28.2869009Z [00:03:30.112]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:28.2870026Z [00:03:30.112]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:28.2870823Z [00:03:30.112]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:28.2871863Z [00:03:30.112]➜  packagefile github.com/projectdiscovery/mapcidr=/tmp/go-build282983591/b330/_pkg_.a
2025-08-20T21:59:28.2873106Z [00:03:30.112]➜  packagefile github.com/projectdiscovery/uncover/sources=/tmp/go-build282983591/b1428/_pkg_.a
2025-08-20T21:59:28.2874412Z [00:03:30.112]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build282983591/b336/_pkg_.a
2025-08-20T21:59:28.2875416Z [00:03:30.112]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:28.2876193Z [00:03:30.112]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:28.2876984Z [00:03:30.112]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:28.2877776Z [00:03:30.112]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:28.2878573Z [00:03:30.112]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:28.2879216Z [00:03:30.112]➜  EOF
2025-08-20T21:59:28.2884522Z [00:03:30.112]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1432/_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/b1432=>" -p github.com/projectdiscovery/uncover/sources/agent/driftnet -lang=go1.22 -complete -installsuffix shared -buildid bMz15Vsd3d0SGZGxfSaI/bMz15Vsd3d0SGZGxfSaI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1432/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:59:28.2905845Z [00:03:30.116]➜  go tool buildid -w $WORK/b1136/_pkg_.a # internal
2025-08-20T21:59:28.2947362Z [00:03:30.119]➜  cp $WORK/b1136/_pkg_.a /root/.cache/go-build/a1/a182d8acf696af707e9223362096df168ab406fd0dc03c78377fae3a1f4b37c4-d # internal
2025-08-20T21:59:28.2952255Z [00:03:30.119]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols
2025-08-20T21:59:28.2953041Z [00:03:30.119]➜  mkdir -p $WORK/b1131/
2025-08-20T21:59:28.2953736Z [00:03:30.120]➜  cat >/tmp/go-build282983591/b1131/importcfg << 'EOF' # internal
2025-08-20T21:59:28.2954351Z [00:03:30.120]➜  # import config
2025-08-20T21:59:28.2955016Z [00:03:30.120]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:28.2955885Z [00:03:30.120]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:28.2956912Z [00:03:30.120]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build282983591/b248/_pkg_.a
2025-08-20T21:59:28.2958169Z [00:03:30.120]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer=/tmp/go-build282983591/b344/_pkg_.a
2025-08-20T21:59:28.2959445Z [00:03:30.120]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:28.2961291Z [00:03:30.120]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/authprovider=/tmp/go-build282983591/b1132/_pkg_.a
2025-08-20T21:59:28.2962773Z [00:03:30.120]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog=/tmp/go-build282983591/b746/_pkg_.a
2025-08-20T21:59:28.2964241Z [00:03:30.120]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/frequency=/tmp/go-build282983591/b1134/_pkg_.a
2025-08-20T21:59:28.2965742Z [00:03:30.120]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/stats=/tmp/go-build282983591/b1136/_pkg_.a
2025-08-20T21:59:28.2967254Z [00:03:30.120]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input=/tmp/go-build282983591/b1138/_pkg_.a
2025-08-20T21:59:28.2968633Z [00:03:30.120]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/compiler=/tmp/go-build282983591/b846/_pkg_.a
2025-08-20T21:59:28.2970314Z [00:03:30.120]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/loader/parser=/tmp/go-build282983591/b1140/_pkg_.a
2025-08-20T21:59:28.2971761Z [00:03:30.120]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model=/tmp/go-build282983591/b749/_pkg_.a
2025-08-20T21:59:28.2973124Z [00:03:30.120]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build282983591/b750/_pkg_.a
2025-08-20T21:59:28.2974654Z [00:03:30.120]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/extractors=/tmp/go-build282983591/b751/_pkg_.a
2025-08-20T21:59:28.2976234Z [00:03:30.120]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/matchers=/tmp/go-build282983591/b781/_pkg_.a
2025-08-20T21:59:28.2977683Z [00:03:30.120]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:28.2979072Z [00:03:30.120]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/progress=/tmp/go-build282983591/b1141/_pkg_.a
2025-08-20T21:59:28.2981061Z [00:03:30.120]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/projectfile=/tmp/go-build282983591/b1144/_pkg_.a
2025-08-20T21:59:28.2983241Z [00:03:30.120]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build282983591/b795/_pkg_.a
2025-08-20T21:59:28.2986084Z [00:03:30.120]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/globalmatchers=/tmp/go-build282983591/b1145/_pkg_.a
2025-08-20T21:59:28.2989020Z [00:03:30.120]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/hosterrorscache=/tmp/go-build282983591/b1146/_pkg_.a
2025-08-20T21:59:28.2993754Z [00:03:30.120]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/interactsh=/tmp/go-build282983591/b1149/_pkg_.a
2025-08-20T21:59:28.2996792Z [00:03:30.120]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/excludematchers=/tmp/go-build282983591/b791/_pkg_.a
2025-08-20T21:59:28.3000343Z [00:03:30.120]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/variables=/tmp/go-build282983591/b1243/_pkg_.a
2025-08-20T21:59:28.3003882Z [00:03:30.120]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/headless/engine=/tmp/go-build282983591/b1244/_pkg_.a
2025-08-20T21:59:28.3006403Z [00:03:30.120]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting=/tmp/go-build282983591/b1152/_pkg_.a
2025-08-20T21:59:28.3008580Z [00:03:30.120]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/scan=/tmp/go-build282983591/b1247/_pkg_.a
2025-08-20T21:59:28.3011139Z [00:03:30.120]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build282983591/b779/_pkg_.a
2025-08-20T21:59:28.3013255Z [00:03:30.120]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:28.3015279Z [00:03:30.120]➜  packagefile github.com/projectdiscovery/ratelimit=/tmp/go-build282983591/b1248/_pkg_.a
2025-08-20T21:59:28.3016981Z [00:03:30.120]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build282983591/b223/_pkg_.a
2025-08-20T21:59:28.3018816Z [00:03:30.120]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:59:28.3020613Z [00:03:30.120]➜  packagefile github.com/projectdiscovery/utils/unit=/tmp/go-build282983591/b780/_pkg_.a
2025-08-20T21:59:28.3022083Z [00:03:30.120]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:28.3022890Z [00:03:30.120]➜  EOF
2025-08-20T21:59:28.3027222Z [00:03:30.120]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1131/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols=>github.com/projectdiscovery/nuclei/v3/pkg/protocols;$WORK/b1131=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols -lang=go1.24 -complete -installsuffix shared -buildid 3TLstRSeGv4xl5w-C8qE/3TLstRSeGv4xl5w-C8qE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1131/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/protocols.go
2025-08-20T21:59:28.3031073Z [00:03:30.120]➜  go tool buildid -w $WORK/b1430/_pkg_.a # internal
2025-08-20T21:59:28.3032605Z [00:03:30.125]➜  cp $WORK/b1430/_pkg_.a /root/.cache/go-build/8c/8c76a963902153c52b1e1d99ddcce3ca1fabc848b63c5eee766e91245de78e88-d # internal
2025-08-20T21:59:28.3033889Z [00:03:30.126]➜  github.com/projectdiscovery/uncover/sources/agent/fofa
2025-08-20T21:59:28.3034582Z [00:03:30.126]➜  mkdir -p $WORK/b1433/
2025-08-20T21:59:28.3035496Z [00:03:30.126]➜  cat >/tmp/go-build282983591/b1433/importcfg << 'EOF' # internal
2025-08-20T21:59:28.3036151Z [00:03:30.126]➜  # import config
2025-08-20T21:59:28.3036871Z [00:03:30.126]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:28.3037796Z [00:03:30.126]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:28.3038659Z [00:03:30.126]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:28.3039682Z [00:03:30.126]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:28.3040932Z [00:03:30.126]➜  packagefile github.com/projectdiscovery/uncover/sources=/tmp/go-build282983591/b1428/_pkg_.a
2025-08-20T21:59:28.3042065Z [00:03:30.126]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:28.3042871Z [00:03:30.126]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:28.3043644Z [00:03:30.126]➜  EOF
2025-08-20T21:59:28.3048589Z [00:03:30.126]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1433/_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/b1433=>" -p github.com/projectdiscovery/uncover/sources/agent/fofa -lang=go1.22 -complete -installsuffix shared -buildid V-4Dm3x26CrbCBp-dITb/V-4Dm3x26CrbCBp-dITb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1433/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:59:28.4684430Z [00:03:30.294]➜  go tool buildid -w $WORK/b1432/_pkg_.a # internal
2025-08-20T21:59:28.4738642Z [00:03:30.299]➜  cp $WORK/b1432/_pkg_.a /root/.cache/go-build/65/653ea469297f38701b9bcc17469873e95b19fb4f8498266ca4de07f7acec5647-d # internal
2025-08-20T21:59:28.4758117Z [00:03:30.301]➜  github.com/projectdiscovery/uncover/sources/agent/google
2025-08-20T21:59:28.4758835Z [00:03:30.301]➜  mkdir -p $WORK/b1434/
2025-08-20T21:59:28.4759508Z [00:03:30.301]➜  cat >/tmp/go-build282983591/b1434/importcfg << 'EOF' # internal
2025-08-20T21:59:28.4762476Z [00:03:30.301]➜  # import config
2025-08-20T21:59:28.4763168Z [00:03:30.301]➜  packagefile compress/gzip=/tmp/go-build282983591/b204/_pkg_.a
2025-08-20T21:59:28.4764020Z [00:03:30.301]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:28.4764778Z [00:03:30.301]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:28.4765477Z [00:03:30.301]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:28.4766602Z [00:03:30.301]➜  packagefile github.com/projectdiscovery/uncover/sources=/tmp/go-build282983591/b1428/_pkg_.a
2025-08-20T21:59:28.4767585Z [00:03:30.301]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:28.4768344Z [00:03:30.301]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:28.4768895Z [00:03:30.301]➜  EOF
2025-08-20T21:59:28.4774431Z [00:03:30.301]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1434/_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/b1434=>" -p github.com/projectdiscovery/uncover/sources/agent/google -lang=go1.22 -complete -installsuffix shared -buildid i8ScnJvs1BjhbcjQxVZ_/i8ScnJvs1BjhbcjQxVZ_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1434/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:59:28.4823621Z [00:03:30.308]➜  go tool buildid -w $WORK/b1433/_pkg_.a # internal
2025-08-20T21:59:28.4864353Z [00:03:30.312]➜  cp $WORK/b1433/_pkg_.a /root/.cache/go-build/77/7792264588d240ebf15891381d1dc6bcc6a6699f896639254943322a4890e1b3-d # internal
2025-08-20T21:59:28.4876834Z [00:03:30.313]➜  github.com/projectdiscovery/uncover/sources/agent/hunter
2025-08-20T21:59:28.4880947Z [00:03:30.313]➜  mkdir -p $WORK/b1435/
2025-08-20T21:59:28.4888638Z [00:03:30.314]➜  cat >/tmp/go-build282983591/b1435/importcfg << 'EOF' # internal
2025-08-20T21:59:28.4891221Z [00:03:30.314]➜  # import config
2025-08-20T21:59:28.4891929Z [00:03:30.314]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:28.4892805Z [00:03:30.314]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:28.4893613Z [00:03:30.314]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:28.4894368Z [00:03:30.314]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:28.4895390Z [00:03:30.314]➜  packagefile github.com/projectdiscovery/uncover/sources=/tmp/go-build282983591/b1428/_pkg_.a
2025-08-20T21:59:28.4896684Z [00:03:30.314]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:28.4897308Z [00:03:30.314]➜  EOF
2025-08-20T21:59:28.4907805Z [00:03:30.316]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1435/_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/b1435=>" -p github.com/projectdiscovery/uncover/sources/agent/hunter -lang=go1.22 -complete -installsuffix shared -buildid bwfVum40bvypJvCKpRyb/bwfVum40bvypJvCKpRyb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1435/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:59:28.6357421Z [00:03:30.461]➜  go tool buildid -w $WORK/b1434/_pkg_.a # internal
2025-08-20T21:59:28.6473269Z [00:03:30.471]➜  cp $WORK/b1434/_pkg_.a /root/.cache/go-build/a3/a33fd0198f85c8fa67111744a37549597dc85403b47cfef179f15f4f81c93050-d # internal
2025-08-20T21:59:28.6492198Z [00:03:30.474]➜  github.com/projectdiscovery/uncover/sources/agent/hunterhow
2025-08-20T21:59:28.6494277Z [00:03:30.474]➜  mkdir -p $WORK/b1436/
2025-08-20T21:59:28.6500618Z [00:03:30.475]➜  cat >/tmp/go-build282983591/b1436/importcfg << 'EOF' # internal
2025-08-20T21:59:28.6521503Z [00:03:30.475]➜  # import config
2025-08-20T21:59:28.6522281Z [00:03:30.475]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:28.6523150Z [00:03:30.475]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:28.6524166Z [00:03:30.475]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:28.6525267Z [00:03:30.475]➜  packagefile github.com/projectdiscovery/uncover/sources=/tmp/go-build282983591/b1428/_pkg_.a
2025-08-20T21:59:28.6526418Z [00:03:30.475]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:28.6527254Z [00:03:30.475]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:28.6528025Z [00:03:30.475]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:28.6528750Z [00:03:30.475]➜  EOF
2025-08-20T21:59:28.6534737Z [00:03:30.475]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1436/_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/b1436=>" -p github.com/projectdiscovery/uncover/sources/agent/hunterhow -lang=go1.22 -complete -installsuffix shared -buildid ISqaIPRfm0UDNtPgjXxi/ISqaIPRfm0UDNtPgjXxi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1436/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:59:28.7106328Z [00:03:30.536]➜  go tool buildid -w $WORK/b1435/_pkg_.a # internal
2025-08-20T21:59:28.7161422Z [00:03:30.541]➜  cp $WORK/b1435/_pkg_.a /root/.cache/go-build/bc/bc1372b0fe580364ce8a52bd5a64b0d3b574fe77512a721a09e7e0ed57f5bc14-d # internal
2025-08-20T21:59:28.7185652Z [00:03:30.544]➜  github.com/projectdiscovery/uncover/sources/agent/netlas
2025-08-20T21:59:28.7190469Z [00:03:30.544]➜  mkdir -p $WORK/b1437/
2025-08-20T21:59:28.7200190Z [00:03:30.545]➜  cat >/tmp/go-build282983591/b1437/importcfg << 'EOF' # internal
2025-08-20T21:59:28.7213487Z [00:03:30.545]➜  # import config
2025-08-20T21:59:28.7214273Z [00:03:30.545]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:28.7215165Z [00:03:30.545]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:28.7215976Z [00:03:30.545]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:28.7217304Z [00:03:30.545]➜  packagefile github.com/projectdiscovery/uncover/sources=/tmp/go-build282983591/b1428/_pkg_.a
2025-08-20T21:59:28.7218408Z [00:03:30.545]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:28.7219514Z [00:03:30.545]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:28.7223890Z [00:03:30.545]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:28.7224522Z [00:03:30.545]➜  EOF
2025-08-20T21:59:28.7237507Z [00:03:30.548]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1437/_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/b1437=>" -p github.com/projectdiscovery/uncover/sources/agent/netlas -lang=go1.22 -complete -installsuffix shared -buildid NsT9-1iyT6t43fAFkwVB/NsT9-1iyT6t43fAFkwVB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1437/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:59:28.8336351Z [00:03:30.659]➜  go tool buildid -w $WORK/b1436/_pkg_.a # internal
2025-08-20T21:59:28.8375901Z [00:03:30.663]➜  cp $WORK/b1436/_pkg_.a /root/.cache/go-build/aa/aa47a566c98cce14d726baf2107e4238f31acf520a5c3639ba69b8244ddb92b3-d # internal
2025-08-20T21:59:28.8411818Z [00:03:30.664]➜  github.com/projectdiscovery/uncover/sources/agent/odin
2025-08-20T21:59:28.8414463Z [00:03:30.664]➜  mkdir -p $WORK/b1438/
2025-08-20T21:59:28.8415406Z [00:03:30.665]➜  cat >/tmp/go-build282983591/b1438/importcfg << 'EOF' # internal
2025-08-20T21:59:28.8416130Z [00:03:30.665]➜  # import config
2025-08-20T21:59:28.8416770Z [00:03:30.665]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:28.8417621Z [00:03:30.665]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:28.8418442Z [00:03:30.665]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:28.8419215Z [00:03:30.665]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:28.8420658Z [00:03:30.665]➜  packagefile github.com/projectdiscovery/uncover/sources=/tmp/go-build282983591/b1428/_pkg_.a
2025-08-20T21:59:28.8421743Z [00:03:30.665]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:28.8422352Z [00:03:30.665]➜  EOF
2025-08-20T21:59:28.8427184Z [00:03:30.665]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1438/_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/b1438=>" -p github.com/projectdiscovery/uncover/sources/agent/odin -lang=go1.22 -complete -installsuffix shared -buildid poXFIMxWJ-xrRujUiolB/poXFIMxWJ-xrRujUiolB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1438/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:59:29.0340554Z [00:03:30.859]➜  go tool buildid -w $WORK/b1438/_pkg_.a # internal
2025-08-20T21:59:29.0385149Z [00:03:30.864]➜  cp $WORK/b1438/_pkg_.a /root/.cache/go-build/f0/f061adc9f4732955ed41029719703415827285894ec584bfcf8a691b2e29eff4-d # internal
2025-08-20T21:59:29.0417692Z [00:03:30.867]➜  github.com/projectdiscovery/uncover/sources/agent/onyphe
2025-08-20T21:59:29.0422945Z [00:03:30.867]➜  mkdir -p $WORK/b1439/
2025-08-20T21:59:29.0431701Z [00:03:30.868]➜  cat >/tmp/go-build282983591/b1439/importcfg << 'EOF' # internal
2025-08-20T21:59:29.0440178Z [00:03:30.868]➜  # import config
2025-08-20T21:59:29.0440923Z [00:03:30.868]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:29.0442026Z [00:03:30.868]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:29.0442810Z [00:03:30.868]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:29.0444055Z [00:03:30.868]➜  packagefile github.com/projectdiscovery/uncover/sources=/tmp/go-build282983591/b1428/_pkg_.a
2025-08-20T21:59:29.0445112Z [00:03:30.868]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:29.0445925Z [00:03:30.868]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:29.0446766Z [00:03:30.868]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:29.0447404Z [00:03:30.868]➜  EOF
2025-08-20T21:59:29.0457806Z [00:03:30.870]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1439/_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/b1439=>" -p github.com/projectdiscovery/uncover/sources/agent/onyphe -lang=go1.22 -complete -installsuffix shared -buildid mE7kVR_VXPjVI5mpNjsw/mE7kVR_VXPjVI5mpNjsw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1439/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:59:29.0737572Z [00:03:30.899]➜  go tool buildid -w $WORK/b1437/_pkg_.a # internal
2025-08-20T21:59:29.0883361Z [00:03:30.913]➜  cp $WORK/b1437/_pkg_.a /root/.cache/go-build/54/547886a3ec7ad31472f7f7cb216fedaccb9f8d88dc184cc69d28edb39629d44b-d # internal
2025-08-20T21:59:29.0923082Z [00:03:30.917]➜  github.com/projectdiscovery/uncover/sources/agent/publicwww
2025-08-20T21:59:29.0941980Z [00:03:30.917]➜  mkdir -p $WORK/b1440/
2025-08-20T21:59:29.0943000Z [00:03:30.918]➜  cat >/tmp/go-build282983591/b1440/importcfg << 'EOF' # internal
2025-08-20T21:59:29.0943726Z [00:03:30.918]➜  # import config
2025-08-20T21:59:29.0944432Z [00:03:30.918]➜  packagefile encoding/csv=/tmp/go-build282983591/b624/_pkg_.a
2025-08-20T21:59:29.0945353Z [00:03:30.918]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:29.0946228Z [00:03:30.918]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:29.0947392Z [00:03:30.918]➜  packagefile github.com/projectdiscovery/uncover/sources=/tmp/go-build282983591/b1428/_pkg_.a
2025-08-20T21:59:29.0948634Z [00:03:30.918]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:29.0949443Z [00:03:30.918]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:29.0950519Z [00:03:30.918]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:29.0951373Z [00:03:30.918]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:29.0952020Z [00:03:30.918]➜  EOF
2025-08-20T21:59:29.0957440Z [00:03:30.918]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1440/_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/b1440=>" -p github.com/projectdiscovery/uncover/sources/agent/publicwww -lang=go1.22 -complete -installsuffix shared -buildid DUXImZZb2D7B7MaM-QuK/DUXImZZb2D7B7MaM-QuK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1440/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:59:29.3085007Z [00:03:31.134]➜  go tool buildid -w $WORK/b1440/_pkg_.a # internal
2025-08-20T21:59:29.3165725Z [00:03:31.142]➜  cp $WORK/b1440/_pkg_.a /root/.cache/go-build/ae/ae70e69d69dbf6fbac7c7b5358cd4b1cbe0286f3f96b4735431b8c470e4f8d46-d # internal
2025-08-20T21:59:29.3178980Z [00:03:31.143]➜  github.com/projectdiscovery/uncover/sources/agent/quake
2025-08-20T21:59:29.3181827Z [00:03:31.143]➜  mkdir -p $WORK/b1441/
2025-08-20T21:59:29.3187875Z [00:03:31.144]➜  cat >/tmp/go-build282983591/b1441/importcfg << 'EOF' # internal
2025-08-20T21:59:29.3213596Z [00:03:31.144]➜  # import config
2025-08-20T21:59:29.3214298Z [00:03:31.144]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:29.3215212Z [00:03:31.144]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:29.3216128Z [00:03:31.144]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:29.3216965Z [00:03:31.144]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:29.3218107Z [00:03:31.144]➜  packagefile github.com/projectdiscovery/uncover/sources=/tmp/go-build282983591/b1428/_pkg_.a
2025-08-20T21:59:29.3219472Z [00:03:31.144]➜  packagefile github.com/projectdiscovery/utils/errors=/tmp/go-build282983591/b620/_pkg_.a
2025-08-20T21:59:29.3220720Z [00:03:31.144]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:29.3221496Z [00:03:31.144]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:29.3222115Z [00:03:31.144]➜  EOF
2025-08-20T21:59:29.3227851Z [00:03:31.144]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1441/_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/b1441=>" -p github.com/projectdiscovery/uncover/sources/agent/quake -lang=go1.22 -complete -installsuffix shared -buildid EySQ3wmSlgyUiP3tf0yf/EySQ3wmSlgyUiP3tf0yf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1441/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:59:29.3571102Z [00:03:31.182]➜  go tool buildid -w $WORK/b1439/_pkg_.a # internal
2025-08-20T21:59:29.3609438Z [00:03:31.186]➜  cp $WORK/b1439/_pkg_.a /root/.cache/go-build/85/853c60f5aa8e61e9b031a5753e986c8e2ecdb042d943370f3ddfce1f43c40154-d # internal
2025-08-20T21:59:29.3616915Z [00:03:31.187]➜  github.com/projectdiscovery/uncover/sources/agent/shodan
2025-08-20T21:59:29.3617703Z [00:03:31.187]➜  mkdir -p $WORK/b1442/
2025-08-20T21:59:29.3645131Z [00:03:31.190]➜  cat >/tmp/go-build282983591/b1442/importcfg << 'EOF' # internal
2025-08-20T21:59:29.3655320Z [00:03:31.190]➜  # import config
2025-08-20T21:59:29.3656147Z [00:03:31.190]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:29.3657027Z [00:03:31.190]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:29.3657836Z [00:03:31.190]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:29.3658924Z [00:03:31.190]➜  packagefile github.com/projectdiscovery/uncover/sources=/tmp/go-build282983591/b1428/_pkg_.a
2025-08-20T21:59:29.3660155Z [00:03:31.190]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:29.3660989Z [00:03:31.190]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:29.3661604Z [00:03:31.190]➜  EOF
2025-08-20T21:59:29.3666861Z [00:03:31.190]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1442/_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/b1442=>" -p github.com/projectdiscovery/uncover/sources/agent/shodan -lang=go1.22 -complete -installsuffix shared -buildid vI03avQ6SwKjavFIUjjd/vI03avQ6SwKjavFIUjjd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1442/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:59:29.5925501Z [00:03:31.418]➜  go tool buildid -w $WORK/b1441/_pkg_.a # internal
2025-08-20T21:59:29.6043002Z [00:03:31.427]➜  cp $WORK/b1441/_pkg_.a /root/.cache/go-build/dc/dc17c2cfa723a93b4d0f1e845f248daf74cccdf5cdb0d7234038491439237304-d # internal
2025-08-20T21:59:29.6051764Z [00:03:31.430]➜  github.com/projectdiscovery/uncover/sources/agent/shodanidb
2025-08-20T21:59:29.6062164Z [00:03:31.430]➜  mkdir -p $WORK/b1443/
2025-08-20T21:59:29.6062860Z [00:03:31.430]➜  cat >/tmp/go-build282983591/b1443/importcfg << 'EOF' # internal
2025-08-20T21:59:29.6063481Z [00:03:31.430]➜  # import config
2025-08-20T21:59:29.6064112Z [00:03:31.430]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:29.6064889Z [00:03:31.430]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:29.6065599Z [00:03:31.430]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:29.6066514Z [00:03:31.430]➜  packagefile github.com/projectdiscovery/mapcidr=/tmp/go-build282983591/b330/_pkg_.a
2025-08-20T21:59:29.6067712Z [00:03:31.430]➜  packagefile github.com/projectdiscovery/uncover/sources=/tmp/go-build282983591/b1428/_pkg_.a
2025-08-20T21:59:29.6068888Z [00:03:31.430]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build282983591/b336/_pkg_.a
2025-08-20T21:59:29.6069981Z [00:03:31.430]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:29.6070725Z [00:03:31.430]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:29.6071292Z [00:03:31.430]➜  EOF
2025-08-20T21:59:29.6076307Z [00:03:31.430]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1443/_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/b1443=>" -p github.com/projectdiscovery/uncover/sources/agent/shodanidb -lang=go1.22 -complete -installsuffix shared -buildid FEYODFgEvjs5QMlS8HsQ/FEYODFgEvjs5QMlS8HsQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1443/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:59:29.6175096Z [00:03:31.443]➜  go tool buildid -w $WORK/b1442/_pkg_.a # internal
2025-08-20T21:59:29.6224641Z [00:03:31.448]➜  cp $WORK/b1442/_pkg_.a /root/.cache/go-build/8a/8a855d2722bc7a54ddfbb5cc6eaa93bb87cd76f4cf84863c8a3c4465e815ed37-d # internal
2025-08-20T21:59:29.6234523Z [00:03:31.449]➜  github.com/projectdiscovery/uncover/sources/agent/zoomeye
2025-08-20T21:59:29.6239088Z [00:03:31.449]➜  mkdir -p $WORK/b1444/
2025-08-20T21:59:29.6244751Z [00:03:31.449]➜  cat >/tmp/go-build282983591/b1444/importcfg << 'EOF' # internal
2025-08-20T21:59:29.6245361Z [00:03:31.449]➜  # import config
2025-08-20T21:59:29.6245947Z [00:03:31.449]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:29.6246754Z [00:03:31.449]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:29.6247585Z [00:03:31.449]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:29.6248370Z [00:03:31.449]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:29.6249409Z [00:03:31.449]➜  packagefile github.com/projectdiscovery/uncover/sources=/tmp/go-build282983591/b1428/_pkg_.a
2025-08-20T21:59:29.6250612Z [00:03:31.449]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:29.6251362Z [00:03:31.449]➜  EOF
2025-08-20T21:59:29.6256266Z [00:03:31.449]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1444/_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/b1444=>" -p github.com/projectdiscovery/uncover/sources/agent/zoomeye -lang=go1.22 -complete -installsuffix shared -buildid hvgg9pC3PGioTAJrmqAz/hvgg9pC3PGioTAJrmqAz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1444/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:59:29.6623473Z [00:03:31.487]➜  go tool buildid -w $WORK/b1408/_pkg_.a # internal
2025-08-20T21:59:29.6707940Z [00:03:31.496]➜  go tool buildid -w $WORK/b1131/_pkg_.a # internal
2025-08-20T21:59:29.6802015Z [00:03:31.505]➜  cp $WORK/b1408/_pkg_.a /root/.cache/go-build/40/40c3cde75eb460e2a3eb6a55551405e093fa208ea345339d31cdd60c1239ef4b-d # internal
2025-08-20T21:59:29.6812587Z [00:03:31.506]➜  github.com/projectdiscovery/nuclei/v3/pkg/input/formats/openapi
2025-08-20T21:59:29.6813340Z [00:03:31.506]➜  mkdir -p $WORK/b1407/
2025-08-20T21:59:29.6814012Z [00:03:31.506]➜  cat >/tmp/go-build282983591/b1407/importcfg << 'EOF' # internal
2025-08-20T21:59:29.6814636Z [00:03:31.506]➜  # import config
2025-08-20T21:59:29.6815706Z [00:03:31.506]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:29.6817890Z [00:03:31.506]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:29.6819576Z [00:03:31.506]➜  packagefile github.com/clbanning/mxj/v2=/tmp/go-build282983591/b1361/_pkg_.a
2025-08-20T21:59:29.6820874Z [00:03:31.506]➜  packagefile github.com/getkin/kin-openapi/openapi3=/tmp/go-build282983591/b1408/_pkg_.a
2025-08-20T21:59:29.6821913Z [00:03:31.506]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:29.6822973Z [00:03:31.506]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:29.6824255Z [00:03:31.506]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build282983591/b623/_pkg_.a
2025-08-20T21:59:29.6825658Z [00:03:31.506]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats=/tmp/go-build282983591/b1402/_pkg_.a
2025-08-20T21:59:29.6827186Z [00:03:31.506]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/types=/tmp/go-build282983591/b747/_pkg_.a
2025-08-20T21:59:29.6828522Z [00:03:31.506]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:29.6833320Z [00:03:31.506]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build282983591/b626/_pkg_.a
2025-08-20T21:59:29.6834635Z [00:03:31.506]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:59:29.6835841Z [00:03:31.506]➜  packagefile github.com/projectdiscovery/utils/generic=/tmp/go-build282983591/b736/_pkg_.a
2025-08-20T21:59:29.6837119Z [00:03:31.506]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build282983591/b223/_pkg_.a
2025-08-20T21:59:29.6838230Z [00:03:31.506]➜  packagefile github.com/valyala/fasttemplate=/tmp/go-build282983591/b1122/_pkg_.a
2025-08-20T21:59:29.6839098Z [00:03:31.506]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:29.6839965Z [00:03:31.506]➜  packagefile maps=/tmp/go-build282983591/b158/_pkg_.a
2025-08-20T21:59:29.6840775Z [00:03:31.506]➜  packagefile mime/multipart=/tmp/go-build282983591/b216/_pkg_.a
2025-08-20T21:59:29.6841558Z [00:03:31.506]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:29.6842400Z [00:03:31.506]➜  packagefile net/http/httputil=/tmp/go-build282983591/b236/_pkg_.a
2025-08-20T21:59:29.6843195Z [00:03:31.506]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:29.6844019Z [00:03:31.506]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:29.6844743Z [00:03:31.506]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:59:29.6845493Z [00:03:31.506]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:29.6846050Z [00:03:31.506]➜  EOF
2025-08-20T21:59:29.6851028Z [00:03:31.506]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1407/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/openapi=>github.com/projectdiscovery/nuclei/v3/pkg/input/formats/openapi;$WORK/b1407=>" -p github.com/projectdiscovery/nuclei/v3/pkg/input/formats/openapi -lang=go1.24 -complete -installsuffix shared -buildid dVJ7ayfi85g1E1lFzhfT/dVJ7ayfi85g1E1lFzhfT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1407/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/openapi/examples.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/openapi/generator.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/openapi/openapi.go
2025-08-20T21:59:29.6888591Z [00:03:31.514]➜  cp $WORK/b1131/_pkg_.a /root/.cache/go-build/37/37e3e712a3c0bf71b30b038f7ede6005325fb5df27e68e51a9114383519c6533-d # internal
2025-08-20T21:59:29.6895700Z [00:03:31.514]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/eventcreator
2025-08-20T21:59:29.6896626Z [00:03:31.514]➜  mkdir -p $WORK/b1260/
2025-08-20T21:59:29.6902986Z [00:03:31.515]➜  cat >/tmp/go-build282983591/b1260/importcfg << 'EOF' # internal
2025-08-20T21:59:29.6903675Z [00:03:31.515]➜  # import config
2025-08-20T21:59:29.6904546Z [00:03:31.515]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:29.6905815Z [00:03:31.515]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build282983591/b750/_pkg_.a
2025-08-20T21:59:29.6907236Z [00:03:31.515]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:29.6908674Z [00:03:31.515]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build282983591/b1131/_pkg_.a
2025-08-20T21:59:29.6910578Z [00:03:31.515]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/vardump=/tmp/go-build282983591/b1113/_pkg_.a
2025-08-20T21:59:29.6912048Z [00:03:31.515]➜  packagefile golang.org/x/text/cases=/tmp/go-build282983591/b528/_pkg_.a
2025-08-20T21:59:29.6913082Z [00:03:31.515]➜  packagefile golang.org/x/text/language=/tmp/go-build282983591/b530/_pkg_.a
2025-08-20T21:59:29.6913819Z [00:03:31.515]➜  EOF
2025-08-20T21:59:29.6918636Z [00:03:31.515]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1260/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/helpers/eventcreator=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/eventcreator;$WORK/b1260=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/eventcreator -lang=go1.24 -complete -installsuffix shared -buildid IQlM_fxc9_c1cb6bQMsv/IQlM_fxc9_c1cb6bQMsv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1260/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/helpers/eventcreator/eventcreator.go
2025-08-20T21:59:29.7679260Z [00:03:31.593]➜  go tool buildid -w $WORK/b1443/_pkg_.a # internal
2025-08-20T21:59:29.7724944Z [00:03:31.598]➜  cp $WORK/b1443/_pkg_.a /root/.cache/go-build/bb/bb3fb5d57a69875fefe846453e523603267768e25740697f37c4a67f65217138-d # internal
2025-08-20T21:59:29.7727648Z [00:03:31.598]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/httpclientpool
2025-08-20T21:59:29.7728548Z [00:03:31.598]➜  mkdir -p $WORK/b1262/
2025-08-20T21:59:29.7741448Z [00:03:31.598]➜  cat >/tmp/go-build282983591/b1262/importcfg << 'EOF' # internal
2025-08-20T21:59:29.7742741Z [00:03:31.598]➜  # import config
2025-08-20T21:59:29.7743738Z [00:03:31.598]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:29.7745052Z [00:03:31.598]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:59:29.7747414Z [00:03:31.598]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:29.7748323Z [00:03:31.598]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:29.7749273Z [00:03:31.598]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:29.7750845Z [00:03:31.598]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer/ja3/impersonate=/tmp/go-build282983591/b349/_pkg_.a
2025-08-20T21:59:29.7752449Z [00:03:31.598]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build282983591/b1131/_pkg_.a
2025-08-20T21:59:29.7754145Z [00:03:31.598]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build282983591/b877/_pkg_.a
2025-08-20T21:59:29.7756059Z [00:03:31.598]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils=/tmp/go-build282983591/b794/_pkg_.a
2025-08-20T21:59:29.7757501Z [00:03:31.598]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:29.7759125Z [00:03:31.598]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types/scanstrategy=/tmp/go-build282983591/b1246/_pkg_.a
2025-08-20T21:59:29.7765396Z [00:03:31.598]➜  packagefile github.com/projectdiscovery/rawhttp=/tmp/go-build282983591/b712/_pkg_.a
2025-08-20T21:59:29.7766743Z [00:03:31.598]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build282983591/b342/_pkg_.a
2025-08-20T21:59:29.7768119Z [00:03:31.598]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:59:29.7769388Z [00:03:31.598]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build282983591/b449/_pkg_.a
2025-08-20T21:59:29.7770795Z [00:03:31.598]➜  packagefile golang.org/x/net/proxy=/tmp/go-build282983591/b339/_pkg_.a
2025-08-20T21:59:29.7771872Z [00:03:31.598]➜  packagefile golang.org/x/net/publicsuffix=/tmp/go-build282983591/b1263/_pkg_.a
2025-08-20T21:59:29.7772816Z [00:03:31.598]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:29.7773612Z [00:03:31.598]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:29.7774427Z [00:03:31.598]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:29.7775334Z [00:03:31.598]➜  packagefile net/http/cookiejar=/tmp/go-build282983591/b463/_pkg_.a
2025-08-20T21:59:29.7776221Z [00:03:31.598]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:29.7777006Z [00:03:31.598]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:29.7777994Z [00:03:31.598]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:29.7778843Z [00:03:31.598]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:29.7779664Z [00:03:31.598]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:29.7780452Z [00:03:31.598]➜  EOF
2025-08-20T21:59:29.7785911Z [00:03:31.598]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1262/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/httpclientpool=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/httpclientpool;$WORK/b1262=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/httpclientpool -lang=go1.24 -complete -installsuffix shared -buildid uZ3oMlFm3shHwON7x0pz/uZ3oMlFm3shHwON7x0pz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1262/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/httpclientpool/clientpool.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/httpclientpool/errors.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/httpclientpool/options.go
2025-08-20T21:59:29.8402980Z [00:03:31.665]➜  go tool buildid -w $WORK/b1444/_pkg_.a # internal
2025-08-20T21:59:29.8446321Z [00:03:31.670]➜  cp $WORK/b1444/_pkg_.a /root/.cache/go-build/2d/2d8ceea6d29bd64e44b0a797ae69048d48c182102da92290ae6378da44f82ab9-d # internal
2025-08-20T21:59:29.8466809Z [00:03:31.670]➜  github.com/projectdiscovery/nuclei/v3/pkg/fuzz
2025-08-20T21:59:29.8467788Z [00:03:31.670]➜  mkdir -p $WORK/b1356/
2025-08-20T21:59:29.8468563Z [00:03:31.671]➜  cat >/tmp/go-build282983591/b1356/importcfg << 'EOF' # internal
2025-08-20T21:59:29.8469216Z [00:03:31.671]➜  # import config
2025-08-20T21:59:29.8470006Z [00:03:31.671]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:29.8470982Z [00:03:31.671]➜  packagefile github.com/invopop/jsonschema=/tmp/go-build282983591/b689/_pkg_.a
2025-08-20T21:59:29.8472085Z [00:03:31.671]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:29.8473283Z [00:03:31.671]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:29.8474732Z [00:03:31.671]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/component=/tmp/go-build282983591/b1357/_pkg_.a
2025-08-20T21:59:29.8476502Z [00:03:31.671]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/stats=/tmp/go-build282983591/b1136/_pkg_.a
2025-08-20T21:59:29.8478034Z [00:03:31.671]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build282983591/b1131/_pkg_.a
2025-08-20T21:59:29.8479705Z [00:03:31.671]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build282983591/b795/_pkg_.a
2025-08-20T21:59:29.8482946Z [00:03:31.671]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/expressions=/tmp/go-build282983591/b782/_pkg_.a
2025-08-20T21:59:29.8484778Z [00:03:31.671]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build282983591/b787/_pkg_.a
2025-08-20T21:59:29.8486629Z [00:03:31.671]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/marker=/tmp/go-build282983591/b783/_pkg_.a
2025-08-20T21:59:29.8488273Z [00:03:31.671]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:29.8490020Z [00:03:31.671]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build282983591/b626/_pkg_.a
2025-08-20T21:59:29.8491525Z [00:03:31.671]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build282983591/b342/_pkg_.a
2025-08-20T21:59:29.8492875Z [00:03:31.671]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:59:29.8494201Z [00:03:31.671]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build282983591/b223/_pkg_.a
2025-08-20T21:59:29.8495719Z [00:03:31.671]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build282983591/b191/_pkg_.a
2025-08-20T21:59:29.8497071Z [00:03:31.671]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build282983591/b449/_pkg_.a
2025-08-20T21:59:29.8498216Z [00:03:31.671]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build282983591/b685/_pkg_.a
2025-08-20T21:59:29.8499115Z [00:03:31.671]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:29.8500128Z [00:03:31.671]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:29.8500949Z [00:03:31.671]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:29.8501924Z [00:03:31.671]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:29.8502517Z [00:03:31.671]➜  EOF
2025-08-20T21:59:29.8509465Z [00:03:31.671]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1356/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz=>github.com/projectdiscovery/nuclei/v3/pkg/fuzz;$WORK/b1356=>" -p github.com/projectdiscovery/nuclei/v3/pkg/fuzz -lang=go1.24 -complete -installsuffix shared -buildid GHcgyKITUn7YueAIAX9o/GHcgyKITUn7YueAIAX9o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1356/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/doc.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/execute.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/fuzz.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/parts.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/type.go
2025-08-20T21:59:29.9132435Z [00:03:31.738]➜  go tool buildid -w $WORK/b1407/_pkg_.a # internal
2025-08-20T21:59:29.9171010Z [00:03:31.742]➜  cp $WORK/b1407/_pkg_.a /root/.cache/go-build/cd/cd493d968712c1ec39973267bb71374fdf6aaf52f2f330946c3ee620c4dec170-d # internal
2025-08-20T21:59:29.9177106Z [00:03:31.743]➜  github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/flow
2025-08-20T21:59:29.9180526Z [00:03:31.743]➜  mkdir -p $WORK/b1392/
2025-08-20T21:59:29.9191754Z [00:03:31.744]➜  cat >/tmp/go-build282983591/b1392/importcfg << 'EOF' # internal
2025-08-20T21:59:29.9194530Z [00:03:31.744]➜  # import config
2025-08-20T21:59:29.9195236Z [00:03:31.744]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:29.9196041Z [00:03:31.744]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:29.9196955Z [00:03:31.744]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build282983591/b847/_pkg_.a
2025-08-20T21:59:29.9198191Z [00:03:31.744]➜  packagefile github.com/kitabisa/go-ci=/tmp/go-build282983591/b865/_pkg_.a
2025-08-20T21:59:29.9199298Z [00:03:31.744]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build282983591/b248/_pkg_.a
2025-08-20T21:59:29.9200648Z [00:03:31.744]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:29.9202010Z [00:03:31.744]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/compiler=/tmp/go-build282983591/b846/_pkg_.a
2025-08-20T21:59:29.9203423Z [00:03:31.744]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build282983591/b870/_pkg_.a
2025-08-20T21:59:29.9204855Z [00:03:31.744]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build282983591/b750/_pkg_.a
2025-08-20T21:59:29.9206211Z [00:03:31.744]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:29.9207639Z [00:03:31.744]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build282983591/b1131/_pkg_.a
2025-08-20T21:59:29.9209210Z [00:03:31.744]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build282983591/b787/_pkg_.a
2025-08-20T21:59:29.9211134Z [00:03:31.744]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build282983591/b877/_pkg_.a
2025-08-20T21:59:29.9212920Z [00:03:31.744]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/vardump=/tmp/go-build282983591/b1113/_pkg_.a
2025-08-20T21:59:29.9214405Z [00:03:31.744]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/scan=/tmp/go-build282983591/b1247/_pkg_.a
2025-08-20T21:59:29.9215993Z [00:03:31.744]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build282983591/b779/_pkg_.a
2025-08-20T21:59:29.9217619Z [00:03:31.744]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/flow/builtin=/tmp/go-build282983591/b1393/_pkg_.a
2025-08-20T21:59:29.9219103Z [00:03:31.744]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:29.9222686Z [00:03:31.744]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:59:29.9224115Z [00:03:31.744]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:59:29.9225352Z [00:03:31.744]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build282983591/b223/_pkg_.a
2025-08-20T21:59:29.9226657Z [00:03:31.744]➜  packagefile github.com/projectdiscovery/utils/sync/sizedpool=/tmp/go-build282983591/b739/_pkg_.a
2025-08-20T21:59:29.9227784Z [00:03:31.744]➜  packagefile go.uber.org/multierr=/tmp/go-build282983591/b338/_pkg_.a
2025-08-20T21:59:29.9228580Z [00:03:31.744]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:29.9229349Z [00:03:31.744]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:29.9230346Z [00:03:31.744]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:29.9231154Z [00:03:31.744]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:29.9232074Z [00:03:31.744]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:29.9232901Z [00:03:31.744]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:29.9233537Z [00:03:31.744]➜  EOF
2025-08-20T21:59:29.9238912Z [00:03:31.744]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1392/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/flow=>github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/flow;$WORK/b1392=>" -p github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/flow -lang=go1.24 -complete -installsuffix shared -buildid I6ot8Jx1P8Lu7ZR1-HPw/I6ot8Jx1P8Lu7ZR1-HPw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1392/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/flow/doc.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/flow/flow_executor.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/flow/flow_internal.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/flow/util.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/flow/vm.go
2025-08-20T21:59:31.1846998Z [00:03:33.010]➜  go tool buildid -w $WORK/b1260/_pkg_.a # internal
2025-08-20T21:59:31.2241218Z [00:03:33.049]➜  cp $WORK/b1260/_pkg_.a /root/.cache/go-build/3c/3c1b5dd1b7d8fc6fa81461a417d5ed9c3e0bdfdb9a12da252070b5593e8846bd-d # internal
2025-08-20T21:59:31.2275619Z [00:03:33.053]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/code
2025-08-20T21:59:31.2278477Z [00:03:33.053]➜  mkdir -p $WORK/b1251/
2025-08-20T21:59:31.2294996Z [00:03:33.054]➜  cat >/tmp/go-build282983591/b1251/importcfg << 'EOF' # internal
2025-08-20T21:59:31.2304980Z [00:03:33.054]➜  # import config
2025-08-20T21:59:31.2305667Z [00:03:33.054]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:31.2306481Z [00:03:33.054]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:31.2307273Z [00:03:33.054]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:31.2308180Z [00:03:33.054]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build282983591/b847/_pkg_.a
2025-08-20T21:59:31.2309502Z [00:03:33.054]➜  packagefile github.com/alecthomas/chroma/quick=/tmp/go-build282983591/b799/_pkg_.a
2025-08-20T21:59:31.2311024Z [00:03:33.054]➜  packagefile github.com/ditashi/jsbeautifier-go/jsbeautifier=/tmp/go-build282983591/b1252/_pkg_.a
2025-08-20T21:59:31.2312220Z [00:03:33.054]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:31.2313324Z [00:03:33.054]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:31.2314684Z [00:03:33.054]➜  packagefile github.com/projectdiscovery/gozero=/tmp/go-build282983591/b1257/_pkg_.a
2025-08-20T21:59:31.2315965Z [00:03:33.054]➜  packagefile github.com/projectdiscovery/gozero/types=/tmp/go-build282983591/b1259/_pkg_.a
2025-08-20T21:59:31.2317374Z [00:03:33.054]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/compiler=/tmp/go-build282983591/b846/_pkg_.a
2025-08-20T21:59:31.2318855Z [00:03:33.054]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build282983591/b870/_pkg_.a
2025-08-20T21:59:31.2320495Z [00:03:33.054]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build282983591/b750/_pkg_.a
2025-08-20T21:59:31.2322084Z [00:03:33.054]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/extractors=/tmp/go-build282983591/b751/_pkg_.a
2025-08-20T21:59:31.2323712Z [00:03:33.054]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/matchers=/tmp/go-build282983591/b781/_pkg_.a
2025-08-20T21:59:31.2325210Z [00:03:33.054]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:31.2326716Z [00:03:33.054]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build282983591/b1131/_pkg_.a
2025-08-20T21:59:31.2328546Z [00:03:33.054]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build282983591/b795/_pkg_.a
2025-08-20T21:59:31.2330689Z [00:03:33.054]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build282983591/b787/_pkg_.a
2025-08-20T21:59:31.2332596Z [00:03:33.054]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/eventcreator=/tmp/go-build282983591/b1260/_pkg_.a
2025-08-20T21:59:31.2334622Z [00:03:33.054]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/responsehighlighter=/tmp/go-build282983591/b1150/_pkg_.a
2025-08-20T21:59:31.2336550Z [00:03:33.054]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/interactsh=/tmp/go-build282983591/b1149/_pkg_.a
2025-08-20T21:59:31.2338337Z [00:03:33.054]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/vardump=/tmp/go-build282983591/b1113/_pkg_.a
2025-08-20T21:59:31.2340183Z [00:03:33.054]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils=/tmp/go-build282983591/b794/_pkg_.a
2025-08-20T21:59:31.2341728Z [00:03:33.054]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build282983591/b779/_pkg_.a
2025-08-20T21:59:31.2343176Z [00:03:33.054]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:31.2344511Z [00:03:33.054]➜  packagefile github.com/projectdiscovery/utils/context=/tmp/go-build282983591/b450/_pkg_.a
2025-08-20T21:59:31.2345766Z [00:03:33.054]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:59:31.2347117Z [00:03:33.054]➜  packagefile github.com/projectdiscovery/utils/os=/tmp/go-build282983591/b190/_pkg_.a
2025-08-20T21:59:31.2348091Z [00:03:33.054]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:31.2348895Z [00:03:33.054]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:31.2349670Z [00:03:33.054]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:31.2360917Z [00:03:33.054]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:31.2361716Z [00:03:33.054]➜  EOF
2025-08-20T21:59:31.2365906Z [00:03:33.054]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1251/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/code=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/code;$WORK/b1251=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/code -lang=go1.24 -complete -installsuffix shared -buildid Uzjp66VRa-WjbJKri1ly/Uzjp66VRa-WjbJKri1ly -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1251/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/code/code.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/code/helpers.go
2025-08-20T21:59:31.2938892Z [00:03:33.119]➜  go tool buildid -w $WORK/b1262/_pkg_.a # internal
2025-08-20T21:59:31.2978232Z [00:03:33.123]➜  go tool buildid -w $WORK/b1356/_pkg_.a # internal
2025-08-20T21:59:31.3132395Z [00:03:33.138]➜  cp $WORK/b1262/_pkg_.a /root/.cache/go-build/52/5216aba70f17910760c58abbe49b40264fee148dce38bed40d7181440cb8aaf8-d # internal
2025-08-20T21:59:31.3134454Z [00:03:33.138]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolinit
2025-08-20T21:59:31.3137064Z [00:03:33.138]➜  mkdir -p $WORK/b1261/
2025-08-20T21:59:31.3137809Z [00:03:33.138]➜  cat >/tmp/go-build282983591/b1261/importcfg << 'EOF' # internal
2025-08-20T21:59:31.3138466Z [00:03:33.138]➜  # import config
2025-08-20T21:59:31.3139473Z [00:03:33.138]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/compiler=/tmp/go-build282983591/b846/_pkg_.a
2025-08-20T21:59:31.3141346Z [00:03:33.138]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build282983591/b877/_pkg_.a
2025-08-20T21:59:31.3143071Z [00:03:33.138]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/dns/dnsclientpool=/tmp/go-build282983591/b777/_pkg_.a
2025-08-20T21:59:31.3145018Z [00:03:33.138]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/httpclientpool=/tmp/go-build282983591/b1262/_pkg_.a
2025-08-20T21:59:31.3146850Z [00:03:33.138]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/signerpool=/tmp/go-build282983591/b1264/_pkg_.a
2025-08-20T21:59:31.3168047Z [00:03:33.138]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/network/networkclientpool=/tmp/go-build282983591/b1336/_pkg_.a
2025-08-20T21:59:31.3170057Z [00:03:33.138]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/whois/rdapclientpool=/tmp/go-build282983591/b1337/_pkg_.a
2025-08-20T21:59:31.3171582Z [00:03:33.138]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:31.3172797Z [00:03:33.138]➜  packagefile github.com/projectdiscovery/utils/global=/tmp/go-build282983591/b1347/_pkg_.a
2025-08-20T21:59:31.3173600Z [00:03:33.138]➜  EOF
2025-08-20T21:59:31.3177813Z [00:03:33.138]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1261/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/protocolinit=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolinit;$WORK/b1261=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolinit -lang=go1.24 -complete -installsuffix shared -buildid IUTwKzkm6nq20HA4NTxE/IUTwKzkm6nq20HA4NTxE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1261/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/protocolinit/init.go
2025-08-20T21:59:31.3182369Z [00:03:33.140]➜  cp $WORK/b1356/_pkg_.a /root/.cache/go-build/cf/cf493d54345009f83f949ca2f84a428ca207ac37eecfd6e9d984691c58b4e6a1-d # internal
2025-08-20T21:59:31.3183677Z [00:03:33.141]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/dns
2025-08-20T21:59:31.3184305Z [00:03:33.141]➜  mkdir -p $WORK/b1349/
2025-08-20T21:59:31.3184941Z [00:03:33.141]➜  cat >/tmp/go-build282983591/b1349/importcfg << 'EOF' # internal
2025-08-20T21:59:31.3185538Z [00:03:33.141]➜  # import config
2025-08-20T21:59:31.3186110Z [00:03:33.141]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:31.3186877Z [00:03:33.141]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:59:31.3187743Z [00:03:33.141]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:31.3188445Z [00:03:33.141]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:31.3210706Z [00:03:33.141]➜  packagefile github.com/cespare/xxhash=/tmp/go-build282983591/b705/_pkg_.a
2025-08-20T21:59:31.3211791Z [00:03:33.141]➜  packagefile github.com/invopop/jsonschema=/tmp/go-build282983591/b689/_pkg_.a
2025-08-20T21:59:31.3212789Z [00:03:33.141]➜  packagefile github.com/miekg/dns=/tmp/go-build282983591/b224/_pkg_.a
2025-08-20T21:59:31.3213738Z [00:03:33.141]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:31.3214856Z [00:03:33.141]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:31.3216095Z [00:03:33.141]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model=/tmp/go-build282983591/b749/_pkg_.a
2025-08-20T21:59:31.3217554Z [00:03:33.141]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build282983591/b750/_pkg_.a
2025-08-20T21:59:31.3218996Z [00:03:33.141]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/extractors=/tmp/go-build282983591/b751/_pkg_.a
2025-08-20T21:59:31.3220886Z [00:03:33.141]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/matchers=/tmp/go-build282983591/b781/_pkg_.a
2025-08-20T21:59:31.3222347Z [00:03:33.141]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:31.3223735Z [00:03:33.141]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build282983591/b1131/_pkg_.a
2025-08-20T21:59:31.3225488Z [00:03:33.141]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build282983591/b795/_pkg_.a
2025-08-20T21:59:31.3227340Z [00:03:33.141]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/expressions=/tmp/go-build282983591/b782/_pkg_.a
2025-08-20T21:59:31.3229088Z [00:03:33.141]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build282983591/b787/_pkg_.a
2025-08-20T21:59:31.3231064Z [00:03:33.141]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/eventcreator=/tmp/go-build282983591/b1260/_pkg_.a
2025-08-20T21:59:31.3233079Z [00:03:33.141]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/responsehighlighter=/tmp/go-build282983591/b1150/_pkg_.a
2025-08-20T21:59:31.3234928Z [00:03:33.141]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/replacer=/tmp/go-build282983591/b784/_pkg_.a
2025-08-20T21:59:31.3236649Z [00:03:33.141]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/vardump=/tmp/go-build282983591/b1113/_pkg_.a
2025-08-20T21:59:31.3238385Z [00:03:33.141]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/dns/dnsclientpool=/tmp/go-build282983591/b777/_pkg_.a
2025-08-20T21:59:31.3240197Z [00:03:33.141]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils=/tmp/go-build282983591/b794/_pkg_.a
2025-08-20T21:59:31.3241607Z [00:03:33.142]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build282983591/b779/_pkg_.a
2025-08-20T21:59:31.3242926Z [00:03:33.142]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:31.3244362Z [00:03:33.142]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build282983591/b626/_pkg_.a
2025-08-20T21:59:31.3245620Z [00:03:33.142]➜  packagefile github.com/projectdiscovery/retryabledns=/tmp/go-build282983591/b331/_pkg_.a
2025-08-20T21:59:31.3246769Z [00:03:33.142]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:59:31.3247910Z [00:03:33.142]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build282983591/b336/_pkg_.a
2025-08-20T21:59:31.3249158Z [00:03:33.142]➜  packagefile github.com/projectdiscovery/utils/sync=/tmp/go-build282983591/b1116/_pkg_.a
2025-08-20T21:59:31.3250307Z [00:03:33.142]➜  packagefile go.uber.org/multierr=/tmp/go-build282983591/b338/_pkg_.a
2025-08-20T21:59:31.3251206Z [00:03:33.142]➜  packagefile golang.org/x/exp/maps=/tmp/go-build282983591/b184/_pkg_.a
2025-08-20T21:59:31.3252019Z [00:03:33.142]➜  packagefile maps=/tmp/go-build282983591/b158/_pkg_.a
2025-08-20T21:59:31.3252749Z [00:03:33.142]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:31.3253456Z [00:03:33.142]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:31.3254111Z [00:03:33.142]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:31.3254659Z [00:03:33.142]➜  EOF
2025-08-20T21:59:31.3260054Z [00:03:33.142]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1349/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/dns=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/dns;$WORK/b1349=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/dns -lang=go1.24 -complete -installsuffix shared -buildid de9JVPr3rdMK9JxbyE_a/de9JVPr3rdMK9JxbyE_a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1349/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/dns/cluster.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/dns/dns.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/dns/dns_types.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/dns/operators.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/dns/request.go
2025-08-20T21:59:31.3440229Z [00:03:33.169]➜  go tool buildid -w $WORK/b1261/_pkg_.a # internal
2025-08-20T21:59:31.3448927Z [00:03:33.170]➜  cp $WORK/b1261/_pkg_.a /root/.cache/go-build/5b/5b6b9476866cb04c40b47497d7673a65e900d1e07537cff86383e3dcd8c9cd6e-d # internal
2025-08-20T21:59:31.3456449Z [00:03:33.171]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/file
2025-08-20T21:59:31.3464066Z [00:03:33.171]➜  mkdir -p $WORK/b1350/
2025-08-20T21:59:31.3464993Z [00:03:33.171]➜  cat >/tmp/go-build282983591/b1350/importcfg << 'EOF' # internal
2025-08-20T21:59:31.3465705Z [00:03:33.171]➜  # import config
2025-08-20T21:59:31.3466347Z [00:03:33.171]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:31.3467155Z [00:03:33.171]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:31.3467991Z [00:03:33.171]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:59:31.3468800Z [00:03:33.171]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:31.3469686Z [00:03:33.171]➜  packagefile github.com/docker/go-units=/tmp/go-build282983591/b348/_pkg_.a
2025-08-20T21:59:31.3470953Z [00:03:33.171]➜  packagefile github.com/h2non/filetype=/tmp/go-build282983591/b1351/_pkg_.a
2025-08-20T21:59:31.3471993Z [00:03:33.171]➜  packagefile github.com/mholt/archives=/tmp/go-build282983591/b251/_pkg_.a
2025-08-20T21:59:31.3472990Z [00:03:33.171]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:31.3474089Z [00:03:33.171]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:31.3475381Z [00:03:33.171]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model=/tmp/go-build282983591/b749/_pkg_.a
2025-08-20T21:59:31.3476825Z [00:03:33.171]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build282983591/b750/_pkg_.a
2025-08-20T21:59:31.3478559Z [00:03:33.171]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/extractors=/tmp/go-build282983591/b751/_pkg_.a
2025-08-20T21:59:31.3481569Z [00:03:33.171]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/matchers=/tmp/go-build282983591/b781/_pkg_.a
2025-08-20T21:59:31.3483065Z [00:03:33.171]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:31.3484440Z [00:03:33.171]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build282983591/b1131/_pkg_.a
2025-08-20T21:59:31.3486121Z [00:03:33.171]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build282983591/b795/_pkg_.a
2025-08-20T21:59:31.3487787Z [00:03:33.171]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build282983591/b787/_pkg_.a
2025-08-20T21:59:31.3489598Z [00:03:33.171]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/eventcreator=/tmp/go-build282983591/b1260/_pkg_.a
2025-08-20T21:59:31.3491775Z [00:03:33.171]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/responsehighlighter=/tmp/go-build282983591/b1150/_pkg_.a
2025-08-20T21:59:31.3493490Z [00:03:33.171]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build282983591/b779/_pkg_.a
2025-08-20T21:59:31.3494911Z [00:03:33.171]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:31.3496206Z [00:03:33.171]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:59:31.3497447Z [00:03:33.171]➜  packagefile github.com/projectdiscovery/utils/folder=/tmp/go-build282983591/b222/_pkg_.a
2025-08-20T21:59:31.3498694Z [00:03:33.171]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build282983591/b191/_pkg_.a
2025-08-20T21:59:31.3500124Z [00:03:33.171]➜  packagefile github.com/projectdiscovery/utils/sync=/tmp/go-build282983591/b1116/_pkg_.a
2025-08-20T21:59:31.3501097Z [00:03:33.171]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:31.3501847Z [00:03:33.171]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:59:31.3502586Z [00:03:33.171]➜  packagefile maps=/tmp/go-build282983591/b158/_pkg_.a
2025-08-20T21:59:31.3503462Z [00:03:33.171]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:31.3504237Z [00:03:33.171]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:31.3505121Z [00:03:33.171]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:31.3505828Z [00:03:33.171]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:31.3506346Z [00:03:33.171]➜  EOF
2025-08-20T21:59:31.3532406Z [00:03:33.171]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1350/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/file=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/file;$WORK/b1350=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/file -lang=go1.24 -complete -installsuffix shared -buildid YBzFlKbaDD3Ln06bG3r9/YBzFlKbaDD3Ln06bG3r9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1350/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/file/file.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/file/find.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/file/operators.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/file/request.go
2025-08-20T21:59:31.5178560Z [00:03:33.343]➜  go tool buildid -w $WORK/b1392/_pkg_.a # internal
2025-08-20T21:59:31.5385087Z [00:03:33.363]➜  cp $WORK/b1392/_pkg_.a /root/.cache/go-build/e1/e19387cc2649d640cd5daea34bdac48af7f7e5a0e8ac775fde93b19de627ffdb-d # internal
2025-08-20T21:59:31.5392284Z [00:03:33.364]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/headless
2025-08-20T21:59:31.5393047Z [00:03:33.364]➜  mkdir -p $WORK/b1355/
2025-08-20T21:59:31.5398151Z [00:03:33.365]➜  cat >/tmp/go-build282983591/b1355/importcfg << 'EOF' # internal
2025-08-20T21:59:31.5410323Z [00:03:33.365]➜  # import config
2025-08-20T21:59:31.5411192Z [00:03:33.365]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:31.5412111Z [00:03:33.365]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:31.5413279Z [00:03:33.365]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:31.5414631Z [00:03:33.365]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz=/tmp/go-build282983591/b1356/_pkg_.a
2025-08-20T21:59:31.5416180Z [00:03:33.365]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model=/tmp/go-build282983591/b749/_pkg_.a
2025-08-20T21:59:31.5417691Z [00:03:33.365]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/userAgent=/tmp/go-build282983591/b1362/_pkg_.a
2025-08-20T21:59:31.5419204Z [00:03:33.365]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build282983591/b750/_pkg_.a
2025-08-20T21:59:31.5426636Z [00:03:33.365]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/extractors=/tmp/go-build282983591/b751/_pkg_.a
2025-08-20T21:59:31.5428286Z [00:03:33.365]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/matchers=/tmp/go-build282983591/b781/_pkg_.a
2025-08-20T21:59:31.5429969Z [00:03:33.365]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:31.5431490Z [00:03:33.365]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build282983591/b1131/_pkg_.a
2025-08-20T21:59:31.5433144Z [00:03:33.365]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build282983591/b795/_pkg_.a
2025-08-20T21:59:31.5434900Z [00:03:33.365]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build282983591/b787/_pkg_.a
2025-08-20T21:59:31.5436734Z [00:03:33.365]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/eventcreator=/tmp/go-build282983591/b1260/_pkg_.a
2025-08-20T21:59:31.5438728Z [00:03:33.365]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/responsehighlighter=/tmp/go-build282983591/b1150/_pkg_.a
2025-08-20T21:59:31.5440972Z [00:03:33.365]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/interactsh=/tmp/go-build282983591/b1149/_pkg_.a
2025-08-20T21:59:31.5442910Z [00:03:33.365]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/headless/engine=/tmp/go-build282983591/b1244/_pkg_.a
2025-08-20T21:59:31.5444587Z [00:03:33.365]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils=/tmp/go-build282983591/b794/_pkg_.a
2025-08-20T21:59:31.5446064Z [00:03:33.365]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build282983591/b779/_pkg_.a
2025-08-20T21:59:31.5447509Z [00:03:33.365]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:31.5448899Z [00:03:33.365]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build282983591/b342/_pkg_.a
2025-08-20T21:59:31.5450400Z [00:03:33.365]➜  packagefile github.com/projectdiscovery/useragent=/tmp/go-build282983591/b735/_pkg_.a
2025-08-20T21:59:31.5451686Z [00:03:33.365]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:59:31.5452933Z [00:03:33.365]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build282983591/b449/_pkg_.a
2025-08-20T21:59:31.5453959Z [00:03:33.365]➜  packagefile maps=/tmp/go-build282983591/b158/_pkg_.a
2025-08-20T21:59:31.5454784Z [00:03:33.365]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:31.5455609Z [00:03:33.365]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:31.5456432Z [00:03:33.365]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:31.5457248Z [00:03:33.365]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:31.5457879Z [00:03:33.365]➜  EOF
2025-08-20T21:59:31.5463062Z [00:03:33.365]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1355/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/headless;$WORK/b1355=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/headless -lang=go1.24 -complete -installsuffix shared -buildid zDBvowEXy6QiT97zuGTM/zDBvowEXy6QiT97zuGTM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1355/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/headless.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/operators.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/request.go
2025-08-20T21:59:32.7864103Z [00:03:34.612]➜  go tool buildid -w $WORK/b1349/_pkg_.a # internal
2025-08-20T21:59:32.8007004Z [00:03:34.626]➜  go tool buildid -w $WORK/b1251/_pkg_.a # internal
2025-08-20T21:59:32.8034955Z [00:03:34.629]➜  go tool buildid -w $WORK/b1350/_pkg_.a # internal
2025-08-20T21:59:32.8211418Z [00:03:34.646]➜  cp $WORK/b1350/_pkg_.a /root/.cache/go-build/7b/7bb3879a10d2c4e83f02078c370d0416c1ddd08719713d99d95cb8b951b54497-d # internal
2025-08-20T21:59:32.8213390Z [00:03:34.646]➜  github.com/projectdiscovery/nuclei/v3/pkg/fuzz/analyzers
2025-08-20T21:59:32.8215203Z [00:03:34.646]➜  mkdir -p $WORK/b1364/
2025-08-20T21:59:32.8220519Z [00:03:34.647]➜  cp $WORK/b1349/_pkg_.a /root/.cache/go-build/c8/c87e95c011dcc9d897ead0088a49f7f7a5714a4eb538cc3a332c0efad65d9d99-d # internal
2025-08-20T21:59:32.8223430Z [00:03:34.647]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/javascript
2025-08-20T21:59:32.8225635Z [00:03:34.647]➜  mkdir -p $WORK/b1371/
2025-08-20T21:59:32.8226370Z [00:03:34.648]➜  cat >/tmp/go-build282983591/b1364/importcfg << 'EOF' # internal
2025-08-20T21:59:32.8227039Z [00:03:34.648]➜  # import config
2025-08-20T21:59:32.8227943Z [00:03:34.648]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz=/tmp/go-build282983591/b1356/_pkg_.a
2025-08-20T21:59:32.8229171Z [00:03:34.648]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build282983591/b342/_pkg_.a
2025-08-20T21:59:32.8230417Z [00:03:34.648]➜  packagefile math/rand=/tmp/go-build282983591/b118/_pkg_.a
2025-08-20T21:59:32.8231464Z [00:03:34.648]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:32.8232230Z [00:03:34.648]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:32.8233005Z [00:03:34.648]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:32.8233724Z [00:03:34.648]➜  EOF
2025-08-20T21:59:32.8234373Z [00:03:34.648]➜  cat >/tmp/go-build282983591/b1371/importcfg << 'EOF' # internal
2025-08-20T21:59:32.8235043Z [00:03:34.648]➜  # import config
2025-08-20T21:59:32.8235704Z [00:03:34.648]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:32.8236578Z [00:03:34.648]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:32.8237385Z [00:03:34.648]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:32.8238291Z [00:03:34.648]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build282983591/b847/_pkg_.a
2025-08-20T21:59:32.8239369Z [00:03:34.648]➜  packagefile github.com/alecthomas/chroma/quick=/tmp/go-build282983591/b799/_pkg_.a
2025-08-20T21:59:32.8240833Z [00:03:34.648]➜  packagefile github.com/ditashi/jsbeautifier-go/jsbeautifier=/tmp/go-build282983591/b1252/_pkg_.a
2025-08-20T21:59:32.8242001Z [00:03:34.648]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:32.8243140Z [00:03:34.648]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:32.8244482Z [00:03:34.648]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/compiler=/tmp/go-build282983591/b846/_pkg_.a
2025-08-20T21:59:32.8245900Z [00:03:34.648]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build282983591/b870/_pkg_.a
2025-08-20T21:59:32.8247259Z [00:03:34.648]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model=/tmp/go-build282983591/b749/_pkg_.a
2025-08-20T21:59:32.8248746Z [00:03:34.648]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build282983591/b750/_pkg_.a
2025-08-20T21:59:32.8281699Z [00:03:34.648]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/extractors=/tmp/go-build282983591/b751/_pkg_.a
2025-08-20T21:59:32.8283477Z [00:03:34.648]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/matchers=/tmp/go-build282983591/b781/_pkg_.a
2025-08-20T21:59:32.8285230Z [00:03:34.648]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:32.8286725Z [00:03:34.648]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build282983591/b1131/_pkg_.a
2025-08-20T21:59:32.8288330Z [00:03:34.648]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build282983591/b795/_pkg_.a
2025-08-20T21:59:32.8290302Z [00:03:34.648]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/expressions=/tmp/go-build282983591/b782/_pkg_.a
2025-08-20T21:59:32.8292063Z [00:03:34.648]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build282983591/b787/_pkg_.a
2025-08-20T21:59:32.8293917Z [00:03:34.648]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/eventcreator=/tmp/go-build282983591/b1260/_pkg_.a
2025-08-20T21:59:32.8295748Z [00:03:34.648]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/interactsh=/tmp/go-build282983591/b1149/_pkg_.a
2025-08-20T21:59:32.8297498Z [00:03:34.648]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build282983591/b877/_pkg_.a
2025-08-20T21:59:32.8299256Z [00:03:34.648]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/vardump=/tmp/go-build282983591/b1113/_pkg_.a
2025-08-20T21:59:32.8301128Z [00:03:34.648]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils=/tmp/go-build282983591/b794/_pkg_.a
2025-08-20T21:59:32.8302665Z [00:03:34.648]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build282983591/b779/_pkg_.a
2025-08-20T21:59:32.8304332Z [00:03:34.648]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:32.8305679Z [00:03:34.648]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:59:32.8307070Z [00:03:34.648]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build282983591/b336/_pkg_.a
2025-08-20T21:59:32.8308320Z [00:03:34.648]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build282983591/b223/_pkg_.a
2025-08-20T21:59:32.8309533Z [00:03:34.648]➜  packagefile github.com/projectdiscovery/utils/sync=/tmp/go-build282983591/b1116/_pkg_.a
2025-08-20T21:59:32.8310867Z [00:03:34.648]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build282983591/b449/_pkg_.a
2025-08-20T21:59:32.8311832Z [00:03:34.648]➜  packagefile maps=/tmp/go-build282983591/b158/_pkg_.a
2025-08-20T21:59:32.8312562Z [00:03:34.648]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:32.8313327Z [00:03:34.648]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:32.8314129Z [00:03:34.648]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:32.8314902Z [00:03:34.648]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:32.8315470Z [00:03:34.648]➜  EOF
2025-08-20T21:59:32.8319622Z [00:03:34.648]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1371/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/javascript=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/javascript;$WORK/b1371=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/javascript -lang=go1.24 -complete -installsuffix shared -buildid M4mhfQay2M66W8xbe0Vn/M4mhfQay2M66W8xbe0Vn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1371/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/javascript/js.go
2025-08-20T21:59:32.8335733Z [00:03:34.651]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1364/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/analyzers=>github.com/projectdiscovery/nuclei/v3/pkg/fuzz/analyzers;$WORK/b1364=>" -p github.com/projectdiscovery/nuclei/v3/pkg/fuzz/analyzers -lang=go1.24 -complete -installsuffix shared -buildid vfoJhXZtSc7S4DyfChFB/vfoJhXZtSc7S4DyfChFB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1364/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/analyzers/analyzers.go
2025-08-20T21:59:32.8371044Z [00:03:34.662]➜  cp $WORK/b1251/_pkg_.a /root/.cache/go-build/e9/e9a1c9611f5a77a9993157777d970e71c81f36b7ec4d7c3cecc81645fb766b8c-d # internal
2025-08-20T21:59:32.8374287Z [00:03:34.663]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/network
2025-08-20T21:59:32.8375878Z [00:03:34.663]➜  mkdir -p $WORK/b1372/
2025-08-20T21:59:32.8386174Z [00:03:34.664]➜  cat >/tmp/go-build282983591/b1372/importcfg << 'EOF' # internal
2025-08-20T21:59:32.8392782Z [00:03:34.664]➜  # import config
2025-08-20T21:59:32.8393485Z [00:03:34.664]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:59:32.8394331Z [00:03:34.664]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:32.8395115Z [00:03:34.664]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:32.8396099Z [00:03:34.664]➜  packagefile github.com/invopop/jsonschema=/tmp/go-build282983591/b689/_pkg_.a
2025-08-20T21:59:32.8397159Z [00:03:34.664]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:32.8398300Z [00:03:34.664]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer=/tmp/go-build282983591/b344/_pkg_.a
2025-08-20T21:59:32.8399529Z [00:03:34.664]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:32.8401018Z [00:03:34.664]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model=/tmp/go-build282983591/b749/_pkg_.a
2025-08-20T21:59:32.8402417Z [00:03:34.664]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build282983591/b750/_pkg_.a
2025-08-20T21:59:32.8404153Z [00:03:34.664]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/extractors=/tmp/go-build282983591/b751/_pkg_.a
2025-08-20T21:59:32.8405886Z [00:03:34.664]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/matchers=/tmp/go-build282983591/b781/_pkg_.a
2025-08-20T21:59:32.8407398Z [00:03:34.664]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:32.8408839Z [00:03:34.664]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build282983591/b1131/_pkg_.a
2025-08-20T21:59:32.8410746Z [00:03:34.664]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build282983591/b795/_pkg_.a
2025-08-20T21:59:32.8412523Z [00:03:34.664]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/expressions=/tmp/go-build282983591/b782/_pkg_.a
2025-08-20T21:59:32.8414209Z [00:03:34.664]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build282983591/b787/_pkg_.a
2025-08-20T21:59:32.8415932Z [00:03:34.664]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/eventcreator=/tmp/go-build282983591/b1260/_pkg_.a
2025-08-20T21:59:32.8417876Z [00:03:34.664]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/responsehighlighter=/tmp/go-build282983591/b1150/_pkg_.a
2025-08-20T21:59:32.8419699Z [00:03:34.664]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/interactsh=/tmp/go-build282983591/b1149/_pkg_.a
2025-08-20T21:59:32.8421492Z [00:03:34.664]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/replacer=/tmp/go-build282983591/b784/_pkg_.a
2025-08-20T21:59:32.8423319Z [00:03:34.664]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/vardump=/tmp/go-build282983591/b1113/_pkg_.a
2025-08-20T21:59:32.8425105Z [00:03:34.664]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/network/networkclientpool=/tmp/go-build282983591/b1336/_pkg_.a
2025-08-20T21:59:32.8426753Z [00:03:34.664]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils=/tmp/go-build282983591/b794/_pkg_.a
2025-08-20T21:59:32.8428230Z [00:03:34.664]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build282983591/b779/_pkg_.a
2025-08-20T21:59:32.8429978Z [00:03:34.664]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:32.8431462Z [00:03:34.664]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build282983591/b626/_pkg_.a
2025-08-20T21:59:32.8432766Z [00:03:34.664]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:59:32.8433986Z [00:03:34.664]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:59:32.8435155Z [00:03:34.664]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build282983591/b223/_pkg_.a
2025-08-20T21:59:32.8436376Z [00:03:34.664]➜  packagefile github.com/projectdiscovery/utils/reader=/tmp/go-build282983591/b473/_pkg_.a
2025-08-20T21:59:32.8437609Z [00:03:34.664]➜  packagefile github.com/projectdiscovery/utils/sync=/tmp/go-build282983591/b1116/_pkg_.a
2025-08-20T21:59:32.8438664Z [00:03:34.664]➜  packagefile go.uber.org/multierr=/tmp/go-build282983591/b338/_pkg_.a
2025-08-20T21:59:32.8439623Z [00:03:34.664]➜  packagefile golang.org/x/exp/maps=/tmp/go-build282983591/b184/_pkg_.a
2025-08-20T21:59:32.8440759Z [00:03:34.664]➜  packagefile maps=/tmp/go-build282983591/b158/_pkg_.a
2025-08-20T21:59:32.8441526Z [00:03:34.664]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:32.8442291Z [00:03:34.664]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:32.8443058Z [00:03:34.664]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:32.8443804Z [00:03:34.664]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:32.8444721Z [00:03:34.664]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:32.8445486Z [00:03:34.664]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:32.8446384Z [00:03:34.664]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:32.8447210Z [00:03:34.664]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:32.8447786Z [00:03:34.664]➜  EOF
2025-08-20T21:59:32.8453375Z [00:03:34.664]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1372/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/network=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/network;$WORK/b1372=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/network -lang=go1.24 -complete -installsuffix shared -buildid iKeV7pybL6Hn8CuR4asg/iKeV7pybL6Hn8CuR4asg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1372/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/network/network.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/network/network_input_types.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/network/operators.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/network/request.go
2025-08-20T21:59:32.9705755Z [00:03:34.792]➜  go tool buildid -w $WORK/b1364/_pkg_.a # internal
2025-08-20T21:59:32.9712042Z [00:03:34.795]➜  cp $WORK/b1364/_pkg_.a /root/.cache/go-build/0f/0fa5b3a2b455d23c5699d5b1015d15d89c13d01f4a25f36465b336a1d039bcc3-d # internal
2025-08-20T21:59:32.9713359Z [00:03:34.795]➜  github.com/projectdiscovery/nuclei/v3/pkg/fuzz/analyzers/time
2025-08-20T21:59:32.9714088Z [00:03:34.795]➜  mkdir -p $WORK/b1365/
2025-08-20T21:59:32.9714804Z [00:03:34.796]➜  cat >/tmp/go-build282983591/b1365/importcfg << 'EOF' # internal
2025-08-20T21:59:32.9715434Z [00:03:34.796]➜  # import config
2025-08-20T21:59:32.9716267Z [00:03:34.796]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:32.9717074Z [00:03:34.796]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:32.9717949Z [00:03:34.796]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:32.9719052Z [00:03:34.796]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:32.9720627Z [00:03:34.796]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/analyzers=/tmp/go-build282983591/b1364/_pkg_.a
2025-08-20T21:59:32.9722181Z [00:03:34.796]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build282983591/b342/_pkg_.a
2025-08-20T21:59:32.9723183Z [00:03:34.796]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:32.9723923Z [00:03:34.796]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:32.9724774Z [00:03:34.796]➜  packagefile net/http/httptrace=/tmp/go-build282983591/b218/_pkg_.a
2025-08-20T21:59:32.9725636Z [00:03:34.796]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:32.9726413Z [00:03:34.796]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:32.9727175Z [00:03:34.796]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:32.9727778Z [00:03:34.796]➜  EOF
2025-08-20T21:59:32.9732680Z [00:03:34.796]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1365/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/analyzers/time=>github.com/projectdiscovery/nuclei/v3/pkg/fuzz/analyzers/time;$WORK/b1365=>" -p github.com/projectdiscovery/nuclei/v3/pkg/fuzz/analyzers/time -lang=go1.24 -complete -installsuffix shared -buildid kY4sns_TrrHijIyiW6Ed/kY4sns_TrrHijIyiW6Ed -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1365/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/analyzers/time/analyzer.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/analyzers/time/time_delay.go
2025-08-20T21:59:33.0610616Z [00:03:34.886]➜  go tool buildid -w $WORK/b1355/_pkg_.a # internal
2025-08-20T21:59:33.0700325Z [00:03:34.895]➜  go tool buildid -w $WORK/b1365/_pkg_.a # internal
2025-08-20T21:59:33.0778096Z [00:03:34.903]➜  cp $WORK/b1365/_pkg_.a /root/.cache/go-build/cd/cdac7630fda6bf30c6a930bbd07cff3c592ba32ced83a233ea378638e7694ea0-d # internal
2025-08-20T21:59:33.0818244Z [00:03:34.907]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/http
2025-08-20T21:59:33.0844025Z [00:03:34.910]➜  mkdir -p $WORK/b1363/
2025-08-20T21:59:33.0857357Z [00:03:34.910]➜  cat >/tmp/go-build282983591/b1363/importcfg << 'EOF' # internal
2025-08-20T21:59:33.0858698Z [00:03:34.910]➜  # import config
2025-08-20T21:59:33.0861177Z [00:03:34.911]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:33.0862248Z [00:03:34.911]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:33.0868531Z [00:03:34.911]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:33.0869463Z [00:03:34.911]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:59:33.0870596Z [00:03:34.911]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:59:33.0871482Z [00:03:34.911]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:33.0872291Z [00:03:34.911]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:33.0873195Z [00:03:34.911]➜  packagefile github.com/cespare/xxhash=/tmp/go-build282983591/b705/_pkg_.a
2025-08-20T21:59:33.0874345Z [00:03:34.911]➜  packagefile github.com/invopop/jsonschema=/tmp/go-build282983591/b689/_pkg_.a
2025-08-20T21:59:33.0875473Z [00:03:34.911]➜  packagefile github.com/json-iterator/go=/tmp/go-build282983591/b244/_pkg_.a
2025-08-20T21:59:33.0876533Z [00:03:34.911]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:33.0877799Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer=/tmp/go-build282983591/b344/_pkg_.a
2025-08-20T21:59:33.0879314Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:33.0884063Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/authprovider=/tmp/go-build282983591/b1132/_pkg_.a
2025-08-20T21:59:33.0885587Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz=/tmp/go-build282983591/b1356/_pkg_.a
2025-08-20T21:59:33.0887063Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/analyzers=/tmp/go-build282983591/b1364/_pkg_.a
2025-08-20T21:59:33.0888832Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/analyzers/time=/tmp/go-build282983591/b1365/_pkg_.a
2025-08-20T21:59:33.0890597Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/stats=/tmp/go-build282983591/b1136/_pkg_.a
2025-08-20T21:59:33.0891993Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model=/tmp/go-build282983591/b749/_pkg_.a
2025-08-20T21:59:33.0893372Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build282983591/b750/_pkg_.a
2025-08-20T21:59:33.0894921Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/extractors=/tmp/go-build282983591/b751/_pkg_.a
2025-08-20T21:59:33.0896519Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/matchers=/tmp/go-build282983591/b781/_pkg_.a
2025-08-20T21:59:33.0898145Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:33.0899611Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build282983591/b1131/_pkg_.a
2025-08-20T21:59:33.0901471Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build282983591/b795/_pkg_.a
2025-08-20T21:59:33.0903251Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/expressions=/tmp/go-build282983591/b782/_pkg_.a
2025-08-20T21:59:33.0908974Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build282983591/b787/_pkg_.a
2025-08-20T21:59:33.0911357Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/eventcreator=/tmp/go-build282983591/b1260/_pkg_.a
2025-08-20T21:59:33.0913380Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/responsehighlighter=/tmp/go-build282983591/b1150/_pkg_.a
2025-08-20T21:59:33.0915323Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/interactsh=/tmp/go-build282983591/b1149/_pkg_.a
2025-08-20T21:59:33.0917125Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build282983591/b877/_pkg_.a
2025-08-20T21:59:33.0918965Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/vardump=/tmp/go-build282983591/b1113/_pkg_.a
2025-08-20T21:59:33.0921066Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/httpclientpool=/tmp/go-build282983591/b1262/_pkg_.a
2025-08-20T21:59:33.0922875Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/httputils=/tmp/go-build282983591/b1366/_pkg_.a
2025-08-20T21:59:33.0924601Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/race=/tmp/go-build282983591/b1367/_pkg_.a
2025-08-20T21:59:33.0926173Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/raw=/tmp/go-build282983591/b1368/_pkg_.a
2025-08-20T21:59:33.0927832Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/signer=/tmp/go-build282983591/b1265/_pkg_.a
2025-08-20T21:59:33.0929539Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/signerpool=/tmp/go-build282983591/b1264/_pkg_.a
2025-08-20T21:59:33.0958892Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/network/networkclientpool=/tmp/go-build282983591/b1336/_pkg_.a
2025-08-20T21:59:33.0960969Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils=/tmp/go-build282983591/b794/_pkg_.a
2025-08-20T21:59:33.0962670Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils/http=/tmp/go-build282983591/b1245/_pkg_.a
2025-08-20T21:59:33.0964299Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build282983591/b779/_pkg_.a
2025-08-20T21:59:33.0965952Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:33.0967433Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types/nucleierr=/tmp/go-build282983591/b797/_pkg_.a
2025-08-20T21:59:33.0969012Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types/scanstrategy=/tmp/go-build282983591/b1246/_pkg_.a
2025-08-20T21:59:33.0970731Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils=/tmp/go-build282983591/b704/_pkg_.a
2025-08-20T21:59:33.0972177Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build282983591/b626/_pkg_.a
2025-08-20T21:59:33.0973697Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/stats=/tmp/go-build282983591/b1369/_pkg_.a
2025-08-20T21:59:33.0975183Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/rawhttp=/tmp/go-build282983591/b712/_pkg_.a
2025-08-20T21:59:33.0976528Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build282983591/b342/_pkg_.a
2025-08-20T21:59:33.0977818Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/useragent=/tmp/go-build282983591/b735/_pkg_.a
2025-08-20T21:59:33.0979086Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/utils/conversion=/tmp/go-build282983591/b231/_pkg_.a
2025-08-20T21:59:33.0980626Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:59:33.0981889Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:59:33.0983486Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/utils/http=/tmp/go-build282983591/b737/_pkg_.a
2025-08-20T21:59:33.0984689Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build282983591/b336/_pkg_.a
2025-08-20T21:59:33.0985912Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/utils/reader=/tmp/go-build282983591/b473/_pkg_.a
2025-08-20T21:59:33.0987159Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build282983591/b191/_pkg_.a
2025-08-20T21:59:33.0988450Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:59:33.0989713Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/utils/unit=/tmp/go-build282983591/b780/_pkg_.a
2025-08-20T21:59:33.0991207Z [00:03:34.911]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build282983591/b449/_pkg_.a
2025-08-20T21:59:33.0992345Z [00:03:34.911]➜  packagefile go.uber.org/multierr=/tmp/go-build282983591/b338/_pkg_.a
2025-08-20T21:59:33.0993222Z [00:03:34.911]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:33.0994001Z [00:03:34.911]➜  packagefile maps=/tmp/go-build282983591/b158/_pkg_.a
2025-08-20T21:59:33.0994799Z [00:03:34.911]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:33.0995665Z [00:03:34.911]➜  packagefile moul.io/http2curl=/tmp/go-build282983591/b1370/_pkg_.a
2025-08-20T21:59:33.0996508Z [00:03:34.911]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:33.0997265Z [00:03:34.911]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:33.0998054Z [00:03:34.911]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:33.0999009Z [00:03:34.911]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:59:33.1000120Z [00:03:34.911]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:33.1000999Z [00:03:34.911]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:33.1001836Z [00:03:34.911]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:33.1002669Z [00:03:34.911]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:33.1003527Z [00:03:34.911]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:33.1004295Z [00:03:34.911]➜  EOF
2025-08-20T21:59:33.1014344Z [00:03:34.911]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1363/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/http;$WORK/b1363=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/http -lang=go1.24 -complete -installsuffix shared -buildid PJ1L5YMHDVW83tAz2hju/PJ1L5YMHDVW83tAz2hju -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1363/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/build_request.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/cluster.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/http.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/http_method_types.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/operators.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/request.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/request_annotations.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/request_condition.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/request_fuzz.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/request_generator.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/signature.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/utils.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/validate.go
2025-08-20T21:59:33.1023482Z [00:03:34.918]➜  cp $WORK/b1355/_pkg_.a /root/.cache/go-build/f1/f18727b99b30cfbea1a11046d12bd642f34c885d1e00cc83d0c527de3d9d69c9-d # internal
2025-08-20T21:59:33.1024583Z [00:03:34.918]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/offlinehttp
2025-08-20T21:59:33.1025196Z [00:03:34.918]➜  mkdir -p $WORK/b1373/
2025-08-20T21:59:33.1025941Z [00:03:34.918]➜  cat >/tmp/go-build282983591/b1373/importcfg << 'EOF' # internal
2025-08-20T21:59:33.1026487Z [00:03:34.918]➜  # import config
2025-08-20T21:59:33.1027013Z [00:03:34.918]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:33.1027676Z [00:03:34.918]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:33.1028321Z [00:03:34.918]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:33.1029046Z [00:03:34.918]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:33.1030172Z [00:03:34.918]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:33.1031336Z [00:03:34.918]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model=/tmp/go-build282983591/b749/_pkg_.a
2025-08-20T21:59:33.1032515Z [00:03:34.918]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build282983591/b750/_pkg_.a
2025-08-20T21:59:33.1033776Z [00:03:34.918]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/extractors=/tmp/go-build282983591/b751/_pkg_.a
2025-08-20T21:59:33.1035094Z [00:03:34.918]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/matchers=/tmp/go-build282983591/b781/_pkg_.a
2025-08-20T21:59:33.1036313Z [00:03:34.918]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:33.1037497Z [00:03:34.918]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build282983591/b1131/_pkg_.a
2025-08-20T21:59:33.1038807Z [00:03:34.918]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build282983591/b795/_pkg_.a
2025-08-20T21:59:33.1040518Z [00:03:34.918]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build282983591/b787/_pkg_.a
2025-08-20T21:59:33.1042087Z [00:03:34.918]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/eventcreator=/tmp/go-build282983591/b1260/_pkg_.a
2025-08-20T21:59:33.1043795Z [00:03:34.918]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/responsehighlighter=/tmp/go-build282983591/b1150/_pkg_.a
2025-08-20T21:59:33.1045347Z [00:03:34.918]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils=/tmp/go-build282983591/b794/_pkg_.a
2025-08-20T21:59:33.1046789Z [00:03:34.918]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build282983591/b779/_pkg_.a
2025-08-20T21:59:33.1048050Z [00:03:34.918]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:33.1049200Z [00:03:34.918]➜  packagefile github.com/projectdiscovery/utils/conversion=/tmp/go-build282983591/b231/_pkg_.a
2025-08-20T21:59:33.1050485Z [00:03:34.918]➜  packagefile github.com/projectdiscovery/utils/sync=/tmp/go-build282983591/b1116/_pkg_.a
2025-08-20T21:59:33.1051543Z [00:03:34.918]➜  packagefile github.com/projectdiscovery/utils/unit=/tmp/go-build282983591/b780/_pkg_.a
2025-08-20T21:59:33.1052382Z [00:03:34.918]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:33.1053032Z [00:03:34.918]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:59:33.1053792Z [00:03:34.918]➜  packagefile maps=/tmp/go-build282983591/b158/_pkg_.a
2025-08-20T21:59:33.1054479Z [00:03:34.918]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:33.1055230Z [00:03:34.918]➜  packagefile net/http/httputil=/tmp/go-build282983591/b236/_pkg_.a
2025-08-20T21:59:33.1055939Z [00:03:34.918]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:33.1056629Z [00:03:34.918]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:33.1057345Z [00:03:34.918]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:33.1058039Z [00:03:34.918]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:33.1058876Z [00:03:34.918]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:33.1059391Z [00:03:34.918]➜  EOF
2025-08-20T21:59:33.1093352Z [00:03:34.918]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1373/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/offlinehttp=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/offlinehttp;$WORK/b1373=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/offlinehttp -lang=go1.24 -complete -installsuffix shared -buildid PLw2b0obkgo7EeOj9yvb/PLw2b0obkgo7EeOj9yvb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1373/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/offlinehttp/find.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/offlinehttp/offlinehttp.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/offlinehttp/operators.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/offlinehttp/read_response.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/offlinehttp/request.go
2025-08-20T21:59:34.2241125Z [00:03:36.049]➜  go tool buildid -w $WORK/b1372/_pkg_.a # internal
2025-08-20T21:59:34.2670225Z [00:03:36.092]➜  go tool buildid -w $WORK/b1371/_pkg_.a # internal
2025-08-20T21:59:34.2793390Z [00:03:36.104]➜  cp $WORK/b1372/_pkg_.a /root/.cache/go-build/b0/b05f92442a5e447ab9cc3618d3633ddde5e81cc06e6851bc7c47d0cf4876d1c0-d # internal
2025-08-20T21:59:34.2802153Z [00:03:36.105]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/ssl
2025-08-20T21:59:34.2807427Z [00:03:36.106]➜  mkdir -p $WORK/b1374/
2025-08-20T21:59:34.2821607Z [00:03:36.107]➜  cat >/tmp/go-build282983591/b1374/importcfg << 'EOF' # internal
2025-08-20T21:59:34.2822603Z [00:03:36.107]➜  # import config
2025-08-20T21:59:34.2823764Z [00:03:36.107]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:34.2825101Z [00:03:36.107]➜  packagefile github.com/cespare/xxhash=/tmp/go-build282983591/b705/_pkg_.a
2025-08-20T21:59:34.2826454Z [00:03:36.107]➜  packagefile github.com/fatih/structs=/tmp/go-build282983591/b1234/_pkg_.a
2025-08-20T21:59:34.2828185Z [00:03:36.107]➜  packagefile github.com/json-iterator/go=/tmp/go-build282983591/b244/_pkg_.a
2025-08-20T21:59:34.2830623Z [00:03:36.107]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:34.2831896Z [00:03:36.107]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer=/tmp/go-build282983591/b344/_pkg_.a
2025-08-20T21:59:34.2833432Z [00:03:36.107]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:34.2834810Z [00:03:36.107]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model=/tmp/go-build282983591/b749/_pkg_.a
2025-08-20T21:59:34.2836255Z [00:03:36.107]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build282983591/b750/_pkg_.a
2025-08-20T21:59:34.2837819Z [00:03:36.107]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/extractors=/tmp/go-build282983591/b751/_pkg_.a
2025-08-20T21:59:34.2839426Z [00:03:36.107]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/matchers=/tmp/go-build282983591/b781/_pkg_.a
2025-08-20T21:59:34.2848036Z [00:03:36.107]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:34.2849655Z [00:03:36.107]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build282983591/b1131/_pkg_.a
2025-08-20T21:59:34.2851509Z [00:03:36.107]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build282983591/b795/_pkg_.a
2025-08-20T21:59:34.2853253Z [00:03:36.107]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/expressions=/tmp/go-build282983591/b782/_pkg_.a
2025-08-20T21:59:34.2854992Z [00:03:36.107]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build282983591/b787/_pkg_.a
2025-08-20T21:59:34.2856838Z [00:03:36.107]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/eventcreator=/tmp/go-build282983591/b1260/_pkg_.a
2025-08-20T21:59:34.2859023Z [00:03:36.107]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/responsehighlighter=/tmp/go-build282983591/b1150/_pkg_.a
2025-08-20T21:59:34.2861214Z [00:03:36.107]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/vardump=/tmp/go-build282983591/b1113/_pkg_.a
2025-08-20T21:59:34.2863113Z [00:03:36.107]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/network/networkclientpool=/tmp/go-build282983591/b1336/_pkg_.a
2025-08-20T21:59:34.2864867Z [00:03:36.107]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils=/tmp/go-build282983591/b794/_pkg_.a
2025-08-20T21:59:34.2866351Z [00:03:36.107]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build282983591/b779/_pkg_.a
2025-08-20T21:59:34.2867832Z [00:03:36.107]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:34.2869207Z [00:03:36.107]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx=/tmp/go-build282983591/b1375/_pkg_.a
2025-08-20T21:59:34.2870815Z [00:03:36.107]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/clients=/tmp/go-build282983591/b716/_pkg_.a
2025-08-20T21:59:34.2872256Z [00:03:36.107]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/openssl=/tmp/go-build282983591/b1377/_pkg_.a
2025-08-20T21:59:34.2873591Z [00:03:36.107]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:59:34.2874886Z [00:03:36.107]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:59:34.2875912Z [00:03:36.107]➜  packagefile maps=/tmp/go-build282983591/b158/_pkg_.a
2025-08-20T21:59:34.2876676Z [00:03:36.107]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:34.2877613Z [00:03:36.107]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:34.2878441Z [00:03:36.107]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:34.2879036Z [00:03:36.107]➜  EOF
2025-08-20T21:59:34.2889206Z [00:03:36.114]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1374/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/ssl=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/ssl;$WORK/b1374=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/ssl -lang=go1.24 -complete -installsuffix shared -buildid Qvb-3RgWvgVOoj6oA7lV/Qvb-3RgWvgVOoj6oA7lV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1374/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/ssl/ssl.go
2025-08-20T21:59:34.3231262Z [00:03:36.148]➜  cp $WORK/b1371/_pkg_.a /root/.cache/go-build/5c/5cb7aec5d496fca459ecb987854df77b97c854487a4964607115b005a4faa4f1-d # internal
2025-08-20T21:59:34.3240243Z [00:03:36.149]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/websocket
2025-08-20T21:59:34.3246245Z [00:03:36.150]➜  mkdir -p $WORK/b1380/
2025-08-20T21:59:34.3256027Z [00:03:36.151]➜  cat >/tmp/go-build282983591/b1380/importcfg << 'EOF' # internal
2025-08-20T21:59:34.3271022Z [00:03:36.151]➜  # import config
2025-08-20T21:59:34.3271728Z [00:03:36.151]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:59:34.3272536Z [00:03:36.151]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:34.3273582Z [00:03:36.151]➜  packagefile github.com/gobwas/ws=/tmp/go-build282983591/b1381/_pkg_.a
2025-08-20T21:59:34.3274695Z [00:03:36.151]➜  packagefile github.com/gobwas/ws/wsutil=/tmp/go-build282983591/b1386/_pkg_.a
2025-08-20T21:59:34.3275695Z [00:03:36.151]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:34.3276904Z [00:03:36.151]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer=/tmp/go-build282983591/b344/_pkg_.a
2025-08-20T21:59:34.3278205Z [00:03:36.151]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:34.3279503Z [00:03:36.151]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build282983591/b750/_pkg_.a
2025-08-20T21:59:34.3281464Z [00:03:36.151]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/extractors=/tmp/go-build282983591/b751/_pkg_.a
2025-08-20T21:59:34.3283069Z [00:03:36.151]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/matchers=/tmp/go-build282983591/b781/_pkg_.a
2025-08-20T21:59:34.3284574Z [00:03:36.151]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:34.3285961Z [00:03:36.151]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build282983591/b1131/_pkg_.a
2025-08-20T21:59:34.3287550Z [00:03:36.151]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build282983591/b795/_pkg_.a
2025-08-20T21:59:34.3289260Z [00:03:36.151]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/expressions=/tmp/go-build282983591/b782/_pkg_.a
2025-08-20T21:59:34.3291086Z [00:03:36.151]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build282983591/b787/_pkg_.a
2025-08-20T21:59:34.3292899Z [00:03:36.151]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/eventcreator=/tmp/go-build282983591/b1260/_pkg_.a
2025-08-20T21:59:34.3294850Z [00:03:36.151]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/responsehighlighter=/tmp/go-build282983591/b1150/_pkg_.a
2025-08-20T21:59:34.3296707Z [00:03:36.151]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/vardump=/tmp/go-build282983591/b1113/_pkg_.a
2025-08-20T21:59:34.3298489Z [00:03:36.151]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/network/networkclientpool=/tmp/go-build282983591/b1336/_pkg_.a
2025-08-20T21:59:34.3300549Z [00:03:36.151]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils=/tmp/go-build282983591/b794/_pkg_.a
2025-08-20T21:59:34.3302067Z [00:03:36.151]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build282983591/b779/_pkg_.a
2025-08-20T21:59:34.3303500Z [00:03:36.151]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:34.3304763Z [00:03:36.151]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build282983591/b449/_pkg_.a
2025-08-20T21:59:34.3305829Z [00:03:36.151]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:34.3306557Z [00:03:36.151]➜  packagefile maps=/tmp/go-build282983591/b158/_pkg_.a
2025-08-20T21:59:34.3307282Z [00:03:36.151]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:34.3308048Z [00:03:36.151]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:34.3308868Z [00:03:36.151]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:34.3309669Z [00:03:36.151]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:59:34.3310695Z [00:03:36.151]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:34.3311477Z [00:03:36.151]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:34.3312044Z [00:03:36.151]➜  EOF
2025-08-20T21:59:34.3320984Z [00:03:36.157]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1380/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/websocket=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/websocket;$WORK/b1380=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/websocket -lang=go1.24 -complete -installsuffix shared -buildid sNO8BEjY3Y5D_3-AHcL-/sNO8BEjY3Y5D_3-AHcL- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1380/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/websocket/websocket.go
2025-08-20T21:59:34.5026988Z [00:03:36.328]➜  go tool buildid -w $WORK/b1373/_pkg_.a # internal
2025-08-20T21:59:34.5506048Z [00:03:36.376]➜  cp $WORK/b1373/_pkg_.a /root/.cache/go-build/48/48463e002de96ff744c824b38e8c9dfe23f39ea85caf31cfdcb5dc55d449e5e4-d # internal
2025-08-20T21:59:34.5512539Z [00:03:36.376]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/whois
2025-08-20T21:59:34.5516242Z [00:03:36.377]➜  mkdir -p $WORK/b1388/
2025-08-20T21:59:34.5556080Z [00:03:36.381]➜  cat >/tmp/go-build282983591/b1388/importcfg << 'EOF' # internal
2025-08-20T21:59:34.5557481Z [00:03:36.381]➜  # import config
2025-08-20T21:59:34.5559665Z [00:03:36.381]➜  packagefile github.com/json-iterator/go=/tmp/go-build282983591/b244/_pkg_.a
2025-08-20T21:59:34.5561106Z [00:03:36.381]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:34.5564105Z [00:03:36.381]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:34.5565489Z [00:03:36.381]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build282983591/b750/_pkg_.a
2025-08-20T21:59:34.5567036Z [00:03:36.381]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/extractors=/tmp/go-build282983591/b751/_pkg_.a
2025-08-20T21:59:34.5568634Z [00:03:36.381]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/matchers=/tmp/go-build282983591/b781/_pkg_.a
2025-08-20T21:59:34.5570342Z [00:03:36.381]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:34.5571966Z [00:03:36.381]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build282983591/b1131/_pkg_.a
2025-08-20T21:59:34.5573578Z [00:03:36.381]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build282983591/b795/_pkg_.a
2025-08-20T21:59:34.5575296Z [00:03:36.381]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build282983591/b787/_pkg_.a
2025-08-20T21:59:34.5577239Z [00:03:36.381]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/eventcreator=/tmp/go-build282983591/b1260/_pkg_.a
2025-08-20T21:59:34.5579215Z [00:03:36.381]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/responsehighlighter=/tmp/go-build282983591/b1150/_pkg_.a
2025-08-20T21:59:34.5612552Z [00:03:36.381]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/replacer=/tmp/go-build282983591/b784/_pkg_.a
2025-08-20T21:59:34.5614323Z [00:03:36.381]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/vardump=/tmp/go-build282983591/b1113/_pkg_.a
2025-08-20T21:59:34.5615962Z [00:03:36.381]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils=/tmp/go-build282983591/b794/_pkg_.a
2025-08-20T21:59:34.5617615Z [00:03:36.381]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/whois/rdapclientpool=/tmp/go-build282983591/b1337/_pkg_.a
2025-08-20T21:59:34.5619244Z [00:03:36.381]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build282983591/b779/_pkg_.a
2025-08-20T21:59:34.5620839Z [00:03:36.381]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:34.5622280Z [00:03:36.381]➜  packagefile github.com/projectdiscovery/rdap=/tmp/go-build282983591/b1338/_pkg_.a
2025-08-20T21:59:34.5623235Z [00:03:36.381]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:34.5624125Z [00:03:36.381]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:34.5625052Z [00:03:36.381]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:34.5625612Z [00:03:36.381]➜  EOF
2025-08-20T21:59:34.5629380Z [00:03:36.381]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1388/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/whois=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/whois;$WORK/b1388=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/whois -lang=go1.24 -complete -installsuffix shared -buildid icH3r8txgAF_CifkDkqb/icH3r8txgAF_CifkDkqb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1388/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/whois/whois.go
2025-08-20T21:59:35.2157716Z [00:03:37.041]➜  go tool buildid -w $WORK/b1363/_pkg_.a # internal
2025-08-20T21:59:35.2393976Z [00:03:37.064]➜  cp $WORK/b1363/_pkg_.a /root/.cache/go-build/53/530d16c7b5df0bb021c66c908d3dbd9bbf1aed8922c687b6ea9dddd178d3d100-d # internal
2025-08-20T21:59:35.2409163Z [00:03:37.065]➜  github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/generic
2025-08-20T21:59:35.2410229Z [00:03:37.065]➜  mkdir -p $WORK/b1394/
2025-08-20T21:59:35.2410950Z [00:03:37.065]➜  cat >/tmp/go-build282983591/b1394/importcfg << 'EOF' # internal
2025-08-20T21:59:35.2411595Z [00:03:37.065]➜  # import config
2025-08-20T21:59:35.2412448Z [00:03:37.065]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:35.2413938Z [00:03:37.065]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:35.2415339Z [00:03:37.066]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build282983591/b1131/_pkg_.a
2025-08-20T21:59:35.2416745Z [00:03:37.066]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/scan=/tmp/go-build282983591/b1247/_pkg_.a
2025-08-20T21:59:35.2418200Z [00:03:37.066]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/utils=/tmp/go-build282983591/b1395/_pkg_.a
2025-08-20T21:59:35.2419713Z [00:03:37.066]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build282983591/b223/_pkg_.a
2025-08-20T21:59:35.2421027Z [00:03:37.066]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:35.2421663Z [00:03:37.066]➜  EOF
2025-08-20T21:59:35.2425461Z [00:03:37.066]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1394/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/generic=>github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/generic;$WORK/b1394=>" -p github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/generic -lang=go1.24 -complete -installsuffix shared -buildid E-4OwQTS8gvofVtaZL1y/E-4OwQTS8gvofVtaZL1y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1394/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/generic/exec.go
2025-08-20T21:59:35.8478398Z [00:03:37.673]➜  go tool buildid -w $WORK/b1380/_pkg_.a # internal
2025-08-20T21:59:35.8710307Z [00:03:37.696]➜  go tool buildid -w $WORK/b1374/_pkg_.a # internal
2025-08-20T21:59:35.8879515Z [00:03:37.713]➜  cp $WORK/b1374/_pkg_.a /root/.cache/go-build/4d/4d73c745fa64a505c7de80a18b9a10cf3ae6a3d57bcfec2ec5243d22f64adc55-d # internal
2025-08-20T21:59:35.8882114Z [00:03:37.713]➜  github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/multiproto
2025-08-20T21:59:35.8883309Z [00:03:37.713]➜  mkdir -p $WORK/b1396/
2025-08-20T21:59:35.8887247Z [00:03:37.714]➜  cat >/tmp/go-build282983591/b1396/importcfg << 'EOF' # internal
2025-08-20T21:59:35.8887924Z [00:03:37.714]➜  # import config
2025-08-20T21:59:35.8888834Z [00:03:37.714]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:35.8890587Z [00:03:37.714]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build282983591/b1131/_pkg_.a
2025-08-20T21:59:35.8892086Z [00:03:37.714]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build282983591/b787/_pkg_.a
2025-08-20T21:59:35.8893665Z [00:03:37.714]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/scan=/tmp/go-build282983591/b1247/_pkg_.a
2025-08-20T21:59:35.8895054Z [00:03:37.714]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build282983591/b779/_pkg_.a
2025-08-20T21:59:35.8896484Z [00:03:37.714]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/utils=/tmp/go-build282983591/b1395/_pkg_.a
2025-08-20T21:59:35.8897770Z [00:03:37.714]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build282983591/b223/_pkg_.a
2025-08-20T21:59:35.8898930Z [00:03:37.714]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:59:35.8901749Z [00:03:37.714]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:35.8902569Z [00:03:37.714]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:35.8903136Z [00:03:37.714]➜  EOF
2025-08-20T21:59:35.8907408Z [00:03:37.715]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1396/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/multiproto=>github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/multiproto;$WORK/b1396=>" -p github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/multiproto -lang=go1.24 -complete -installsuffix shared -buildid ZZKJ_Zx7BaaNzV4t8pQM/ZZKJ_Zx7BaaNzV4t8pQM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1396/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/multiproto/doc.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/multiproto/multi.go
2025-08-20T21:59:35.8936426Z [00:03:37.719]➜  cp $WORK/b1380/_pkg_.a /root/.cache/go-build/9b/9bb70b0ae3c20e587cdec52bd726923ed8e662ee07d13fd81d2efbabd98b15e5-d # internal
2025-08-20T21:59:35.8939209Z [00:03:37.719]➜  github.com/projectdiscovery/nuclei/v3/pkg/workflows
2025-08-20T21:59:35.8942545Z [00:03:37.720]➜  mkdir -p $WORK/b1398/
2025-08-20T21:59:35.8948683Z [00:03:37.720]➜  cat >/tmp/go-build282983591/b1398/importcfg << 'EOF' # internal
2025-08-20T21:59:35.8952513Z [00:03:37.720]➜  # import config
2025-08-20T21:59:35.8953154Z [00:03:37.720]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:35.8954414Z [00:03:37.720]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/stringslice=/tmp/go-build282983591/b703/_pkg_.a
2025-08-20T21:59:35.8955926Z [00:03:37.720]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build282983591/b750/_pkg_.a
2025-08-20T21:59:35.8957334Z [00:03:37.720]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build282983591/b1131/_pkg_.a
2025-08-20T21:59:35.8958784Z [00:03:37.721]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build282983591/b779/_pkg_.a
2025-08-20T21:59:35.8959702Z [00:03:37.721]➜  EOF
2025-08-20T21:59:35.8985246Z [00:03:37.721]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1398/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/workflows=>github.com/projectdiscovery/nuclei/v3/pkg/workflows;$WORK/b1398=>" -p github.com/projectdiscovery/nuclei/v3/pkg/workflows -lang=go1.24 -complete -installsuffix shared -buildid pfAqH94FAeSs9KIPrLHE/pfAqH94FAeSs9KIPrLHE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1398/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/workflows/doc.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/workflows/workflows.go
2025-08-20T21:59:35.9694461Z [00:03:37.795]➜  go tool buildid -w $WORK/b1388/_pkg_.a # internal
2025-08-20T21:59:35.9909236Z [00:03:37.816]➜  cp $WORK/b1388/_pkg_.a /root/.cache/go-build/ec/ec5e56a573c7cfa3f3b740fdbe8897423c1154ecae96e7381de63fe72083142f-d # internal
2025-08-20T21:59:35.9976632Z [00:03:37.823]➜  github.com/getkin/kin-openapi/openapi2
2025-08-20T21:59:35.9991716Z [00:03:37.823]➜  mkdir -p $WORK/b1418/
2025-08-20T21:59:35.9992490Z [00:03:37.824]➜  cat >/tmp/go-build282983591/b1418/importcfg << 'EOF' # internal
2025-08-20T21:59:35.9993151Z [00:03:37.824]➜  # import config
2025-08-20T21:59:35.9994002Z [00:03:37.824]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:35.9994880Z [00:03:37.824]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:35.9995906Z [00:03:37.824]➜  packagefile github.com/getkin/kin-openapi/openapi3=/tmp/go-build282983591/b1408/_pkg_.a
2025-08-20T21:59:35.9997107Z [00:03:37.824]➜  packagefile github.com/go-openapi/jsonpointer=/tmp/go-build282983591/b1409/_pkg_.a
2025-08-20T21:59:35.9998178Z [00:03:37.824]➜  packagefile github.com/oasdiff/yaml=/tmp/go-build282983591/b1414/_pkg_.a
2025-08-20T21:59:35.9999303Z [00:03:37.824]➜  packagefile github.com/perimeterx/marshmallow=/tmp/go-build282983591/b1416/_pkg_.a
2025-08-20T21:59:36.0000553Z [00:03:37.824]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:36.0001419Z [00:03:37.824]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:36.0002201Z [00:03:37.824]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:36.0002942Z [00:03:37.824]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:36.0003447Z [00:03:37.824]➜  EOF
2025-08-20T21:59:36.0013492Z [00:03:37.824]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1418/_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/b1418=>" -p github.com/getkin/kin-openapi/openapi2 -lang=go1.22 -complete -installsuffix shared -buildid 3eZEWxW18r1srjtz_Y4N/3eZEWxW18r1srjtz_Y4N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1418/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:59:36.1044824Z [00:03:37.928]➜  go tool buildid -w $WORK/b1418/_pkg_.a # internal
2025-08-20T21:59:36.1124062Z [00:03:37.937]➜  cp $WORK/b1418/_pkg_.a /root/.cache/go-build/ea/ea5461534c324d9d01ad60dd9225d151aa5ab147a78c9b72d9aaef40c69c6ee2-d # internal
2025-08-20T21:59:36.1214235Z [00:03:37.947]➜  github.com/getkin/kin-openapi/openapi2conv
2025-08-20T21:59:36.1222782Z [00:03:37.948]➜  mkdir -p $WORK/b1419/
2025-08-20T21:59:36.1225859Z [00:03:37.948]➜  cat >/tmp/go-build282983591/b1419/importcfg << 'EOF' # internal
2025-08-20T21:59:36.1229327Z [00:03:37.948]➜  # import config
2025-08-20T21:59:36.1231285Z [00:03:37.948]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:36.1237045Z [00:03:37.948]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:36.1237981Z [00:03:37.948]➜  packagefile github.com/getkin/kin-openapi/openapi2=/tmp/go-build282983591/b1418/_pkg_.a
2025-08-20T21:59:36.1239102Z [00:03:37.948]➜  packagefile github.com/getkin/kin-openapi/openapi3=/tmp/go-build282983591/b1408/_pkg_.a
2025-08-20T21:59:36.1270644Z [00:03:37.948]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:36.1271537Z [00:03:37.948]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:36.1272498Z [00:03:37.948]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:36.1273108Z [00:03:37.948]➜  EOF
2025-08-20T21:59:36.1277506Z [00:03:37.948]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1419/_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/b1419=>" -p github.com/getkin/kin-openapi/openapi2conv -lang=go1.22 -complete -installsuffix shared -buildid SuaUuf8YQPP1E6tr21lO/SuaUuf8YQPP1E6tr21lO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1419/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:59:36.3331431Z [00:03:38.158]➜  go tool buildid -w $WORK/b1419/_pkg_.a # internal
2025-08-20T21:59:36.3375871Z [00:03:38.163]➜  cp $WORK/b1419/_pkg_.a /root/.cache/go-build/be/becd96cdacb2e2d8d21eab07e2cccf80ad2f8cc8d49bbfa39edb5c50a16e77c7-d # internal
2025-08-20T21:59:36.3378073Z [00:03:38.163]➜  github.com/projectdiscovery/nuclei/v3/pkg/input/formats/swagger
2025-08-20T21:59:36.3393551Z [00:03:38.165]➜  mkdir -p $WORK/b1417/
2025-08-20T21:59:36.3398583Z [00:03:38.165]➜  cat >/tmp/go-build282983591/b1417/importcfg << 'EOF' # internal
2025-08-20T21:59:36.3401135Z [00:03:38.165]➜  # import config
2025-08-20T21:59:36.3403562Z [00:03:38.165]➜  packagefile github.com/getkin/kin-openapi/openapi2=/tmp/go-build282983591/b1418/_pkg_.a
2025-08-20T21:59:36.3405057Z [00:03:38.165]➜  packagefile github.com/getkin/kin-openapi/openapi2conv=/tmp/go-build282983591/b1419/_pkg_.a
2025-08-20T21:59:36.3414478Z [00:03:38.165]➜  packagefile github.com/getkin/kin-openapi/openapi3=/tmp/go-build282983591/b1408/_pkg_.a
2025-08-20T21:59:36.3415805Z [00:03:38.165]➜  packagefile github.com/invopop/yaml=/tmp/go-build282983591/b1420/_pkg_.a
2025-08-20T21:59:36.3416673Z [00:03:38.165]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:36.3417943Z [00:03:38.165]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats=/tmp/go-build282983591/b1402/_pkg_.a
2025-08-20T21:59:36.3419530Z [00:03:38.165]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats/openapi=/tmp/go-build282983591/b1407/_pkg_.a
2025-08-20T21:59:36.3422290Z [00:03:38.165]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build282983591/b626/_pkg_.a
2025-08-20T21:59:36.3423357Z [00:03:38.165]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:36.3424112Z [00:03:38.165]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:59:36.3424697Z [00:03:38.165]➜  EOF
2025-08-20T21:59:36.3428577Z [00:03:38.165]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1417/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/swagger=>github.com/projectdiscovery/nuclei/v3/pkg/input/formats/swagger;$WORK/b1417=>" -p github.com/projectdiscovery/nuclei/v3/pkg/input/formats/swagger -lang=go1.24 -complete -installsuffix shared -buildid E10Fh0I_Dj0Tw7aYjjEN/E10Fh0I_Dj0Tw7aYjjEN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1417/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/swagger/swagger.go
2025-08-20T21:59:36.5296336Z [00:03:38.355]➜  go tool buildid -w $WORK/b1417/_pkg_.a # internal
2025-08-20T21:59:36.5320115Z [00:03:38.357]➜  cp $WORK/b1417/_pkg_.a /root/.cache/go-build/53/537f73d79eca5956a6883deb90c7ffba3df406ceb60a9ee53dd84136f8fc78ce-d # internal
2025-08-20T21:59:36.5380855Z [00:03:38.363]➜  github.com/projectdiscovery/nuclei/v3/pkg/input/provider/http
2025-08-20T21:59:36.5403684Z [00:03:38.366]➜  mkdir -p $WORK/b1403/
2025-08-20T21:59:36.5410439Z [00:03:38.366]➜  cat >/tmp/go-build282983591/b1403/importcfg << 'EOF' # internal
2025-08-20T21:59:36.5411976Z [00:03:38.366]➜  # import config
2025-08-20T21:59:36.5413200Z [00:03:38.366]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:36.5414720Z [00:03:38.366]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:36.5417524Z [00:03:38.366]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:36.5419597Z [00:03:38.366]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats=/tmp/go-build282983591/b1402/_pkg_.a
2025-08-20T21:59:36.5433825Z [00:03:38.366]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats/burp=/tmp/go-build282983591/b1404/_pkg_.a
2025-08-20T21:59:36.5435511Z [00:03:38.366]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats/json=/tmp/go-build282983591/b1406/_pkg_.a
2025-08-20T21:59:36.5437202Z [00:03:38.366]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats/openapi=/tmp/go-build282983591/b1407/_pkg_.a
2025-08-20T21:59:36.5438929Z [00:03:38.366]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats/swagger=/tmp/go-build282983591/b1417/_pkg_.a
2025-08-20T21:59:36.5442139Z [00:03:38.366]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats/yaml=/tmp/go-build282983591/b1421/_pkg_.a
2025-08-20T21:59:36.5443710Z [00:03:38.366]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/types=/tmp/go-build282983591/b747/_pkg_.a
2025-08-20T21:59:36.5445336Z [00:03:38.366]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build282983591/b795/_pkg_.a
2025-08-20T21:59:36.5446493Z [00:03:38.366]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:36.5447208Z [00:03:38.366]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:36.5448098Z [00:03:38.366]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:36.5448700Z [00:03:38.366]➜  EOF
2025-08-20T21:59:36.5453087Z [00:03:38.367]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1403/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/provider/http=>github.com/projectdiscovery/nuclei/v3/pkg/input/provider/http;$WORK/b1403=>" -p github.com/projectdiscovery/nuclei/v3/pkg/input/provider/http -lang=go1.24 -complete -installsuffix shared -buildid pdNDK9EzISY2iw0Q8XVJ/pdNDK9EzISY2iw0Q8XVJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1403/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/provider/http/multiformat.go
2025-08-20T21:59:36.6467304Z [00:03:38.472]➜  go tool buildid -w $WORK/b1394/_pkg_.a # internal
2025-08-20T21:59:36.6931538Z [00:03:38.518]➜  cp $WORK/b1394/_pkg_.a /root/.cache/go-build/39/398b5bbe2263d118af722d1e15445075c252a463879151b48eb0edc6178c0c53-d # internal
2025-08-20T21:59:36.6964875Z [00:03:38.522]➜  github.com/projectdiscovery/uncover
2025-08-20T21:59:36.6975094Z [00:03:38.523]➜  mkdir -p $WORK/b1427/
2025-08-20T21:59:36.6978096Z [00:03:38.523]➜  cat >/tmp/go-build282983591/b1427/importcfg << 'EOF' # internal
2025-08-20T21:59:36.6978766Z [00:03:38.523]➜  # import config
2025-08-20T21:59:36.6981414Z [00:03:38.523]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:36.6987823Z [00:03:38.523]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:36.6989130Z [00:03:38.523]➜  packagefile github.com/projectdiscovery/uncover/sources=/tmp/go-build282983591/b1428/_pkg_.a
2025-08-20T21:59:36.6990852Z [00:03:38.523]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/binaryedge=/tmp/go-build282983591/b1429/_pkg_.a
2025-08-20T21:59:36.6992394Z [00:03:38.523]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/censys=/tmp/go-build282983591/b1430/_pkg_.a
2025-08-20T21:59:36.6993950Z [00:03:38.523]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/criminalip=/tmp/go-build282983591/b1431/_pkg_.a
2025-08-20T21:59:36.6995538Z [00:03:38.523]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/driftnet=/tmp/go-build282983591/b1432/_pkg_.a
2025-08-20T21:59:36.6997065Z [00:03:38.523]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/fofa=/tmp/go-build282983591/b1433/_pkg_.a
2025-08-20T21:59:36.6998752Z [00:03:38.523]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/google=/tmp/go-build282983591/b1434/_pkg_.a
2025-08-20T21:59:36.7003963Z [00:03:38.523]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/hunter=/tmp/go-build282983591/b1435/_pkg_.a
2025-08-20T21:59:36.7005594Z [00:03:38.523]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/hunterhow=/tmp/go-build282983591/b1436/_pkg_.a
2025-08-20T21:59:36.7007187Z [00:03:38.523]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/netlas=/tmp/go-build282983591/b1437/_pkg_.a
2025-08-20T21:59:36.7008729Z [00:03:38.523]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/odin=/tmp/go-build282983591/b1438/_pkg_.a
2025-08-20T21:59:36.7010508Z [00:03:38.523]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/onyphe=/tmp/go-build282983591/b1439/_pkg_.a
2025-08-20T21:59:36.7012120Z [00:03:38.523]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/publicwww=/tmp/go-build282983591/b1440/_pkg_.a
2025-08-20T21:59:36.7013711Z [00:03:38.523]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/quake=/tmp/go-build282983591/b1441/_pkg_.a
2025-08-20T21:59:36.7015252Z [00:03:38.523]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/shodan=/tmp/go-build282983591/b1442/_pkg_.a
2025-08-20T21:59:36.7016827Z [00:03:38.523]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/shodanidb=/tmp/go-build282983591/b1443/_pkg_.a
2025-08-20T21:59:36.7018382Z [00:03:38.523]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/zoomeye=/tmp/go-build282983591/b1444/_pkg_.a
2025-08-20T21:59:36.7019756Z [00:03:38.523]➜  packagefile github.com/projectdiscovery/utils/errors=/tmp/go-build282983591/b620/_pkg_.a
2025-08-20T21:59:36.7021406Z [00:03:38.523]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:59:36.7022414Z [00:03:38.523]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:36.7023186Z [00:03:38.523]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:36.7023776Z [00:03:38.523]➜  EOF
2025-08-20T21:59:36.7027444Z [00:03:38.523]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1427/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0=>github.com/projectdiscovery/uncover@v1.1.0;$WORK/b1427=>" -p github.com/projectdiscovery/uncover -lang=go1.22 -complete -installsuffix shared -buildid 7uObdp-xaB2jp9PuMNoC/7uObdp-xaB2jp9PuMNoC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1427/importcfg -pack /root/go/pkg/mod/github.com/projectdiscovery/uncover@v1.1.0/uncover.go
2025-08-20T21:59:36.7553841Z [00:03:38.580]➜  go tool buildid -w $WORK/b1403/_pkg_.a # internal
2025-08-20T21:59:36.7581434Z [00:03:38.583]➜  cp $WORK/b1403/_pkg_.a /root/.cache/go-build/77/77ae075145300fcf9c02b870f84b379d76f597574010c8fa1dc464f48daa2470-d # internal
2025-08-20T21:59:36.7667880Z [00:03:38.592]➜  runtime/pprof
2025-08-20T21:59:36.7671243Z [00:03:38.592]➜  mkdir -p $WORK/b1448/
2025-08-20T21:59:36.7675549Z [00:03:38.593]➜  cat >/tmp/go-build282983591/b1448/importcfg << 'EOF' # internal
2025-08-20T21:59:36.7681175Z [00:03:38.593]➜  # import config
2025-08-20T21:59:36.7681866Z [00:03:38.593]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:36.7682709Z [00:03:38.593]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:36.7683510Z [00:03:38.593]➜  packagefile cmp=/tmp/go-build282983591/b046/_pkg_.a
2025-08-20T21:59:36.7684349Z [00:03:38.593]➜  packagefile compress/gzip=/tmp/go-build282983591/b204/_pkg_.a
2025-08-20T21:59:36.7685225Z [00:03:38.593]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:36.7686139Z [00:03:38.593]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:59:36.7687001Z [00:03:38.593]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:36.7687779Z [00:03:38.593]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:36.7688831Z [00:03:38.593]➜  packagefile internal/abi=/tmp/go-build282983591/b006/_pkg_.a
2025-08-20T21:59:36.7690017Z [00:03:38.593]➜  packagefile internal/profilerecord=/tmp/go-build282983591/b019/_pkg_.a
2025-08-20T21:59:36.7691096Z [00:03:38.593]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:36.7691928Z [00:03:38.593]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:36.7692740Z [00:03:38.593]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:36.7693569Z [00:03:38.593]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:36.7694410Z [00:03:38.593]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:59:36.7695228Z [00:03:38.593]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:36.7696056Z [00:03:38.593]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:36.7696870Z [00:03:38.593]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:36.7697683Z [00:03:38.593]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:36.7698483Z [00:03:38.593]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:59:36.7699373Z [00:03:38.593]➜  packagefile text/tabwriter=/tmp/go-build282983591/b241/_pkg_.a
2025-08-20T21:59:36.7702395Z [00:03:38.593]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:36.7703051Z [00:03:38.593]➜  EOF
2025-08-20T21:59:36.7708605Z [00:03:38.593]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1448/_pkg_.a -trimpath "/root/.go/src/runtime/pprof=>runtime/pprof;$WORK/b1448=>" -p runtime/pprof -lang=go1.25 -std -installsuffix shared -buildid _bvmglsPUiRF7Y_EC4lf/_bvmglsPUiRF7Y_EC4lf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1448/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:59:37.0194895Z [00:03:38.845]➜  go tool buildid -w $WORK/b1427/_pkg_.a # internal
2025-08-20T21:59:37.0236257Z [00:03:38.849]➜  cp $WORK/b1427/_pkg_.a /root/.cache/go-build/9d/9dfaa1b4a6c77822912cfba685f6ec9a7d5891c366a0884da6a9c08e80d411af-d # internal
2025-08-20T21:59:37.0266005Z [00:03:38.852]➜  github.com/Azure/azure-sdk-for-go/sdk/internal/log
2025-08-20T21:59:37.0269239Z [00:03:38.852]➜  mkdir -p $WORK/b1455/
2025-08-20T21:59:37.0273203Z [00:03:38.852]➜  cat >/tmp/go-build282983591/b1455/importcfg << 'EOF' # internal
2025-08-20T21:59:37.0292164Z [00:03:38.853]➜  # import config
2025-08-20T21:59:37.0292885Z [00:03:38.853]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:37.0293688Z [00:03:38.853]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:37.0294533Z [00:03:38.853]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:37.0295172Z [00:03:38.853]➜  EOF
2025-08-20T21:59:37.0300197Z [00:03:38.853]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1455/_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/b1455=>" -p github.com/Azure/azure-sdk-for-go/sdk/internal/log -lang=go1.23 -complete -installsuffix shared -buildid 3s9h3o1L7Gmw10NIAH2H/3s9h3o1L7Gmw10NIAH2H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1455/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:59:37.0704453Z [00:03:38.896]➜  go tool buildid -w $WORK/b1455/_pkg_.a # internal
2025-08-20T21:59:37.0710854Z [00:03:38.896]➜  cp $WORK/b1455/_pkg_.a /root/.cache/go-build/6c/6c184a47d94bac0ba8bc4c22b820e6995258bf59a8a6cc694030381c5f789a7c-d # internal
2025-08-20T21:59:37.0774946Z [00:03:38.903]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/log
2025-08-20T21:59:37.0778331Z [00:03:38.903]➜  mkdir -p $WORK/b1454/
2025-08-20T21:59:37.0779247Z [00:03:38.903]➜  cat >/tmp/go-build282983591/b1454/importcfg << 'EOF' # internal
2025-08-20T21:59:37.0780454Z [00:03:38.903]➜  # import config
2025-08-20T21:59:37.0781558Z [00:03:38.903]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/log=/tmp/go-build282983591/b1455/_pkg_.a
2025-08-20T21:59:37.0782412Z [00:03:38.903]➜  EOF
2025-08-20T21:59:37.0786835Z [00:03:38.903]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1454/_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/b1454=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/log -lang=go1.23 -complete -installsuffix shared -buildid TAj1BiON4BopNGXrgYZV/TAj1BiON4BopNGXrgYZV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1454/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:59:37.1004770Z [00:03:38.926]➜  go tool buildid -w $WORK/b1454/_pkg_.a # internal
2025-08-20T21:59:37.1015848Z [00:03:38.927]➜  cp $WORK/b1454/_pkg_.a /root/.cache/go-build/e0/e066d537638bdf22711fbada501050825d987790d60e21166ed10b6a47d9d119-d # internal
2025-08-20T21:59:37.1051230Z [00:03:38.930]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log
2025-08-20T21:59:37.1051988Z [00:03:38.930]➜  mkdir -p $WORK/b1453/
2025-08-20T21:59:37.1052727Z [00:03:38.930]➜  cat >/tmp/go-build282983591/b1453/importcfg << 'EOF' # internal
2025-08-20T21:59:37.1053562Z [00:03:38.930]➜  # import config
2025-08-20T21:59:37.1054544Z [00:03:38.930]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/log=/tmp/go-build282983591/b1454/_pkg_.a
2025-08-20T21:59:37.1055957Z [00:03:38.930]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/log=/tmp/go-build282983591/b1455/_pkg_.a
2025-08-20T21:59:37.1056831Z [00:03:38.930]➜  EOF
2025-08-20T21:59:37.1061192Z [00:03:38.930]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1453/_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/b1453=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log -lang=go1.23 -complete -installsuffix shared -buildid lSfcJ1Vi-gKgi_efAInl/lSfcJ1Vi-gKgi_efAInl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1453/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:59:37.1356442Z [00:03:38.961]➜  go tool buildid -w $WORK/b1453/_pkg_.a # internal
2025-08-20T21:59:37.1362225Z [00:03:38.961]➜  cp $WORK/b1453/_pkg_.a /root/.cache/go-build/96/969b11596a09e17f8a681d19e55bc74c641e5792539f4d11bb24be39cd80c294-d # internal
2025-08-20T21:59:37.1368589Z [00:03:38.962]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared
2025-08-20T21:59:37.1370387Z [00:03:38.962]➜  mkdir -p $WORK/b1456/
2025-08-20T21:59:37.1376630Z [00:03:38.963]➜  cat >/tmp/go-build282983591/b1456/importcfg << 'EOF' # internal
2025-08-20T21:59:37.1378409Z [00:03:38.963]➜  # import config
2025-08-20T21:59:37.1379073Z [00:03:38.963]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:37.1379977Z [00:03:38.963]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:37.1380739Z [00:03:38.963]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:37.1381547Z [00:03:38.963]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:37.1382329Z [00:03:38.963]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:37.1383078Z [00:03:38.963]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:37.1383952Z [00:03:38.963]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:37.1384488Z [00:03:38.963]➜  EOF
2025-08-20T21:59:37.1390736Z [00:03:38.963]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1456/_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/b1456=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared -lang=go1.23 -complete -installsuffix shared -buildid VYBXL89gZviFLYnZiM19/VYBXL89gZviFLYnZiM19 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1456/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:59:37.1742894Z [00:03:38.999]➜  go tool buildid -w $WORK/b1456/_pkg_.a # internal
2025-08-20T21:59:37.1754043Z [00:03:39.001]➜  go tool buildid -w $WORK/b1398/_pkg_.a # internal
2025-08-20T21:59:37.1758106Z [00:03:39.001]➜  cp $WORK/b1456/_pkg_.a /root/.cache/go-build/94/94f0260f86eb8860d40ab1c067246c2f2baad3624a65611ead33184bca05b0ea-d # internal
2025-08-20T21:59:37.1783219Z [00:03:39.004]➜  github.com/Azure/azure-sdk-for-go/sdk/internal/exported
2025-08-20T21:59:37.1785261Z [00:03:39.004]➜  mkdir -p $WORK/b1457/
2025-08-20T21:59:37.1789363Z [00:03:39.004]➜  cat >/tmp/go-build282983591/b1457/importcfg << 'EOF' # internal
2025-08-20T21:59:37.1792936Z [00:03:39.004]➜  # import config
2025-08-20T21:59:37.1793577Z [00:03:39.004]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:37.1794363Z [00:03:39.004]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:37.1795346Z [00:03:39.004]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:37.1795981Z [00:03:39.004]➜  EOF
2025-08-20T21:59:37.1800383Z [00:03:39.004]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1457/_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/b1457=>" -p github.com/Azure/azure-sdk-for-go/sdk/internal/exported -lang=go1.23 -complete -installsuffix shared -buildid L-7oOK-1IZe1uLxQCGUP/L-7oOK-1IZe1uLxQCGUP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1457/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/exported/exported.go
2025-08-20T21:59:37.2056079Z [00:03:39.031]➜  go tool buildid -w $WORK/b1396/_pkg_.a # internal
2025-08-20T21:59:37.2059320Z [00:03:39.031]➜  cp $WORK/b1398/_pkg_.a /root/.cache/go-build/66/66cd1d933631bba31c1478725a4bd34e5ae71e405707b3de426d54ebb84ce12d-d # internal
2025-08-20T21:59:37.2068393Z [00:03:39.032]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing
2025-08-20T21:59:37.2071226Z [00:03:39.032]➜  mkdir -p $WORK/b1460/
2025-08-20T21:59:37.2076713Z [00:03:39.032]➜  cat >/tmp/go-build282983591/b1460/importcfg << 'EOF' # internal
2025-08-20T21:59:37.2077352Z [00:03:39.032]➜  # import config
2025-08-20T21:59:37.2077983Z [00:03:39.032]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:37.2078531Z [00:03:39.033]➜  EOF
2025-08-20T21:59:37.2083002Z [00:03:39.033]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1460/_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/b1460=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing -lang=go1.23 -complete -installsuffix shared -buildid 0E-6jXWktgq66tzmUnn-/0E-6jXWktgq66tzmUnn- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1460/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:59:37.2215282Z [00:03:39.047]➜  go tool buildid -w $WORK/b1457/_pkg_.a # internal
2025-08-20T21:59:37.2227435Z [00:03:39.048]➜  cp $WORK/b1457/_pkg_.a /root/.cache/go-build/3f/3f93e0de70ff20393c3003eaadfe5d4dfb9a17144a874ed72020b40e63139c70-d # internal
2025-08-20T21:59:37.2267872Z [00:03:39.052]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported
2025-08-20T21:59:37.2272119Z [00:03:39.052]➜  mkdir -p $WORK/b1452/
2025-08-20T21:59:37.2272846Z [00:03:39.052]➜  cat >/tmp/go-build282983591/b1452/importcfg << 'EOF' # internal
2025-08-20T21:59:37.2273528Z [00:03:39.052]➜  # import config
2025-08-20T21:59:37.2274211Z [00:03:39.052]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:37.2275089Z [00:03:39.052]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:37.2276048Z [00:03:39.052]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:37.2277685Z [00:03:39.052]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:37.2278760Z [00:03:39.052]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:37.2280037Z [00:03:39.052]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:37.2281338Z [00:03:39.052]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build282983591/b1453/_pkg_.a
2025-08-20T21:59:37.2284032Z [00:03:39.052]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build282983591/b1456/_pkg_.a
2025-08-20T21:59:37.2285635Z [00:03:39.052]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/exported=/tmp/go-build282983591/b1457/_pkg_.a
2025-08-20T21:59:37.2286812Z [00:03:39.052]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:37.2287645Z [00:03:39.052]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:37.2289669Z [00:03:39.052]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:37.2290799Z [00:03:39.052]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:37.2291672Z [00:03:39.052]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:37.2292557Z [00:03:39.052]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:37.2293418Z [00:03:39.052]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:37.2294234Z [00:03:39.052]➜  EOF
2025-08-20T21:59:37.2301048Z [00:03:39.053]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1452/_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/b1452=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported -lang=go1.23 -complete -installsuffix shared -buildid CBWDC4OTiPKXCk3yGFgp/CBWDC4OTiPKXCk3yGFgp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1452/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:59:37.2345759Z [00:03:39.059]➜  go tool buildid -w $WORK/b1460/_pkg_.a # internal
2025-08-20T21:59:37.2347138Z [00:03:39.059]➜  cp $WORK/b1460/_pkg_.a /root/.cache/go-build/b3/b367e193ddb61ce12425979719e814bf4233048b2d15274368a6ada8b0ea1f3f-d # internal
2025-08-20T21:59:37.2357607Z [00:03:39.060]➜  cp $WORK/b1396/_pkg_.a /root/.cache/go-build/7d/7dfe5039c642c646fce103552b50f508da3cccd9bf7d31269f49cfabeec1c4ec-d # internal
2025-08-20T21:59:37.2358893Z [00:03:39.061]➜  github.com/Azure/azure-sdk-for-go/sdk/internal/poller
2025-08-20T21:59:37.2375160Z [00:03:39.061]➜  mkdir -p $WORK/b1463/
2025-08-20T21:59:37.2375883Z [00:03:39.061]➜  github.com/projectdiscovery/nuclei/v3/pkg/tmplexec
2025-08-20T21:59:37.2376545Z [00:03:39.061]➜  mkdir -p $WORK/b1390/
2025-08-20T21:59:37.2377438Z [00:03:39.061]➜  cat >/tmp/go-build282983591/b1463/importcfg << 'EOF' # internal
2025-08-20T21:59:37.2378101Z [00:03:39.061]➜  # import config
2025-08-20T21:59:37.2378782Z [00:03:39.061]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:37.2379634Z [00:03:39.061]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:37.2380662Z [00:03:39.061]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:37.2381831Z [00:03:39.061]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/exported=/tmp/go-build282983591/b1457/_pkg_.a
2025-08-20T21:59:37.2383021Z [00:03:39.061]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:37.2383854Z [00:03:39.061]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:37.2384681Z [00:03:39.061]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:37.2385298Z [00:03:39.062]➜  EOF
2025-08-20T21:59:37.2389367Z [00:03:39.062]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1463/_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/b1463=>" -p github.com/Azure/azure-sdk-for-go/sdk/internal/poller -lang=go1.23 -complete -installsuffix shared -buildid bi7ZkchYXXnxGkCplFGA/bi7ZkchYXXnxGkCplFGA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1463/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/poller/util.go
2025-08-20T21:59:37.2393628Z [00:03:39.062]➜  cat >/tmp/go-build282983591/b1390/importcfg << 'EOF' # internal
2025-08-20T21:59:37.2394430Z [00:03:39.062]➜  # import config
2025-08-20T21:59:37.2395385Z [00:03:39.062]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:37.2396347Z [00:03:39.062]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:37.2397378Z [00:03:39.062]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build282983591/b847/_pkg_.a
2025-08-20T21:59:37.2398623Z [00:03:39.062]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:37.2403899Z [00:03:39.062]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/compiler=/tmp/go-build282983591/b846/_pkg_.a
2025-08-20T21:59:37.2406162Z [00:03:39.062]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build282983591/b750/_pkg_.a
2025-08-20T21:59:37.2408096Z [00:03:39.062]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/common/dsl=/tmp/go-build282983591/b763/_pkg_.a
2025-08-20T21:59:37.2410546Z [00:03:39.062]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:37.2412446Z [00:03:39.062]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build282983591/b1131/_pkg_.a
2025-08-20T21:59:37.2414660Z [00:03:39.062]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/writer=/tmp/go-build282983591/b1151/_pkg_.a
2025-08-20T21:59:37.2416656Z [00:03:39.062]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/scan=/tmp/go-build282983591/b1247/_pkg_.a
2025-08-20T21:59:37.2418777Z [00:03:39.062]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/scan/events=/tmp/go-build282983591/b1391/_pkg_.a
2025-08-20T21:59:37.2420712Z [00:03:39.062]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/flow=/tmp/go-build282983591/b1392/_pkg_.a
2025-08-20T21:59:37.2422384Z [00:03:39.062]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/generic=/tmp/go-build282983591/b1394/_pkg_.a
2025-08-20T21:59:37.2424106Z [00:03:39.062]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/multiproto=/tmp/go-build282983591/b1396/_pkg_.a
2025-08-20T21:59:37.2425512Z [00:03:39.063]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:59:37.2426501Z [00:03:39.063]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:37.2427606Z [00:03:39.063]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:37.2428421Z [00:03:39.063]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:37.2429230Z [00:03:39.063]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:37.2429955Z [00:03:39.063]➜  EOF
2025-08-20T21:59:37.2434309Z [00:03:39.063]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1390/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec=>github.com/projectdiscovery/nuclei/v3/pkg/tmplexec;$WORK/b1390=>" -p github.com/projectdiscovery/nuclei/v3/pkg/tmplexec -lang=go1.24 -complete -installsuffix shared -buildid jrsRIYIu4k4D3n9X_hAG/jrsRIYIu4k4D3n9X_hAG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1390/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/doc.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/exec.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/interface.go
2025-08-20T21:59:37.2648402Z [00:03:39.090]➜  go tool buildid -w $WORK/b1463/_pkg_.a # internal
2025-08-20T21:59:37.2660528Z [00:03:39.091]➜  cp $WORK/b1463/_pkg_.a /root/.cache/go-build/4a/4ad4a743e142af36d5d04ec474f74b39a8c77af04cb6ce9f6f1420e5e0e8d5af-d # internal
2025-08-20T21:59:37.2670048Z [00:03:39.092]➜  github.com/Azure/azure-sdk-for-go/sdk/internal/diag
2025-08-20T21:59:37.2670836Z [00:03:39.092]➜  mkdir -p $WORK/b1470/
2025-08-20T21:59:37.2673630Z [00:03:39.092]➜  cat >/tmp/go-build282983591/b1470/importcfg << 'EOF' # internal
2025-08-20T21:59:37.2681816Z [00:03:39.092]➜  # import config
2025-08-20T21:59:37.2682472Z [00:03:39.092]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:37.2683293Z [00:03:39.093]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:37.2684336Z [00:03:39.093]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:37.2684933Z [00:03:39.093]➜  EOF
2025-08-20T21:59:37.2689402Z [00:03:39.093]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1470/_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/b1470=>" -p github.com/Azure/azure-sdk-for-go/sdk/internal/diag -lang=go1.23 -complete -installsuffix shared -buildid iOff-6i1XXBhKfcsl_0P/iOff-6i1XXBhKfcsl_0P -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/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:59:37.2723670Z [00:03:39.098]➜  go tool buildid -w $WORK/b1448/_pkg_.a # internal
2025-08-20T21:59:37.2772691Z [00:03:39.102]➜  cp $WORK/b1448/_pkg_.a /root/.cache/go-build/79/79cb0937774ea2b49f7f8ee1c51985acb2fa6b57d0d18be2c9b81eb721f22f77-d # internal
2025-08-20T21:59:37.2777946Z [00:03:39.103]➜  net/http/pprof
2025-08-20T21:59:37.2782665Z [00:03:39.103]➜  mkdir -p $WORK/b1446/
2025-08-20T21:59:37.2783481Z [00:03:39.103]➜  cat >/tmp/go-build282983591/b1446/importcfg << 'EOF' # internal
2025-08-20T21:59:37.2784201Z [00:03:39.103]➜  # import config
2025-08-20T21:59:37.2784837Z [00:03:39.103]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:37.2785791Z [00:03:39.103]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:37.2786628Z [00:03:39.103]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:37.2787408Z [00:03:39.103]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:37.2788184Z [00:03:39.103]➜  packagefile html=/tmp/go-build282983591/b176/_pkg_.a
2025-08-20T21:59:37.2789046Z [00:03:39.103]➜  packagefile internal/godebug=/tmp/go-build282983591/b058/_pkg_.a
2025-08-20T21:59:37.2790197Z [00:03:39.103]➜  packagefile internal/profile=/tmp/go-build282983591/b1447/_pkg_.a
2025-08-20T21:59:37.2791075Z [00:03:39.103]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:37.2791847Z [00:03:39.103]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:59:37.2792825Z [00:03:39.103]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:37.2793679Z [00:03:39.103]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:37.2794582Z [00:03:39.103]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:37.2814073Z [00:03:39.103]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:37.2815130Z [00:03:39.103]➜  packagefile runtime/pprof=/tmp/go-build282983591/b1448/_pkg_.a
2025-08-20T21:59:37.2816077Z [00:03:39.103]➜  packagefile runtime/trace=/tmp/go-build282983591/b868/_pkg_.a
2025-08-20T21:59:37.2816955Z [00:03:39.103]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:59:37.2817744Z [00:03:39.103]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:37.2818545Z [00:03:39.103]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:37.2819327Z [00:03:39.103]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:37.2820150Z [00:03:39.103]➜  EOF
2025-08-20T21:59:37.2822898Z [00:03:39.103]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1446/_pkg_.a -trimpath "/root/.go/src/net/http/pprof=>net/http/pprof;$WORK/b1446=>" -p net/http/pprof -lang=go1.25 -std -complete -installsuffix shared -buildid 8yjDGAwWx-RJrsHzt_Hv/8yjDGAwWx-RJrsHzt_Hv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1446/importcfg -pack /root/.go/src/net/http/pprof/pprof.go
2025-08-20T21:59:37.2901810Z [00:03:39.114]➜  go tool buildid -w $WORK/b1470/_pkg_.a # internal
2025-08-20T21:59:37.2907097Z [00:03:39.115]➜  cp $WORK/b1470/_pkg_.a /root/.cache/go-build/49/49ba913888731f68cf534cef37fd36d9c9ed8544e66c62eeb609d3db99666232-d # internal
2025-08-20T21:59:37.2908586Z [00:03:39.116]➜  github.com/Azure/azure-sdk-for-go/sdk/internal/temporal
2025-08-20T21:59:37.2909308Z [00:03:39.116]➜  mkdir -p $WORK/b1472/
2025-08-20T21:59:37.2915837Z [00:03:39.117]➜  cat >/tmp/go-build282983591/b1472/importcfg << 'EOF' # internal
2025-08-20T21:59:37.2921426Z [00:03:39.117]➜  # import config
2025-08-20T21:59:37.2922132Z [00:03:39.117]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:37.2922969Z [00:03:39.117]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:37.2923761Z [00:03:39.117]➜  EOF
2025-08-20T21:59:37.2928017Z [00:03:39.117]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1472/_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/b1472=>" -p github.com/Azure/azure-sdk-for-go/sdk/internal/temporal -lang=go1.23 -complete -installsuffix shared -buildid -Nor4Tv8X0j5rt4KNGo4/-Nor4Tv8X0j5rt4KNGo4 -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/internal@v1.11.1/temporal/resource.go
2025-08-20T21:59:37.3073903Z [00:03:39.132]➜  go tool buildid -w $WORK/b1472/_pkg_.a # internal
2025-08-20T21:59:37.3081411Z [00:03:39.133]➜  cp $WORK/b1472/_pkg_.a /root/.cache/go-build/59/59e10ecbecbd610d4b64331c9c42c85f5ad975d7b8cf3985a25fac3b73a44d2d-d # internal
2025-08-20T21:59:37.3088216Z [00:03:39.134]➜  github.com/Azure/azure-sdk-for-go/sdk/internal/uuid
2025-08-20T21:59:37.3091105Z [00:03:39.134]➜  mkdir -p $WORK/b1473/
2025-08-20T21:59:37.3098061Z [00:03:39.135]➜  cat >/tmp/go-build282983591/b1473/importcfg << 'EOF' # internal
2025-08-20T21:59:37.3098756Z [00:03:39.135]➜  # import config
2025-08-20T21:59:37.3099454Z [00:03:39.135]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:59:37.3100483Z [00:03:39.135]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:37.3101296Z [00:03:39.135]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:37.3102089Z [00:03:39.135]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:37.3102673Z [00:03:39.135]➜  EOF
2025-08-20T21:59:37.3107234Z [00:03:39.135]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1473/_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/b1473=>" -p github.com/Azure/azure-sdk-for-go/sdk/internal/uuid -lang=go1.23 -complete -installsuffix shared -buildid n0MqCip1xNdYQMSXuxBr/n0MqCip1xNdYQMSXuxBr -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/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:59:37.3187076Z [00:03:39.144]➜  go tool buildid -w $WORK/b1452/_pkg_.a # internal
2025-08-20T21:59:37.3210022Z [00:03:39.146]➜  cp $WORK/b1452/_pkg_.a /root/.cache/go-build/05/0543e404365ced58ee2719bd4419b856b577d30c47e8f9d166bbdd6b1503db50-d # internal
2025-08-20T21:59:37.3229459Z [00:03:39.148]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/policy
2025-08-20T21:59:37.3230414Z [00:03:39.148]➜  mkdir -p $WORK/b1458/
2025-08-20T21:59:37.3234361Z [00:03:39.148]➜  cat >/tmp/go-build282983591/b1458/importcfg << 'EOF' # internal
2025-08-20T21:59:37.3238018Z [00:03:39.148]➜  # import config
2025-08-20T21:59:37.3241511Z [00:03:39.148]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:37.3246830Z [00:03:39.148]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud=/tmp/go-build282983591/b1459/_pkg_.a
2025-08-20T21:59:37.3248339Z [00:03:39.148]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build282983591/b1452/_pkg_.a
2025-08-20T21:59:37.3250046Z [00:03:39.148]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build282983591/b1456/_pkg_.a
2025-08-20T21:59:37.3251652Z [00:03:39.148]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing=/tmp/go-build282983591/b1460/_pkg_.a
2025-08-20T21:59:37.3252762Z [00:03:39.148]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:37.3253568Z [00:03:39.148]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:37.3254174Z [00:03:39.148]➜  EOF
2025-08-20T21:59:37.3258759Z [00:03:39.148]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1458/_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/b1458=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/policy -lang=go1.23 -complete -installsuffix shared -buildid cTc3lgs2OEmuWFdVNgZY/cTc3lgs2OEmuWFdVNgZY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1458/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:59:37.3268615Z [00:03:39.152]➜  go tool buildid -w $WORK/b1473/_pkg_.a # internal
2025-08-20T21:59:37.3277390Z [00:03:39.153]➜  cp $WORK/b1473/_pkg_.a /root/.cache/go-build/9a/9ab56ddf45a5b447ccdcb5a6e30ed683919b9f368cbbfda2bc6b9cd3a5f3e8ac-d # internal
2025-08-20T21:59:37.3290485Z [00:03:39.154]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers
2025-08-20T21:59:37.3298362Z [00:03:39.154]➜  mkdir -p $WORK/b1462/
2025-08-20T21:59:37.3303616Z [00:03:39.156]➜  cat >/tmp/go-build282983591/b1462/importcfg << 'EOF' # internal
2025-08-20T21:59:37.3325927Z [00:03:39.156]➜  # import config
2025-08-20T21:59:37.3326612Z [00:03:39.156]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:37.3327477Z [00:03:39.156]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:37.3328425Z [00:03:39.156]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:37.3329184Z [00:03:39.156]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:37.3330556Z [00:03:39.156]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build282983591/b1452/_pkg_.a
2025-08-20T21:59:37.3332367Z [00:03:39.156]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build282983591/b1453/_pkg_.a
2025-08-20T21:59:37.3333907Z [00:03:39.156]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build282983591/b1456/_pkg_.a
2025-08-20T21:59:37.3335365Z [00:03:39.156]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/exported=/tmp/go-build282983591/b1457/_pkg_.a
2025-08-20T21:59:37.3336762Z [00:03:39.156]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build282983591/b1463/_pkg_.a
2025-08-20T21:59:37.3337858Z [00:03:39.156]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:37.3338659Z [00:03:39.156]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:37.3339323Z [00:03:39.156]➜  EOF
2025-08-20T21:59:37.3344577Z [00:03:39.156]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1462/_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/b1462=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers -lang=go1.23 -complete -installsuffix shared -buildid 5DLU5ZjfLh9WLUbKIEfI/5DLU5ZjfLh9WLUbKIEfI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1462/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:59:37.3591578Z [00:03:39.184]➜  go tool buildid -w $WORK/b1458/_pkg_.a # internal
2025-08-20T21:59:37.3600295Z [00:03:39.185]➜  cp $WORK/b1458/_pkg_.a /root/.cache/go-build/2c/2c95bee703ef614e382417a3c513f878ce36ee13052dfc03cc9db9f965b829d1-d # internal
2025-08-20T21:59:37.3632198Z [00:03:39.188]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming
2025-08-20T21:59:37.3642750Z [00:03:39.188]➜  mkdir -p $WORK/b1469/
2025-08-20T21:59:37.3643544Z [00:03:39.189]➜  cat >/tmp/go-build282983591/b1469/importcfg << 'EOF' # internal
2025-08-20T21:59:37.3644205Z [00:03:39.189]➜  # import config
2025-08-20T21:59:37.3645253Z [00:03:39.189]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build282983591/b1452/_pkg_.a
2025-08-20T21:59:37.3646493Z [00:03:39.189]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:37.3647034Z [00:03:39.189]➜  EOF
2025-08-20T21:59:37.3651754Z [00:03:39.189]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1469/_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/b1469=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming -lang=go1.23 -complete -installsuffix shared -buildid i3GJYm6uncFGyhoW0PpE/i3GJYm6uncFGyhoW0PpE -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/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:59:37.3658114Z [00:03:39.191]➜  go tool buildid -w $WORK/b1462/_pkg_.a # internal
2025-08-20T21:59:37.3667112Z [00:03:39.192]➜  cp $WORK/b1462/_pkg_.a /root/.cache/go-build/e4/e48773e76b9bd57d223fd046e20de54a3c4dc21ce52401b1a7016c7bdcc71653-d # internal
2025-08-20T21:59:37.3702086Z [00:03:39.194]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/async
2025-08-20T21:59:37.3710613Z [00:03:39.194]➜  mkdir -p $WORK/b1464/
2025-08-20T21:59:37.3711404Z [00:03:39.196]➜  cat >/tmp/go-build282983591/b1464/importcfg << 'EOF' # internal
2025-08-20T21:59:37.3712120Z [00:03:39.196]➜  # import config
2025-08-20T21:59:37.3712797Z [00:03:39.196]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:37.3713691Z [00:03:39.196]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:37.3714481Z [00:03:39.196]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:37.3715899Z [00:03:39.196]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build282983591/b1452/_pkg_.a
2025-08-20T21:59:37.3717471Z [00:03:39.196]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build282983591/b1453/_pkg_.a
2025-08-20T21:59:37.3719048Z [00:03:39.196]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers=/tmp/go-build282983591/b1462/_pkg_.a
2025-08-20T21:59:37.3720903Z [00:03:39.196]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build282983591/b1456/_pkg_.a
2025-08-20T21:59:37.3722427Z [00:03:39.196]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build282983591/b1463/_pkg_.a
2025-08-20T21:59:37.3723560Z [00:03:39.196]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:37.3724204Z [00:03:39.196]➜  EOF
2025-08-20T21:59:37.3728826Z [00:03:39.196]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1464/_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/b1464=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/async -lang=go1.23 -complete -installsuffix shared -buildid 9eLVeLfzNTDyEpNIa0W4/9eLVeLfzNTDyEpNIa0W4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1464/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:59:37.3915086Z [00:03:39.217]➜  go tool buildid -w $WORK/b1469/_pkg_.a # internal
2025-08-20T21:59:37.3923127Z [00:03:39.217]➜  cp $WORK/b1469/_pkg_.a /root/.cache/go-build/03/030e71b63b744d98f5c2564a21b4e8bba4a08659129c560df843a3ea85d14ef8-d # internal
2025-08-20T21:59:37.3940588Z [00:03:39.219]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/body
2025-08-20T21:59:37.3954199Z [00:03:39.219]➜  mkdir -p $WORK/b1465/
2025-08-20T21:59:37.3954959Z [00:03:39.219]➜  cat >/tmp/go-build282983591/b1465/importcfg << 'EOF' # internal
2025-08-20T21:59:37.3955637Z [00:03:39.219]➜  # import config
2025-08-20T21:59:37.3956312Z [00:03:39.219]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:37.3957340Z [00:03:39.219]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:37.3959177Z [00:03:39.219]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build282983591/b1452/_pkg_.a
2025-08-20T21:59:37.3960916Z [00:03:39.219]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build282983591/b1453/_pkg_.a
2025-08-20T21:59:37.3962464Z [00:03:39.219]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers=/tmp/go-build282983591/b1462/_pkg_.a
2025-08-20T21:59:37.3963973Z [00:03:39.219]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build282983591/b1463/_pkg_.a
2025-08-20T21:59:37.3965094Z [00:03:39.219]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:37.3965716Z [00:03:39.219]➜  EOF
2025-08-20T21:59:37.3970702Z [00:03:39.219]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1465/_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/b1465=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/body -lang=go1.23 -complete -installsuffix shared -buildid LIwpWA46HJIRv0BeeXFj/LIwpWA46HJIRv0BeeXFj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1465/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:59:37.4081522Z [00:03:39.232]➜  go tool buildid -w $WORK/b1464/_pkg_.a # internal
2025-08-20T21:59:37.4083377Z [00:03:39.233]➜  cp $WORK/b1464/_pkg_.a /root/.cache/go-build/4e/4e56a71e55255d9e6392a519f7fb6dfcadc1aae31b84be4f17c844e2298c6571-d # internal
2025-08-20T21:59:37.4085565Z [00:03:39.234]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/fake
2025-08-20T21:59:37.4089689Z [00:03:39.234]➜  mkdir -p $WORK/b1466/
2025-08-20T21:59:37.4100234Z [00:03:39.235]➜  cat >/tmp/go-build282983591/b1466/importcfg << 'EOF' # internal
2025-08-20T21:59:37.4102045Z [00:03:39.235]➜  # import config
2025-08-20T21:59:37.4102690Z [00:03:39.235]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:37.4103481Z [00:03:39.235]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:37.4104207Z [00:03:39.235]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:37.4105373Z [00:03:39.235]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build282983591/b1452/_pkg_.a
2025-08-20T21:59:37.4106916Z [00:03:39.235]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build282983591/b1453/_pkg_.a
2025-08-20T21:59:37.4109052Z [00:03:39.235]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers=/tmp/go-build282983591/b1462/_pkg_.a
2025-08-20T21:59:37.4110807Z [00:03:39.235]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build282983591/b1456/_pkg_.a
2025-08-20T21:59:37.4112155Z [00:03:39.235]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build282983591/b1463/_pkg_.a
2025-08-20T21:59:37.4113190Z [00:03:39.235]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:37.4113970Z [00:03:39.235]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:37.4114545Z [00:03:39.235]➜  EOF
2025-08-20T21:59:37.4118729Z [00:03:39.235]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1466/_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/b1466=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/fake -lang=go1.23 -complete -installsuffix shared -buildid B4mw51MXdOnPxM_g2BAy/B4mw51MXdOnPxM_g2BAy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1466/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:59:37.4123005Z [00:03:39.236]➜  go tool buildid -w $WORK/b1446/_pkg_.a # internal
2025-08-20T21:59:37.4132768Z [00:03:39.238]➜  cp $WORK/b1446/_pkg_.a /root/.cache/go-build/52/52a3e918b6e41685517325a45b254c84f79f3ac3fae3451dc7ea88d6924a21c8-d # internal
2025-08-20T21:59:37.4143054Z [00:03:39.240]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/loc
2025-08-20T21:59:37.4144035Z [00:03:39.240]➜  mkdir -p $WORK/b1467/
2025-08-20T21:59:37.4151322Z [00:03:39.240]➜  cat >/tmp/go-build282983591/b1467/importcfg << 'EOF' # internal
2025-08-20T21:59:37.4152284Z [00:03:39.240]➜  # import config
2025-08-20T21:59:37.4153777Z [00:03:39.240]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:37.4154572Z [00:03:39.240]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:37.4155315Z [00:03:39.240]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:37.4156623Z [00:03:39.240]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build282983591/b1452/_pkg_.a
2025-08-20T21:59:37.4158046Z [00:03:39.240]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build282983591/b1453/_pkg_.a
2025-08-20T21:59:37.4159451Z [00:03:39.240]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers=/tmp/go-build282983591/b1462/_pkg_.a
2025-08-20T21:59:37.4161219Z [00:03:39.240]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build282983591/b1456/_pkg_.a
2025-08-20T21:59:37.4162654Z [00:03:39.240]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build282983591/b1463/_pkg_.a
2025-08-20T21:59:37.4163935Z [00:03:39.240]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:37.4164534Z [00:03:39.240]➜  EOF
2025-08-20T21:59:37.4168727Z [00:03:39.241]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1467/_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/b1467=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/loc -lang=go1.23 -complete -installsuffix shared -buildid c85FBKl4lPmuqpfsnbBU/c85FBKl4lPmuqpfsnbBU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1467/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:59:37.4215218Z [00:03:39.247]➜  go tool buildid -w $WORK/b1465/_pkg_.a # internal
2025-08-20T21:59:37.4228244Z [00:03:39.248]➜  cp $WORK/b1465/_pkg_.a /root/.cache/go-build/a6/a64aaf8c31805704dc8edd1c2009fcbb9729337edaf0a1fc9cf1a5d7050e0858-d # internal
2025-08-20T21:59:37.4231820Z [00:03:39.248]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/op
2025-08-20T21:59:37.4234613Z [00:03:39.249]➜  mkdir -p $WORK/b1468/
2025-08-20T21:59:37.4236921Z [00:03:39.249]➜  cat >/tmp/go-build282983591/b1468/importcfg << 'EOF' # internal
2025-08-20T21:59:37.4237850Z [00:03:39.249]➜  # import config
2025-08-20T21:59:37.4238507Z [00:03:39.249]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:37.4239302Z [00:03:39.249]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:37.4240299Z [00:03:39.249]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:37.4241688Z [00:03:39.249]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build282983591/b1452/_pkg_.a
2025-08-20T21:59:37.4243158Z [00:03:39.249]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build282983591/b1453/_pkg_.a
2025-08-20T21:59:37.4244702Z [00:03:39.249]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers=/tmp/go-build282983591/b1462/_pkg_.a
2025-08-20T21:59:37.4246259Z [00:03:39.249]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build282983591/b1456/_pkg_.a
2025-08-20T21:59:37.4247734Z [00:03:39.249]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build282983591/b1463/_pkg_.a
2025-08-20T21:59:37.4248860Z [00:03:39.249]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:37.4249475Z [00:03:39.249]➜  EOF
2025-08-20T21:59:37.4258879Z [00:03:39.251]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1468/_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/b1468=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/op -lang=go1.23 -complete -installsuffix shared -buildid -2tYS7a8CnU4ac7-7Nx4/-2tYS7a8CnU4ac7-7Nx4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1468/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:59:37.4376324Z [00:03:39.263]➜  go tool buildid -w $WORK/b1466/_pkg_.a # internal
2025-08-20T21:59:37.4389095Z [00:03:39.264]➜  cp $WORK/b1466/_pkg_.a /root/.cache/go-build/54/54c3b7350bd01797d29bc70cfd45eca353939afaec05f51cc5b09de54aac2803-d # internal
2025-08-20T21:59:37.4397620Z [00:03:39.265]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/internal/resource
2025-08-20T21:59:37.4400627Z [00:03:39.265]➜  mkdir -p $WORK/b1475/
2025-08-20T21:59:37.4403456Z [00:03:39.266]➜  cat >/tmp/go-build282983591/b1475/importcfg << 'EOF' # internal
2025-08-20T21:59:37.4404160Z [00:03:39.266]➜  # import config
2025-08-20T21:59:37.4405655Z [00:03:39.266]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:37.4406491Z [00:03:39.266]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:37.4407117Z [00:03:39.266]➜  EOF
2025-08-20T21:59:37.4414350Z [00:03:39.266]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1475/_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/b1475=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/internal/resource -lang=go1.23 -complete -installsuffix shared -buildid iySEYhQlGXQbaenvcHfo/iySEYhQlGXQbaenvcHfo -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/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:59:37.4506060Z [00:03:39.276]➜  go tool buildid -w $WORK/b1468/_pkg_.a # internal
2025-08-20T21:59:37.4518119Z [00:03:39.277]➜  cp $WORK/b1468/_pkg_.a /root/.cache/go-build/f5/f59062d437a51f2d4c466abfd6658b72941adb79a5595b8d2f81e34ec5cf4942-d # internal
2025-08-20T21:59:37.4527827Z [00:03:39.278]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/policy
2025-08-20T21:59:37.4528524Z [00:03:39.278]➜  mkdir -p $WORK/b1476/
2025-08-20T21:59:37.4530328Z [00:03:39.278]➜  cat >/tmp/go-build282983591/b1476/importcfg << 'EOF' # internal
2025-08-20T21:59:37.4531167Z [00:03:39.278]➜  # import config
2025-08-20T21:59:37.4532108Z [00:03:39.278]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build282983591/b1458/_pkg_.a
2025-08-20T21:59:37.4533115Z [00:03:39.278]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:37.4533692Z [00:03:39.278]➜  EOF
2025-08-20T21:59:37.4540832Z [00:03:39.279]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1476/_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/b1476=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/policy -lang=go1.23 -complete -installsuffix shared -buildid MnhdAXM985vI-en8uuN_/MnhdAXM985vI-en8uuN_ -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/azcore@v1.18.0/arm/policy/policy.go
2025-08-20T21:59:37.4558654Z [00:03:39.281]➜  go tool buildid -w $WORK/b1467/_pkg_.a # internal
2025-08-20T21:59:37.4560914Z [00:03:39.281]➜  cp $WORK/b1467/_pkg_.a /root/.cache/go-build/69/69b7a956ad02a3893375c8904419ff4f60bae500d516ab0a743af421640ec5d8-d # internal
2025-08-20T21:59:37.4617923Z [00:03:39.287]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime
2025-08-20T21:59:37.4619605Z [00:03:39.287]➜  mkdir -p $WORK/b1461/
2025-08-20T21:59:37.4628787Z [00:03:39.288]➜  cat >/tmp/go-build282983591/b1461/importcfg << 'EOF' # internal
2025-08-20T21:59:37.4633130Z [00:03:39.288]➜  # import config
2025-08-20T21:59:37.4633772Z [00:03:39.288]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:37.4634928Z [00:03:39.288]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:37.4635781Z [00:03:39.288]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:59:37.4636857Z [00:03:39.288]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:37.4637753Z [00:03:39.288]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:37.4638637Z [00:03:39.288]➜  packagefile encoding/xml=/tmp/go-build282983591/b486/_pkg_.a
2025-08-20T21:59:37.4639477Z [00:03:39.288]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:37.4640460Z [00:03:39.288]➜  packagefile flag=/tmp/go-build282983591/b071/_pkg_.a
2025-08-20T21:59:37.4641236Z [00:03:39.288]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:37.4642461Z [00:03:39.288]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build282983591/b1452/_pkg_.a
2025-08-20T21:59:37.4643984Z [00:03:39.288]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build282983591/b1453/_pkg_.a
2025-08-20T21:59:37.4645502Z [00:03:39.288]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers=/tmp/go-build282983591/b1462/_pkg_.a
2025-08-20T21:59:37.4647137Z [00:03:39.288]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/async=/tmp/go-build282983591/b1464/_pkg_.a
2025-08-20T21:59:37.4648786Z [00:03:39.288]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/body=/tmp/go-build282983591/b1465/_pkg_.a
2025-08-20T21:59:37.4652599Z [00:03:39.288]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/fake=/tmp/go-build282983591/b1466/_pkg_.a
2025-08-20T21:59:37.4654472Z [00:03:39.288]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/loc=/tmp/go-build282983591/b1467/_pkg_.a
2025-08-20T21:59:37.4656100Z [00:03:39.288]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/op=/tmp/go-build282983591/b1468/_pkg_.a
2025-08-20T21:59:37.4657658Z [00:03:39.288]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build282983591/b1456/_pkg_.a
2025-08-20T21:59:37.4659135Z [00:03:39.288]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build282983591/b1458/_pkg_.a
2025-08-20T21:59:37.4661022Z [00:03:39.288]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build282983591/b1469/_pkg_.a
2025-08-20T21:59:37.4662513Z [00:03:39.288]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing=/tmp/go-build282983591/b1460/_pkg_.a
2025-08-20T21:59:37.4663898Z [00:03:39.288]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/diag=/tmp/go-build282983591/b1470/_pkg_.a
2025-08-20T21:59:37.4665296Z [00:03:39.288]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/errorinfo=/tmp/go-build282983591/b1471/_pkg_.a
2025-08-20T21:59:37.4666727Z [00:03:39.288]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/exported=/tmp/go-build282983591/b1457/_pkg_.a
2025-08-20T21:59:37.4668209Z [00:03:39.288]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build282983591/b1463/_pkg_.a
2025-08-20T21:59:37.4669750Z [00:03:39.288]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/temporal=/tmp/go-build282983591/b1472/_pkg_.a
2025-08-20T21:59:37.4671366Z [00:03:39.288]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/uuid=/tmp/go-build282983591/b1473/_pkg_.a
2025-08-20T21:59:37.4672591Z [00:03:39.288]➜  packagefile golang.org/x/net/http2=/tmp/go-build282983591/b475/_pkg_.a
2025-08-20T21:59:37.4673508Z [00:03:39.288]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:37.4674304Z [00:03:39.288]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:37.4675103Z [00:03:39.288]➜  packagefile math/rand=/tmp/go-build282983591/b118/_pkg_.a
2025-08-20T21:59:37.4675951Z [00:03:39.288]➜  packagefile mime/multipart=/tmp/go-build282983591/b216/_pkg_.a
2025-08-20T21:59:37.4681945Z [00:03:39.288]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:37.4683241Z [00:03:39.288]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:37.4686474Z [00:03:39.288]➜  packagefile net/textproto=/tmp/go-build282983591/b212/_pkg_.a
2025-08-20T21:59:37.4700602Z [00:03:39.288]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:37.4701460Z [00:03:39.288]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:37.4702280Z [00:03:39.289]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:59:37.4703128Z [00:03:39.289]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:37.4703982Z [00:03:39.289]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:37.4704820Z [00:03:39.289]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:37.4705625Z [00:03:39.289]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:37.4706453Z [00:03:39.289]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:37.4707256Z [00:03:39.289]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:37.4708048Z [00:03:39.289]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:37.4708635Z [00:03:39.289]➜  EOF
2025-08-20T21:59:37.4726713Z [00:03:39.294]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1461/_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/b1461=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime -lang=go1.23 -complete -installsuffix shared -buildid ED-0L06SwmQICjAdMUCl/ED-0L06SwmQICjAdMUCl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1461/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:59:37.4923981Z [00:03:39.318]➜  go tool buildid -w $WORK/b1476/_pkg_.a # internal
2025-08-20T21:59:37.4938243Z [00:03:39.319]➜  cp $WORK/b1476/_pkg_.a /root/.cache/go-build/95/955f5bd23bb3b6461c5a879cd043f138bbb9f3a95696fe8ac6eb1e1541aa774d-d # internal
2025-08-20T21:59:37.4939469Z [00:03:39.319]➜  go tool buildid -w $WORK/b1475/_pkg_.a # internal
2025-08-20T21:59:37.4957029Z [00:03:39.321]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache
2025-08-20T21:59:37.4960110Z [00:03:39.321]➜  mkdir -p $WORK/b1478/
2025-08-20T21:59:37.4960854Z [00:03:39.321]➜  cat >/tmp/go-build282983591/b1478/importcfg << 'EOF' # internal
2025-08-20T21:59:37.4961534Z [00:03:39.321]➜  # import config
2025-08-20T21:59:37.4962200Z [00:03:39.321]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:37.4962820Z [00:03:39.321]➜  EOF
2025-08-20T21:59:37.4967528Z [00:03:39.321]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1478/_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/b1478=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache -lang=go1.18 -complete -installsuffix shared -buildid tWMxVqYMBv4QdSGLg2S4/tWMxVqYMBv4QdSGLg2S4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1478/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:59:37.4973795Z [00:03:39.321]➜  cp $WORK/b1475/_pkg_.a /root/.cache/go-build/e1/e1f707a0d31db185d6cb2b5b6123a8fc6dde1b66cbd1fbe73232adfe5cb473b7-d # internal
2025-08-20T21:59:37.4974899Z [00:03:39.321]➜  github.com/kylelemons/godebug/diff
2025-08-20T21:59:37.4975464Z [00:03:39.321]➜  mkdir -p $WORK/b1483/
2025-08-20T21:59:37.4976157Z [00:03:39.321]➜  cat >/tmp/go-build282983591/b1483/importcfg << 'EOF' # internal
2025-08-20T21:59:37.4976980Z [00:03:39.321]➜  # import config
2025-08-20T21:59:37.4977630Z [00:03:39.321]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:37.4978393Z [00:03:39.321]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:37.4979189Z [00:03:39.321]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:37.4979997Z [00:03:39.321]➜  EOF
2025-08-20T21:59:37.4983478Z [00:03:39.321]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1483/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kylelemons/godebug@v1.1.0/diff=>github.com/kylelemons/godebug@v1.1.0/diff;$WORK/b1483=>" -p github.com/kylelemons/godebug/diff -lang=go1.11 -complete -installsuffix shared -buildid ELtHmg2uPe1ydBcvaaQD/ELtHmg2uPe1ydBcvaaQD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1483/importcfg -pack /root/go/pkg/mod/github.com/kylelemons/godebug@v1.1.0/diff/diff.go
2025-08-20T21:59:37.5082072Z [00:03:39.333]➜  go tool buildid -w $WORK/b1478/_pkg_.a # internal
2025-08-20T21:59:37.5083452Z [00:03:39.333]➜  cp $WORK/b1478/_pkg_.a /root/.cache/go-build/c3/c38b88579df4c6982b801325cddf16dda282e1e20576cb28fa75f3b5c4932d56-d # internal
2025-08-20T21:59:37.5097179Z [00:03:39.335]➜  github.com/Azure/azure-sdk-for-go/sdk/azidentity/internal
2025-08-20T21:59:37.5102913Z [00:03:39.335]➜  mkdir -p $WORK/b1477/
2025-08-20T21:59:37.5103700Z [00:03:39.335]➜  cat >/tmp/go-build282983591/b1477/importcfg << 'EOF' # internal
2025-08-20T21:59:37.5104440Z [00:03:39.335]➜  # import config
2025-08-20T21:59:37.5105624Z [00:03:39.335]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache=/tmp/go-build282983591/b1478/_pkg_.a
2025-08-20T21:59:37.5106893Z [00:03:39.335]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:37.5107525Z [00:03:39.335]➜  EOF
2025-08-20T21:59:37.5112018Z [00:03:39.335]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1477/_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/b1477=>" -p github.com/Azure/azure-sdk-for-go/sdk/azidentity/internal -lang=go1.23 -complete -installsuffix shared -buildid QXSMlApY_N1ADjfZHMof/QXSMlApY_N1ADjfZHMof -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/azidentity@v1.10.1/internal/cache.go
2025-08-20T21:59:37.5216576Z [00:03:39.347]➜  go tool buildid -w $WORK/b1483/_pkg_.a # internal
2025-08-20T21:59:37.5223900Z [00:03:39.348]➜  cp $WORK/b1483/_pkg_.a /root/.cache/go-build/b4/b4cd3e1af84b3555170693a44ffd9e09dad12e1468b6d9d725e58ed7c6fd799a-d # internal
2025-08-20T21:59:37.5238004Z [00:03:39.348]➜  github.com/kylelemons/godebug/pretty
2025-08-20T21:59:37.5238642Z [00:03:39.348]➜  mkdir -p $WORK/b1482/
2025-08-20T21:59:37.5239398Z [00:03:39.348]➜  cat >/tmp/go-build282983591/b1482/importcfg << 'EOF' # internal
2025-08-20T21:59:37.5240275Z [00:03:39.349]➜  # import config
2025-08-20T21:59:37.5240929Z [00:03:39.349]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:37.5241721Z [00:03:39.349]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:37.5242535Z [00:03:39.349]➜  packagefile encoding=/tmp/go-build282983591/b068/_pkg_.a
2025-08-20T21:59:37.5243312Z [00:03:39.349]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:37.5244320Z [00:03:39.349]➜  packagefile github.com/kylelemons/godebug/diff=/tmp/go-build282983591/b1483/_pkg_.a
2025-08-20T21:59:37.5245286Z [00:03:39.349]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:37.5246044Z [00:03:39.349]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:37.5246819Z [00:03:39.349]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:37.5247596Z [00:03:39.349]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:37.5248546Z [00:03:39.349]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:37.5249375Z [00:03:39.349]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:37.5261391Z [00:03:39.349]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:37.5262073Z [00:03:39.349]➜  EOF
2025-08-20T21:59:37.5267732Z [00:03:39.349]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1482/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kylelemons/godebug@v1.1.0/pretty=>github.com/kylelemons/godebug@v1.1.0/pretty;$WORK/b1482=>" -p github.com/kylelemons/godebug/pretty -lang=go1.11 -complete -installsuffix shared -buildid 0YugejsuMGUXkmBO5g2o/0YugejsuMGUXkmBO5g2o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1482/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:59:37.5282352Z [00:03:39.353]➜  go tool buildid -w $WORK/b1477/_pkg_.a # internal
2025-08-20T21:59:37.5284529Z [00:03:39.353]➜  cp $WORK/b1477/_pkg_.a /root/.cache/go-build/06/0671a08cc9e28b1da91464e32d68895d48f6c0585dbb0aeceda491e45dc1e4c2-d # internal
2025-08-20T21:59:37.5288033Z [00:03:39.353]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json
2025-08-20T21:59:37.5288889Z [00:03:39.353]➜  mkdir -p $WORK/b1485/
2025-08-20T21:59:37.5289630Z [00:03:39.353]➜  cat >/tmp/go-build282983591/b1485/importcfg << 'EOF' # internal
2025-08-20T21:59:37.5290567Z [00:03:39.353]➜  # import config
2025-08-20T21:59:37.5291232Z [00:03:39.353]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:37.5292081Z [00:03:39.353]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:37.5292923Z [00:03:39.353]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:37.5293732Z [00:03:39.353]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:37.5294536Z [00:03:39.353]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:37.5295342Z [00:03:39.353]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:59:37.5296110Z [00:03:39.353]➜  EOF
2025-08-20T21:59:37.5303759Z [00:03:39.354]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1485/_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/b1485=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json -lang=go1.18 -complete -installsuffix shared -buildid dFCgo--b5Ejm0ziVBKoC/dFCgo--b5Ejm0ziVBKoC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1485/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:59:37.6406744Z [00:03:39.466]➜  go tool buildid -w $WORK/b1482/_pkg_.a # internal
2025-08-20T21:59:37.6440222Z [00:03:39.469]➜  cp $WORK/b1482/_pkg_.a /root/.cache/go-build/38/3890f4825f273e6dba4afdad586187d69a802d5f85fc8a489b4a915458529b96-d # internal
2025-08-20T21:59:37.6461681Z [00:03:39.471]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors
2025-08-20T21:59:37.6464125Z [00:03:39.471]➜  mkdir -p $WORK/b1481/
2025-08-20T21:59:37.6471356Z [00:03:39.472]➜  cat >/tmp/go-build282983591/b1481/importcfg << 'EOF' # internal
2025-08-20T21:59:37.6472402Z [00:03:39.472]➜  # import config
2025-08-20T21:59:37.6473372Z [00:03:39.472]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:37.6474403Z [00:03:39.472]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:37.6475475Z [00:03:39.472]➜  packagefile github.com/kylelemons/godebug/pretty=/tmp/go-build282983591/b1482/_pkg_.a
2025-08-20T21:59:37.6476487Z [00:03:39.472]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:37.6477284Z [00:03:39.472]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:37.6478112Z [00:03:39.472]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:37.6479113Z [00:03:39.472]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:37.6479714Z [00:03:39.472]➜  EOF
2025-08-20T21:59:37.6485636Z [00:03:39.473]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1481/_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/b1481=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors -lang=go1.18 -complete -installsuffix shared -buildid G0RGDwtJpS5qGWgrLvwj/G0RGDwtJpS5qGWgrLvwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1481/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:59:37.6665012Z [00:03:39.492]➜  go tool buildid -w $WORK/b1485/_pkg_.a # internal
2025-08-20T21:59:37.6689501Z [00:03:39.494]➜  cp $WORK/b1485/_pkg_.a /root/.cache/go-build/0e/0e41b4fab012f47430abca4323bbacd9245797be15db4af50ed4119c1504e03e-d # internal
2025-08-20T21:59:37.6710066Z [00:03:39.496]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json/types/time
2025-08-20T21:59:37.6712215Z [00:03:39.496]➜  mkdir -p $WORK/b1486/
2025-08-20T21:59:37.6712977Z [00:03:39.496]➜  cat >/tmp/go-build282983591/b1486/importcfg << 'EOF' # internal
2025-08-20T21:59:37.6713654Z [00:03:39.496]➜  # import config
2025-08-20T21:59:37.6714290Z [00:03:39.496]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:37.6715090Z [00:03:39.496]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:37.6715885Z [00:03:39.496]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:37.6716928Z [00:03:39.496]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:37.6717507Z [00:03:39.496]➜  EOF
2025-08-20T21:59:37.6723193Z [00:03:39.496]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1486/_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/b1486=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json/types/time -lang=go1.18 -complete -installsuffix shared -buildid Hcc5tKlyDAosPMLm8inA/Hcc5tKlyDAosPMLm8inA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1486/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:59:37.6878708Z [00:03:39.513]➜  go tool buildid -w $WORK/b1481/_pkg_.a # internal
2025-08-20T21:59:37.6891590Z [00:03:39.514]➜  cp $WORK/b1481/_pkg_.a /root/.cache/go-build/d7/d77f5ab6b7409360c9760a8f0fc39efa7384a851a8e7895f13a3473cb46de696-d # internal
2025-08-20T21:59:37.6974219Z [00:03:39.522]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority
2025-08-20T21:59:37.6976784Z [00:03:39.522]➜  mkdir -p $WORK/b1491/
2025-08-20T21:59:37.6977576Z [00:03:39.523]➜  cat >/tmp/go-build282983591/b1491/importcfg << 'EOF' # internal
2025-08-20T21:59:37.6978270Z [00:03:39.523]➜  # import config
2025-08-20T21:59:37.6978953Z [00:03:39.523]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:37.6980049Z [00:03:39.523]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:59:37.6981192Z [00:03:39.523]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:37.6982169Z [00:03:39.523]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:37.6983073Z [00:03:39.523]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:37.6983914Z [00:03:39.523]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:37.6984839Z [00:03:39.523]➜  packagefile github.com/google/uuid=/tmp/go-build282983591/b327/_pkg_.a
2025-08-20T21:59:37.6985949Z [00:03:39.523]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:37.6986790Z [00:03:39.523]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:37.6987640Z [00:03:39.523]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:37.6988461Z [00:03:39.523]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:37.6989263Z [00:03:39.523]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:59:37.6990335Z [00:03:39.523]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:37.6991198Z [00:03:39.523]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:37.6992051Z [00:03:39.523]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:37.6992662Z [00:03:39.523]➜  EOF
2025-08-20T21:59:37.6999214Z [00:03:39.523]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1491/_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/b1491=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority -lang=go1.18 -complete -installsuffix shared -buildid ezaHFl_kpBeWhIx6CQ6k/ezaHFl_kpBeWhIx6CQ6k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1491/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:59:37.7064882Z [00:03:39.531]➜  go tool buildid -w $WORK/b1486/_pkg_.a # internal
2025-08-20T21:59:37.7071537Z [00:03:39.532]➜  cp $WORK/b1486/_pkg_.a /root/.cache/go-build/ef/ef3d0ad6fc115c2908f8d240b62c160574e9c5dc23be5a1bb9753ac667b22201-d # internal
2025-08-20T21:59:37.7081725Z [00:03:39.533]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared
2025-08-20T21:59:37.7108656Z [00:03:39.534]➜  mkdir -p $WORK/b1495/
2025-08-20T21:59:37.7109449Z [00:03:39.534]➜  cat >/tmp/go-build282983591/b1495/importcfg << 'EOF' # internal
2025-08-20T21:59:37.7110332Z [00:03:39.534]➜  # import config
2025-08-20T21:59:37.7110981Z [00:03:39.534]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:37.7111833Z [00:03:39.534]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:37.7112613Z [00:03:39.534]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:37.7113204Z [00:03:39.534]➜  EOF
2025-08-20T21:59:37.7123753Z [00:03:39.537]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1495/_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/b1495=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared -lang=go1.18 -complete -installsuffix shared -buildid o0Z1cSv9OMili9Jqm0_l/o0Z1cSv9OMili9Jqm0_l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1495/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:59:37.7312212Z [00:03:39.556]➜  go tool buildid -w $WORK/b1461/_pkg_.a # internal
2025-08-20T21:59:37.7347444Z [00:03:39.560]➜  cp $WORK/b1461/_pkg_.a /root/.cache/go-build/67/675ea9ceaebfebe3ac22f14238238de53835319406e2bf60113ff37cd73911a7-d # internal
2025-08-20T21:59:37.7370849Z [00:03:39.562]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore
2025-08-20T21:59:37.7372389Z [00:03:39.562]➜  mkdir -p $WORK/b1451/
2025-08-20T21:59:37.7393598Z [00:03:39.565]➜  cat >/tmp/go-build282983591/b1451/importcfg << 'EOF' # internal
2025-08-20T21:59:37.7396309Z [00:03:39.565]➜  # import config
2025-08-20T21:59:37.7397623Z [00:03:39.565]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build282983591/b1452/_pkg_.a
2025-08-20T21:59:37.7400754Z [00:03:39.565]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build282983591/b1456/_pkg_.a
2025-08-20T21:59:37.7402446Z [00:03:39.565]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build282983591/b1458/_pkg_.a
2025-08-20T21:59:37.7405695Z [00:03:39.565]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build282983591/b1461/_pkg_.a
2025-08-20T21:59:37.7407305Z [00:03:39.565]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing=/tmp/go-build282983591/b1460/_pkg_.a
2025-08-20T21:59:37.7409554Z [00:03:39.565]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:37.7411818Z [00:03:39.565]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:37.7414490Z [00:03:39.565]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:37.7415055Z [00:03:39.565]➜  EOF
2025-08-20T21:59:37.7420437Z [00:03:39.565]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1451/_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/b1451=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore -lang=go1.23 -complete -installsuffix shared -buildid XYQyde0gU6kBu4LIbaHh/XYQyde0gU6kBu4LIbaHh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1451/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:59:37.7631428Z [00:03:39.588]➜  go tool buildid -w $WORK/b1495/_pkg_.a # internal
2025-08-20T21:59:37.7643277Z [00:03:39.589]➜  cp $WORK/b1495/_pkg_.a /root/.cache/go-build/95/95bb4f2dc7ac51da874f59aa62aa2f40d0cca4c2944d157b8643221e0f618c33-d # internal
2025-08-20T21:59:37.7759046Z [00:03:39.601]➜  github.com/golang-jwt/jwt/v5
2025-08-20T21:59:37.7762557Z [00:03:39.601]➜  mkdir -p $WORK/b1496/
2025-08-20T21:59:37.7765434Z [00:03:39.602]➜  cat >/tmp/go-build282983591/b1496/importcfg << 'EOF' # internal
2025-08-20T21:59:37.7774883Z [00:03:39.602]➜  # import config
2025-08-20T21:59:37.7775589Z [00:03:39.602]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:37.7776429Z [00:03:39.602]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:59:37.7777283Z [00:03:39.602]➜  packagefile crypto/ecdsa=/tmp/go-build282983591/b115/_pkg_.a
2025-08-20T21:59:37.7778186Z [00:03:39.602]➜  packagefile crypto/ed25519=/tmp/go-build282983591/b130/_pkg_.a
2025-08-20T21:59:37.7779080Z [00:03:39.602]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:59:37.7780486Z [00:03:39.602]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:59:37.7781556Z [00:03:39.602]➜  packagefile crypto/rsa=/tmp/go-build282983591/b148/_pkg_.a
2025-08-20T21:59:37.7782490Z [00:03:39.602]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:59:37.7783388Z [00:03:39.602]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:59:37.7784255Z [00:03:39.602]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:37.7785320Z [00:03:39.602]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:37.7786276Z [00:03:39.602]➜  packagefile encoding/pem=/tmp/go-build282983591/b157/_pkg_.a
2025-08-20T21:59:37.7787126Z [00:03:39.602]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:37.7787927Z [00:03:39.602]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:37.7788715Z [00:03:39.602]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:37.7789541Z [00:03:39.602]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:59:37.7790714Z [00:03:39.602]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:37.7791532Z [00:03:39.602]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:37.7792334Z [00:03:39.602]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:37.7793091Z [00:03:39.602]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:37.7793683Z [00:03:39.602]➜  EOF
2025-08-20T21:59:37.7806621Z [00:03:39.602]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1496/_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/b1496=>" -p github.com/golang-jwt/jwt/v5 -lang=go1.18 -complete -installsuffix shared -buildid edZD76P1gx3ySfT778Mc/edZD76P1gx3ySfT778Mc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1496/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:59:37.7869475Z [00:03:39.612]➜  go tool buildid -w $WORK/b1491/_pkg_.a # internal
2025-08-20T21:59:37.7887769Z [00:03:39.614]➜  cp $WORK/b1491/_pkg_.a /root/.cache/go-build/53/53660b99f7e7c43c5317ce0130ea8f86adfc9a1c5b77f2f3cdf1b0058f727060-d # internal
2025-08-20T21:59:37.7911072Z [00:03:39.616]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust/defs
2025-08-20T21:59:37.7912140Z [00:03:39.616]➜  mkdir -p $WORK/b1494/
2025-08-20T21:59:37.7913553Z [00:03:39.616]➜  cat >/tmp/go-build282983591/b1494/importcfg << 'EOF' # internal
2025-08-20T21:59:37.7914754Z [00:03:39.616]➜  # import config
2025-08-20T21:59:37.7915709Z [00:03:39.616]➜  packagefile encoding/xml=/tmp/go-build282983591/b486/_pkg_.a
2025-08-20T21:59:37.7918017Z [00:03:39.616]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:37.7918979Z [00:03:39.616]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:37.7922072Z [00:03:39.616]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build282983591/b1491/_pkg_.a
2025-08-20T21:59:37.7924136Z [00:03:39.616]➜  packagefile github.com/google/uuid=/tmp/go-build282983591/b327/_pkg_.a
2025-08-20T21:59:37.7925564Z [00:03:39.616]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:37.7928337Z [00:03:39.616]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:37.7929183Z [00:03:39.616]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:37.7929994Z [00:03:39.616]➜  EOF
2025-08-20T21:59:37.7941268Z [00:03:39.616]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1494/_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/b1494=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust/defs -lang=go1.18 -complete -installsuffix shared -buildid Elyrj9KRPK6TQ7GtOaLF/Elyrj9KRPK6TQ7GtOaLF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1494/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:59:37.8109591Z [00:03:39.636]➜  go tool buildid -w $WORK/b1451/_pkg_.a # internal
2025-08-20T21:59:37.8125513Z [00:03:39.638]➜  cp $WORK/b1451/_pkg_.a /root/.cache/go-build/a6/a6b12c882bf924fc399bd0718c06c22e747bd1776c6175183c4c6b0744cb102c-d # internal
2025-08-20T21:59:37.8175346Z [00:03:39.643]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/runtime
2025-08-20T21:59:37.8196943Z [00:03:39.643]➜  mkdir -p $WORK/b1474/
2025-08-20T21:59:37.8197725Z [00:03:39.643]➜  cat >/tmp/go-build282983591/b1474/importcfg << 'EOF' # internal
2025-08-20T21:59:37.8198404Z [00:03:39.643]➜  # import config
2025-08-20T21:59:37.8199225Z [00:03:39.643]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:37.8200240Z [00:03:39.643]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:37.8201042Z [00:03:39.643]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:37.8202092Z [00:03:39.643]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build282983591/b1451/_pkg_.a
2025-08-20T21:59:37.8203600Z [00:03:39.643]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/internal/resource=/tmp/go-build282983591/b1475/_pkg_.a
2025-08-20T21:59:37.8205161Z [00:03:39.643]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/policy=/tmp/go-build282983591/b1476/_pkg_.a
2025-08-20T21:59:37.8206594Z [00:03:39.643]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud=/tmp/go-build282983591/b1459/_pkg_.a
2025-08-20T21:59:37.8208110Z [00:03:39.643]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build282983591/b1452/_pkg_.a
2025-08-20T21:59:37.8209681Z [00:03:39.643]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build282983591/b1456/_pkg_.a
2025-08-20T21:59:37.8211352Z [00:03:39.643]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build282983591/b1458/_pkg_.a
2025-08-20T21:59:37.8212771Z [00:03:39.643]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build282983591/b1461/_pkg_.a
2025-08-20T21:59:37.8214326Z [00:03:39.643]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing=/tmp/go-build282983591/b1460/_pkg_.a
2025-08-20T21:59:37.8215790Z [00:03:39.643]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/log=/tmp/go-build282983591/b1455/_pkg_.a
2025-08-20T21:59:37.8217238Z [00:03:39.643]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/temporal=/tmp/go-build282983591/b1472/_pkg_.a
2025-08-20T21:59:37.8218363Z [00:03:39.643]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:37.8219341Z [00:03:39.643]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:37.8220340Z [00:03:39.643]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:37.8221147Z [00:03:39.643]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:37.8221931Z [00:03:39.643]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:37.8222514Z [00:03:39.643]➜  EOF
2025-08-20T21:59:37.8229650Z [00:03:39.643]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1474/_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/b1474=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/runtime -lang=go1.23 -complete -installsuffix shared -buildid JOkenl9OK0tFpLZgZ77c/JOkenl9OK0tFpLZgZ77c -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/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:59:37.9532326Z [00:03:39.778]➜  go tool buildid -w $WORK/b1474/_pkg_.a # internal
2025-08-20T21:59:37.9571544Z [00:03:39.781]➜  cp $WORK/b1474/_pkg_.a /root/.cache/go-build/fa/fa9d8b6c7db597bd3a4ef503f01cb64e0d06fe6929fb0b788fe65b9a514208f6-d # internal
2025-08-20T21:59:37.9587410Z [00:03:39.784]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/comm
2025-08-20T21:59:37.9588386Z [00:03:39.784]➜  mkdir -p $WORK/b1497/
2025-08-20T21:59:37.9590115Z [00:03:39.784]➜  cat >/tmp/go-build282983591/b1497/importcfg << 'EOF' # internal
2025-08-20T21:59:37.9591376Z [00:03:39.784]➜  # import config
2025-08-20T21:59:37.9592342Z [00:03:39.784]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:37.9594974Z [00:03:39.784]➜  packagefile compress/gzip=/tmp/go-build282983591/b204/_pkg_.a
2025-08-20T21:59:37.9596263Z [00:03:39.784]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:37.9597666Z [00:03:39.784]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:37.9600444Z [00:03:39.784]➜  packagefile encoding/xml=/tmp/go-build282983591/b486/_pkg_.a
2025-08-20T21:59:37.9602670Z [00:03:39.784]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:37.9604037Z [00:03:39.784]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors=/tmp/go-build282983591/b1481/_pkg_.a
2025-08-20T21:59:37.9605939Z [00:03:39.784]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json=/tmp/go-build282983591/b1485/_pkg_.a
2025-08-20T21:59:37.9607915Z [00:03:39.784]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/version=/tmp/go-build282983591/b1498/_pkg_.a
2025-08-20T21:59:37.9609397Z [00:03:39.784]➜  packagefile github.com/google/uuid=/tmp/go-build282983591/b327/_pkg_.a
2025-08-20T21:59:37.9614820Z [00:03:39.784]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:37.9615739Z [00:03:39.784]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:37.9616767Z [00:03:39.784]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:37.9617633Z [00:03:39.784]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:37.9618565Z [00:03:39.784]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:37.9619379Z [00:03:39.784]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:37.9620398Z [00:03:39.784]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:37.9621158Z [00:03:39.784]➜  EOF
2025-08-20T21:59:37.9627856Z [00:03:39.784]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1497/_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/b1497=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/comm -lang=go1.18 -complete -installsuffix shared -buildid VPf8PRki4umqQJKHYwGE/VPf8PRki4umqQJKHYwGE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1497/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:59:37.9768423Z [00:03:39.802]➜  go tool buildid -w $WORK/b1494/_pkg_.a # internal
2025-08-20T21:59:37.9790697Z [00:03:39.804]➜  cp $WORK/b1494/_pkg_.a /root/.cache/go-build/52/52c6a1339d924a1eb6812e6e24de7714e7fbc3c9449b0963ca2c5b0fc9200292-d # internal
2025-08-20T21:59:37.9825122Z [00:03:39.808]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust
2025-08-20T21:59:37.9831487Z [00:03:39.808]➜  mkdir -p $WORK/b1493/
2025-08-20T21:59:37.9834159Z [00:03:39.808]➜  cat >/tmp/go-build282983591/b1493/importcfg << 'EOF' # internal
2025-08-20T21:59:37.9834888Z [00:03:39.808]➜  # import config
2025-08-20T21:59:37.9835557Z [00:03:39.808]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:37.9836404Z [00:03:39.808]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:37.9837404Z [00:03:39.808]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:37.9838935Z [00:03:39.808]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build282983591/b1491/_pkg_.a
2025-08-20T21:59:37.9841329Z [00:03:39.808]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/grant=/tmp/go-build282983591/b1492/_pkg_.a
2025-08-20T21:59:37.9843532Z [00:03:39.808]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust/defs=/tmp/go-build282983591/b1494/_pkg_.a
2025-08-20T21:59:37.9844997Z [00:03:39.808]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:37.9845838Z [00:03:39.808]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:37.9846478Z [00:03:39.808]➜  EOF
2025-08-20T21:59:37.9853040Z [00:03:39.809]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1493/_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/b1493=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust -lang=go1.18 -complete -installsuffix shared -buildid sUOmlELQx2WxvBUBWLn-/sUOmlELQx2WxvBUBWLn- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1493/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:59:38.0176192Z [00:03:39.843]➜  go tool buildid -w $WORK/b1496/_pkg_.a # internal
2025-08-20T21:59:38.0246906Z [00:03:39.850]➜  cp $WORK/b1496/_pkg_.a /root/.cache/go-build/8a/8a6a0ed5391329e6bae0083dd94a55f492f69e57e778f352a26de2fe9c7805f8-d # internal
2025-08-20T21:59:38.0257791Z [00:03:39.850]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/options
2025-08-20T21:59:38.0258744Z [00:03:39.850]➜  mkdir -p $WORK/b1499/
2025-08-20T21:59:38.0259476Z [00:03:39.850]➜  cat >/tmp/go-build282983591/b1499/importcfg << 'EOF' # internal
2025-08-20T21:59:38.0260373Z [00:03:39.850]➜  # import config
2025-08-20T21:59:38.0261230Z [00:03:39.850]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:38.0262013Z [00:03:39.850]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:38.0262599Z [00:03:39.850]➜  EOF
2025-08-20T21:59:38.0294480Z [00:03:39.851]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1499/_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/b1499=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/options -lang=go1.18 -complete -installsuffix shared -buildid Rr2HYX2YkfrMmZCejkmz/Rr2HYX2YkfrMmZCejkmz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1499/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:59:38.0645195Z [00:03:39.890]➜  go tool buildid -w $WORK/b1493/_pkg_.a # internal
2025-08-20T21:59:38.0657563Z [00:03:39.891]➜  cp $WORK/b1493/_pkg_.a /root/.cache/go-build/5c/5c8b1a4818ec80e9f19814df0ba3a7b5a45dd79b094139d22d1abf93992b9bff-d # internal
2025-08-20T21:59:38.0660440Z [00:03:39.891]➜  go tool buildid -w $WORK/b1499/_pkg_.a # internal
2025-08-20T21:59:38.0665664Z [00:03:39.892]➜  cp $WORK/b1499/_pkg_.a /root/.cache/go-build/fe/fec4aa070e4421410454263791132b3ee0cdb84338778f9f6549ecb59e70c5bd-d # internal
2025-08-20T21:59:38.0671224Z [00:03:39.892]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/local
2025-08-20T21:59:38.0672713Z [00:03:39.893]➜  mkdir -p $WORK/b1502/
2025-08-20T21:59:38.0675521Z [00:03:39.893]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens
2025-08-20T21:59:38.0676617Z [00:03:39.893]➜  mkdir -p $WORK/b1490/
2025-08-20T21:59:38.0685888Z [00:03:39.894]➜  cat >/tmp/go-build282983591/b1490/importcfg << 'EOF' # internal
2025-08-20T21:59:38.0687075Z [00:03:39.894]➜  # import config
2025-08-20T21:59:38.0688644Z [00:03:39.894]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:38.0689634Z [00:03:39.894]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:38.0691326Z [00:03:39.894]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:59:38.0698267Z [00:03:39.894]➜  packagefile crypto/sha1=/tmp/go-build282983591/b095/_pkg_.a
2025-08-20T21:59:38.0699226Z [00:03:39.894]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:59:38.0700321Z [00:03:39.894]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:59:38.0701190Z [00:03:39.894]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:38.0702408Z [00:03:39.894]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:38.0706192Z [00:03:39.894]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:38.0707142Z [00:03:39.894]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:38.0708568Z [00:03:39.894]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/exported=/tmp/go-build282983591/b1488/_pkg_.a
2025-08-20T21:59:38.0711242Z [00:03:39.894]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json/types/time=/tmp/go-build282983591/b1486/_pkg_.a
2025-08-20T21:59:38.0713590Z [00:03:39.894]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build282983591/b1491/_pkg_.a
2025-08-20T21:59:38.0715900Z [00:03:39.894]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/grant=/tmp/go-build282983591/b1492/_pkg_.a
2025-08-20T21:59:38.0718130Z [00:03:39.894]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust=/tmp/go-build282983591/b1493/_pkg_.a
2025-08-20T21:59:38.0720560Z [00:03:39.894]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared=/tmp/go-build282983591/b1495/_pkg_.a
2025-08-20T21:59:38.0722073Z [00:03:39.894]➜  packagefile github.com/golang-jwt/jwt/v5=/tmp/go-build282983591/b1496/_pkg_.a
2025-08-20T21:59:38.0723149Z [00:03:39.894]➜  packagefile github.com/google/uuid=/tmp/go-build282983591/b327/_pkg_.a
2025-08-20T21:59:38.0724089Z [00:03:39.894]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:38.0724940Z [00:03:39.894]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:38.0725794Z [00:03:39.894]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:38.0726618Z [00:03:39.894]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:38.0727421Z [00:03:39.894]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:38.0728029Z [00:03:39.894]➜  EOF
2025-08-20T21:59:38.0736242Z [00:03:39.894]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1490/_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/b1490=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens -lang=go1.18 -complete -installsuffix shared -buildid 6ZlLq1XJAaGlb-c34Yu6/6ZlLq1XJAaGlb-c34Yu6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1490/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:59:38.0743872Z [00:03:39.894]➜  cat >/tmp/go-build282983591/b1502/importcfg << 'EOF' # internal
2025-08-20T21:59:38.0744589Z [00:03:39.894]➜  # import config
2025-08-20T21:59:38.0745261Z [00:03:39.894]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:38.0746058Z [00:03:39.894]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:38.0746846Z [00:03:39.894]➜  packagefile html=/tmp/go-build282983591/b176/_pkg_.a
2025-08-20T21:59:38.0747645Z [00:03:39.894]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:38.0748486Z [00:03:39.894]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:38.0749323Z [00:03:39.894]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:38.0750362Z [00:03:39.894]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:38.0751178Z [00:03:39.894]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:38.0751782Z [00:03:39.894]➜  EOF
2025-08-20T21:59:38.0757045Z [00:03:39.896]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1502/_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/b1502=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/local -lang=go1.18 -complete -installsuffix shared -buildid V70ybVFekMFsT52KtYy2/V70ybVFekMFsT52KtYy2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1502/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:59:38.0991545Z [00:03:39.924]➜  go tool buildid -w $WORK/b1497/_pkg_.a # internal
2025-08-20T21:59:38.1029688Z [00:03:39.928]➜  cp $WORK/b1497/_pkg_.a /root/.cache/go-build/3c/3c7c45646431f5c96a6e8f6eed874845432e7b6895041fb64f7fdd989f54c1ab-d # internal
2025-08-20T21:59:38.1044521Z [00:03:39.930]➜  github.com/pkg/browser
2025-08-20T21:59:38.1047360Z [00:03:39.930]➜  mkdir -p $WORK/b1503/
2025-08-20T21:59:38.1054367Z [00:03:39.931]➜  cat >/tmp/go-build282983591/b1503/importcfg << 'EOF' # internal
2025-08-20T21:59:38.1056894Z [00:03:39.931]➜  # import config
2025-08-20T21:59:38.1057908Z [00:03:39.931]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:38.1059378Z [00:03:39.931]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:38.1060531Z [00:03:39.931]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:59:38.1061691Z [00:03:39.931]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:38.1062933Z [00:03:39.931]➜  packagefile os/exec=/tmp/go-build282983591/b510/_pkg_.a
2025-08-20T21:59:38.1064247Z [00:03:39.931]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:38.1065342Z [00:03:39.931]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:38.1066825Z [00:03:39.931]➜  EOF
2025-08-20T21:59:38.1078869Z [00:03:39.933]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1503/_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/b1503=>" -p github.com/pkg/browser -lang=go1.14 -complete -installsuffix shared -buildid Ve6r9Ucq5LZ78Bt_AWP7/Ve6r9Ucq5LZ78Bt_AWP7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1503/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:59:38.1383209Z [00:03:39.962]➜  go tool buildid -w $WORK/b1503/_pkg_.a # internal
2025-08-20T21:59:38.1412290Z [00:03:39.965]➜  cp $WORK/b1503/_pkg_.a /root/.cache/go-build/35/35aecd1da067ae0b910e38c2fae58dded5fb507cb907ed091518e1d83dfa35c7-d # internal
2025-08-20T21:59:38.1595514Z [00:03:39.985]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated
2025-08-20T21:59:38.1598412Z [00:03:39.985]➜  mkdir -p $WORK/b1507/
2025-08-20T21:59:38.1605402Z [00:03:39.985]➜  cat >/tmp/go-build282983591/b1507/importcfg << 'EOF' # internal
2025-08-20T21:59:38.1606130Z [00:03:39.985]➜  # import config
2025-08-20T21:59:38.1606805Z [00:03:39.985]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:38.1608011Z [00:03:39.985]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:38.1609337Z [00:03:39.985]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:38.1611723Z [00:03:39.985]➜  packagefile encoding/xml=/tmp/go-build282983591/b486/_pkg_.a
2025-08-20T21:59:38.1612555Z [00:03:39.985]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:38.1613355Z [00:03:39.985]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:38.1614426Z [00:03:39.985]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build282983591/b1451/_pkg_.a
2025-08-20T21:59:38.1615866Z [00:03:39.985]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build282983591/b1458/_pkg_.a
2025-08-20T21:59:38.1617312Z [00:03:39.985]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build282983591/b1461/_pkg_.a
2025-08-20T21:59:38.1618700Z [00:03:39.985]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/to=/tmp/go-build282983591/b1508/_pkg_.a
2025-08-20T21:59:38.1619723Z [00:03:39.985]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:38.1620881Z [00:03:39.986]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:38.1621760Z [00:03:39.986]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:38.1622578Z [00:03:39.986]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:38.1623376Z [00:03:39.986]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:38.1624186Z [00:03:39.986]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:38.1625167Z [00:03:39.986]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:38.1625976Z [00:03:39.986]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:38.1626580Z [00:03:39.986]➜  EOF
2025-08-20T21:59:38.1652008Z [00:03:39.986]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1507/_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/b1507=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated -lang=go1.23 -complete -installsuffix shared -buildid HGbFJIobaXQtgUnN8_ku/HGbFJIobaXQtgUnN8_ku -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1507/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:59:38.1775608Z [00:03:40.003]➜  go tool buildid -w $WORK/b1502/_pkg_.a # internal
2025-08-20T21:59:38.1791958Z [00:03:40.004]➜  cp $WORK/b1502/_pkg_.a /root/.cache/go-build/c9/c9a80750c3bcf42aa3ab84d6b773626a19e6106ec8ce98736df8d8c553f6dc66-d # internal
2025-08-20T21:59:38.1860239Z [00:03:40.011]➜  github.com/aws/aws-sdk-go-v2/aws/arn
2025-08-20T21:59:38.1861149Z [00:03:40.011]➜  mkdir -p $WORK/b1519/
2025-08-20T21:59:38.1876720Z [00:03:40.011]➜  cat >/tmp/go-build282983591/b1519/importcfg << 'EOF' # internal
2025-08-20T21:59:38.1877453Z [00:03:40.011]➜  # import config
2025-08-20T21:59:38.1878161Z [00:03:40.011]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:38.1879245Z [00:03:40.011]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:38.1884610Z [00:03:40.011]➜  EOF
2025-08-20T21:59:38.1888199Z [00:03:40.012]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1519/_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/b1519=>" -p github.com/aws/aws-sdk-go-v2/aws/arn -lang=go1.22 -complete -installsuffix shared -buildid Gy-nwZk0M6e5ioXobrRD/Gy-nwZk0M6e5ioXobrRD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1519/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/arn/arn.go
2025-08-20T21:59:38.2216546Z [00:03:40.047]➜  go tool buildid -w $WORK/b1490/_pkg_.a # internal
2025-08-20T21:59:38.2251872Z [00:03:40.050]➜  go tool buildid -w $WORK/b1519/_pkg_.a # internal
2025-08-20T21:59:38.2258430Z [00:03:40.051]➜  cp $WORK/b1519/_pkg_.a /root/.cache/go-build/9c/9cc5489aea4534f1736c0d36c05fbbd32d22d4b1be97a5efee30bd1a33cc82cd-d # internal
2025-08-20T21:59:38.2265842Z [00:03:40.052]➜  cp $WORK/b1490/_pkg_.a /root/.cache/go-build/34/344d0daf1318c01f969598166f7d4c0664c77fcf05cd45c44d0318e4e548d998-d # internal
2025-08-20T21:59:38.2274847Z [00:03:40.052]➜  github.com/aws/aws-sdk-go-v2/internal/awsutil
2025-08-20T21:59:38.2275540Z [00:03:40.052]➜  mkdir -p $WORK/b1520/
2025-08-20T21:59:38.2276484Z [00:03:40.053]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops
2025-08-20T21:59:38.2277399Z [00:03:40.053]➜  mkdir -p $WORK/b1489/
2025-08-20T21:59:38.2305892Z [00:03:40.056]➜  cat >/tmp/go-build282983591/b1520/importcfg << 'EOF' # internal
2025-08-20T21:59:38.2312779Z [00:03:40.056]➜  # import config
2025-08-20T21:59:38.2313449Z [00:03:40.056]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:38.2314231Z [00:03:40.056]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:38.2315015Z [00:03:40.056]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:38.2315894Z [00:03:40.056]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:38.2316708Z [00:03:40.056]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:38.2317541Z [00:03:40.056]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:38.2318142Z [00:03:40.056]➜  EOF
2025-08-20T21:59:38.2323881Z [00:03:40.056]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1520/_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/b1520=>" -p github.com/aws/aws-sdk-go-v2/internal/awsutil -lang=go1.22 -complete -installsuffix shared -buildid 2HPBOiulTeXtwBPYQJNz/2HPBOiulTeXtwBPYQJNz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1520/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:59:38.2328951Z [00:03:40.056]➜  cat >/tmp/go-build282983591/b1489/importcfg << 'EOF' # internal
2025-08-20T21:59:38.2329626Z [00:03:40.056]➜  # import config
2025-08-20T21:59:38.2335172Z [00:03:40.056]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build282983591/b1490/_pkg_.a
2025-08-20T21:59:38.2337351Z [00:03:40.056]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build282983591/b1491/_pkg_.a
2025-08-20T21:59:38.2339596Z [00:03:40.056]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/comm=/tmp/go-build282983591/b1497/_pkg_.a
2025-08-20T21:59:38.2342010Z [00:03:40.056]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust=/tmp/go-build282983591/b1493/_pkg_.a
2025-08-20T21:59:38.2343412Z [00:03:40.056]➜  EOF
2025-08-20T21:59:38.2348614Z [00:03:40.056]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1489/_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/b1489=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops -lang=go1.18 -complete -installsuffix shared -buildid gCWEgGfFnbTmqECMrhQK/gCWEgGfFnbTmqECMrhQK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1489/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:59:38.2710125Z [00:03:40.096]➜  go tool buildid -w $WORK/b1489/_pkg_.a # internal
2025-08-20T21:59:38.2723570Z [00:03:40.097]➜  cp $WORK/b1489/_pkg_.a /root/.cache/go-build/61/610d095a210d126faca2a425ba61fe1c45b345a7b1962d3b6668eddc7a9ace5c-d # internal
2025-08-20T21:59:38.2741022Z [00:03:40.099]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth
2025-08-20T21:59:38.2743640Z [00:03:40.099]➜  mkdir -p $WORK/b1487/
2025-08-20T21:59:38.2749003Z [00:03:40.100]➜  cat >/tmp/go-build282983591/b1487/importcfg << 'EOF' # internal
2025-08-20T21:59:38.2766563Z [00:03:40.100]➜  # import config
2025-08-20T21:59:38.2767199Z [00:03:40.100]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:38.2768006Z [00:03:40.100]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:38.2768784Z [00:03:40.100]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:38.2769691Z [00:03:40.100]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:38.2772420Z [00:03:40.100]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors=/tmp/go-build282983591/b1481/_pkg_.a
2025-08-20T21:59:38.2777623Z [00:03:40.100]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/exported=/tmp/go-build282983591/b1488/_pkg_.a
2025-08-20T21:59:38.2779491Z [00:03:40.100]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json/types/time=/tmp/go-build282983591/b1486/_pkg_.a
2025-08-20T21:59:38.2781472Z [00:03:40.100]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops=/tmp/go-build282983591/b1489/_pkg_.a
2025-08-20T21:59:38.2783399Z [00:03:40.100]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build282983591/b1490/_pkg_.a
2025-08-20T21:59:38.2785386Z [00:03:40.100]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build282983591/b1491/_pkg_.a
2025-08-20T21:59:38.2787333Z [00:03:40.100]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust=/tmp/go-build282983591/b1493/_pkg_.a
2025-08-20T21:59:38.2789238Z [00:03:40.100]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust/defs=/tmp/go-build282983591/b1494/_pkg_.a
2025-08-20T21:59:38.2790802Z [00:03:40.100]➜  packagefile github.com/google/uuid=/tmp/go-build282983591/b327/_pkg_.a
2025-08-20T21:59:38.2791623Z [00:03:40.100]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:38.2792495Z [00:03:40.100]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:38.2793229Z [00:03:40.100]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:38.2793980Z [00:03:40.100]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:38.2801998Z [00:03:40.100]➜  EOF
2025-08-20T21:59:38.2807641Z [00:03:40.103]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1487/_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/b1487=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth -lang=go1.18 -complete -installsuffix shared -buildid pMwR3zXSw4FzlLESO9Mh/pMwR3zXSw4FzlLESO9Mh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1487/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:59:38.3487603Z [00:03:40.174]➜  go tool buildid -w $WORK/b1520/_pkg_.a # internal
2025-08-20T21:59:38.3501689Z [00:03:40.175]➜  cp $WORK/b1520/_pkg_.a /root/.cache/go-build/19/19626e2f973f75578da1d6b2eb5ac74af7916220efae36c453f1badb99072615-d # internal
2025-08-20T21:59:38.3537277Z [00:03:40.179]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream
2025-08-20T21:59:38.3540247Z [00:03:40.179]➜  mkdir -p $WORK/b1522/
2025-08-20T21:59:38.3541003Z [00:03:40.179]➜  cat >/tmp/go-build282983591/b1522/importcfg << 'EOF' # internal
2025-08-20T21:59:38.3541673Z [00:03:40.179]➜  # import config
2025-08-20T21:59:38.3542332Z [00:03:40.179]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:38.3543216Z [00:03:40.179]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:38.3544140Z [00:03:40.179]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:59:38.3545034Z [00:03:40.179]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:59:38.3545920Z [00:03:40.179]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:38.3546914Z [00:03:40.179]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:38.3547907Z [00:03:40.179]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build282983591/b1274/_pkg_.a
2025-08-20T21:59:38.3548889Z [00:03:40.179]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:59:38.3549731Z [00:03:40.179]➜  packagefile hash/crc32=/tmp/go-build282983591/b205/_pkg_.a
2025-08-20T21:59:38.3550768Z [00:03:40.179]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:38.3551601Z [00:03:40.179]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:38.3552403Z [00:03:40.179]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:38.3553009Z [00:03:40.179]➜  EOF
2025-08-20T21:59:38.3564483Z [00:03:40.179]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1522/_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/b1522=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream -lang=go1.22 -complete -installsuffix shared -buildid aEuvdDalR2tKQZkPTtLN/aEuvdDalR2tKQZkPTtLN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1522/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:59:38.3963774Z [00:03:40.221]➜  go tool buildid -w $WORK/b1487/_pkg_.a # internal
2025-08-20T21:59:38.3986195Z [00:03:40.224]➜  cp $WORK/b1487/_pkg_.a /root/.cache/go-build/79/79f45094dd03f0123bf2323dda4f4ae6fb264febd18a11d709927e52ddfab0ec-d # internal
2025-08-20T21:59:38.4002443Z [00:03:40.225]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base/storage
2025-08-20T21:59:38.4003415Z [00:03:40.225]➜  mkdir -p $WORK/b1484/
2025-08-20T21:59:38.4008892Z [00:03:40.226]➜  cat >/tmp/go-build282983591/b1484/importcfg << 'EOF' # internal
2025-08-20T21:59:38.4015936Z [00:03:40.226]➜  # import config
2025-08-20T21:59:38.4016733Z [00:03:40.226]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:38.4017631Z [00:03:40.226]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:38.4018471Z [00:03:40.226]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:38.4020075Z [00:03:40.226]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json=/tmp/go-build282983591/b1485/_pkg_.a
2025-08-20T21:59:38.4022502Z [00:03:40.226]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json/types/time=/tmp/go-build282983591/b1486/_pkg_.a
2025-08-20T21:59:38.4024581Z [00:03:40.226]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth=/tmp/go-build282983591/b1487/_pkg_.a
2025-08-20T21:59:38.4026653Z [00:03:40.226]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build282983591/b1490/_pkg_.a
2025-08-20T21:59:38.4028858Z [00:03:40.226]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build282983591/b1491/_pkg_.a
2025-08-20T21:59:38.4031907Z [00:03:40.226]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared=/tmp/go-build282983591/b1495/_pkg_.a
2025-08-20T21:59:38.4033327Z [00:03:40.226]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:38.4034200Z [00:03:40.226]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:38.4035061Z [00:03:40.226]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:38.4035897Z [00:03:40.226]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:38.4036518Z [00:03:40.226]➜  EOF
2025-08-20T21:59:38.4044225Z [00:03:40.226]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1484/_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/b1484=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base/storage -lang=go1.18 -complete -installsuffix shared -buildid 4CCUljm4UXQ1SUu9dZbB/4CCUljm4UXQ1SUu9dZbB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1484/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:59:38.4687464Z [00:03:40.294]➜  go tool buildid -w $WORK/b1390/_pkg_.a # internal
2025-08-20T21:59:38.5173842Z [00:03:40.342]➜  cp $WORK/b1390/_pkg_.a /root/.cache/go-build/75/752e888d2113dc93a9ab2a98871a6ba5fb71913a7fb5e48ee559e5f1ea88aad0-d # internal
2025-08-20T21:59:38.5175154Z [00:03:40.342]➜  github.com/projectdiscovery/nuclei/v3/pkg/templates
2025-08-20T21:59:38.5175826Z [00:03:40.342]➜  mkdir -p $WORK/b1249/
2025-08-20T21:59:38.5184594Z [00:03:40.342]➜  cat >/tmp/go-build282983591/b1249/importcfg << 'EOF' # internal
2025-08-20T21:59:38.5185253Z [00:03:40.342]➜  # import config
2025-08-20T21:59:38.5185852Z [00:03:40.342]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:38.5186566Z [00:03:40.342]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:38.5187300Z [00:03:40.342]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:38.5188045Z [00:03:40.342]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:38.5188917Z [00:03:40.342]➜  packagefile github.com/Knetic/govaluate=/tmp/go-build282983591/b752/_pkg_.a
2025-08-20T21:59:38.5190214Z [00:03:40.342]➜  packagefile github.com/go-playground/validator/v10=/tmp/go-build282983591/b833/_pkg_.a
2025-08-20T21:59:38.5191355Z [00:03:40.342]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build282983591/b248/_pkg_.a
2025-08-20T21:59:38.5192345Z [00:03:40.342]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:38.5193370Z [00:03:40.342]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:38.5194824Z [00:03:40.342]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog=/tmp/go-build282983591/b746/_pkg_.a
2025-08-20T21:59:38.5196873Z [00:03:40.342]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build282983591/b623/_pkg_.a
2025-08-20T21:59:38.5198413Z [00:03:40.342]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/disk=/tmp/go-build282983591/b1250/_pkg_.a
2025-08-20T21:59:38.5199970Z [00:03:40.342]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/compiler=/tmp/go-build282983591/b846/_pkg_.a
2025-08-20T21:59:38.5203509Z [00:03:40.342]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/keys=/tmp/go-build282983591/b748/_pkg_.a
2025-08-20T21:59:38.5204747Z [00:03:40.342]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model=/tmp/go-build282983591/b749/_pkg_.a
2025-08-20T21:59:38.5206138Z [00:03:40.342]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/severity=/tmp/go-build282983591/b688/_pkg_.a
2025-08-20T21:59:38.5207597Z [00:03:40.342]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/stringslice=/tmp/go-build282983591/b703/_pkg_.a
2025-08-20T21:59:38.5208953Z [00:03:40.342]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build282983591/b750/_pkg_.a
2025-08-20T21:59:38.5210516Z [00:03:40.342]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/common/dsl=/tmp/go-build282983591/b763/_pkg_.a
2025-08-20T21:59:38.5212030Z [00:03:40.342]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/extractors=/tmp/go-build282983591/b751/_pkg_.a
2025-08-20T21:59:38.5213545Z [00:03:40.342]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/matchers=/tmp/go-build282983591/b781/_pkg_.a
2025-08-20T21:59:38.5215054Z [00:03:40.342]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:38.5216450Z [00:03:40.342]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build282983591/b1131/_pkg_.a
2025-08-20T21:59:38.5217841Z [00:03:40.342]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/code=/tmp/go-build282983591/b1251/_pkg_.a
2025-08-20T21:59:38.5219390Z [00:03:40.342]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build282983591/b787/_pkg_.a
2025-08-20T21:59:38.5230239Z [00:03:40.342]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/globalmatchers=/tmp/go-build282983591/b1145/_pkg_.a
2025-08-20T21:59:38.5232100Z [00:03:40.342]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/writer=/tmp/go-build282983591/b1151/_pkg_.a
2025-08-20T21:59:38.5233876Z [00:03:40.342]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolinit=/tmp/go-build282983591/b1261/_pkg_.a
2025-08-20T21:59:38.5235636Z [00:03:40.342]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build282983591/b877/_pkg_.a
2025-08-20T21:59:38.5237414Z [00:03:40.342]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/variables=/tmp/go-build282983591/b1243/_pkg_.a
2025-08-20T21:59:38.5239063Z [00:03:40.342]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/dns=/tmp/go-build282983591/b1349/_pkg_.a
2025-08-20T21:59:38.5240706Z [00:03:40.342]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/file=/tmp/go-build282983591/b1350/_pkg_.a
2025-08-20T21:59:38.5242266Z [00:03:40.342]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/headless=/tmp/go-build282983591/b1355/_pkg_.a
2025-08-20T21:59:38.5243799Z [00:03:40.342]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http=/tmp/go-build282983591/b1363/_pkg_.a
2025-08-20T21:59:38.5245380Z [00:03:40.342]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/javascript=/tmp/go-build282983591/b1371/_pkg_.a
2025-08-20T21:59:38.5246983Z [00:03:40.342]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/network=/tmp/go-build282983591/b1372/_pkg_.a
2025-08-20T21:59:38.5248822Z [00:03:40.342]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/offlinehttp=/tmp/go-build282983591/b1373/_pkg_.a
2025-08-20T21:59:38.5250850Z [00:03:40.342]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/ssl=/tmp/go-build282983591/b1374/_pkg_.a
2025-08-20T21:59:38.5252485Z [00:03:40.342]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/websocket=/tmp/go-build282983591/b1380/_pkg_.a
2025-08-20T21:59:38.5254087Z [00:03:40.342]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/whois=/tmp/go-build282983591/b1388/_pkg_.a
2025-08-20T21:59:38.5255553Z [00:03:40.342]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/scan=/tmp/go-build282983591/b1247/_pkg_.a
2025-08-20T21:59:38.5257053Z [00:03:40.342]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/extensions=/tmp/go-build282983591/b625/_pkg_.a
2025-08-20T21:59:38.5258613Z [00:03:40.342]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/signer=/tmp/go-build282983591/b1389/_pkg_.a
2025-08-20T21:59:38.5260367Z [00:03:40.342]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build282983591/b779/_pkg_.a
2025-08-20T21:59:38.5261842Z [00:03:40.343]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/tmplexec=/tmp/go-build282983591/b1390/_pkg_.a
2025-08-20T21:59:38.5263202Z [00:03:40.343]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:38.5264526Z [00:03:40.343]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils=/tmp/go-build282983591/b704/_pkg_.a
2025-08-20T21:59:38.5266057Z [00:03:40.343]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build282983591/b626/_pkg_.a
2025-08-20T21:59:38.5267502Z [00:03:40.343]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/stats=/tmp/go-build282983591/b1369/_pkg_.a
2025-08-20T21:59:38.5268960Z [00:03:40.343]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/yaml=/tmp/go-build282983591/b1397/_pkg_.a
2025-08-20T21:59:38.5300542Z [00:03:40.343]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/workflows=/tmp/go-build282983591/b1398/_pkg_.a
2025-08-20T21:59:38.5302222Z [00:03:40.343]➜  packagefile github.com/projectdiscovery/utils/conversion=/tmp/go-build282983591/b231/_pkg_.a
2025-08-20T21:59:38.5303555Z [00:03:40.343]➜  packagefile github.com/projectdiscovery/utils/crypto=/tmp/go-build282983591/b451/_pkg_.a
2025-08-20T21:59:38.5304872Z [00:03:40.343]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:59:38.5306371Z [00:03:40.343]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:59:38.5307642Z [00:03:40.343]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build282983591/b223/_pkg_.a
2025-08-20T21:59:38.5308880Z [00:03:40.343]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build282983591/b191/_pkg_.a
2025-08-20T21:59:38.5310291Z [00:03:40.343]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:59:38.5311620Z [00:03:40.343]➜  packagefile github.com/projectdiscovery/yamldoc-go/encoder=/tmp/go-build282983591/b1399/_pkg_.a
2025-08-20T21:59:38.5312847Z [00:03:40.343]➜  packagefile github.com/segmentio/ksuid=/tmp/go-build282983591/b796/_pkg_.a
2025-08-20T21:59:38.5313876Z [00:03:40.343]➜  packagefile go.uber.org/multierr=/tmp/go-build282983591/b338/_pkg_.a
2025-08-20T21:59:38.5314823Z [00:03:40.343]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build282983591/b685/_pkg_.a
2025-08-20T21:59:38.5315709Z [00:03:40.343]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:38.5316599Z [00:03:40.343]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:38.5317377Z [00:03:40.343]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:38.5318334Z [00:03:40.343]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:38.5319203Z [00:03:40.343]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:38.5320204Z [00:03:40.343]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:38.5321181Z [00:03:40.343]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:38.5321979Z [00:03:40.343]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:38.5322760Z [00:03:40.343]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:38.5323519Z [00:03:40.343]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:38.5324341Z [00:03:40.343]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:38.5324954Z [00:03:40.343]➜  EOF
2025-08-20T21:59:38.5340603Z [00:03:40.343]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1249/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates=>github.com/projectdiscovery/nuclei/v3/pkg/templates;$WORK/b1249=>" -p github.com/projectdiscovery/nuclei/v3/pkg/templates -lang=go1.24 -complete -installsuffix shared -buildid jSzaLd8mnyNyNpdXKKAJ/jSzaLd8mnyNyNpdXKKAJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1249/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/cache.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/cluster.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/compile.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/doc.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/log.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/parser.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/parser_config.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/parser_error.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/parser_stats.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/parser_validate.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/preprocessors.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/stats.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/tag_filter.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/template_sign.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/templates.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/templates_doc.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/templates_doc_examples.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/validator_singleton.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/workflows.go
2025-08-20T21:59:38.5351071Z [00:03:40.345]➜  go tool buildid -w $WORK/b1522/_pkg_.a # internal
2025-08-20T21:59:38.5352316Z [00:03:40.348]➜  cp $WORK/b1522/_pkg_.a /root/.cache/go-build/23/2386df04add9dc7bea064d1f244edf818c2ace97f813b236a666915e95ab3911-d # internal
2025-08-20T21:59:38.5353584Z [00:03:40.356]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/eventstreamapi
2025-08-20T21:59:38.5354294Z [00:03:40.356]➜  mkdir -p $WORK/b1523/
2025-08-20T21:59:38.5354976Z [00:03:40.357]➜  cat >/tmp/go-build282983591/b1523/importcfg << 'EOF' # internal
2025-08-20T21:59:38.5355596Z [00:03:40.357]➜  # import config
2025-08-20T21:59:38.5356208Z [00:03:40.357]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:38.5356957Z [00:03:40.357]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:38.5357905Z [00:03:40.357]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build282983591/b1273/_pkg_.a
2025-08-20T21:59:38.5359068Z [00:03:40.357]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build282983591/b1275/_pkg_.a
2025-08-20T21:59:38.5360147Z [00:03:40.357]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:38.5360700Z [00:03:40.357]➜  EOF
2025-08-20T21:59:38.5366899Z [00:03:40.357]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1523/_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/b1523=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/eventstreamapi -lang=go1.22 -complete -installsuffix shared -buildid rmcRPc0RG39VCA148rpE/rmcRPc0RG39VCA148rpE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1523/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:59:38.5691100Z [00:03:40.394]➜  go tool buildid -w $WORK/b1523/_pkg_.a # internal
2025-08-20T21:59:38.5703825Z [00:03:40.395]➜  cp $WORK/b1523/_pkg_.a /root/.cache/go-build/bd/bde5e5cd2a4ee32c060ecd6dd672e99d6035124ad9c93285fe5c67f328cd7357-d # internal
2025-08-20T21:59:38.5711358Z [00:03:40.396]➜  github.com/aws/aws-sdk-go-v2/internal/v4a/internal/crypto
2025-08-20T21:59:38.5714167Z [00:03:40.396]➜  mkdir -p $WORK/b1525/
2025-08-20T21:59:38.5717747Z [00:03:40.397]➜  cat >/tmp/go-build282983591/b1525/importcfg << 'EOF' # internal
2025-08-20T21:59:38.5718391Z [00:03:40.397]➜  # import config
2025-08-20T21:59:38.5720312Z [00:03:40.397]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:38.5726669Z [00:03:40.397]➜  packagefile crypto/ecdsa=/tmp/go-build282983591/b115/_pkg_.a
2025-08-20T21:59:38.5727564Z [00:03:40.397]➜  packagefile crypto/elliptic=/tmp/go-build282983591/b116/_pkg_.a
2025-08-20T21:59:38.5728491Z [00:03:40.397]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:59:38.5729321Z [00:03:40.397]➜  packagefile encoding/asn1=/tmp/go-build282983591/b128/_pkg_.a
2025-08-20T21:59:38.5730350Z [00:03:40.397]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:59:38.5731148Z [00:03:40.397]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:38.5732041Z [00:03:40.397]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:59:38.5732774Z [00:03:40.397]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:38.5733512Z [00:03:40.397]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:59:38.5734087Z [00:03:40.397]➜  EOF
2025-08-20T21:59:38.5738785Z [00:03:40.397]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1525/_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/b1525=>" -p github.com/aws/aws-sdk-go-v2/internal/v4a/internal/crypto -lang=go1.22 -complete -installsuffix shared -buildid ApdnTr2LJeNya6kUBqIw/ApdnTr2LJeNya6kUBqIw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1525/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:59:38.5807841Z [00:03:40.406]➜  go tool buildid -w $WORK/b1484/_pkg_.a # internal
2025-08-20T21:59:38.5841302Z [00:03:40.409]➜  cp $WORK/b1484/_pkg_.a /root/.cache/go-build/28/286277a1f0c496f55f3ac1b57c56eed6092b3ab23e13265210588929a14e3468-d # internal
2025-08-20T21:59:38.5849983Z [00:03:40.410]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base
2025-08-20T21:59:38.5850889Z [00:03:40.410]➜  mkdir -p $WORK/b1480/
2025-08-20T21:59:38.5857566Z [00:03:40.411]➜  cat >/tmp/go-build282983591/b1480/importcfg << 'EOF' # internal
2025-08-20T21:59:38.5868746Z [00:03:40.411]➜  # import config
2025-08-20T21:59:38.5869437Z [00:03:40.411]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:38.5870429Z [00:03:40.411]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:38.5871736Z [00:03:40.411]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache=/tmp/go-build282983591/b1478/_pkg_.a
2025-08-20T21:59:38.5873527Z [00:03:40.411]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors=/tmp/go-build282983591/b1481/_pkg_.a
2025-08-20T21:59:38.5875407Z [00:03:40.411]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base/storage=/tmp/go-build282983591/b1484/_pkg_.a
2025-08-20T21:59:38.5877586Z [00:03:40.411]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth=/tmp/go-build282983591/b1487/_pkg_.a
2025-08-20T21:59:38.5881348Z [00:03:40.411]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build282983591/b1490/_pkg_.a
2025-08-20T21:59:38.5883599Z [00:03:40.411]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build282983591/b1491/_pkg_.a
2025-08-20T21:59:38.5885548Z [00:03:40.411]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared=/tmp/go-build282983591/b1495/_pkg_.a
2025-08-20T21:59:38.5886891Z [00:03:40.411]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:38.5887703Z [00:03:40.411]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:38.5888494Z [00:03:40.411]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:38.5889270Z [00:03:40.411]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:38.5890285Z [00:03:40.411]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:38.5891122Z [00:03:40.411]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:38.5891716Z [00:03:40.411]➜  EOF
2025-08-20T21:59:38.5896785Z [00:03:40.411]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1480/_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/b1480=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base -lang=go1.18 -complete -installsuffix shared -buildid GZmMPmQjCOZz0rdMChgg/GZmMPmQjCOZz0rdMChgg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1480/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:59:38.6008717Z [00:03:40.426]➜  go tool buildid -w $WORK/b1525/_pkg_.a # internal
2025-08-20T21:59:38.6017835Z [00:03:40.427]➜  cp $WORK/b1525/_pkg_.a /root/.cache/go-build/d8/d84579d85faa3c915ac2c901745c1d9b7786928a51f0e3ba80b6e6a7e3586585-d # internal
2025-08-20T21:59:38.6034372Z [00:03:40.429]➜  github.com/aws/aws-sdk-go-v2/internal/v4a/internal/v4
2025-08-20T21:59:38.6037015Z [00:03:40.429]➜  mkdir -p $WORK/b1526/
2025-08-20T21:59:38.6043546Z [00:03:40.429]➜  cat >/tmp/go-build282983591/b1526/importcfg << 'EOF' # internal
2025-08-20T21:59:38.6044174Z [00:03:40.429]➜  # import config
2025-08-20T21:59:38.6044817Z [00:03:40.429]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:59:38.6045858Z [00:03:40.429]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:59:38.6048237Z [00:03:40.429]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/strings=/tmp/go-build282983591/b1287/_pkg_.a
2025-08-20T21:59:38.6049575Z [00:03:40.429]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:38.6050749Z [00:03:40.429]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:38.6052058Z [00:03:40.429]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:38.6053002Z [00:03:40.429]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:38.6053733Z [00:03:40.429]➜  EOF
2025-08-20T21:59:38.6067841Z [00:03:40.431]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1526/_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/b1526=>" -p github.com/aws/aws-sdk-go-v2/internal/v4a/internal/v4 -lang=go1.22 -complete -installsuffix shared -buildid KDybsDH54OUn6fQLSpwa/KDybsDH54OUn6fQLSpwa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1526/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:59:38.6896230Z [00:03:40.515]➜  go tool buildid -w $WORK/b1480/_pkg_.a # internal
2025-08-20T21:59:38.6917747Z [00:03:40.517]➜  cp $WORK/b1480/_pkg_.a /root/.cache/go-build/30/305735904c9c576470cf5e04509a4eb9f2c358ebc27d6fa4587d4bf7a4598bac-d # internal
2025-08-20T21:59:38.6945313Z [00:03:40.520]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/confidential
2025-08-20T21:59:38.6947524Z [00:03:40.520]➜  mkdir -p $WORK/b1479/
2025-08-20T21:59:38.6956043Z [00:03:40.520]➜  cat >/tmp/go-build282983591/b1479/importcfg << 'EOF' # internal
2025-08-20T21:59:38.6956859Z [00:03:40.520]➜  # import config
2025-08-20T21:59:38.6957535Z [00:03:40.520]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:38.6958394Z [00:03:40.520]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:59:38.6959251Z [00:03:40.520]➜  packagefile crypto/rsa=/tmp/go-build282983591/b148/_pkg_.a
2025-08-20T21:59:38.6960364Z [00:03:40.520]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:59:38.6961304Z [00:03:40.520]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:38.6962425Z [00:03:40.520]➜  packagefile encoding/pem=/tmp/go-build282983591/b157/_pkg_.a
2025-08-20T21:59:38.6963349Z [00:03:40.520]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:38.6964174Z [00:03:40.520]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:38.6965481Z [00:03:40.520]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache=/tmp/go-build282983591/b1478/_pkg_.a
2025-08-20T21:59:38.6967348Z [00:03:40.520]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base=/tmp/go-build282983591/b1480/_pkg_.a
2025-08-20T21:59:38.6969493Z [00:03:40.520]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/exported=/tmp/go-build282983591/b1488/_pkg_.a
2025-08-20T21:59:38.6971668Z [00:03:40.520]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth=/tmp/go-build282983591/b1487/_pkg_.a
2025-08-20T21:59:38.6973667Z [00:03:40.520]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops=/tmp/go-build282983591/b1489/_pkg_.a
2025-08-20T21:59:38.6975765Z [00:03:40.520]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build282983591/b1490/_pkg_.a
2025-08-20T21:59:38.6977984Z [00:03:40.520]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build282983591/b1491/_pkg_.a
2025-08-20T21:59:38.6984225Z [00:03:40.520]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/options=/tmp/go-build282983591/b1499/_pkg_.a
2025-08-20T21:59:38.6986125Z [00:03:40.520]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared=/tmp/go-build282983591/b1495/_pkg_.a
2025-08-20T21:59:38.6987359Z [00:03:40.520]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:38.6988124Z [00:03:40.520]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:38.6988723Z [00:03:40.520]➜  EOF
2025-08-20T21:59:38.6993897Z [00:03:40.521]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1479/_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/b1479=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/confidential -lang=go1.18 -complete -installsuffix shared -buildid ihR3rRpfu4I3vQ3X8oBn/ihR3rRpfu4I3vQ3X8oBn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1479/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:59:38.7145336Z [00:03:40.540]➜  go tool buildid -w $WORK/b1526/_pkg_.a # internal
2025-08-20T21:59:38.7175702Z [00:03:40.543]➜  cp $WORK/b1526/_pkg_.a /root/.cache/go-build/55/55738e034ef52eaf70127c4a91090a87c28958d34b6478076736f9efd3e2e2aa-d # internal
2025-08-20T21:59:38.7192221Z [00:03:40.544]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/managedidentity
2025-08-20T21:59:38.7214961Z [00:03:40.547]➜  mkdir -p $WORK/b1500/
2025-08-20T21:59:38.7228335Z [00:03:40.547]➜  cat >/tmp/go-build282983591/b1500/importcfg << 'EOF' # internal
2025-08-20T21:59:38.7229059Z [00:03:40.547]➜  # import config
2025-08-20T21:59:38.7229714Z [00:03:40.547]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:38.7230848Z [00:03:40.547]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:38.7242900Z [00:03:40.547]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:38.7244185Z [00:03:40.547]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors=/tmp/go-build282983591/b1481/_pkg_.a
2025-08-20T21:59:38.7246041Z [00:03:40.547]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base=/tmp/go-build282983591/b1480/_pkg_.a
2025-08-20T21:59:38.7248232Z [00:03:40.547]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base/storage=/tmp/go-build282983591/b1484/_pkg_.a
2025-08-20T21:59:38.7250439Z [00:03:40.547]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops=/tmp/go-build282983591/b1489/_pkg_.a
2025-08-20T21:59:38.7252542Z [00:03:40.547]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build282983591/b1490/_pkg_.a
2025-08-20T21:59:38.7254900Z [00:03:40.547]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build282983591/b1491/_pkg_.a
2025-08-20T21:59:38.7256936Z [00:03:40.547]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared=/tmp/go-build282983591/b1495/_pkg_.a
2025-08-20T21:59:38.7258242Z [00:03:40.547]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:38.7259047Z [00:03:40.547]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:38.7260079Z [00:03:40.547]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:38.7260881Z [00:03:40.547]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:38.7261700Z [00:03:40.547]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:38.7262576Z [00:03:40.547]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:38.7263436Z [00:03:40.547]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:38.7264308Z [00:03:40.547]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:38.7265164Z [00:03:40.547]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:38.7265762Z [00:03:40.547]➜  EOF
2025-08-20T21:59:38.7273817Z [00:03:40.547]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1500/_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/b1500=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/managedidentity -lang=go1.18 -complete -installsuffix shared -buildid g2oUi8IYvccXoDR-V4gB/g2oUi8IYvccXoDR-V4gB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1500/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:59:38.8316415Z [00:03:40.657]➜  go tool buildid -w $WORK/b1479/_pkg_.a # internal
2025-08-20T21:59:38.8522271Z [00:03:40.677]➜  cp $WORK/b1479/_pkg_.a /root/.cache/go-build/9b/9bb3e3411ecbb0dde44fd5df5200f28e07ad372e27f1558bb3a88afb8baa6661-d # internal
2025-08-20T21:59:38.8554662Z [00:03:40.681]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/public
2025-08-20T21:59:38.8559722Z [00:03:40.681]➜  mkdir -p $WORK/b1501/
2025-08-20T21:59:38.8563668Z [00:03:40.681]➜  cat >/tmp/go-build282983591/b1501/importcfg << 'EOF' # internal
2025-08-20T21:59:38.8564882Z [00:03:40.681]➜  # import config
2025-08-20T21:59:38.8571988Z [00:03:40.681]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:38.8573052Z [00:03:40.681]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:59:38.8575986Z [00:03:40.681]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:59:38.8576897Z [00:03:40.681]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:38.8577731Z [00:03:40.681]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:38.8578699Z [00:03:40.682]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:38.8580173Z [00:03:40.682]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache=/tmp/go-build282983591/b1478/_pkg_.a
2025-08-20T21:59:38.8581832Z [00:03:40.682]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base=/tmp/go-build282983591/b1480/_pkg_.a
2025-08-20T21:59:38.8583689Z [00:03:40.682]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/local=/tmp/go-build282983591/b1502/_pkg_.a
2025-08-20T21:59:38.8585658Z [00:03:40.682]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth=/tmp/go-build282983591/b1487/_pkg_.a
2025-08-20T21:59:38.8587475Z [00:03:40.682]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops=/tmp/go-build282983591/b1489/_pkg_.a
2025-08-20T21:59:38.8589420Z [00:03:40.682]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build282983591/b1490/_pkg_.a
2025-08-20T21:59:38.8594796Z [00:03:40.682]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build282983591/b1491/_pkg_.a
2025-08-20T21:59:38.8596623Z [00:03:40.682]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/options=/tmp/go-build282983591/b1499/_pkg_.a
2025-08-20T21:59:38.8598440Z [00:03:40.682]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared=/tmp/go-build282983591/b1495/_pkg_.a
2025-08-20T21:59:38.8599993Z [00:03:40.682]➜  packagefile github.com/google/uuid=/tmp/go-build282983591/b327/_pkg_.a
2025-08-20T21:59:38.8600961Z [00:03:40.682]➜  packagefile github.com/pkg/browser=/tmp/go-build282983591/b1503/_pkg_.a
2025-08-20T21:59:38.8601818Z [00:03:40.682]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:38.8602572Z [00:03:40.682]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:38.8603303Z [00:03:40.682]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:38.8604004Z [00:03:40.682]➜  EOF
2025-08-20T21:59:38.8608847Z [00:03:40.682]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1501/_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/b1501=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/public -lang=go1.18 -complete -installsuffix shared -buildid DKIm_8OZIL4mW5SQNEUk/DKIm_8OZIL4mW5SQNEUk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1501/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:59:38.8635123Z [00:03:40.689]➜  go tool buildid -w $WORK/b1500/_pkg_.a # internal
2025-08-20T21:59:38.8656044Z [00:03:40.691]➜  cp $WORK/b1500/_pkg_.a /root/.cache/go-build/67/671462185a072eb1c189a9e29ed1259ab77c5f00a44c2e324fb24e5b4995d4a1-d # internal
2025-08-20T21:59:38.8703267Z [00:03:40.695]➜  github.com/aws/aws-sdk-go-v2/internal/v4a
2025-08-20T21:59:38.8705583Z [00:03:40.696]➜  mkdir -p $WORK/b1524/
2025-08-20T21:59:38.8716517Z [00:03:40.697]➜  cat >/tmp/go-build282983591/b1524/importcfg << 'EOF' # internal
2025-08-20T21:59:38.8727775Z [00:03:40.697]➜  # import config
2025-08-20T21:59:38.8728503Z [00:03:40.697]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:38.8729345Z [00:03:40.697]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:38.8730400Z [00:03:40.697]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:59:38.8731271Z [00:03:40.697]➜  packagefile crypto/ecdsa=/tmp/go-build282983591/b115/_pkg_.a
2025-08-20T21:59:38.8732202Z [00:03:40.697]➜  packagefile crypto/elliptic=/tmp/go-build282983591/b116/_pkg_.a
2025-08-20T21:59:38.8733292Z [00:03:40.697]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:59:38.8734129Z [00:03:40.697]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:59:38.8734978Z [00:03:40.697]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:59:38.8735750Z [00:03:40.697]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:38.8736710Z [00:03:40.697]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build282983591/b1266/_pkg_.a
2025-08-20T21:59:38.8738054Z [00:03:40.697]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build282983591/b1284/_pkg_.a
2025-08-20T21:59:38.8739302Z [00:03:40.697]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build282983591/b1283/_pkg_.a
2025-08-20T21:59:38.8740771Z [00:03:40.697]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build282983591/b1288/_pkg_.a
2025-08-20T21:59:38.8742092Z [00:03:40.697]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build282983591/b1297/_pkg_.a
2025-08-20T21:59:38.8743378Z [00:03:40.697]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build282983591/b1268/_pkg_.a
2025-08-20T21:59:38.8744795Z [00:03:40.697]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a/internal/crypto=/tmp/go-build282983591/b1525/_pkg_.a
2025-08-20T21:59:38.8746467Z [00:03:40.697]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a/internal/v4=/tmp/go-build282983591/b1526/_pkg_.a
2025-08-20T21:59:38.8747796Z [00:03:40.697]➜  packagefile github.com/aws/smithy-go=/tmp/go-build282983591/b1276/_pkg_.a
2025-08-20T21:59:38.8748921Z [00:03:40.697]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build282983591/b1277/_pkg_.a
2025-08-20T21:59:38.8750374Z [00:03:40.697]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build282983591/b1289/_pkg_.a
2025-08-20T21:59:38.8751615Z [00:03:40.697]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build282983591/b1274/_pkg_.a
2025-08-20T21:59:38.8752755Z [00:03:40.697]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build282983591/b1273/_pkg_.a
2025-08-20T21:59:38.8753941Z [00:03:40.697]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build282983591/b1275/_pkg_.a
2025-08-20T21:59:38.8755085Z [00:03:40.697]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:59:38.8755856Z [00:03:40.697]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:59:38.8756660Z [00:03:40.697]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:38.8757486Z [00:03:40.697]➜  packagefile net/textproto=/tmp/go-build282983591/b212/_pkg_.a
2025-08-20T21:59:38.8758305Z [00:03:40.697]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:38.8759067Z [00:03:40.697]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:38.8759982Z [00:03:40.697]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:38.8760819Z [00:03:40.697]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:38.8761607Z [00:03:40.697]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:38.8762441Z [00:03:40.697]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:38.8763305Z [00:03:40.697]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:38.8763904Z [00:03:40.697]➜  EOF
2025-08-20T21:59:38.8771414Z [00:03:40.697]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1524/_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/b1524=>" -p github.com/aws/aws-sdk-go-v2/internal/v4a -lang=go1.22 -complete -installsuffix shared -buildid AhW26BBjIAOQ6hG5ZKuY/AhW26BBjIAOQ6hG5ZKuY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1524/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:59:39.0690775Z [00:03:40.894]➜  go tool buildid -w $WORK/b1501/_pkg_.a # internal
2025-08-20T21:59:39.0730012Z [00:03:40.898]➜  cp $WORK/b1501/_pkg_.a /root/.cache/go-build/a2/a25c1342a393d94e8a9e887391aa1c0d1252b059a6bc5243ec336b9665d0ba49-d # internal
2025-08-20T21:59:39.0815299Z [00:03:40.907]➜  go tool buildid -w $WORK/b1524/_pkg_.a # internal
2025-08-20T21:59:39.0862392Z [00:03:40.911]➜  cp $WORK/b1524/_pkg_.a /root/.cache/go-build/65/65e146db22753990af149ff361a415a572c1e03d35f23fd43e8e0115cfe8ade1-d # internal
2025-08-20T21:59:39.0881673Z [00:03:40.913]➜  github.com/Azure/azure-sdk-for-go/sdk/azidentity
2025-08-20T21:59:39.0884402Z [00:03:40.913]➜  mkdir -p $WORK/b1450/
2025-08-20T21:59:39.0885116Z [00:03:40.914]➜  github.com/aws/aws-sdk-go-v2/service/internal/checksum
2025-08-20T21:59:39.0885810Z [00:03:40.914]➜  mkdir -p $WORK/b1527/
2025-08-20T21:59:39.0892927Z [00:03:40.914]➜  cat >/tmp/go-build282983591/b1527/importcfg << 'EOF' # internal
2025-08-20T21:59:39.0895088Z [00:03:40.914]➜  # import config
2025-08-20T21:59:39.0896386Z [00:03:40.914]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:39.0898417Z [00:03:40.914]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:39.0901447Z [00:03:40.914]➜  packagefile crypto/md5=/tmp/go-build282983591/b073/_pkg_.a
2025-08-20T21:59:39.0902324Z [00:03:40.914]➜  packagefile crypto/sha1=/tmp/go-build282983591/b095/_pkg_.a
2025-08-20T21:59:39.0903188Z [00:03:40.914]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:59:39.0904090Z [00:03:40.914]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:39.0904972Z [00:03:40.914]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:59:39.0905955Z [00:03:40.914]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:39.0906878Z [00:03:40.914]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build282983591/b1266/_pkg_.a
2025-08-20T21:59:39.0908064Z [00:03:40.914]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build282983591/b1284/_pkg_.a
2025-08-20T21:59:39.0909295Z [00:03:40.914]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build282983591/b1283/_pkg_.a
2025-08-20T21:59:39.0922770Z [00:03:40.914]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build282983591/b1297/_pkg_.a
2025-08-20T21:59:39.0927932Z [00:03:40.914]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/presigned-url=/tmp/go-build282983591/b1330/_pkg_.a
2025-08-20T21:59:39.0929206Z [00:03:40.914]➜  packagefile github.com/aws/smithy-go=/tmp/go-build282983591/b1276/_pkg_.a
2025-08-20T21:59:39.0930534Z [00:03:40.914]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build282983591/b1274/_pkg_.a
2025-08-20T21:59:39.0931719Z [00:03:40.914]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build282983591/b1273/_pkg_.a
2025-08-20T21:59:39.0932927Z [00:03:40.914]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build282983591/b1275/_pkg_.a
2025-08-20T21:59:39.0933946Z [00:03:40.914]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:59:39.0934767Z [00:03:40.914]➜  packagefile hash/crc32=/tmp/go-build282983591/b205/_pkg_.a
2025-08-20T21:59:39.0935586Z [00:03:40.914]➜  packagefile hash/crc64=/tmp/go-build282983591/b319/_pkg_.a
2025-08-20T21:59:39.0936344Z [00:03:40.914]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:39.0937103Z [00:03:40.914]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:39.0938079Z [00:03:40.914]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:39.0938927Z [00:03:40.914]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:39.0939751Z [00:03:40.914]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:39.0940618Z [00:03:40.914]➜  EOF
2025-08-20T21:59:39.0979337Z [00:03:40.918]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1527/_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/b1527=>" -p github.com/aws/aws-sdk-go-v2/service/internal/checksum -lang=go1.22 -complete -installsuffix shared -buildid 3M5HbjCRLj3LkBvAMEOu/3M5HbjCRLj3LkBvAMEOu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1527/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:59:39.0988263Z [00:03:40.919]➜  cat >/tmp/go-build282983591/b1450/importcfg << 'EOF' # internal
2025-08-20T21:59:39.0988924Z [00:03:40.919]➜  # import config
2025-08-20T21:59:39.0989555Z [00:03:40.919]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:39.0992367Z [00:03:40.919]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:39.0993157Z [00:03:40.919]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:59:39.0993966Z [00:03:40.919]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:59:39.0994984Z [00:03:40.919]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:39.0995832Z [00:03:40.920]➜  packagefile encoding/pem=/tmp/go-build282983591/b157/_pkg_.a
2025-08-20T21:59:39.0996673Z [00:03:40.920]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:39.0997471Z [00:03:40.920]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:39.0998509Z [00:03:40.920]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build282983591/b1451/_pkg_.a
2025-08-20T21:59:39.1000050Z [00:03:40.920]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/runtime=/tmp/go-build282983591/b1474/_pkg_.a
2025-08-20T21:59:39.1001534Z [00:03:40.920]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud=/tmp/go-build282983591/b1459/_pkg_.a
2025-08-20T21:59:39.1002896Z [00:03:40.920]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build282983591/b1458/_pkg_.a
2025-08-20T21:59:39.1004278Z [00:03:40.920]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build282983591/b1461/_pkg_.a
2025-08-20T21:59:39.1005679Z [00:03:40.920]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build282983591/b1469/_pkg_.a
2025-08-20T21:59:39.1007203Z [00:03:40.920]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azidentity/internal=/tmp/go-build282983591/b1477/_pkg_.a
2025-08-20T21:59:39.1008727Z [00:03:40.920]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/errorinfo=/tmp/go-build282983591/b1471/_pkg_.a
2025-08-20T21:59:39.1010367Z [00:03:40.920]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/log=/tmp/go-build282983591/b1455/_pkg_.a
2025-08-20T21:59:39.1012183Z [00:03:40.920]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/confidential=/tmp/go-build282983591/b1479/_pkg_.a
2025-08-20T21:59:39.1014010Z [00:03:40.920]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors=/tmp/go-build282983591/b1481/_pkg_.a
2025-08-20T21:59:39.1015833Z [00:03:40.920]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/managedidentity=/tmp/go-build282983591/b1500/_pkg_.a
2025-08-20T21:59:39.1017630Z [00:03:40.920]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/public=/tmp/go-build282983591/b1501/_pkg_.a
2025-08-20T21:59:39.1019258Z [00:03:40.920]➜  packagefile golang.org/x/crypto/pkcs12=/tmp/go-build282983591/b728/_pkg_.a
2025-08-20T21:59:39.1020421Z [00:03:40.920]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:39.1021196Z [00:03:40.920]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:39.1021994Z [00:03:40.920]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:39.1022763Z [00:03:40.920]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:39.1023530Z [00:03:40.920]➜  packagefile os/exec=/tmp/go-build282983591/b510/_pkg_.a
2025-08-20T21:59:39.1024330Z [00:03:40.920]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:39.1025116Z [00:03:40.920]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:39.1025871Z [00:03:40.920]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:39.1026738Z [00:03:40.920]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:39.1027319Z [00:03:40.920]➜  EOF
2025-08-20T21:59:39.1047109Z [00:03:40.920]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1450/_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/b1450=>" -p github.com/Azure/azure-sdk-for-go/sdk/azidentity -lang=go1.23 -complete -installsuffix shared -buildid Kgd5bf7Hi6D2svK7w8fo/Kgd5bf7Hi6D2svK7w8fo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1450/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:59:39.3396689Z [00:03:41.165]➜  go tool buildid -w $WORK/b1527/_pkg_.a # internal
2025-08-20T21:59:39.3447238Z [00:03:41.170]➜  cp $WORK/b1527/_pkg_.a /root/.cache/go-build/ba/ba37b0acf4b2980aeab531129103e66e3ae407c6f396c8a891d48b77f6137d67-d # internal
2025-08-20T21:59:39.3513379Z [00:03:41.176]➜  github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn
2025-08-20T21:59:39.3541815Z [00:03:41.176]➜  mkdir -p $WORK/b1529/
2025-08-20T21:59:39.3542552Z [00:03:41.177]➜  cat >/tmp/go-build282983591/b1529/importcfg << 'EOF' # internal
2025-08-20T21:59:39.3543201Z [00:03:41.177]➜  # import config
2025-08-20T21:59:39.3543764Z [00:03:41.177]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:39.3544696Z [00:03:41.177]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/arn=/tmp/go-build282983591/b1519/_pkg_.a
2025-08-20T21:59:39.3545640Z [00:03:41.177]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:39.3546183Z [00:03:41.177]➜  EOF
2025-08-20T21:59:39.3553471Z [00:03:41.177]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1529/_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/b1529=>" -p github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn -lang=go1.22 -complete -installsuffix shared -buildid V1SbBhBSmk0NCJIflqN_/V1SbBhBSmk0NCJIflqN_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1529/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:59:39.4398196Z [00:03:41.265]➜  go tool buildid -w $WORK/b1529/_pkg_.a # internal
2025-08-20T21:59:39.4454409Z [00:03:41.270]➜  cp $WORK/b1529/_pkg_.a /root/.cache/go-build/e3/e36a71f500a8c374ab3a9a4d703a8867011e1dc793196616ba1067ee25061ec2-d # internal
2025-08-20T21:59:39.4527189Z [00:03:41.278]➜  github.com/aws/aws-sdk-go-v2/service/internal/s3shared
2025-08-20T21:59:39.4530476Z [00:03:41.278]➜  mkdir -p $WORK/b1528/
2025-08-20T21:59:39.4534419Z [00:03:41.279]➜  cat >/tmp/go-build282983591/b1528/importcfg << 'EOF' # internal
2025-08-20T21:59:39.4537531Z [00:03:41.279]➜  # import config
2025-08-20T21:59:39.4538658Z [00:03:41.279]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:39.4540722Z [00:03:41.279]➜  packagefile encoding/xml=/tmp/go-build282983591/b486/_pkg_.a
2025-08-20T21:59:39.4541841Z [00:03:41.279]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:39.4542853Z [00:03:41.279]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:39.4544046Z [00:03:41.279]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/arn=/tmp/go-build282983591/b1519/_pkg_.a
2025-08-20T21:59:39.4545750Z [00:03:41.279]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build282983591/b1284/_pkg_.a
2025-08-20T21:59:39.4547275Z [00:03:41.279]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build282983591/b1291/_pkg_.a
2025-08-20T21:59:39.4549350Z [00:03:41.279]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn=/tmp/go-build282983591/b1529/_pkg_.a
2025-08-20T21:59:39.4551599Z [00:03:41.279]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build282983591/b1273/_pkg_.a
2025-08-20T21:59:39.4553017Z [00:03:41.279]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build282983591/b1280/_pkg_.a
2025-08-20T21:59:39.4554360Z [00:03:41.279]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build282983591/b1275/_pkg_.a
2025-08-20T21:59:39.4555567Z [00:03:41.279]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:39.4556647Z [00:03:41.279]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:39.4557832Z [00:03:41.279]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:39.4559495Z [00:03:41.279]➜  EOF
2025-08-20T21:59:39.4571433Z [00:03:41.279]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1528/_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/b1528=>" -p github.com/aws/aws-sdk-go-v2/service/internal/s3shared -lang=go1.22 -complete -installsuffix shared -buildid FFAmOM5orWEUyno_7IKX/FFAmOM5orWEUyno_7IKX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1528/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:59:39.6574743Z [00:03:41.482]➜  go tool buildid -w $WORK/b1528/_pkg_.a # internal
2025-08-20T21:59:39.6618930Z [00:03:41.487]➜  cp $WORK/b1528/_pkg_.a /root/.cache/go-build/36/36d72d9ed5095a40d873132d38d374ef640270dc18e9da773898600ddefd0dd2-d # internal
2025-08-20T21:59:39.6673038Z [00:03:41.487]➜  github.com/aws/aws-sdk-go-v2/service/internal/s3shared/config
2025-08-20T21:59:39.6673839Z [00:03:41.487]➜  mkdir -p $WORK/b1530/
2025-08-20T21:59:39.6674601Z [00:03:41.487]➜  cat >/tmp/go-build282983591/b1530/importcfg << 'EOF' # internal
2025-08-20T21:59:39.6675295Z [00:03:41.487]➜  # import config
2025-08-20T21:59:39.6675969Z [00:03:41.487]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:39.6676636Z [00:03:41.487]➜  EOF
2025-08-20T21:59:39.6681255Z [00:03:41.487]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1530/_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/b1530=>" -p github.com/aws/aws-sdk-go-v2/service/internal/s3shared/config -lang=go1.22 -complete -installsuffix shared -buildid 4-Eyn2hZRvrfKvwS3E1g/4-Eyn2hZRvrfKvwS3E1g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1530/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:59:39.6852798Z [00:03:41.510]➜  go tool buildid -w $WORK/b1450/_pkg_.a # internal
2025-08-20T21:59:39.6881503Z [00:03:41.513]➜  go tool buildid -w $WORK/b1530/_pkg_.a # internal
2025-08-20T21:59:39.6887446Z [00:03:41.514]➜  cp $WORK/b1530/_pkg_.a /root/.cache/go-build/6c/6c7aa2d7eb3d991113c54ae8e0c5fb16ecedc7ce4c9de23769673ee9705f2190-d # internal
2025-08-20T21:59:39.6893309Z [00:03:41.514]➜  github.com/aws/aws-sdk-go-v2/service/s3/internal/arn
2025-08-20T21:59:39.6894778Z [00:03:41.514]➜  mkdir -p $WORK/b1532/
2025-08-20T21:59:39.6905285Z [00:03:41.516]➜  cat >/tmp/go-build282983591/b1532/importcfg << 'EOF' # internal
2025-08-20T21:59:39.6913713Z [00:03:41.516]➜  # import config
2025-08-20T21:59:39.6914370Z [00:03:41.516]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:39.6915507Z [00:03:41.516]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/arn=/tmp/go-build282983591/b1519/_pkg_.a
2025-08-20T21:59:39.6916821Z [00:03:41.516]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn=/tmp/go-build282983591/b1529/_pkg_.a
2025-08-20T21:59:39.6917895Z [00:03:41.516]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:39.6918481Z [00:03:41.516]➜  EOF
2025-08-20T21:59:39.6922855Z [00:03:41.516]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1532/_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/b1532=>" -p github.com/aws/aws-sdk-go-v2/service/s3/internal/arn -lang=go1.22 -complete -installsuffix shared -buildid 5wTcGtOtiLpxTlGTiaec/5wTcGtOtiLpxTlGTiaec -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1532/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:59:39.6952172Z [00:03:41.520]➜  cp $WORK/b1450/_pkg_.a /root/.cache/go-build/97/9796c50f8663b7bbbddaaca2174f016b4f5c6a9da032a8e8896b912576a4bbb3-d # internal
2025-08-20T21:59:39.6959095Z [00:03:41.521]➜  github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints
2025-08-20T21:59:39.6962403Z [00:03:41.521]➜  mkdir -p $WORK/b1533/
2025-08-20T21:59:39.6971525Z [00:03:41.522]➜  cat >/tmp/go-build282983591/b1533/importcfg << 'EOF' # internal
2025-08-20T21:59:39.6981705Z [00:03:41.522]➜  # import config
2025-08-20T21:59:39.6982365Z [00:03:41.522]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:39.6983315Z [00:03:41.522]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build282983591/b1266/_pkg_.a
2025-08-20T21:59:39.6984744Z [00:03:41.522]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build282983591/b1316/_pkg_.a
2025-08-20T21:59:39.6985949Z [00:03:41.522]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build282983591/b1274/_pkg_.a
2025-08-20T21:59:39.6986883Z [00:03:41.522]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:39.6987644Z [00:03:41.522]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:39.6988215Z [00:03:41.522]➜  EOF
2025-08-20T21:59:39.6992467Z [00:03:41.523]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1533/_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/b1533=>" -p github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid Lootz9wC7PT6QutRLaL9/Lootz9wC7PT6QutRLaL9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1533/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:59:39.7179565Z [00:03:41.543]➜  go tool buildid -w $WORK/b1532/_pkg_.a # internal
2025-08-20T21:59:39.7186651Z [00:03:41.544]➜  cp $WORK/b1532/_pkg_.a /root/.cache/go-build/57/57c8b447b7c8f2de888a077aaddc8d40aa847b3cf84cb7f4cedf28ed0601b2fa-d # internal
2025-08-20T21:59:39.7245179Z [00:03:41.550]➜  github.com/aws/aws-sdk-go-v2/service/s3/types
2025-08-20T21:59:39.7280144Z [00:03:41.553]➜  mkdir -p $WORK/b1534/
2025-08-20T21:59:39.7291451Z [00:03:41.553]➜  cat >/tmp/go-build282983591/b1534/importcfg << 'EOF' # internal
2025-08-20T21:59:39.7292099Z [00:03:41.553]➜  # import config
2025-08-20T21:59:39.7292863Z [00:03:41.553]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:39.7293739Z [00:03:41.553]➜  packagefile github.com/aws/smithy-go=/tmp/go-build282983591/b1276/_pkg_.a
2025-08-20T21:59:39.7294784Z [00:03:41.553]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build282983591/b1318/_pkg_.a
2025-08-20T21:59:39.7295712Z [00:03:41.553]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:39.7296265Z [00:03:41.553]➜  EOF
2025-08-20T21:59:39.7301319Z [00:03:41.553]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1534/_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/b1534=>" -p github.com/aws/aws-sdk-go-v2/service/s3/types -lang=go1.22 -complete -installsuffix shared -buildid obu7GlmzT8hJ5kHS8Ylz/obu7GlmzT8hJ5kHS8Ylz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1534/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:59:39.7870062Z [00:03:41.612]➜  go tool buildid -w $WORK/b1533/_pkg_.a # internal
2025-08-20T21:59:39.7894531Z [00:03:41.615]➜  cp $WORK/b1533/_pkg_.a /root/.cache/go-build/6f/6f14a3caadfdca591d835c9ef74499357d2c8ceb87dd0a616dcf8528d6cf3e2c-d # internal
2025-08-20T21:59:39.7911140Z [00:03:41.616]➜  go tool buildid -w $WORK/b1507/_pkg_.a # internal
2025-08-20T21:59:39.7941098Z [00:03:41.619]➜  github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations
2025-08-20T21:59:39.7944104Z [00:03:41.619]➜  mkdir -p $WORK/b1531/
2025-08-20T21:59:39.7960338Z [00:03:41.620]➜  cat >/tmp/go-build282983591/b1531/importcfg << 'EOF' # internal
2025-08-20T21:59:39.7961072Z [00:03:41.620]➜  # import config
2025-08-20T21:59:39.7961676Z [00:03:41.620]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:39.7962415Z [00:03:41.620]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:39.7963198Z [00:03:41.620]➜  packagefile encoding/xml=/tmp/go-build282983591/b486/_pkg_.a
2025-08-20T21:59:39.7964136Z [00:03:41.620]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:39.7965022Z [00:03:41.620]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build282983591/b1266/_pkg_.a
2025-08-20T21:59:39.7966106Z [00:03:41.620]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build282983591/b1284/_pkg_.a
2025-08-20T21:59:39.7967251Z [00:03:41.620]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build282983591/b1283/_pkg_.a
2025-08-20T21:59:39.7968433Z [00:03:41.620]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build282983591/b1310/_pkg_.a
2025-08-20T21:59:39.7969595Z [00:03:41.620]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build282983591/b1297/_pkg_.a
2025-08-20T21:59:39.7970897Z [00:03:41.620]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build282983591/b1268/_pkg_.a
2025-08-20T21:59:39.7971983Z [00:03:41.620]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a=/tmp/go-build282983591/b1524/_pkg_.a
2025-08-20T21:59:39.7973167Z [00:03:41.620]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/checksum=/tmp/go-build282983591/b1527/_pkg_.a
2025-08-20T21:59:39.7974433Z [00:03:41.620]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared=/tmp/go-build282983591/b1528/_pkg_.a
2025-08-20T21:59:39.7975727Z [00:03:41.620]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn=/tmp/go-build282983591/b1529/_pkg_.a
2025-08-20T21:59:39.7977007Z [00:03:41.620]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/arn=/tmp/go-build282983591/b1532/_pkg_.a
2025-08-20T21:59:39.7978359Z [00:03:41.620]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints=/tmp/go-build282983591/b1533/_pkg_.a
2025-08-20T21:59:39.7981467Z [00:03:41.620]➜  packagefile github.com/aws/smithy-go=/tmp/go-build282983591/b1276/_pkg_.a
2025-08-20T21:59:39.7982633Z [00:03:41.620]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build282983591/b1277/_pkg_.a
2025-08-20T21:59:39.7983896Z [00:03:41.620]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build282983591/b1289/_pkg_.a
2025-08-20T21:59:39.7985120Z [00:03:41.620]➜  packagefile github.com/aws/smithy-go/encoding/xml=/tmp/go-build282983591/b1333/_pkg_.a
2025-08-20T21:59:39.7986439Z [00:03:41.620]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build282983591/b1274/_pkg_.a
2025-08-20T21:59:39.7987574Z [00:03:41.620]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build282983591/b1273/_pkg_.a
2025-08-20T21:59:39.7988764Z [00:03:41.620]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build282983591/b1275/_pkg_.a
2025-08-20T21:59:39.7989713Z [00:03:41.620]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:39.7990723Z [00:03:41.620]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:59:39.7991545Z [00:03:41.620]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:59:39.7992313Z [00:03:41.620]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:39.7993104Z [00:03:41.620]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:39.7993896Z [00:03:41.620]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:39.7994834Z [00:03:41.620]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:39.7995654Z [00:03:41.620]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:39.7996212Z [00:03:41.620]➜  EOF
2025-08-20T21:59:39.8044623Z [00:03:41.621]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1531/_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/b1531=>" -p github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations -lang=go1.22 -complete -installsuffix shared -buildid ClHRAYvxVuThJRXIQDXh/ClHRAYvxVuThJRXIQDXh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1531/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:59:39.8223089Z [00:03:41.647]➜  cp $WORK/b1507/_pkg_.a /root/.cache/go-build/c2/c2b099b5ec045c2ec0a56d73d03ba6118b340dfa8ae8664bde7825b143b5435e-d # internal
2025-08-20T21:59:39.8232057Z [00:03:41.648]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror
2025-08-20T21:59:39.8258113Z [00:03:41.648]➜  mkdir -p $WORK/b1506/
2025-08-20T21:59:39.8258787Z [00:03:41.648]➜  cat >/tmp/go-build282983591/b1506/importcfg << 'EOF' # internal
2025-08-20T21:59:39.8259363Z [00:03:41.648]➜  # import config
2025-08-20T21:59:39.8260090Z [00:03:41.648]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:39.8261204Z [00:03:41.648]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build282983591/b1451/_pkg_.a
2025-08-20T21:59:39.8262489Z [00:03:41.648]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build282983591/b1507/_pkg_.a
2025-08-20T21:59:39.8263373Z [00:03:41.648]➜  EOF
2025-08-20T21:59:39.8267262Z [00:03:41.648]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1506/_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/b1506=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror -lang=go1.23 -complete -installsuffix shared -buildid 2KGaMxkvQ8fFV7N2SEjx/2KGaMxkvQ8fFV7N2SEjx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1506/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:59:39.8765484Z [00:03:41.702]➜  go tool buildid -w $WORK/b1506/_pkg_.a # internal
2025-08-20T21:59:39.8775273Z [00:03:41.703]➜  cp $WORK/b1506/_pkg_.a /root/.cache/go-build/a7/a7f891cf9719d6676d4fdd9c3001e4427d3e86cc812151e6854ef8db35edb191-d # internal
2025-08-20T21:59:39.8803383Z [00:03:41.705]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared
2025-08-20T21:59:39.8804180Z [00:03:41.705]➜  mkdir -p $WORK/b1511/
2025-08-20T21:59:39.8810231Z [00:03:41.706]➜  cat >/tmp/go-build282983591/b1511/importcfg << 'EOF' # internal
2025-08-20T21:59:39.8815638Z [00:03:41.706]➜  # import config
2025-08-20T21:59:39.8816277Z [00:03:41.706]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:39.8817273Z [00:03:41.706]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:39.8818013Z [00:03:41.706]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:39.8819040Z [00:03:41.706]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build282983591/b1451/_pkg_.a
2025-08-20T21:59:39.8820547Z [00:03:41.706]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build282983591/b1458/_pkg_.a
2025-08-20T21:59:39.8821886Z [00:03:41.706]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build282983591/b1461/_pkg_.a
2025-08-20T21:59:39.8823093Z [00:03:41.706]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/to=/tmp/go-build282983591/b1508/_pkg_.a
2025-08-20T21:59:39.8824360Z [00:03:41.706]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/uuid=/tmp/go-build282983591/b1473/_pkg_.a
2025-08-20T21:59:39.8825803Z [00:03:41.706]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build282983591/b1507/_pkg_.a
2025-08-20T21:59:39.8826984Z [00:03:41.706]➜  packagefile hash/crc64=/tmp/go-build282983591/b319/_pkg_.a
2025-08-20T21:59:39.8827730Z [00:03:41.706]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:39.8828585Z [00:03:41.706]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:39.8829313Z [00:03:41.706]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:39.8831200Z [00:03:41.706]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:39.8831947Z [00:03:41.706]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:39.8832666Z [00:03:41.706]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:39.8833567Z [00:03:41.706]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:39.8834308Z [00:03:41.706]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:59:39.8834867Z [00:03:41.706]➜  EOF
2025-08-20T21:59:39.8843800Z [00:03:41.707]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1511/_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/b1511=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared -lang=go1.23 -complete -installsuffix shared -buildid sfFUnLq61WMmQRddoR3B/sfFUnLq61WMmQRddoR3B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1511/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:59:40.0240968Z [00:03:41.849]➜  go tool buildid -w $WORK/b1511/_pkg_.a # internal
2025-08-20T21:59:40.0261386Z [00:03:41.851]➜  cp $WORK/b1511/_pkg_.a /root/.cache/go-build/a4/a4908fb34ae4797599c6045266995bfae6daad46a5b2366ac9b0ed43ba283469-d # internal
2025-08-20T21:59:40.0354113Z [00:03:41.861]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported
2025-08-20T21:59:40.0357594Z [00:03:41.861]➜  mkdir -p $WORK/b1510/
2025-08-20T21:59:40.0360836Z [00:03:41.861]➜  cat >/tmp/go-build282983591/b1510/importcfg << 'EOF' # internal
2025-08-20T21:59:40.0380510Z [00:03:41.861]➜  # import config
2025-08-20T21:59:40.0381231Z [00:03:41.861]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:40.0382118Z [00:03:41.861]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:40.0383008Z [00:03:41.861]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:59:40.0383972Z [00:03:41.861]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:59:40.0384926Z [00:03:41.861]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:40.0385916Z [00:03:41.861]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:59:40.0386862Z [00:03:41.861]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:40.0387668Z [00:03:41.861]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:40.0389001Z [00:03:41.861]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/log=/tmp/go-build282983591/b1454/_pkg_.a
2025-08-20T21:59:40.0392257Z [00:03:41.861]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build282983591/b1458/_pkg_.a
2025-08-20T21:59:40.0393813Z [00:03:41.861]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build282983591/b1461/_pkg_.a
2025-08-20T21:59:40.0395337Z [00:03:41.861]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build282983591/b1469/_pkg_.a
2025-08-20T21:59:40.0396992Z [00:03:41.861]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/to=/tmp/go-build282983591/b1508/_pkg_.a
2025-08-20T21:59:40.0398440Z [00:03:41.861]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/log=/tmp/go-build282983591/b1455/_pkg_.a
2025-08-20T21:59:40.0400089Z [00:03:41.861]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/uuid=/tmp/go-build282983591/b1473/_pkg_.a
2025-08-20T21:59:40.0401751Z [00:03:41.861]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build282983591/b1507/_pkg_.a
2025-08-20T21:59:40.0403557Z [00:03:41.861]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build282983591/b1511/_pkg_.a
2025-08-20T21:59:40.0404908Z [00:03:41.861]➜  packagefile hash/crc64=/tmp/go-build282983591/b319/_pkg_.a
2025-08-20T21:59:40.0405746Z [00:03:41.861]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:40.0406548Z [00:03:41.861]➜  packagefile mime=/tmp/go-build282983591/b215/_pkg_.a
2025-08-20T21:59:40.0407432Z [00:03:41.861]➜  packagefile mime/multipart=/tmp/go-build282983591/b216/_pkg_.a
2025-08-20T21:59:40.0408327Z [00:03:41.861]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:40.0409226Z [00:03:41.861]➜  packagefile net/textproto=/tmp/go-build282983591/b212/_pkg_.a
2025-08-20T21:59:40.0410306Z [00:03:41.861]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:40.0411153Z [00:03:41.861]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:40.0411987Z [00:03:41.861]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:40.0413044Z [00:03:41.861]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:40.0413916Z [00:03:41.861]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:40.0414769Z [00:03:41.861]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:40.0415568Z [00:03:41.861]➜  EOF
2025-08-20T21:59:40.0438346Z [00:03:41.862]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1510/_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/b1510=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported -lang=go1.23 -complete -installsuffix shared -buildid 4lBj1sQ5EtrtqtRvizDk/4lBj1sQ5EtrtqtRvizDk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1510/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:59:40.1002978Z [00:03:41.925]➜  go tool buildid -w $WORK/b1531/_pkg_.a # internal
2025-08-20T21:59:40.1041604Z [00:03:41.929]➜  cp $WORK/b1531/_pkg_.a /root/.cache/go-build/dd/ddb5fda1b4f02c68efd15a022c8d4a600b488c3d4df19a8f3307b7c5d4fe846c-d # internal
2025-08-20T21:59:40.1056949Z [00:03:41.931]➜  github.com/aws/smithy-go/endpoints/private/rulesfn
2025-08-20T21:59:40.1058396Z [00:03:41.931]➜  mkdir -p $WORK/b1537/
2025-08-20T21:59:40.1064183Z [00:03:41.932]➜  cat >/tmp/go-build282983591/b1537/importcfg << 'EOF' # internal
2025-08-20T21:59:40.1064919Z [00:03:41.932]➜  # import config
2025-08-20T21:59:40.1065587Z [00:03:41.932]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:40.1066636Z [00:03:41.932]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build282983591/b1275/_pkg_.a
2025-08-20T21:59:40.1067691Z [00:03:41.932]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:40.1068508Z [00:03:41.932]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:40.1069353Z [00:03:41.932]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:40.1070163Z [00:03:41.932]➜  EOF
2025-08-20T21:59:40.1110137Z [00:03:41.936]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1537/_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/b1537=>" -p github.com/aws/smithy-go/endpoints/private/rulesfn -lang=go1.22 -complete -installsuffix shared -buildid JntgmTXi0tYvJ5wpctTw/JntgmTXi0tYvJ5wpctTw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1537/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:59:40.1315308Z [00:03:41.957]➜  go tool buildid -w $WORK/b1534/_pkg_.a # internal
2025-08-20T21:59:40.1412081Z [00:03:41.966]➜  cp $WORK/b1534/_pkg_.a /root/.cache/go-build/c0/c01407696b65812f460a5de667404623ae1fa83586e61aba7523da6f0646721d-d # internal
2025-08-20T21:59:40.1445035Z [00:03:41.970]➜  github.com/aws/smithy-go/sync
2025-08-20T21:59:40.1446568Z [00:03:41.970]➜  mkdir -p $WORK/b1538/
2025-08-20T21:59:40.1448838Z [00:03:41.970]➜  cat >/tmp/go-build282983591/b1538/importcfg << 'EOF' # internal
2025-08-20T21:59:40.1451711Z [00:03:41.970]➜  # import config
2025-08-20T21:59:40.1452381Z [00:03:41.970]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:40.1453032Z [00:03:41.970]➜  EOF
2025-08-20T21:59:40.1456545Z [00:03:41.970]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1538/_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/b1538=>" -p github.com/aws/smithy-go/sync -lang=go1.22 -complete -installsuffix shared -buildid B3LvkEIThWEzjiK5zvL3/B3LvkEIThWEzjiK5zvL3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1538/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/sync/error.go
2025-08-20T21:59:40.1630176Z [00:03:41.988]➜  go tool buildid -w $WORK/b1537/_pkg_.a # internal
2025-08-20T21:59:40.1638031Z [00:03:41.989]➜  cp $WORK/b1537/_pkg_.a /root/.cache/go-build/8b/8b1e60ca71a59ff683bab2651c27336d5212ee5a96691048f575230589c5797d-d # internal
2025-08-20T21:59:40.1645377Z [00:03:41.990]➜  github.com/aws/smithy-go/waiter
2025-08-20T21:59:40.1648457Z [00:03:41.990]➜  mkdir -p $WORK/b1539/
2025-08-20T21:59:40.1654988Z [00:03:41.990]➜  cat >/tmp/go-build282983591/b1539/importcfg << 'EOF' # internal
2025-08-20T21:59:40.1655721Z [00:03:41.991]➜  # import config
2025-08-20T21:59:40.1656416Z [00:03:41.991]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:40.1657459Z [00:03:41.991]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:40.1658510Z [00:03:41.991]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build282983591/b1274/_pkg_.a
2025-08-20T21:59:40.1659758Z [00:03:41.991]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build282983591/b1273/_pkg_.a
2025-08-20T21:59:40.1661054Z [00:03:41.991]➜  packagefile github.com/aws/smithy-go/rand=/tmp/go-build282983591/b1285/_pkg_.a
2025-08-20T21:59:40.1661984Z [00:03:41.991]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:40.1662828Z [00:03:41.991]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:40.1663329Z [00:03:41.991]➜  EOF
2025-08-20T21:59:40.1667845Z [00:03:41.992]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1539/_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/b1539=>" -p github.com/aws/smithy-go/waiter -lang=go1.22 -complete -installsuffix shared -buildid 4Jj9EhCy9XC1qanFF00F/4Jj9EhCy9XC1qanFF00F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1539/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:59:40.1712529Z [00:03:41.996]➜  go tool buildid -w $WORK/b1538/_pkg_.a # internal
2025-08-20T21:59:40.1719939Z [00:03:41.997]➜  cp $WORK/b1538/_pkg_.a /root/.cache/go-build/91/91e531fbab9fc84b9d0fa1873b033e2788530495628e38c4f71e8a50720d247f-d # internal
2025-08-20T21:59:40.1743486Z [00:03:41.999]➜  dario.cat/mergo
2025-08-20T21:59:40.1745907Z [00:03:41.999]➜  mkdir -p $WORK/b1541/
2025-08-20T21:59:40.1746685Z [00:03:41.999]➜  cat >/tmp/go-build282983591/b1541/importcfg << 'EOF' # internal
2025-08-20T21:59:40.1747374Z [00:03:41.999]➜  # import config
2025-08-20T21:59:40.1748039Z [00:03:41.999]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:40.1748827Z [00:03:41.999]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:40.1749645Z [00:03:41.999]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:40.1750669Z [00:03:41.999]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:59:40.1751755Z [00:03:41.999]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:59:40.1752428Z [00:03:41.999]➜  EOF
2025-08-20T21:59:40.1756539Z [00:03:41.999]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1541/_pkg_.a -trimpath "/root/go/pkg/mod/dario.cat/mergo@v1.0.0=>dario.cat/mergo@v1.0.0;$WORK/b1541=>" -p dario.cat/mergo -lang=go1.13 -complete -installsuffix shared -buildid WZeFgvMDAMY9jReo0Z8n/WZeFgvMDAMY9jReo0Z8n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1541/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:59:40.1981219Z [00:03:42.023]➜  go tool buildid -w $WORK/b1510/_pkg_.a # internal
2025-08-20T21:59:40.2005833Z [00:03:42.026]➜  go tool buildid -w $WORK/b1539/_pkg_.a # internal
2025-08-20T21:59:40.2014993Z [00:03:42.027]➜  cp $WORK/b1539/_pkg_.a /root/.cache/go-build/37/37efc6c39d7218523c329bb5ce1a21975817fb0bb40e342e26ea4c13099c625a-d # internal
2025-08-20T21:59:40.2025882Z [00:03:42.028]➜  cp $WORK/b1510/_pkg_.a /root/.cache/go-build/0b/0be20ca2b1744e447980212ff37f28d4b323014fbf5eac95b33aa44065f5f718-d # internal
2025-08-20T21:59:40.2048560Z [00:03:42.029]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base
2025-08-20T21:59:40.2051730Z [00:03:42.030]➜  mkdir -p $WORK/b1509/
2025-08-20T21:59:40.2059358Z [00:03:42.031]➜  cat >/tmp/go-build282983591/b1509/importcfg << 'EOF' # internal
2025-08-20T21:59:40.2060348Z [00:03:42.031]➜  # import config
2025-08-20T21:59:40.2066158Z [00:03:42.031]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build282983591/b1451/_pkg_.a
2025-08-20T21:59:40.2067978Z [00:03:42.031]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build282983591/b1510/_pkg_.a
2025-08-20T21:59:40.2081994Z [00:03:42.031]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build282983591/b1507/_pkg_.a
2025-08-20T21:59:40.2083907Z [00:03:42.031]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build282983591/b1511/_pkg_.a
2025-08-20T21:59:40.2085195Z [00:03:42.031]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:40.2086025Z [00:03:42.031]➜  EOF
2025-08-20T21:59:40.2090839Z [00:03:42.031]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1509/_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/b1509=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base -lang=go1.23 -complete -installsuffix shared -buildid 7dIylylgIP6nNAwDF7U2/7dIylylgIP6nNAwDF7U2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1509/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:59:40.2538796Z [00:03:42.079]➜  github.com/aws/aws-sdk-go-v2/service/s3
2025-08-20T21:59:40.2539525Z [00:03:42.079]➜  mkdir -p $WORK/b1521/
2025-08-20T21:59:40.2570461Z [00:03:42.081]➜  cat >/tmp/go-build282983591/b1521/importcfg << 'EOF' # internal
2025-08-20T21:59:40.2571312Z [00:03:42.081]➜  # import config
2025-08-20T21:59:40.2572033Z [00:03:42.081]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:40.2572885Z [00:03:42.081]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:40.2573751Z [00:03:42.081]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:59:40.2574644Z [00:03:42.081]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:59:40.2575557Z [00:03:42.081]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:59:40.2576467Z [00:03:42.081]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:40.2577366Z [00:03:42.081]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:59:40.2578546Z [00:03:42.081]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:40.2579442Z [00:03:42.081]➜  packagefile encoding/xml=/tmp/go-build282983591/b486/_pkg_.a
2025-08-20T21:59:40.2580632Z [00:03:42.081]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:40.2581442Z [00:03:42.081]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:40.2582418Z [00:03:42.081]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build282983591/b1266/_pkg_.a
2025-08-20T21:59:40.2583624Z [00:03:42.081]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build282983591/b1308/_pkg_.a
2025-08-20T21:59:40.2584916Z [00:03:42.081]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build282983591/b1284/_pkg_.a
2025-08-20T21:59:40.2586312Z [00:03:42.081]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream=/tmp/go-build282983591/b1522/_pkg_.a
2025-08-20T21:59:40.2587919Z [00:03:42.081]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/eventstreamapi=/tmp/go-build282983591/b1523/_pkg_.a
2025-08-20T21:59:40.2589458Z [00:03:42.081]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/xml=/tmp/go-build282983591/b1328/_pkg_.a
2025-08-20T21:59:40.2593602Z [00:03:42.081]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build282983591/b1295/_pkg_.a
2025-08-20T21:59:40.2594901Z [00:03:42.081]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build282983591/b1283/_pkg_.a
2025-08-20T21:59:40.2596222Z [00:03:42.081]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build282983591/b1291/_pkg_.a
2025-08-20T21:59:40.2597681Z [00:03:42.081]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build282983591/b1288/_pkg_.a
2025-08-20T21:59:40.2599050Z [00:03:42.081]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build282983591/b1310/_pkg_.a
2025-08-20T21:59:40.2600650Z [00:03:42.081]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build282983591/b1311/_pkg_.a
2025-08-20T21:59:40.2601992Z [00:03:42.081]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build282983591/b1297/_pkg_.a
2025-08-20T21:59:40.2603486Z [00:03:42.081]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build282983591/b1312/_pkg_.a
2025-08-20T21:59:40.2604914Z [00:03:42.081]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build282983591/b1313/_pkg_.a
2025-08-20T21:59:40.2606341Z [00:03:42.081]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build282983591/b1314/_pkg_.a
2025-08-20T21:59:40.2607615Z [00:03:42.081]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build282983591/b1268/_pkg_.a
2025-08-20T21:59:40.2608993Z [00:03:42.081]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sync/singleflight=/tmp/go-build282983591/b1269/_pkg_.a
2025-08-20T21:59:40.2610558Z [00:03:42.081]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a=/tmp/go-build282983591/b1524/_pkg_.a
2025-08-20T21:59:40.2611994Z [00:03:42.081]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding=/tmp/go-build282983591/b1329/_pkg_.a
2025-08-20T21:59:40.2613547Z [00:03:42.081]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/checksum=/tmp/go-build282983591/b1527/_pkg_.a
2025-08-20T21:59:40.2615001Z [00:03:42.081]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/presigned-url=/tmp/go-build282983591/b1330/_pkg_.a
2025-08-20T21:59:40.2616494Z [00:03:42.081]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared=/tmp/go-build282983591/b1528/_pkg_.a
2025-08-20T21:59:40.2618006Z [00:03:42.081]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/config=/tmp/go-build282983591/b1530/_pkg_.a
2025-08-20T21:59:40.2619570Z [00:03:42.081]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations=/tmp/go-build282983591/b1531/_pkg_.a
2025-08-20T21:59:40.2624777Z [00:03:42.081]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints=/tmp/go-build282983591/b1533/_pkg_.a
2025-08-20T21:59:40.2626333Z [00:03:42.081]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/types=/tmp/go-build282983591/b1534/_pkg_.a
2025-08-20T21:59:40.2627532Z [00:03:42.081]➜  packagefile github.com/aws/smithy-go=/tmp/go-build282983591/b1276/_pkg_.a
2025-08-20T21:59:40.2628617Z [00:03:42.081]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build282983591/b1277/_pkg_.a
2025-08-20T21:59:40.2652283Z [00:03:42.081]➜  packagefile github.com/aws/smithy-go/container/private/cache=/tmp/go-build282983591/b1535/_pkg_.a
2025-08-20T21:59:40.2653820Z [00:03:42.081]➜  packagefile github.com/aws/smithy-go/container/private/cache/lru=/tmp/go-build282983591/b1536/_pkg_.a
2025-08-20T21:59:40.2655131Z [00:03:42.081]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build282983591/b1318/_pkg_.a
2025-08-20T21:59:40.2656377Z [00:03:42.081]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build282983591/b1289/_pkg_.a
2025-08-20T21:59:40.2657645Z [00:03:42.081]➜  packagefile github.com/aws/smithy-go/encoding/xml=/tmp/go-build282983591/b1333/_pkg_.a
2025-08-20T21:59:40.2658767Z [00:03:42.081]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build282983591/b1319/_pkg_.a
2025-08-20T21:59:40.2660229Z [00:03:42.081]➜  packagefile github.com/aws/smithy-go/endpoints/private/rulesfn=/tmp/go-build282983591/b1537/_pkg_.a
2025-08-20T21:59:40.2661370Z [00:03:42.081]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build282983591/b1300/_pkg_.a
2025-08-20T21:59:40.2662506Z [00:03:42.081]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build282983591/b1274/_pkg_.a
2025-08-20T21:59:40.2663819Z [00:03:42.081]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build282983591/b1278/_pkg_.a
2025-08-20T21:59:40.2665042Z [00:03:42.081]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build282983591/b1273/_pkg_.a
2025-08-20T21:59:40.2666217Z [00:03:42.081]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build282983591/b1282/_pkg_.a
2025-08-20T21:59:40.2667335Z [00:03:42.081]➜  packagefile github.com/aws/smithy-go/rand=/tmp/go-build282983591/b1285/_pkg_.a
2025-08-20T21:59:40.2668462Z [00:03:42.081]➜  packagefile github.com/aws/smithy-go/sync=/tmp/go-build282983591/b1538/_pkg_.a
2025-08-20T21:59:40.2670006Z [00:03:42.082]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build282983591/b1279/_pkg_.a
2025-08-20T21:59:40.2671165Z [00:03:42.082]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build282983591/b1280/_pkg_.a
2025-08-20T21:59:40.2672386Z [00:03:42.082]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build282983591/b1275/_pkg_.a
2025-08-20T21:59:40.2673602Z [00:03:42.082]➜  packagefile github.com/aws/smithy-go/waiter=/tmp/go-build282983591/b1539/_pkg_.a
2025-08-20T21:59:40.2674553Z [00:03:42.082]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:40.2675365Z [00:03:42.082]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:59:40.2676183Z [00:03:42.082]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:40.2676978Z [00:03:42.082]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:40.2677820Z [00:03:42.082]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:40.2678634Z [00:03:42.082]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:40.2679406Z [00:03:42.082]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:59:40.2680411Z [00:03:42.082]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:40.2681204Z [00:03:42.082]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:40.2682023Z [00:03:42.082]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:40.2682898Z [00:03:42.082]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:40.2683750Z [00:03:42.082]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:40.2684543Z [00:03:42.082]➜  EOF
2025-08-20T21:59:40.2765823Z [00:03:42.090]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1521/_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/b1521=>" -p github.com/aws/aws-sdk-go-v2/service/s3 -lang=go1.22 -complete -installsuffix shared -buildid DnOLVblAsGR7DM6_J2Jr/DnOLVblAsGR7DM6_J2Jr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1521/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:59:40.3207205Z [00:03:42.146]➜  go tool buildid -w $WORK/b1509/_pkg_.a # internal
2025-08-20T21:59:40.3236818Z [00:03:42.149]➜  cp $WORK/b1509/_pkg_.a /root/.cache/go-build/38/38d09e601bebc9048471cd26b4303db14659ce5b08a4a5d2bbef5b66adbfc54e-d # internal
2025-08-20T21:59:40.3317363Z [00:03:42.157]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas
2025-08-20T21:59:40.3329194Z [00:03:42.158]➜  mkdir -p $WORK/b1512/
2025-08-20T21:59:40.3330404Z [00:03:42.158]➜  cat >/tmp/go-build282983591/b1512/importcfg << 'EOF' # internal
2025-08-20T21:59:40.3336595Z [00:03:42.158]➜  # import config
2025-08-20T21:59:40.3337292Z [00:03:42.158]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:40.3338101Z [00:03:42.158]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:40.3338885Z [00:03:42.158]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:40.3340388Z [00:03:42.158]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build282983591/b1510/_pkg_.a
2025-08-20T21:59:40.3342563Z [00:03:42.158]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build282983591/b1507/_pkg_.a
2025-08-20T21:59:40.3344530Z [00:03:42.158]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build282983591/b1511/_pkg_.a
2025-08-20T21:59:40.3346089Z [00:03:42.158]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:40.3347103Z [00:03:42.158]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:40.3348174Z [00:03:42.158]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:40.3349159Z [00:03:42.158]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:40.3350092Z [00:03:42.158]➜  EOF
2025-08-20T21:59:40.3356453Z [00:03:42.158]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1512/_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/b1512=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas -lang=go1.23 -complete -installsuffix shared -buildid X25IARmZUDXvMlQUSgxH/X25IARmZUDXvMlQUSgxH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1512/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:59:40.3715212Z [00:03:42.197]➜  go tool buildid -w $WORK/b1541/_pkg_.a # internal
2025-08-20T21:59:40.3731900Z [00:03:42.198]➜  cp $WORK/b1541/_pkg_.a /root/.cache/go-build/fe/fe99971257af1e520dd75b0463b6e014107b76d642b8e1ec6ae453c673d0c1a3-d # internal
2025-08-20T21:59:40.3742834Z [00:03:42.199]➜  github.com/ProtonMail/go-crypto/openpgp/errors
2025-08-20T21:59:40.3748374Z [00:03:42.200]➜  mkdir -p $WORK/b1544/
2025-08-20T21:59:40.3757645Z [00:03:42.201]➜  cat >/tmp/go-build282983591/b1544/importcfg << 'EOF' # internal
2025-08-20T21:59:40.3758525Z [00:03:42.201]➜  # import config
2025-08-20T21:59:40.3759298Z [00:03:42.201]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:40.3760505Z [00:03:42.201]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:40.3761105Z [00:03:42.201]➜  EOF
2025-08-20T21:59:40.3771447Z [00:03:42.202]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1544/_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/b1544=>" -p github.com/ProtonMail/go-crypto/openpgp/errors -lang=go1.17 -complete -installsuffix shared -buildid jhg9rxIK7QcZWjBY7oX9/jhg9rxIK7QcZWjBY7oX9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1544/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/errors/errors.go
2025-08-20T21:59:40.4167021Z [00:03:42.242]➜  go tool buildid -w $WORK/b1544/_pkg_.a # internal
2025-08-20T21:59:40.4179250Z [00:03:42.243]➜  cp $WORK/b1544/_pkg_.a /root/.cache/go-build/95/95a18faec866d034d3ea1b99e9903fae5c285366964b884755ca13b66ecd10f6-d # internal
2025-08-20T21:59:40.4220355Z [00:03:42.247]➜  github.com/ProtonMail/go-crypto/openpgp/armor
2025-08-20T21:59:40.4222181Z [00:03:42.247]➜  mkdir -p $WORK/b1543/
2025-08-20T21:59:40.4230666Z [00:03:42.248]➜  cat >/tmp/go-build282983591/b1543/importcfg << 'EOF' # internal
2025-08-20T21:59:40.4233264Z [00:03:42.249]➜  # import config
2025-08-20T21:59:40.4233912Z [00:03:42.249]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:40.4234748Z [00:03:42.249]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:40.4235641Z [00:03:42.249]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:40.4236830Z [00:03:42.249]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build282983591/b1544/_pkg_.a
2025-08-20T21:59:40.4237879Z [00:03:42.249]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:40.4238664Z [00:03:42.249]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:40.4239308Z [00:03:42.249]➜  EOF
2025-08-20T21:59:40.4243945Z [00:03:42.249]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1543/_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/b1543=>" -p github.com/ProtonMail/go-crypto/openpgp/armor -lang=go1.17 -complete -installsuffix shared -buildid uXxsenio02SRwckG8RDE/uXxsenio02SRwckG8RDE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1543/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:59:40.4578254Z [00:03:42.283]➜  go tool buildid -w $WORK/b1512/_pkg_.a # internal
2025-08-20T21:59:40.4623631Z [00:03:42.288]➜  cp $WORK/b1512/_pkg_.a /root/.cache/go-build/86/868196b6c31669bb3d321c0e064e2668a044ba38afb5bf9d83a2187218af0a19-d # internal
2025-08-20T21:59:40.4647464Z [00:03:42.290]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob
2025-08-20T21:59:40.4649113Z [00:03:42.290]➜  mkdir -p $WORK/b1505/
2025-08-20T21:59:40.4658762Z [00:03:42.291]➜  cat >/tmp/go-build282983591/b1505/importcfg << 'EOF' # internal
2025-08-20T21:59:40.4659677Z [00:03:42.291]➜  # import config
2025-08-20T21:59:40.4660488Z [00:03:42.291]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:40.4661509Z [00:03:42.291]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build282983591/b1451/_pkg_.a
2025-08-20T21:59:40.4662793Z [00:03:42.291]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build282983591/b1458/_pkg_.a
2025-08-20T21:59:40.4664132Z [00:03:42.291]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build282983591/b1461/_pkg_.a
2025-08-20T21:59:40.4665482Z [00:03:42.291]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build282983591/b1469/_pkg_.a
2025-08-20T21:59:40.4666917Z [00:03:42.291]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror=/tmp/go-build282983591/b1506/_pkg_.a
2025-08-20T21:59:40.4668451Z [00:03:42.291]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build282983591/b1509/_pkg_.a
2025-08-20T21:59:40.4673362Z [00:03:42.291]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build282983591/b1510/_pkg_.a
2025-08-20T21:59:40.4675008Z [00:03:42.291]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build282983591/b1507/_pkg_.a
2025-08-20T21:59:40.4676570Z [00:03:42.291]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build282983591/b1511/_pkg_.a
2025-08-20T21:59:40.4677995Z [00:03:42.291]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build282983591/b1512/_pkg_.a
2025-08-20T21:59:40.4679002Z [00:03:42.291]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:40.4680032Z [00:03:42.291]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:40.4680741Z [00:03:42.291]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:40.4681559Z [00:03:42.291]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:40.4682280Z [00:03:42.291]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:40.4683007Z [00:03:42.291]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:40.4683774Z [00:03:42.291]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:40.4684315Z [00:03:42.291]➜  EOF
2025-08-20T21:59:40.4697206Z [00:03:42.294]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1505/_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/b1505=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob -lang=go1.23 -complete -installsuffix shared -buildid q-5OCYC1DckJTPiGqNGf/q-5OCYC1DckJTPiGqNGf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1505/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:59:40.4893056Z [00:03:42.314]➜  go tool buildid -w $WORK/b1543/_pkg_.a # internal
2025-08-20T21:59:40.4900329Z [00:03:42.315]➜  cp $WORK/b1543/_pkg_.a /root/.cache/go-build/bc/bc0d05ba4092182cc98f86d1039707ad8cf5ff702ca4862c3ad496cd0663e67b-d # internal
2025-08-20T21:59:40.4902642Z [00:03:42.316]➜  github.com/ProtonMail/go-crypto/openpgp/aes/keywrap
2025-08-20T21:59:40.4904318Z [00:03:42.316]➜  mkdir -p $WORK/b1546/
2025-08-20T21:59:40.4914226Z [00:03:42.317]➜  cat >/tmp/go-build282983591/b1546/importcfg << 'EOF' # internal
2025-08-20T21:59:40.4916194Z [00:03:42.317]➜  # import config
2025-08-20T21:59:40.4917150Z [00:03:42.317]➜  packagefile crypto/aes=/tmp/go-build282983591/b108/_pkg_.a
2025-08-20T21:59:40.4918038Z [00:03:42.317]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:59:40.4918859Z [00:03:42.317]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:40.4919427Z [00:03:42.317]➜  EOF
2025-08-20T21:59:40.4923655Z [00:03:42.317]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1546/_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/b1546=>" -p github.com/ProtonMail/go-crypto/openpgp/aes/keywrap -lang=go1.17 -complete -installsuffix shared -buildid yZ85tI2sCFSj4hi3718w/yZ85tI2sCFSj4hi3718w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1546/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/aes/keywrap/keywrap.go
2025-08-20T21:59:40.5176517Z [00:03:42.343]➜  go tool buildid -w $WORK/b1546/_pkg_.a # internal
2025-08-20T21:59:40.5190104Z [00:03:42.344]➜  cp $WORK/b1546/_pkg_.a /root/.cache/go-build/4c/4cab2498e6efd11a5825ec9b12df7d683a4d3f0ebdcd742491e76eb8863b2d06-d # internal
2025-08-20T21:59:40.5200591Z [00:03:42.345]➜  github.com/ProtonMail/go-crypto/eax
2025-08-20T21:59:40.5203902Z [00:03:42.346]➜  mkdir -p $WORK/b1548/
2025-08-20T21:59:40.5214942Z [00:03:42.347]➜  cat >/tmp/go-build282983591/b1548/importcfg << 'EOF' # internal
2025-08-20T21:59:40.5215664Z [00:03:42.347]➜  # import config
2025-08-20T21:59:40.5216383Z [00:03:42.347]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:59:40.5217514Z [00:03:42.347]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:59:40.5218362Z [00:03:42.347]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:40.5219652Z [00:03:42.347]➜  packagefile github.com/ProtonMail/go-crypto/internal/byteutil=/tmp/go-build282983591/b1549/_pkg_.a
2025-08-20T21:59:40.5220900Z [00:03:42.347]➜  EOF
2025-08-20T21:59:40.5229127Z [00:03:42.348]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1548/_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/b1548=>" -p github.com/ProtonMail/go-crypto/eax -lang=go1.17 -complete -installsuffix shared -buildid R3wmCCVjRuEf4jgMjnXY/R3wmCCVjRuEf4jgMjnXY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1548/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:59:40.5536513Z [00:03:42.379]➜  go tool buildid -w $WORK/b1548/_pkg_.a # internal
2025-08-20T21:59:40.5548250Z [00:03:42.380]➜  cp $WORK/b1548/_pkg_.a /root/.cache/go-build/a5/a5e13bdf2d1915a4466e1469c9172b7075a50213875f3152cfa16848671e3ff0-d # internal
2025-08-20T21:59:40.5557206Z [00:03:42.381]➜  github.com/ProtonMail/go-crypto/ocb
2025-08-20T21:59:40.5558053Z [00:03:42.381]➜  mkdir -p $WORK/b1550/
2025-08-20T21:59:40.5566837Z [00:03:42.382]➜  cat >/tmp/go-build282983591/b1550/importcfg << 'EOF' # internal
2025-08-20T21:59:40.5567694Z [00:03:42.382]➜  # import config
2025-08-20T21:59:40.5568443Z [00:03:42.382]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:40.5569374Z [00:03:42.382]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:59:40.5570710Z [00:03:42.382]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:59:40.5571708Z [00:03:42.382]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:59:40.5572600Z [00:03:42.382]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:40.5573739Z [00:03:42.382]➜  packagefile github.com/ProtonMail/go-crypto/internal/byteutil=/tmp/go-build282983591/b1549/_pkg_.a
2025-08-20T21:59:40.5575025Z [00:03:42.382]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:59:40.5575701Z [00:03:42.382]➜  EOF
2025-08-20T21:59:40.5581002Z [00:03:42.382]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1550/_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/b1550=>" -p github.com/ProtonMail/go-crypto/ocb -lang=go1.17 -complete -installsuffix shared -buildid HmXd8r0DitzJ2XDAPiHq/HmXd8r0DitzJ2XDAPiHq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1550/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:59:40.5766666Z [00:03:42.402]➜  go tool buildid -w $WORK/b1249/_pkg_.a # internal
2025-08-20T21:59:40.6159220Z [00:03:42.441]➜  go tool buildid -w $WORK/b1550/_pkg_.a # internal
2025-08-20T21:59:40.6172415Z [00:03:42.442]➜  cp $WORK/b1550/_pkg_.a /root/.cache/go-build/8c/8cfb59103233c554206c4b8999bce2f1ddbcb48ec8faa83ffa23741abf21126f-d # internal
2025-08-20T21:59:40.6199463Z [00:03:42.445]➜  github.com/ProtonMail/go-crypto/openpgp/internal/algorithm
2025-08-20T21:59:40.6200369Z [00:03:42.445]➜  mkdir -p $WORK/b1547/
2025-08-20T21:59:40.6204858Z [00:03:42.446]➜  cat >/tmp/go-build282983591/b1547/importcfg << 'EOF' # internal
2025-08-20T21:59:40.6210349Z [00:03:42.446]➜  # import config
2025-08-20T21:59:40.6223758Z [00:03:42.446]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:59:40.6228612Z [00:03:42.446]➜  packagefile crypto/aes=/tmp/go-build282983591/b108/_pkg_.a
2025-08-20T21:59:40.6233805Z [00:03:42.446]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:59:40.6235215Z [00:03:42.446]➜  packagefile crypto/des=/tmp/go-build282983591/b109/_pkg_.a
2025-08-20T21:59:40.6237247Z [00:03:42.446]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:40.6238237Z [00:03:42.446]➜  packagefile github.com/ProtonMail/go-crypto/eax=/tmp/go-build282983591/b1548/_pkg_.a
2025-08-20T21:59:40.6239421Z [00:03:42.446]➜  packagefile github.com/ProtonMail/go-crypto/ocb=/tmp/go-build282983591/b1550/_pkg_.a
2025-08-20T21:59:40.6240727Z [00:03:42.446]➜  packagefile golang.org/x/crypto/cast5=/tmp/go-build282983591/b552/_pkg_.a
2025-08-20T21:59:40.6241648Z [00:03:42.446]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:59:40.6242228Z [00:03:42.446]➜  EOF
2025-08-20T21:59:40.6247663Z [00:03:42.446]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1547/_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/b1547=>" -p github.com/ProtonMail/go-crypto/openpgp/internal/algorithm -lang=go1.17 -complete -installsuffix shared -buildid EfBn2FRN-MVNDQ3sM7OE/EfBn2FRN-MVNDQ3sM7OE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1547/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:59:40.6281060Z [00:03:42.453]➜  cp $WORK/b1249/_pkg_.a /root/.cache/go-build/16/16044340d644f0536a3909520be1e683d6b7160285e59f43241db25254052313-d # internal
2025-08-20T21:59:40.6320761Z [00:03:42.454]➜  github.com/projectdiscovery/nuclei/v3/pkg/catalog/loader
2025-08-20T21:59:40.6321523Z [00:03:42.454]➜  mkdir -p $WORK/b1129/
2025-08-20T21:59:40.6322276Z [00:03:42.454]➜  cat >/tmp/go-build282983591/b1129/importcfg << 'EOF' # internal
2025-08-20T21:59:40.6323060Z [00:03:42.454]➜  # import config
2025-08-20T21:59:40.6323754Z [00:03:42.454]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:40.6324844Z [00:03:42.454]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:40.6325755Z [00:03:42.454]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:40.6326645Z [00:03:42.454]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:40.6327665Z [00:03:42.454]➜  packagefile github.com/alecthomas/chroma/quick=/tmp/go-build282983591/b799/_pkg_.a
2025-08-20T21:59:40.6328890Z [00:03:42.454]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build282983591/b248/_pkg_.a
2025-08-20T21:59:40.6330226Z [00:03:42.454]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:40.6331453Z [00:03:42.454]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:40.6332829Z [00:03:42.454]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog=/tmp/go-build282983591/b746/_pkg_.a
2025-08-20T21:59:40.6334499Z [00:03:42.454]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build282983591/b623/_pkg_.a
2025-08-20T21:59:40.6336149Z [00:03:42.454]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/loader/filter=/tmp/go-build282983591/b1130/_pkg_.a
2025-08-20T21:59:40.6337669Z [00:03:42.454]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/keys=/tmp/go-build282983591/b748/_pkg_.a
2025-08-20T21:59:40.6339200Z [00:03:42.454]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/severity=/tmp/go-build282983591/b688/_pkg_.a
2025-08-20T21:59:40.6341053Z [00:03:42.454]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build282983591/b1131/_pkg_.a
2025-08-20T21:59:40.6342886Z [00:03:42.454]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build282983591/b877/_pkg_.a
2025-08-20T21:59:40.6344534Z [00:03:42.454]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates=/tmp/go-build282983591/b1249/_pkg_.a
2025-08-20T21:59:40.6346100Z [00:03:42.454]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/extensions=/tmp/go-build282983591/b625/_pkg_.a
2025-08-20T21:59:40.6347715Z [00:03:42.454]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build282983591/b779/_pkg_.a
2025-08-20T21:59:40.6349179Z [00:03:42.454]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:40.6350834Z [00:03:42.454]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils=/tmp/go-build282983591/b704/_pkg_.a
2025-08-20T21:59:40.6352424Z [00:03:42.454]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/stats=/tmp/go-build282983591/b1369/_pkg_.a
2025-08-20T21:59:40.6353934Z [00:03:42.454]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/workflows=/tmp/go-build282983591/b1398/_pkg_.a
2025-08-20T21:59:40.6355334Z [00:03:42.454]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build282983591/b342/_pkg_.a
2025-08-20T21:59:40.6356874Z [00:03:42.454]➜  packagefile github.com/projectdiscovery/utils/auth/pdcp=/tmp/go-build282983591/b341/_pkg_.a
2025-08-20T21:59:40.6358221Z [00:03:42.454]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:59:40.6359521Z [00:03:42.454]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build282983591/b191/_pkg_.a
2025-08-20T21:59:40.6361032Z [00:03:42.454]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:59:40.6362525Z [00:03:42.454]➜  packagefile github.com/projectdiscovery/utils/sync=/tmp/go-build282983591/b1116/_pkg_.a
2025-08-20T21:59:40.6363875Z [00:03:42.454]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build282983591/b449/_pkg_.a
2025-08-20T21:59:40.6365004Z [00:03:42.454]➜  packagefile github.com/rs/xid=/tmp/go-build282983591/b611/_pkg_.a
2025-08-20T21:59:40.6365887Z [00:03:42.454]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:40.6366894Z [00:03:42.454]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:40.6367748Z [00:03:42.454]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:40.6368540Z [00:03:42.454]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:40.6369395Z [00:03:42.454]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:40.6370456Z [00:03:42.454]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:40.6371297Z [00:03:42.454]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:40.6372125Z [00:03:42.454]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:40.6372761Z [00:03:42.454]➜  EOF
2025-08-20T21:59:40.6377506Z [00:03:42.454]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1129/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/loader=>github.com/projectdiscovery/nuclei/v3/pkg/catalog/loader;$WORK/b1129=>" -p github.com/projectdiscovery/nuclei/v3/pkg/catalog/loader -lang=go1.24 -complete -installsuffix shared -buildid 7qIWc2CqGTQHHWMzsEO_/7qIWc2CqGTQHHWMzsEO_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1129/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/loader/ai_loader.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/loader/loader.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/loader/remote_loader.go
2025-08-20T21:59:40.6590401Z [00:03:42.482]➜  go tool buildid -w $WORK/b1547/_pkg_.a # internal
2025-08-20T21:59:40.6591155Z [00:03:42.484]➜  go tool buildid -w $WORK/b1505/_pkg_.a # internal
2025-08-20T21:59:40.6592455Z [00:03:42.484]➜  cp $WORK/b1547/_pkg_.a /root/.cache/go-build/96/963c845faa33ffed2e25d3acd96b4897b33d98f5fc5430f6839d86693a14626e-d # internal
2025-08-20T21:59:40.6593899Z [00:03:42.484]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/uncover
2025-08-20T21:59:40.6594590Z [00:03:42.484]➜  mkdir -p $WORK/b1426/
2025-08-20T21:59:40.6595269Z [00:03:42.484]➜  cat >/tmp/go-build282983591/b1426/importcfg << 'EOF' # internal
2025-08-20T21:59:40.6595910Z [00:03:42.484]➜  # import config
2025-08-20T21:59:40.6596518Z [00:03:42.484]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:40.6597240Z [00:03:42.484]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:40.6598186Z [00:03:42.484]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:40.6599436Z [00:03:42.484]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates=/tmp/go-build282983591/b1249/_pkg_.a
2025-08-20T21:59:40.6600881Z [00:03:42.484]➜  packagefile github.com/projectdiscovery/uncover=/tmp/go-build282983591/b1427/_pkg_.a
2025-08-20T21:59:40.6602078Z [00:03:42.484]➜  packagefile github.com/projectdiscovery/uncover/sources=/tmp/go-build282983591/b1428/_pkg_.a
2025-08-20T21:59:40.6603271Z [00:03:42.484]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build282983591/b223/_pkg_.a
2025-08-20T21:59:40.6604441Z [00:03:42.484]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build282983591/b191/_pkg_.a
2025-08-20T21:59:40.6605620Z [00:03:42.484]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:59:40.6606567Z [00:03:42.484]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:40.6607318Z [00:03:42.484]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:40.6607878Z [00:03:42.484]➜  EOF
2025-08-20T21:59:40.6622183Z [00:03:42.484]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1426/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/uncover=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/uncover;$WORK/b1426=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/uncover -lang=go1.24 -complete -installsuffix shared -buildid qJum0LLg1KLnzMEQ2Win/qJum0LLg1KLnzMEQ2Win -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1426/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/uncover/uncover.go
2025-08-20T21:59:40.6626804Z [00:03:42.487]➜  cp $WORK/b1505/_pkg_.a /root/.cache/go-build/00/00332715ec43bbe027ddeff5ef55a9ea3de23fdf6839f8cc90f2d6c8ada86bac-d # internal
2025-08-20T21:59:40.6628069Z [00:03:42.487]➜  github.com/projectdiscovery/nuclei/v3/pkg/loader/workflow
2025-08-20T21:59:40.6628774Z [00:03:42.487]➜  mkdir -p $WORK/b1445/
2025-08-20T21:59:40.6629462Z [00:03:42.487]➜  cat >/tmp/go-build282983591/b1445/importcfg << 'EOF' # internal
2025-08-20T21:59:40.6630272Z [00:03:42.487]➜  # import config
2025-08-20T21:59:40.6631112Z [00:03:42.487]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:40.6632491Z [00:03:42.487]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build282983591/b623/_pkg_.a
2025-08-20T21:59:40.6634136Z [00:03:42.487]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/loader/filter=/tmp/go-build282983591/b1130/_pkg_.a
2025-08-20T21:59:40.6635758Z [00:03:42.487]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model=/tmp/go-build282983591/b749/_pkg_.a
2025-08-20T21:59:40.6637174Z [00:03:42.487]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build282983591/b1131/_pkg_.a
2025-08-20T21:59:40.6638577Z [00:03:42.487]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates=/tmp/go-build282983591/b1249/_pkg_.a
2025-08-20T21:59:40.6639450Z [00:03:42.487]➜  EOF
2025-08-20T21:59:40.6643806Z [00:03:42.487]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1445/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/loader/workflow=>github.com/projectdiscovery/nuclei/v3/pkg/loader/workflow;$WORK/b1445=>" -p github.com/projectdiscovery/nuclei/v3/pkg/loader/workflow -lang=go1.24 -complete -installsuffix shared -buildid -2UAyfAQunb_Brnzy34W/-2UAyfAQunb_Brnzy34W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1445/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/loader/workflow/workflow_loader.go
2025-08-20T21:59:41.8305277Z [00:03:43.656]➜  go tool buildid -w $WORK/b1426/_pkg_.a # internal
2025-08-20T21:59:41.8777781Z [00:03:43.703]➜  cp $WORK/b1426/_pkg_.a /root/.cache/go-build/19/194c1c65eb58e59c45d1525a61a5076a88ad48b9ebb259e0a1d18ceea61a41c7-d # internal
2025-08-20T21:59:41.8780080Z [00:03:43.703]➜  github.com/projectdiscovery/nuclei/v3/pkg/input/provider/list
2025-08-20T21:59:41.8781517Z [00:03:43.703]➜  mkdir -p $WORK/b1422/
2025-08-20T21:59:41.8788503Z [00:03:43.704]➜  cat >/tmp/go-build282983591/b1422/importcfg << 'EOF' # internal
2025-08-20T21:59:41.8793364Z [00:03:43.704]➜  # import config
2025-08-20T21:59:41.8794036Z [00:03:43.704]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:41.8794844Z [00:03:43.704]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:41.8795607Z [00:03:43.704]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:41.8796410Z [00:03:43.704]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:41.8797396Z [00:03:43.704]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:41.8798551Z [00:03:43.704]➜  packagefile github.com/projectdiscovery/hmap/filekv=/tmp/go-build282983591/b1423/_pkg_.a
2025-08-20T21:59:41.8800003Z [00:03:43.704]➜  packagefile github.com/projectdiscovery/hmap/store/hybrid=/tmp/go-build282983591/b413/_pkg_.a
2025-08-20T21:59:41.8801318Z [00:03:43.704]➜  packagefile github.com/projectdiscovery/mapcidr/asn=/tmp/go-build282983591/b899/_pkg_.a
2025-08-20T21:59:41.8802824Z [00:03:43.704]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/types=/tmp/go-build282983591/b747/_pkg_.a
2025-08-20T21:59:41.8804446Z [00:03:43.704]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build282983591/b795/_pkg_.a
2025-08-20T21:59:41.8806236Z [00:03:43.704]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build282983591/b877/_pkg_.a
2025-08-20T21:59:41.8808070Z [00:03:43.704]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/uncover=/tmp/go-build282983591/b1426/_pkg_.a
2025-08-20T21:59:41.8809560Z [00:03:43.704]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:41.8811159Z [00:03:43.704]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/expand=/tmp/go-build282983591/b900/_pkg_.a
2025-08-20T21:59:41.8812510Z [00:03:43.704]➜  packagefile github.com/projectdiscovery/uncover=/tmp/go-build282983591/b1427/_pkg_.a
2025-08-20T21:59:41.8813729Z [00:03:43.704]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:59:41.8814973Z [00:03:43.704]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build282983591/b336/_pkg_.a
2025-08-20T21:59:41.8816211Z [00:03:43.704]➜  packagefile github.com/projectdiscovery/utils/reader=/tmp/go-build282983591/b473/_pkg_.a
2025-08-20T21:59:41.8817584Z [00:03:43.704]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build282983591/b191/_pkg_.a
2025-08-20T21:59:41.8818844Z [00:03:43.704]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build282983591/b449/_pkg_.a
2025-08-20T21:59:41.8843408Z [00:03:43.705]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:41.8844315Z [00:03:43.705]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:41.8845094Z [00:03:43.705]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:41.8846050Z [00:03:43.705]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:41.8846838Z [00:03:43.705]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:41.8847759Z [00:03:43.705]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:41.8848361Z [00:03:43.705]➜  EOF
2025-08-20T21:59:41.8852844Z [00:03:43.705]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1422/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/provider/list=>github.com/projectdiscovery/nuclei/v3/pkg/input/provider/list;$WORK/b1422=>" -p github.com/projectdiscovery/nuclei/v3/pkg/input/provider/list -lang=go1.24 -complete -installsuffix shared -buildid xvXH6UfLZ_qYT6-nPa0N/xvXH6UfLZ_qYT6-nPa0N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1422/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/provider/list/hmap.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/provider/list/utils.go
2025-08-20T21:59:41.9011478Z [00:03:43.726]➜  go tool buildid -w $WORK/b1445/_pkg_.a # internal
2025-08-20T21:59:41.9183145Z [00:03:43.743]➜  cp $WORK/b1445/_pkg_.a /root/.cache/go-build/9c/9c97ddff76afc5570ba1191cd0a89272b4b5fff49fdb0180fc4c2479ec39a609-d # internal
2025-08-20T21:59:41.9228339Z [00:03:43.748]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blockblob
2025-08-20T21:59:41.9240052Z [00:03:43.748]➜  mkdir -p $WORK/b1513/
2025-08-20T21:59:41.9240852Z [00:03:43.748]➜  cat >/tmp/go-build282983591/b1513/importcfg << 'EOF' # internal
2025-08-20T21:59:41.9241579Z [00:03:43.749]➜  # import config
2025-08-20T21:59:41.9277472Z [00:03:43.750]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:41.9278359Z [00:03:43.750]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:41.9279254Z [00:03:43.750]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:41.9283152Z [00:03:43.750]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:59:41.9284270Z [00:03:43.750]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:41.9285425Z [00:03:43.750]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build282983591/b1451/_pkg_.a
2025-08-20T21:59:41.9286863Z [00:03:43.750]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build282983591/b1458/_pkg_.a
2025-08-20T21:59:41.9288294Z [00:03:43.750]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build282983591/b1461/_pkg_.a
2025-08-20T21:59:41.9290182Z [00:03:43.750]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build282983591/b1469/_pkg_.a
2025-08-20T21:59:41.9291627Z [00:03:43.750]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/to=/tmp/go-build282983591/b1508/_pkg_.a
2025-08-20T21:59:41.9293017Z [00:03:43.750]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/log=/tmp/go-build282983591/b1455/_pkg_.a
2025-08-20T21:59:41.9294439Z [00:03:43.750]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/uuid=/tmp/go-build282983591/b1473/_pkg_.a
2025-08-20T21:59:41.9295906Z [00:03:43.750]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob=/tmp/go-build282983591/b1505/_pkg_.a
2025-08-20T21:59:41.9297455Z [00:03:43.750]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror=/tmp/go-build282983591/b1506/_pkg_.a
2025-08-20T21:59:41.9299247Z [00:03:43.750]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build282983591/b1509/_pkg_.a
2025-08-20T21:59:41.9301318Z [00:03:43.750]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build282983591/b1510/_pkg_.a
2025-08-20T21:59:41.9303064Z [00:03:43.750]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build282983591/b1507/_pkg_.a
2025-08-20T21:59:41.9304776Z [00:03:43.750]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build282983591/b1511/_pkg_.a
2025-08-20T21:59:41.9306403Z [00:03:43.750]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build282983591/b1512/_pkg_.a
2025-08-20T21:59:41.9307530Z [00:03:43.750]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:41.9308533Z [00:03:43.750]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:41.9309329Z [00:03:43.750]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:41.9310358Z [00:03:43.750]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:41.9311191Z [00:03:43.750]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:41.9312034Z [00:03:43.750]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:41.9312868Z [00:03:43.750]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:41.9313479Z [00:03:43.750]➜  EOF
2025-08-20T21:59:41.9331061Z [00:03:43.752]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1513/_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/b1513=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blockblob -lang=go1.23 -complete -installsuffix shared -buildid 7aFjB-ooW7Ky50rV1RVN/7aFjB-ooW7Ky50rV1RVN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1513/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:59:42.1944028Z [00:03:44.019]➜  go tool buildid -w $WORK/b1513/_pkg_.a # internal
2025-08-20T21:59:42.1983722Z [00:03:44.023]➜  cp $WORK/b1513/_pkg_.a /root/.cache/go-build/2d/2d132192e79a2477129e9d74adadaa183d1b98456649a7b2cf5a7fc42b9dc7c9-d # internal
2025-08-20T21:59:42.1996156Z [00:03:44.025]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/appendblob
2025-08-20T21:59:42.1998943Z [00:03:44.025]➜  mkdir -p $WORK/b1515/
2025-08-20T21:59:42.2002902Z [00:03:44.025]➜  cat >/tmp/go-build282983591/b1515/importcfg << 'EOF' # internal
2025-08-20T21:59:42.2009663Z [00:03:44.026]➜  # import config
2025-08-20T21:59:42.2010818Z [00:03:44.026]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:42.2011640Z [00:03:44.026]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:42.2012693Z [00:03:44.026]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build282983591/b1451/_pkg_.a
2025-08-20T21:59:42.2014034Z [00:03:44.026]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build282983591/b1458/_pkg_.a
2025-08-20T21:59:42.2015431Z [00:03:44.026]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build282983591/b1461/_pkg_.a
2025-08-20T21:59:42.2016869Z [00:03:44.026]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob=/tmp/go-build282983591/b1505/_pkg_.a
2025-08-20T21:59:42.2018409Z [00:03:44.026]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build282983591/b1509/_pkg_.a
2025-08-20T21:59:42.2020436Z [00:03:44.026]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build282983591/b1510/_pkg_.a
2025-08-20T21:59:42.2022171Z [00:03:44.026]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build282983591/b1507/_pkg_.a
2025-08-20T21:59:42.2023793Z [00:03:44.026]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build282983591/b1511/_pkg_.a
2025-08-20T21:59:42.2025311Z [00:03:44.026]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build282983591/b1512/_pkg_.a
2025-08-20T21:59:42.2026321Z [00:03:44.026]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:42.2027006Z [00:03:44.026]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:42.2027926Z [00:03:44.026]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:42.2028498Z [00:03:44.026]➜  EOF
2025-08-20T21:59:42.2067575Z [00:03:44.026]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1515/_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/b1515=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/appendblob -lang=go1.23 -complete -installsuffix shared -buildid Id7OvWD1Wu0F-8MXLpDz/Id7OvWD1Wu0F-8MXLpDz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1515/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:59:42.3058147Z [00:03:44.131]➜  go tool buildid -w $WORK/b1515/_pkg_.a # internal
2025-08-20T21:59:42.3091828Z [00:03:44.134]➜  go tool buildid -w $WORK/b1129/_pkg_.a # internal
2025-08-20T21:59:42.3099054Z [00:03:44.135]➜  cp $WORK/b1515/_pkg_.a /root/.cache/go-build/04/0410d3875a50b9f7fc125cc9aa111728cc6621440c855a91369fc604bc54b4f9-d # internal
2025-08-20T21:59:42.3112122Z [00:03:44.136]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/pageblob
2025-08-20T21:59:42.3116218Z [00:03:44.137]➜  mkdir -p $WORK/b1516/
2025-08-20T21:59:42.3130953Z [00:03:44.138]➜  cat >/tmp/go-build282983591/b1516/importcfg << 'EOF' # internal
2025-08-20T21:59:42.3150082Z [00:03:44.139]➜  # import config
2025-08-20T21:59:42.3150726Z [00:03:44.139]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:42.3151867Z [00:03:44.139]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build282983591/b1451/_pkg_.a
2025-08-20T21:59:42.3153099Z [00:03:44.139]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build282983591/b1458/_pkg_.a
2025-08-20T21:59:42.3154348Z [00:03:44.139]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build282983591/b1461/_pkg_.a
2025-08-20T21:59:42.3155635Z [00:03:44.139]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob=/tmp/go-build282983591/b1505/_pkg_.a
2025-08-20T21:59:42.3157141Z [00:03:44.139]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build282983591/b1509/_pkg_.a
2025-08-20T21:59:42.3158613Z [00:03:44.139]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build282983591/b1510/_pkg_.a
2025-08-20T21:59:42.3171498Z [00:03:44.139]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build282983591/b1507/_pkg_.a
2025-08-20T21:59:42.3173086Z [00:03:44.139]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build282983591/b1511/_pkg_.a
2025-08-20T21:59:42.3174474Z [00:03:44.139]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build282983591/b1512/_pkg_.a
2025-08-20T21:59:42.3175440Z [00:03:44.139]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:42.3176312Z [00:03:44.139]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:42.3177049Z [00:03:44.139]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:42.3177736Z [00:03:44.139]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:42.3178418Z [00:03:44.139]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:42.3178931Z [00:03:44.139]➜  EOF
2025-08-20T21:59:42.3184911Z [00:03:44.139]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1516/_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/b1516=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/pageblob -lang=go1.23 -complete -installsuffix shared -buildid MhjuKpQIq5KtFVIQwF4Q/MhjuKpQIq5KtFVIQwF4Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1516/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:59:42.3318080Z [00:03:44.157]➜  cp $WORK/b1129/_pkg_.a /root/.cache/go-build/cc/ccffd5e41a43b73efd015229c65afcd6196e723eeeeb7d58af3b0004b3a94e33-d # internal
2025-08-20T21:59:42.3364648Z [00:03:44.162]➜  github.com/ProtonMail/go-crypto/bitcurves
2025-08-20T21:59:42.3369661Z [00:03:44.162]➜  mkdir -p $WORK/b1552/
2025-08-20T21:59:42.3378512Z [00:03:44.163]➜  cat >/tmp/go-build282983591/b1552/importcfg << 'EOF' # internal
2025-08-20T21:59:42.3379769Z [00:03:44.163]➜  # import config
2025-08-20T21:59:42.3381996Z [00:03:44.163]➜  packagefile crypto/elliptic=/tmp/go-build282983591/b116/_pkg_.a
2025-08-20T21:59:42.3382948Z [00:03:44.163]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:42.3385550Z [00:03:44.163]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:59:42.3386280Z [00:03:44.163]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:42.3386808Z [00:03:44.163]➜  EOF
2025-08-20T21:59:42.3397028Z [00:03:44.164]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1552/_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/b1552=>" -p github.com/ProtonMail/go-crypto/bitcurves -lang=go1.17 -complete -installsuffix shared -buildid E-BXqFvOx33DVUYAyOaK/E-BXqFvOx33DVUYAyOaK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1552/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/bitcurves/bitcurve.go
2025-08-20T21:59:42.4179526Z [00:03:44.243]➜  go tool buildid -w $WORK/b1552/_pkg_.a # internal
2025-08-20T21:59:42.4192123Z [00:03:44.244]➜  cp $WORK/b1552/_pkg_.a /root/.cache/go-build/fa/fa0cd24017f58e23796e81872e4e907ecb008f37ef95327dd310505798223998-d # internal
2025-08-20T21:59:42.4206974Z [00:03:44.246]➜  github.com/ProtonMail/go-crypto/brainpool
2025-08-20T21:59:42.4210272Z [00:03:44.246]➜  mkdir -p $WORK/b1553/
2025-08-20T21:59:42.4218468Z [00:03:44.246]➜  cat >/tmp/go-build282983591/b1553/importcfg << 'EOF' # internal
2025-08-20T21:59:42.4219315Z [00:03:44.247]➜  # import config
2025-08-20T21:59:42.4220284Z [00:03:44.247]➜  packagefile crypto/elliptic=/tmp/go-build282983591/b116/_pkg_.a
2025-08-20T21:59:42.4221237Z [00:03:44.247]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:59:42.4222049Z [00:03:44.247]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:42.4222992Z [00:03:44.247]➜  EOF
2025-08-20T21:59:42.4227470Z [00:03:44.247]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1553/_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/b1553=>" -p github.com/ProtonMail/go-crypto/brainpool -lang=go1.17 -complete -installsuffix shared -buildid BdxiYRxStux-DLyvfbdP/BdxiYRxStux-DLyvfbdP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1553/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:59:42.4956616Z [00:03:44.321]➜  go tool buildid -w $WORK/b1553/_pkg_.a # internal
2025-08-20T21:59:42.4971005Z [00:03:44.322]➜  cp $WORK/b1553/_pkg_.a /root/.cache/go-build/a5/a5fe1f704d4479609af6faaacda41e52a928d5506ed4e074960e08d9e92cfc5f-d # internal
2025-08-20T21:59:42.4982599Z [00:03:44.323]➜  github.com/ProtonMail/go-crypto/openpgp/internal/encoding
2025-08-20T21:59:42.4985810Z [00:03:44.324]➜  mkdir -p $WORK/b1554/
2025-08-20T21:59:42.4994042Z [00:03:44.325]➜  cat >/tmp/go-build282983591/b1554/importcfg << 'EOF' # internal
2025-08-20T21:59:42.5003946Z [00:03:44.325]➜  # import config
2025-08-20T21:59:42.5004957Z [00:03:44.325]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build282983591/b1544/_pkg_.a
2025-08-20T21:59:42.5006020Z [00:03:44.325]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:42.5006772Z [00:03:44.325]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:59:42.5007581Z [00:03:44.325]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:59:42.5008201Z [00:03:44.325]➜  EOF
2025-08-20T21:59:42.5013981Z [00:03:44.325]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1554/_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/b1554=>" -p github.com/ProtonMail/go-crypto/openpgp/internal/encoding -lang=go1.17 -complete -installsuffix shared -buildid 4BeuOiAVBpGhknLzAhLe/4BeuOiAVBpGhknLzAhLe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1554/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:59:42.5487759Z [00:03:44.374]➜  go tool buildid -w $WORK/b1554/_pkg_.a # internal
2025-08-20T21:59:42.5490088Z [00:03:44.374]➜  cp $WORK/b1554/_pkg_.a /root/.cache/go-build/fe/fe84e4ae3e876f4dd79e9a3eb9a4ca7c43ba707e6c90162b0dfc4cd5fe6d1d7a-d # internal
2025-08-20T21:59:42.5538156Z [00:03:44.379]➜  github.com/ProtonMail/go-crypto/openpgp/internal/ecc
2025-08-20T21:59:42.5541510Z [00:03:44.379]➜  mkdir -p $WORK/b1551/
2025-08-20T21:59:42.5544401Z [00:03:44.379]➜  cat >/tmp/go-build282983591/b1551/importcfg << 'EOF' # internal
2025-08-20T21:59:42.5545158Z [00:03:44.379]➜  # import config
2025-08-20T21:59:42.5545845Z [00:03:44.379]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:42.5546755Z [00:03:44.379]➜  packagefile crypto/ecdsa=/tmp/go-build282983591/b115/_pkg_.a
2025-08-20T21:59:42.5547742Z [00:03:44.379]➜  packagefile crypto/elliptic=/tmp/go-build282983591/b116/_pkg_.a
2025-08-20T21:59:42.5548727Z [00:03:44.379]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:59:42.5549626Z [00:03:44.379]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:42.5550896Z [00:03:44.379]➜  packagefile github.com/ProtonMail/go-crypto/bitcurves=/tmp/go-build282983591/b1552/_pkg_.a
2025-08-20T21:59:42.5552270Z [00:03:44.379]➜  packagefile github.com/ProtonMail/go-crypto/brainpool=/tmp/go-build282983591/b1553/_pkg_.a
2025-08-20T21:59:42.5553688Z [00:03:44.379]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build282983591/b1544/_pkg_.a
2025-08-20T21:59:42.5555468Z [00:03:44.379]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/encoding=/tmp/go-build282983591/b1554/_pkg_.a
2025-08-20T21:59:42.5557062Z [00:03:44.379]➜  packagefile github.com/cloudflare/circl/dh/x25519=/tmp/go-build282983591/b353/_pkg_.a
2025-08-20T21:59:42.5558375Z [00:03:44.379]➜  packagefile github.com/cloudflare/circl/dh/x448=/tmp/go-build282983591/b359/_pkg_.a
2025-08-20T21:59:42.5559686Z [00:03:44.379]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/tmp/go-build282983591/b387/_pkg_.a
2025-08-20T21:59:42.5564836Z [00:03:44.379]➜  packagefile github.com/cloudflare/circl/sign/ed448=/tmp/go-build282983591/b389/_pkg_.a
2025-08-20T21:59:42.5565905Z [00:03:44.379]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:42.5566769Z [00:03:44.379]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:59:42.5567435Z [00:03:44.379]➜  EOF
2025-08-20T21:59:42.5575857Z [00:03:44.379]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1551/_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/b1551=>" -p github.com/ProtonMail/go-crypto/openpgp/internal/ecc -lang=go1.17 -complete -installsuffix shared -buildid hShqecQMoqRwUfSIFQUf/hShqecQMoqRwUfSIFQUf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1551/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:59:42.6286607Z [00:03:44.454]➜  go tool buildid -w $WORK/b1516/_pkg_.a # internal
2025-08-20T21:59:42.6340808Z [00:03:44.459]➜  cp $WORK/b1516/_pkg_.a /root/.cache/go-build/2f/2f8cfbcc44a2129a8b6aa8d6cc842820ee2a5cfb9fe4ab4dd992636400406f5a-d # internal
2025-08-20T21:59:42.6439364Z [00:03:44.469]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/container
2025-08-20T21:59:42.6451950Z [00:03:44.469]➜  mkdir -p $WORK/b1514/
2025-08-20T21:59:42.6452706Z [00:03:44.470]➜  cat >/tmp/go-build282983591/b1514/importcfg << 'EOF' # internal
2025-08-20T21:59:42.6453382Z [00:03:44.470]➜  # import config
2025-08-20T21:59:42.6454053Z [00:03:44.470]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:42.6454893Z [00:03:44.470]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:42.6455694Z [00:03:44.470]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:42.6456479Z [00:03:44.470]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:42.6457542Z [00:03:44.470]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build282983591/b1451/_pkg_.a
2025-08-20T21:59:42.6458926Z [00:03:44.470]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build282983591/b1458/_pkg_.a
2025-08-20T21:59:42.6466376Z [00:03:44.470]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build282983591/b1461/_pkg_.a
2025-08-20T21:59:42.6467908Z [00:03:44.470]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build282983591/b1469/_pkg_.a
2025-08-20T21:59:42.6469445Z [00:03:44.470]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/appendblob=/tmp/go-build282983591/b1515/_pkg_.a
2025-08-20T21:59:42.6471247Z [00:03:44.470]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob=/tmp/go-build282983591/b1505/_pkg_.a
2025-08-20T21:59:42.6472804Z [00:03:44.470]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror=/tmp/go-build282983591/b1506/_pkg_.a
2025-08-20T21:59:42.6478528Z [00:03:44.470]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blockblob=/tmp/go-build282983591/b1513/_pkg_.a
2025-08-20T21:59:42.6480492Z [00:03:44.470]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build282983591/b1509/_pkg_.a
2025-08-20T21:59:42.6482199Z [00:03:44.470]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build282983591/b1510/_pkg_.a
2025-08-20T21:59:42.6483893Z [00:03:44.470]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build282983591/b1507/_pkg_.a
2025-08-20T21:59:42.6485585Z [00:03:44.470]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build282983591/b1511/_pkg_.a
2025-08-20T21:59:42.6487201Z [00:03:44.470]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/pageblob=/tmp/go-build282983591/b1516/_pkg_.a
2025-08-20T21:59:42.6488716Z [00:03:44.470]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build282983591/b1512/_pkg_.a
2025-08-20T21:59:42.6490068Z [00:03:44.470]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:42.6490947Z [00:03:44.470]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:42.6491758Z [00:03:44.471]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:42.6492540Z [00:03:44.471]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:42.6493096Z [00:03:44.471]➜  EOF
2025-08-20T21:59:42.6500615Z [00:03:44.471]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1514/_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/b1514=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/container -lang=go1.23 -complete -installsuffix shared -buildid Nq9ZEau65MqqXEO5pYs_/Nq9ZEau65MqqXEO5pYs_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1514/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:59:42.6511099Z [00:03:44.473]➜  go tool buildid -w $WORK/b1551/_pkg_.a # internal
2025-08-20T21:59:42.6512407Z [00:03:44.476]➜  cp $WORK/b1551/_pkg_.a /root/.cache/go-build/86/860953025f4ef0d1990f4dc4298e38a0e3c2bf4b16b75e4acbc51c4e53eeacd2-d # internal
2025-08-20T21:59:42.6539394Z [00:03:44.479]➜  github.com/ProtonMail/go-crypto/openpgp/ecdh
2025-08-20T21:59:42.6542555Z [00:03:44.479]➜  mkdir -p $WORK/b1545/
2025-08-20T21:59:42.6548589Z [00:03:44.480]➜  cat >/tmp/go-build282983591/b1545/importcfg << 'EOF' # internal
2025-08-20T21:59:42.6549259Z [00:03:44.480]➜  # import config
2025-08-20T21:59:42.6550154Z [00:03:44.480]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:42.6550995Z [00:03:44.480]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:42.6552130Z [00:03:44.480]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/tmp/go-build282983591/b1546/_pkg_.a
2025-08-20T21:59:42.6554614Z [00:03:44.481]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build282983591/b1547/_pkg_.a
2025-08-20T21:59:42.6556696Z [00:03:44.481]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build282983591/b1551/_pkg_.a
2025-08-20T21:59:42.6558063Z [00:03:44.481]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:42.6559424Z [00:03:44.481]➜  EOF
2025-08-20T21:59:42.6563689Z [00:03:44.481]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1545/_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/b1545=>" -p github.com/ProtonMail/go-crypto/openpgp/ecdh -lang=go1.17 -complete -installsuffix shared -buildid rozkjsj38He-ojenEZUc/rozkjsj38He-ojenEZUc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1545/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/ecdh/ecdh.go
2025-08-20T21:59:42.6965299Z [00:03:44.522]➜  go tool buildid -w $WORK/b1545/_pkg_.a # internal
2025-08-20T21:59:42.6978820Z [00:03:44.523]➜  cp $WORK/b1545/_pkg_.a /root/.cache/go-build/db/dbc2a07731faa346f3d2a6d69853e0b3f12f108d46f48540ea249f52e66ca233-d # internal
2025-08-20T21:59:42.6996739Z [00:03:44.525]➜  github.com/ProtonMail/go-crypto/openpgp/ecdsa
2025-08-20T21:59:42.6997480Z [00:03:44.525]➜  mkdir -p $WORK/b1555/
2025-08-20T21:59:42.6998520Z [00:03:44.525]➜  cat >/tmp/go-build282983591/b1555/importcfg << 'EOF' # internal
2025-08-20T21:59:42.6999197Z [00:03:44.525]➜  # import config
2025-08-20T21:59:42.7000017Z [00:03:44.525]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:42.7001222Z [00:03:44.525]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build282983591/b1551/_pkg_.a
2025-08-20T21:59:42.7002290Z [00:03:44.525]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:42.7003062Z [00:03:44.525]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:59:42.7003659Z [00:03:44.525]➜  EOF
2025-08-20T21:59:42.7017175Z [00:03:44.527]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1555/_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/b1555=>" -p github.com/ProtonMail/go-crypto/openpgp/ecdsa -lang=go1.17 -complete -installsuffix shared -buildid 4oEsuhoKUz4mIms8mRkH/4oEsuhoKUz4mIms8mRkH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1555/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/ecdsa/ecdsa.go
2025-08-20T21:59:42.7347837Z [00:03:44.560]➜  go tool buildid -w $WORK/b1555/_pkg_.a # internal
2025-08-20T21:59:42.7358745Z [00:03:44.561]➜  cp $WORK/b1555/_pkg_.a /root/.cache/go-build/06/060589f48c922526d8a613197c1b54ae7905da5e866cdd2bee131102b7eae1c5-d # internal
2025-08-20T21:59:42.7361844Z [00:03:44.561]➜  github.com/ProtonMail/go-crypto/openpgp/ed25519
2025-08-20T21:59:42.7362539Z [00:03:44.561]➜  mkdir -p $WORK/b1556/
2025-08-20T21:59:42.7369018Z [00:03:44.562]➜  cat >/tmp/go-build282983591/b1556/importcfg << 'EOF' # internal
2025-08-20T21:59:42.7369682Z [00:03:44.562]➜  # import config
2025-08-20T21:59:42.7370532Z [00:03:44.562]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:59:42.7371629Z [00:03:44.562]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build282983591/b1544/_pkg_.a
2025-08-20T21:59:42.7372848Z [00:03:44.562]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/tmp/go-build282983591/b387/_pkg_.a
2025-08-20T21:59:42.7373774Z [00:03:44.562]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:42.7374319Z [00:03:44.562]➜  EOF
2025-08-20T21:59:42.7378072Z [00:03:44.562]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1556/_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/b1556=>" -p github.com/ProtonMail/go-crypto/openpgp/ed25519 -lang=go1.17 -complete -installsuffix shared -buildid 64Ao3YBDXQuQrFbd9nLD/64Ao3YBDXQuQrFbd9nLD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1556/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/ed25519/ed25519.go
2025-08-20T21:59:42.7777071Z [00:03:44.603]➜  go tool buildid -w $WORK/b1556/_pkg_.a # internal
2025-08-20T21:59:42.7805550Z [00:03:44.606]➜  cp $WORK/b1556/_pkg_.a /root/.cache/go-build/20/20e2c47c6ff6a1cd2473a7a394e08f573aabd0eef04252cd18a20d15d24f8bf1-d # internal
2025-08-20T21:59:42.7895044Z [00:03:44.615]➜  github.com/ProtonMail/go-crypto/openpgp/ed448
2025-08-20T21:59:42.7897848Z [00:03:44.615]➜  mkdir -p $WORK/b1557/
2025-08-20T21:59:42.7901476Z [00:03:44.615]➜  cat >/tmp/go-build282983591/b1557/importcfg << 'EOF' # internal
2025-08-20T21:59:42.7908284Z [00:03:44.615]➜  # import config
2025-08-20T21:59:42.7909023Z [00:03:44.615]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:59:42.7910280Z [00:03:44.615]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build282983591/b1544/_pkg_.a
2025-08-20T21:59:42.7911503Z [00:03:44.615]➜  packagefile github.com/cloudflare/circl/sign/ed448=/tmp/go-build282983591/b389/_pkg_.a
2025-08-20T21:59:42.7912405Z [00:03:44.615]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:42.7912977Z [00:03:44.615]➜  EOF
2025-08-20T21:59:42.7916734Z [00:03:44.616]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1557/_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/b1557=>" -p github.com/ProtonMail/go-crypto/openpgp/ed448 -lang=go1.17 -complete -installsuffix shared -buildid Rn0MuYdCHe4Kp9hpgM7K/Rn0MuYdCHe4Kp9hpgM7K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1557/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/ed448/ed448.go
2025-08-20T21:59:42.8142280Z [00:03:44.639]➜  go tool buildid -w $WORK/b1557/_pkg_.a # internal
2025-08-20T21:59:42.8155769Z [00:03:44.640]➜  cp $WORK/b1557/_pkg_.a /root/.cache/go-build/f8/f809e89e39be31a792b04ff00c6a41e865248f20311e07d31004c0e2aa7e3caf-d # internal
2025-08-20T21:59:42.8164703Z [00:03:44.641]➜  github.com/ProtonMail/go-crypto/openpgp/eddsa
2025-08-20T21:59:42.8165404Z [00:03:44.641]➜  mkdir -p $WORK/b1558/
2025-08-20T21:59:42.8166185Z [00:03:44.641]➜  cat >/tmp/go-build282983591/b1558/importcfg << 'EOF' # internal
2025-08-20T21:59:42.8166851Z [00:03:44.641]➜  # import config
2025-08-20T21:59:42.8167494Z [00:03:44.641]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:42.8168691Z [00:03:44.641]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build282983591/b1551/_pkg_.a
2025-08-20T21:59:42.8170228Z [00:03:44.641]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:42.8170847Z [00:03:44.641]➜  EOF
2025-08-20T21:59:42.8174631Z [00:03:44.642]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1558/_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/b1558=>" -p github.com/ProtonMail/go-crypto/openpgp/eddsa -lang=go1.17 -complete -installsuffix shared -buildid SYt9nU-Vzr2wSNtiGjf9/SYt9nU-Vzr2wSNtiGjf9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1558/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/eddsa/eddsa.go
2025-08-20T21:59:42.8204690Z [00:03:44.646]➜  go tool buildid -w $WORK/b1422/_pkg_.a # internal
2025-08-20T21:59:42.8331756Z [00:03:44.658]➜  cp $WORK/b1422/_pkg_.a /root/.cache/go-build/94/94f3e500ab383f6a58765acbe3c2f8db5c7524352d8832603f66a17554cb9975-d # internal
2025-08-20T21:59:42.8342516Z [00:03:44.659]➜  github.com/projectdiscovery/nuclei/v3/pkg/input/provider
2025-08-20T21:59:42.8343305Z [00:03:44.659]➜  mkdir -p $WORK/b1401/
2025-08-20T21:59:42.8344077Z [00:03:44.659]➜  cat >/tmp/go-build282983591/b1401/importcfg << 'EOF' # internal
2025-08-20T21:59:42.8344772Z [00:03:44.659]➜  # import config
2025-08-20T21:59:42.8345426Z [00:03:44.659]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:42.8346292Z [00:03:44.659]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:42.8347354Z [00:03:44.659]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:42.8349036Z [00:03:44.659]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats=/tmp/go-build282983591/b1402/_pkg_.a
2025-08-20T21:59:42.8350996Z [00:03:44.659]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/provider/http=/tmp/go-build282983591/b1403/_pkg_.a
2025-08-20T21:59:42.8352706Z [00:03:44.659]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/provider/list=/tmp/go-build282983591/b1422/_pkg_.a
2025-08-20T21:59:42.8354294Z [00:03:44.659]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/types=/tmp/go-build282983591/b747/_pkg_.a
2025-08-20T21:59:42.8355959Z [00:03:44.659]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build282983591/b795/_pkg_.a
2025-08-20T21:59:42.8357721Z [00:03:44.659]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build282983591/b787/_pkg_.a
2025-08-20T21:59:42.8359339Z [00:03:44.659]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:42.8363439Z [00:03:44.659]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:59:42.8364815Z [00:03:44.659]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:59:42.8365928Z [00:03:44.659]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:42.8366678Z [00:03:44.659]➜  EOF
2025-08-20T21:59:42.8378001Z [00:03:44.663]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1401/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/provider=>github.com/projectdiscovery/nuclei/v3/pkg/input/provider;$WORK/b1401=>" -p github.com/projectdiscovery/nuclei/v3/pkg/input/provider -lang=go1.24 -complete -installsuffix shared -buildid -UrCB4xw81kfFWwtAPh4/-UrCB4xw81kfFWwtAPh4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1401/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/provider/chunked.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/provider/interface.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/provider/simple.go
2025-08-20T21:59:42.8521876Z [00:03:44.677]➜  go tool buildid -w $WORK/b1558/_pkg_.a # internal
2025-08-20T21:59:42.8523565Z [00:03:44.677]➜  cp $WORK/b1558/_pkg_.a /root/.cache/go-build/69/69c4fc9fa68870663a4656659f7d72029e0d306546d0dfe13b2fde6f2009380f-d # internal
2025-08-20T21:59:42.8530020Z [00:03:44.678]➜  github.com/ProtonMail/go-crypto/openpgp/elgamal
2025-08-20T21:59:42.8564216Z [00:03:44.678]➜  mkdir -p $WORK/b1560/
2025-08-20T21:59:42.8565001Z [00:03:44.678]➜  cat >/tmp/go-build282983591/b1560/importcfg << 'EOF' # internal
2025-08-20T21:59:42.8565687Z [00:03:44.682]➜  # import config
2025-08-20T21:59:42.8568680Z [00:03:44.682]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:59:42.8569595Z [00:03:44.682]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:59:42.8570741Z [00:03:44.682]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:42.8571538Z [00:03:44.682]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:42.8572365Z [00:03:44.682]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:59:42.8572986Z [00:03:44.682]➜  EOF
2025-08-20T21:59:42.8576891Z [00:03:44.682]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1560/_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/b1560=>" -p github.com/ProtonMail/go-crypto/openpgp/elgamal -lang=go1.17 -complete -installsuffix shared -buildid yY6Qm4jtBwMlvKrMZkVl/yY6Qm4jtBwMlvKrMZkVl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1560/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/elgamal/elgamal.go
2025-08-20T21:59:42.8718419Z [00:03:44.697]➜  go tool buildid -w $WORK/b1560/_pkg_.a # internal
2025-08-20T21:59:42.8727878Z [00:03:44.698]➜  cp $WORK/b1560/_pkg_.a /root/.cache/go-build/91/91a0223b3203ac3454b8024df3d9116eb47999ce2566fa39ff73864098f8faa2-d # internal
2025-08-20T21:59:42.8752170Z [00:03:44.700]➜  golang.org/x/crypto/argon2
2025-08-20T21:59:42.8755092Z [00:03:44.701]➜  mkdir -p $WORK/b1562/
2025-08-20T21:59:42.8764720Z [00:03:44.702]➜  echo -n > $WORK/b1562/go_asm.h # internal
2025-08-20T21:59:42.8771907Z [00:03:44.702]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/argon2
2025-08-20T21:59:42.8774471Z [00:03:44.702]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/argon2 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/argon2=>golang.org/x/crypto@v0.39.0/argon2;$WORK/b1562=>" -I $WORK/b1562/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b1562/symabis ./blamka_amd64.s
2025-08-20T21:59:42.8854944Z [00:03:44.710]➜  cat >/tmp/go-build282983591/b1562/importcfg << 'EOF' # internal
2025-08-20T21:59:42.8855654Z [00:03:44.710]➜  # import config
2025-08-20T21:59:42.8856361Z [00:03:44.710]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:59:42.8857300Z [00:03:44.710]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build282983591/b559/_pkg_.a
2025-08-20T21:59:42.8858208Z [00:03:44.710]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build282983591/b358/_pkg_.a
2025-08-20T21:59:42.8868901Z [00:03:44.710]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:59:42.8869752Z [00:03:44.710]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:42.8870567Z [00:03:44.710]➜  EOF
2025-08-20T21:59:42.8871086Z [00:03:44.710]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:59:42.8876124Z [00:03:44.710]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1562/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/argon2=>golang.org/x/crypto@v0.39.0/argon2;$WORK/b1562=>" -p golang.org/x/crypto/argon2 -lang=go1.23 -installsuffix shared -buildid 1HSubGr0kosrYfgxW5L8/1HSubGr0kosrYfgxW5L8 -goversion go1.25.0 -symabis $WORK/b1562/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1562/importcfg -pack -asmhdr $WORK/b1562/go_asm.h /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_amd64.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/argon2/blamka_generic.go
2025-08-20T21:59:42.8884716Z [00:03:44.712]➜  go tool buildid -w $WORK/b1514/_pkg_.a # internal
2025-08-20T21:59:42.8907401Z [00:03:44.716]➜  cp $WORK/b1514/_pkg_.a /root/.cache/go-build/76/7665e5d84bf1960a8ff6274bb76e8415ca4935ba76a9017a72314aed0f670cb2-d # internal
2025-08-20T21:59:42.8924656Z [00:03:44.718]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/service
2025-08-20T21:59:42.8926002Z [00:03:44.718]➜  mkdir -p $WORK/b1517/
2025-08-20T21:59:42.8930904Z [00:03:44.718]➜  cat >/tmp/go-build282983591/b1517/importcfg << 'EOF' # internal
2025-08-20T21:59:42.8936392Z [00:03:44.719]➜  # import config
2025-08-20T21:59:42.8937055Z [00:03:44.719]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:42.8937890Z [00:03:44.719]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:42.8938704Z [00:03:44.719]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:42.8939480Z [00:03:44.719]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:42.8940690Z [00:03:44.719]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build282983591/b1451/_pkg_.a
2025-08-20T21:59:42.8942038Z [00:03:44.719]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build282983591/b1458/_pkg_.a
2025-08-20T21:59:42.8943444Z [00:03:44.719]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build282983591/b1461/_pkg_.a
2025-08-20T21:59:42.8944905Z [00:03:44.719]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build282983591/b1469/_pkg_.a
2025-08-20T21:59:42.8946293Z [00:03:44.719]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/to=/tmp/go-build282983591/b1508/_pkg_.a
2025-08-20T21:59:42.8947901Z [00:03:44.719]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob=/tmp/go-build282983591/b1505/_pkg_.a
2025-08-20T21:59:42.8949557Z [00:03:44.719]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror=/tmp/go-build282983591/b1506/_pkg_.a
2025-08-20T21:59:42.8951389Z [00:03:44.719]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/container=/tmp/go-build282983591/b1514/_pkg_.a
2025-08-20T21:59:42.8952983Z [00:03:44.719]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build282983591/b1509/_pkg_.a
2025-08-20T21:59:42.8954668Z [00:03:44.719]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build282983591/b1510/_pkg_.a
2025-08-20T21:59:42.8956404Z [00:03:44.719]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build282983591/b1507/_pkg_.a
2025-08-20T21:59:42.8958102Z [00:03:44.719]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build282983591/b1511/_pkg_.a
2025-08-20T21:59:42.8959669Z [00:03:44.719]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build282983591/b1512/_pkg_.a
2025-08-20T21:59:42.8990883Z [00:03:44.719]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:42.8991763Z [00:03:44.719]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:42.8992601Z [00:03:44.719]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:42.8993416Z [00:03:44.719]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:42.8994030Z [00:03:44.719]➜  EOF
2025-08-20T21:59:42.9001385Z [00:03:44.719]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1517/_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/b1517=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/service -lang=go1.23 -complete -installsuffix shared -buildid FZgBdyl8VWX7rLTfyaUA/FZgBdyl8VWX7rLTfyaUA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1517/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:59:42.9352710Z [00:03:44.760]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/argon2
2025-08-20T21:59:42.9357491Z [00:03:44.760]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/argon2 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/argon2=>golang.org/x/crypto@v0.39.0/argon2;$WORK/b1562=>" -I $WORK/b1562/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1562/blamka_amd64.o ./blamka_amd64.s
2025-08-20T21:59:42.9453749Z [00:03:44.771]➜  go tool pack r $WORK/b1562/_pkg_.a $WORK/b1562/blamka_amd64.o # internal
2025-08-20T21:59:42.9458983Z [00:03:44.771]➜  go tool buildid -w $WORK/b1562/_pkg_.a # internal
2025-08-20T21:59:42.9468046Z [00:03:44.772]➜  cp $WORK/b1562/_pkg_.a /root/.cache/go-build/50/50c97bd4aee721d467c62479a39a7056890c1ef108fd29e99288bef9e4fef874-d # internal
2025-08-20T21:59:42.9486869Z [00:03:44.774]➜  github.com/ProtonMail/go-crypto/openpgp/s2k
2025-08-20T21:59:42.9491704Z [00:03:44.774]➜  mkdir -p $WORK/b1561/
2025-08-20T21:59:42.9500795Z [00:03:44.775]➜  cat >/tmp/go-build282983591/b1561/importcfg << 'EOF' # internal
2025-08-20T21:59:42.9515033Z [00:03:44.775]➜  # import config
2025-08-20T21:59:42.9515767Z [00:03:44.775]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:59:42.9517235Z [00:03:44.775]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build282983591/b1544/_pkg_.a
2025-08-20T21:59:42.9528440Z [00:03:44.775]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build282983591/b1547/_pkg_.a
2025-08-20T21:59:42.9531223Z [00:03:44.775]➜  packagefile golang.org/x/crypto/argon2=/tmp/go-build282983591/b1562/_pkg_.a
2025-08-20T21:59:42.9532267Z [00:03:44.775]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:59:42.9533064Z [00:03:44.775]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:42.9533880Z [00:03:44.775]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:42.9534507Z [00:03:44.775]➜  EOF
2025-08-20T21:59:42.9544189Z [00:03:44.779]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:59:42.9551595Z [00:03:44.779]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1561/_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/b1561=>" -p github.com/ProtonMail/go-crypto/openpgp/s2k -lang=go1.17 -complete -installsuffix shared -buildid TWdip5ba4VrmKBgpi8nw/TWdip5ba4VrmKBgpi8nw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1561/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:59:43.0236609Z [00:03:44.849]➜  go tool buildid -w $WORK/b1401/_pkg_.a # internal
2025-08-20T21:59:43.0284413Z [00:03:44.854]➜  cp $WORK/b1401/_pkg_.a /root/.cache/go-build/28/2890a2cc66c0fa1ed290fd5f3adda2f15240ebf6d33545ad3a132a4a8a97d472-d # internal
2025-08-20T21:59:43.0294303Z [00:03:44.855]➜  github.com/projectdiscovery/nuclei/v3/pkg/core
2025-08-20T21:59:43.0299747Z [00:03:44.855]➜  mkdir -p $WORK/b1400/
2025-08-20T21:59:43.0311900Z [00:03:44.856]➜  cat >/tmp/go-build282983591/b1400/importcfg << 'EOF' # internal
2025-08-20T21:59:43.0313061Z [00:03:44.856]➜  # import config
2025-08-20T21:59:43.0315734Z [00:03:44.856]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:43.0316816Z [00:03:44.856]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:43.0319972Z [00:03:44.856]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:43.0321444Z [00:03:44.856]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/provider=/tmp/go-build282983591/b1401/_pkg_.a
2025-08-20T21:59:43.0322962Z [00:03:44.856]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:43.0324424Z [00:03:44.856]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build282983591/b1131/_pkg_.a
2025-08-20T21:59:43.0326069Z [00:03:44.856]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build282983591/b795/_pkg_.a
2025-08-20T21:59:43.0327670Z [00:03:44.856]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/scan=/tmp/go-build282983591/b1247/_pkg_.a
2025-08-20T21:59:43.0329144Z [00:03:44.856]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates=/tmp/go-build282983591/b1249/_pkg_.a
2025-08-20T21:59:43.0330871Z [00:03:44.856]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build282983591/b779/_pkg_.a
2025-08-20T21:59:43.0332361Z [00:03:44.856]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:43.0333854Z [00:03:44.856]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types/scanstrategy=/tmp/go-build282983591/b1246/_pkg_.a
2025-08-20T21:59:43.0335407Z [00:03:44.856]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/workflows=/tmp/go-build282983591/b1398/_pkg_.a
2025-08-20T21:59:43.0336798Z [00:03:44.856]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:59:43.0338294Z [00:03:44.856]➜  packagefile github.com/projectdiscovery/utils/sync=/tmp/go-build282983591/b1116/_pkg_.a
2025-08-20T21:59:43.0339576Z [00:03:44.856]➜  packagefile net/http/cookiejar=/tmp/go-build282983591/b463/_pkg_.a
2025-08-20T21:59:43.0343924Z [00:03:44.856]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:43.0344784Z [00:03:44.856]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:43.0345624Z [00:03:44.856]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:43.0346231Z [00:03:44.856]➜  EOF
2025-08-20T21:59:43.0351775Z [00:03:44.860]➜  go tool buildid -w $WORK/b1561/_pkg_.a # internal
2025-08-20T21:59:43.0362627Z [00:03:44.861]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1400/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/core=>github.com/projectdiscovery/nuclei/v3/pkg/core;$WORK/b1400=>" -p github.com/projectdiscovery/nuclei/v3/pkg/core -lang=go1.24 -complete -installsuffix shared -buildid JXC1KLRsJ7P9v6uNCIU3/JXC1KLRsJ7P9v6uNCIU3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1400/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/core/engine.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/core/execute_options.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/core/executors.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/core/workflow_execute.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/core/workpool.go
2025-08-20T21:59:43.0384093Z [00:03:44.863]➜  cp $WORK/b1561/_pkg_.a /root/.cache/go-build/0a/0a7a080f66942558e5656b91b38506517753e20a1b13069191536cff1c5a07be-d # internal
2025-08-20T21:59:43.0395607Z [00:03:44.865]➜  github.com/ProtonMail/go-crypto/openpgp/x25519
2025-08-20T21:59:43.0407835Z [00:03:44.866]➜  mkdir -p $WORK/b1563/
2025-08-20T21:59:43.0411139Z [00:03:44.866]➜  cat >/tmp/go-build282983591/b1563/importcfg << 'EOF' # internal
2025-08-20T21:59:43.0434264Z [00:03:44.866]➜  # import config
2025-08-20T21:59:43.0435027Z [00:03:44.866]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:59:43.0435960Z [00:03:44.866]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:59:43.0437166Z [00:03:44.866]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/tmp/go-build282983591/b1546/_pkg_.a
2025-08-20T21:59:43.0438769Z [00:03:44.866]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build282983591/b1544/_pkg_.a
2025-08-20T21:59:43.0440295Z [00:03:44.866]➜  packagefile github.com/cloudflare/circl/dh/x25519=/tmp/go-build282983591/b353/_pkg_.a
2025-08-20T21:59:43.0441455Z [00:03:44.866]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build282983591/b375/_pkg_.a
2025-08-20T21:59:43.0442364Z [00:03:44.866]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:43.0442950Z [00:03:44.866]➜  EOF
2025-08-20T21:59:43.0447039Z [00:03:44.866]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1563/_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/b1563=>" -p github.com/ProtonMail/go-crypto/openpgp/x25519 -lang=go1.17 -complete -installsuffix shared -buildid FpQVzbRmnRDddurwH3W5/FpQVzbRmnRDddurwH3W5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1563/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/x25519/x25519.go
2025-08-20T21:59:43.0704191Z [00:03:44.895]➜  go tool buildid -w $WORK/b1563/_pkg_.a # internal
2025-08-20T21:59:43.0709691Z [00:03:44.896]➜  cp $WORK/b1563/_pkg_.a /root/.cache/go-build/eb/ebff35c2b881b77226878f82faa557bca4d763e173adbd4749ed685f8caa3102-d # internal
2025-08-20T21:59:43.0719990Z [00:03:44.897]➜  github.com/ProtonMail/go-crypto/openpgp/x448
2025-08-20T21:59:43.0734268Z [00:03:44.897]➜  mkdir -p $WORK/b1564/
2025-08-20T21:59:43.0735089Z [00:03:44.897]➜  cat >/tmp/go-build282983591/b1564/importcfg << 'EOF' # internal
2025-08-20T21:59:43.0735802Z [00:03:44.897]➜  # import config
2025-08-20T21:59:43.0736768Z [00:03:44.897]➜  packagefile crypto/sha512=/tmp/go-build282983591/b126/_pkg_.a
2025-08-20T21:59:43.0737688Z [00:03:44.897]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:59:43.0738924Z [00:03:44.897]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/tmp/go-build282983591/b1546/_pkg_.a
2025-08-20T21:59:43.0740556Z [00:03:44.897]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build282983591/b1544/_pkg_.a
2025-08-20T21:59:43.0741968Z [00:03:44.897]➜  packagefile github.com/cloudflare/circl/dh/x448=/tmp/go-build282983591/b359/_pkg_.a
2025-08-20T21:59:43.0743096Z [00:03:44.897]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build282983591/b375/_pkg_.a
2025-08-20T21:59:43.0744030Z [00:03:44.897]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:43.0744644Z [00:03:44.897]➜  EOF
2025-08-20T21:59:43.0748487Z [00:03:44.897]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1564/_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/b1564=>" -p github.com/ProtonMail/go-crypto/openpgp/x448 -lang=go1.17 -complete -installsuffix shared -buildid 6nvHiXtnXuHDl6Sjqelx/6nvHiXtnXuHDl6Sjqelx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1564/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.6/openpgp/x448/x448.go
2025-08-20T21:59:43.0922413Z [00:03:44.917]➜  go tool buildid -w $WORK/b1517/_pkg_.a # internal
2025-08-20T21:59:43.0968880Z [00:03:44.922]➜  cp $WORK/b1517/_pkg_.a /root/.cache/go-build/7b/7b71b2194e2a152f6864f7495304a915241bdc9fdd50c28bf7b730a78f1d625b-d # internal
2025-08-20T21:59:43.1005485Z [00:03:44.926]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob
2025-08-20T21:59:43.1013320Z [00:03:44.926]➜  mkdir -p $WORK/b1504/
2025-08-20T21:59:43.1023231Z [00:03:44.926]➜  cat >/tmp/go-build282983591/b1504/importcfg << 'EOF' # internal
2025-08-20T21:59:43.1024156Z [00:03:44.926]➜  # import config
2025-08-20T21:59:43.1025057Z [00:03:44.926]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:43.1026181Z [00:03:44.926]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build282983591/b1451/_pkg_.a
2025-08-20T21:59:43.1027540Z [00:03:44.926]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build282983591/b1461/_pkg_.a
2025-08-20T21:59:43.1033236Z [00:03:44.926]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob=/tmp/go-build282983591/b1505/_pkg_.a
2025-08-20T21:59:43.1037520Z [00:03:44.927]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blockblob=/tmp/go-build282983591/b1513/_pkg_.a
2025-08-20T21:59:43.1039101Z [00:03:44.927]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/container=/tmp/go-build282983591/b1514/_pkg_.a
2025-08-20T21:59:43.1040926Z [00:03:44.927]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build282983591/b1509/_pkg_.a
2025-08-20T21:59:43.1042543Z [00:03:44.927]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build282983591/b1510/_pkg_.a
2025-08-20T21:59:43.1044386Z [00:03:44.927]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build282983591/b1507/_pkg_.a
2025-08-20T21:59:43.1046042Z [00:03:44.927]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build282983591/b1511/_pkg_.a
2025-08-20T21:59:43.1047523Z [00:03:44.927]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build282983591/b1512/_pkg_.a
2025-08-20T21:59:43.1049012Z [00:03:44.927]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/service=/tmp/go-build282983591/b1517/_pkg_.a
2025-08-20T21:59:43.1050368Z [00:03:44.927]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:43.1051148Z [00:03:44.927]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:43.1051929Z [00:03:44.927]➜  EOF
2025-08-20T21:59:43.1059425Z [00:03:44.927]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1504/_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/b1504=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob -lang=go1.23 -complete -installsuffix shared -buildid 4bQ2i3J-B88R6bzG4vtI/4bQ2i3J-B88R6bzG4vtI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1504/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:59:43.1066488Z [00:03:44.928]➜  go tool buildid -w $WORK/b1564/_pkg_.a # internal
2025-08-20T21:59:43.1067782Z [00:03:44.929]➜  cp $WORK/b1564/_pkg_.a /root/.cache/go-build/b3/b3e03708a8b4be97838a1f0f90825cf8747b2b1f0927539f5b3cd18ea1eb638e-d # internal
2025-08-20T21:59:43.1140771Z [00:03:44.939]➜  github.com/ProtonMail/go-crypto/openpgp/packet
2025-08-20T21:59:43.1141440Z [00:03:44.939]➜  mkdir -p $WORK/b1559/
2025-08-20T21:59:43.1149582Z [00:03:44.940]➜  cat >/tmp/go-build282983591/b1559/importcfg << 'EOF' # internal
2025-08-20T21:59:43.1150463Z [00:03:44.940]➜  # import config
2025-08-20T21:59:43.1151112Z [00:03:44.940]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:43.1153338Z [00:03:44.940]➜  packagefile compress/bzip2=/tmp/go-build282983591/b277/_pkg_.a
2025-08-20T21:59:43.1155421Z [00:03:44.940]➜  packagefile compress/flate=/tmp/go-build282983591/b170/_pkg_.a
2025-08-20T21:59:43.1157386Z [00:03:44.940]➜  packagefile compress/zlib=/tmp/go-build282983591/b169/_pkg_.a
2025-08-20T21:59:43.1170820Z [00:03:44.940]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:59:43.1171709Z [00:03:44.940]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:59:43.1172725Z [00:03:44.940]➜  packagefile crypto/dsa=/tmp/go-build282983591/b154/_pkg_.a
2025-08-20T21:59:43.1173569Z [00:03:44.940]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:59:43.1174402Z [00:03:44.940]➜  packagefile crypto/rsa=/tmp/go-build282983591/b148/_pkg_.a
2025-08-20T21:59:43.1175254Z [00:03:44.940]➜  packagefile crypto/sha1=/tmp/go-build282983591/b095/_pkg_.a
2025-08-20T21:59:43.1176121Z [00:03:44.940]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:59:43.1177006Z [00:03:44.940]➜  packagefile crypto/sha512=/tmp/go-build282983591/b126/_pkg_.a
2025-08-20T21:59:43.1177918Z [00:03:44.940]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:59:43.1178801Z [00:03:44.940]➜  packagefile encoding/asn1=/tmp/go-build282983591/b128/_pkg_.a
2025-08-20T21:59:43.1179697Z [00:03:44.940]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:59:43.1180945Z [00:03:44.940]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:59:43.1181832Z [00:03:44.940]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:43.1182904Z [00:03:44.940]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdh=/tmp/go-build282983591/b1545/_pkg_.a
2025-08-20T21:59:43.1184236Z [00:03:44.940]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdsa=/tmp/go-build282983591/b1555/_pkg_.a
2025-08-20T21:59:43.1185585Z [00:03:44.940]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed25519=/tmp/go-build282983591/b1556/_pkg_.a
2025-08-20T21:59:43.1186916Z [00:03:44.940]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed448=/tmp/go-build282983591/b1557/_pkg_.a
2025-08-20T21:59:43.1188448Z [00:03:44.940]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/eddsa=/tmp/go-build282983591/b1558/_pkg_.a
2025-08-20T21:59:43.1189745Z [00:03:44.940]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/elgamal=/tmp/go-build282983591/b1560/_pkg_.a
2025-08-20T21:59:43.1192343Z [00:03:44.940]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build282983591/b1544/_pkg_.a
2025-08-20T21:59:43.1193820Z [00:03:44.940]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build282983591/b1547/_pkg_.a
2025-08-20T21:59:43.1195303Z [00:03:44.940]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build282983591/b1551/_pkg_.a
2025-08-20T21:59:43.1196775Z [00:03:44.940]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/encoding=/tmp/go-build282983591/b1554/_pkg_.a
2025-08-20T21:59:43.1198187Z [00:03:44.940]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/s2k=/tmp/go-build282983591/b1561/_pkg_.a
2025-08-20T21:59:43.1199509Z [00:03:44.940]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x25519=/tmp/go-build282983591/b1563/_pkg_.a
2025-08-20T21:59:43.1201021Z [00:03:44.940]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x448=/tmp/go-build282983591/b1564/_pkg_.a
2025-08-20T21:59:43.1202197Z [00:03:44.940]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build282983591/b375/_pkg_.a
2025-08-20T21:59:43.1203092Z [00:03:44.940]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:59:43.1203852Z [00:03:44.940]➜  packagefile image=/tmp/go-build282983591/b499/_pkg_.a
2025-08-20T21:59:43.1204666Z [00:03:44.940]➜  packagefile image/jpeg=/tmp/go-build282983591/b555/_pkg_.a
2025-08-20T21:59:43.1205480Z [00:03:44.940]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:43.1206416Z [00:03:44.940]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:59:43.1207278Z [00:03:44.940]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:59:43.1208117Z [00:03:44.940]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:43.1208911Z [00:03:44.940]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:43.1209705Z [00:03:44.940]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:43.1210625Z [00:03:44.940]➜  EOF
2025-08-20T21:59:43.1236070Z [00:03:44.940]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1559/_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/b1559=>" -p github.com/ProtonMail/go-crypto/openpgp/packet -lang=go1.17 -complete -installsuffix shared -buildid TbmCoNP0_s_pJpX3jMUD/TbmCoNP0_s_pJpX3jMUD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1559/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:59:43.2314557Z [00:03:45.057]➜  go tool buildid -w $WORK/b1504/_pkg_.a # internal
2025-08-20T21:59:43.2345753Z [00:03:45.060]➜  cp $WORK/b1504/_pkg_.a /root/.cache/go-build/bb/bb5dc324c2f7970e735b546cd846ce2477bdc7d1ca34d0b285a319f98a1e78e0-d # internal
2025-08-20T21:59:43.2354693Z [00:03:45.061]➜  github.com/go-git/go-billy/v5
2025-08-20T21:59:43.2367931Z [00:03:45.061]➜  mkdir -p $WORK/b1565/
2025-08-20T21:59:43.2368663Z [00:03:45.061]➜  cat >/tmp/go-build282983591/b1565/importcfg << 'EOF' # internal
2025-08-20T21:59:43.2369292Z [00:03:45.061]➜  # import config
2025-08-20T21:59:43.2370046Z [00:03:45.061]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:43.2370784Z [00:03:45.061]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:43.2371513Z [00:03:45.061]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:43.2372428Z [00:03:45.061]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:43.2373037Z [00:03:45.061]➜  EOF
2025-08-20T21:59:43.2376181Z [00:03:45.061]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1565/_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/b1565=>" -p github.com/go-git/go-billy/v5 -lang=go1.21 -complete -installsuffix shared -buildid kqtHNYFdZXeH99GLsV4J/kqtHNYFdZXeH99GLsV4J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1565/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/fs.go
2025-08-20T21:59:43.2741697Z [00:03:45.099]➜  go tool buildid -w $WORK/b1565/_pkg_.a # internal
2025-08-20T21:59:43.2754105Z [00:03:45.100]➜  cp $WORK/b1565/_pkg_.a /root/.cache/go-build/91/917400b8a669a142f74120fc00cec6d49373c0acd5c9ebe9ee0092bd63937918-d # internal
2025-08-20T21:59:43.2758298Z [00:03:45.101]➜  github.com/cyphar/filepath-securejoin
2025-08-20T21:59:43.2762661Z [00:03:45.102]➜  mkdir -p $WORK/b1567/
2025-08-20T21:59:43.2778849Z [00:03:45.103]➜  cat >/tmp/go-build282983591/b1567/importcfg << 'EOF' # internal
2025-08-20T21:59:43.2782986Z [00:03:45.104]➜  # import config
2025-08-20T21:59:43.2788265Z [00:03:45.104]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:43.2794161Z [00:03:45.104]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:43.2795102Z [00:03:45.104]➜  packagefile golang.org/x/sys/unix=/tmp/go-build282983591/b181/_pkg_.a
2025-08-20T21:59:43.2795966Z [00:03:45.104]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:43.2796708Z [00:03:45.104]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:59:43.2797701Z [00:03:45.104]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:43.2798540Z [00:03:45.104]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:43.2799385Z [00:03:45.104]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:59:43.2821485Z [00:03:45.104]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:43.2822352Z [00:03:45.104]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:43.2823173Z [00:03:45.104]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:43.2823979Z [00:03:45.104]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:59:43.2824606Z [00:03:45.104]➜  EOF
2025-08-20T21:59:43.2834170Z [00:03:45.104]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1567/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1=>github.com/cyphar/filepath-securejoin@v0.4.1;$WORK/b1567=>" -p github.com/cyphar/filepath-securejoin -lang=go1.18 -complete -installsuffix shared -buildid tOmNuSOFwSKh8poM77pE/tOmNuSOFwSKh8poM77pE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1567/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:59:43.4426502Z [00:03:45.268]➜  go tool buildid -w $WORK/b1567/_pkg_.a # internal
2025-08-20T21:59:43.4452413Z [00:03:45.270]➜  cp $WORK/b1567/_pkg_.a /root/.cache/go-build/1c/1c35325943de9876a3835c765dfe8e61c4516323a2e4fbbcba8f6163c1fbdd21-d # internal
2025-08-20T21:59:43.4520543Z [00:03:45.277]➜  github.com/go-git/go-billy/v5/helper/polyfill
2025-08-20T21:59:43.4524735Z [00:03:45.277]➜  mkdir -p $WORK/b1569/
2025-08-20T21:59:43.4525516Z [00:03:45.278]➜  cat >/tmp/go-build282983591/b1569/importcfg << 'EOF' # internal
2025-08-20T21:59:43.4526186Z [00:03:45.278]➜  # import config
2025-08-20T21:59:43.4526981Z [00:03:45.278]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build282983591/b1565/_pkg_.a
2025-08-20T21:59:43.4528244Z [00:03:45.278]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:43.4529353Z [00:03:45.278]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:43.4530211Z [00:03:45.278]➜  EOF
2025-08-20T21:59:43.4535942Z [00:03:45.278]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1569/_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/b1569=>" -p github.com/go-git/go-billy/v5/helper/polyfill -lang=go1.21 -complete -installsuffix shared -buildid PKBt8kajB4F4MllXg0kr/PKBt8kajB4F4MllXg0kr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1569/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/helper/polyfill/polyfill.go
2025-08-20T21:59:43.5195369Z [00:03:45.345]➜  go tool buildid -w $WORK/b1569/_pkg_.a # internal
2025-08-20T21:59:43.5205150Z [00:03:45.346]➜  cp $WORK/b1569/_pkg_.a /root/.cache/go-build/2e/2e67b3089605cbeebd4b97772b05d43da4cca6ca59d141588e638408b13a8cef-d # internal
2025-08-20T21:59:43.5224057Z [00:03:45.348]➜  github.com/go-git/go-billy/v5/helper/chroot
2025-08-20T21:59:43.5228575Z [00:03:45.348]➜  mkdir -p $WORK/b1568/
2025-08-20T21:59:43.5229471Z [00:03:45.348]➜  cat >/tmp/go-build282983591/b1568/importcfg << 'EOF' # internal
2025-08-20T21:59:43.5231542Z [00:03:45.348]➜  # import config
2025-08-20T21:59:43.5232759Z [00:03:45.348]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build282983591/b1565/_pkg_.a
2025-08-20T21:59:43.5234831Z [00:03:45.348]➜  packagefile github.com/go-git/go-billy/v5/helper/polyfill=/tmp/go-build282983591/b1569/_pkg_.a
2025-08-20T21:59:43.5235785Z [00:03:45.348]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:43.5236562Z [00:03:45.348]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:43.5237337Z [00:03:45.348]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:43.5237898Z [00:03:45.348]➜  EOF
2025-08-20T21:59:43.5241566Z [00:03:45.348]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1568/_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/b1568=>" -p github.com/go-git/go-billy/v5/helper/chroot -lang=go1.21 -complete -installsuffix shared -buildid SEm_5AP_BiuwgQ6Z37qY/SEm_5AP_BiuwgQ6Z37qY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1568/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/helper/chroot/chroot.go
2025-08-20T21:59:43.5882353Z [00:03:45.413]➜  go tool buildid -w $WORK/b1568/_pkg_.a # internal
2025-08-20T21:59:43.5894675Z [00:03:45.415]➜  cp $WORK/b1568/_pkg_.a /root/.cache/go-build/46/46b7d2a200a21497858c39f66dcf928af5c99da8308a0ceadacbac49abcd1e7c-d # internal
2025-08-20T21:59:43.6087427Z [00:03:45.433]➜  github.com/go-git/go-billy/v5/osfs
2025-08-20T21:59:43.6092230Z [00:03:45.434]➜  mkdir -p $WORK/b1566/
2025-08-20T21:59:43.6093223Z [00:03:45.434]➜  cat >/tmp/go-build282983591/b1566/importcfg << 'EOF' # internal
2025-08-20T21:59:43.6096706Z [00:03:45.434]➜  # import config
2025-08-20T21:59:43.6097402Z [00:03:45.434]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:43.6098409Z [00:03:45.434]➜  packagefile github.com/cyphar/filepath-securejoin=/tmp/go-build282983591/b1567/_pkg_.a
2025-08-20T21:59:43.6099445Z [00:03:45.434]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build282983591/b1565/_pkg_.a
2025-08-20T21:59:43.6100785Z [00:03:45.434]➜  packagefile github.com/go-git/go-billy/v5/helper/chroot=/tmp/go-build282983591/b1568/_pkg_.a
2025-08-20T21:59:43.6101935Z [00:03:45.434]➜  packagefile golang.org/x/sys/unix=/tmp/go-build282983591/b181/_pkg_.a
2025-08-20T21:59:43.6102850Z [00:03:45.434]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:59:43.6103519Z [00:03:45.434]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:43.6104241Z [00:03:45.434]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:43.6104982Z [00:03:45.434]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:43.6105671Z [00:03:45.434]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:43.6106371Z [00:03:45.434]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:59:43.6106891Z [00:03:45.434]➜  EOF
2025-08-20T21:59:43.6132945Z [00:03:45.434]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1566/_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/b1566=>" -p github.com/go-git/go-billy/v5/osfs -lang=go1.21 -complete -installsuffix shared -buildid LAdaxLuSslp5NrxtYwSP/LAdaxLuSslp5NrxtYwSP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1566/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:59:43.7514194Z [00:03:45.576]➜  go tool buildid -w $WORK/b1566/_pkg_.a # internal
2025-08-20T21:59:43.7546861Z [00:03:45.580]➜  cp $WORK/b1566/_pkg_.a /root/.cache/go-build/31/31fa35d14e9e4aa95cd83483d33aac703ad06f442ca61e8b9a98f662db7b41bf-d # internal
2025-08-20T21:59:43.7576183Z [00:03:45.583]➜  github.com/go-git/go-billy/v5/util
2025-08-20T21:59:43.7579277Z [00:03:45.583]➜  mkdir -p $WORK/b1570/
2025-08-20T21:59:43.7586397Z [00:03:45.584]➜  cat >/tmp/go-build282983591/b1570/importcfg << 'EOF' # internal
2025-08-20T21:59:43.7587172Z [00:03:45.584]➜  # import config
2025-08-20T21:59:43.7587832Z [00:03:45.584]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:43.7588810Z [00:03:45.584]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build282983591/b1565/_pkg_.a
2025-08-20T21:59:43.7589728Z [00:03:45.584]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:43.7590730Z [00:03:45.584]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:43.7597305Z [00:03:45.584]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:43.7598210Z [00:03:45.585]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:43.7599000Z [00:03:45.585]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:43.7600107Z [00:03:45.585]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:43.7600972Z [00:03:45.585]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:43.7601769Z [00:03:45.585]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:43.7602368Z [00:03:45.585]➜  EOF
2025-08-20T21:59:43.7606888Z [00:03:45.585]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1570/_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/b1570=>" -p github.com/go-git/go-billy/v5/util -lang=go1.21 -complete -installsuffix shared -buildid O05HXaBSs38io4biCLXs/O05HXaBSs38io4biCLXs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1570/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:59:43.8334472Z [00:03:45.659]➜  go tool buildid -w $WORK/b1570/_pkg_.a # internal
2025-08-20T21:59:43.8375335Z [00:03:45.663]➜  cp $WORK/b1570/_pkg_.a /root/.cache/go-build/78/780c6bd3d085377aa2d2ed36e092e8d5cd008ab848c48e5f7a9af109f5a7d974-d # internal
2025-08-20T21:59:43.8391495Z [00:03:45.663]➜  github.com/go-git/go-git/v5/internal/url
2025-08-20T21:59:43.8392151Z [00:03:45.663]➜  mkdir -p $WORK/b1572/
2025-08-20T21:59:43.8392880Z [00:03:45.663]➜  cat >/tmp/go-build282983591/b1572/importcfg << 'EOF' # internal
2025-08-20T21:59:43.8393579Z [00:03:45.663]➜  # import config
2025-08-20T21:59:43.8394266Z [00:03:45.663]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:43.8394895Z [00:03:45.663]➜  EOF
2025-08-20T21:59:43.8398738Z [00:03:45.663]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1572/_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/b1572=>" -p github.com/go-git/go-git/v5/internal/url -lang=go1.23 -complete -installsuffix shared -buildid UaQZLPG-afoxH5OeYFK3/UaQZLPG-afoxH5OeYFK3 -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/internal/url/url.go
2025-08-20T21:59:43.8647735Z [00:03:45.690]➜  go tool buildid -w $WORK/b1572/_pkg_.a # internal
2025-08-20T21:59:43.8678888Z [00:03:45.693]➜  cp $WORK/b1572/_pkg_.a /root/.cache/go-build/28/28d1e63c3352d61c0b982bc02e30426e609cb1a979db02dbb92d63e2cda174ea-d # internal
2025-08-20T21:59:43.8689475Z [00:03:45.694]➜  github.com/pjbgf/sha1cd
2025-08-20T21:59:43.8692811Z [00:03:45.694]➜  mkdir -p $WORK/b1575/
2025-08-20T21:59:43.8716743Z [00:03:45.697]➜  echo -n > $WORK/b1575/go_asm.h # internal
2025-08-20T21:59:43.8717622Z [00:03:45.697]➜  cd /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2
2025-08-20T21:59:43.8720576Z [00:03:45.697]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/pjbgf/sha1cd -trimpath "/root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2=>github.com/pjbgf/sha1cd@v0.3.2;$WORK/b1575=>" -I $WORK/b1575/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b1575/symabis ./sha1cdblock_amd64.s
2025-08-20T21:59:43.8853364Z [00:03:45.710]➜  cat >/tmp/go-build282983591/b1575/importcfg << 'EOF' # internal
2025-08-20T21:59:43.8858036Z [00:03:45.710]➜  # import config
2025-08-20T21:59:43.8858696Z [00:03:45.710]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:59:43.8859542Z [00:03:45.710]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:59:43.8860622Z [00:03:45.710]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:43.8861594Z [00:03:45.710]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:43.8862673Z [00:03:45.710]➜  packagefile github.com/pjbgf/sha1cd/internal=/tmp/go-build282983591/b1576/_pkg_.a
2025-08-20T21:59:43.8863843Z [00:03:45.710]➜  packagefile github.com/pjbgf/sha1cd/ubc=/tmp/go-build282983591/b1577/_pkg_.a
2025-08-20T21:59:43.8864828Z [00:03:45.710]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:59:43.8865644Z [00:03:45.710]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:43.8866454Z [00:03:45.710]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:59:43.8867085Z [00:03:45.710]➜  EOF
2025-08-20T21:59:43.8867613Z [00:03:45.710]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:59:43.8873124Z [00:03:45.710]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1575/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2=>github.com/pjbgf/sha1cd@v0.3.2;$WORK/b1575=>" -p github.com/pjbgf/sha1cd -lang=go1.21 -installsuffix shared -buildid Ob09oaQC0KXxxhbrKuBk/Ob09oaQC0KXxxhbrKuBk -goversion go1.25.0 -symabis $WORK/b1575/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1575/importcfg -pack -asmhdr $WORK/b1575/go_asm.h /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_amd64.go /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/sha1cdblock_generic.go
2025-08-20T21:59:43.9255353Z [00:03:45.751]➜  go tool buildid -w $WORK/b1559/_pkg_.a # internal
2025-08-20T21:59:43.9402584Z [00:03:45.765]➜  cp $WORK/b1559/_pkg_.a /root/.cache/go-build/59/5902e85573aee901aff10390808dabcede6ddde7911ee41162b22f16cf22a9d0-d # internal
2025-08-20T21:59:43.9458150Z [00:03:45.771]➜  github.com/ProtonMail/go-crypto/openpgp
2025-08-20T21:59:43.9459534Z [00:03:45.771]➜  mkdir -p $WORK/b1542/
2025-08-20T21:59:43.9464936Z [00:03:45.772]➜  cat >/tmp/go-build282983591/b1542/importcfg << 'EOF' # internal
2025-08-20T21:59:43.9466202Z [00:03:45.772]➜  # import config
2025-08-20T21:59:43.9467194Z [00:03:45.772]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:59:43.9468104Z [00:03:45.772]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:59:43.9468988Z [00:03:45.772]➜  packagefile crypto/rsa=/tmp/go-build282983591/b148/_pkg_.a
2025-08-20T21:59:43.9470342Z [00:03:45.772]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:59:43.9471311Z [00:03:45.772]➜  packagefile crypto/sha512=/tmp/go-build282983591/b126/_pkg_.a
2025-08-20T21:59:43.9472153Z [00:03:45.772]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:43.9472923Z [00:03:45.772]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:43.9474017Z [00:03:45.772]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/armor=/tmp/go-build282983591/b1543/_pkg_.a
2025-08-20T21:59:43.9475366Z [00:03:45.772]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdh=/tmp/go-build282983591/b1545/_pkg_.a
2025-08-20T21:59:43.9476715Z [00:03:45.772]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdsa=/tmp/go-build282983591/b1555/_pkg_.a
2025-08-20T21:59:43.9478324Z [00:03:45.772]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed25519=/tmp/go-build282983591/b1556/_pkg_.a
2025-08-20T21:59:43.9479702Z [00:03:45.772]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed448=/tmp/go-build282983591/b1557/_pkg_.a
2025-08-20T21:59:43.9481312Z [00:03:45.772]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/eddsa=/tmp/go-build282983591/b1558/_pkg_.a
2025-08-20T21:59:43.9482665Z [00:03:45.772]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build282983591/b1544/_pkg_.a
2025-08-20T21:59:43.9484148Z [00:03:45.772]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build282983591/b1547/_pkg_.a
2025-08-20T21:59:43.9485632Z [00:03:45.772]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build282983591/b1551/_pkg_.a
2025-08-20T21:59:43.9487022Z [00:03:45.772]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/tmp/go-build282983591/b1559/_pkg_.a
2025-08-20T21:59:43.9488379Z [00:03:45.772]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x25519=/tmp/go-build282983591/b1563/_pkg_.a
2025-08-20T21:59:43.9489727Z [00:03:45.772]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x448=/tmp/go-build282983591/b1564/_pkg_.a
2025-08-20T21:59:43.9511645Z [00:03:45.772]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build282983591/b411/_pkg_.a
2025-08-20T21:59:43.9512587Z [00:03:45.772]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:59:43.9513348Z [00:03:45.772]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:43.9514144Z [00:03:45.772]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:59:43.9515126Z [00:03:45.772]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:43.9515933Z [00:03:45.772]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:43.9516508Z [00:03:45.772]➜  EOF
2025-08-20T21:59:43.9524118Z [00:03:45.772]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1542/_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/b1542=>" -p github.com/ProtonMail/go-crypto/openpgp -lang=go1.17 -complete -installsuffix shared -buildid P-9QEk6ETrQEqIVf7t4H/P-9QEk6ETrQEqIVf7t4H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1542/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:59:43.9705333Z [00:03:45.796]➜  cd /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2
2025-08-20T21:59:43.9707992Z [00:03:45.796]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/pjbgf/sha1cd -trimpath "/root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2=>github.com/pjbgf/sha1cd@v0.3.2;$WORK/b1575=>" -I $WORK/b1575/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1575/sha1cdblock_amd64.o ./sha1cdblock_amd64.s
2025-08-20T21:59:43.9945656Z [00:03:45.820]➜  go tool pack r $WORK/b1575/_pkg_.a $WORK/b1575/sha1cdblock_amd64.o # internal
2025-08-20T21:59:43.9946922Z [00:03:45.820]➜  go tool buildid -w $WORK/b1575/_pkg_.a # internal
2025-08-20T21:59:43.9966655Z [00:03:45.822]➜  cp $WORK/b1575/_pkg_.a /root/.cache/go-build/10/1091d94db3ba4771f5e59bc3d428b10186e33177122786f635e5a1edef281436-d # internal
2025-08-20T21:59:43.9974906Z [00:03:45.823]➜  github.com/go-git/go-git/v5/plumbing/hash
2025-08-20T21:59:43.9975619Z [00:03:45.823]➜  mkdir -p $WORK/b1574/
2025-08-20T21:59:43.9980701Z [00:03:45.823]➜  cat >/tmp/go-build282983591/b1574/importcfg << 'EOF' # internal
2025-08-20T21:59:43.9981774Z [00:03:45.823]➜  # import config
2025-08-20T21:59:43.9984309Z [00:03:45.823]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:59:43.9985164Z [00:03:45.823]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:43.9986080Z [00:03:45.823]➜  packagefile github.com/pjbgf/sha1cd=/tmp/go-build282983591/b1575/_pkg_.a
2025-08-20T21:59:43.9987008Z [00:03:45.823]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:59:43.9987602Z [00:03:45.823]➜  EOF
2025-08-20T21:59:43.9988121Z [00:03:45.824]➜  cd /tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei
2025-08-20T21:59:43.9994123Z [00:03:45.824]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1574/_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/b1574=>" -p github.com/go-git/go-git/v5/plumbing/hash -lang=go1.23 -complete -installsuffix shared -buildid _mOx8r7eDW2z4UGcDtbA/_mOx8r7eDW2z4UGcDtbA -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/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:59:44.0272751Z [00:03:45.852]➜  go tool buildid -w $WORK/b1574/_pkg_.a # internal
2025-08-20T21:59:44.0293265Z [00:03:45.854]➜  cp $WORK/b1574/_pkg_.a /root/.cache/go-build/b5/b5fb1629cb71820cf18cdf695df148f435e40251b4db644fdfc2d9cd667099bf-d # internal
2025-08-20T21:59:44.0313205Z [00:03:45.856]➜  github.com/go-git/go-git/v5/plumbing
2025-08-20T21:59:44.0317254Z [00:03:45.857]➜  mkdir -p $WORK/b1573/
2025-08-20T21:59:44.0318068Z [00:03:45.857]➜  cat >/tmp/go-build282983591/b1573/importcfg << 'EOF' # internal
2025-08-20T21:59:44.0322266Z [00:03:45.857]➜  # import config
2025-08-20T21:59:44.0322950Z [00:03:45.857]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:44.0323835Z [00:03:45.857]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:59:44.0324661Z [00:03:45.857]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:44.0325432Z [00:03:45.857]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:44.0326455Z [00:03:45.857]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build282983591/b1574/_pkg_.a
2025-08-20T21:59:44.0327422Z [00:03:45.857]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:44.0328202Z [00:03:45.857]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:44.0328973Z [00:03:45.857]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:44.0329755Z [00:03:45.857]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:44.0330725Z [00:03:45.857]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:44.0331490Z [00:03:45.857]➜  EOF
2025-08-20T21:59:44.0337334Z [00:03:45.857]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1573/_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/b1573=>" -p github.com/go-git/go-git/v5/plumbing -lang=go1.23 -complete -installsuffix shared -buildid UCPhsbeczGmORdQuFsBo/UCPhsbeczGmORdQuFsBo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1573/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:59:44.1132962Z [00:03:45.937]➜  go tool buildid -w $WORK/b1573/_pkg_.a # internal
2025-08-20T21:59:44.1148957Z [00:03:45.940]➜  cp $WORK/b1573/_pkg_.a /root/.cache/go-build/99/99b2f9bba9c1160e69c144a73f5506737347b5b9812d8dec357ef65294ab53e2-d # internal
2025-08-20T21:59:44.1151544Z [00:03:45.940]➜  github.com/go-git/gcfg/token
2025-08-20T21:59:44.1152166Z [00:03:45.940]➜  mkdir -p $WORK/b1581/
2025-08-20T21:59:44.1157866Z [00:03:45.941]➜  cat >/tmp/go-build282983591/b1581/importcfg << 'EOF' # internal
2025-08-20T21:59:44.1158921Z [00:03:45.941]➜  # import config
2025-08-20T21:59:44.1160362Z [00:03:45.941]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:44.1161480Z [00:03:45.941]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:44.1162509Z [00:03:45.941]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:44.1163645Z [00:03:45.941]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:44.1165387Z [00:03:45.941]➜  EOF
2025-08-20T21:59:44.1170832Z [00:03:45.941]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1581/_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/b1581=>" -p github.com/go-git/gcfg/token -lang=go1.13 -complete -installsuffix shared -buildid 01fAkkNqL4ilP6kSfnKm/01fAkkNqL4ilP6kSfnKm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1581/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:59:44.1648312Z [00:03:45.990]➜  go tool buildid -w $WORK/b1581/_pkg_.a # internal
2025-08-20T21:59:44.1662417Z [00:03:45.991]➜  cp $WORK/b1581/_pkg_.a /root/.cache/go-build/12/12c4e7debe68d87830a09a6b5cb495a7c5b352b4ab129ab5d83bb46ce2a4c66e-d # internal
2025-08-20T21:59:44.1665643Z [00:03:45.992]➜  github.com/go-git/gcfg/scanner
2025-08-20T21:59:44.1666299Z [00:03:45.992]➜  mkdir -p $WORK/b1580/
2025-08-20T21:59:44.1670813Z [00:03:45.992]➜  cat >/tmp/go-build282983591/b1580/importcfg << 'EOF' # internal
2025-08-20T21:59:44.1675857Z [00:03:45.993]➜  # import config
2025-08-20T21:59:44.1692886Z [00:03:45.993]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:44.1693892Z [00:03:45.993]➜  packagefile github.com/go-git/gcfg/token=/tmp/go-build282983591/b1581/_pkg_.a
2025-08-20T21:59:44.1694812Z [00:03:45.993]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:44.1695653Z [00:03:45.993]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:44.1696507Z [00:03:45.993]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:44.1697323Z [00:03:45.993]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:59:44.1698147Z [00:03:45.993]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:59:44.1698986Z [00:03:45.993]➜  EOF
2025-08-20T21:59:44.1703974Z [00:03:45.993]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1580/_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/b1580=>" -p github.com/go-git/gcfg/scanner -lang=go1.13 -complete -installsuffix shared -buildid v6Br_8raFq_g1rTqZ_RV/v6Br_8raFq_g1rTqZ_RV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1580/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:59:44.2113790Z [00:03:46.036]➜  go tool buildid -w $WORK/b1400/_pkg_.a # internal
2025-08-20T21:59:44.2341936Z [00:03:46.059]➜  cp $WORK/b1400/_pkg_.a /root/.cache/go-build/f0/f02b9ca0fab801ee9d5e75436bab4f36bd9a0f8742271c90bc34137b9e35b514-d # internal
2025-08-20T21:59:44.2362586Z [00:03:46.060]➜  github.com/projectdiscovery/nuclei/v3/internal/server
2025-08-20T21:59:44.2372503Z [00:03:46.062]➜  mkdir -p $WORK/b1117/
2025-08-20T21:59:44.2373265Z [00:03:46.062]➜  cat >/tmp/go-build282983591/b1117/importcfg << 'EOF' # internal
2025-08-20T21:59:44.2373957Z [00:03:46.062]➜  # import config
2025-08-20T21:59:44.2375926Z [00:03:46.062]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:44.2377017Z [00:03:46.062]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:59:44.2378061Z [00:03:46.062]➜  packagefile embed=/tmp/go-build282983591/b066/_pkg_.a
2025-08-20T21:59:44.2379135Z [00:03:46.062]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:59:44.2382411Z [00:03:46.062]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:44.2383439Z [00:03:46.062]➜  packagefile github.com/alitto/pond=/tmp/go-build282983591/b1118/_pkg_.a
2025-08-20T21:59:44.2384429Z [00:03:46.062]➜  packagefile github.com/labstack/echo/v4=/tmp/go-build282983591/b1119/_pkg_.a
2025-08-20T21:59:44.2385505Z [00:03:46.062]➜  packagefile github.com/labstack/echo/v4/middleware=/tmp/go-build282983591/b1125/_pkg_.a
2025-08-20T21:59:44.2386569Z [00:03:46.062]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build282983591/b248/_pkg_.a
2025-08-20T21:59:44.2387648Z [00:03:46.062]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:44.2388666Z [00:03:46.062]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:44.2391040Z [00:03:46.062]➜  packagefile github.com/projectdiscovery/nuclei/v3/internal/server/scope=/tmp/go-build282983591/b1128/_pkg_.a
2025-08-20T21:59:44.2392449Z [00:03:46.062]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog=/tmp/go-build282983591/b746/_pkg_.a
2025-08-20T21:59:44.2393807Z [00:03:46.062]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build282983591/b623/_pkg_.a
2025-08-20T21:59:44.2395198Z [00:03:46.062]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/loader=/tmp/go-build282983591/b1129/_pkg_.a
2025-08-20T21:59:44.2396536Z [00:03:46.062]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/core=/tmp/go-build282983591/b1400/_pkg_.a
2025-08-20T21:59:44.2397877Z [00:03:46.062]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/frequency=/tmp/go-build282983591/b1134/_pkg_.a
2025-08-20T21:59:44.2399257Z [00:03:46.062]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/stats=/tmp/go-build282983591/b1136/_pkg_.a
2025-08-20T21:59:44.2400718Z [00:03:46.062]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input=/tmp/go-build282983591/b1138/_pkg_.a
2025-08-20T21:59:44.2402054Z [00:03:46.062]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats=/tmp/go-build282983591/b1402/_pkg_.a
2025-08-20T21:59:44.2403488Z [00:03:46.062]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/provider/http=/tmp/go-build282983591/b1403/_pkg_.a
2025-08-20T21:59:44.2405024Z [00:03:46.062]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/types=/tmp/go-build282983591/b747/_pkg_.a
2025-08-20T21:59:44.2406377Z [00:03:46.062]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/loader/parser=/tmp/go-build282983591/b1140/_pkg_.a
2025-08-20T21:59:44.2407917Z [00:03:46.062]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/loader/workflow=/tmp/go-build282983591/b1445/_pkg_.a
2025-08-20T21:59:44.2409263Z [00:03:46.062]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:44.2420428Z [00:03:46.062]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/progress=/tmp/go-build282983591/b1141/_pkg_.a
2025-08-20T21:59:44.2421940Z [00:03:46.062]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/projectfile=/tmp/go-build282983591/b1144/_pkg_.a
2025-08-20T21:59:44.2423312Z [00:03:46.062]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build282983591/b1131/_pkg_.a
2025-08-20T21:59:44.2424834Z [00:03:46.062]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/globalmatchers=/tmp/go-build282983591/b1145/_pkg_.a
2025-08-20T21:59:44.2426530Z [00:03:46.062]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/hosterrorscache=/tmp/go-build282983591/b1146/_pkg_.a
2025-08-20T21:59:44.2428130Z [00:03:46.062]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/interactsh=/tmp/go-build282983591/b1149/_pkg_.a
2025-08-20T21:59:44.2429771Z [00:03:46.062]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/excludematchers=/tmp/go-build282983591/b791/_pkg_.a
2025-08-20T21:59:44.2433455Z [00:03:46.062]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/headless/engine=/tmp/go-build282983591/b1244/_pkg_.a
2025-08-20T21:59:44.2435085Z [00:03:46.062]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting=/tmp/go-build282983591/b1152/_pkg_.a
2025-08-20T21:59:44.2436397Z [00:03:46.062]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates=/tmp/go-build282983591/b1249/_pkg_.a
2025-08-20T21:59:44.2437857Z [00:03:46.062]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:44.2441051Z [00:03:46.062]➜  packagefile github.com/projectdiscovery/ratelimit=/tmp/go-build282983591/b1248/_pkg_.a
2025-08-20T21:59:44.2442311Z [00:03:46.062]➜  packagefile github.com/projectdiscovery/utils/env=/tmp/go-build282983591/b183/_pkg_.a
2025-08-20T21:59:44.2446370Z [00:03:46.062]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build282983591/b223/_pkg_.a
2025-08-20T21:59:44.2447409Z [00:03:46.062]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build282983591/b202/_pkg_.a
2025-08-20T21:59:44.2448249Z [00:03:46.062]➜  packagefile html/template=/tmp/go-build282983591/b790/_pkg_.a
2025-08-20T21:59:44.2449007Z [00:03:46.062]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:44.2449929Z [00:03:46.062]➜  packagefile net/http/pprof=/tmp/go-build282983591/b1446/_pkg_.a
2025-08-20T21:59:44.2450710Z [00:03:46.062]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:44.2451418Z [00:03:46.062]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:59:44.2452106Z [00:03:46.062]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:44.2452816Z [00:03:46.062]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:44.2460009Z [00:03:46.062]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:44.2460955Z [00:03:46.062]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:44.2461742Z [00:03:46.062]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:44.2462254Z [00:03:46.062]➜  EOF
2025-08-20T21:59:44.2462842Z [00:03:46.062]➜  cat >/tmp/go-build282983591/b1117/embedcfg << 'EOF' # internal
2025-08-20T21:59:44.2463421Z [00:03:46.062]➜  {
2025-08-20T21:59:44.2463770Z [00:03:46.062]➜  	"Patterns": {
2025-08-20T21:59:44.2464367Z [00:03:46.062]➜  		"templates/index.html": [
2025-08-20T21:59:44.2464871Z [00:03:46.062]➜  			"templates/index.html"
2025-08-20T21:59:44.2465298Z [00:03:46.062]➜  		]
2025-08-20T21:59:44.2465623Z [00:03:46.062]➜  	},
2025-08-20T21:59:44.2466069Z [00:03:46.062]➜  	"Files": {
2025-08-20T21:59:44.2466871Z [00:03:46.062]➜  		"templates/index.html": "/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/server/templates/index.html"
2025-08-20T21:59:44.2467599Z [00:03:46.062]➜  	}
2025-08-20T21:59:44.2467924Z [00:03:46.062]➜  }EOF
2025-08-20T21:59:44.2472954Z [00:03:46.062]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1117/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/server=>github.com/projectdiscovery/nuclei/v3/internal/server;$WORK/b1117=>" -p github.com/projectdiscovery/nuclei/v3/internal/server -lang=go1.24 -complete -installsuffix shared -buildid V7eqCR8QHIO1kqxBeP9g/V7eqCR8QHIO1kqxBeP9g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1117/importcfg -embedcfg $WORK/b1117/embedcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/server/dedupe.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/server/nuclei_sdk.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/server/requests_worker.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/server/server.go
2025-08-20T21:59:44.2477359Z [00:03:46.068]➜  go tool buildid -w $WORK/b1580/_pkg_.a # internal
2025-08-20T21:59:44.2478527Z [00:03:46.069]➜  cp $WORK/b1580/_pkg_.a /root/.cache/go-build/bf/bf1bfb7bd46dd4558808e5b09ce8f5dbd05a49e1b11bbc970c484e1feffa1813-d # internal
2025-08-20T21:59:44.2479522Z [00:03:46.070]➜  github.com/go-git/gcfg/types
2025-08-20T21:59:44.2500534Z [00:03:46.070]➜  mkdir -p $WORK/b1582/
2025-08-20T21:59:44.2501307Z [00:03:46.071]➜  cat >/tmp/go-build282983591/b1582/importcfg << 'EOF' # internal
2025-08-20T21:59:44.2502202Z [00:03:46.071]➜  # import config
2025-08-20T21:59:44.2502851Z [00:03:46.071]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:44.2503614Z [00:03:46.071]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:44.2504424Z [00:03:46.071]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:44.2505229Z [00:03:46.071]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:44.2505822Z [00:03:46.071]➜  EOF
2025-08-20T21:59:44.2512325Z [00:03:46.071]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1582/_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/b1582=>" -p github.com/go-git/gcfg/types -lang=go1.13 -complete -installsuffix shared -buildid RxCHvnYhuk2DfHZK41oq/RxCHvnYhuk2DfHZK41oq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1582/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:59:44.3076768Z [00:03:46.133]➜  go tool buildid -w $WORK/b1582/_pkg_.a # internal
2025-08-20T21:59:44.3088935Z [00:03:46.134]➜  cp $WORK/b1582/_pkg_.a /root/.cache/go-build/5c/5c597824341bef4c98496b5b2099a322be1a00bbd64f40f274f556be8073c47d-d # internal
2025-08-20T21:59:44.3109350Z [00:03:46.134]➜  gopkg.in/warnings.v0
2025-08-20T21:59:44.3110012Z [00:03:46.134]➜  mkdir -p $WORK/b1583/
2025-08-20T21:59:44.3110676Z [00:03:46.135]➜  cat >/tmp/go-build282983591/b1583/importcfg << 'EOF' # internal
2025-08-20T21:59:44.3111273Z [00:03:46.135]➜  # import config
2025-08-20T21:59:44.3111860Z [00:03:46.135]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:44.3112552Z [00:03:46.135]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:44.3113061Z [00:03:46.135]➜  EOF
2025-08-20T21:59:44.3118387Z [00:03:46.137]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1583/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/warnings.v0@v0.1.2=>gopkg.in/warnings.v0@v0.1.2;$WORK/b1583=>" -p gopkg.in/warnings.v0 -lang=go1.16 -complete -installsuffix shared -buildid J8eSlY089lkgNoEeSLim/J8eSlY089lkgNoEeSLim -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1583/importcfg -pack /root/go/pkg/mod/gopkg.in/warnings.v0@v0.1.2/warnings.go
2025-08-20T21:59:44.3123824Z [00:03:46.138]➜  go tool buildid -w $WORK/b1542/_pkg_.a # internal
2025-08-20T21:59:44.3163214Z [00:03:46.142]➜  cp $WORK/b1542/_pkg_.a /root/.cache/go-build/a6/a627bd54903ff3ec19f9d4eadb1096008dcbaab15f27c5e0b1c9be9813dc0622-d # internal
2025-08-20T21:59:44.3228715Z [00:03:46.148]➜  github.com/go-git/go-git/v5/internal/path_util
2025-08-20T21:59:44.3232131Z [00:03:46.148]➜  mkdir -p $WORK/b1584/
2025-08-20T21:59:44.3234031Z [00:03:46.149]➜  cat >/tmp/go-build282983591/b1584/importcfg << 'EOF' # internal
2025-08-20T21:59:44.3235182Z [00:03:46.149]➜  # import config
2025-08-20T21:59:44.3237095Z [00:03:46.149]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:44.3238026Z [00:03:46.149]➜  packagefile os/user=/tmp/go-build282983591/b237/_pkg_.a
2025-08-20T21:59:44.3240150Z [00:03:46.149]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:44.3241575Z [00:03:46.149]➜  EOF
2025-08-20T21:59:44.3245152Z [00:03:46.149]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1584/_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/b1584=>" -p github.com/go-git/go-git/v5/internal/path_util -lang=go1.23 -complete -installsuffix shared -buildid I6BrI4EZAFey7mSkG2WN/I6BrI4EZAFey7mSkG2WN -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/internal/path_util/path_util.go
2025-08-20T21:59:44.3351354Z [00:03:46.160]➜  go tool buildid -w $WORK/b1583/_pkg_.a # internal
2025-08-20T21:59:44.3355896Z [00:03:46.161]➜  cp $WORK/b1583/_pkg_.a /root/.cache/go-build/38/385e2e890329378bbd42441cf6d31d55e88cd1ea97761f294868b4d7bd79f28b-d # internal
2025-08-20T21:59:44.3357109Z [00:03:46.161]➜  github.com/go-git/gcfg
2025-08-20T21:59:44.3358511Z [00:03:46.161]➜  mkdir -p $WORK/b1579/
2025-08-20T21:59:44.3363473Z [00:03:46.161]➜  cat >/tmp/go-build282983591/b1579/importcfg << 'EOF' # internal
2025-08-20T21:59:44.3365828Z [00:03:46.161]➜  # import config
2025-08-20T21:59:44.3368574Z [00:03:46.161]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:44.3370224Z [00:03:46.161]➜  packagefile encoding=/tmp/go-build282983591/b068/_pkg_.a
2025-08-20T21:59:44.3390698Z [00:03:46.161]➜  packagefile encoding/gob=/tmp/go-build282983591/b333/_pkg_.a
2025-08-20T21:59:44.3391570Z [00:03:46.161]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:44.3392538Z [00:03:46.161]➜  packagefile github.com/go-git/gcfg/scanner=/tmp/go-build282983591/b1580/_pkg_.a
2025-08-20T21:59:44.3393640Z [00:03:46.161]➜  packagefile github.com/go-git/gcfg/token=/tmp/go-build282983591/b1581/_pkg_.a
2025-08-20T21:59:44.3394718Z [00:03:46.161]➜  packagefile github.com/go-git/gcfg/types=/tmp/go-build282983591/b1582/_pkg_.a
2025-08-20T21:59:44.3395797Z [00:03:46.161]➜  packagefile gopkg.in/warnings.v0=/tmp/go-build282983591/b1583/_pkg_.a
2025-08-20T21:59:44.3396691Z [00:03:46.161]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:44.3397489Z [00:03:46.161]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:59:44.3398284Z [00:03:46.162]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:44.3399060Z [00:03:46.162]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:44.3400076Z [00:03:46.162]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:44.3400920Z [00:03:46.162]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:59:44.3402006Z [00:03:46.162]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:59:44.3402649Z [00:03:46.162]➜  EOF
2025-08-20T21:59:44.3407854Z [00:03:46.162]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1579/_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/b1579=>" -p github.com/go-git/gcfg -lang=go1.13 -complete -installsuffix shared -buildid jl5iEn-ugJvPYIty26RN/jl5iEn-ugJvPYIty26RN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1579/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:59:44.3467315Z [00:03:46.172]➜  go tool buildid -w $WORK/b1584/_pkg_.a # internal
2025-08-20T21:59:44.3470844Z [00:03:46.172]➜  cp $WORK/b1584/_pkg_.a /root/.cache/go-build/de/dede7031cbff25878db6c2e60820b7063ce4465331f1ffa5a4676124ab1e0d83-d # internal
2025-08-20T21:59:44.3479281Z [00:03:46.173]➜  github.com/go-git/go-git/v5/internal/revision
2025-08-20T21:59:44.3482253Z [00:03:46.173]➜  mkdir -p $WORK/b1585/
2025-08-20T21:59:44.3491286Z [00:03:46.174]➜  cat >/tmp/go-build282983591/b1585/importcfg << 'EOF' # internal
2025-08-20T21:59:44.3514164Z [00:03:46.174]➜  # import config
2025-08-20T21:59:44.3514858Z [00:03:46.174]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:44.3515652Z [00:03:46.174]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:44.3516432Z [00:03:46.174]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:44.3517403Z [00:03:46.174]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:44.3518241Z [00:03:46.174]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:44.3518964Z [00:03:46.174]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:44.3519622Z [00:03:46.174]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:44.3520553Z [00:03:46.174]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:59:44.3521307Z [00:03:46.174]➜  EOF
2025-08-20T21:59:44.3532441Z [00:03:46.178]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1585/_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/b1585=>" -p github.com/go-git/go-git/v5/internal/revision -lang=go1.23 -complete -installsuffix shared -buildid gzQvRc9sUFTXQxoQF6J-/gzQvRc9sUFTXQxoQF6J- -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/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:59:44.4401312Z [00:03:46.265]➜  go tool buildid -w $WORK/b1585/_pkg_.a # internal
2025-08-20T21:59:44.4412369Z [00:03:46.266]➜  cp $WORK/b1585/_pkg_.a /root/.cache/go-build/b9/b932bcc7c4e064444d71c914c97be58ccf79dcb000bb05cdbe1e762512c75c1a-d # internal
2025-08-20T21:59:44.4430721Z [00:03:46.268]➜  github.com/go-git/go-git/v5/plumbing/cache
2025-08-20T21:59:44.4436176Z [00:03:46.269]➜  mkdir -p $WORK/b1586/
2025-08-20T21:59:44.4441543Z [00:03:46.269]➜  cat >/tmp/go-build282983591/b1586/importcfg << 'EOF' # internal
2025-08-20T21:59:44.4447071Z [00:03:46.269]➜  # import config
2025-08-20T21:59:44.4447821Z [00:03:46.269]➜  packagefile container/list=/tmp/go-build282983591/b106/_pkg_.a
2025-08-20T21:59:44.4448913Z [00:03:46.269]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build282983591/b1573/_pkg_.a
2025-08-20T21:59:44.4450047Z [00:03:46.269]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:44.4450891Z [00:03:46.269]➜  EOF
2025-08-20T21:59:44.4455788Z [00:03:46.269]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1586/_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/b1586=>" -p github.com/go-git/go-git/v5/plumbing/cache -lang=go1.23 -complete -installsuffix shared -buildid baELIgln_HKVUdqeCPKW/baELIgln_HKVUdqeCPKW -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/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:59:44.4563509Z [00:03:46.280]➜  go tool buildid -w $WORK/b1579/_pkg_.a # internal
2025-08-20T21:59:44.4564928Z [00:03:46.281]➜  cp $WORK/b1579/_pkg_.a /root/.cache/go-build/b6/b6f94551a5a3d3094657fc84b4e92b07571792fac87d8119e25b557c0ee70404-d # internal
2025-08-20T21:59:44.4585942Z [00:03:46.284]➜  github.com/go-git/go-git/v5/plumbing/format/config
2025-08-20T21:59:44.4591456Z [00:03:46.284]➜  mkdir -p $WORK/b1578/
2025-08-20T21:59:44.4594894Z [00:03:46.285]➜  cat >/tmp/go-build282983591/b1578/importcfg << 'EOF' # internal
2025-08-20T21:59:44.4606166Z [00:03:46.285]➜  # import config
2025-08-20T21:59:44.4606868Z [00:03:46.285]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:44.4607820Z [00:03:46.285]➜  packagefile github.com/go-git/gcfg=/tmp/go-build282983591/b1579/_pkg_.a
2025-08-20T21:59:44.4608736Z [00:03:46.285]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:44.4609553Z [00:03:46.285]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:44.4610360Z [00:03:46.285]➜  EOF
2025-08-20T21:59:44.4622667Z [00:03:46.287]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1578/_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/b1578=>" -p github.com/go-git/go-git/v5/plumbing/format/config -lang=go1.23 -complete -installsuffix shared -buildid 9Le6tt5zBuYKpmDGMC7C/9Le6tt5zBuYKpmDGMC7C -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/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:59:44.4772963Z [00:03:46.302]➜  go tool buildid -w $WORK/b1586/_pkg_.a # internal
2025-08-20T21:59:44.4784001Z [00:03:46.303]➜  cp $WORK/b1586/_pkg_.a /root/.cache/go-build/36/3662652372d354977b2d190a45c29188a976051abbdab1a24cd2057c7ee46bb0-d # internal
2025-08-20T21:59:44.4789722Z [00:03:46.304]➜  github.com/go-git/go-git/v5/plumbing/filemode
2025-08-20T21:59:44.4793106Z [00:03:46.304]➜  mkdir -p $WORK/b1587/
2025-08-20T21:59:44.4797687Z [00:03:46.305]➜  cat >/tmp/go-build282983591/b1587/importcfg << 'EOF' # internal
2025-08-20T21:59:44.4808515Z [00:03:46.305]➜  # import config
2025-08-20T21:59:44.4809292Z [00:03:46.305]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:59:44.4810392Z [00:03:46.305]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:44.4811130Z [00:03:46.305]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:44.4811888Z [00:03:46.305]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:44.4812458Z [00:03:46.305]➜  EOF
2025-08-20T21:59:44.4816359Z [00:03:46.305]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1587/_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/b1587=>" -p github.com/go-git/go-git/v5/plumbing/filemode -lang=go1.23 -complete -installsuffix shared -buildid dz0R19uB_rpTeSCzedW-/dz0R19uB_rpTeSCzedW- -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/filemode/filemode.go
2025-08-20T21:59:44.5113817Z [00:03:46.337]➜  go tool buildid -w $WORK/b1587/_pkg_.a # internal
2025-08-20T21:59:44.5121361Z [00:03:46.337]➜  cp $WORK/b1587/_pkg_.a /root/.cache/go-build/8d/8d1a5b55e778da32db9350de219759ae99238f33e4183e516fe92f7ffbf3b5fd-d # internal
2025-08-20T21:59:44.5141067Z [00:03:46.339]➜  github.com/jbenet/go-context/io
2025-08-20T21:59:44.5141778Z [00:03:46.339]➜  mkdir -p $WORK/b1590/
2025-08-20T21:59:44.5142511Z [00:03:46.339]➜  cat >/tmp/go-build282983591/b1590/importcfg << 'EOF' # internal
2025-08-20T21:59:44.5144400Z [00:03:46.340]➜  # import config
2025-08-20T21:59:44.5145430Z [00:03:46.340]➜  packagefile golang.org/x/net/context=/tmp/go-build282983591/b743/_pkg_.a
2025-08-20T21:59:44.5146815Z [00:03:46.340]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:44.5147674Z [00:03:46.340]➜  EOF
2025-08-20T21:59:44.5152138Z [00:03:46.340]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1590/_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/b1590=>" -p github.com/jbenet/go-context/io -lang=go1.16 -complete -installsuffix shared -buildid 5-aqy8mLaMrwm2_PH_mS/5-aqy8mLaMrwm2_PH_mS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1590/importcfg -pack /root/go/pkg/mod/github.com/jbenet/go-context@v0.0.0-20150711004518-d14ea06fba99/io/ctxio.go
2025-08-20T21:59:44.5247476Z [00:03:46.349]➜  go tool buildid -w $WORK/b1578/_pkg_.a # internal
2025-08-20T21:59:44.5261034Z [00:03:46.351]➜  cp $WORK/b1578/_pkg_.a /root/.cache/go-build/b7/b7cb21dda4fc3f8ae3731929a6cbe43989be20578a4a5b5ab9231cbd9b8f6e10-d # internal
2025-08-20T21:59:44.5285540Z [00:03:46.354]➜  github.com/go-git/go-git/v5/config
2025-08-20T21:59:44.5286223Z [00:03:46.354]➜  mkdir -p $WORK/b1571/
2025-08-20T21:59:44.5291771Z [00:03:46.354]➜  cat >/tmp/go-build282983591/b1571/importcfg << 'EOF' # internal
2025-08-20T21:59:44.5293056Z [00:03:46.354]➜  # import config
2025-08-20T21:59:44.5295332Z [00:03:46.354]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:44.5296387Z [00:03:46.354]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:44.5299233Z [00:03:46.354]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:44.5302050Z [00:03:46.354]➜  packagefile github.com/go-git/go-billy/v5/osfs=/tmp/go-build282983591/b1566/_pkg_.a
2025-08-20T21:59:44.5303297Z [00:03:46.354]➜  packagefile github.com/go-git/go-git/v5/internal/url=/tmp/go-build282983591/b1572/_pkg_.a
2025-08-20T21:59:44.5304554Z [00:03:46.355]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build282983591/b1573/_pkg_.a
2025-08-20T21:59:44.5306030Z [00:03:46.355]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/config=/tmp/go-build282983591/b1578/_pkg_.a
2025-08-20T21:59:44.5307125Z [00:03:46.355]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:44.5307928Z [00:03:46.355]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:44.5310388Z [00:03:46.355]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:44.5311280Z [00:03:46.355]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:44.5312030Z [00:03:46.355]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:44.5312747Z [00:03:46.355]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:44.5313567Z [00:03:46.355]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:44.5314397Z [00:03:46.355]➜  EOF
2025-08-20T21:59:44.5322511Z [00:03:46.357]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1571/_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/b1571=>" -p github.com/go-git/go-git/v5/config -lang=go1.23 -complete -installsuffix shared -buildid IgFfG-Ns4kHQA1gbUdVR/IgFfG-Ns4kHQA1gbUdVR -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/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:59:44.5340536Z [00:03:46.359]➜  go tool buildid -w $WORK/b1590/_pkg_.a # internal
2025-08-20T21:59:44.5347611Z [00:03:46.360]➜  cp $WORK/b1590/_pkg_.a /root/.cache/go-build/2f/2f5e90f50dfce687184474f14b31e3306ec19c796899d240f39002bd7da3b4f1-d # internal
2025-08-20T21:59:44.5350744Z [00:03:46.360]➜  github.com/go-git/go-git/v5/utils/ioutil
2025-08-20T21:59:44.5353151Z [00:03:46.360]➜  mkdir -p $WORK/b1589/
2025-08-20T21:59:44.5356519Z [00:03:46.361]➜  cat >/tmp/go-build282983591/b1589/importcfg << 'EOF' # internal
2025-08-20T21:59:44.5363150Z [00:03:46.361]➜  # import config
2025-08-20T21:59:44.5363814Z [00:03:46.361]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:44.5364628Z [00:03:46.361]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:44.5365422Z [00:03:46.361]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:44.5366383Z [00:03:46.361]➜  packagefile github.com/jbenet/go-context/io=/tmp/go-build282983591/b1590/_pkg_.a
2025-08-20T21:59:44.5367493Z [00:03:46.361]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:44.5368105Z [00:03:46.361]➜  EOF
2025-08-20T21:59:44.5371960Z [00:03:46.361]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1589/_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/b1589=>" -p github.com/go-git/go-git/v5/utils/ioutil -lang=go1.23 -complete -installsuffix shared -buildid 5hzhuRpM03iDCWWIJ-WH/5hzhuRpM03iDCWWIJ-WH -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/utils/ioutil/common.go
2025-08-20T21:59:44.5770751Z [00:03:46.401]➜  go tool buildid -w $WORK/b1589/_pkg_.a # internal
2025-08-20T21:59:44.5784152Z [00:03:46.401]➜  cp $WORK/b1589/_pkg_.a /root/.cache/go-build/21/21c7ae5cd3a06b65087c36135aa4e38313d90e8d1d8a61de3281c4e293c2c5e2-d # internal
2025-08-20T21:59:44.5786371Z [00:03:46.402]➜  github.com/go-git/go-git/v5/plumbing/format/gitignore
2025-08-20T21:59:44.5787037Z [00:03:46.402]➜  mkdir -p $WORK/b1588/
2025-08-20T21:59:44.5787727Z [00:03:46.403]➜  cat >/tmp/go-build282983591/b1588/importcfg << 'EOF' # internal
2025-08-20T21:59:44.5788396Z [00:03:46.403]➜  # import config
2025-08-20T21:59:44.5788997Z [00:03:46.403]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:44.5790074Z [00:03:46.403]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:44.5791038Z [00:03:46.403]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build282983591/b1565/_pkg_.a
2025-08-20T21:59:44.5792283Z [00:03:46.403]➜  packagefile github.com/go-git/go-git/v5/internal/path_util=/tmp/go-build282983591/b1584/_pkg_.a
2025-08-20T21:59:44.5793644Z [00:03:46.403]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/config=/tmp/go-build282983591/b1578/_pkg_.a
2025-08-20T21:59:44.5794953Z [00:03:46.403]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build282983591/b1589/_pkg_.a
2025-08-20T21:59:44.5795928Z [00:03:46.403]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:44.5796682Z [00:03:46.403]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:44.5797689Z [00:03:46.403]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:44.5798541Z [00:03:46.403]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:44.5799159Z [00:03:46.403]➜  EOF
2025-08-20T21:59:44.5805289Z [00:03:46.404]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1588/_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/b1588=>" -p github.com/go-git/go-git/v5/plumbing/format/gitignore -lang=go1.23 -complete -installsuffix shared -buildid j6YLo5Pk3ixP8nCcrAOh/j6YLo5Pk3ixP8nCcrAOh -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/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:59:44.6238202Z [00:03:46.449]➜  go tool buildid -w $WORK/b1588/_pkg_.a # internal
2025-08-20T21:59:44.6251180Z [00:03:46.450]➜  cp $WORK/b1588/_pkg_.a /root/.cache/go-build/af/af5cbe9e0410e2e9255a827e096fef0a22fb7f93771649fe5d4a69e014b99d94-d # internal
2025-08-20T21:59:44.6256027Z [00:03:46.451]➜  github.com/go-git/go-git/v5/utils/binary
2025-08-20T21:59:44.6265055Z [00:03:46.451]➜  mkdir -p $WORK/b1592/
2025-08-20T21:59:44.6270637Z [00:03:46.452]➜  cat >/tmp/go-build282983591/b1592/importcfg << 'EOF' # internal
2025-08-20T21:59:44.6271870Z [00:03:46.452]➜  # import config
2025-08-20T21:59:44.6273095Z [00:03:46.452]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:44.6274508Z [00:03:46.452]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:59:44.6275983Z [00:03:46.452]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build282983591/b1573/_pkg_.a
2025-08-20T21:59:44.6277227Z [00:03:46.452]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:44.6277992Z [00:03:46.452]➜  EOF
2025-08-20T21:59:44.6285647Z [00:03:46.452]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1592/_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/b1592=>" -p github.com/go-git/go-git/v5/utils/binary -lang=go1.23 -complete -installsuffix shared -buildid dxnm1P9tVHN51YWvVJZd/dxnm1P9tVHN51YWvVJZd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1592/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:59:44.6503849Z [00:03:46.475]➜  go tool buildid -w $WORK/b1592/_pkg_.a # internal
2025-08-20T21:59:44.6517914Z [00:03:46.477]➜  cp $WORK/b1592/_pkg_.a /root/.cache/go-build/42/421e84e01e4d9c36821127483e6eab5042245939a409b8bd3d8a7d5c6efd193d-d # internal
2025-08-20T21:59:44.6542681Z [00:03:46.479]➜  github.com/go-git/go-git/v5/plumbing/format/index
2025-08-20T21:59:44.6545622Z [00:03:46.479]➜  mkdir -p $WORK/b1591/
2025-08-20T21:59:44.6549654Z [00:03:46.480]➜  cat >/tmp/go-build282983591/b1591/importcfg << 'EOF' # internal
2025-08-20T21:59:44.6551354Z [00:03:46.480]➜  # import config
2025-08-20T21:59:44.6552621Z [00:03:46.480]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:44.6553870Z [00:03:46.480]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:44.6554814Z [00:03:46.480]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:44.6555624Z [00:03:46.480]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:44.6557599Z [00:03:46.480]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build282983591/b1573/_pkg_.a
2025-08-20T21:59:44.6562443Z [00:03:46.480]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build282983591/b1587/_pkg_.a
2025-08-20T21:59:44.6563814Z [00:03:46.480]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build282983591/b1574/_pkg_.a
2025-08-20T21:59:44.6565003Z [00:03:46.480]➜  packagefile github.com/go-git/go-git/v5/utils/binary=/tmp/go-build282983591/b1592/_pkg_.a
2025-08-20T21:59:44.6565914Z [00:03:46.480]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:44.6566639Z [00:03:46.480]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:59:44.6567457Z [00:03:46.480]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:44.6568353Z [00:03:46.480]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:44.6569187Z [00:03:46.480]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:44.6571859Z [00:03:46.480]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:44.6572773Z [00:03:46.480]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:44.6574774Z [00:03:46.480]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:44.6575639Z [00:03:46.480]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:59:44.6576277Z [00:03:46.480]➜  EOF
2025-08-20T21:59:44.6582863Z [00:03:46.480]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1591/_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/b1591=>" -p github.com/go-git/go-git/v5/plumbing/format/index -lang=go1.23 -complete -installsuffix shared -buildid nreGJq0QiV9h8qw4oKl6/nreGJq0QiV9h8qw4oKl6 -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/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:59:44.6588032Z [00:03:46.481]➜  go tool buildid -w $WORK/b1571/_pkg_.a # internal
2025-08-20T21:59:44.6589327Z [00:03:46.484]➜  cp $WORK/b1571/_pkg_.a /root/.cache/go-build/bb/bbc85aaa92bd3e95739cd1c5544d2ce14b837a842753b56398dad77db1cdd9ac-d # internal
2025-08-20T21:59:44.6599584Z [00:03:46.485]➜  github.com/go-git/go-git/v5/plumbing/format/idxfile
2025-08-20T21:59:44.6600835Z [00:03:46.485]➜  mkdir -p $WORK/b1594/
2025-08-20T21:59:44.6601859Z [00:03:46.485]➜  cat >/tmp/go-build282983591/b1594/importcfg << 'EOF' # internal
2025-08-20T21:59:44.6602942Z [00:03:46.485]➜  # import config
2025-08-20T21:59:44.6605574Z [00:03:46.485]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:44.6606396Z [00:03:46.485]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:44.6607233Z [00:03:46.485]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:59:44.6608070Z [00:03:46.485]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:44.6608830Z [00:03:46.485]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:44.6610400Z [00:03:46.485]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build282983591/b1573/_pkg_.a
2025-08-20T21:59:44.6611848Z [00:03:46.485]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build282983591/b1574/_pkg_.a
2025-08-20T21:59:44.6613120Z [00:03:46.485]➜  packagefile github.com/go-git/go-git/v5/utils/binary=/tmp/go-build282983591/b1592/_pkg_.a
2025-08-20T21:59:44.6614079Z [00:03:46.485]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:44.6614854Z [00:03:46.485]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:44.6615620Z [00:03:46.485]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:44.6616399Z [00:03:46.486]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:44.6626291Z [00:03:46.486]➜  EOF
2025-08-20T21:59:44.6638404Z [00:03:46.486]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1594/_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/b1594=>" -p github.com/go-git/go-git/v5/plumbing/format/idxfile -lang=go1.23 -complete -installsuffix shared -buildid g7YqxmJDdfUg_0iHeWib/g7YqxmJDdfUg_0iHeWib -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/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:59:44.7678731Z [00:03:46.593]➜  go tool buildid -w $WORK/b1591/_pkg_.a # internal
2025-08-20T21:59:44.7702299Z [00:03:46.595]➜  go tool buildid -w $WORK/b1594/_pkg_.a # internal
2025-08-20T21:59:44.7723618Z [00:03:46.597]➜  cp $WORK/b1594/_pkg_.a /root/.cache/go-build/b1/b16f9c509442d4d18aaf1863f93985605928a59b671cae8df35083b79825638b-d # internal
2025-08-20T21:59:44.7733845Z [00:03:46.599]➜  cp $WORK/b1591/_pkg_.a /root/.cache/go-build/69/69859bd039fa8e512736a851536342f74f2ae9b8b2679fb07aa33702d1a181f0-d # internal
2025-08-20T21:59:44.7754414Z [00:03:46.599]➜  github.com/go-git/go-git/v5/utils/sync
2025-08-20T21:59:44.7755030Z [00:03:46.599]➜  mkdir -p $WORK/b1596/
2025-08-20T21:59:44.7761778Z [00:03:46.600]➜  cat >/tmp/go-build282983591/b1596/importcfg << 'EOF' # internal
2025-08-20T21:59:44.7762564Z [00:03:46.600]➜  # import config
2025-08-20T21:59:44.7763168Z [00:03:46.600]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:44.7763887Z [00:03:46.600]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:44.7764671Z [00:03:46.600]➜  packagefile compress/zlib=/tmp/go-build282983591/b169/_pkg_.a
2025-08-20T21:59:44.7765418Z [00:03:46.600]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:44.7766106Z [00:03:46.600]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:44.7766747Z [00:03:46.600]➜  EOF
2025-08-20T21:59:44.7771085Z [00:03:46.600]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1596/_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/b1596=>" -p github.com/go-git/go-git/v5/utils/sync -lang=go1.23 -complete -installsuffix shared -buildid GSZPm8Y3MA4UXCPrwtal/GSZPm8Y3MA4UXCPrwtal -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1596/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:59:44.7775032Z [00:03:46.601]➜  github.com/go-git/go-git/v5/plumbing/storer
2025-08-20T21:59:44.7775624Z [00:03:46.601]➜  mkdir -p $WORK/b1595/
2025-08-20T21:59:44.7785919Z [00:03:46.601]➜  cat >/tmp/go-build282983591/b1595/importcfg << 'EOF' # internal
2025-08-20T21:59:44.7786714Z [00:03:46.601]➜  # import config
2025-08-20T21:59:44.7787382Z [00:03:46.601]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:44.7788406Z [00:03:46.601]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build282983591/b1573/_pkg_.a
2025-08-20T21:59:44.7789685Z [00:03:46.602]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/index=/tmp/go-build282983591/b1591/_pkg_.a
2025-08-20T21:59:44.7790873Z [00:03:46.602]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:44.7791588Z [00:03:46.602]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:44.7792139Z [00:03:46.602]➜  EOF
2025-08-20T21:59:44.7798421Z [00:03:46.604]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1595/_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/b1595=>" -p github.com/go-git/go-git/v5/plumbing/storer -lang=go1.23 -complete -installsuffix shared -buildid wQVWwCLyfJNN4JAyd9Bo/wQVWwCLyfJNN4JAyd9Bo -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/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:59:44.8083721Z [00:03:46.633]➜  go tool buildid -w $WORK/b1596/_pkg_.a # internal
2025-08-20T21:59:44.8086675Z [00:03:46.634]➜  cp $WORK/b1596/_pkg_.a /root/.cache/go-build/a9/a926e815e79e4865ef1b98e56eb1d0ebe02c363f8a2951e4e17813c528b0878f-d # internal
2025-08-20T21:59:44.8089144Z [00:03:46.634]➜  github.com/emirpasic/gods/utils
2025-08-20T21:59:44.8090098Z [00:03:46.634]➜  mkdir -p $WORK/b1600/
2025-08-20T21:59:44.8096967Z [00:03:46.635]➜  cat >/tmp/go-build282983591/b1600/importcfg << 'EOF' # internal
2025-08-20T21:59:44.8097751Z [00:03:46.635]➜  # import config
2025-08-20T21:59:44.8098936Z [00:03:46.635]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:44.8100092Z [00:03:46.635]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:44.8101170Z [00:03:46.635]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:44.8102198Z [00:03:46.635]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:44.8103229Z [00:03:46.635]➜  EOF
2025-08-20T21:59:44.8108636Z [00:03:46.635]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1600/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/utils=>github.com/emirpasic/gods@v1.18.1/utils;$WORK/b1600=>" -p github.com/emirpasic/gods/utils -lang=go1.2 -complete -installsuffix shared -buildid t0iWSR-uQt1J4ohLw48q/t0iWSR-uQt1J4ohLw48q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1600/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:59:44.8518324Z [00:03:46.675]➜  go tool buildid -w $WORK/b1595/_pkg_.a # internal
2025-08-20T21:59:44.8523918Z [00:03:46.678]➜  cp $WORK/b1595/_pkg_.a /root/.cache/go-build/90/9008c25c11a2902a58662884e6684d2f6333b281250842b6f7a94d009bb80318-d # internal
2025-08-20T21:59:44.8619525Z [00:03:46.687]➜  github.com/go-git/go-git/v5/plumbing/format/packfile
2025-08-20T21:59:44.8621811Z [00:03:46.687]➜  mkdir -p $WORK/b1593/
2025-08-20T21:59:44.8629580Z [00:03:46.688]➜  cat >/tmp/go-build282983591/b1593/importcfg << 'EOF' # internal
2025-08-20T21:59:44.8634069Z [00:03:46.688]➜  # import config
2025-08-20T21:59:44.8635462Z [00:03:46.688]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:44.8636777Z [00:03:46.688]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:44.8638664Z [00:03:46.688]➜  packagefile compress/zlib=/tmp/go-build282983591/b169/_pkg_.a
2025-08-20T21:59:44.8639539Z [00:03:46.688]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:44.8640495Z [00:03:46.688]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:44.8641469Z [00:03:46.688]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build282983591/b1565/_pkg_.a
2025-08-20T21:59:44.8642705Z [00:03:46.688]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build282983591/b1573/_pkg_.a
2025-08-20T21:59:44.8643970Z [00:03:46.688]➜  packagefile github.com/go-git/go-git/v5/plumbing/cache=/tmp/go-build282983591/b1586/_pkg_.a
2025-08-20T21:59:44.8645567Z [00:03:46.688]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/idxfile=/tmp/go-build282983591/b1594/_pkg_.a
2025-08-20T21:59:44.8646988Z [00:03:46.689]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build282983591/b1574/_pkg_.a
2025-08-20T21:59:44.8648318Z [00:03:46.689]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build282983591/b1595/_pkg_.a
2025-08-20T21:59:44.8649610Z [00:03:46.689]➜  packagefile github.com/go-git/go-git/v5/utils/binary=/tmp/go-build282983591/b1592/_pkg_.a
2025-08-20T21:59:44.8651067Z [00:03:46.689]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build282983591/b1589/_pkg_.a
2025-08-20T21:59:44.8652293Z [00:03:46.689]➜  packagefile github.com/go-git/go-git/v5/utils/sync=/tmp/go-build282983591/b1596/_pkg_.a
2025-08-20T21:59:44.8653317Z [00:03:46.689]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:59:44.8654182Z [00:03:46.689]➜  packagefile hash/crc32=/tmp/go-build282983591/b205/_pkg_.a
2025-08-20T21:59:44.8655054Z [00:03:46.689]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:44.8655872Z [00:03:46.689]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:44.8656701Z [00:03:46.689]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:44.8657502Z [00:03:46.689]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:44.8658285Z [00:03:46.689]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:44.8658883Z [00:03:46.689]➜  EOF
2025-08-20T21:59:44.8674447Z [00:03:46.689]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1593/_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/b1593=>" -p github.com/go-git/go-git/v5/plumbing/format/packfile -lang=go1.23 -complete -installsuffix shared -buildid eL7aPjtspYUn_5i1eL58/eL7aPjtspYUn_5i1eL58 -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/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:59:44.8685656Z [00:03:46.691]➜  go tool buildid -w $WORK/b1600/_pkg_.a # internal
2025-08-20T21:59:44.8687066Z [00:03:46.691]➜  cp $WORK/b1600/_pkg_.a /root/.cache/go-build/82/829bb60f7da3cf1d85f07ddd32fa19af10bf873c7793bdd03a05a66c509a6ac0-d # internal
2025-08-20T21:59:44.8688337Z [00:03:46.691]➜  github.com/emirpasic/gods/containers
2025-08-20T21:59:44.8688947Z [00:03:46.691]➜  mkdir -p $WORK/b1599/
2025-08-20T21:59:44.8689661Z [00:03:46.691]➜  cat >/tmp/go-build282983591/b1599/importcfg << 'EOF' # internal
2025-08-20T21:59:44.8690630Z [00:03:46.691]➜  # import config
2025-08-20T21:59:44.8691487Z [00:03:46.691]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build282983591/b1600/_pkg_.a
2025-08-20T21:59:44.8692278Z [00:03:46.691]➜  EOF
2025-08-20T21:59:44.8697878Z [00:03:46.691]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1599/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/containers=>github.com/emirpasic/gods@v1.18.1/containers;$WORK/b1599=>" -p github.com/emirpasic/gods/containers -lang=go1.2 -complete -installsuffix shared -buildid vWbfdvo7g93My2ZPy5t6/vWbfdvo7g93My2ZPy5t6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1599/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:59:44.9054124Z [00:03:46.730]➜  go tool buildid -w $WORK/b1599/_pkg_.a # internal
2025-08-20T21:59:44.9062140Z [00:03:46.731]➜  cp $WORK/b1599/_pkg_.a /root/.cache/go-build/f0/f073670cddc41a77a8c95cc096afa18a2ced9e785c66d91a9cdc63b99c694514-d # internal
2025-08-20T21:59:44.9066363Z [00:03:46.732]➜  github.com/emirpasic/gods/lists
2025-08-20T21:59:44.9067259Z [00:03:46.732]➜  mkdir -p $WORK/b1602/
2025-08-20T21:59:44.9068051Z [00:03:46.732]➜  cat >/tmp/go-build282983591/b1602/importcfg << 'EOF' # internal
2025-08-20T21:59:44.9068815Z [00:03:46.732]➜  # import config
2025-08-20T21:59:44.9069730Z [00:03:46.732]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build282983591/b1599/_pkg_.a
2025-08-20T21:59:44.9071139Z [00:03:46.732]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build282983591/b1600/_pkg_.a
2025-08-20T21:59:44.9071963Z [00:03:46.732]➜  EOF
2025-08-20T21:59:44.9103924Z [00:03:46.733]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1602/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/lists=>github.com/emirpasic/gods@v1.18.1/lists;$WORK/b1602=>" -p github.com/emirpasic/gods/lists -lang=go1.2 -complete -installsuffix shared -buildid nevUovoLL3db4feIR0-Q/nevUovoLL3db4feIR0-Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1602/importcfg -pack /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/lists/lists.go
2025-08-20T21:59:44.9291848Z [00:03:46.754]➜  go tool buildid -w $WORK/b1602/_pkg_.a # internal
2025-08-20T21:59:44.9307310Z [00:03:46.756]➜  cp $WORK/b1602/_pkg_.a /root/.cache/go-build/32/3236f2a1b569c4c14f5685c4c7cbf582f3bd9d6630a3e2105673a22116d41afb-d # internal
2025-08-20T21:59:44.9317268Z [00:03:46.757]➜  github.com/emirpasic/gods/lists/arraylist
2025-08-20T21:59:44.9320154Z [00:03:46.757]➜  mkdir -p $WORK/b1601/
2025-08-20T21:59:44.9338793Z [00:03:46.759]➜  cat >/tmp/go-build282983591/b1601/importcfg << 'EOF' # internal
2025-08-20T21:59:44.9339529Z [00:03:46.759]➜  # import config
2025-08-20T21:59:44.9341718Z [00:03:46.759]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:44.9342968Z [00:03:46.759]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:44.9346259Z [00:03:46.759]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build282983591/b1599/_pkg_.a
2025-08-20T21:59:44.9347496Z [00:03:46.759]➜  packagefile github.com/emirpasic/gods/lists=/tmp/go-build282983591/b1602/_pkg_.a
2025-08-20T21:59:44.9348730Z [00:03:46.759]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build282983591/b1600/_pkg_.a
2025-08-20T21:59:44.9350128Z [00:03:46.759]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:44.9350842Z [00:03:46.759]➜  EOF
2025-08-20T21:59:44.9356567Z [00:03:46.759]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1601/_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/b1601=>" -p github.com/emirpasic/gods/lists/arraylist -lang=go1.2 -complete -installsuffix shared -buildid Kyh5ck9BatcqiExU4yZA/Kyh5ck9BatcqiExU4yZA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1601/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:59:44.9864419Z [00:03:46.811]➜  go tool buildid -w $WORK/b1601/_pkg_.a # internal
2025-08-20T21:59:44.9885721Z [00:03:46.813]➜  cp $WORK/b1601/_pkg_.a /root/.cache/go-build/d5/d532842e8cefdf0eebf6ca23e950aedd00f256024945cd19c9ad1779eec605fd-d # internal
2025-08-20T21:59:44.9890567Z [00:03:46.813]➜  github.com/emirpasic/gods/trees
2025-08-20T21:59:44.9891205Z [00:03:46.814]➜  mkdir -p $WORK/b1603/
2025-08-20T21:59:44.9891964Z [00:03:46.814]➜  cat >/tmp/go-build282983591/b1603/importcfg << 'EOF' # internal
2025-08-20T21:59:44.9892660Z [00:03:46.814]➜  # import config
2025-08-20T21:59:44.9893601Z [00:03:46.814]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build282983591/b1599/_pkg_.a
2025-08-20T21:59:44.9894469Z [00:03:46.814]➜  EOF
2025-08-20T21:59:44.9897998Z [00:03:46.814]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1603/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/trees=>github.com/emirpasic/gods@v1.18.1/trees;$WORK/b1603=>" -p github.com/emirpasic/gods/trees -lang=go1.2 -complete -installsuffix shared -buildid ez4lupU_5MsbP4UrQKWc/ez4lupU_5MsbP4UrQKWc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1603/importcfg -pack /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/trees/trees.go
2025-08-20T21:59:44.9985865Z [00:03:46.824]➜  go tool buildid -w $WORK/b1603/_pkg_.a # internal
2025-08-20T21:59:44.9999592Z [00:03:46.824]➜  cp $WORK/b1603/_pkg_.a /root/.cache/go-build/1a/1aff72d002cbd40ee7bd3cdde6c39ec9b62f965b2fecaee3a6f9ab0821b70148-d # internal
2025-08-20T21:59:45.0014110Z [00:03:46.826]➜  github.com/emirpasic/gods/trees/binaryheap
2025-08-20T21:59:45.0014940Z [00:03:46.826]➜  mkdir -p $WORK/b1598/
2025-08-20T21:59:45.0015683Z [00:03:46.826]➜  cat >/tmp/go-build282983591/b1598/importcfg << 'EOF' # internal
2025-08-20T21:59:45.0016369Z [00:03:46.826]➜  # import config
2025-08-20T21:59:45.0016985Z [00:03:46.826]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:45.0018002Z [00:03:46.826]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build282983591/b1599/_pkg_.a
2025-08-20T21:59:45.0019307Z [00:03:46.826]➜  packagefile github.com/emirpasic/gods/lists/arraylist=/tmp/go-build282983591/b1601/_pkg_.a
2025-08-20T21:59:45.0020909Z [00:03:46.826]➜  packagefile github.com/emirpasic/gods/trees=/tmp/go-build282983591/b1603/_pkg_.a
2025-08-20T21:59:45.0022048Z [00:03:46.826]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build282983591/b1600/_pkg_.a
2025-08-20T21:59:45.0023003Z [00:03:46.826]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:45.0023602Z [00:03:46.826]➜  EOF
2025-08-20T21:59:45.0028757Z [00:03:46.826]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1598/_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/b1598=>" -p github.com/emirpasic/gods/trees/binaryheap -lang=go1.2 -complete -installsuffix shared -buildid Y-jZ6ZK8jEZj5HPZXMwt/Y-jZ6ZK8jEZj5HPZXMwt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1598/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:59:45.0421046Z [00:03:46.867]➜  go tool buildid -w $WORK/b1598/_pkg_.a # internal
2025-08-20T21:59:45.0434384Z [00:03:46.868]➜  cp $WORK/b1598/_pkg_.a /root/.cache/go-build/ca/ca960ee7d0a8944e768e31662bab6f7559006e3b1c555f04186db6054cf0f6fc-d # internal
2025-08-20T21:59:45.0463329Z [00:03:46.871]➜  github.com/go-git/go-git/v5/plumbing/format/diff
2025-08-20T21:59:45.0465035Z [00:03:46.872]➜  mkdir -p $WORK/b1604/
2025-08-20T21:59:45.0474758Z [00:03:46.873]➜  cat >/tmp/go-build282983591/b1604/importcfg << 'EOF' # internal
2025-08-20T21:59:45.0476162Z [00:03:46.873]➜  # import config
2025-08-20T21:59:45.0478749Z [00:03:46.873]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:45.0480016Z [00:03:46.873]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build282983591/b1573/_pkg_.a
2025-08-20T21:59:45.0481189Z [00:03:46.873]➜  packagefile github.com/go-git/go-git/v5/plumbing/color=/tmp/go-build282983591/b1605/_pkg_.a
2025-08-20T21:59:45.0482323Z [00:03:46.873]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build282983591/b1587/_pkg_.a
2025-08-20T21:59:45.0483210Z [00:03:46.873]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:45.0483884Z [00:03:46.873]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:45.0484575Z [00:03:46.873]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:45.0485306Z [00:03:46.873]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:45.0485844Z [00:03:46.873]➜  EOF
2025-08-20T21:59:45.0491019Z [00:03:46.873]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1604/_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/b1604=>" -p github.com/go-git/go-git/v5/plumbing/format/diff -lang=go1.23 -complete -installsuffix shared -buildid Z62wOxpEEduAofbS3svX/Z62wOxpEEduAofbS3svX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1604/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:59:45.1826519Z [00:03:47.008]➜  go tool buildid -w $WORK/b1604/_pkg_.a # internal
2025-08-20T21:59:45.1845534Z [00:03:47.010]➜  cp $WORK/b1604/_pkg_.a /root/.cache/go-build/e7/e7ca85085c408cbc914e65f2e3cdf2e9e2cfb7227731e9c2b27a553a137ab091-d # internal
2025-08-20T21:59:45.1853477Z [00:03:47.011]➜  github.com/go-git/go-git/v5/storage
2025-08-20T21:59:45.1857080Z [00:03:47.011]➜  mkdir -p $WORK/b1606/
2025-08-20T21:59:45.1864837Z [00:03:47.012]➜  cat >/tmp/go-build282983591/b1606/importcfg << 'EOF' # internal
2025-08-20T21:59:45.1876859Z [00:03:47.012]➜  # import config
2025-08-20T21:59:45.1877589Z [00:03:47.012]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:45.1878670Z [00:03:47.012]➜  packagefile github.com/go-git/go-git/v5/config=/tmp/go-build282983591/b1571/_pkg_.a
2025-08-20T21:59:45.1880169Z [00:03:47.012]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build282983591/b1595/_pkg_.a
2025-08-20T21:59:45.1881031Z [00:03:47.012]➜  EOF
2025-08-20T21:59:45.1898357Z [00:03:47.015]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1606/_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/b1606=>" -p github.com/go-git/go-git/v5/storage -lang=go1.23 -complete -installsuffix shared -buildid cCfoErbnsjoSB_2KB3i2/cCfoErbnsjoSB_2KB3i2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1606/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/storer.go
2025-08-20T21:59:45.2487056Z [00:03:47.074]➜  go tool buildid -w $WORK/b1606/_pkg_.a # internal
2025-08-20T21:59:45.2498824Z [00:03:47.075]➜  cp $WORK/b1606/_pkg_.a /root/.cache/go-build/b9/b96448999350cc013d12750735b11e6e5b78fe1c5f8a65d2640b6f8156dce5ef-d # internal
2025-08-20T21:59:45.2560851Z [00:03:47.081]➜  github.com/sergi/go-diff/diffmatchpatch
2025-08-20T21:59:45.2570710Z [00:03:47.081]➜  mkdir -p $WORK/b1608/
2025-08-20T21:59:45.2571613Z [00:03:47.082]➜  cat >/tmp/go-build282983591/b1608/importcfg << 'EOF' # internal
2025-08-20T21:59:45.2572322Z [00:03:47.082]➜  # import config
2025-08-20T21:59:45.2572976Z [00:03:47.082]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:45.2573785Z [00:03:47.082]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:45.2574792Z [00:03:47.082]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:45.2575569Z [00:03:47.082]➜  packagefile html=/tmp/go-build282983591/b176/_pkg_.a
2025-08-20T21:59:45.2576358Z [00:03:47.082]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:45.2577150Z [00:03:47.082]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:45.2579006Z [00:03:47.083]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:45.2580271Z [00:03:47.083]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:45.2581066Z [00:03:47.083]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:45.2582045Z [00:03:47.083]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:45.2582901Z [00:03:47.083]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:59:45.2583538Z [00:03:47.083]➜  EOF
2025-08-20T21:59:45.2592652Z [00:03:47.083]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1608/_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/b1608=>" -p github.com/sergi/go-diff/diffmatchpatch -lang=go1.13 -complete -installsuffix shared -buildid stIPimP-YJ9sQcEBnOmV/stIPimP-YJ9sQcEBnOmV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1608/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:59:45.4396509Z [00:03:47.265]➜  go tool buildid -w $WORK/b1593/_pkg_.a # internal
2025-08-20T21:59:45.4470541Z [00:03:47.272]➜  cp $WORK/b1593/_pkg_.a /root/.cache/go-build/75/75d6ac60107c935e3f5230bc9e191336970d10cd9dd6f76514289e9f7c2f61de-d # internal
2025-08-20T21:59:45.4492416Z [00:03:47.274]➜  github.com/go-git/go-git/v5/utils/merkletrie/noder
2025-08-20T21:59:45.4493147Z [00:03:47.274]➜  mkdir -p $WORK/b1611/
2025-08-20T21:59:45.4495654Z [00:03:47.275]➜  cat >/tmp/go-build282983591/b1611/importcfg << 'EOF' # internal
2025-08-20T21:59:45.4498739Z [00:03:47.275]➜  # import config
2025-08-20T21:59:45.4501251Z [00:03:47.275]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:45.4503612Z [00:03:47.275]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:45.4505145Z [00:03:47.275]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:45.4507523Z [00:03:47.275]➜  EOF
2025-08-20T21:59:45.4547408Z [00:03:47.280]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1611/_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/b1611=>" -p github.com/go-git/go-git/v5/utils/merkletrie/noder -lang=go1.23 -complete -installsuffix shared -buildid YO6VU6YBm6CTsDdWJ0uk/YO6VU6YBm6CTsDdWJ0uk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1611/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:59:45.5086674Z [00:03:47.334]➜  go tool buildid -w $WORK/b1611/_pkg_.a # internal
2025-08-20T21:59:45.5105519Z [00:03:47.336]➜  cp $WORK/b1611/_pkg_.a /root/.cache/go-build/78/7860200117a295c271c989ba4c78da9ad152ac1cae3896dab4e9cac61f306505-d # internal
2025-08-20T21:59:45.5114408Z [00:03:47.336]➜  github.com/go-git/go-git/v5/utils/merkletrie/internal/frame
2025-08-20T21:59:45.5115121Z [00:03:47.336]➜  mkdir -p $WORK/b1610/
2025-08-20T21:59:45.5115880Z [00:03:47.336]➜  cat >/tmp/go-build282983591/b1610/importcfg << 'EOF' # internal
2025-08-20T21:59:45.5116541Z [00:03:47.336]➜  # import config
2025-08-20T21:59:45.5117174Z [00:03:47.336]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:45.5117952Z [00:03:47.336]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:45.5119058Z [00:03:47.336]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build282983591/b1611/_pkg_.a
2025-08-20T21:59:45.5120662Z [00:03:47.336]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:45.5121551Z [00:03:47.336]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:45.5122210Z [00:03:47.336]➜  EOF
2025-08-20T21:59:45.5126530Z [00:03:47.336]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1610/_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/b1610=>" -p github.com/go-git/go-git/v5/utils/merkletrie/internal/frame -lang=go1.23 -complete -installsuffix shared -buildid SFqUBlvxyykr8EHAMWes/SFqUBlvxyykr8EHAMWes -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1610/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:59:45.5545461Z [00:03:47.380]➜  go tool buildid -w $WORK/b1610/_pkg_.a # internal
2025-08-20T21:59:45.5561477Z [00:03:47.381]➜  cp $WORK/b1610/_pkg_.a /root/.cache/go-build/e1/e1b66fca4bfcc64b6bc712672b1f62c8b554671c0e796ac1146fca1e8935ead6-d # internal
2025-08-20T21:59:45.5584771Z [00:03:47.383]➜  github.com/go-git/go-git/v5/utils/merkletrie
2025-08-20T21:59:45.5586481Z [00:03:47.384]➜  mkdir -p $WORK/b1609/
2025-08-20T21:59:45.5596911Z [00:03:47.385]➜  cat >/tmp/go-build282983591/b1609/importcfg << 'EOF' # internal
2025-08-20T21:59:45.5597627Z [00:03:47.385]➜  # import config
2025-08-20T21:59:45.5598299Z [00:03:47.385]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:45.5599091Z [00:03:47.385]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:45.5600275Z [00:03:47.385]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:45.5601443Z [00:03:47.385]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/internal/frame=/tmp/go-build282983591/b1610/_pkg_.a
2025-08-20T21:59:45.5602863Z [00:03:47.385]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build282983591/b1611/_pkg_.a
2025-08-20T21:59:45.5603861Z [00:03:47.385]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:45.5604412Z [00:03:47.385]➜  EOF
2025-08-20T21:59:45.5614573Z [00:03:47.385]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1609/_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/b1609=>" -p github.com/go-git/go-git/v5/utils/merkletrie -lang=go1.23 -complete -installsuffix shared -buildid pEr_4pOmZp18v8euSPvS/pEr_4pOmZp18v8euSPvS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1609/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:59:45.5773715Z [00:03:47.402]➜  go tool buildid -w $WORK/b1608/_pkg_.a # internal
2025-08-20T21:59:45.5779244Z [00:03:47.402]➜  cp $WORK/b1608/_pkg_.a /root/.cache/go-build/36/36bcaa4287d47a5232219f994b3d58b7c51366fb07469f45789912fe466855b9-d # internal
2025-08-20T21:59:45.5795004Z [00:03:47.405]➜  github.com/go-git/go-git/v5/utils/diff
2025-08-20T21:59:45.5801472Z [00:03:47.405]➜  mkdir -p $WORK/b1607/
2025-08-20T21:59:45.5802302Z [00:03:47.405]➜  cat >/tmp/go-build282983591/b1607/importcfg << 'EOF' # internal
2025-08-20T21:59:45.5820616Z [00:03:47.405]➜  # import config
2025-08-20T21:59:45.5821622Z [00:03:47.405]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:45.5822722Z [00:03:47.405]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build282983591/b1608/_pkg_.a
2025-08-20T21:59:45.5823757Z [00:03:47.405]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:45.5824351Z [00:03:47.405]➜  EOF
2025-08-20T21:59:45.5828156Z [00:03:47.405]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1607/_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/b1607=>" -p github.com/go-git/go-git/v5/utils/diff -lang=go1.23 -complete -installsuffix shared -buildid 0__x3zfeHq3m_sffl6fT/0__x3zfeHq3m_sffl6fT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1607/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/diff/diff.go
2025-08-20T21:59:45.6045283Z [00:03:47.430]➜  go tool buildid -w $WORK/b1607/_pkg_.a # internal
2025-08-20T21:59:45.6055047Z [00:03:47.430]➜  cp $WORK/b1607/_pkg_.a /root/.cache/go-build/17/177f4e0051f540add358b0ebf79e9b7b919a9d73ef408fa41eb3a5ea5a4cdedd-d # internal
2025-08-20T21:59:45.6057768Z [00:03:47.431]➜  github.com/go-git/go-git/v5/utils/trace
2025-08-20T21:59:45.6062713Z [00:03:47.431]➜  mkdir -p $WORK/b1614/
2025-08-20T21:59:45.6063509Z [00:03:47.431]➜  cat >/tmp/go-build282983591/b1614/importcfg << 'EOF' # internal
2025-08-20T21:59:45.6064189Z [00:03:47.431]➜  # import config
2025-08-20T21:59:45.6064814Z [00:03:47.431]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:45.6065619Z [00:03:47.431]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:59:45.6066405Z [00:03:47.431]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:45.6067242Z [00:03:47.431]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:45.6067923Z [00:03:47.431]➜  EOF
2025-08-20T21:59:45.6082082Z [00:03:47.431]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1614/_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/b1614=>" -p github.com/go-git/go-git/v5/utils/trace -lang=go1.23 -complete -installsuffix shared -buildid oP838OL9pqlxA8nf2KfK/oP838OL9pqlxA8nf2KfK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1614/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/trace/trace.go
2025-08-20T21:59:45.6299042Z [00:03:47.455]➜  go tool buildid -w $WORK/b1609/_pkg_.a # internal
2025-08-20T21:59:45.6311346Z [00:03:47.456]➜  cp $WORK/b1609/_pkg_.a /root/.cache/go-build/d5/d5154f3c76ee213846a0ffa514c75bd4b4402c455487b997da7713da75cf9569-d # internal
2025-08-20T21:59:45.6371181Z [00:03:47.462]➜  github.com/go-git/go-git/v5/plumbing/object
2025-08-20T21:59:45.6378090Z [00:03:47.462]➜  mkdir -p $WORK/b1597/
2025-08-20T21:59:45.6392943Z [00:03:47.464]➜  cat >/tmp/go-build282983591/b1597/importcfg << 'EOF' # internal
2025-08-20T21:59:45.6396714Z [00:03:47.464]➜  # import config
2025-08-20T21:59:45.6397329Z [00:03:47.464]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:45.6398079Z [00:03:47.464]➜  packagefile container/list=/tmp/go-build282983591/b106/_pkg_.a
2025-08-20T21:59:45.6398817Z [00:03:47.464]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:45.6399522Z [00:03:47.464]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:45.6400360Z [00:03:47.464]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:45.6401286Z [00:03:47.464]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/tmp/go-build282983591/b1542/_pkg_.a
2025-08-20T21:59:45.6402408Z [00:03:47.464]➜  packagefile github.com/emirpasic/gods/trees/binaryheap=/tmp/go-build282983591/b1598/_pkg_.a
2025-08-20T21:59:45.6403542Z [00:03:47.464]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build282983591/b1573/_pkg_.a
2025-08-20T21:59:45.6404667Z [00:03:47.464]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build282983591/b1587/_pkg_.a
2025-08-20T21:59:45.6420472Z [00:03:47.464]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/diff=/tmp/go-build282983591/b1604/_pkg_.a
2025-08-20T21:59:45.6421841Z [00:03:47.464]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build282983591/b1595/_pkg_.a
2025-08-20T21:59:45.6423122Z [00:03:47.464]➜  packagefile github.com/go-git/go-git/v5/storage=/tmp/go-build282983591/b1606/_pkg_.a
2025-08-20T21:59:45.6424264Z [00:03:47.464]➜  packagefile github.com/go-git/go-git/v5/utils/binary=/tmp/go-build282983591/b1592/_pkg_.a
2025-08-20T21:59:45.6425391Z [00:03:47.464]➜  packagefile github.com/go-git/go-git/v5/utils/diff=/tmp/go-build282983591/b1607/_pkg_.a
2025-08-20T21:59:45.6426504Z [00:03:47.464]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build282983591/b1589/_pkg_.a
2025-08-20T21:59:45.6427813Z [00:03:47.464]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie=/tmp/go-build282983591/b1609/_pkg_.a
2025-08-20T21:59:45.6429053Z [00:03:47.464]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build282983591/b1611/_pkg_.a
2025-08-20T21:59:45.6430414Z [00:03:47.464]➜  packagefile github.com/go-git/go-git/v5/utils/sync=/tmp/go-build282983591/b1596/_pkg_.a
2025-08-20T21:59:45.6431625Z [00:03:47.464]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build282983591/b1608/_pkg_.a
2025-08-20T21:59:45.6432623Z [00:03:47.464]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:45.6433412Z [00:03:47.464]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:59:45.6434317Z [00:03:47.464]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:45.6435236Z [00:03:47.464]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:45.6436110Z [00:03:47.464]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:45.6436972Z [00:03:47.464]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:45.6437825Z [00:03:47.464]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:45.6438468Z [00:03:47.464]➜  EOF
2025-08-20T21:59:45.6453715Z [00:03:47.464]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1597/_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/b1597=>" -p github.com/go-git/go-git/v5/plumbing/object -lang=go1.23 -complete -installsuffix shared -buildid oSl_2wJ19Gf97O2ND38P/oSl_2wJ19Gf97O2ND38P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1597/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:59:45.6532227Z [00:03:47.478]➜  go tool buildid -w $WORK/b1614/_pkg_.a # internal
2025-08-20T21:59:45.6541198Z [00:03:47.479]➜  cp $WORK/b1614/_pkg_.a /root/.cache/go-build/42/4215fa64234b97d3f74c99ce7c6c76fb70f84a24fd699b6c214f3307bc621380-d # internal
2025-08-20T21:59:45.6580733Z [00:03:47.483]➜  github.com/go-git/go-git/v5/plumbing/format/pktline
2025-08-20T21:59:45.6585990Z [00:03:47.483]➜  mkdir -p $WORK/b1613/
2025-08-20T21:59:45.6586764Z [00:03:47.484]➜  cat >/tmp/go-build282983591/b1613/importcfg << 'EOF' # internal
2025-08-20T21:59:45.6587446Z [00:03:47.484]➜  # import config
2025-08-20T21:59:45.6588107Z [00:03:47.484]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:45.6589095Z [00:03:47.484]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:45.6590059Z [00:03:47.484]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:45.6591085Z [00:03:47.484]➜  packagefile github.com/go-git/go-git/v5/utils/trace=/tmp/go-build282983591/b1614/_pkg_.a
2025-08-20T21:59:45.6592017Z [00:03:47.484]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:45.6592810Z [00:03:47.484]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:45.6593401Z [00:03:47.484]➜  EOF
2025-08-20T21:59:45.6598551Z [00:03:47.484]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1613/_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/b1613=>" -p github.com/go-git/go-git/v5/plumbing/format/pktline -lang=go1.23 -complete -installsuffix shared -buildid nlwTqjhI-AopuAaONFO_/nlwTqjhI-AopuAaONFO_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1613/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:59:45.6657443Z [00:03:47.491]➜  go tool buildid -w $WORK/b1117/_pkg_.a # internal
2025-08-20T21:59:45.6868263Z [00:03:47.512]➜  go tool buildid -w $WORK/b1613/_pkg_.a # internal
2025-08-20T21:59:45.6882747Z [00:03:47.513]➜  cp $WORK/b1613/_pkg_.a /root/.cache/go-build/7a/7a7aaa5288068041d63c2b92e7dab6a062a0762f3b40ba8a14fea1fd2e824458-d # internal
2025-08-20T21:59:45.6909266Z [00:03:47.516]➜  github.com/go-git/go-git/v5/plumbing/protocol/packp/capability
2025-08-20T21:59:45.6933718Z [00:03:47.517]➜  mkdir -p $WORK/b1615/
2025-08-20T21:59:45.6934729Z [00:03:47.517]➜  cat >/tmp/go-build282983591/b1615/importcfg << 'EOF' # internal
2025-08-20T21:59:45.6935492Z [00:03:47.517]➜  # import config
2025-08-20T21:59:45.6936178Z [00:03:47.517]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:45.6937011Z [00:03:47.517]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:45.6937830Z [00:03:47.517]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:45.6938626Z [00:03:47.517]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:45.6939449Z [00:03:47.517]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:45.6940330Z [00:03:47.517]➜  EOF
2025-08-20T21:59:45.6945487Z [00:03:47.518]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1615/_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/b1615=>" -p github.com/go-git/go-git/v5/plumbing/protocol/packp/capability -lang=go1.23 -complete -installsuffix shared -buildid 2qL_eKovVZqWYKmAj4XM/2qL_eKovVZqWYKmAj4XM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1615/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:59:45.6952703Z [00:03:47.520]➜  cp $WORK/b1117/_pkg_.a /root/.cache/go-build/ca/cad0edd1986931629d44ed78d1305ca13f4fcdd5bfbd10f2dc5639f7762095eb-d # internal
2025-08-20T21:59:45.6964947Z [00:03:47.522]➜  github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband
2025-08-20T21:59:45.6993941Z [00:03:47.522]➜  mkdir -p $WORK/b1616/
2025-08-20T21:59:45.6994769Z [00:03:47.522]➜  cat >/tmp/go-build282983591/b1616/importcfg << 'EOF' # internal
2025-08-20T21:59:45.6995499Z [00:03:47.522]➜  # import config
2025-08-20T21:59:45.6996189Z [00:03:47.522]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:45.6997044Z [00:03:47.522]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:45.6998575Z [00:03:47.522]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/pktline=/tmp/go-build282983591/b1613/_pkg_.a
2025-08-20T21:59:45.6999715Z [00:03:47.522]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:45.7000548Z [00:03:47.522]➜  EOF
2025-08-20T21:59:45.7007052Z [00:03:47.522]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1616/_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/b1616=>" -p github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband -lang=go1.23 -complete -installsuffix shared -buildid QLbScVT7Hy9nvNyTaJO7/QLbScVT7Hy9nvNyTaJO7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1616/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:59:45.7386272Z [00:03:47.564]➜  go tool buildid -w $WORK/b1615/_pkg_.a # internal
2025-08-20T21:59:45.7399472Z [00:03:47.565]➜  cp $WORK/b1615/_pkg_.a /root/.cache/go-build/ca/ca5fb7c53af4187a6feb7c5f92f1aeabac97c620a1e86b8f6df9c9c42ad85e34-d # internal
2025-08-20T21:59:45.7425047Z [00:03:47.568]➜  github.com/go-git/go-git/v5/storage/memory
2025-08-20T21:59:45.7425664Z [00:03:47.568]➜  mkdir -p $WORK/b1617/
2025-08-20T21:59:45.7426366Z [00:03:47.568]➜  cat >/tmp/go-build282983591/b1617/importcfg << 'EOF' # internal
2025-08-20T21:59:45.7427683Z [00:03:47.568]➜  # import config
2025-08-20T21:59:45.7428813Z [00:03:47.568]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:45.7430530Z [00:03:47.568]➜  packagefile github.com/go-git/go-git/v5/config=/tmp/go-build282983591/b1571/_pkg_.a
2025-08-20T21:59:45.7432299Z [00:03:47.568]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build282983591/b1573/_pkg_.a
2025-08-20T21:59:45.7434703Z [00:03:47.568]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/index=/tmp/go-build282983591/b1591/_pkg_.a
2025-08-20T21:59:45.7436045Z [00:03:47.568]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build282983591/b1595/_pkg_.a
2025-08-20T21:59:45.7437334Z [00:03:47.568]➜  packagefile github.com/go-git/go-git/v5/storage=/tmp/go-build282983591/b1606/_pkg_.a
2025-08-20T21:59:45.7438301Z [00:03:47.568]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:45.7438922Z [00:03:47.568]➜  EOF
2025-08-20T21:59:45.7442845Z [00:03:47.568]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1617/_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/b1617=>" -p github.com/go-git/go-git/v5/storage/memory -lang=go1.23 -complete -installsuffix shared -buildid 3GxMrjlweJ7ZB1P7SlN-/3GxMrjlweJ7ZB1P7SlN- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1617/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/memory/storage.go
2025-08-20T21:59:45.7487585Z [00:03:47.574]➜  go tool buildid -w $WORK/b1616/_pkg_.a # internal
2025-08-20T21:59:45.7517656Z [00:03:47.577]➜  cp $WORK/b1616/_pkg_.a /root/.cache/go-build/82/826a84b8f847b4fa8da800a282167c097e0e2864f2bd5f01e70edd6dd24e5fee-d # internal
2025-08-20T21:59:45.7539636Z [00:03:47.579]➜  github.com/go-git/go-git/v5/plumbing/format/objfile
2025-08-20T21:59:45.7543118Z [00:03:47.579]➜  mkdir -p $WORK/b1625/
2025-08-20T21:59:45.7551902Z [00:03:47.580]➜  cat >/tmp/go-build282983591/b1625/importcfg << 'EOF' # internal
2025-08-20T21:59:45.7558287Z [00:03:47.581]➜  # import config
2025-08-20T21:59:45.7559071Z [00:03:47.581]➜  packagefile compress/zlib=/tmp/go-build282983591/b169/_pkg_.a
2025-08-20T21:59:45.7560198Z [00:03:47.581]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:45.7561651Z [00:03:47.581]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build282983591/b1573/_pkg_.a
2025-08-20T21:59:45.7563039Z [00:03:47.581]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/packfile=/tmp/go-build282983591/b1593/_pkg_.a
2025-08-20T21:59:45.7564408Z [00:03:47.581]➜  packagefile github.com/go-git/go-git/v5/utils/sync=/tmp/go-build282983591/b1596/_pkg_.a
2025-08-20T21:59:45.7565406Z [00:03:47.581]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:45.7566182Z [00:03:47.581]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:45.7566793Z [00:03:47.581]➜  EOF
2025-08-20T21:59:45.7579247Z [00:03:47.583]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1625/_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/b1625=>" -p github.com/go-git/go-git/v5/plumbing/format/objfile -lang=go1.23 -complete -installsuffix shared -buildid wyyKGeB4NoDP11SuvYGC/wyyKGeB4NoDP11SuvYGC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1625/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:59:45.8126580Z [00:03:47.638]➜  go tool buildid -w $WORK/b1625/_pkg_.a # internal
2025-08-20T21:59:45.8136693Z [00:03:47.639]➜  cp $WORK/b1625/_pkg_.a /root/.cache/go-build/a0/a097b7f45969ace87e59bf5945d977435fe80ce080ab963e73473f8bd1145e4e-d # internal
2025-08-20T21:59:45.8306021Z [00:03:47.656]➜  github.com/go-git/go-git/v5/storage/filesystem/dotgit
2025-08-20T21:59:45.8315873Z [00:03:47.656]➜  mkdir -p $WORK/b1626/
2025-08-20T21:59:45.8316635Z [00:03:47.656]➜  cat >/tmp/go-build282983591/b1626/importcfg << 'EOF' # internal
2025-08-20T21:59:45.8317499Z [00:03:47.657]➜  # import config
2025-08-20T21:59:45.8318176Z [00:03:47.657]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:45.8318957Z [00:03:47.657]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:45.8319732Z [00:03:47.657]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:45.8320720Z [00:03:47.657]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:45.8321702Z [00:03:47.657]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build282983591/b1565/_pkg_.a
2025-08-20T21:59:45.8322894Z [00:03:47.657]➜  packagefile github.com/go-git/go-billy/v5/helper/chroot=/tmp/go-build282983591/b1568/_pkg_.a
2025-08-20T21:59:45.8330077Z [00:03:47.657]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build282983591/b1573/_pkg_.a
2025-08-20T21:59:45.8341778Z [00:03:47.658]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/idxfile=/tmp/go-build282983591/b1594/_pkg_.a
2025-08-20T21:59:45.8343270Z [00:03:47.658]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/objfile=/tmp/go-build282983591/b1625/_pkg_.a
2025-08-20T21:59:45.8344749Z [00:03:47.658]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/packfile=/tmp/go-build282983591/b1593/_pkg_.a
2025-08-20T21:59:45.8346117Z [00:03:47.658]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build282983591/b1574/_pkg_.a
2025-08-20T21:59:45.8347322Z [00:03:47.658]➜  packagefile github.com/go-git/go-git/v5/storage=/tmp/go-build282983591/b1606/_pkg_.a
2025-08-20T21:59:45.8348739Z [00:03:47.658]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build282983591/b1589/_pkg_.a
2025-08-20T21:59:45.8349924Z [00:03:47.658]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:45.8350742Z [00:03:47.658]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:45.8351546Z [00:03:47.658]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:59:45.8352415Z [00:03:47.658]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:45.8353483Z [00:03:47.658]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:45.8354291Z [00:03:47.658]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:45.8355110Z [00:03:47.658]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:45.8355905Z [00:03:47.658]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:45.8356790Z [00:03:47.658]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:45.8357659Z [00:03:47.658]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:45.8358279Z [00:03:47.658]➜  EOF
2025-08-20T21:59:45.8366037Z [00:03:47.658]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1626/_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/b1626=>" -p github.com/go-git/go-git/v5/storage/filesystem/dotgit -lang=go1.23 -complete -installsuffix shared -buildid ZYXPChpS3jt10_5I_8Tj/ZYXPChpS3jt10_5I_8Tj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1626/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:59:45.8774990Z [00:03:47.703]➜  go tool buildid -w $WORK/b1617/_pkg_.a # internal
2025-08-20T21:59:45.8794931Z [00:03:47.705]➜  cp $WORK/b1617/_pkg_.a /root/.cache/go-build/cd/cd01e69763ddeb70d46231092b2d6a332c7f3ce286bc92649dd93e60ff948af9-d # internal
2025-08-20T21:59:45.8931409Z [00:03:47.718]➜  github.com/go-git/go-git/v5/plumbing/protocol/packp
2025-08-20T21:59:45.8939404Z [00:03:47.719]➜  mkdir -p $WORK/b1612/
2025-08-20T21:59:45.8943858Z [00:03:47.719]➜  cat >/tmp/go-build282983591/b1612/importcfg << 'EOF' # internal
2025-08-20T21:59:45.8944588Z [00:03:47.719]➜  # import config
2025-08-20T21:59:45.8945273Z [00:03:47.719]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:45.8946130Z [00:03:47.719]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:45.8947031Z [00:03:47.719]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:59:45.8947917Z [00:03:47.719]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:45.8948754Z [00:03:47.719]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:45.8949932Z [00:03:47.719]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build282983591/b1573/_pkg_.a
2025-08-20T21:59:45.8951297Z [00:03:47.719]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/pktline=/tmp/go-build282983591/b1613/_pkg_.a
2025-08-20T21:59:45.8952859Z [00:03:47.719]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build282983591/b1615/_pkg_.a
2025-08-20T21:59:45.8954495Z [00:03:47.719]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband=/tmp/go-build282983591/b1616/_pkg_.a
2025-08-20T21:59:45.8956166Z [00:03:47.719]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build282983591/b1595/_pkg_.a
2025-08-20T21:59:45.8957527Z [00:03:47.719]➜  packagefile github.com/go-git/go-git/v5/storage/memory=/tmp/go-build282983591/b1617/_pkg_.a
2025-08-20T21:59:45.8958814Z [00:03:47.719]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build282983591/b1589/_pkg_.a
2025-08-20T21:59:45.8967133Z [00:03:47.719]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:45.8968104Z [00:03:47.719]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:45.8969143Z [00:03:47.720]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:45.8970147Z [00:03:47.720]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:45.8970976Z [00:03:47.720]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:45.8971792Z [00:03:47.720]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:45.8972457Z [00:03:47.720]➜  EOF
2025-08-20T21:59:45.8987653Z [00:03:47.722]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1612/_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/b1612=>" -p github.com/go-git/go-git/v5/plumbing/protocol/packp -lang=go1.23 -complete -installsuffix shared -buildid -53MFj8m9GHzQq-x-q1G/-53MFj8m9GHzQq-x-q1G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1612/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:59:46.1190848Z [00:03:47.944]➜  go tool buildid -w $WORK/b1626/_pkg_.a # internal
2025-08-20T21:59:46.1273261Z [00:03:47.952]➜  cp $WORK/b1626/_pkg_.a /root/.cache/go-build/a0/a0f5c46f71bd2c8128fae0dccf9e70e8d2b98621998c738a201489a3878d6baf-d # internal
2025-08-20T21:59:46.1328370Z [00:03:47.958]➜  github.com/go-git/go-git/v5/storage/filesystem
2025-08-20T21:59:46.1331871Z [00:03:47.958]➜  mkdir -p $WORK/b1624/
2025-08-20T21:59:46.1342553Z [00:03:47.959]➜  cat >/tmp/go-build282983591/b1624/importcfg << 'EOF' # internal
2025-08-20T21:59:46.1352538Z [00:03:47.960]➜  # import config
2025-08-20T21:59:46.1353222Z [00:03:47.960]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:46.1354056Z [00:03:47.960]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:46.1354863Z [00:03:47.960]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:46.1356030Z [00:03:47.960]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build282983591/b1565/_pkg_.a
2025-08-20T21:59:46.1357186Z [00:03:47.960]➜  packagefile github.com/go-git/go-git/v5/config=/tmp/go-build282983591/b1571/_pkg_.a
2025-08-20T21:59:46.1358375Z [00:03:47.960]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build282983591/b1573/_pkg_.a
2025-08-20T21:59:46.1359584Z [00:03:47.960]➜  packagefile github.com/go-git/go-git/v5/plumbing/cache=/tmp/go-build282983591/b1586/_pkg_.a
2025-08-20T21:59:46.1361133Z [00:03:47.960]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/idxfile=/tmp/go-build282983591/b1594/_pkg_.a
2025-08-20T21:59:46.1362672Z [00:03:47.960]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/index=/tmp/go-build282983591/b1591/_pkg_.a
2025-08-20T21:59:46.1364030Z [00:03:47.960]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/objfile=/tmp/go-build282983591/b1625/_pkg_.a
2025-08-20T21:59:46.1365450Z [00:03:47.960]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/packfile=/tmp/go-build282983591/b1593/_pkg_.a
2025-08-20T21:59:46.1366798Z [00:03:47.960]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build282983591/b1595/_pkg_.a
2025-08-20T21:59:46.1367998Z [00:03:47.960]➜  packagefile github.com/go-git/go-git/v5/storage=/tmp/go-build282983591/b1606/_pkg_.a
2025-08-20T21:59:46.1369335Z [00:03:47.960]➜  packagefile github.com/go-git/go-git/v5/storage/filesystem/dotgit=/tmp/go-build282983591/b1626/_pkg_.a
2025-08-20T21:59:46.1380658Z [00:03:47.960]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build282983591/b1589/_pkg_.a
2025-08-20T21:59:46.1381725Z [00:03:47.960]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:46.1382480Z [00:03:47.960]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:46.1383245Z [00:03:47.960]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:46.1384007Z [00:03:47.960]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:46.1384575Z [00:03:47.960]➜  EOF
2025-08-20T21:59:46.1392747Z [00:03:47.960]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1624/_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/b1624=>" -p github.com/go-git/go-git/v5/storage/filesystem -lang=go1.23 -complete -installsuffix shared -buildid fTuZ3NGf-lSKG7l3cQ-c/fTuZ3NGf-lSKG7l3cQ-c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1624/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:59:46.3384405Z [00:03:48.164]➜  go tool buildid -w $WORK/b1612/_pkg_.a # internal
2025-08-20T21:59:46.3461242Z [00:03:48.171]➜  cp $WORK/b1612/_pkg_.a /root/.cache/go-build/22/2292a447a20dc9000e0192057e62c2ae38abdc2870f496808d1036cdcbbb927e-d # internal
2025-08-20T21:59:46.3470502Z [00:03:48.172]➜  go tool buildid -w $WORK/b1624/_pkg_.a # internal
2025-08-20T21:59:46.3477660Z [00:03:48.173]➜  github.com/go-git/go-git/v5/plumbing/transport
2025-08-20T21:59:46.3483438Z [00:03:48.174]➜  mkdir -p $WORK/b1619/
2025-08-20T21:59:46.3493237Z [00:03:48.174]➜  cat >/tmp/go-build282983591/b1619/importcfg << 'EOF' # internal
2025-08-20T21:59:46.3494258Z [00:03:48.174]➜  # import config
2025-08-20T21:59:46.3495115Z [00:03:48.174]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:46.3496323Z [00:03:48.174]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:46.3498892Z [00:03:48.174]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:46.3500309Z [00:03:48.174]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:46.3502593Z [00:03:48.174]➜  packagefile github.com/go-git/go-git/v5/internal/url=/tmp/go-build282983591/b1572/_pkg_.a
2025-08-20T21:59:46.3507333Z [00:03:48.174]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build282983591/b1573/_pkg_.a
2025-08-20T21:59:46.3508684Z [00:03:48.174]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build282983591/b1612/_pkg_.a
2025-08-20T21:59:46.3510659Z [00:03:48.174]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build282983591/b1615/_pkg_.a
2025-08-20T21:59:46.3511872Z [00:03:48.175]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:46.3512654Z [00:03:48.175]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:46.3513542Z [00:03:48.175]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:46.3514405Z [00:03:48.175]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:46.3515235Z [00:03:48.175]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:46.3515869Z [00:03:48.175]➜  EOF
2025-08-20T21:59:46.3528818Z [00:03:48.178]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1619/_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/b1619=>" -p github.com/go-git/go-git/v5/plumbing/transport -lang=go1.23 -complete -installsuffix shared -buildid BjiERloRKQiiW7fGJ7ve/BjiERloRKQiiW7fGJ7ve -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1619/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/common.go
2025-08-20T21:59:46.3538914Z [00:03:48.179]➜  go tool buildid -w $WORK/b1597/_pkg_.a # internal
2025-08-20T21:59:46.3608006Z [00:03:48.186]➜  cp $WORK/b1624/_pkg_.a /root/.cache/go-build/a1/a1d62418f3ac9644cefe3f1fd77a818e542fc13408d4bfb0eee7ec91935bc7db-d # internal
2025-08-20T21:59:46.3626968Z [00:03:48.188]➜  golang.org/x/sys/execabs
2025-08-20T21:59:46.3636779Z [00:03:48.189]➜  mkdir -p $WORK/b1627/
2025-08-20T21:59:46.3669131Z [00:03:48.189]➜  cat >/tmp/go-build282983591/b1627/importcfg << 'EOF' # internal
2025-08-20T21:59:46.3669965Z [00:03:48.189]➜  # import config
2025-08-20T21:59:46.3670614Z [00:03:48.189]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:46.3700314Z [00:03:48.195]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:46.3701273Z [00:03:48.195]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:46.3703119Z [00:03:48.195]➜  packagefile os/exec=/tmp/go-build282983591/b510/_pkg_.a
2025-08-20T21:59:46.3707537Z [00:03:48.195]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:46.3708528Z [00:03:48.195]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:46.3709197Z [00:03:48.195]➜  EOF
2025-08-20T21:59:46.3718553Z [00:03:48.195]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1627/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.33.0/execabs=>golang.org/x/sys@v0.33.0/execabs;$WORK/b1627=>" -p golang.org/x/sys/execabs -lang=go1.23 -complete -installsuffix shared -buildid Cz5HcOg-weM1gseWV0fg/Cz5HcOg-weM1gseWV0fg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1627/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:59:46.3722859Z [00:03:48.195]➜  cp $WORK/b1597/_pkg_.a /root/.cache/go-build/b1/b1ed8f58a9a845f10a0b35e6221f1c8ddbe8028c0761cc24d4ccf5ff641a5414-d # internal
2025-08-20T21:59:46.3724107Z [00:03:48.196]➜  github.com/go-git/go-git/v5/plumbing/revlist
2025-08-20T21:59:46.3724708Z [00:03:48.196]➜  mkdir -p $WORK/b1618/
2025-08-20T21:59:46.3725632Z [00:03:48.196]➜  cat >/tmp/go-build282983591/b1618/importcfg << 'EOF' # internal
2025-08-20T21:59:46.3726355Z [00:03:48.196]➜  # import config
2025-08-20T21:59:46.3726976Z [00:03:48.196]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:46.3728011Z [00:03:48.196]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build282983591/b1573/_pkg_.a
2025-08-20T21:59:46.3729332Z [00:03:48.196]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build282983591/b1587/_pkg_.a
2025-08-20T21:59:46.3732916Z [00:03:48.196]➜  packagefile github.com/go-git/go-git/v5/plumbing/object=/tmp/go-build282983591/b1597/_pkg_.a
2025-08-20T21:59:46.3734275Z [00:03:48.196]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build282983591/b1595/_pkg_.a
2025-08-20T21:59:46.3735308Z [00:03:48.196]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:46.3735927Z [00:03:48.197]➜  EOF
2025-08-20T21:59:46.3739738Z [00:03:48.197]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1618/_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/b1618=>" -p github.com/go-git/go-git/v5/plumbing/revlist -lang=go1.23 -complete -installsuffix shared -buildid EqjNvoHQftkqljOXlY7R/EqjNvoHQftkqljOXlY7R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1618/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/revlist/revlist.go
2025-08-20T21:59:46.4287150Z [00:03:48.254]➜  go tool buildid -w $WORK/b1619/_pkg_.a # internal
2025-08-20T21:59:46.4295562Z [00:03:48.255]➜  cp $WORK/b1619/_pkg_.a /root/.cache/go-build/62/62012780d40c239cd8de62aaca415b55805e96a27a6184ed0c92cc940a2585cd-d # internal
2025-08-20T21:59:46.4312106Z [00:03:48.256]➜  github.com/go-git/go-git/v5/plumbing/transport/internal/common
2025-08-20T21:59:46.4314933Z [00:03:48.256]➜  mkdir -p $WORK/b1622/
2025-08-20T21:59:46.4323391Z [00:03:48.257]➜  cat >/tmp/go-build282983591/b1622/importcfg << 'EOF' # internal
2025-08-20T21:59:46.4344215Z [00:03:48.257]➜  # import config
2025-08-20T21:59:46.4344920Z [00:03:48.257]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:46.4345754Z [00:03:48.257]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:46.4347504Z [00:03:48.257]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:46.4348341Z [00:03:48.257]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:46.4349263Z [00:03:48.258]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:46.4351213Z [00:03:48.258]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/pktline=/tmp/go-build282983591/b1613/_pkg_.a
2025-08-20T21:59:46.4352635Z [00:03:48.258]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build282983591/b1612/_pkg_.a
2025-08-20T21:59:46.4354116Z [00:03:48.258]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build282983591/b1615/_pkg_.a
2025-08-20T21:59:46.4355713Z [00:03:48.258]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband=/tmp/go-build282983591/b1616/_pkg_.a
2025-08-20T21:59:46.4357120Z [00:03:48.258]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build282983591/b1619/_pkg_.a
2025-08-20T21:59:46.4358402Z [00:03:48.258]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build282983591/b1589/_pkg_.a
2025-08-20T21:59:46.4359385Z [00:03:48.258]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:46.4360416Z [00:03:48.258]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:46.4373988Z [00:03:48.258]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:46.4374760Z [00:03:48.258]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:46.4375305Z [00:03:48.258]➜  EOF
2025-08-20T21:59:46.4381064Z [00:03:48.258]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1622/_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/b1622=>" -p github.com/go-git/go-git/v5/plumbing/transport/internal/common -lang=go1.23 -complete -installsuffix shared -buildid JKR3MwM4I3tDV0xEZsLp/JKR3MwM4I3tDV0xEZsLp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1622/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:59:46.4386011Z [00:03:48.258]➜  go tool buildid -w $WORK/b1627/_pkg_.a # internal
2025-08-20T21:59:46.4387186Z [00:03:48.259]➜  cp $WORK/b1627/_pkg_.a /root/.cache/go-build/84/8403c780b7cd4b4a018c8b8b743acf88676612ef9ea01396bf20bfcb404262b3-d # internal
2025-08-20T21:59:46.4388197Z [00:03:48.259]➜  github.com/kevinburke/ssh_config
2025-08-20T21:59:46.4388715Z [00:03:48.260]➜  mkdir -p $WORK/b1631/
2025-08-20T21:59:46.4389380Z [00:03:48.260]➜  cat >/tmp/go-build282983591/b1631/importcfg << 'EOF' # internal
2025-08-20T21:59:46.4390116Z [00:03:48.260]➜  # import config
2025-08-20T21:59:46.4390680Z [00:03:48.260]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:46.4391375Z [00:03:48.260]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:46.4392184Z [00:03:48.260]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:46.4392889Z [00:03:48.260]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:46.4393568Z [00:03:48.260]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:46.4394250Z [00:03:48.260]➜  packagefile os/user=/tmp/go-build282983591/b237/_pkg_.a
2025-08-20T21:59:46.4395024Z [00:03:48.260]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:46.4395784Z [00:03:48.260]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:46.4396516Z [00:03:48.260]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:46.4397226Z [00:03:48.260]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:46.4398077Z [00:03:48.260]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:46.4398768Z [00:03:48.260]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:46.4399477Z [00:03:48.260]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:59:46.4402946Z [00:03:48.260]➜  EOF
2025-08-20T21:59:46.4411356Z [00:03:48.262]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1631/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kevinburke/ssh_config@v1.2.0=>github.com/kevinburke/ssh_config@v1.2.0;$WORK/b1631=>" -p github.com/kevinburke/ssh_config -lang=go1.16 -complete -installsuffix shared -buildid M2dj3mpsXKnW4SNIRu4H/M2dj3mpsXKnW4SNIRu4H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1631/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:59:46.4420264Z [00:03:48.266]➜  go tool buildid -w $WORK/b1618/_pkg_.a # internal
2025-08-20T21:59:46.4421556Z [00:03:48.266]➜  cp $WORK/b1618/_pkg_.a /root/.cache/go-build/9b/9b51284127bb3c80aa645931197e0619119ee86886be5e9d904883675bf6a19a-d # internal
2025-08-20T21:59:46.4422752Z [00:03:48.266]➜  github.com/go-git/go-git/v5/plumbing/transport/server
2025-08-20T21:59:46.4423403Z [00:03:48.266]➜  mkdir -p $WORK/b1623/
2025-08-20T21:59:46.4424112Z [00:03:48.267]➜  cat >/tmp/go-build282983591/b1623/importcfg << 'EOF' # internal
2025-08-20T21:59:46.4424767Z [00:03:48.267]➜  # import config
2025-08-20T21:59:46.4428181Z [00:03:48.268]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:46.4428993Z [00:03:48.268]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:46.4429742Z [00:03:48.268]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:46.4430829Z [00:03:48.268]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build282983591/b1565/_pkg_.a
2025-08-20T21:59:46.4431851Z [00:03:48.268]➜  packagefile github.com/go-git/go-billy/v5/osfs=/tmp/go-build282983591/b1566/_pkg_.a
2025-08-20T21:59:46.4433039Z [00:03:48.268]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build282983591/b1573/_pkg_.a
2025-08-20T21:59:46.4434158Z [00:03:48.268]➜  packagefile github.com/go-git/go-git/v5/plumbing/cache=/tmp/go-build282983591/b1586/_pkg_.a
2025-08-20T21:59:46.4435397Z [00:03:48.268]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/packfile=/tmp/go-build282983591/b1593/_pkg_.a
2025-08-20T21:59:46.4436702Z [00:03:48.268]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build282983591/b1612/_pkg_.a
2025-08-20T21:59:46.4438067Z [00:03:48.268]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build282983591/b1615/_pkg_.a
2025-08-20T21:59:46.4439360Z [00:03:48.268]➜  packagefile github.com/go-git/go-git/v5/plumbing/revlist=/tmp/go-build282983591/b1618/_pkg_.a
2025-08-20T21:59:46.4471288Z [00:03:48.268]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build282983591/b1595/_pkg_.a
2025-08-20T21:59:46.4472652Z [00:03:48.268]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build282983591/b1619/_pkg_.a
2025-08-20T21:59:46.4474009Z [00:03:48.268]➜  packagefile github.com/go-git/go-git/v5/storage/filesystem=/tmp/go-build282983591/b1624/_pkg_.a
2025-08-20T21:59:46.4475263Z [00:03:48.268]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build282983591/b1589/_pkg_.a
2025-08-20T21:59:46.4476220Z [00:03:48.268]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:46.4476814Z [00:03:48.268]➜  EOF
2025-08-20T21:59:46.4481695Z [00:03:48.268]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1623/_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/b1623=>" -p github.com/go-git/go-git/v5/plumbing/transport/server -lang=go1.23 -complete -installsuffix shared -buildid -gS7EzfQ38wGw3xhRhgt/-gS7EzfQ38wGw3xhRhgt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1623/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:59:46.5976091Z [00:03:48.423]➜  go tool buildid -w $WORK/b1623/_pkg_.a # internal
2025-08-20T21:59:46.5990720Z [00:03:48.424]➜  cp $WORK/b1623/_pkg_.a /root/.cache/go-build/c0/c04f1329792bbcd9ac37e5823aa8e9e6bd08fedc5113794df04469d8d5ee1dac-d # internal
2025-08-20T21:59:46.5995405Z [00:03:48.425]➜  golang.org/x/crypto/ssh/knownhosts
2025-08-20T21:59:46.5997176Z [00:03:48.425]➜  mkdir -p $WORK/b1633/
2025-08-20T21:59:46.6006318Z [00:03:48.426]➜  cat >/tmp/go-build282983591/b1633/importcfg << 'EOF' # internal
2025-08-20T21:59:46.6008093Z [00:03:48.426]➜  # import config
2025-08-20T21:59:46.6008740Z [00:03:48.426]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:46.6009536Z [00:03:48.426]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:46.6010498Z [00:03:48.426]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:59:46.6011378Z [00:03:48.426]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:59:46.6012254Z [00:03:48.426]➜  packagefile crypto/sha1=/tmp/go-build282983591/b095/_pkg_.a
2025-08-20T21:59:46.6013155Z [00:03:48.426]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:46.6014177Z [00:03:48.426]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:46.6014989Z [00:03:48.426]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:46.6015923Z [00:03:48.426]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build282983591/b1220/_pkg_.a
2025-08-20T21:59:46.6016871Z [00:03:48.426]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:46.6017654Z [00:03:48.426]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:46.6018447Z [00:03:48.426]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:46.6019427Z [00:03:48.426]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:46.6020204Z [00:03:48.426]➜  EOF
2025-08-20T21:59:46.6023804Z [00:03:48.426]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1633/_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/b1633=>" -p golang.org/x/crypto/ssh/knownhosts -lang=go1.23 -complete -installsuffix shared -buildid Ls_-GULLD_a6qUVSxZuI/Ls_-GULLD_a6qUVSxZuI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1633/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/knownhosts/knownhosts.go
2025-08-20T21:59:46.6029759Z [00:03:48.428]➜  go tool buildid -w $WORK/b1622/_pkg_.a # internal
2025-08-20T21:59:46.6052775Z [00:03:48.430]➜  cp $WORK/b1622/_pkg_.a /root/.cache/go-build/62/6252c8be778299f12143f7269c8ff7b10e9793f1f621f0c8a69da65dd2810c68-d # internal
2025-08-20T21:59:46.6171406Z [00:03:48.442]➜  github.com/go-git/go-git/v5/plumbing/transport/file
2025-08-20T21:59:46.6172413Z [00:03:48.442]➜  mkdir -p $WORK/b1621/
2025-08-20T21:59:46.6177904Z [00:03:48.443]➜  cat >/tmp/go-build282983591/b1621/importcfg << 'EOF' # internal
2025-08-20T21:59:46.6189415Z [00:03:48.443]➜  # import config
2025-08-20T21:59:46.6190294Z [00:03:48.443]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:46.6191140Z [00:03:48.443]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:46.6191950Z [00:03:48.443]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:46.6193024Z [00:03:48.443]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build282983591/b1619/_pkg_.a
2025-08-20T21:59:46.6194711Z [00:03:48.443]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/internal/common=/tmp/go-build282983591/b1622/_pkg_.a
2025-08-20T21:59:46.6196276Z [00:03:48.443]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/server=/tmp/go-build282983591/b1623/_pkg_.a
2025-08-20T21:59:46.6197624Z [00:03:48.443]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build282983591/b1589/_pkg_.a
2025-08-20T21:59:46.6198793Z [00:03:48.443]➜  packagefile golang.org/x/sys/execabs=/tmp/go-build282983591/b1627/_pkg_.a
2025-08-20T21:59:46.6199719Z [00:03:48.443]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:46.6221708Z [00:03:48.443]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:46.6222576Z [00:03:48.443]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:46.6223423Z [00:03:48.443]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:46.6224220Z [00:03:48.443]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:46.6224835Z [00:03:48.443]➜  EOF
2025-08-20T21:59:46.6229352Z [00:03:48.443]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1621/_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/b1621=>" -p github.com/go-git/go-git/v5/plumbing/transport/file -lang=go1.23 -complete -installsuffix shared -buildid QJwEw-TODjrL_8to7EZ4/QJwEw-TODjrL_8to7EZ4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1621/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:59:46.7060029Z [00:03:48.531]➜  go tool buildid -w $WORK/b1621/_pkg_.a # internal
2025-08-20T21:59:46.7075334Z [00:03:48.533]➜  cp $WORK/b1621/_pkg_.a /root/.cache/go-build/58/584b8d16411ec63e169f22e6e6fab2482bbf97672816a201d94fa69f0f5eee87-d # internal
2025-08-20T21:59:46.7082093Z [00:03:48.533]➜  github.com/go-git/go-git/v5/plumbing/transport/git
2025-08-20T21:59:46.7083114Z [00:03:48.534]➜  mkdir -p $WORK/b1628/
2025-08-20T21:59:46.7091456Z [00:03:48.534]➜  cat >/tmp/go-build282983591/b1628/importcfg << 'EOF' # internal
2025-08-20T21:59:46.7093953Z [00:03:48.534]➜  # import config
2025-08-20T21:59:46.7095336Z [00:03:48.534]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build282983591/b1612/_pkg_.a
2025-08-20T21:59:46.7096985Z [00:03:48.534]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build282983591/b1619/_pkg_.a
2025-08-20T21:59:46.7098728Z [00:03:48.534]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/internal/common=/tmp/go-build282983591/b1622/_pkg_.a
2025-08-20T21:59:46.7100468Z [00:03:48.534]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build282983591/b1589/_pkg_.a
2025-08-20T21:59:46.7101394Z [00:03:48.534]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:46.7102115Z [00:03:48.534]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:46.7102752Z [00:03:48.535]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:46.7103340Z [00:03:48.535]➜  EOF
2025-08-20T21:59:46.7107462Z [00:03:48.535]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1628/_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/b1628=>" -p github.com/go-git/go-git/v5/plumbing/transport/git -lang=go1.23 -complete -installsuffix shared -buildid NF96ndtIZCGJ71T0TsDH/NF96ndtIZCGJ71T0TsDH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1628/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/git/common.go
2025-08-20T21:59:46.7163720Z [00:03:48.542]➜  go tool buildid -w $WORK/b1633/_pkg_.a # internal
2025-08-20T21:59:46.7177599Z [00:03:48.543]➜  cp $WORK/b1633/_pkg_.a /root/.cache/go-build/4c/4c92ef5771872f140122d4e2ee311a8cc1b3eba34c95c7a16ca6003833948082-d # internal
2025-08-20T21:59:46.7187960Z [00:03:48.544]➜  github.com/go-git/go-git/v5/plumbing/transport/http
2025-08-20T21:59:46.7189525Z [00:03:48.544]➜  mkdir -p $WORK/b1629/
2025-08-20T21:59:46.7194249Z [00:03:48.544]➜  cat >/tmp/go-build282983591/b1629/importcfg << 'EOF' # internal
2025-08-20T21:59:46.7196521Z [00:03:48.544]➜  # import config
2025-08-20T21:59:46.7197289Z [00:03:48.544]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:46.7198233Z [00:03:48.544]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:46.7199065Z [00:03:48.545]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:59:46.7200208Z [00:03:48.545]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:59:46.7200968Z [00:03:48.545]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:46.7201958Z [00:03:48.545]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build282983591/b1573/_pkg_.a
2025-08-20T21:59:46.7203261Z [00:03:48.545]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/pktline=/tmp/go-build282983591/b1613/_pkg_.a
2025-08-20T21:59:46.7204701Z [00:03:48.545]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build282983591/b1612/_pkg_.a
2025-08-20T21:59:46.7206223Z [00:03:48.545]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build282983591/b1615/_pkg_.a
2025-08-20T21:59:46.7207791Z [00:03:48.545]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband=/tmp/go-build282983591/b1616/_pkg_.a
2025-08-20T21:59:46.7209221Z [00:03:48.545]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build282983591/b1619/_pkg_.a
2025-08-20T21:59:46.7211046Z [00:03:48.545]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/internal/common=/tmp/go-build282983591/b1622/_pkg_.a
2025-08-20T21:59:46.7212444Z [00:03:48.545]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build282983591/b1589/_pkg_.a
2025-08-20T21:59:46.7213613Z [00:03:48.545]➜  packagefile github.com/golang/groupcache/lru=/tmp/go-build282983591/b755/_pkg_.a
2025-08-20T21:59:46.7214572Z [00:03:48.545]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:46.7215457Z [00:03:48.545]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:46.7216237Z [00:03:48.545]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:46.7217030Z [00:03:48.545]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:46.7217812Z [00:03:48.545]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:46.7218583Z [00:03:48.545]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:46.7219368Z [00:03:48.545]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:46.7223160Z [00:03:48.545]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:46.7223746Z [00:03:48.545]➜  EOF
2025-08-20T21:59:46.7229684Z [00:03:48.545]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1629/_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/b1629=>" -p github.com/go-git/go-git/v5/plumbing/transport/http -lang=go1.23 -complete -installsuffix shared -buildid N2uIYdj_Zr2eyx130Wc5/N2uIYdj_Zr2eyx130Wc5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1629/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:59:46.7559430Z [00:03:48.581]➜  go tool buildid -w $WORK/b1628/_pkg_.a # internal
2025-08-20T21:59:46.7571766Z [00:03:48.582]➜  cp $WORK/b1628/_pkg_.a /root/.cache/go-build/a5/a560c8d49387383abea476746204ad5ca2cf9a843417c79573bb8f11c8b061e4-d # internal
2025-08-20T21:59:46.7613625Z [00:03:48.584]➜  github.com/skeema/knownhosts
2025-08-20T21:59:46.7614392Z [00:03:48.585]➜  mkdir -p $WORK/b1632/
2025-08-20T21:59:46.7615148Z [00:03:48.586]➜  cat >/tmp/go-build282983591/b1632/importcfg << 'EOF' # internal
2025-08-20T21:59:46.7615790Z [00:03:48.586]➜  # import config
2025-08-20T21:59:46.7616411Z [00:03:48.586]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:46.7617197Z [00:03:48.586]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:46.7618035Z [00:03:48.586]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:46.7618879Z [00:03:48.586]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:46.7619645Z [00:03:48.586]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:46.7621145Z [00:03:48.586]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build282983591/b1220/_pkg_.a
2025-08-20T21:59:46.7622277Z [00:03:48.586]➜  packagefile golang.org/x/crypto/ssh/knownhosts=/tmp/go-build282983591/b1633/_pkg_.a
2025-08-20T21:59:46.7623303Z [00:03:48.586]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:46.7624097Z [00:03:48.586]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:46.7624838Z [00:03:48.586]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:46.7625589Z [00:03:48.586]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:46.7656876Z [00:03:48.586]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:46.7657529Z [00:03:48.586]➜  EOF
2025-08-20T21:59:46.7661274Z [00:03:48.586]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1632/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/skeema/knownhosts@v1.3.1=>github.com/skeema/knownhosts@v1.3.1;$WORK/b1632=>" -p github.com/skeema/knownhosts -lang=go1.22 -complete -installsuffix shared -buildid nmEi-niISBSvbRHjQhti/nmEi-niISBSvbRHjQhti -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1632/importcfg -pack /root/go/pkg/mod/github.com/skeema/knownhosts@v1.3.1/knownhosts.go
2025-08-20T21:59:46.7734336Z [00:03:48.599]➜  go tool buildid -w $WORK/b1631/_pkg_.a # internal
2025-08-20T21:59:46.7808296Z [00:03:48.606]➜  cp $WORK/b1631/_pkg_.a /root/.cache/go-build/6f/6f5cb037126795dde91f282734c0aac40a3b7ccdde77ab2bb7c372c63a0a2454-d # internal
2025-08-20T21:59:46.7809549Z [00:03:48.606]➜  github.com/xanzy/ssh-agent
2025-08-20T21:59:46.7810717Z [00:03:48.606]➜  mkdir -p $WORK/b1634/
2025-08-20T21:59:46.7844135Z [00:03:48.610]➜  cat >/tmp/go-build282983591/b1634/importcfg << 'EOF' # internal
2025-08-20T21:59:46.7844857Z [00:03:48.610]➜  # import config
2025-08-20T21:59:46.7846067Z [00:03:48.610]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:46.7846952Z [00:03:48.610]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:46.7848056Z [00:03:48.610]➜  packagefile golang.org/x/crypto/ssh/agent=/tmp/go-build282983591/b1225/_pkg_.a
2025-08-20T21:59:46.7849088Z [00:03:48.610]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:46.7850146Z [00:03:48.610]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:46.7850771Z [00:03:48.610]➜  EOF
2025-08-20T21:59:46.7854473Z [00:03:48.610]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1634/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xanzy/ssh-agent@v0.3.3=>github.com/xanzy/ssh-agent@v0.3.3;$WORK/b1634=>" -p github.com/xanzy/ssh-agent -lang=go1.16 -complete -installsuffix shared -buildid 9q7uewWN4OT2defQ6uuj/9q7uewWN4OT2defQ6uuj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1634/importcfg -pack /root/go/pkg/mod/github.com/xanzy/ssh-agent@v0.3.3/sshagent.go
2025-08-20T21:59:46.8265853Z [00:03:48.652]➜  go tool buildid -w $WORK/b1634/_pkg_.a # internal
2025-08-20T21:59:46.8271905Z [00:03:48.652]➜  cp $WORK/b1634/_pkg_.a /root/.cache/go-build/a6/a6d6cb723daa603daddcd7c99aebab9a3b8782686054d90478a91489e9c0274d-d # internal
2025-08-20T21:59:46.8280550Z [00:03:48.653]➜  github.com/go-git/go-git/v5/utils/merkletrie/filesystem
2025-08-20T21:59:46.8281237Z [00:03:48.653]➜  mkdir -p $WORK/b1635/
2025-08-20T21:59:46.8281998Z [00:03:48.653]➜  cat >/tmp/go-build282983591/b1635/importcfg << 'EOF' # internal
2025-08-20T21:59:46.8282661Z [00:03:48.653]➜  # import config
2025-08-20T21:59:46.8283435Z [00:03:48.653]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build282983591/b1565/_pkg_.a
2025-08-20T21:59:46.8284562Z [00:03:48.653]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build282983591/b1573/_pkg_.a
2025-08-20T21:59:46.8285794Z [00:03:48.653]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build282983591/b1587/_pkg_.a
2025-08-20T21:59:46.8287084Z [00:03:48.653]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build282983591/b1611/_pkg_.a
2025-08-20T21:59:46.8288103Z [00:03:48.653]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:46.8288832Z [00:03:48.653]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:46.8289591Z [00:03:48.653]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:59:46.8290387Z [00:03:48.653]➜  EOF
2025-08-20T21:59:46.8294800Z [00:03:48.653]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1635/_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/b1635=>" -p github.com/go-git/go-git/v5/utils/merkletrie/filesystem -lang=go1.23 -complete -installsuffix shared -buildid iE1snoeQrS9ARSZ-ecmX/iE1snoeQrS9ARSZ-ecmX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1635/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/filesystem/node.go
2025-08-20T21:59:46.8981953Z [00:03:48.723]➜  go tool buildid -w $WORK/b1635/_pkg_.a # internal
2025-08-20T21:59:46.8990458Z [00:03:48.724]➜  cp $WORK/b1635/_pkg_.a /root/.cache/go-build/76/7613174388d31e2ff30b45cee126c3fe1ec85b6045ef6439f15abce371147404-d # internal
2025-08-20T21:59:46.9007399Z [00:03:48.724]➜  github.com/go-git/go-git/v5/utils/merkletrie/index
2025-08-20T21:59:46.9008134Z [00:03:48.725]➜  mkdir -p $WORK/b1636/
2025-08-20T21:59:46.9008882Z [00:03:48.725]➜  cat >/tmp/go-build282983591/b1636/importcfg << 'EOF' # internal
2025-08-20T21:59:46.9009540Z [00:03:48.725]➜  # import config
2025-08-20T21:59:46.9010665Z [00:03:48.725]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/index=/tmp/go-build282983591/b1591/_pkg_.a
2025-08-20T21:59:46.9012033Z [00:03:48.725]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build282983591/b1611/_pkg_.a
2025-08-20T21:59:46.9013092Z [00:03:48.725]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:59:46.9013871Z [00:03:48.725]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:46.9014688Z [00:03:48.725]➜  EOF
2025-08-20T21:59:46.9018964Z [00:03:48.725]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1636/_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/b1636=>" -p github.com/go-git/go-git/v5/utils/merkletrie/index -lang=go1.23 -complete -installsuffix shared -buildid aNTr-jr4NSTAKQtfsnxc/aNTr-jr4NSTAKQtfsnxc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1636/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/index/node.go
2025-08-20T21:59:46.9259319Z [00:03:48.751]➜  go tool buildid -w $WORK/b1632/_pkg_.a # internal
2025-08-20T21:59:46.9274562Z [00:03:48.753]➜  cp $WORK/b1632/_pkg_.a /root/.cache/go-build/36/3613c3b00d6c4ea25624416ae751f8c41996661f9221b665efa272b2dc98565a-d # internal
2025-08-20T21:59:46.9302438Z [00:03:48.755]➜  github.com/go-git/go-git/v5/plumbing/transport/ssh
2025-08-20T21:59:46.9304934Z [00:03:48.756]➜  mkdir -p $WORK/b1630/
2025-08-20T21:59:46.9315219Z [00:03:48.757]➜  cat >/tmp/go-build282983591/b1630/importcfg << 'EOF' # internal
2025-08-20T21:59:46.9316475Z [00:03:48.757]➜  # import config
2025-08-20T21:59:46.9318715Z [00:03:48.757]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:46.9319745Z [00:03:48.757]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:46.9322781Z [00:03:48.757]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:46.9323869Z [00:03:48.757]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build282983591/b1619/_pkg_.a
2025-08-20T21:59:46.9325323Z [00:03:48.757]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/internal/common=/tmp/go-build282983591/b1622/_pkg_.a
2025-08-20T21:59:46.9326849Z [00:03:48.757]➜  packagefile github.com/kevinburke/ssh_config=/tmp/go-build282983591/b1631/_pkg_.a
2025-08-20T21:59:46.9328026Z [00:03:48.757]➜  packagefile github.com/skeema/knownhosts=/tmp/go-build282983591/b1632/_pkg_.a
2025-08-20T21:59:46.9329111Z [00:03:48.757]➜  packagefile github.com/xanzy/ssh-agent=/tmp/go-build282983591/b1634/_pkg_.a
2025-08-20T21:59:46.9330318Z [00:03:48.757]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build282983591/b1220/_pkg_.a
2025-08-20T21:59:46.9331526Z [00:03:48.757]➜  packagefile golang.org/x/net/proxy=/tmp/go-build282983591/b339/_pkg_.a
2025-08-20T21:59:46.9332418Z [00:03:48.757]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:46.9333195Z [00:03:48.757]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:46.9333982Z [00:03:48.757]➜  packagefile os/user=/tmp/go-build282983591/b237/_pkg_.a
2025-08-20T21:59:46.9334822Z [00:03:48.757]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:46.9335657Z [00:03:48.757]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:46.9336431Z [00:03:48.757]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:46.9337202Z [00:03:48.757]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:46.9337783Z [00:03:48.757]➜  EOF
2025-08-20T21:59:46.9374378Z [00:03:48.763]➜  go tool buildid -w $WORK/b1636/_pkg_.a # internal
2025-08-20T21:59:46.9381476Z [00:03:48.763]➜  cp $WORK/b1636/_pkg_.a /root/.cache/go-build/6d/6d6613dc0d94f603e5d31852edb4759ef805621e21e4714b64ec5dfb57ac37c7-d # internal
2025-08-20T21:59:46.9389090Z [00:03:48.763]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1630/_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/b1630=>" -p github.com/go-git/go-git/v5/plumbing/transport/ssh -lang=go1.23 -complete -installsuffix shared -buildid vQYdq3wiFKo6F7wd9Bmv/vQYdq3wiFKo6F7wd9Bmv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1630/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:59:46.9407858Z [00:03:48.766]➜  github.com/olekukonko/errors
2025-08-20T21:59:46.9410409Z [00:03:48.766]➜  mkdir -p $WORK/b1639/
2025-08-20T21:59:46.9437561Z [00:03:48.769]➜  cat >/tmp/go-build282983591/b1639/importcfg << 'EOF' # internal
2025-08-20T21:59:46.9455117Z [00:03:48.769]➜  # import config
2025-08-20T21:59:46.9455802Z [00:03:48.769]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:46.9456631Z [00:03:48.769]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:46.9457504Z [00:03:48.769]➜  packagefile database/sql=/tmp/go-build282983591/b872/_pkg_.a
2025-08-20T21:59:46.9458412Z [00:03:48.769]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:46.9459283Z [00:03:48.769]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:46.9460337Z [00:03:48.769]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:46.9461175Z [00:03:48.769]➜  packagefile log/slog=/tmp/go-build282983591/b185/_pkg_.a
2025-08-20T21:59:46.9462004Z [00:03:48.769]➜  packagefile math/rand=/tmp/go-build282983591/b118/_pkg_.a
2025-08-20T21:59:46.9462796Z [00:03:48.769]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:46.9463594Z [00:03:48.769]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:46.9464342Z [00:03:48.769]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:46.9465104Z [00:03:48.769]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:46.9465866Z [00:03:48.769]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:46.9466676Z [00:03:48.769]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:46.9467661Z [00:03:48.769]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:46.9468264Z [00:03:48.769]➜  EOF
2025-08-20T21:59:46.9475252Z [00:03:48.769]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1639/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/olekukonko/errors@v1.1.0=>github.com/olekukonko/errors@v1.1.0;$WORK/b1639=>" -p github.com/olekukonko/errors -lang=go1.21 -complete -installsuffix shared -buildid b6LguRJYbZBWpxy_ztEW/b6LguRJYbZBWpxy_ztEW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1639/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:59:46.9540971Z [00:03:48.779]➜  go tool buildid -w $WORK/b1629/_pkg_.a # internal
2025-08-20T21:59:46.9564997Z [00:03:48.782]➜  cp $WORK/b1629/_pkg_.a /root/.cache/go-build/59/59368f82edac7732d3ba51784560e0c5d6b3cf483b38e2c66f81dbc8bb07faff-d # internal
2025-08-20T21:59:46.9572060Z [00:03:48.782]➜  github.com/olekukonko/ll/lx
2025-08-20T21:59:46.9574117Z [00:03:48.782]➜  mkdir -p $WORK/b1642/
2025-08-20T21:59:46.9576991Z [00:03:48.783]➜  cat >/tmp/go-build282983591/b1642/importcfg << 'EOF' # internal
2025-08-20T21:59:46.9577867Z [00:03:48.783]➜  # import config
2025-08-20T21:59:46.9579354Z [00:03:48.783]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:46.9580495Z [00:03:48.783]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:46.9581504Z [00:03:48.783]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:46.9583305Z [00:03:48.783]➜  EOF
2025-08-20T21:59:46.9587141Z [00:03:48.783]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1642/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/olekukonko/ll@v0.0.9/lx=>github.com/olekukonko/ll@v0.0.9/lx;$WORK/b1642=>" -p github.com/olekukonko/ll/lx -lang=go1.21 -complete -installsuffix shared -buildid ZYsF2UhGOEz5UBl2m1gS/ZYsF2UhGOEz5UBl2m1gS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1642/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:59:47.0840419Z [00:03:48.909]➜  go tool buildid -w $WORK/b1630/_pkg_.a # internal
2025-08-20T21:59:47.0870293Z [00:03:48.912]➜  cp $WORK/b1630/_pkg_.a /root/.cache/go-build/52/52011aff26dc7180e3d1d72fdec6ba0f2289beeb1d55ba395bc7d5ff0673bc1e-d # internal
2025-08-20T21:59:47.0880485Z [00:03:48.913]➜  github.com/go-git/go-git/v5/plumbing/transport/client
2025-08-20T21:59:47.0883478Z [00:03:48.913]➜  mkdir -p $WORK/b1620/
2025-08-20T21:59:47.0891084Z [00:03:48.914]➜  cat >/tmp/go-build282983591/b1620/importcfg << 'EOF' # internal
2025-08-20T21:59:47.0892565Z [00:03:48.915]➜  # import config
2025-08-20T21:59:47.0895221Z [00:03:48.915]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:47.0896354Z [00:03:48.915]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build282983591/b1619/_pkg_.a
2025-08-20T21:59:47.0897796Z [00:03:48.915]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/file=/tmp/go-build282983591/b1621/_pkg_.a
2025-08-20T21:59:47.0899258Z [00:03:48.915]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/git=/tmp/go-build282983591/b1628/_pkg_.a
2025-08-20T21:59:47.0900889Z [00:03:48.915]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/http=/tmp/go-build282983591/b1629/_pkg_.a
2025-08-20T21:59:47.0902331Z [00:03:48.915]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/ssh=/tmp/go-build282983591/b1630/_pkg_.a
2025-08-20T21:59:47.0903247Z [00:03:48.915]➜  EOF
2025-08-20T21:59:47.0913192Z [00:03:48.916]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1620/_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/b1620=>" -p github.com/go-git/go-git/v5/plumbing/transport/client -lang=go1.23 -complete -installsuffix shared -buildid 2IVwkw3LIV7Udj1UOF_e/2IVwkw3LIV7Udj1UOF_e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1620/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/client/client.go
2025-08-20T21:59:47.1335683Z [00:03:48.959]➜  go tool buildid -w $WORK/b1642/_pkg_.a # internal
2025-08-20T21:59:47.1367197Z [00:03:48.962]➜  cp $WORK/b1642/_pkg_.a /root/.cache/go-build/f3/f3dd92d6294412dc7d1710776ea63c1e7db9efacdad64aaa4f74a3860edea2db-d # internal
2025-08-20T21:59:47.1371431Z [00:03:48.962]➜  go tool buildid -w $WORK/b1620/_pkg_.a # internal
2025-08-20T21:59:47.1377541Z [00:03:48.963]➜  cp $WORK/b1620/_pkg_.a /root/.cache/go-build/d3/d3e23f8f7742cbd7191594e11bc6ab0eaf36612b7f3302af25b0cb17c37b26cb-d # internal
2025-08-20T21:59:47.1406722Z [00:03:48.966]➜  github.com/olekukonko/ll/lh
2025-08-20T21:59:47.1414112Z [00:03:48.966]➜  mkdir -p $WORK/b1641/
2025-08-20T21:59:47.1414910Z [00:03:48.966]➜  cat >/tmp/go-build282983591/b1641/importcfg << 'EOF' # internal
2025-08-20T21:59:47.1415593Z [00:03:48.966]➜  # import config
2025-08-20T21:59:47.1416808Z [00:03:48.967]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:47.1418863Z [00:03:48.967]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:47.1419741Z [00:03:48.967]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:47.1422556Z [00:03:48.967]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:47.1423534Z [00:03:48.967]➜  packagefile github.com/olekukonko/ll/lx=/tmp/go-build282983591/b1642/_pkg_.a
2025-08-20T21:59:47.1424486Z [00:03:48.967]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:47.1425303Z [00:03:48.967]➜  packagefile log/slog=/tmp/go-build282983591/b185/_pkg_.a
2025-08-20T21:59:47.1426098Z [00:03:48.967]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:47.1427092Z [00:03:48.967]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:47.1427903Z [00:03:48.967]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:47.1428856Z [00:03:48.967]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:47.1429687Z [00:03:48.967]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:47.1431211Z [00:03:48.967]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:47.1431819Z [00:03:48.967]➜  EOF
2025-08-20T21:59:47.1451679Z [00:03:48.967]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1641/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/olekukonko/ll@v0.0.9/lh=>github.com/olekukonko/ll@v0.0.9/lh;$WORK/b1641=>" -p github.com/olekukonko/ll/lh -lang=go1.21 -complete -installsuffix shared -buildid 6boFEbSH3go1AQw5CYrB/6boFEbSH3go1AQw5CYrB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1641/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:59:47.1525849Z [00:03:48.978]➜  github.com/go-git/go-git/v5
2025-08-20T21:59:47.1528412Z [00:03:48.978]➜  mkdir -p $WORK/b1540/
2025-08-20T21:59:47.1541183Z [00:03:48.979]➜  cat >/tmp/go-build282983591/b1540/importcfg << 'EOF' # internal
2025-08-20T21:59:47.1550362Z [00:03:48.980]➜  # import config
2025-08-20T21:59:47.1551250Z [00:03:48.980]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:47.1552173Z [00:03:48.980]➜  packagefile container/heap=/tmp/go-build282983591/b332/_pkg_.a
2025-08-20T21:59:47.1553045Z [00:03:48.980]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:47.1553868Z [00:03:48.980]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:59:47.1554755Z [00:03:48.980]➜  packagefile dario.cat/mergo=/tmp/go-build282983591/b1541/_pkg_.a
2025-08-20T21:59:47.1555699Z [00:03:48.980]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:59:47.1556762Z [00:03:48.980]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:47.1557578Z [00:03:48.980]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:47.1558681Z [00:03:48.980]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/tmp/go-build282983591/b1542/_pkg_.a
2025-08-20T21:59:47.1560224Z [00:03:48.980]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/tmp/go-build282983591/b1559/_pkg_.a
2025-08-20T21:59:47.1561536Z [00:03:48.980]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build282983591/b1565/_pkg_.a
2025-08-20T21:59:47.1562681Z [00:03:48.980]➜  packagefile github.com/go-git/go-billy/v5/osfs=/tmp/go-build282983591/b1566/_pkg_.a
2025-08-20T21:59:47.1563833Z [00:03:48.980]➜  packagefile github.com/go-git/go-billy/v5/util=/tmp/go-build282983591/b1570/_pkg_.a
2025-08-20T21:59:47.1565004Z [00:03:48.980]➜  packagefile github.com/go-git/go-git/v5/config=/tmp/go-build282983591/b1571/_pkg_.a
2025-08-20T21:59:47.1566254Z [00:03:48.980]➜  packagefile github.com/go-git/go-git/v5/internal/path_util=/tmp/go-build282983591/b1584/_pkg_.a
2025-08-20T21:59:47.1567577Z [00:03:48.980]➜  packagefile github.com/go-git/go-git/v5/internal/revision=/tmp/go-build282983591/b1585/_pkg_.a
2025-08-20T21:59:47.1568888Z [00:03:48.980]➜  packagefile github.com/go-git/go-git/v5/internal/url=/tmp/go-build282983591/b1572/_pkg_.a
2025-08-20T21:59:47.1574475Z [00:03:48.980]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build282983591/b1573/_pkg_.a
2025-08-20T21:59:47.1576341Z [00:03:48.982]➜  packagefile github.com/go-git/go-git/v5/plumbing/cache=/tmp/go-build282983591/b1586/_pkg_.a
2025-08-20T21:59:47.1578457Z [00:03:48.982]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build282983591/b1587/_pkg_.a
2025-08-20T21:59:47.1580489Z [00:03:48.982]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/config=/tmp/go-build282983591/b1578/_pkg_.a
2025-08-20T21:59:47.1582306Z [00:03:48.982]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/gitignore=/tmp/go-build282983591/b1588/_pkg_.a
2025-08-20T21:59:47.1584312Z [00:03:48.982]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/index=/tmp/go-build282983591/b1591/_pkg_.a
2025-08-20T21:59:47.1586259Z [00:03:48.982]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/packfile=/tmp/go-build282983591/b1593/_pkg_.a
2025-08-20T21:59:47.1588719Z [00:03:48.982]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build282983591/b1574/_pkg_.a
2025-08-20T21:59:47.1590259Z [00:03:48.982]➜  packagefile github.com/go-git/go-git/v5/plumbing/object=/tmp/go-build282983591/b1597/_pkg_.a
2025-08-20T21:59:47.1591678Z [00:03:48.982]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build282983591/b1612/_pkg_.a
2025-08-20T21:59:47.1593247Z [00:03:48.982]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build282983591/b1615/_pkg_.a
2025-08-20T21:59:47.1594834Z [00:03:48.982]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband=/tmp/go-build282983591/b1616/_pkg_.a
2025-08-20T21:59:47.1596283Z [00:03:48.982]➜  packagefile github.com/go-git/go-git/v5/plumbing/revlist=/tmp/go-build282983591/b1618/_pkg_.a
2025-08-20T21:59:47.1597563Z [00:03:48.982]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build282983591/b1595/_pkg_.a
2025-08-20T21:59:47.1599039Z [00:03:48.982]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build282983591/b1619/_pkg_.a
2025-08-20T21:59:47.1604917Z [00:03:48.982]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/client=/tmp/go-build282983591/b1620/_pkg_.a
2025-08-20T21:59:47.1606299Z [00:03:48.982]➜  packagefile github.com/go-git/go-git/v5/storage=/tmp/go-build282983591/b1606/_pkg_.a
2025-08-20T21:59:47.1607561Z [00:03:48.982]➜  packagefile github.com/go-git/go-git/v5/storage/filesystem=/tmp/go-build282983591/b1624/_pkg_.a
2025-08-20T21:59:47.1608978Z [00:03:48.983]➜  packagefile github.com/go-git/go-git/v5/storage/filesystem/dotgit=/tmp/go-build282983591/b1626/_pkg_.a
2025-08-20T21:59:47.1610741Z [00:03:48.983]➜  packagefile github.com/go-git/go-git/v5/storage/memory=/tmp/go-build282983591/b1617/_pkg_.a
2025-08-20T21:59:47.1611987Z [00:03:48.983]➜  packagefile github.com/go-git/go-git/v5/utils/diff=/tmp/go-build282983591/b1607/_pkg_.a
2025-08-20T21:59:47.1613192Z [00:03:48.983]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build282983591/b1589/_pkg_.a
2025-08-20T21:59:47.1614494Z [00:03:48.983]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie=/tmp/go-build282983591/b1609/_pkg_.a
2025-08-20T21:59:47.1615898Z [00:03:48.983]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/filesystem=/tmp/go-build282983591/b1635/_pkg_.a
2025-08-20T21:59:47.1617337Z [00:03:48.983]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/index=/tmp/go-build282983591/b1636/_pkg_.a
2025-08-20T21:59:47.1618779Z [00:03:48.983]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build282983591/b1611/_pkg_.a
2025-08-20T21:59:47.1620317Z [00:03:48.983]➜  packagefile github.com/go-git/go-git/v5/utils/sync=/tmp/go-build282983591/b1596/_pkg_.a
2025-08-20T21:59:47.1621542Z [00:03:48.983]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build282983591/b1608/_pkg_.a
2025-08-20T21:59:47.1622523Z [00:03:48.983]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:47.1623285Z [00:03:48.983]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:47.1624070Z [00:03:48.983]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:59:47.1624915Z [00:03:48.983]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:47.1625982Z [00:03:48.983]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:47.1626803Z [00:03:48.983]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:47.1627775Z [00:03:48.983]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:47.1628627Z [00:03:48.983]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:47.1629465Z [00:03:48.983]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:47.1638277Z [00:03:48.983]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:59:47.1639144Z [00:03:48.983]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:47.1640241Z [00:03:48.983]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:59:47.1640924Z [00:03:48.983]➜  EOF
2025-08-20T21:59:47.1650445Z [00:03:48.983]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1540/_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/b1540=>" -p github.com/go-git/go-git/v5 -lang=go1.23 -complete -installsuffix shared -buildid O8dEYA_jD5RZfFUgQcu2/O8dEYA_jD5RZfFUgQcu2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1540/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:59:47.4574765Z [00:03:49.283]➜  go tool buildid -w $WORK/b1639/_pkg_.a # internal
2025-08-20T21:59:47.4652143Z [00:03:49.290]➜  cp $WORK/b1639/_pkg_.a /root/.cache/go-build/8e/8e595a57fe118507ee889e52697017b9be5690e3ed108223785ac0a4a3588c1a-d # internal
2025-08-20T21:59:47.4685443Z [00:03:49.294]➜  github.com/olekukonko/tablewriter/pkg/twwidth
2025-08-20T21:59:47.4686059Z [00:03:49.294]➜  mkdir -p $WORK/b1644/
2025-08-20T21:59:47.4686734Z [00:03:49.294]➜  cat >/tmp/go-build282983591/b1644/importcfg << 'EOF' # internal
2025-08-20T21:59:47.4687358Z [00:03:49.294]➜  # import config
2025-08-20T21:59:47.4687932Z [00:03:49.294]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:47.4688799Z [00:03:49.294]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build282983591/b504/_pkg_.a
2025-08-20T21:59:47.4689643Z [00:03:49.294]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:47.4690620Z [00:03:49.294]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:47.4691370Z [00:03:49.294]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:47.4691913Z [00:03:49.294]➜  EOF
2025-08-20T21:59:47.4695416Z [00:03:49.294]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1644/_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/b1644=>" -p github.com/olekukonko/tablewriter/pkg/twwidth -lang=go1.21 -complete -installsuffix shared -buildid 1tgPWbA1dpT5WY-TDL3t/1tgPWbA1dpT5WY-TDL3t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1644/importcfg -pack /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/pkg/twwidth/width.go
2025-08-20T21:59:47.4744569Z [00:03:49.300]➜  go tool buildid -w $WORK/b1641/_pkg_.a # internal
2025-08-20T21:59:47.4783812Z [00:03:49.303]➜  cp $WORK/b1641/_pkg_.a /root/.cache/go-build/8d/8d9ad22552f03eebab30ce9601343403f00af8479b4d9ef7ea29b8edd3f93370-d # internal
2025-08-20T21:59:47.4813741Z [00:03:49.306]➜  github.com/olekukonko/ll
2025-08-20T21:59:47.4817042Z [00:03:49.307]➜  mkdir -p $WORK/b1640/
2025-08-20T21:59:47.4828643Z [00:03:49.308]➜  cat >/tmp/go-build282983591/b1640/importcfg << 'EOF' # internal
2025-08-20T21:59:47.4851755Z [00:03:49.308]➜  # import config
2025-08-20T21:59:47.4852436Z [00:03:49.308]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:47.4853268Z [00:03:49.308]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:59:47.4854148Z [00:03:49.308]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:47.4854953Z [00:03:49.308]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:47.4855837Z [00:03:49.308]➜  packagefile github.com/olekukonko/ll/lh=/tmp/go-build282983591/b1641/_pkg_.a
2025-08-20T21:59:47.4856884Z [00:03:49.308]➜  packagefile github.com/olekukonko/ll/lx=/tmp/go-build282983591/b1642/_pkg_.a
2025-08-20T21:59:47.4857761Z [00:03:49.308]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:47.4858513Z [00:03:49.308]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:47.4859258Z [00:03:49.308]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:47.4860234Z [00:03:49.308]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:47.4860989Z [00:03:49.308]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:47.4861700Z [00:03:49.308]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:47.4862593Z [00:03:49.308]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:47.4863342Z [00:03:49.308]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:47.4864134Z [00:03:49.308]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:47.4864923Z [00:03:49.308]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:47.4865498Z [00:03:49.308]➜  EOF
2025-08-20T21:59:47.4871122Z [00:03:49.308]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1640/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/olekukonko/ll@v0.0.9=>github.com/olekukonko/ll@v0.0.9;$WORK/b1640=>" -p github.com/olekukonko/ll -lang=go1.21 -complete -installsuffix shared -buildid GgTjc0uwmU7PwNSoUlRn/GgTjc0uwmU7PwNSoUlRn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1640/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:59:47.5434622Z [00:03:49.369]➜  go tool buildid -w $WORK/b1644/_pkg_.a # internal
2025-08-20T21:59:47.5455717Z [00:03:49.371]➜  cp $WORK/b1644/_pkg_.a /root/.cache/go-build/17/175443674ed87f229c0cc8d280496fe0e0d9c2ba3a4bf4ab9db6357a23d9b9dc-d # internal
2025-08-20T21:59:47.5457519Z [00:03:49.371]➜  github.com/olekukonko/tablewriter/pkg/twwarp
2025-08-20T21:59:47.5459485Z [00:03:49.371]➜  mkdir -p $WORK/b1643/
2025-08-20T21:59:47.5461164Z [00:03:49.371]➜  cat >/tmp/go-build282983591/b1643/importcfg << 'EOF' # internal
2025-08-20T21:59:47.5461826Z [00:03:49.371]➜  # import config
2025-08-20T21:59:47.5462678Z [00:03:49.371]➜  packagefile github.com/olekukonko/tablewriter/pkg/twwidth=/tmp/go-build282983591/b1644/_pkg_.a
2025-08-20T21:59:47.5463783Z [00:03:49.371]➜  packagefile github.com/rivo/uniseg=/tmp/go-build282983591/b505/_pkg_.a
2025-08-20T21:59:47.5464599Z [00:03:49.371]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:47.5465318Z [00:03:49.371]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:47.5466171Z [00:03:49.371]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:59:47.5466631Z [00:03:49.371]➜  EOF
2025-08-20T21:59:47.5470240Z [00:03:49.371]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1643/_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/b1643=>" -p github.com/olekukonko/tablewriter/pkg/twwarp -lang=go1.21 -complete -installsuffix shared -buildid TmnXOktYvvxZMeRpu6EP/TmnXOktYvvxZMeRpu6EP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1643/importcfg -pack /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/pkg/twwarp/wrap.go
2025-08-20T21:59:47.5999368Z [00:03:49.425]➜  go tool buildid -w $WORK/b1643/_pkg_.a # internal
2025-08-20T21:59:47.6004866Z [00:03:49.426]➜  cp $WORK/b1643/_pkg_.a /root/.cache/go-build/e7/e7b16eaeb2f78d86ec6e7f1725e00403382d5a8bde282c365d977d99c80ed169-d # internal
2025-08-20T21:59:47.6018931Z [00:03:49.427]➜  github.com/julienschmidt/httprouter
2025-08-20T21:59:47.6030400Z [00:03:49.427]➜  mkdir -p $WORK/b1649/
2025-08-20T21:59:47.6031169Z [00:03:49.428]➜  cat >/tmp/go-build282983591/b1649/importcfg << 'EOF' # internal
2025-08-20T21:59:47.6031859Z [00:03:49.428]➜  # import config
2025-08-20T21:59:47.6032529Z [00:03:49.428]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:47.6035148Z [00:03:49.428]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:47.6037828Z [00:03:49.428]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:47.6040236Z [00:03:49.428]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:59:47.6041417Z [00:03:49.428]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:59:47.6046078Z [00:03:49.428]➜  EOF
2025-08-20T21:59:47.6050924Z [00:03:49.428]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1649/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/julienschmidt/httprouter@v1.3.0=>github.com/julienschmidt/httprouter@v1.3.0;$WORK/b1649=>" -p github.com/julienschmidt/httprouter -lang=go1.7 -complete -installsuffix shared -buildid 5jiC26sU2EzehAG-nPkS/5jiC26sU2EzehAG-nPkS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1649/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:59:47.7815210Z [00:03:49.605]➜  go tool buildid -w $WORK/b1649/_pkg_.a # internal
2025-08-20T21:59:47.7823996Z [00:03:49.607]➜  cp $WORK/b1649/_pkg_.a /root/.cache/go-build/0d/0d1b6b51d8f151416b60a998c0d501c963893cee45b9d11a2371b0b4d711e07e-d # internal
2025-08-20T21:59:47.7825240Z [00:03:49.607]➜  github.com/projectdiscovery/nuclei/v3/pkg/testutils
2025-08-20T21:59:47.7825900Z [00:03:49.607]➜  mkdir -p $WORK/b1648/
2025-08-20T21:59:47.7827566Z [00:03:49.607]➜  cat >/tmp/go-build282983591/b1648/importcfg << 'EOF' # internal
2025-08-20T21:59:47.7828744Z [00:03:49.607]➜  # import config
2025-08-20T21:59:47.7830381Z [00:03:49.607]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:47.7831747Z [00:03:49.607]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:59:47.7845156Z [00:03:49.607]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:47.7847443Z [00:03:49.607]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:47.7848631Z [00:03:49.607]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:47.7849766Z [00:03:49.607]➜  packagefile github.com/gobwas/ws=/tmp/go-build282983591/b1381/_pkg_.a
2025-08-20T21:59:47.7854053Z [00:03:49.607]➜  packagefile github.com/julienschmidt/httprouter=/tmp/go-build282983591/b1649/_pkg_.a
2025-08-20T21:59:47.7855163Z [00:03:49.607]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build282983591/b248/_pkg_.a
2025-08-20T21:59:47.7856519Z [00:03:49.607]➜  packagefile github.com/projectdiscovery/gologger/levels=/tmp/go-build282983591/b249/_pkg_.a
2025-08-20T21:59:47.7857816Z [00:03:49.607]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build282983591/b623/_pkg_.a
2025-08-20T21:59:47.7859360Z [00:03:49.607]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/disk=/tmp/go-build282983591/b1250/_pkg_.a
2025-08-20T21:59:47.7860914Z [00:03:49.607]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model=/tmp/go-build282983591/b749/_pkg_.a
2025-08-20T21:59:47.7862286Z [00:03:49.607]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/severity=/tmp/go-build282983591/b688/_pkg_.a
2025-08-20T21:59:47.7863680Z [00:03:49.607]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:47.7864984Z [00:03:49.607]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/progress=/tmp/go-build282983591/b1141/_pkg_.a
2025-08-20T21:59:47.7866331Z [00:03:49.607]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build282983591/b1131/_pkg_.a
2025-08-20T21:59:47.7867816Z [00:03:49.608]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolinit=/tmp/go-build282983591/b1261/_pkg_.a
2025-08-20T21:59:47.7869521Z [00:03:49.608]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build282983591/b877/_pkg_.a
2025-08-20T21:59:47.7902921Z [00:03:49.608]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils=/tmp/go-build282983591/b794/_pkg_.a
2025-08-20T21:59:47.7904145Z [00:03:49.608]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:47.7905441Z [00:03:49.608]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils=/tmp/go-build282983591/b704/_pkg_.a
2025-08-20T21:59:47.7906502Z [00:03:49.608]➜  packagefile github.com/projectdiscovery/ratelimit=/tmp/go-build282983591/b1248/_pkg_.a
2025-08-20T21:59:47.7907593Z [00:03:49.608]➜  packagefile github.com/projectdiscovery/utils/conversion=/tmp/go-build282983591/b231/_pkg_.a
2025-08-20T21:59:47.7908702Z [00:03:49.608]➜  packagefile github.com/projectdiscovery/utils/unit=/tmp/go-build282983591/b780/_pkg_.a
2025-08-20T21:59:47.7909715Z [00:03:49.608]➜  packagefile go.uber.org/multierr=/tmp/go-build282983591/b338/_pkg_.a
2025-08-20T21:59:47.7910722Z [00:03:49.608]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:47.7911499Z [00:03:49.608]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:47.7912375Z [00:03:49.608]➜  packagefile net/http/httptest=/tmp/go-build282983591/b617/_pkg_.a
2025-08-20T21:59:47.7913192Z [00:03:49.608]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:47.7913977Z [00:03:49.608]➜  packagefile os/exec=/tmp/go-build282983591/b510/_pkg_.a
2025-08-20T21:59:47.7914767Z [00:03:49.608]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:47.7915572Z [00:03:49.608]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:47.7916339Z [00:03:49.608]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:47.7916918Z [00:03:49.608]➜  EOF
2025-08-20T21:59:47.7921333Z [00:03:49.608]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1648/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/testutils=>github.com/projectdiscovery/nuclei/v3/pkg/testutils;$WORK/b1648=>" -p github.com/projectdiscovery/nuclei/v3/pkg/testutils -lang=go1.24 -complete -installsuffix shared -buildid mfG-Ze7kveM0oqobAAdf/mfG-Ze7kveM0oqobAAdf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1648/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/testutils/integration.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/testutils/testutils.go
2025-08-20T21:59:48.1255314Z [00:03:49.951]➜  go tool buildid -w $WORK/b1640/_pkg_.a # internal
2025-08-20T21:59:48.1441047Z [00:03:49.969]➜  cp $WORK/b1640/_pkg_.a /root/.cache/go-build/92/922d77512d18bc31b85773fd1cefad34b3a4a2a011e52409d08e5dab57a11e9b-d # internal
2025-08-20T21:59:48.1549358Z [00:03:49.980]➜  github.com/olekukonko/tablewriter/tw
2025-08-20T21:59:48.1563375Z [00:03:49.980]➜  mkdir -p $WORK/b1646/
2025-08-20T21:59:48.1564147Z [00:03:49.980]➜  cat >/tmp/go-build282983591/b1646/importcfg << 'EOF' # internal
2025-08-20T21:59:48.1564821Z [00:03:49.980]➜  # import config
2025-08-20T21:59:48.1565462Z [00:03:49.980]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:48.1566470Z [00:03:49.980]➜  packagefile github.com/olekukonko/errors=/tmp/go-build282983591/b1639/_pkg_.a
2025-08-20T21:59:48.1567531Z [00:03:49.980]➜  packagefile github.com/olekukonko/ll=/tmp/go-build282983591/b1640/_pkg_.a
2025-08-20T21:59:48.1568730Z [00:03:49.980]➜  packagefile github.com/olekukonko/tablewriter/pkg/twwidth=/tmp/go-build282983591/b1644/_pkg_.a
2025-08-20T21:59:48.1571832Z [00:03:49.982]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:48.1573165Z [00:03:49.982]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:48.1574252Z [00:03:49.982]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:48.1575213Z [00:03:49.982]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:48.1576232Z [00:03:49.982]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:48.1577536Z [00:03:49.982]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:59:48.1578547Z [00:03:49.982]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:59:48.1579660Z [00:03:49.982]➜  EOF
2025-08-20T21:59:48.1589310Z [00:03:49.982]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1646/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/tw=>github.com/olekukonko/tablewriter@v1.0.8/tw;$WORK/b1646=>" -p github.com/olekukonko/tablewriter/tw -lang=go1.21 -complete -installsuffix shared -buildid rKi9vWjB5K_L689TXI1m/rKi9vWjB5K_L689TXI1m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1646/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:59:48.2919564Z [00:03:50.117]➜  go tool buildid -w $WORK/b1540/_pkg_.a # internal
2025-08-20T21:59:48.3067724Z [00:03:50.132]➜  cp $WORK/b1540/_pkg_.a /root/.cache/go-build/c6/c6542f9b8c80d7b435d04e114ff761311a0cef4a83e371cf67a7493733e1fe29-d # internal
2025-08-20T21:59:48.3179741Z [00:03:50.143]➜  github.com/projectdiscovery/wappalyzergo
2025-08-20T21:59:48.3184780Z [00:03:50.143]➜  mkdir -p $WORK/b1650/
2025-08-20T21:59:48.3194006Z [00:03:50.145]➜  cat >/tmp/go-build282983591/b1650/importcfg << 'EOF' # internal
2025-08-20T21:59:48.3210352Z [00:03:50.145]➜  # import config
2025-08-20T21:59:48.3210942Z [00:03:50.145]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:48.3211598Z [00:03:50.145]➜  packagefile embed=/tmp/go-build282983591/b066/_pkg_.a
2025-08-20T21:59:48.3212285Z [00:03:50.145]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:48.3212963Z [00:03:50.145]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:48.3213710Z [00:03:50.145]➜  packagefile golang.org/x/net/html=/tmp/go-build282983591/b199/_pkg_.a
2025-08-20T21:59:48.3214430Z [00:03:50.145]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:48.3215273Z [00:03:50.145]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:48.3215944Z [00:03:50.145]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:48.3216607Z [00:03:50.145]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:48.3217272Z [00:03:50.145]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:48.3217756Z [00:03:50.145]➜  EOF
2025-08-20T21:59:48.3218260Z [00:03:50.145]➜  cat >/tmp/go-build282983591/b1650/embedcfg << 'EOF' # internal
2025-08-20T21:59:48.3218774Z [00:03:50.145]➜  {
2025-08-20T21:59:48.3219104Z [00:03:50.145]➜  	"Patterns": {
2025-08-20T21:59:48.3219520Z [00:03:50.145]➜  		"categories_data.json": [
2025-08-20T21:59:48.3222697Z [00:03:50.145]➜  			"categories_data.json"
2025-08-20T21:59:48.3223155Z [00:03:50.145]➜  		],
2025-08-20T21:59:48.3223578Z [00:03:50.145]➜  		"fingerprints_data.json": [
2025-08-20T21:59:48.3224073Z [00:03:50.145]➜  			"fingerprints_data.json"
2025-08-20T21:59:48.3224480Z [00:03:50.145]➜  		]
2025-08-20T21:59:48.3224799Z [00:03:50.145]➜  	},
2025-08-20T21:59:48.3225129Z [00:03:50.145]➜  	"Files": {
2025-08-20T21:59:48.3226007Z [00:03:50.145]➜  		"categories_data.json": "/root/go/pkg/mod/github.com/projectdiscovery/wappalyzergo@v0.2.36/categories_data.json",
2025-08-20T21:59:48.3227349Z [00:03:50.145]➜  		"fingerprints_data.json": "/root/go/pkg/mod/github.com/projectdiscovery/wappalyzergo@v0.2.36/fingerprints_data.json"
2025-08-20T21:59:48.3228164Z [00:03:50.145]➜  	}
2025-08-20T21:59:48.3228479Z [00:03:50.145]➜  }EOF
2025-08-20T21:59:48.3268704Z [00:03:50.149]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1650/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/wappalyzergo@v0.2.36=>github.com/projectdiscovery/wappalyzergo@v0.2.36;$WORK/b1650=>" -p github.com/projectdiscovery/wappalyzergo -lang=go1.23 -complete -installsuffix shared -buildid rQTL9Q6U9ZxItr_tYP8t/rQTL9Q6U9ZxItr_tYP8t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1650/importcfg -embedcfg $WORK/b1650/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:59:48.4856675Z [00:03:50.311]➜  go tool buildid -w $WORK/b1650/_pkg_.a # internal
2025-08-20T21:59:48.4981686Z [00:03:50.323]➜  cp $WORK/b1650/_pkg_.a /root/.cache/go-build/ba/ba045527f7d86b3c713be1d8436a8704a5caf49975bd56798229b4fb0ca25fa3-d # internal
2025-08-20T21:59:48.4987265Z [00:03:50.324]➜  github.com/felixge/fgprof
2025-08-20T21:59:48.4988205Z [00:03:50.324]➜  mkdir -p $WORK/b1652/
2025-08-20T21:59:48.4996095Z [00:03:50.324]➜  cat >/tmp/go-build282983591/b1652/importcfg << 'EOF' # internal
2025-08-20T21:59:48.4997168Z [00:03:50.324]➜  # import config
2025-08-20T21:59:48.5000508Z [00:03:50.324]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:48.5001725Z [00:03:50.324]➜  packagefile github.com/google/pprof/profile=/tmp/go-build282983591/b858/_pkg_.a
2025-08-20T21:59:48.5002738Z [00:03:50.324]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:48.5003556Z [00:03:50.324]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:48.5004395Z [00:03:50.324]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:48.5005247Z [00:03:50.324]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:48.5006101Z [00:03:50.324]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:48.5006916Z [00:03:50.324]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:48.5007927Z [00:03:50.324]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:48.5008740Z [00:03:50.324]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:48.5009346Z [00:03:50.324]➜  EOF
2025-08-20T21:59:48.5013374Z [00:03:50.324]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1652/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/felixge/fgprof@v0.9.5=>github.com/felixge/fgprof@v0.9.5;$WORK/b1652=>" -p github.com/felixge/fgprof -lang=go1.14 -complete -installsuffix shared -buildid Uu4YQOqfUq_0aRX8XZDG/Uu4YQOqfUq_0aRX8XZDG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1652/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:59:48.5926050Z [00:03:50.418]➜  go tool buildid -w $WORK/b1652/_pkg_.a # internal
2025-08-20T21:59:48.5997588Z [00:03:50.425]➜  cp $WORK/b1652/_pkg_.a /root/.cache/go-build/5b/5bc34b09d3e75c7fe1f56db7263481ffd99f78d82d7945dc78ccc29eb081f55a-d # internal
2025-08-20T21:59:48.6035004Z [00:03:50.429]➜  github.com/projectdiscovery/utils/pprof
2025-08-20T21:59:48.6036775Z [00:03:50.429]➜  mkdir -p $WORK/b1651/
2025-08-20T21:59:48.6041125Z [00:03:50.429]➜  cat >/tmp/go-build282983591/b1651/importcfg << 'EOF' # internal
2025-08-20T21:59:48.6043038Z [00:03:50.429]➜  # import config
2025-08-20T21:59:48.6043722Z [00:03:50.429]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:48.6044548Z [00:03:50.429]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:48.6045681Z [00:03:50.429]➜  packagefile github.com/felixge/fgprof=/tmp/go-build282983591/b1652/_pkg_.a
2025-08-20T21:59:48.6046843Z [00:03:50.430]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:48.6048345Z [00:03:50.430]➜  packagefile github.com/projectdiscovery/utils/env=/tmp/go-build282983591/b183/_pkg_.a
2025-08-20T21:59:48.6049355Z [00:03:50.430]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:59:48.6050396Z [00:03:50.430]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:48.6051271Z [00:03:50.430]➜  packagefile net/http/pprof=/tmp/go-build282983591/b1446/_pkg_.a
2025-08-20T21:59:48.6052140Z [00:03:50.430]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:48.6053152Z [00:03:50.430]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:48.6053997Z [00:03:50.430]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:48.6054846Z [00:03:50.430]➜  packagefile runtime/pprof=/tmp/go-build282983591/b1448/_pkg_.a
2025-08-20T21:59:48.6055697Z [00:03:50.430]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:48.6056497Z [00:03:50.430]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:48.6057263Z [00:03:50.430]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:48.6057839Z [00:03:50.430]➜  EOF
2025-08-20T21:59:48.6062360Z [00:03:50.430]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1651/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/pprof=>github.com/projectdiscovery/utils@v0.4.23/pprof;$WORK/b1651=>" -p github.com/projectdiscovery/utils/pprof -lang=go1.24 -complete -installsuffix shared -buildid -Wms723aSAyUm-14c3aT/-Wms723aSAyUm-14c3aT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1651/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:59:48.7362158Z [00:03:50.561]➜  go tool buildid -w $WORK/b1646/_pkg_.a # internal
2025-08-20T21:59:48.7506749Z [00:03:50.576]➜  cp $WORK/b1646/_pkg_.a /root/.cache/go-build/38/38e3b75ab21f94cc85f3447097ad9ea6bced319edfcc1a739115acfc8cc311cf-d # internal
2025-08-20T21:59:48.7552882Z [00:03:50.580]➜  github.com/olekukonko/tablewriter/renderer
2025-08-20T21:59:48.7554133Z [00:03:50.580]➜  mkdir -p $WORK/b1645/
2025-08-20T21:59:48.7560132Z [00:03:50.581]➜  cat >/tmp/go-build282983591/b1645/importcfg << 'EOF' # internal
2025-08-20T21:59:48.7562890Z [00:03:50.581]➜  # import config
2025-08-20T21:59:48.7565113Z [00:03:50.581]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:48.7567931Z [00:03:50.581]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:48.7568853Z [00:03:50.581]➜  packagefile github.com/fatih/color=/tmp/go-build282983591/b544/_pkg_.a
2025-08-20T21:59:48.7570078Z [00:03:50.581]➜  packagefile github.com/olekukonko/ll=/tmp/go-build282983591/b1640/_pkg_.a
2025-08-20T21:59:48.7571167Z [00:03:50.581]➜  packagefile github.com/olekukonko/ll/lh=/tmp/go-build282983591/b1641/_pkg_.a
2025-08-20T21:59:48.7572417Z [00:03:50.581]➜  packagefile github.com/olekukonko/tablewriter/pkg/twwidth=/tmp/go-build282983591/b1644/_pkg_.a
2025-08-20T21:59:48.7573699Z [00:03:50.581]➜  packagefile github.com/olekukonko/tablewriter/tw=/tmp/go-build282983591/b1646/_pkg_.a
2025-08-20T21:59:48.7574671Z [00:03:50.581]➜  packagefile html=/tmp/go-build282983591/b176/_pkg_.a
2025-08-20T21:59:48.7575376Z [00:03:50.581]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:48.7576130Z [00:03:50.581]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:48.7576739Z [00:03:50.581]➜  EOF
2025-08-20T21:59:48.7595330Z [00:03:50.581]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1645/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/renderer=>github.com/olekukonko/tablewriter@v1.0.8/renderer;$WORK/b1645=>" -p github.com/olekukonko/tablewriter/renderer -lang=go1.21 -complete -installsuffix shared -buildid KVQ0DY655uc3RFa-FFtL/KVQ0DY655uc3RFa-FFtL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1645/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:59:48.8455918Z [00:03:50.671]➜  go tool buildid -w $WORK/b1651/_pkg_.a # internal
2025-08-20T21:59:48.8475008Z [00:03:50.673]➜  cp $WORK/b1651/_pkg_.a /root/.cache/go-build/f4/f4db420018abe7751e174ea7edf3c54d555d7fcc13599942175326ccb3a07a90-d # internal
2025-08-20T21:59:48.8508390Z [00:03:50.676]➜  github.com/remeh/sizedwaitgroup
2025-08-20T21:59:48.8512802Z [00:03:50.676]➜  mkdir -p $WORK/b1654/
2025-08-20T21:59:48.8517444Z [00:03:50.677]➜  cat >/tmp/go-build282983591/b1654/importcfg << 'EOF' # internal
2025-08-20T21:59:48.8524745Z [00:03:50.677]➜  # import config
2025-08-20T21:59:48.8525447Z [00:03:50.677]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:48.8526233Z [00:03:50.677]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:48.8526980Z [00:03:50.677]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:48.8527735Z [00:03:50.677]➜  EOF
2025-08-20T21:59:48.8558117Z [00:03:50.681]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1654/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/remeh/sizedwaitgroup@v1.0.0=>github.com/remeh/sizedwaitgroup@v1.0.0;$WORK/b1654=>" -p github.com/remeh/sizedwaitgroup -lang=go1.16 -complete -installsuffix shared -buildid PQ3pNwlDT5V8PAz35o1J/PQ3pNwlDT5V8PAz35o1J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1654/importcfg -pack /root/go/pkg/mod/github.com/remeh/sizedwaitgroup@v1.0.0/sizedwaitgroup.go
2025-08-20T21:59:48.8870319Z [00:03:50.712]➜  go tool buildid -w $WORK/b1654/_pkg_.a # internal
2025-08-20T21:59:48.8876614Z [00:03:50.713]➜  cp $WORK/b1654/_pkg_.a /root/.cache/go-build/3e/3ea9c8bc1e37bd31d32229a3a8c4e69165b6ce1938343cfac64157b217c0f708-d # internal
2025-08-20T21:59:48.8885121Z [00:03:50.714]➜  github.com/projectdiscovery/utils/proxy
2025-08-20T21:59:48.8896460Z [00:03:50.714]➜  mkdir -p $WORK/b1653/
2025-08-20T21:59:48.8897266Z [00:03:50.714]➜  cat >/tmp/go-build282983591/b1653/importcfg << 'EOF' # internal
2025-08-20T21:59:48.8897931Z [00:03:50.714]➜  # import config
2025-08-20T21:59:48.8898551Z [00:03:50.715]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:48.8899371Z [00:03:50.715]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:48.8902719Z [00:03:50.715]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:59:48.8903584Z [00:03:50.715]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:48.8904323Z [00:03:50.715]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:48.8905324Z [00:03:50.715]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:59:48.8906506Z [00:03:50.715]➜  packagefile github.com/remeh/sizedwaitgroup=/tmp/go-build282983591/b1654/_pkg_.a
2025-08-20T21:59:48.8907435Z [00:03:50.715]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:48.8908178Z [00:03:50.715]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:48.8908951Z [00:03:50.715]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:48.8909732Z [00:03:50.715]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:48.8913373Z [00:03:50.715]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:48.8914174Z [00:03:50.715]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:48.8914753Z [00:03:50.715]➜  EOF
2025-08-20T21:59:48.8919155Z [00:03:50.715]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1653/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/projectdiscovery/utils@v0.4.23/proxy=>github.com/projectdiscovery/utils@v0.4.23/proxy;$WORK/b1653=>" -p github.com/projectdiscovery/utils/proxy -lang=go1.24 -complete -installsuffix shared -buildid Kov0G-boHb8_ZHQ1XwG_/Kov0G-boHb8_ZHQ1XwG_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1653/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:59:49.0182814Z [00:03:50.843]➜  go tool buildid -w $WORK/b1653/_pkg_.a # internal
2025-08-20T21:59:49.0191799Z [00:03:50.844]➜  cp $WORK/b1653/_pkg_.a /root/.cache/go-build/4c/4cd30eaaf7774bf6aad97a0f1f60b297cc02dc064693eba1df282035a4522a2c-d # internal
2025-08-20T21:59:49.0226489Z [00:03:50.848]➜  github.com/DataDog/gostackparse
2025-08-20T21:59:49.0227179Z [00:03:50.848]➜  mkdir -p $WORK/b1656/
2025-08-20T21:59:49.0231418Z [00:03:50.848]➜  cat >/tmp/go-build282983591/b1656/importcfg << 'EOF' # internal
2025-08-20T21:59:49.0234831Z [00:03:50.849]➜  # import config
2025-08-20T21:59:49.0237280Z [00:03:50.849]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:49.0238130Z [00:03:50.849]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:49.0238925Z [00:03:50.849]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:49.0240019Z [00:03:50.849]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:49.0240852Z [00:03:50.849]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:49.0241670Z [00:03:50.849]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:49.0242486Z [00:03:50.849]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:49.0243272Z [00:03:50.849]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:49.0243844Z [00:03:50.849]➜  EOF
2025-08-20T21:59:49.0247406Z [00:03:50.849]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1656/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!data!dog/gostackparse@v0.7.0=>github.com/DataDog/gostackparse@v0.7.0;$WORK/b1656=>" -p github.com/DataDog/gostackparse -lang=go1.16 -complete -installsuffix shared -buildid 1v-yiq2ekAT0rRdSRU6x/1v-yiq2ekAT0rRdSRU6x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1656/importcfg -pack /root/go/pkg/mod/github.com/!data!dog/gostackparse@v0.7.0/gostackparse.go
2025-08-20T21:59:49.0820538Z [00:03:50.907]➜  go tool buildid -w $WORK/b1656/_pkg_.a # internal
2025-08-20T21:59:49.0824233Z [00:03:50.907]➜  cp $WORK/b1656/_pkg_.a /root/.cache/go-build/d1/d1b4d851ff598f876e6b0b0577461ca20f67080e732de92d719d3b4311431d4d-d # internal
2025-08-20T21:59:49.0826485Z [00:03:50.908]➜  github.com/projectdiscovery/nuclei/v3/pkg/utils/monitor
2025-08-20T21:59:49.0827957Z [00:03:50.908]➜  mkdir -p $WORK/b1655/
2025-08-20T21:59:49.0833709Z [00:03:50.908]➜  cat >/tmp/go-build282983591/b1655/importcfg << 'EOF' # internal
2025-08-20T21:59:49.0834387Z [00:03:50.908]➜  # import config
2025-08-20T21:59:49.0836544Z [00:03:50.908]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:49.0837378Z [00:03:50.908]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:49.0838417Z [00:03:50.908]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:49.0841176Z [00:03:50.908]➜  packagefile github.com/DataDog/gostackparse=/tmp/go-build282983591/b1656/_pkg_.a
2025-08-20T21:59:49.0843231Z [00:03:50.908]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:49.0845424Z [00:03:50.908]➜  packagefile github.com/projectdiscovery/utils/permission=/tmp/go-build282983591/b238/_pkg_.a
2025-08-20T21:59:49.0846751Z [00:03:50.908]➜  packagefile github.com/projectdiscovery/utils/unit=/tmp/go-build282983591/b780/_pkg_.a
2025-08-20T21:59:49.0848119Z [00:03:50.908]➜  packagefile github.com/rs/xid=/tmp/go-build282983591/b611/_pkg_.a
2025-08-20T21:59:49.0849112Z [00:03:50.908]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:49.0850096Z [00:03:50.909]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:49.0851005Z [00:03:50.909]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:49.0851872Z [00:03:50.909]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:49.0852714Z [00:03:50.909]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:49.0853542Z [00:03:50.909]➜  EOF
2025-08-20T21:59:49.0872649Z [00:03:50.911]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1655/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/monitor=>github.com/projectdiscovery/nuclei/v3/pkg/utils/monitor;$WORK/b1655=>" -p github.com/projectdiscovery/nuclei/v3/pkg/utils/monitor -lang=go1.24 -complete -installsuffix shared -buildid jQVW3kIytWm8JteQmy8P/jQVW3kIytWm8JteQmy8P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1655/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/monitor/monitor.go
2025-08-20T21:59:49.1769306Z [00:03:51.002]➜  go tool buildid -w $WORK/b1655/_pkg_.a # internal
2025-08-20T21:59:49.1783553Z [00:03:51.004]➜  cp $WORK/b1655/_pkg_.a /root/.cache/go-build/87/87f49d880301f42be63f4f04d2434a5ef5f1578216a7a2e1d16b1bf08ff95c01-d # internal
2025-08-20T21:59:49.5705131Z [00:03:51.396]➜  go tool buildid -w $WORK/b1645/_pkg_.a # internal
2025-08-20T21:59:49.5898710Z [00:03:51.415]➜  cp $WORK/b1645/_pkg_.a /root/.cache/go-build/b5/b55dd3fd1edd2d5a784755e3f9997cfcf615637b2b54be0edc05e69b998a77c3-d # internal
2025-08-20T21:59:49.5972524Z [00:03:51.422]➜  github.com/olekukonko/tablewriter
2025-08-20T21:59:49.5973635Z [00:03:51.422]➜  mkdir -p $WORK/b1638/
2025-08-20T21:59:49.5978245Z [00:03:51.423]➜  cat >/tmp/go-build282983591/b1638/importcfg << 'EOF' # internal
2025-08-20T21:59:49.5979085Z [00:03:51.423]➜  # import config
2025-08-20T21:59:49.5982107Z [00:03:51.423]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:49.5983607Z [00:03:51.423]➜  packagefile database/sql=/tmp/go-build282983591/b872/_pkg_.a
2025-08-20T21:59:49.5986412Z [00:03:51.423]➜  packagefile encoding/csv=/tmp/go-build282983591/b624/_pkg_.a
2025-08-20T21:59:49.5987420Z [00:03:51.423]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:49.5988343Z [00:03:51.423]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build282983591/b504/_pkg_.a
2025-08-20T21:59:49.5989425Z [00:03:51.423]➜  packagefile github.com/olekukonko/errors=/tmp/go-build282983591/b1639/_pkg_.a
2025-08-20T21:59:49.5990765Z [00:03:51.423]➜  packagefile github.com/olekukonko/ll=/tmp/go-build282983591/b1640/_pkg_.a
2025-08-20T21:59:49.5991799Z [00:03:51.423]➜  packagefile github.com/olekukonko/ll/lh=/tmp/go-build282983591/b1641/_pkg_.a
2025-08-20T21:59:49.5992966Z [00:03:51.423]➜  packagefile github.com/olekukonko/tablewriter/pkg/twwarp=/tmp/go-build282983591/b1643/_pkg_.a
2025-08-20T21:59:49.5994299Z [00:03:51.423]➜  packagefile github.com/olekukonko/tablewriter/pkg/twwidth=/tmp/go-build282983591/b1644/_pkg_.a
2025-08-20T21:59:49.5995629Z [00:03:51.423]➜  packagefile github.com/olekukonko/tablewriter/renderer=/tmp/go-build282983591/b1645/_pkg_.a
2025-08-20T21:59:49.5996905Z [00:03:51.423]➜  packagefile github.com/olekukonko/tablewriter/tw=/tmp/go-build282983591/b1646/_pkg_.a
2025-08-20T21:59:49.5997885Z [00:03:51.423]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:49.5998645Z [00:03:51.423]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:49.5999408Z [00:03:51.423]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:49.6023690Z [00:03:51.423]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:49.6024542Z [00:03:51.423]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:49.6025340Z [00:03:51.423]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:49.6026318Z [00:03:51.423]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:49.6027127Z [00:03:51.423]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:49.6027709Z [00:03:51.423]➜  EOF
2025-08-20T21:59:49.6034187Z [00:03:51.424]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1638/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8=>github.com/olekukonko/tablewriter@v1.0.8;$WORK/b1638=>" -p github.com/olekukonko/tablewriter -lang=go1.21 -complete -installsuffix shared -buildid jN15FOEE8hyRAaGLohpN/jN15FOEE8hyRAaGLohpN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1638/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:59:49.6095446Z [00:03:51.435]➜  go tool buildid -w $WORK/b1648/_pkg_.a # internal
2025-08-20T21:59:49.6497661Z [00:03:51.475]➜  cp $WORK/b1648/_pkg_.a /root/.cache/go-build/e2/e2a43039d903d21daf5fc13bf9f426d9a11f89697a7d16d721cd41a75ab005f6-d # internal
2025-08-20T21:59:49.6502880Z [00:03:51.475]➜  github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/automaticscan
2025-08-20T21:59:49.6511596Z [00:03:51.476]➜  mkdir -p $WORK/b1647/
2025-08-20T21:59:49.6512366Z [00:03:51.476]➜  cat >/tmp/go-build282983591/b1647/importcfg << 'EOF' # internal
2025-08-20T21:59:49.6513037Z [00:03:51.476]➜  # import config
2025-08-20T21:59:49.6513698Z [00:03:51.476]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:49.6514678Z [00:03:51.476]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build282983591/b248/_pkg_.a
2025-08-20T21:59:49.6519219Z [00:03:51.477]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:49.6521796Z [00:03:51.477]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:49.6523392Z [00:03:51.477]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build282983591/b623/_pkg_.a
2025-08-20T21:59:49.6526016Z [00:03:51.477]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/loader=/tmp/go-build282983591/b1129/_pkg_.a
2025-08-20T21:59:49.6527476Z [00:03:51.477]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/core=/tmp/go-build282983591/b1400/_pkg_.a
2025-08-20T21:59:49.6528925Z [00:03:51.477]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/provider=/tmp/go-build282983591/b1401/_pkg_.a
2025-08-20T21:59:49.6530561Z [00:03:51.477]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:49.6531960Z [00:03:51.477]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build282983591/b1131/_pkg_.a
2025-08-20T21:59:49.6533548Z [00:03:51.477]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build282983591/b795/_pkg_.a
2025-08-20T21:59:49.6535306Z [00:03:51.477]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/writer=/tmp/go-build282983591/b1151/_pkg_.a
2025-08-20T21:59:49.6537079Z [00:03:51.477]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/httpclientpool=/tmp/go-build282983591/b1262/_pkg_.a
2025-08-20T21:59:49.6538909Z [00:03:51.477]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils/http=/tmp/go-build282983591/b1245/_pkg_.a
2025-08-20T21:59:49.6540560Z [00:03:51.477]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/scan=/tmp/go-build282983591/b1247/_pkg_.a
2025-08-20T21:59:49.6541962Z [00:03:51.477]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates=/tmp/go-build282983591/b1249/_pkg_.a
2025-08-20T21:59:49.6543473Z [00:03:51.477]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/testutils=/tmp/go-build282983591/b1648/_pkg_.a
2025-08-20T21:59:49.6544865Z [00:03:51.477]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:49.6546278Z [00:03:51.477]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build282983591/b342/_pkg_.a
2025-08-20T21:59:49.6547587Z [00:03:51.477]➜  packagefile github.com/projectdiscovery/useragent=/tmp/go-build282983591/b735/_pkg_.a
2025-08-20T21:59:49.6548849Z [00:03:51.477]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build282983591/b223/_pkg_.a
2025-08-20T21:59:49.6572020Z [00:03:51.477]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build282983591/b191/_pkg_.a
2025-08-20T21:59:49.6573360Z [00:03:51.477]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:59:49.6574667Z [00:03:51.477]➜  packagefile github.com/projectdiscovery/utils/sync=/tmp/go-build282983591/b1116/_pkg_.a
2025-08-20T21:59:49.6575919Z [00:03:51.477]➜  packagefile github.com/projectdiscovery/utils/unit=/tmp/go-build282983591/b780/_pkg_.a
2025-08-20T21:59:49.6577188Z [00:03:51.477]➜  packagefile github.com/projectdiscovery/wappalyzergo=/tmp/go-build282983591/b1650/_pkg_.a
2025-08-20T21:59:49.6578453Z [00:03:51.477]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build282983591/b685/_pkg_.a
2025-08-20T21:59:49.6579406Z [00:03:51.477]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:49.6580426Z [00:03:51.477]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:49.6581208Z [00:03:51.477]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:49.6582022Z [00:03:51.477]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:49.6582858Z [00:03:51.477]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:49.6583631Z [00:03:51.477]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:49.6584434Z [00:03:51.477]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:49.6585064Z [00:03:51.477]➜  EOF
2025-08-20T21:59:49.6590704Z [00:03:51.477]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1647/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/automaticscan=>github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/automaticscan;$WORK/b1647=>" -p github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/automaticscan -lang=go1.24 -complete -installsuffix shared -buildid nNlL5q6p04kBw-oXzdRr/nNlL5q6p04kBw-oXzdRr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1647/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/automaticscan/automaticscan.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/automaticscan/doc.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/automaticscan/util.go
2025-08-20T21:59:50.6017877Z [00:03:52.427]➜  go tool buildid -w $WORK/b1521/_pkg_.a # internal
2025-08-20T21:59:50.6798442Z [00:03:52.505]➜  cp $WORK/b1521/_pkg_.a /root/.cache/go-build/5b/5b27154a9a9fc5d9e15a729b5969efb803405427ef6a51bef85e6890844ee9cb-d # internal
2025-08-20T21:59:50.6874184Z [00:03:52.513]➜  github.com/aws/aws-sdk-go-v2/feature/s3/manager
2025-08-20T21:59:50.6877377Z [00:03:52.513]➜  mkdir -p $WORK/b1518/
2025-08-20T21:59:50.6881216Z [00:03:52.513]➜  cat >/tmp/go-build282983591/b1518/importcfg << 'EOF' # internal
2025-08-20T21:59:50.6902768Z [00:03:52.514]➜  # import config
2025-08-20T21:59:50.6904501Z [00:03:52.514]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:50.6905308Z [00:03:52.514]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:50.6906106Z [00:03:52.514]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:50.6906922Z [00:03:52.514]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:50.6907706Z [00:03:52.514]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:50.6908687Z [00:03:52.514]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build282983591/b1266/_pkg_.a
2025-08-20T21:59:50.6910028Z [00:03:52.514]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/arn=/tmp/go-build282983591/b1519/_pkg_.a
2025-08-20T21:59:50.6911280Z [00:03:52.514]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build282983591/b1284/_pkg_.a
2025-08-20T21:59:50.6912604Z [00:03:52.514]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/awsutil=/tmp/go-build282983591/b1520/_pkg_.a
2025-08-20T21:59:50.6913957Z [00:03:52.514]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build282983591/b1297/_pkg_.a
2025-08-20T21:59:50.6915220Z [00:03:52.514]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdkio=/tmp/go-build282983591/b1304/_pkg_.a
2025-08-20T21:59:50.6916446Z [00:03:52.514]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3=/tmp/go-build282983591/b1521/_pkg_.a
2025-08-20T21:59:50.6917714Z [00:03:52.514]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/types=/tmp/go-build282983591/b1534/_pkg_.a
2025-08-20T21:59:50.6918973Z [00:03:52.514]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build282983591/b1274/_pkg_.a
2025-08-20T21:59:50.6920353Z [00:03:52.514]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build282983591/b1273/_pkg_.a
2025-08-20T21:59:50.6921832Z [00:03:52.514]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build282983591/b1275/_pkg_.a
2025-08-20T21:59:50.6922979Z [00:03:52.514]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:50.6923840Z [00:03:52.514]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:50.6924659Z [00:03:52.514]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:50.6925469Z [00:03:52.514]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:50.6926280Z [00:03:52.514]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:50.6927077Z [00:03:52.514]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:50.6927692Z [00:03:52.514]➜  EOF
2025-08-20T21:59:50.6954048Z [00:03:52.514]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1518/_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/b1518=>" -p github.com/aws/aws-sdk-go-v2/feature/s3/manager -lang=go1.22 -complete -installsuffix shared -buildid Fo54UKqPGFLLNSBTttjP/Fo54UKqPGFLLNSBTttjP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1518/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:59:50.9116444Z [00:03:52.737]➜  go tool buildid -w $WORK/b1518/_pkg_.a # internal
2025-08-20T21:59:50.9157445Z [00:03:52.741]➜  cp $WORK/b1518/_pkg_.a /root/.cache/go-build/46/46ca7e2cd62f16683e8b9cbb301a123107a8043e776d3269f7d5483fc0ca6881-d # internal
2025-08-20T21:59:50.9160800Z [00:03:52.741]➜  github.com/projectdiscovery/nuclei/v3/pkg/external/customtemplates
2025-08-20T21:59:50.9161702Z [00:03:52.741]➜  mkdir -p $WORK/b1449/
2025-08-20T21:59:50.9169666Z [00:03:52.742]➜  cat >/tmp/go-build282983591/b1449/importcfg << 'EOF' # internal
2025-08-20T21:59:50.9171022Z [00:03:52.742]➜  # import config
2025-08-20T21:59:50.9173105Z [00:03:52.742]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:50.9174212Z [00:03:52.742]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:50.9175239Z [00:03:52.742]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:50.9190635Z [00:03:52.742]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:50.9191879Z [00:03:52.742]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azidentity=/tmp/go-build282983591/b1450/_pkg_.a
2025-08-20T21:59:50.9193359Z [00:03:52.742]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob=/tmp/go-build282983591/b1504/_pkg_.a
2025-08-20T21:59:50.9195358Z [00:03:52.742]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build282983591/b1266/_pkg_.a
2025-08-20T21:59:50.9196580Z [00:03:52.742]➜  packagefile github.com/aws/aws-sdk-go-v2/config=/tmp/go-build282983591/b1290/_pkg_.a
2025-08-20T21:59:50.9197747Z [00:03:52.742]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials=/tmp/go-build282983591/b1292/_pkg_.a
2025-08-20T21:59:50.9199127Z [00:03:52.742]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/s3/manager=/tmp/go-build282983591/b1518/_pkg_.a
2025-08-20T21:59:50.9203776Z [00:03:52.742]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3=/tmp/go-build282983591/b1521/_pkg_.a
2025-08-20T21:59:50.9204993Z [00:03:52.742]➜  packagefile github.com/go-git/go-git/v5=/tmp/go-build282983591/b1540/_pkg_.a
2025-08-20T21:59:50.9206250Z [00:03:52.742]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/http=/tmp/go-build282983591/b1629/_pkg_.a
2025-08-20T21:59:50.9207483Z [00:03:52.742]➜  packagefile github.com/google/go-github/github=/tmp/go-build282983591/b1227/_pkg_.a
2025-08-20T21:59:50.9208474Z [00:03:52.742]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:50.9209513Z [00:03:52.742]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:50.9210959Z [00:03:52.742]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build282983591/b623/_pkg_.a
2025-08-20T21:59:50.9212308Z [00:03:52.742]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:50.9213539Z [00:03:52.742]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:59:50.9214706Z [00:03:52.742]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:59:50.9216009Z [00:03:52.742]➜  packagefile github.com/projectdiscovery/utils/folder=/tmp/go-build282983591/b222/_pkg_.a
2025-08-20T21:59:50.9217210Z [00:03:52.742]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:59:50.9218357Z [00:03:52.742]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build282983591/b1229/_pkg_.a
2025-08-20T21:59:50.9219358Z [00:03:52.742]➜  packagefile golang.org/x/oauth2=/tmp/go-build282983591/b576/_pkg_.a
2025-08-20T21:59:50.9220377Z [00:03:52.742]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:50.9221214Z [00:03:52.742]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:50.9221987Z [00:03:52.742]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:50.9222764Z [00:03:52.742]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:50.9223309Z [00:03:52.742]➜  EOF
2025-08-20T21:59:50.9229395Z [00:03:52.745]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1449/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/external/customtemplates=>github.com/projectdiscovery/nuclei/v3/pkg/external/customtemplates;$WORK/b1449=>" -p github.com/projectdiscovery/nuclei/v3/pkg/external/customtemplates -lang=go1.24 -complete -installsuffix shared -buildid -PvyQLcUVdjqVpmfB0J2/-PvyQLcUVdjqVpmfB0J2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1449/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/external/customtemplates/azure_blob.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/external/customtemplates/github.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/external/customtemplates/gitlab.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/external/customtemplates/s3.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/external/customtemplates/templates_provider.go
2025-08-20T21:59:50.9725040Z [00:03:52.798]➜  go tool buildid -w $WORK/b1638/_pkg_.a # internal
2025-08-20T21:59:50.9912062Z [00:03:52.813]➜  cp $WORK/b1638/_pkg_.a /root/.cache/go-build/a4/a4981cece7116c0feb042c676160ca19a0b191bf2f802665c84c1d34b3c93a1f-d # internal
2025-08-20T21:59:51.0237413Z [00:03:52.849]➜  go tool buildid -w $WORK/b1647/_pkg_.a # internal
2025-08-20T21:59:51.0454595Z [00:03:52.871]➜  cp $WORK/b1647/_pkg_.a /root/.cache/go-build/3c/3cdf92f2532e7f2aff7054e6c92aa2c21e115d87f2276a2b86332f51d93b9488-d # internal
2025-08-20T21:59:51.1062783Z [00:03:52.931]➜  go tool buildid -w $WORK/b1449/_pkg_.a # internal
2025-08-20T21:59:51.1123332Z [00:03:52.938]➜  cp $WORK/b1449/_pkg_.a /root/.cache/go-build/22/2213e88e71de3ca30f6df41aa198f223ece1a87d15a018f743038386cc513655-d # internal
2025-08-20T21:59:51.1124792Z [00:03:52.938]➜  github.com/projectdiscovery/nuclei/v3/pkg/installer
2025-08-20T21:59:51.1125215Z [00:03:52.938]➜  mkdir -p $WORK/b1637/
2025-08-20T21:59:51.1128676Z [00:03:52.938]➜  cat >/tmp/go-build282983591/b1637/importcfg << 'EOF' # internal
2025-08-20T21:59:51.1129373Z [00:03:52.938]➜  # import config
2025-08-20T21:59:51.1130214Z [00:03:52.938]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:51.1130915Z [00:03:52.938]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:51.1131385Z [00:03:52.938]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:51.1137930Z [00:03:52.938]➜  packagefile crypto/md5=/tmp/go-build282983591/b073/_pkg_.a
2025-08-20T21:59:51.1138801Z [00:03:52.938]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:51.1139359Z [00:03:52.938]➜  packagefile github.com/Masterminds/semver/v3=/tmp/go-build282983591/b482/_pkg_.a
2025-08-20T21:59:51.1140333Z [00:03:52.938]➜  packagefile github.com/charmbracelet/glamour=/tmp/go-build282983591/b483/_pkg_.a
2025-08-20T21:59:51.1141187Z [00:03:52.938]➜  packagefile github.com/olekukonko/tablewriter=/tmp/go-build282983591/b1638/_pkg_.a
2025-08-20T21:59:51.1142042Z [00:03:52.938]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:51.1142953Z [00:03:52.938]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build282983591/b623/_pkg_.a
2025-08-20T21:59:51.1143966Z [00:03:52.938]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/external/customtemplates=/tmp/go-build282983591/b1449/_pkg_.a
2025-08-20T21:59:51.1144813Z [00:03:52.938]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build282983591/b626/_pkg_.a
2025-08-20T21:59:51.1145573Z [00:03:52.938]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build282983591/b342/_pkg_.a
2025-08-20T21:59:51.1146269Z [00:03:52.938]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:59:51.1147012Z [00:03:52.938]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:59:51.1147688Z [00:03:52.938]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:59:51.1148350Z [00:03:52.938]➜  packagefile github.com/projectdiscovery/utils/update=/tmp/go-build282983591/b480/_pkg_.a
2025-08-20T21:59:51.1148881Z [00:03:52.938]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:51.1149302Z [00:03:52.938]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:59:51.1149733Z [00:03:52.938]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:51.1150429Z [00:03:52.938]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:51.1150844Z [00:03:52.938]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:51.1151285Z [00:03:52.938]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:51.1151753Z [00:03:52.938]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:51.1152176Z [00:03:52.938]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:51.1152601Z [00:03:52.938]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:51.1153019Z [00:03:52.938]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:51.1153335Z [00:03:52.938]➜  EOF
2025-08-20T21:59:51.1156196Z [00:03:52.938]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1637/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/installer=>github.com/projectdiscovery/nuclei/v3/pkg/installer;$WORK/b1637=>" -p github.com/projectdiscovery/nuclei/v3/pkg/installer -lang=go1.24 -complete -installsuffix shared -buildid fVQ3F6g-zrMWyO6yeEG8/fVQ3F6g-zrMWyO6yeEG8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1637/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/installer/doc.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/installer/template.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/installer/util.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/installer/versioncheck.go
2025-08-20T21:59:51.4023579Z [00:03:53.228]➜  go tool buildid -w $WORK/b1637/_pkg_.a # internal
2025-08-20T21:59:51.4122312Z [00:03:53.237]➜  cp $WORK/b1637/_pkg_.a /root/.cache/go-build/09/090042ef46e797924da7c26572a135009248eb1d4656cc18d1ea5ea076c6255b-d # internal
2025-08-20T21:59:51.4124940Z [00:03:53.238]➜  github.com/projectdiscovery/nuclei/v3/internal/runner
2025-08-20T21:59:51.4125606Z [00:03:53.238]➜  mkdir -p $WORK/b798/
2025-08-20T21:59:51.4129707Z [00:03:53.238]➜  cat >/tmp/go-build282983591/b798/importcfg << 'EOF' # internal
2025-08-20T21:59:51.4131672Z [00:03:53.238]➜  # import config
2025-08-20T21:59:51.4132514Z [00:03:53.238]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:51.4133551Z [00:03:53.238]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:51.4134722Z [00:03:53.238]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:51.4135686Z [00:03:53.238]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:51.4136633Z [00:03:53.238]➜  packagefile github.com/alecthomas/chroma/quick=/tmp/go-build282983591/b799/_pkg_.a
2025-08-20T21:59:51.4137777Z [00:03:53.238]➜  packagefile github.com/go-playground/validator/v10=/tmp/go-build282983591/b833/_pkg_.a
2025-08-20T21:59:51.4138853Z [00:03:53.238]➜  packagefile github.com/json-iterator/go=/tmp/go-build282983591/b244/_pkg_.a
2025-08-20T21:59:51.4140201Z [00:03:53.238]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build282983591/b248/_pkg_.a
2025-08-20T21:59:51.4140869Z [00:03:53.238]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:51.4141478Z [00:03:53.238]➜  packagefile github.com/projectdiscovery/goflags=/tmp/go-build282983591/b065/_pkg_.a
2025-08-20T21:59:51.4142300Z [00:03:53.238]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:51.4143338Z [00:03:53.238]➜  packagefile github.com/projectdiscovery/gologger/formatter=/tmp/go-build282983591/b243/_pkg_.a
2025-08-20T21:59:51.4144207Z [00:03:53.238]➜  packagefile github.com/projectdiscovery/gologger/levels=/tmp/go-build282983591/b249/_pkg_.a
2025-08-20T21:59:51.4145216Z [00:03:53.238]➜  packagefile github.com/projectdiscovery/hmap/store/hybrid=/tmp/go-build282983591/b413/_pkg_.a
2025-08-20T21:59:51.4146062Z [00:03:53.238]➜  packagefile github.com/projectdiscovery/httpx/common/httpx=/tmp/go-build282983591/b706/_pkg_.a
2025-08-20T21:59:51.4146948Z [00:03:53.238]➜  packagefile github.com/projectdiscovery/nuclei/v3/internal/colorizer=/tmp/go-build282983591/b687/_pkg_.a
2025-08-20T21:59:51.4147854Z [00:03:53.238]➜  packagefile github.com/projectdiscovery/nuclei/v3/internal/httpapi=/tmp/go-build282983591/b845/_pkg_.a
2025-08-20T21:59:51.4148748Z [00:03:53.238]➜  packagefile github.com/projectdiscovery/nuclei/v3/internal/pdcp=/tmp/go-build282983591/b622/_pkg_.a
2025-08-20T21:59:51.4149643Z [00:03:53.238]➜  packagefile github.com/projectdiscovery/nuclei/v3/internal/server=/tmp/go-build282983591/b1117/_pkg_.a
2025-08-20T21:59:51.4150807Z [00:03:53.238]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/authprovider=/tmp/go-build282983591/b1132/_pkg_.a
2025-08-20T21:59:51.4151863Z [00:03:53.238]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/authprovider/authx=/tmp/go-build282983591/b1133/_pkg_.a
2025-08-20T21:59:51.4152801Z [00:03:53.238]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog=/tmp/go-build282983591/b746/_pkg_.a
2025-08-20T21:59:51.4153708Z [00:03:53.238]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build282983591/b623/_pkg_.a
2025-08-20T21:59:51.4154786Z [00:03:53.238]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/disk=/tmp/go-build282983591/b1250/_pkg_.a
2025-08-20T21:59:51.4155693Z [00:03:53.238]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/loader=/tmp/go-build282983591/b1129/_pkg_.a
2025-08-20T21:59:51.4156697Z [00:03:53.238]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/core=/tmp/go-build282983591/b1400/_pkg_.a
2025-08-20T21:59:51.4157729Z [00:03:53.238]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/external/customtemplates=/tmp/go-build282983591/b1449/_pkg_.a
2025-08-20T21:59:51.4158712Z [00:03:53.238]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/frequency=/tmp/go-build282983591/b1134/_pkg_.a
2025-08-20T21:59:51.4159631Z [00:03:53.238]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/stats=/tmp/go-build282983591/b1136/_pkg_.a
2025-08-20T21:59:51.4160629Z [00:03:53.238]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input=/tmp/go-build282983591/b1138/_pkg_.a
2025-08-20T21:59:51.4161524Z [00:03:53.238]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/provider=/tmp/go-build282983591/b1401/_pkg_.a
2025-08-20T21:59:51.4162422Z [00:03:53.238]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/installer=/tmp/go-build282983591/b1637/_pkg_.a
2025-08-20T21:59:51.4163383Z [00:03:53.238]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/loader/parser=/tmp/go-build282983591/b1140/_pkg_.a
2025-08-20T21:59:51.4164628Z [00:03:53.238]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/loader/workflow=/tmp/go-build282983591/b1445/_pkg_.a
2025-08-20T21:59:51.4166126Z [00:03:53.238]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:51.4167689Z [00:03:53.238]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output/stats=/tmp/go-build282983591/b792/_pkg_.a
2025-08-20T21:59:51.4169158Z [00:03:53.238]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/progress=/tmp/go-build282983591/b1141/_pkg_.a
2025-08-20T21:59:51.4170813Z [00:03:53.238]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/projectfile=/tmp/go-build282983591/b1144/_pkg_.a
2025-08-20T21:59:51.4172147Z [00:03:53.238]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build282983591/b1131/_pkg_.a
2025-08-20T21:59:51.4173320Z [00:03:53.238]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/automaticscan=/tmp/go-build282983591/b1647/_pkg_.a
2025-08-20T21:59:51.4174522Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build282983591/b795/_pkg_.a
2025-08-20T21:59:51.4175580Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build282983591/b787/_pkg_.a
2025-08-20T21:59:51.4176701Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/globalmatchers=/tmp/go-build282983591/b1145/_pkg_.a
2025-08-20T21:59:51.4177880Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/writer=/tmp/go-build282983591/b1151/_pkg_.a
2025-08-20T21:59:51.4178978Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/hosterrorscache=/tmp/go-build282983591/b1146/_pkg_.a
2025-08-20T21:59:51.4180351Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/interactsh=/tmp/go-build282983591/b1149/_pkg_.a
2025-08-20T21:59:51.4181420Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolinit=/tmp/go-build282983591/b1261/_pkg_.a
2025-08-20T21:59:51.4182511Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build282983591/b877/_pkg_.a
2025-08-20T21:59:51.4183644Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/replacer=/tmp/go-build282983591/b784/_pkg_.a
2025-08-20T21:59:51.4184685Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/uncover=/tmp/go-build282983591/b1426/_pkg_.a
2025-08-20T21:59:51.4186014Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/excludematchers=/tmp/go-build282983591/b791/_pkg_.a
2025-08-20T21:59:51.4187240Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/vardump=/tmp/go-build282983591/b1113/_pkg_.a
2025-08-20T21:59:51.4188334Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/headless/engine=/tmp/go-build282983591/b1244/_pkg_.a
2025-08-20T21:59:51.4189325Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http=/tmp/go-build282983591/b1363/_pkg_.a
2025-08-20T21:59:51.4190543Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/httpclientpool=/tmp/go-build282983591/b1262/_pkg_.a
2025-08-20T21:59:51.4191412Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting=/tmp/go-build282983591/b1152/_pkg_.a
2025-08-20T21:59:51.4192287Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/jsonexporter=/tmp/go-build282983591/b1155/_pkg_.a
2025-08-20T21:59:51.4193220Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/jsonl=/tmp/go-build282983591/b1156/_pkg_.a
2025-08-20T21:59:51.4194131Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/markdown=/tmp/go-build282983591/b1157/_pkg_.a
2025-08-20T21:59:51.4195037Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/sarif=/tmp/go-build282983591/b1212/_pkg_.a
2025-08-20T21:59:51.4195948Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/scan=/tmp/go-build282983591/b1247/_pkg_.a
2025-08-20T21:59:51.4196707Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/scan/events=/tmp/go-build282983591/b1391/_pkg_.a
2025-08-20T21:59:51.4197472Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates=/tmp/go-build282983591/b1249/_pkg_.a
2025-08-20T21:59:51.4198282Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/extensions=/tmp/go-build282983591/b625/_pkg_.a
2025-08-20T21:59:51.4199131Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:51.4200062Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils=/tmp/go-build282983591/b704/_pkg_.a
2025-08-20T21:59:51.4200840Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build282983591/b626/_pkg_.a
2025-08-20T21:59:51.4201614Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/stats=/tmp/go-build282983591/b1369/_pkg_.a
2025-08-20T21:59:51.4202379Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/yaml=/tmp/go-build282983591/b1397/_pkg_.a
2025-08-20T21:59:51.4203087Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/ratelimit=/tmp/go-build282983591/b1248/_pkg_.a
2025-08-20T21:59:51.4203766Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build282983591/b342/_pkg_.a
2025-08-20T21:59:51.4204448Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/uncover=/tmp/go-build282983591/b1427/_pkg_.a
2025-08-20T21:59:51.4205120Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/utils/auth/pdcp=/tmp/go-build282983591/b341/_pkg_.a
2025-08-20T21:59:51.4205798Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/utils/env=/tmp/go-build282983591/b183/_pkg_.a
2025-08-20T21:59:51.4206451Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:59:51.4207109Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:59:51.4207771Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/utils/generic=/tmp/go-build282983591/b736/_pkg_.a
2025-08-20T21:59:51.4208546Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/utils/permission=/tmp/go-build282983591/b238/_pkg_.a
2025-08-20T21:59:51.4209285Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/utils/pprof=/tmp/go-build282983591/b1651/_pkg_.a
2025-08-20T21:59:51.4210073Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/utils/proxy=/tmp/go-build282983591/b1653/_pkg_.a
2025-08-20T21:59:51.4210731Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/utils/ptr=/tmp/go-build282983591/b471/_pkg_.a
2025-08-20T21:59:51.4211387Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:59:51.4212052Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/utils/sync=/tmp/go-build282983591/b1116/_pkg_.a
2025-08-20T21:59:51.4212706Z [00:03:53.239]➜  packagefile github.com/projectdiscovery/utils/update=/tmp/go-build282983591/b480/_pkg_.a
2025-08-20T21:59:51.4213238Z [00:03:53.239]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:59:51.4213655Z [00:03:53.239]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:51.4214070Z [00:03:53.239]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:51.4214486Z [00:03:53.239]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:51.4214930Z [00:03:53.239]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:51.4215376Z [00:03:53.239]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:51.4215791Z [00:03:53.239]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:51.4216207Z [00:03:53.239]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:51.4216689Z [00:03:53.239]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:51.4217112Z [00:03:53.239]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:51.4217550Z [00:03:53.239]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:51.4217982Z [00:03:53.239]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:51.4218292Z [00:03:53.239]➜  EOF
2025-08-20T21:59:51.4221928Z [00:03:53.239]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b798/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/runner=>github.com/projectdiscovery/nuclei/v3/internal/runner;$WORK/b798=>" -p github.com/projectdiscovery/nuclei/v3/internal/runner -lang=go1.24 -complete -installsuffix shared -buildid 0bhTlEUai_fnEelPmCg8/0bhTlEUai_fnEelPmCg8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b798/importcfg -pack /tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/runner/banner.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/runner/healthcheck.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/runner/inputs.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/runner/lazy.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/runner/options.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/runner/proxy.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/runner/runner.go /tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/runner/templates.go
2025-08-20T21:59:52.1947093Z [00:03:54.020]➜  go tool buildid -w $WORK/b798/_pkg_.a # internal
2025-08-20T21:59:52.2155127Z [00:03:54.041]➜  cp $WORK/b798/_pkg_.a /root/.cache/go-build/0a/0a7bb55dd61b56b2cc4a3379f879f53a9a8f56d57af64f623046393535c6cb0d-d # internal
2025-08-20T21:59:52.2160345Z [00:03:54.041]➜  github.com/projectdiscovery/nuclei/v3/cmd/nuclei
2025-08-20T21:59:52.2160998Z [00:03:54.041]➜  mkdir -p $WORK/b001/
2025-08-20T21:59:52.2164895Z [00:03:54.042]➜  cat >/tmp/go-build282983591/b001/importcfg << 'EOF' # internal
2025-08-20T21:59:52.2165567Z [00:03:54.042]➜  # import config
2025-08-20T21:59:52.2166197Z [00:03:54.042]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:52.2166971Z [00:03:54.042]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:52.2167984Z [00:03:54.042]➜  packagefile github.com/projectdiscovery/goflags=/tmp/go-build282983591/b065/_pkg_.a
2025-08-20T21:59:52.2169361Z [00:03:54.042]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:52.2170816Z [00:03:54.042]➜  packagefile github.com/projectdiscovery/gologger/levels=/tmp/go-build282983591/b249/_pkg_.a
2025-08-20T21:59:52.2171924Z [00:03:54.042]➜  packagefile github.com/projectdiscovery/interactsh/pkg/client=/tmp/go-build282983591/b326/_pkg_.a
2025-08-20T21:59:52.2172752Z [00:03:54.042]➜  packagefile github.com/projectdiscovery/nuclei/v3/internal/pdcp=/tmp/go-build282983591/b622/_pkg_.a
2025-08-20T21:59:52.2173553Z [00:03:54.042]➜  packagefile github.com/projectdiscovery/nuclei/v3/internal/runner=/tmp/go-build282983591/b798/_pkg_.a
2025-08-20T21:59:52.2174380Z [00:03:54.042]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build282983591/b623/_pkg_.a
2025-08-20T21:59:52.2175206Z [00:03:54.042]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/provider=/tmp/go-build282983591/b1401/_pkg_.a
2025-08-20T21:59:52.2176017Z [00:03:54.042]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/installer=/tmp/go-build282983591/b1637/_pkg_.a
2025-08-20T21:59:52.2177070Z [00:03:54.042]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/severity=/tmp/go-build282983591/b688/_pkg_.a
2025-08-20T21:59:52.2178288Z [00:03:54.042]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/common/dsl=/tmp/go-build282983591/b763/_pkg_.a
2025-08-20T21:59:52.2179415Z [00:03:54.042]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/uncover=/tmp/go-build282983591/b1426/_pkg_.a
2025-08-20T21:59:52.2180711Z [00:03:54.042]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http=/tmp/go-build282983591/b1363/_pkg_.a
2025-08-20T21:59:52.2181788Z [00:03:54.042]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates=/tmp/go-build282983591/b1249/_pkg_.a
2025-08-20T21:59:52.2182825Z [00:03:54.042]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/extensions=/tmp/go-build282983591/b625/_pkg_.a
2025-08-20T21:59:52.2183993Z [00:03:54.042]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/signer=/tmp/go-build282983591/b1389/_pkg_.a
2025-08-20T21:59:52.2184970Z [00:03:54.042]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build282983591/b779/_pkg_.a
2025-08-20T21:59:52.2186010Z [00:03:54.042]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:52.2186940Z [00:03:54.042]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types/scanstrategy=/tmp/go-build282983591/b1246/_pkg_.a
2025-08-20T21:59:52.2187890Z [00:03:54.042]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/monitor=/tmp/go-build282983591/b1655/_pkg_.a
2025-08-20T21:59:52.2188768Z [00:03:54.042]➜  packagefile github.com/projectdiscovery/utils/auth/pdcp=/tmp/go-build282983591/b341/_pkg_.a
2025-08-20T21:59:52.2189583Z [00:03:54.042]➜  packagefile github.com/projectdiscovery/utils/env=/tmp/go-build282983591/b183/_pkg_.a
2025-08-20T21:59:52.2190548Z [00:03:54.042]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:59:52.2191440Z [00:03:54.042]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:59:52.2192273Z [00:03:54.042]➜  packagefile github.com/projectdiscovery/utils/pprof=/tmp/go-build282983591/b1651/_pkg_.a
2025-08-20T21:59:52.2193074Z [00:03:54.042]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:59:52.2193875Z [00:03:54.042]➜  packagefile github.com/projectdiscovery/utils/unit=/tmp/go-build282983591/b780/_pkg_.a
2025-08-20T21:59:52.2194673Z [00:03:54.042]➜  packagefile github.com/projectdiscovery/utils/update=/tmp/go-build282983591/b480/_pkg_.a
2025-08-20T21:59:52.2195376Z [00:03:54.042]➜  packagefile github.com/rs/xid=/tmp/go-build282983591/b611/_pkg_.a
2025-08-20T21:59:52.2195963Z [00:03:54.042]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:59:52.2196482Z [00:03:54.042]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:52.2197050Z [00:03:54.042]➜  packagefile os/signal=/tmp/go-build282983591/b543/_pkg_.a
2025-08-20T21:59:52.2197631Z [00:03:54.042]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:52.2198095Z [00:03:54.042]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:52.2198671Z [00:03:54.042]➜  packagefile runtime/pprof=/tmp/go-build282983591/b1448/_pkg_.a
2025-08-20T21:59:52.2199283Z [00:03:54.042]➜  packagefile runtime/trace=/tmp/go-build282983591/b868/_pkg_.a
2025-08-20T21:59:52.2199941Z [00:03:54.042]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:52.2200485Z [00:03:54.042]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:52.2201056Z [00:03:54.042]➜  packagefile runtime/cgo=/tmp/go-build282983591/b165/_pkg_.a
2025-08-20T21:59:52.2201396Z [00:03:54.042]➜  EOF
2025-08-20T21:59:52.2203232Z [00:03:54.042]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei=>github.com/projectdiscovery/nuclei/v3/cmd/nuclei;$WORK/b001=>" -p main -lang=go1.24 -complete -installsuffix shared -buildid iOY7MNWwwkof0dnSvAC0/iOY7MNWwwkof0dnSvAC0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./main.go
2025-08-20T21:59:52.7678322Z [00:03:54.593]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T21:59:52.7822065Z [00:03:54.607]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/ac/aca0ba5e19dbb5bd5bfd82ba616fc26b45b0432fabcf72f2c8e69002b1bb8e19-d # internal
2025-08-20T21:59:52.7865275Z [00:03:54.611]➜  cat >/tmp/go-build282983591/b001/importcfg.link << 'EOF' # internal
2025-08-20T21:59:52.7867420Z [00:03:54.611]➜  packagefile github.com/projectdiscovery/nuclei/v3/cmd/nuclei=/tmp/go-build282983591/b001/_pkg_.a
2025-08-20T21:59:52.7873675Z [00:03:54.612]➜  packagefile bufio=/tmp/go-build282983591/b002/_pkg_.a
2025-08-20T21:59:52.7876385Z [00:03:54.612]➜  packagefile fmt=/tmp/go-build282983591/b044/_pkg_.a
2025-08-20T21:59:52.7878093Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/goflags=/tmp/go-build282983591/b065/_pkg_.a
2025-08-20T21:59:52.7879487Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/gologger=/tmp/go-build282983591/b242/_pkg_.a
2025-08-20T21:59:52.7881922Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/gologger/levels=/tmp/go-build282983591/b249/_pkg_.a
2025-08-20T21:59:52.7883718Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/interactsh/pkg/client=/tmp/go-build282983591/b326/_pkg_.a
2025-08-20T21:59:52.7885470Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/internal/pdcp=/tmp/go-build282983591/b622/_pkg_.a
2025-08-20T21:59:52.7888205Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/internal/runner=/tmp/go-build282983591/b798/_pkg_.a
2025-08-20T21:59:52.7890146Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/config=/tmp/go-build282983591/b623/_pkg_.a
2025-08-20T21:59:52.7891967Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/provider=/tmp/go-build282983591/b1401/_pkg_.a
2025-08-20T21:59:52.7894160Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/installer=/tmp/go-build282983591/b1637/_pkg_.a
2025-08-20T21:59:52.7895825Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/severity=/tmp/go-build282983591/b688/_pkg_.a
2025-08-20T21:59:52.7897432Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/common/dsl=/tmp/go-build282983591/b763/_pkg_.a
2025-08-20T21:59:52.7899082Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/uncover=/tmp/go-build282983591/b1426/_pkg_.a
2025-08-20T21:59:52.7901139Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http=/tmp/go-build282983591/b1363/_pkg_.a
2025-08-20T21:59:52.7903131Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates=/tmp/go-build282983591/b1249/_pkg_.a
2025-08-20T21:59:52.7905211Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/extensions=/tmp/go-build282983591/b625/_pkg_.a
2025-08-20T21:59:52.7907147Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/signer=/tmp/go-build282983591/b1389/_pkg_.a
2025-08-20T21:59:52.7909018Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/templates/types=/tmp/go-build282983591/b779/_pkg_.a
2025-08-20T21:59:52.7910747Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types=/tmp/go-build282983591/b778/_pkg_.a
2025-08-20T21:59:52.7912512Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types/scanstrategy=/tmp/go-build282983591/b1246/_pkg_.a
2025-08-20T21:59:52.7914068Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/monitor=/tmp/go-build282983591/b1655/_pkg_.a
2025-08-20T21:59:52.7915435Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/utils/auth/pdcp=/tmp/go-build282983591/b341/_pkg_.a
2025-08-20T21:59:52.7916888Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/utils/env=/tmp/go-build282983591/b183/_pkg_.a
2025-08-20T21:59:52.7918136Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/utils/errkit=/tmp/go-build282983591/b182/_pkg_.a
2025-08-20T21:59:52.7919368Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/utils/file=/tmp/go-build282983591/b104/_pkg_.a
2025-08-20T21:59:52.7920752Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/utils/pprof=/tmp/go-build282983591/b1651/_pkg_.a
2025-08-20T21:59:52.7922049Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/utils/strings=/tmp/go-build282983591/b193/_pkg_.a
2025-08-20T21:59:52.7923646Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/utils/unit=/tmp/go-build282983591/b780/_pkg_.a
2025-08-20T21:59:52.7924913Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/utils/update=/tmp/go-build282983591/b480/_pkg_.a
2025-08-20T21:59:52.7926044Z [00:03:54.612]➜  packagefile github.com/rs/xid=/tmp/go-build282983591/b611/_pkg_.a
2025-08-20T21:59:52.7926912Z [00:03:54.612]➜  packagefile io/fs=/tmp/go-build282983591/b054/_pkg_.a
2025-08-20T21:59:52.7928179Z [00:03:54.612]➜  packagefile os=/tmp/go-build282983591/b052/_pkg_.a
2025-08-20T21:59:52.7928994Z [00:03:54.612]➜  packagefile os/signal=/tmp/go-build282983591/b543/_pkg_.a
2025-08-20T21:59:52.7930017Z [00:03:54.612]➜  packagefile path/filepath=/tmp/go-build282983591/b167/_pkg_.a
2025-08-20T21:59:52.7930907Z [00:03:54.612]➜  packagefile runtime=/tmp/go-build282983591/b010/_pkg_.a
2025-08-20T21:59:52.7931805Z [00:03:54.612]➜  packagefile runtime/pprof=/tmp/go-build282983591/b1448/_pkg_.a
2025-08-20T21:59:52.7932736Z [00:03:54.612]➜  packagefile runtime/trace=/tmp/go-build282983591/b868/_pkg_.a
2025-08-20T21:59:52.7933597Z [00:03:54.612]➜  packagefile strings=/tmp/go-build282983591/b043/_pkg_.a
2025-08-20T21:59:52.7934410Z [00:03:54.612]➜  packagefile time=/tmp/go-build282983591/b057/_pkg_.a
2025-08-20T21:59:52.7935243Z [00:03:54.612]➜  packagefile runtime/cgo=/tmp/go-build282983591/b165/_pkg_.a
2025-08-20T21:59:52.7936212Z [00:03:54.612]➜  packagefile bytes=/tmp/go-build282983591/b003/_pkg_.a
2025-08-20T21:59:52.7937506Z [00:03:54.612]➜  packagefile errors=/tmp/go-build282983591/b004/_pkg_.a
2025-08-20T21:59:52.7938292Z [00:03:54.612]➜  packagefile io=/tmp/go-build282983591/b034/_pkg_.a
2025-08-20T21:59:52.7939112Z [00:03:54.612]➜  packagefile unicode/utf8=/tmp/go-build282983591/b042/_pkg_.a
2025-08-20T21:59:52.7940212Z [00:03:54.612]➜  packagefile internal/fmtsort=/tmp/go-build282983591/b045/_pkg_.a
2025-08-20T21:59:52.7941088Z [00:03:54.612]➜  packagefile math=/tmp/go-build282983591/b049/_pkg_.a
2025-08-20T21:59:52.7941893Z [00:03:54.612]➜  packagefile reflect=/tmp/go-build282983591/b047/_pkg_.a
2025-08-20T21:59:52.7942855Z [00:03:54.612]➜  packagefile slices=/tmp/go-build282983591/b051/_pkg_.a
2025-08-20T21:59:52.7943818Z [00:03:54.612]➜  packagefile strconv=/tmp/go-build282983591/b050/_pkg_.a
2025-08-20T21:59:52.7944609Z [00:03:54.612]➜  packagefile sync=/tmp/go-build282983591/b035/_pkg_.a
2025-08-20T21:59:52.7945389Z [00:03:54.612]➜  packagefile embed=/tmp/go-build282983591/b066/_pkg_.a
2025-08-20T21:59:52.7946257Z [00:03:54.612]➜  packagefile encoding/json=/tmp/go-build282983591/b067/_pkg_.a
2025-08-20T21:59:52.7947087Z [00:03:54.612]➜  packagefile flag=/tmp/go-build282983591/b071/_pkg_.a
2025-08-20T21:59:52.7948009Z [00:03:54.612]➜  packagefile github.com/cnf/structhash=/tmp/go-build282983591/b072/_pkg_.a
2025-08-20T21:59:52.7949037Z [00:03:54.612]➜  packagefile github.com/google/shlex=/tmp/go-build282983591/b102/_pkg_.a
2025-08-20T21:59:52.7950235Z [00:03:54.612]➜  packagefile github.com/pkg/errors=/tmp/go-build282983591/b103/_pkg_.a
2025-08-20T21:59:52.7951368Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/utils/folder=/tmp/go-build282983591/b222/_pkg_.a
2025-08-20T21:59:52.7952671Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/utils/maps=/tmp/go-build282983591/b223/_pkg_.a
2025-08-20T21:59:52.7953990Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/utils/permission=/tmp/go-build282983591/b238/_pkg_.a
2025-08-20T21:59:52.7955307Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/utils/slice=/tmp/go-build282983591/b191/_pkg_.a
2025-08-20T21:59:52.7956571Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/utils/time=/tmp/go-build282983591/b240/_pkg_.a
2025-08-20T21:59:52.7957691Z [00:03:54.612]➜  packagefile golang.org/x/exp/maps=/tmp/go-build282983591/b184/_pkg_.a
2025-08-20T21:59:52.7958643Z [00:03:54.612]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build282983591/b202/_pkg_.a
2025-08-20T21:59:52.7967421Z [00:03:54.612]➜  packagefile path=/tmp/go-build282983591/b056/_pkg_.a
2025-08-20T21:59:52.7968473Z [00:03:54.612]➜  packagefile text/tabwriter=/tmp/go-build282983591/b241/_pkg_.a
2025-08-20T21:59:52.7969310Z [00:03:54.612]➜  packagefile unicode=/tmp/go-build282983591/b041/_pkg_.a
2025-08-20T21:59:52.7970619Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/gologger/formatter=/tmp/go-build282983591/b243/_pkg_.a
2025-08-20T21:59:52.7971942Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/gologger/writer=/tmp/go-build282983591/b250/_pkg_.a
2025-08-20T21:59:52.7973170Z [00:03:54.612]➜  packagefile context=/tmp/go-build282983591/b107/_pkg_.a
2025-08-20T21:59:52.7973996Z [00:03:54.612]➜  packagefile crypto/aes=/tmp/go-build282983591/b108/_pkg_.a
2025-08-20T21:59:52.7974856Z [00:03:54.612]➜  packagefile crypto/cipher=/tmp/go-build282983591/b097/_pkg_.a
2025-08-20T21:59:52.7975714Z [00:03:54.612]➜  packagefile crypto/rand=/tmp/go-build282983591/b133/_pkg_.a
2025-08-20T21:59:52.7976552Z [00:03:54.612]➜  packagefile crypto/rsa=/tmp/go-build282983591/b148/_pkg_.a
2025-08-20T21:59:52.7977459Z [00:03:54.612]➜  packagefile crypto/sha256=/tmp/go-build282983591/b150/_pkg_.a
2025-08-20T21:59:52.7978331Z [00:03:54.612]➜  packagefile crypto/x509=/tmp/go-build282983591/b153/_pkg_.a
2025-08-20T21:59:52.7979228Z [00:03:54.612]➜  packagefile encoding/base64=/tmp/go-build282983591/b069/_pkg_.a
2025-08-20T21:59:52.7980330Z [00:03:54.612]➜  packagefile encoding/pem=/tmp/go-build282983591/b157/_pkg_.a
2025-08-20T21:59:52.7981432Z [00:03:54.612]➜  packagefile github.com/google/uuid=/tmp/go-build282983591/b327/_pkg_.a
2025-08-20T21:59:52.7982493Z [00:03:54.612]➜  packagefile github.com/json-iterator/go=/tmp/go-build282983591/b244/_pkg_.a
2025-08-20T21:59:52.7983655Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/asnmap/libs=/tmp/go-build282983591/b329/_pkg_.a
2025-08-20T21:59:52.7984992Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/interactsh/pkg/options=/tmp/go-build282983591/b578/_pkg_.a
2025-08-20T21:59:52.7986414Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/interactsh/pkg/server=/tmp/go-build282983591/b579/_pkg_.a
2025-08-20T21:59:52.7987830Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/interactsh/pkg/settings=/tmp/go-build282983591/b619/_pkg_.a
2025-08-20T21:59:52.7989422Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/interactsh/pkg/storage=/tmp/go-build282983591/b609/_pkg_.a
2025-08-20T21:59:52.7991121Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/retryablehttp-go=/tmp/go-build282983591/b342/_pkg_.a
2025-08-20T21:59:52.7992447Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/utils/errors=/tmp/go-build282983591/b620/_pkg_.a
2025-08-20T21:59:52.7993685Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/utils/ip=/tmp/go-build282983591/b336/_pkg_.a
2025-08-20T21:59:52.7994841Z [00:03:54.612]➜  packagefile gopkg.in/corvus-ch/zbase32.v1=/tmp/go-build282983591/b621/_pkg_.a
2025-08-20T21:59:52.7995760Z [00:03:54.612]➜  packagefile net=/tmp/go-build282983591/b159/_pkg_.a
2025-08-20T21:59:52.7996573Z [00:03:54.612]➜  packagefile net/http=/tmp/go-build282983591/b203/_pkg_.a
2025-08-20T21:59:52.7997384Z [00:03:54.612]➜  packagefile net/url=/tmp/go-build282983591/b166/_pkg_.a
2025-08-20T21:59:52.7998202Z [00:03:54.612]➜  packagefile sync/atomic=/tmp/go-build282983591/b037/_pkg_.a
2025-08-20T21:59:52.7999357Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output=/tmp/go-build282983591/b686/_pkg_.a
2025-08-20T21:59:52.8001067Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/json=/tmp/go-build282983591/b626/_pkg_.a
2025-08-20T21:59:52.8002414Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/utils/url=/tmp/go-build282983591/b449/_pkg_.a
2025-08-20T21:59:52.8004018Z [00:03:54.612]➜  packagefile regexp=/tmp/go-build282983591/b178/_pkg_.a
2025-08-20T21:59:52.8005070Z [00:03:54.612]➜  packagefile github.com/alecthomas/chroma/quick=/tmp/go-build282983591/b799/_pkg_.a
2025-08-20T21:59:52.8006389Z [00:03:54.612]➜  packagefile github.com/go-playground/validator/v10=/tmp/go-build282983591/b833/_pkg_.a
2025-08-20T21:59:52.8007555Z [00:03:54.612]➜  packagefile github.com/logrusorgru/aurora=/tmp/go-build282983591/b248/_pkg_.a
2025-08-20T21:59:52.8008773Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/hmap/store/hybrid=/tmp/go-build282983591/b413/_pkg_.a
2025-08-20T21:59:52.8010339Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/httpx/common/httpx=/tmp/go-build282983591/b706/_pkg_.a
2025-08-20T21:59:52.8011798Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/internal/colorizer=/tmp/go-build282983591/b687/_pkg_.a
2025-08-20T21:59:52.8013415Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/internal/httpapi=/tmp/go-build282983591/b845/_pkg_.a
2025-08-20T21:59:52.8014899Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/internal/server=/tmp/go-build282983591/b1117/_pkg_.a
2025-08-20T21:59:52.8016380Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/authprovider=/tmp/go-build282983591/b1132/_pkg_.a
2025-08-20T21:59:52.8017939Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/authprovider/authx=/tmp/go-build282983591/b1133/_pkg_.a
2025-08-20T21:59:52.8019475Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog=/tmp/go-build282983591/b746/_pkg_.a
2025-08-20T21:59:52.8021133Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/disk=/tmp/go-build282983591/b1250/_pkg_.a
2025-08-20T21:59:52.8022753Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/loader=/tmp/go-build282983591/b1129/_pkg_.a
2025-08-20T21:59:52.8024211Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/core=/tmp/go-build282983591/b1400/_pkg_.a
2025-08-20T21:59:52.8025758Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/external/customtemplates=/tmp/go-build282983591/b1449/_pkg_.a
2025-08-20T21:59:52.8027350Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/frequency=/tmp/go-build282983591/b1134/_pkg_.a
2025-08-20T21:59:52.8028816Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/stats=/tmp/go-build282983591/b1136/_pkg_.a
2025-08-20T21:59:52.8030627Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input=/tmp/go-build282983591/b1138/_pkg_.a
2025-08-20T21:59:52.8032060Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/loader/parser=/tmp/go-build282983591/b1140/_pkg_.a
2025-08-20T21:59:52.8033582Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/loader/workflow=/tmp/go-build282983591/b1445/_pkg_.a
2025-08-20T21:59:52.8035070Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output/stats=/tmp/go-build282983591/b792/_pkg_.a
2025-08-20T21:59:52.8036510Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/progress=/tmp/go-build282983591/b1141/_pkg_.a
2025-08-20T21:59:52.8037971Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/projectfile=/tmp/go-build282983591/b1144/_pkg_.a
2025-08-20T21:59:52.8039413Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols=/tmp/go-build282983591/b1131/_pkg_.a
2025-08-20T21:59:52.8041217Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/automaticscan=/tmp/go-build282983591/b1647/_pkg_.a
2025-08-20T21:59:52.8042982Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/contextargs=/tmp/go-build282983591/b795/_pkg_.a
2025-08-20T21:59:52.8044726Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/generators=/tmp/go-build282983591/b787/_pkg_.a
2025-08-20T21:59:52.8046485Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/globalmatchers=/tmp/go-build282983591/b1145/_pkg_.a
2025-08-20T21:59:52.8048283Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/writer=/tmp/go-build282983591/b1151/_pkg_.a
2025-08-20T21:59:52.8050384Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/hosterrorscache=/tmp/go-build282983591/b1146/_pkg_.a
2025-08-20T21:59:52.8052194Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/interactsh=/tmp/go-build282983591/b1149/_pkg_.a
2025-08-20T21:59:52.8053970Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolinit=/tmp/go-build282983591/b1261/_pkg_.a
2025-08-20T21:59:52.8055877Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/protocolstate=/tmp/go-build282983591/b877/_pkg_.a
2025-08-20T21:59:52.8057630Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/replacer=/tmp/go-build282983591/b784/_pkg_.a
2025-08-20T21:59:52.8059443Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/excludematchers=/tmp/go-build282983591/b791/_pkg_.a
2025-08-20T21:59:52.8061504Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/utils/vardump=/tmp/go-build282983591/b1113/_pkg_.a
2025-08-20T21:59:52.8065651Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/headless/engine=/tmp/go-build282983591/b1244/_pkg_.a
2025-08-20T21:59:52.8067549Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/httpclientpool=/tmp/go-build282983591/b1262/_pkg_.a
2025-08-20T21:59:52.8069177Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting=/tmp/go-build282983591/b1152/_pkg_.a
2025-08-20T21:59:52.8082720Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/jsonexporter=/tmp/go-build282983591/b1155/_pkg_.a
2025-08-20T21:59:52.8083735Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/jsonl=/tmp/go-build282983591/b1156/_pkg_.a
2025-08-20T21:59:52.8084676Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/markdown=/tmp/go-build282983591/b1157/_pkg_.a
2025-08-20T21:59:52.8085607Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/sarif=/tmp/go-build282983591/b1212/_pkg_.a
2025-08-20T21:59:52.8086552Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/scan=/tmp/go-build282983591/b1247/_pkg_.a
2025-08-20T21:59:52.8087326Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/scan/events=/tmp/go-build282983591/b1391/_pkg_.a
2025-08-20T21:59:52.8088087Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils=/tmp/go-build282983591/b704/_pkg_.a
2025-08-20T21:59:52.8088847Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/stats=/tmp/go-build282983591/b1369/_pkg_.a
2025-08-20T21:59:52.8089625Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/yaml=/tmp/go-build282983591/b1397/_pkg_.a
2025-08-20T21:59:52.8090661Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/ratelimit=/tmp/go-build282983591/b1248/_pkg_.a
2025-08-20T21:59:52.8091325Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/uncover=/tmp/go-build282983591/b1427/_pkg_.a
2025-08-20T21:59:52.8091996Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/utils/generic=/tmp/go-build282983591/b736/_pkg_.a
2025-08-20T21:59:52.8092674Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/utils/proxy=/tmp/go-build282983591/b1653/_pkg_.a
2025-08-20T21:59:52.8093332Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/utils/ptr=/tmp/go-build282983591/b471/_pkg_.a
2025-08-20T21:59:52.8093987Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/utils/sync=/tmp/go-build282983591/b1116/_pkg_.a
2025-08-20T21:59:52.8094526Z [00:03:54.612]➜  packagefile sort=/tmp/go-build282983591/b101/_pkg_.a
2025-08-20T21:59:52.8094969Z [00:03:54.612]➜  packagefile crypto/md5=/tmp/go-build282983591/b073/_pkg_.a
2025-08-20T21:59:52.8095531Z [00:03:54.612]➜  packagefile encoding/csv=/tmp/go-build282983591/b624/_pkg_.a
2025-08-20T21:59:52.8096089Z [00:03:54.612]➜  packagefile github.com/Masterminds/semver/v3=/tmp/go-build282983591/b482/_pkg_.a
2025-08-20T21:59:52.8096647Z [00:03:54.612]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build282983591/b685/_pkg_.a
2025-08-20T21:59:52.8097130Z [00:03:54.612]➜  packagefile runtime/debug=/tmp/go-build282983591/b246/_pkg_.a
2025-08-20T21:59:52.8097790Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats=/tmp/go-build282983591/b1402/_pkg_.a
2025-08-20T21:59:52.8098694Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/provider/http=/tmp/go-build282983591/b1403/_pkg_.a
2025-08-20T21:59:52.8099545Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/provider/list=/tmp/go-build282983591/b1422/_pkg_.a
2025-08-20T21:59:52.8100619Z [00:03:54.612]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/types=/tmp/go-build282983591/b747/_pkg_.a
2025-08-20T21:59:52.8101316Z [00:03:54.613]➜  packagefile github.com/charmbracelet/glamour=/tmp/go-build282983591/b483/_pkg_.a
2025-08-20T21:59:52.8101948Z [00:03:54.613]➜  packagefile github.com/olekukonko/tablewriter=/tmp/go-build282983591/b1638/_pkg_.a
2025-08-20T21:59:52.8102565Z [00:03:54.613]➜  packagefile github.com/invopop/jsonschema=/tmp/go-build282983591/b689/_pkg_.a
2025-08-20T21:59:52.8103391Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/stringslice=/tmp/go-build282983591/b703/_pkg_.a
2025-08-20T21:59:52.8104150Z [00:03:54.613]➜  packagefile github.com/Knetic/govaluate=/tmp/go-build282983591/b752/_pkg_.a
2025-08-20T21:59:52.8104705Z [00:03:54.613]➜  packagefile github.com/miekg/dns=/tmp/go-build282983591/b224/_pkg_.a
2025-08-20T21:59:52.8105281Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/dsl=/tmp/go-build282983591/b764/_pkg_.a
2025-08-20T21:59:52.8106065Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/dns/dnsclientpool=/tmp/go-build282983591/b777/_pkg_.a
2025-08-20T21:59:52.8106878Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/uncover/sources=/tmp/go-build282983591/b1428/_pkg_.a
2025-08-20T21:59:52.8107530Z [00:03:54.613]➜  packagefile crypto/tls=/tmp/go-build282983591/b105/_pkg_.a
2025-08-20T21:59:52.8108003Z [00:03:54.613]➜  packagefile encoding/hex=/tmp/go-build282983591/b156/_pkg_.a
2025-08-20T21:59:52.8108530Z [00:03:54.613]➜  packagefile github.com/cespare/xxhash=/tmp/go-build282983591/b705/_pkg_.a
2025-08-20T21:59:52.8109219Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer=/tmp/go-build282983591/b344/_pkg_.a
2025-08-20T21:59:52.8110118Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz=/tmp/go-build282983591/b1356/_pkg_.a
2025-08-20T21:59:52.8110896Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/analyzers=/tmp/go-build282983591/b1364/_pkg_.a
2025-08-20T21:59:52.8111731Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/analyzers/time=/tmp/go-build282983591/b1365/_pkg_.a
2025-08-20T21:59:52.8112512Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model=/tmp/go-build282983591/b749/_pkg_.a
2025-08-20T21:59:52.8113260Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators=/tmp/go-build282983591/b750/_pkg_.a
2025-08-20T21:59:52.8114074Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/extractors=/tmp/go-build282983591/b751/_pkg_.a
2025-08-20T21:59:52.8114918Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/operators/matchers=/tmp/go-build282983591/b781/_pkg_.a
2025-08-20T21:59:52.8115801Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/expressions=/tmp/go-build282983591/b782/_pkg_.a
2025-08-20T21:59:52.8116775Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/eventcreator=/tmp/go-build282983591/b1260/_pkg_.a
2025-08-20T21:59:52.8117904Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/helpers/responsehighlighter=/tmp/go-build282983591/b1150/_pkg_.a
2025-08-20T21:59:52.8118907Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/httputils=/tmp/go-build282983591/b1366/_pkg_.a
2025-08-20T21:59:52.8119893Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/race=/tmp/go-build282983591/b1367/_pkg_.a
2025-08-20T21:59:52.8120818Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/raw=/tmp/go-build282983591/b1368/_pkg_.a
2025-08-20T21:59:52.8121673Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/signer=/tmp/go-build282983591/b1265/_pkg_.a
2025-08-20T21:59:52.8122582Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/signerpool=/tmp/go-build282983591/b1264/_pkg_.a
2025-08-20T21:59:52.8123562Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/network/networkclientpool=/tmp/go-build282983591/b1336/_pkg_.a
2025-08-20T21:59:52.8124466Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils=/tmp/go-build282983591/b794/_pkg_.a
2025-08-20T21:59:52.8125304Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/utils/http=/tmp/go-build282983591/b1245/_pkg_.a
2025-08-20T21:59:52.8126195Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/types/nucleierr=/tmp/go-build282983591/b797/_pkg_.a
2025-08-20T21:59:52.8126918Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/rawhttp=/tmp/go-build282983591/b712/_pkg_.a
2025-08-20T21:59:52.8127560Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/useragent=/tmp/go-build282983591/b735/_pkg_.a
2025-08-20T21:59:52.8128245Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/utils/conversion=/tmp/go-build282983591/b231/_pkg_.a
2025-08-20T21:59:52.8128926Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/utils/http=/tmp/go-build282983591/b737/_pkg_.a
2025-08-20T21:59:52.8129599Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/utils/reader=/tmp/go-build282983591/b473/_pkg_.a
2025-08-20T21:59:52.8130501Z [00:03:54.613]➜  packagefile go.uber.org/multierr=/tmp/go-build282983591/b338/_pkg_.a
2025-08-20T21:59:52.8130980Z [00:03:54.613]➜  packagefile maps=/tmp/go-build282983591/b158/_pkg_.a
2025-08-20T21:59:52.8131471Z [00:03:54.613]➜  packagefile moul.io/http2curl=/tmp/go-build282983591/b1370/_pkg_.a
2025-08-20T21:59:52.8132132Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/compiler=/tmp/go-build282983591/b846/_pkg_.a
2025-08-20T21:59:52.8132877Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/keys=/tmp/go-build282983591/b748/_pkg_.a
2025-08-20T21:59:52.8133645Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/code=/tmp/go-build282983591/b1251/_pkg_.a
2025-08-20T21:59:52.8134508Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/variables=/tmp/go-build282983591/b1243/_pkg_.a
2025-08-20T21:59:52.8135359Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/dns=/tmp/go-build282983591/b1349/_pkg_.a
2025-08-20T21:59:52.8136167Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/file=/tmp/go-build282983591/b1350/_pkg_.a
2025-08-20T21:59:52.8136991Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/headless=/tmp/go-build282983591/b1355/_pkg_.a
2025-08-20T21:59:52.8137844Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/javascript=/tmp/go-build282983591/b1371/_pkg_.a
2025-08-20T21:59:52.8138689Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/network=/tmp/go-build282983591/b1372/_pkg_.a
2025-08-20T21:59:52.8139617Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/offlinehttp=/tmp/go-build282983591/b1373/_pkg_.a
2025-08-20T21:59:52.8140691Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/ssl=/tmp/go-build282983591/b1374/_pkg_.a
2025-08-20T21:59:52.8141521Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/websocket=/tmp/go-build282983591/b1380/_pkg_.a
2025-08-20T21:59:52.8142353Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/whois=/tmp/go-build282983591/b1388/_pkg_.a
2025-08-20T21:59:52.8143218Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/tmplexec=/tmp/go-build282983591/b1390/_pkg_.a
2025-08-20T21:59:52.8143977Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/workflows=/tmp/go-build282983591/b1398/_pkg_.a
2025-08-20T21:59:52.8144700Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/utils/crypto=/tmp/go-build282983591/b451/_pkg_.a
2025-08-20T21:59:52.8145411Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/yamldoc-go/encoder=/tmp/go-build282983591/b1399/_pkg_.a
2025-08-20T21:59:52.8146058Z [00:03:54.613]➜  packagefile github.com/segmentio/ksuid=/tmp/go-build282983591/b796/_pkg_.a
2025-08-20T21:59:52.8146582Z [00:03:54.613]➜  packagefile crypto/ecdsa=/tmp/go-build282983591/b115/_pkg_.a
2025-08-20T21:59:52.8147070Z [00:03:54.613]➜  packagefile crypto/elliptic=/tmp/go-build282983591/b116/_pkg_.a
2025-08-20T21:59:52.8147634Z [00:03:54.613]➜  packagefile crypto/x509/pkix=/tmp/go-build282983591/b155/_pkg_.a
2025-08-20T21:59:52.8148133Z [00:03:54.613]➜  packagefile encoding/gob=/tmp/go-build282983591/b333/_pkg_.a
2025-08-20T21:59:52.8148627Z [00:03:54.613]➜  packagefile golang.org/x/term=/tmp/go-build282983591/b479/_pkg_.a
2025-08-20T21:59:52.8149105Z [00:03:54.613]➜  packagefile math/big=/tmp/go-build282983591/b117/_pkg_.a
2025-08-20T21:59:52.8149644Z [00:03:54.613]➜  packagefile github.com/asaskevich/govalidator=/tmp/go-build282983591/b175/_pkg_.a
2025-08-20T21:59:52.8150380Z [00:03:54.613]➜  packagefile github.com/DataDog/gostackparse=/tmp/go-build282983591/b1656/_pkg_.a
2025-08-20T21:59:52.8150899Z [00:03:54.613]➜  packagefile log/slog=/tmp/go-build282983591/b185/_pkg_.a
2025-08-20T21:59:52.8151418Z [00:03:54.613]➜  packagefile debug/elf=/tmp/go-build282983591/b168/_pkg_.a
2025-08-20T21:59:52.8151930Z [00:03:54.613]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build282983591/b180/_pkg_.a
2025-08-20T21:59:52.8152541Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/utils/os=/tmp/go-build282983591/b190/_pkg_.a
2025-08-20T21:59:52.8153145Z [00:03:54.613]➜  packagefile github.com/felixge/fgprof=/tmp/go-build282983591/b1652/_pkg_.a
2025-08-20T21:59:52.8153629Z [00:03:54.613]➜  packagefile log=/tmp/go-build282983591/b186/_pkg_.a
2025-08-20T21:59:52.8154083Z [00:03:54.613]➜  packagefile net/http/pprof=/tmp/go-build282983591/b1446/_pkg_.a
2025-08-20T21:59:52.8154642Z [00:03:54.613]➜  packagefile github.com/microcosm-cc/bluemonday=/tmp/go-build282983591/b194/_pkg_.a
2025-08-20T21:59:52.8155330Z [00:03:54.613]➜  packagefile github.com/saintfish/chardet=/tmp/go-build282983591/b201/_pkg_.a
2025-08-20T21:59:52.8155860Z [00:03:54.613]➜  packagefile archive/tar=/tmp/go-build282983591/b252/_pkg_.a
2025-08-20T21:59:52.8156322Z [00:03:54.613]➜  packagefile archive/zip=/tmp/go-build282983591/b481/_pkg_.a
2025-08-20T21:59:52.8156790Z [00:03:54.613]➜  packagefile compress/gzip=/tmp/go-build282983591/b204/_pkg_.a
2025-08-20T21:59:52.8157371Z [00:03:54.613]➜  packagefile github.com/charmbracelet/glamour/styles=/tmp/go-build282983591/b534/_pkg_.a
2025-08-20T21:59:52.8158043Z [00:03:54.613]➜  packagefile github.com/cheggaaa/pb/v3=/tmp/go-build282983591/b540/_pkg_.a
2025-08-20T21:59:52.8158647Z [00:03:54.613]➜  packagefile github.com/google/go-github/v30/github=/tmp/go-build282983591/b546/_pkg_.a
2025-08-20T21:59:52.8159250Z [00:03:54.613]➜  packagefile github.com/minio/selfupdate=/tmp/go-build282983591/b557/_pkg_.a
2025-08-20T21:59:52.8159973Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/machineid=/tmp/go-build282983591/b564/_pkg_.a
2025-08-20T21:59:52.8160646Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/utils/process=/tmp/go-build282983591/b565/_pkg_.a
2025-08-20T21:59:52.8161266Z [00:03:54.613]➜  packagefile github.com/zcalusic/sysinfo=/tmp/go-build282983591/b574/_pkg_.a
2025-08-20T21:59:52.8161815Z [00:03:54.613]➜  packagefile golang.org/x/oauth2=/tmp/go-build282983591/b576/_pkg_.a
2025-08-20T21:59:52.8162334Z [00:03:54.613]➜  packagefile database/sql/driver=/tmp/go-build282983591/b328/_pkg_.a
2025-08-20T21:59:52.8162827Z [00:03:54.613]➜  packagefile encoding/binary=/tmp/go-build282983591/b142/_pkg_.a
2025-08-20T21:59:52.8163295Z [00:03:54.613]➜  packagefile hash/crc32=/tmp/go-build282983591/b205/_pkg_.a
2025-08-20T21:59:52.8163742Z [00:03:54.613]➜  packagefile io/ioutil=/tmp/go-build282983591/b177/_pkg_.a
2025-08-20T21:59:52.8164211Z [00:03:54.613]➜  packagefile internal/bytealg=/tmp/go-build282983591/b011/_pkg_.a
2025-08-20T21:59:52.8164704Z [00:03:54.613]➜  packagefile internal/oserror=/tmp/go-build282983591/b055/_pkg_.a
2025-08-20T21:59:52.8165206Z [00:03:54.613]➜  packagefile internal/byteorder=/tmp/go-build282983591/b013/_pkg_.a
2025-08-20T21:59:52.8165727Z [00:03:54.613]➜  packagefile internal/filepathlite=/tmp/go-build282983591/b053/_pkg_.a
2025-08-20T21:59:52.8166313Z [00:03:54.613]➜  packagefile internal/goarch=/tmp/go-build282983591/b007/_pkg_.a
2025-08-20T21:59:52.8166788Z [00:03:54.613]➜  packagefile internal/itoa=/tmp/go-build282983591/b048/_pkg_.a
2025-08-20T21:59:52.8167321Z [00:03:54.613]➜  packagefile internal/poll=/tmp/go-build282983591/b061/_pkg_.a
2025-08-20T21:59:52.8167827Z [00:03:54.613]➜  packagefile internal/stringslite=/tmp/go-build282983591/b032/_pkg_.a
2025-08-20T21:59:52.8168364Z [00:03:54.613]➜  packagefile internal/syscall/execenv=/tmp/go-build282983591/b063/_pkg_.a
2025-08-20T21:59:52.8168900Z [00:03:54.613]➜  packagefile internal/syscall/unix=/tmp/go-build282983591/b062/_pkg_.a
2025-08-20T21:59:52.8169414Z [00:03:54.613]➜  packagefile internal/testlog=/tmp/go-build282983591/b064/_pkg_.a
2025-08-20T21:59:52.8169983Z [00:03:54.613]➜  packagefile syscall=/tmp/go-build282983591/b060/_pkg_.a
2025-08-20T21:59:52.8170568Z [00:03:54.613]➜  packagefile internal/abi=/tmp/go-build282983591/b006/_pkg_.a
2025-08-20T21:59:52.8171074Z [00:03:54.613]➜  packagefile internal/chacha8rand=/tmp/go-build282983591/b014/_pkg_.a
2025-08-20T21:59:52.8171606Z [00:03:54.613]➜  packagefile internal/coverage/rtcov=/tmp/go-build282983591/b015/_pkg_.a
2025-08-20T21:59:52.8172113Z [00:03:54.613]➜  packagefile internal/cpu=/tmp/go-build282983591/b012/_pkg_.a
2025-08-20T21:59:52.8172601Z [00:03:54.613]➜  packagefile internal/godebugs=/tmp/go-build282983591/b016/_pkg_.a
2025-08-20T21:59:52.8173116Z [00:03:54.613]➜  packagefile internal/goexperiment=/tmp/go-build282983591/b017/_pkg_.a
2025-08-20T21:59:52.8173615Z [00:03:54.613]➜  packagefile internal/goos=/tmp/go-build282983591/b018/_pkg_.a
2025-08-20T21:59:52.8174122Z [00:03:54.613]➜  packagefile internal/profilerecord=/tmp/go-build282983591/b019/_pkg_.a
2025-08-20T21:59:52.8174737Z [00:03:54.613]➜  packagefile internal/runtime/atomic=/tmp/go-build282983591/b020/_pkg_.a
2025-08-20T21:59:52.8175280Z [00:03:54.613]➜  packagefile internal/runtime/cgroup=/tmp/go-build282983591/b021/_pkg_.a
2025-08-20T21:59:52.8175832Z [00:03:54.613]➜  packagefile internal/runtime/exithook=/tmp/go-build282983591/b025/_pkg_.a
2025-08-20T21:59:52.8176369Z [00:03:54.613]➜  packagefile internal/runtime/gc=/tmp/go-build282983591/b026/_pkg_.a
2025-08-20T21:59:52.8177033Z [00:03:54.613]➜  packagefile internal/runtime/maps=/tmp/go-build282983591/b027/_pkg_.a
2025-08-20T21:59:52.8178125Z [00:03:54.613]➜  packagefile internal/runtime/math=/tmp/go-build282983591/b023/_pkg_.a
2025-08-20T21:59:52.8179099Z [00:03:54.613]➜  packagefile internal/runtime/strconv=/tmp/go-build282983591/b022/_pkg_.a
2025-08-20T21:59:52.8180207Z [00:03:54.613]➜  packagefile internal/runtime/sys=/tmp/go-build282983591/b031/_pkg_.a
2025-08-20T21:59:52.8181186Z [00:03:54.613]➜  packagefile internal/runtime/syscall=/tmp/go-build282983591/b024/_pkg_.a
2025-08-20T21:59:52.8182147Z [00:03:54.613]➜  packagefile internal/trace/tracev2=/tmp/go-build282983591/b033/_pkg_.a
2025-08-20T21:59:52.8183184Z [00:03:54.613]➜  packagefile cmp=/tmp/go-build282983591/b046/_pkg_.a
2025-08-20T21:59:52.8183911Z [00:03:54.613]➜  packagefile iter=/tmp/go-build282983591/b039/_pkg_.a
2025-08-20T21:59:52.8184661Z [00:03:54.613]➜  packagefile math/bits=/tmp/go-build282983591/b040/_pkg_.a
2025-08-20T21:59:52.8185511Z [00:03:54.613]➜  packagefile internal/godebug=/tmp/go-build282983591/b058/_pkg_.a
2025-08-20T21:59:52.8186438Z [00:03:54.613]➜  packagefile internal/reflectlite=/tmp/go-build282983591/b005/_pkg_.a
2025-08-20T21:59:52.8187161Z [00:03:54.613]➜  packagefile internal/race=/tmp/go-build282983591/b030/_pkg_.a
2025-08-20T21:59:52.8187674Z [00:03:54.613]➜  packagefile internal/unsafeheader=/tmp/go-build282983591/b009/_pkg_.a
2025-08-20T21:59:52.8188178Z [00:03:54.613]➜  packagefile internal/sync=/tmp/go-build282983591/b036/_pkg_.a
2025-08-20T21:59:52.8188674Z [00:03:54.613]➜  packagefile internal/synctest=/tmp/go-build282983591/b038/_pkg_.a
2025-08-20T21:59:52.8189143Z [00:03:54.613]➜  packagefile encoding=/tmp/go-build282983591/b068/_pkg_.a
2025-08-20T21:59:52.8189708Z [00:03:54.613]➜  packagefile unicode/utf16=/tmp/go-build282983591/b070/_pkg_.a
2025-08-20T21:59:52.8190531Z [00:03:54.613]➜  packagefile crypto/sha1=/tmp/go-build282983591/b095/_pkg_.a
2025-08-20T21:59:52.8191074Z [00:03:54.613]➜  packagefile os/user=/tmp/go-build282983591/b237/_pkg_.a
2025-08-20T21:59:52.8191576Z [00:03:54.613]➜  packagefile github.com/tidwall/gjson=/tmp/go-build282983591/b232/_pkg_.a
2025-08-20T21:59:52.8192153Z [00:03:54.613]➜  packagefile golang.org/x/exp/constraints=/tmp/go-build282983591/b235/_pkg_.a
2025-08-20T21:59:52.8192712Z [00:03:54.613]➜  packagefile net/http/httputil=/tmp/go-build282983591/b236/_pkg_.a
2025-08-20T21:59:52.8193303Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/utils/race=/tmp/go-build282983591/b239/_pkg_.a
2025-08-20T21:59:52.8193901Z [00:03:54.613]➜  packagefile golang.org/x/sys/unix=/tmp/go-build282983591/b181/_pkg_.a
2025-08-20T21:59:52.8194497Z [00:03:54.613]➜  packagefile github.com/projectdiscovery/blackrock=/tmp/go-build282983591/b192/_pkg_.a
2025-08-20T21:59:52.8195068Z [00:03:54.613]➜  packagefile math/rand/v2=/tmp/go-build282983591/b094/_pkg_.a
2025-08-20T21:59:52.8195580Z [00:03:54.613]➜  packagefile github.com/mholt/archives=/tmp/go-build282983591/b251/_pkg_.a
2025-08-20T21:59:52.8196152Z [00:03:54.613]➜  packagefile gopkg.in/djherbis/times.v1=/tmp/go-build282983591/b325/_pkg_.a
2025-08-20T21:59:52.8196706Z [00:03:54.613]➜  packagefile crypto/internal/boring=/tmp/go-build282983591/b096/_pkg_.a
2025-08-20T21:59:52.8197260Z [00:03:54.613]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build282983591/b082/_pkg_.a
2025-08-20T21:59:52.8197847Z [00:03:54.613]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build282983591/b098/_pkg_.a
2025-08-20T21:59:52.8198511Z [00:03:54.613]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build282983591/b083/_pkg_.a
2025-08-20T21:59:52.8199097Z [00:03:54.613]➜  packagefile crypto/internal/fips140only=/tmp/go-build282983591/b076/_pkg_.a
2025-08-20T21:59:52.8199621Z [00:03:54.613]➜  packagefile crypto/subtle=/tmp/go-build282983591/b099/_pkg_.a
2025-08-20T21:59:52.8200261Z [00:03:54.613]➜  packagefile crypto/internal/fips140=/tmp/go-build282983591/b080/_pkg_.a
2025-08-20T21:59:52.8200833Z [00:03:54.613]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build282983591/b077/_pkg_.a
2025-08-20T21:59:52.8201472Z [00:03:54.613]➜  packagefile crypto/internal/randutil=/tmp/go-build282983591/b093/_pkg_.a
2025-08-20T21:59:52.8202017Z [00:03:54.613]➜  packagefile crypto/internal/sysrand=/tmp/go-build282983591/b079/_pkg_.a
2025-08-20T21:59:52.8202503Z [00:03:54.613]➜  packagefile crypto=/tmp/go-build282983591/b074/_pkg_.a
2025-08-20T21:59:52.8203008Z [00:03:54.613]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build282983591/b119/_pkg_.a
2025-08-20T21:59:52.8203599Z [00:03:54.613]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build282983591/b121/_pkg_.a
2025-08-20T21:59:52.8204180Z [00:03:54.613]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build282983591/b149/_pkg_.a
2025-08-20T21:59:52.8204750Z [00:03:54.613]➜  packagefile crypto/internal/fips140hash=/tmp/go-build282983591/b124/_pkg_.a
2025-08-20T21:59:52.8205235Z [00:03:54.613]➜  packagefile hash=/tmp/go-build282983591/b075/_pkg_.a
2025-08-20T21:59:52.8205756Z [00:03:54.613]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build282983591/b086/_pkg_.a
2025-08-20T21:59:52.8206279Z [00:03:54.613]➜  packagefile crypto/des=/tmp/go-build282983591/b109/_pkg_.a
2025-08-20T21:59:52.8206729Z [00:03:54.613]➜  packagefile crypto/dsa=/tmp/go-build282983591/b154/_pkg_.a
2025-08-20T21:59:52.8207184Z [00:03:54.613]➜  packagefile crypto/ecdh=/tmp/go-build282983591/b110/_pkg_.a
2025-08-20T21:59:52.8207653Z [00:03:54.613]➜  packagefile crypto/ed25519=/tmp/go-build282983591/b130/_pkg_.a
2025-08-20T21:59:52.8208132Z [00:03:54.613]➜  packagefile crypto/sha512=/tmp/go-build282983591/b126/_pkg_.a
2025-08-20T21:59:52.8208598Z [00:03:54.613]➜  packagefile encoding/asn1=/tmp/go-build282983591/b128/_pkg_.a
2025-08-20T21:59:52.8209159Z [00:03:54.613]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build282983591/b127/_pkg_.a
2025-08-20T21:59:52.8210038Z [00:03:54.613]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build282983591/b129/_pkg_.a
2025-08-20T21:59:52.8210673Z [00:03:54.613]➜  packagefile net/netip=/tmp/go-build282983591/b163/_pkg_.a
2025-08-20T21:59:52.8211212Z [00:03:54.614]➜  packagefile github.com/modern-go/concurrent=/tmp/go-build282983591/b245/_pkg_.a
2025-08-20T21:59:52.8211803Z [00:03:54.614]➜  packagefile github.com/modern-go/reflect2=/tmp/go-build282983591/b247/_pkg_.a
2025-08-20T21:59:52.8212412Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/mapcidr=/tmp/go-build282983591/b330/_pkg_.a
2025-08-20T21:59:52.8213069Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/retryabledns=/tmp/go-build282983591/b331/_pkg_.a
2025-08-20T21:59:52.8213671Z [00:03:54.614]➜  packagefile golang.org/x/net/proxy=/tmp/go-build282983591/b339/_pkg_.a
2025-08-20T21:59:52.8214217Z [00:03:54.614]➜  packagefile git.mills.io/prologic/smtpd=/tmp/go-build282983591/b580/_pkg_.a
2025-08-20T21:59:52.8214780Z [00:03:54.614]➜  packagefile github.com/docker/go-units=/tmp/go-build282983591/b348/_pkg_.a
2025-08-20T21:59:52.8215379Z [00:03:54.614]➜  packagefile github.com/mackerelio/go-osstat/cpu=/tmp/go-build282983591/b581/_pkg_.a
2025-08-20T21:59:52.8216017Z [00:03:54.614]➜  packagefile github.com/mackerelio/go-osstat/network=/tmp/go-build282983591/b582/_pkg_.a
2025-08-20T21:59:52.8216739Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/interactsh/pkg/filewatcher=/tmp/go-build282983591/b583/_pkg_.a
2025-08-20T21:59:52.8217525Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/interactsh/pkg/server/acme=/tmp/go-build282983591/b584/_pkg_.a
2025-08-20T21:59:52.8218308Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/ldapserver=/tmp/go-build282983591/b612/_pkg_.a
2025-08-20T21:59:52.8218894Z [00:03:54.614]➜  packagefile goftp.io/server/v2=/tmp/go-build282983591/b614/_pkg_.a
2025-08-20T21:59:52.8219448Z [00:03:54.614]➜  packagefile goftp.io/server/v2/driver/file=/tmp/go-build282983591/b616/_pkg_.a
2025-08-20T21:59:52.8220096Z [00:03:54.614]➜  packagefile net/http/httptest=/tmp/go-build282983591/b617/_pkg_.a
2025-08-20T21:59:52.8220573Z [00:03:54.614]➜  packagefile os/exec=/tmp/go-build282983591/b510/_pkg_.a
2025-08-20T21:59:52.8221143Z [00:03:54.614]➜  packagefile github.com/goburrow/cache=/tmp/go-build282983591/b610/_pkg_.a
2025-08-20T21:59:52.8221740Z [00:03:54.614]➜  packagefile github.com/syndtr/goleveldb/leveldb=/tmp/go-build282983591/b420/_pkg_.a
2025-08-20T21:59:52.8222384Z [00:03:54.614]➜  packagefile github.com/syndtr/goleveldb/leveldb/opt=/tmp/go-build282983591/b430/_pkg_.a
2025-08-20T21:59:52.8223080Z [00:03:54.614]➜  packagefile github.com/Mzack9999/go-http-digest-auth-client=/tmp/go-build282983591/b343/_pkg_.a
2025-08-20T21:59:52.8223699Z [00:03:54.614]➜  packagefile golang.org/x/net/http2=/tmp/go-build282983591/b475/_pkg_.a
2025-08-20T21:59:52.8224179Z [00:03:54.614]➜  packagefile math/rand=/tmp/go-build282983591/b118/_pkg_.a
2025-08-20T21:59:52.8224667Z [00:03:54.614]➜  packagefile net/http/httptrace=/tmp/go-build282983591/b218/_pkg_.a
2025-08-20T21:59:52.8225263Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/utils/consts=/tmp/go-build282983591/b337/_pkg_.a
2025-08-20T21:59:52.8225938Z [00:03:54.614]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build282983591/b160/_pkg_.a
2025-08-20T21:59:52.8226503Z [00:03:54.614]➜  packagefile internal/nettrace=/tmp/go-build282983591/b161/_pkg_.a
2025-08-20T21:59:52.8227023Z [00:03:54.614]➜  packagefile internal/singleflight=/tmp/go-build282983591/b162/_pkg_.a
2025-08-20T21:59:52.8227530Z [00:03:54.614]➜  packagefile container/list=/tmp/go-build282983591/b106/_pkg_.a
2025-08-20T21:59:52.8228098Z [00:03:54.614]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build282983591/b206/_pkg_.a
2025-08-20T21:59:52.8228738Z [00:03:54.614]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build282983591/b213/_pkg_.a
2025-08-20T21:59:52.8229441Z [00:03:54.614]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build282983591/b214/_pkg_.a
2025-08-20T21:59:52.8230352Z [00:03:54.614]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build282983591/b207/_pkg_.a
2025-08-20T21:59:52.8230955Z [00:03:54.614]➜  packagefile mime=/tmp/go-build282983591/b215/_pkg_.a
2025-08-20T21:59:52.8231418Z [00:03:54.614]➜  packagefile mime/multipart=/tmp/go-build282983591/b216/_pkg_.a
2025-08-20T21:59:52.8231909Z [00:03:54.614]➜  packagefile net/http/internal=/tmp/go-build282983591/b219/_pkg_.a
2025-08-20T21:59:52.8232429Z [00:03:54.614]➜  packagefile net/http/internal/ascii=/tmp/go-build282983591/b220/_pkg_.a
2025-08-20T21:59:52.8232992Z [00:03:54.614]➜  packagefile net/http/internal/httpcommon=/tmp/go-build282983591/b221/_pkg_.a
2025-08-20T21:59:52.8233532Z [00:03:54.614]➜  packagefile net/textproto=/tmp/go-build282983591/b212/_pkg_.a
2025-08-20T21:59:52.8234057Z [00:03:54.614]➜  packagefile github.com/bytedance/sonic=/tmp/go-build282983591/b627/_pkg_.a
2025-08-20T21:59:52.8234582Z [00:03:54.614]➜  packagefile regexp/syntax=/tmp/go-build282983591/b179/_pkg_.a
2025-08-20T21:59:52.8235102Z [00:03:54.614]➜  packagefile github.com/alecthomas/chroma=/tmp/go-build282983591/b800/_pkg_.a
2025-08-20T21:59:52.8235721Z [00:03:54.614]➜  packagefile github.com/alecthomas/chroma/formatters=/tmp/go-build282983591/b801/_pkg_.a
2025-08-20T21:59:52.8236366Z [00:03:54.614]➜  packagefile github.com/alecthomas/chroma/lexers=/tmp/go-build282983591/b804/_pkg_.a
2025-08-20T21:59:52.8236988Z [00:03:54.614]➜  packagefile github.com/alecthomas/chroma/styles=/tmp/go-build282983591/b832/_pkg_.a
2025-08-20T21:59:52.8237610Z [00:03:54.614]➜  packagefile github.com/gabriel-vasile/mimetype=/tmp/go-build282983591/b834/_pkg_.a
2025-08-20T21:59:52.8238349Z [00:03:54.614]➜  packagefile github.com/go-playground/universal-translator=/tmp/go-build282983591/b839/_pkg_.a
2025-08-20T21:59:52.8238978Z [00:03:54.614]➜  packagefile github.com/leodido/go-urn=/tmp/go-build282983591/b842/_pkg_.a
2025-08-20T21:59:52.8239537Z [00:03:54.614]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build282983591/b411/_pkg_.a
2025-08-20T21:59:52.8240206Z [00:03:54.614]➜  packagefile golang.org/x/text/language=/tmp/go-build282983591/b530/_pkg_.a
2025-08-20T21:59:52.8240702Z [00:03:54.614]➜  packagefile net/mail=/tmp/go-build282983591/b844/_pkg_.a
2025-08-20T21:59:52.8241399Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/hmap/store/cache=/tmp/go-build282983591/b414/_pkg_.a
2025-08-20T21:59:52.8242099Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/hmap/store/disk=/tmp/go-build282983591/b415/_pkg_.a
2025-08-20T21:59:52.8242740Z [00:03:54.614]➜  packagefile github.com/PuerkitoBio/goquery=/tmp/go-build282983591/b707/_pkg_.a
2025-08-20T21:59:52.8243329Z [00:03:54.614]➜  packagefile github.com/hbakhtiyor/strsim=/tmp/go-build282983591/b709/_pkg_.a
2025-08-20T21:59:52.8243938Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/cdncheck=/tmp/go-build282983591/b710/_pkg_.a
2025-08-20T21:59:52.8244711Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer/ja3/impersonate=/tmp/go-build282983591/b349/_pkg_.a
2025-08-20T21:59:52.8245532Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/httpx/common/httputilz=/tmp/go-build282983591/b711/_pkg_.a
2025-08-20T21:59:52.8246260Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/networkpolicy=/tmp/go-build282983591/b442/_pkg_.a
2025-08-20T21:59:52.8246975Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/clients=/tmp/go-build282983591/b716/_pkg_.a
2025-08-20T21:59:52.8247704Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/ztls=/tmp/go-build282983591/b731/_pkg_.a
2025-08-20T21:59:52.8248418Z [00:03:54.614]➜  packagefile github.com/weppos/publicsuffix-go/publicsuffix=/tmp/go-build282983591/b458/_pkg_.a
2025-08-20T21:59:52.8249062Z [00:03:54.614]➜  packagefile github.com/zmap/zcrypto/tls=/tmp/go-build282983591/b452/_pkg_.a
2025-08-20T21:59:52.8249622Z [00:03:54.614]➜  packagefile golang.org/x/net/context=/tmp/go-build282983591/b743/_pkg_.a
2025-08-20T21:59:52.8250334Z [00:03:54.614]➜  packagefile golang.org/x/net/html=/tmp/go-build282983591/b199/_pkg_.a
2025-08-20T21:59:52.8250911Z [00:03:54.614]➜  packagefile golang.org/x/text/encoding/korean=/tmp/go-build282983591/b744/_pkg_.a
2025-08-20T21:59:52.8251644Z [00:03:54.614]➜  packagefile golang.org/x/text/encoding/simplifiedchinese=/tmp/go-build282983591/b742/_pkg_.a
2025-08-20T21:59:52.8252360Z [00:03:54.614]➜  packagefile golang.org/x/text/encoding/traditionalchinese=/tmp/go-build282983591/b745/_pkg_.a
2025-08-20T21:59:52.8252993Z [00:03:54.614]➜  packagefile golang.org/x/text/transform=/tmp/go-build282983591/b266/_pkg_.a
2025-08-20T21:59:52.8253543Z [00:03:54.614]➜  packagefile github.com/alitto/pond=/tmp/go-build282983591/b1118/_pkg_.a
2025-08-20T21:59:52.8254103Z [00:03:54.614]➜  packagefile github.com/labstack/echo/v4=/tmp/go-build282983591/b1119/_pkg_.a
2025-08-20T21:59:52.8254718Z [00:03:54.614]➜  packagefile github.com/labstack/echo/v4/middleware=/tmp/go-build282983591/b1125/_pkg_.a
2025-08-20T21:59:52.8255472Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/nuclei/v3/internal/server/scope=/tmp/go-build282983591/b1128/_pkg_.a
2025-08-20T21:59:52.8256118Z [00:03:54.614]➜  packagefile html/template=/tmp/go-build282983591/b790/_pkg_.a
2025-08-20T21:59:52.8256803Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/catalog/loader/filter=/tmp/go-build282983591/b1130/_pkg_.a
2025-08-20T21:59:52.8257478Z [00:03:54.614]➜  packagefile net/http/cookiejar=/tmp/go-build282983591/b463/_pkg_.a
2025-08-20T21:59:52.8258103Z [00:03:54.614]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azidentity=/tmp/go-build282983591/b1450/_pkg_.a
2025-08-20T21:59:52.8258907Z [00:03:54.614]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob=/tmp/go-build282983591/b1504/_pkg_.a
2025-08-20T21:59:52.8259584Z [00:03:54.614]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build282983591/b1266/_pkg_.a
2025-08-20T21:59:52.8260297Z [00:03:54.614]➜  packagefile github.com/aws/aws-sdk-go-v2/config=/tmp/go-build282983591/b1290/_pkg_.a
2025-08-20T21:59:52.8260938Z [00:03:54.614]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials=/tmp/go-build282983591/b1292/_pkg_.a
2025-08-20T21:59:52.8261619Z [00:03:54.614]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/s3/manager=/tmp/go-build282983591/b1518/_pkg_.a
2025-08-20T21:59:52.8262356Z [00:03:54.614]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3=/tmp/go-build282983591/b1521/_pkg_.a
2025-08-20T21:59:52.8262952Z [00:03:54.614]➜  packagefile github.com/go-git/go-git/v5=/tmp/go-build282983591/b1540/_pkg_.a
2025-08-20T21:59:52.8263608Z [00:03:54.614]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/http=/tmp/go-build282983591/b1629/_pkg_.a
2025-08-20T21:59:52.8264289Z [00:03:54.614]➜  packagefile github.com/google/go-github/github=/tmp/go-build282983591/b1227/_pkg_.a
2025-08-20T21:59:52.8264907Z [00:03:54.614]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build282983591/b1229/_pkg_.a
2025-08-20T21:59:52.8265497Z [00:03:54.614]➜  packagefile github.com/bluele/gcache=/tmp/go-build282983591/b1135/_pkg_.a
2025-08-20T21:59:52.8266067Z [00:03:54.614]➜  packagefile github.com/mattn/go-sqlite3=/tmp/go-build282983591/b1137/_pkg_.a
2025-08-20T21:59:52.8266696Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/utils/ports=/tmp/go-build282983591/b1139/_pkg_.a
2025-08-20T21:59:52.8267449Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/output/stats/waf=/tmp/go-build282983591/b793/_pkg_.a
2025-08-20T21:59:52.8268176Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/clistats=/tmp/go-build282983591/b1142/_pkg_.a
2025-08-20T21:59:52.8268883Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/testutils=/tmp/go-build282983591/b1648/_pkg_.a
2025-08-20T21:59:52.8269608Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/wappalyzergo=/tmp/go-build282983591/b1650/_pkg_.a
2025-08-20T21:59:52.8270504Z [00:03:54.614]➜  packagefile github.com/spf13/cast=/tmp/go-build282983591/b788/_pkg_.a
2025-08-20T21:59:52.8271180Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/gcache=/tmp/go-build282983591/b1147/_pkg_.a
2025-08-20T21:59:52.8271839Z [00:03:54.614]➜  packagefile github.com/Mzack9999/gcache=/tmp/go-build282983591/b345/_pkg_.a
2025-08-20T21:59:52.8272619Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/whois/rdapclientpool=/tmp/go-build282983591/b1337/_pkg_.a
2025-08-20T21:59:52.8273423Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/utils/global=/tmp/go-build282983591/b1347/_pkg_.a
2025-08-20T21:59:52.8274029Z [00:03:54.614]➜  packagefile github.com/Mzack9999/goja=/tmp/go-build282983591/b847/_pkg_.a
2025-08-20T21:59:52.8274618Z [00:03:54.614]➜  packagefile github.com/Mzack9999/goja/parser=/tmp/go-build282983591/b856/_pkg_.a
2025-08-20T21:59:52.8275177Z [00:03:54.614]➜  packagefile github.com/go-rod/rod=/tmp/go-build282983591/b878/_pkg_.a
2025-08-20T21:59:52.8275741Z [00:03:54.614]➜  packagefile github.com/go-rod/rod/lib/proto=/tmp/go-build282983591/b883/_pkg_.a
2025-08-20T21:59:52.8276329Z [00:03:54.614]➜  packagefile github.com/go-sql-driver/mysql=/tmp/go-build282983591/b896/_pkg_.a
2025-08-20T21:59:52.8276957Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/mapcidr/asn=/tmp/go-build282983591/b899/_pkg_.a
2025-08-20T21:59:52.8277686Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/utils/expand=/tmp/go-build282983591/b900/_pkg_.a
2025-08-20T21:59:52.8278446Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/utils/memguardian=/tmp/go-build282983591/b901/_pkg_.a
2025-08-20T21:59:52.8279139Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/utils/memoize=/tmp/go-build282983591/b902/_pkg_.a
2025-08-20T21:59:52.8280004Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/fasttemplate=/tmp/go-build282983591/b785/_pkg_.a
2025-08-20T21:59:52.8280815Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/protocols/common/marker=/tmp/go-build282983591/b783/_pkg_.a
2025-08-20T21:59:52.8281554Z [00:03:54.614]➜  packagefile github.com/yassinebenaid/godump=/tmp/go-build282983591/b1114/_pkg_.a
2025-08-20T21:59:52.8282152Z [00:03:54.614]➜  packagefile github.com/go-rod/rod/lib/input=/tmp/go-build282983591/b886/_pkg_.a
2025-08-20T21:59:52.8282815Z [00:03:54.614]➜  packagefile github.com/go-rod/rod/lib/launcher=/tmp/go-build282983591/b888/_pkg_.a
2025-08-20T21:59:52.8283725Z [00:03:54.614]➜  packagefile github.com/go-rod/rod/lib/launcher/flags=/tmp/go-build282983591/b889/_pkg_.a
2025-08-20T21:59:52.8284341Z [00:03:54.614]➜  packagefile github.com/go-rod/rod/lib/utils=/tmp/go-build282983591/b882/_pkg_.a
2025-08-20T21:59:52.8284902Z [00:03:54.614]➜  packagefile github.com/kitabisa/go-ci=/tmp/go-build282983591/b865/_pkg_.a
2025-08-20T21:59:52.8285526Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/utils/context=/tmp/go-build282983591/b450/_pkg_.a
2025-08-20T21:59:52.8286166Z [00:03:54.614]➜  packagefile github.com/valyala/fasttemplate=/tmp/go-build282983591/b1122/_pkg_.a
2025-08-20T21:59:52.8286771Z [00:03:54.614]➜  packagefile golang.org/x/net/publicsuffix=/tmp/go-build282983591/b1263/_pkg_.a
2025-08-20T21:59:52.8287493Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/dedupe=/tmp/go-build282983591/b1153/_pkg_.a
2025-08-20T21:59:52.8288350Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/es=/tmp/go-build282983591/b1154/_pkg_.a
2025-08-20T21:59:52.8289244Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/mongo=/tmp/go-build282983591/b1160/_pkg_.a
2025-08-20T21:59:52.8290265Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/splunk=/tmp/go-build282983591/b1214/_pkg_.a
2025-08-20T21:59:52.8291180Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/filters=/tmp/go-build282983591/b1215/_pkg_.a
2025-08-20T21:59:52.8292076Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/gitea=/tmp/go-build282983591/b1216/_pkg_.a
2025-08-20T21:59:52.8293063Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/github=/tmp/go-build282983591/b1226/_pkg_.a
2025-08-20T21:59:52.8294023Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/gitlab=/tmp/go-build282983591/b1228/_pkg_.a
2025-08-20T21:59:52.8294915Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/jira=/tmp/go-build282983591/b1232/_pkg_.a
2025-08-20T21:59:52.8295805Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/linear=/tmp/go-build282983591/b1238/_pkg_.a
2025-08-20T21:59:52.8305259Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/exporters/markdown/util=/tmp/go-build282983591/b1158/_pkg_.a
2025-08-20T21:59:52.8306338Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/format=/tmp/go-build282983591/b1159/_pkg_.a
2025-08-20T21:59:52.8307091Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/sarif=/tmp/go-build282983591/b1213/_pkg_.a
2025-08-20T21:59:52.8307696Z [00:03:54.614]➜  packagefile golang.org/x/time/rate=/tmp/go-build282983591/b1127/_pkg_.a
2025-08-20T21:59:52.8308424Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/binaryedge=/tmp/go-build282983591/b1429/_pkg_.a
2025-08-20T21:59:52.8309259Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/censys=/tmp/go-build282983591/b1430/_pkg_.a
2025-08-20T21:59:52.8310436Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/criminalip=/tmp/go-build282983591/b1431/_pkg_.a
2025-08-20T21:59:52.8311423Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/driftnet=/tmp/go-build282983591/b1432/_pkg_.a
2025-08-20T21:59:52.8312240Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/fofa=/tmp/go-build282983591/b1433/_pkg_.a
2025-08-20T21:59:52.8313043Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/google=/tmp/go-build282983591/b1434/_pkg_.a
2025-08-20T21:59:52.8313840Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/hunter=/tmp/go-build282983591/b1435/_pkg_.a
2025-08-20T21:59:52.8314729Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/hunterhow=/tmp/go-build282983591/b1436/_pkg_.a
2025-08-20T21:59:52.8315539Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/netlas=/tmp/go-build282983591/b1437/_pkg_.a
2025-08-20T21:59:52.8316335Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/odin=/tmp/go-build282983591/b1438/_pkg_.a
2025-08-20T21:59:52.8317122Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/onyphe=/tmp/go-build282983591/b1439/_pkg_.a
2025-08-20T21:59:52.8317931Z [00:03:54.614]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/publicwww=/tmp/go-build282983591/b1440/_pkg_.a
2025-08-20T21:59:52.8318744Z [00:03:54.615]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/quake=/tmp/go-build282983591/b1441/_pkg_.a
2025-08-20T21:59:52.8319539Z [00:03:54.615]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/shodan=/tmp/go-build282983591/b1442/_pkg_.a
2025-08-20T21:59:52.8320608Z [00:03:54.615]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/shodanidb=/tmp/go-build282983591/b1443/_pkg_.a
2025-08-20T21:59:52.8321440Z [00:03:54.615]➜  packagefile github.com/projectdiscovery/uncover/sources/agent/zoomeye=/tmp/go-build282983591/b1444/_pkg_.a
2025-08-20T21:59:52.8322150Z [00:03:54.615]➜  packagefile github.com/remeh/sizedwaitgroup=/tmp/go-build282983591/b1654/_pkg_.a
2025-08-20T21:59:52.8322831Z [00:03:54.615]➜  packagefile github.com/projectdiscovery/utils/sync/semaphore=/tmp/go-build282983591/b740/_pkg_.a
2025-08-20T21:59:52.8323625Z [00:03:54.615]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats/burp=/tmp/go-build282983591/b1404/_pkg_.a
2025-08-20T21:59:52.8324546Z [00:03:54.615]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats/json=/tmp/go-build282983591/b1406/_pkg_.a
2025-08-20T21:59:52.8325465Z [00:03:54.615]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats/openapi=/tmp/go-build282983591/b1407/_pkg_.a
2025-08-20T21:59:52.8326336Z [00:03:54.615]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats/swagger=/tmp/go-build282983591/b1417/_pkg_.a
2025-08-20T21:59:52.8327178Z [00:03:54.615]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/input/formats/yaml=/tmp/go-build282983591/b1421/_pkg_.a
2025-08-20T21:59:52.8327920Z [00:03:54.615]➜  packagefile github.com/projectdiscovery/hmap/filekv=/tmp/go-build282983591/b1423/_pkg_.a
2025-08-20T21:59:52.8328575Z [00:03:54.615]➜  packagefile github.com/charmbracelet/glamour/ansi=/tmp/go-build282983591/b484/_pkg_.a
2025-08-20T21:59:52.8329168Z [00:03:54.615]➜  packagefile github.com/muesli/termenv=/tmp/go-build282983591/b511/_pkg_.a
2025-08-20T21:59:52.8329717Z [00:03:54.615]➜  packagefile github.com/yuin/goldmark=/tmp/go-build282983591/b535/_pkg_.a
2025-08-20T21:59:52.8330407Z [00:03:54.615]➜  packagefile github.com/yuin/goldmark-emoji=/tmp/go-build282983591/b538/_pkg_.a
2025-08-20T21:59:52.8331018Z [00:03:54.615]➜  packagefile github.com/yuin/goldmark/extension=/tmp/go-build282983591/b539/_pkg_.a
2025-08-20T21:59:52.8331627Z [00:03:54.615]➜  packagefile github.com/yuin/goldmark/parser=/tmp/go-build282983591/b536/_pkg_.a
2025-08-20T21:59:52.8332228Z [00:03:54.615]➜  packagefile github.com/yuin/goldmark/renderer=/tmp/go-build282983591/b527/_pkg_.a
2025-08-20T21:59:52.8332888Z [00:03:54.615]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build282983591/b525/_pkg_.a
2025-08-20T21:59:52.8333415Z [00:03:54.615]➜  packagefile database/sql=/tmp/go-build282983591/b872/_pkg_.a
2025-08-20T21:59:52.8333941Z [00:03:54.615]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build282983591/b504/_pkg_.a
2025-08-20T21:59:52.8334520Z [00:03:54.615]➜  packagefile github.com/olekukonko/errors=/tmp/go-build282983591/b1639/_pkg_.a
2025-08-20T21:59:52.8335084Z [00:03:54.615]➜  packagefile github.com/olekukonko/ll=/tmp/go-build282983591/b1640/_pkg_.a
2025-08-20T21:59:52.8335705Z [00:03:54.615]➜  packagefile github.com/olekukonko/ll/lh=/tmp/go-build282983591/b1641/_pkg_.a
2025-08-20T21:59:52.8336351Z [00:03:54.615]➜  packagefile github.com/olekukonko/tablewriter/pkg/twwarp=/tmp/go-build282983591/b1643/_pkg_.a
2025-08-20T21:59:52.8337074Z [00:03:54.615]➜  packagefile github.com/olekukonko/tablewriter/pkg/twwidth=/tmp/go-build282983591/b1644/_pkg_.a
2025-08-20T21:59:52.8337780Z [00:03:54.615]➜  packagefile github.com/olekukonko/tablewriter/renderer=/tmp/go-build282983591/b1645/_pkg_.a
2025-08-20T21:59:52.8338442Z [00:03:54.615]➜  packagefile github.com/olekukonko/tablewriter/tw=/tmp/go-build282983591/b1646/_pkg_.a
2025-08-20T21:59:52.8339058Z [00:03:54.615]➜  packagefile github.com/wk8/go-ordered-map/v2=/tmp/go-build282983591/b690/_pkg_.a
2025-08-20T21:59:52.8339568Z [00:03:54.615]➜  packagefile go/ast=/tmp/go-build282983591/b695/_pkg_.a
2025-08-20T21:59:52.8340097Z [00:03:54.615]➜  packagefile go/doc=/tmp/go-build282983591/b698/_pkg_.a
2025-08-20T21:59:52.8340601Z [00:03:54.616]➜  packagefile go/parser=/tmp/go-build282983591/b701/_pkg_.a
2025-08-20T21:59:52.8341046Z [00:03:54.616]➜  packagefile go/token=/tmp/go-build282983591/b697/_pkg_.a
2025-08-20T21:59:52.8341494Z [00:03:54.616]➜  packagefile crypto/hmac=/tmp/go-build282983591/b136/_pkg_.a
2025-08-20T21:59:52.8341967Z [00:03:54.616]➜  packagefile encoding/base32=/tmp/go-build282983591/b225/_pkg_.a
2025-08-20T21:59:52.8342484Z [00:03:54.616]➜  packagefile golang.org/x/net/ipv4=/tmp/go-build282983591/b226/_pkg_.a
2025-08-20T21:59:52.8343014Z [00:03:54.616]➜  packagefile golang.org/x/net/ipv6=/tmp/go-build282983591/b230/_pkg_.a
2025-08-20T21:59:52.8343513Z [00:03:54.616]➜  packagefile compress/flate=/tmp/go-build282983591/b170/_pkg_.a
2025-08-20T21:59:52.8344060Z [00:03:54.616]➜  packagefile compress/zlib=/tmp/go-build282983591/b169/_pkg_.a
2025-08-20T21:59:52.8344594Z [00:03:54.616]➜  packagefile github.com/hashicorp/go-version=/tmp/go-build282983591/b765/_pkg_.a
2025-08-20T21:59:52.8345156Z [00:03:54.616]➜  packagefile github.com/kataras/jwt=/tmp/go-build282983591/b766/_pkg_.a
2025-08-20T21:59:52.8345792Z [00:03:54.616]➜  packagefile github.com/projectdiscovery/dsl/deserialization=/tmp/go-build282983591/b767/_pkg_.a
2025-08-20T21:59:52.8346468Z [00:03:54.616]➜  packagefile github.com/projectdiscovery/dsl/llm=/tmp/go-build282983591/b768/_pkg_.a
2025-08-20T21:59:52.8347116Z [00:03:54.616]➜  packagefile github.com/projectdiscovery/dsl/randomip=/tmp/go-build282983591/b771/_pkg_.a
2025-08-20T21:59:52.8347769Z [00:03:54.616]➜  packagefile github.com/projectdiscovery/gostruct=/tmp/go-build282983591/b773/_pkg_.a
2025-08-20T21:59:52.8348441Z [00:03:54.616]➜  packagefile github.com/projectdiscovery/utils/crypto/jarm=/tmp/go-build282983591/b774/_pkg_.a
2025-08-20T21:59:52.8349116Z [00:03:54.616]➜  packagefile github.com/projectdiscovery/utils/rand=/tmp/go-build282983591/b772/_pkg_.a
2025-08-20T21:59:52.8349744Z [00:03:54.616]➜  packagefile github.com/sashabaranov/go-openai=/tmp/go-build282983591/b769/_pkg_.a
2025-08-20T21:59:52.8350593Z [00:03:54.616]➜  packagefile github.com/spaolacci/murmur3=/tmp/go-build282983591/b776/_pkg_.a
2025-08-20T21:59:52.8351156Z [00:03:54.616]➜  packagefile golang.org/x/text/cases=/tmp/go-build282983591/b528/_pkg_.a
2025-08-20T21:59:52.8351638Z [00:03:54.616]➜  packagefile hash/fnv=/tmp/go-build282983591/b440/_pkg_.a
2025-08-20T21:59:52.8352062Z [00:03:54.616]➜  packagefile html=/tmp/go-build282983591/b176/_pkg_.a
2025-08-20T21:59:52.8352494Z [00:03:54.616]➜  packagefile crypto/hkdf=/tmp/go-build282983591/b134/_pkg_.a
2025-08-20T21:59:52.8353102Z [00:03:54.616]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build282983591/b137/_pkg_.a
2025-08-20T21:59:52.8353693Z [00:03:54.616]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build282983591/b138/_pkg_.a
2025-08-20T21:59:52.8354274Z [00:03:54.616]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build282983591/b139/_pkg_.a
2025-08-20T21:59:52.8354825Z [00:03:54.616]➜  packagefile crypto/internal/hpke=/tmp/go-build282983591/b140/_pkg_.a
2025-08-20T21:59:52.8355374Z [00:03:54.616]➜  packagefile crypto/rc4=/tmp/go-build282983591/b147/_pkg_.a
2025-08-20T21:59:52.8355906Z [00:03:54.616]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build282983591/b151/_pkg_.a
2025-08-20T21:59:52.8356552Z [00:03:54.616]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build282983591/b141/_pkg_.a
2025-08-20T21:59:52.8357094Z [00:03:54.616]➜  packagefile weak=/tmp/go-build282983591/b123/_pkg_.a
2025-08-20T21:59:52.8357596Z [00:03:54.616]➜  packagefile github.com/dimchansky/utfbom=/tmp/go-build282983591/b347/_pkg_.a
2025-08-20T21:59:52.8358308Z [00:03:54.616]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer/metafiles=/tmp/go-build282983591/b412/_pkg_.a
2025-08-20T21:59:52.8359128Z [00:03:54.616]➜  packagefile github.com/projectdiscovery/fastdialer/fastdialer/utils=/tmp/go-build282983591/b441/_pkg_.a
2025-08-20T21:59:52.8360120Z [00:03:54.616]➜  packagefile github.com/refraction-networking/utls=/tmp/go-build282983591/b350/_pkg_.a
2025-08-20T21:59:52.8360820Z [00:03:54.616]➜  packagefile github.com/zmap/zcrypto/encoding/asn1=/tmp/go-build282983591/b466/_pkg_.a
2025-08-20T21:59:52.8361395Z [00:03:54.616]➜  packagefile golang.org/x/net/idna=/tmp/go-build282983591/b459/_pkg_.a
2025-08-20T21:59:52.8361952Z [00:03:54.616]➜  packagefile golang.org/x/sync/singleflight=/tmp/go-build282983591/b472/_pkg_.a
2025-08-20T21:59:52.8362662Z [00:03:54.616]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/component=/tmp/go-build282983591/b1357/_pkg_.a
2025-08-20T21:59:52.8363343Z [00:03:54.616]➜  packagefile github.com/antchfx/htmlquery=/tmp/go-build282983591/b753/_pkg_.a
2025-08-20T21:59:52.8363903Z [00:03:54.616]➜  packagefile github.com/antchfx/xmlquery=/tmp/go-build282983591/b760/_pkg_.a
2025-08-20T21:59:52.8364553Z [00:03:54.616]➜  packagefile github.com/itchyny/gojq=/tmp/go-build282983591/b761/_pkg_.a
2025-08-20T21:59:52.8365095Z [00:03:54.616]➜  packagefile github.com/antchfx/xpath=/tmp/go-build282983591/b754/_pkg_.a
2025-08-20T21:59:52.8365735Z [00:03:54.616]➜  packagefile github.com/projectdiscovery/rawhttp/client=/tmp/go-build282983591/b713/_pkg_.a
2025-08-20T21:59:52.8366408Z [00:03:54.616]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build282983591/b1283/_pkg_.a
2025-08-20T21:59:52.8367121Z [00:03:54.616]➜  packagefile github.com/projectdiscovery/rawhttp/clientpipeline=/tmp/go-build282983591/b714/_pkg_.a
2025-08-20T21:59:52.8367842Z [00:03:54.616]➜  packagefile github.com/projectdiscovery/rawhttp/proxy=/tmp/go-build282983591/b715/_pkg_.a
2025-08-20T21:59:52.8368481Z [00:03:54.616]➜  packagefile github.com/dsnet/compress/brotli=/tmp/go-build282983591/b738/_pkg_.a
2025-08-20T21:59:52.8369091Z [00:03:54.616]➜  packagefile github.com/klauspost/compress/gzip=/tmp/go-build282983591/b311/_pkg_.a
2025-08-20T21:59:52.8369712Z [00:03:54.616]➜  packagefile github.com/klauspost/compress/zlib=/tmp/go-build282983591/b316/_pkg_.a
2025-08-20T21:59:52.8370470Z [00:03:54.616]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build282983591/b295/_pkg_.a
2025-08-20T21:59:52.8371150Z [00:03:54.616]➜  packagefile github.com/projectdiscovery/utils/sync/sizedpool=/tmp/go-build282983591/b739/_pkg_.a
2025-08-20T21:59:52.8371882Z [00:03:54.616]➜  packagefile github.com/projectdiscovery/utils/reader/rawmode=/tmp/go-build282983591/b474/_pkg_.a
2025-08-20T21:59:52.8372562Z [00:03:54.616]➜  packagefile github.com/Mzack9999/goja_nodejs/console=/tmp/go-build282983591/b862/_pkg_.a
2025-08-20T21:59:52.8373278Z [00:03:54.616]➜  packagefile github.com/Mzack9999/goja_nodejs/require=/tmp/go-build282983591/b863/_pkg_.a
2025-08-20T21:59:52.8374051Z [00:03:54.616]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libbytes=/tmp/go-build282983591/b869/_pkg_.a
2025-08-20T21:59:52.8374929Z [00:03:54.616]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libfs=/tmp/go-build282983591/b875/_pkg_.a
2025-08-20T21:59:52.8375788Z [00:03:54.616]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libikev2=/tmp/go-build282983591/b932/_pkg_.a
2025-08-20T21:59:52.8376740Z [00:03:54.616]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libkerberos=/tmp/go-build282983591/b966/_pkg_.a
2025-08-20T21:59:52.8377623Z [00:03:54.616]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libldap=/tmp/go-build282983591/b1005/_pkg_.a
2025-08-20T21:59:52.8378500Z [00:03:54.616]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libmssql=/tmp/go-build282983591/b1010/_pkg_.a
2025-08-20T21:59:52.8379383Z [00:03:54.616]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libmysql=/tmp/go-build282983591/b1030/_pkg_.a
2025-08-20T21:59:52.8380366Z [00:03:54.616]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libnet=/tmp/go-build282983591/b1033/_pkg_.a
2025-08-20T21:59:52.8381246Z [00:03:54.617]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/liboracle=/tmp/go-build282983591/b1035/_pkg_.a
2025-08-20T21:59:52.8382203Z [00:03:54.617]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libpop3=/tmp/go-build282983591/b1038/_pkg_.a
2025-08-20T21:59:52.8383103Z [00:03:54.617]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libpostgres=/tmp/go-build282983591/b1041/_pkg_.a
2025-08-20T21:59:52.8384168Z [00:03:54.617]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/librdp=/tmp/go-build282983591/b1059/_pkg_.a
2025-08-20T21:59:52.8385063Z [00:03:54.617]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libredis=/tmp/go-build282983591/b1062/_pkg_.a
2025-08-20T21:59:52.8385941Z [00:03:54.617]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/librsync=/tmp/go-build282983591/b1076/_pkg_.a
2025-08-20T21:59:52.8386897Z [00:03:54.617]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libsmb=/tmp/go-build282983591/b1079/_pkg_.a
2025-08-20T21:59:52.8387762Z [00:03:54.617]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libsmtp=/tmp/go-build282983591/b1096/_pkg_.a
2025-08-20T21:59:52.8388629Z [00:03:54.617]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libssh=/tmp/go-build282983591/b1100/_pkg_.a
2025-08-20T21:59:52.8389506Z [00:03:54.617]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libstructs=/tmp/go-build282983591/b1105/_pkg_.a
2025-08-20T21:59:52.8390661Z [00:03:54.617]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libtelnet=/tmp/go-build282983591/b1106/_pkg_.a
2025-08-20T21:59:52.8391537Z [00:03:54.617]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/generated/go/libvnc=/tmp/go-build282983591/b1109/_pkg_.a
2025-08-20T21:59:52.8392350Z [00:03:54.617]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/global=/tmp/go-build282983591/b1112/_pkg_.a
2025-08-20T21:59:52.8393100Z [00:03:54.617]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/gojs=/tmp/go-build282983591/b870/_pkg_.a
2025-08-20T21:59:52.8393885Z [00:03:54.617]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/goconsole=/tmp/go-build282983591/b1115/_pkg_.a
2025-08-20T21:59:52.8394652Z [00:03:54.617]➜  packagefile github.com/ditashi/jsbeautifier-go/jsbeautifier=/tmp/go-build282983591/b1252/_pkg_.a
2025-08-20T21:59:52.8395326Z [00:03:54.617]➜  packagefile github.com/projectdiscovery/gozero=/tmp/go-build282983591/b1257/_pkg_.a
2025-08-20T21:59:52.8396066Z [00:03:54.617]➜  packagefile github.com/projectdiscovery/gozero/types=/tmp/go-build282983591/b1259/_pkg_.a
2025-08-20T21:59:52.8397005Z [00:03:54.617]➜  packagefile github.com/h2non/filetype=/tmp/go-build282983591/b1351/_pkg_.a
2025-08-20T21:59:52.8398320Z [00:03:54.617]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/model/types/userAgent=/tmp/go-build282983591/b1362/_pkg_.a
2025-08-20T21:59:52.8399576Z [00:03:54.617]➜  packagefile github.com/fatih/structs=/tmp/go-build282983591/b1234/_pkg_.a
2025-08-20T21:59:52.8400861Z [00:03:54.617]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx=/tmp/go-build282983591/b1375/_pkg_.a
2025-08-20T21:59:52.8402252Z [00:03:54.617]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/openssl=/tmp/go-build282983591/b1377/_pkg_.a
2025-08-20T21:59:52.8403367Z [00:03:54.617]➜  packagefile github.com/gobwas/ws=/tmp/go-build282983591/b1381/_pkg_.a
2025-08-20T21:59:52.8404342Z [00:03:54.617]➜  packagefile github.com/gobwas/ws/wsutil=/tmp/go-build282983591/b1386/_pkg_.a
2025-08-20T21:59:52.8405406Z [00:03:54.617]➜  packagefile github.com/projectdiscovery/rdap=/tmp/go-build282983591/b1338/_pkg_.a
2025-08-20T21:59:52.8406682Z [00:03:54.617]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/flow=/tmp/go-build282983591/b1392/_pkg_.a
2025-08-20T21:59:52.8408131Z [00:03:54.617]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/generic=/tmp/go-build282983591/b1394/_pkg_.a
2025-08-20T21:59:52.8409726Z [00:03:54.617]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/multiproto=/tmp/go-build282983591/b1396/_pkg_.a
2025-08-20T21:59:52.8411087Z [00:03:54.617]➜  packagefile text/template=/tmp/go-build282983591/b513/_pkg_.a
2025-08-20T21:59:52.8412061Z [00:03:54.617]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build282983591/b120/_pkg_.a
2025-08-20T21:59:52.8413145Z [00:03:54.617]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build282983591/b112/_pkg_.a
2025-08-20T21:59:52.8414212Z [00:03:54.617]➜  packagefile crypto/internal/fips140cache=/tmp/go-build282983591/b122/_pkg_.a
2025-08-20T21:59:52.8415166Z [00:03:54.617]➜  packagefile internal/saferio=/tmp/go-build282983591/b173/_pkg_.a
2025-08-20T21:59:52.8416007Z [00:03:54.617]➜  packagefile log/internal=/tmp/go-build282983591/b187/_pkg_.a
2025-08-20T21:59:52.8416823Z [00:03:54.617]➜  packagefile log/slog/internal=/tmp/go-build282983591/b188/_pkg_.a
2025-08-20T21:59:52.8417408Z [00:03:54.617]➜  packagefile log/slog/internal/buffer=/tmp/go-build282983591/b189/_pkg_.a
2025-08-20T21:59:52.8418380Z [00:03:54.617]➜  packagefile debug/dwarf=/tmp/go-build282983591/b172/_pkg_.a
2025-08-20T21:59:52.8419266Z [00:03:54.617]➜  packagefile internal/zstd=/tmp/go-build282983591/b174/_pkg_.a
2025-08-20T21:59:52.8420553Z [00:03:54.617]➜  packagefile github.com/google/pprof/profile=/tmp/go-build282983591/b858/_pkg_.a
2025-08-20T21:59:52.8421424Z [00:03:54.617]➜  packagefile internal/profile=/tmp/go-build282983591/b1447/_pkg_.a
2025-08-20T21:59:52.8422527Z [00:03:54.617]➜  packagefile github.com/aymerick/douceur/parser=/tmp/go-build282983591/b195/_pkg_.a
2025-08-20T21:59:52.8423739Z [00:03:54.617]➜  packagefile github.com/microcosm-cc/bluemonday/css=/tmp/go-build282983591/b198/_pkg_.a
2025-08-20T21:59:52.8424900Z [00:03:54.617]➜  packagefile github.com/VividCortex/ewma=/tmp/go-build282983591/b541/_pkg_.a
2025-08-20T21:59:52.8426240Z [00:03:54.617]➜  packagefile github.com/cheggaaa/pb/v3/termutil=/tmp/go-build282983591/b542/_pkg_.a
2025-08-20T21:59:52.8427346Z [00:03:54.617]➜  packagefile github.com/fatih/color=/tmp/go-build282983591/b544/_pkg_.a
2025-08-20T21:59:52.8428411Z [00:03:54.617]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build282983591/b545/_pkg_.a
2025-08-20T21:59:52.8429564Z [00:03:54.617]➜  packagefile github.com/google/go-querystring/query=/tmp/go-build282983591/b547/_pkg_.a
2025-08-20T21:59:52.8430903Z [00:03:54.617]➜  packagefile golang.org/x/crypto/openpgp=/tmp/go-build282983591/b548/_pkg_.a
2025-08-20T21:59:52.8431916Z [00:03:54.617]➜  packagefile aead.dev/minisign=/tmp/go-build282983591/b558/_pkg_.a
2025-08-20T21:59:52.8433393Z [00:03:54.617]➜  packagefile github.com/minio/selfupdate/internal/binarydist=/tmp/go-build282983591/b562/_pkg_.a
2025-08-20T21:59:52.8434761Z [00:03:54.617]➜  packagefile github.com/minio/selfupdate/internal/osext=/tmp/go-build282983591/b563/_pkg_.a
2025-08-20T21:59:52.8436013Z [00:03:54.617]➜  packagefile github.com/shirou/gopsutil/v3/process=/tmp/go-build282983591/b566/_pkg_.a
2025-08-20T21:59:52.8437197Z [00:03:54.617]➜  packagefile github.com/zcalusic/sysinfo/cpuid=/tmp/go-build282983591/b575/_pkg_.a
2025-08-20T21:59:52.8438452Z [00:03:54.617]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build282983591/b577/_pkg_.a
2025-08-20T21:59:52.8439435Z [00:03:54.617]➜  packagefile internal/asan=/tmp/go-build282983591/b028/_pkg_.a
2025-08-20T21:59:52.8440554Z [00:03:54.617]➜  packagefile internal/msan=/tmp/go-build282983591/b029/_pkg_.a
2025-08-20T21:59:52.8441463Z [00:03:54.617]➜  packagefile internal/bisect=/tmp/go-build282983591/b059/_pkg_.a
2025-08-20T21:59:52.8442437Z [00:03:54.617]➜  packagefile crypto/internal/impl=/tmp/go-build282983591/b089/_pkg_.a
2025-08-20T21:59:52.8443448Z [00:03:54.617]➜  packagefile github.com/tidwall/match=/tmp/go-build282983591/b233/_pkg_.a
2025-08-20T21:59:52.8444494Z [00:03:54.617]➜  packagefile github.com/tidwall/pretty=/tmp/go-build282983591/b234/_pkg_.a
2025-08-20T21:59:52.8445514Z [00:03:54.617]➜  packagefile github.com/STARRY-S/zip=/tmp/go-build282983591/b253/_pkg_.a
2025-08-20T21:59:52.8446695Z [00:03:54.617]➜  packagefile github.com/andybalholm/brotli=/tmp/go-build282983591/b254/_pkg_.a
2025-08-20T21:59:52.8447786Z [00:03:54.617]➜  packagefile github.com/bodgit/sevenzip=/tmp/go-build282983591/b256/_pkg_.a
2025-08-20T21:59:52.8448869Z [00:03:54.617]➜  packagefile github.com/dsnet/compress/bzip2=/tmp/go-build282983591/b305/_pkg_.a
2025-08-20T21:59:52.8450173Z [00:03:54.617]➜  packagefile github.com/klauspost/compress/s2=/tmp/go-build282983591/b312/_pkg_.a
2025-08-20T21:59:52.8451333Z [00:03:54.617]➜  packagefile github.com/klauspost/compress/zip=/tmp/go-build282983591/b314/_pkg_.a
2025-08-20T21:59:52.8452447Z [00:03:54.617]➜  packagefile github.com/klauspost/pgzip=/tmp/go-build282983591/b317/_pkg_.a
2025-08-20T21:59:52.8453521Z [00:03:54.617]➜  packagefile github.com/mikelolasagasti/xz=/tmp/go-build282983591/b318/_pkg_.a
2025-08-20T21:59:52.8454735Z [00:03:54.617]➜  packagefile github.com/minio/minlz=/tmp/go-build282983591/b320/_pkg_.a
2025-08-20T21:59:52.8455806Z [00:03:54.617]➜  packagefile github.com/nwaples/rardecode/v2=/tmp/go-build282983591/b322/_pkg_.a
2025-08-20T21:59:52.8456890Z [00:03:54.618]➜  packagefile github.com/pierrec/lz4/v4=/tmp/go-build282983591/b283/_pkg_.a
2025-08-20T21:59:52.8457969Z [00:03:54.618]➜  packagefile github.com/sorairolake/lzip-go=/tmp/go-build282983591/b323/_pkg_.a
2025-08-20T21:59:52.8459015Z [00:03:54.618]➜  packagefile github.com/ulikunitz/xz=/tmp/go-build282983591/b324/_pkg_.a
2025-08-20T21:59:52.8460229Z [00:03:54.618]➜  packagefile golang.org/x/text/encoding=/tmp/go-build282983591/b264/_pkg_.a
2025-08-20T21:59:52.8461304Z [00:03:54.618]➜  packagefile crypto/internal/boring/sig=/tmp/go-build282983591/b100/_pkg_.a
2025-08-20T21:59:52.8462384Z [00:03:54.618]➜  packagefile crypto/internal/fips140/check=/tmp/go-build282983591/b084/_pkg_.a
2025-08-20T21:59:52.8463483Z [00:03:54.618]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build282983591/b091/_pkg_.a
2025-08-20T21:59:52.8464648Z [00:03:54.618]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build282983591/b087/_pkg_.a
2025-08-20T21:59:52.8465844Z [00:03:54.618]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build282983591/b088/_pkg_.a
2025-08-20T21:59:52.8467020Z [00:03:54.618]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build282983591/b081/_pkg_.a
2025-08-20T21:59:52.8468160Z [00:03:54.618]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build282983591/b090/_pkg_.a
2025-08-20T21:59:52.8469260Z [00:03:54.618]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build282983591/b092/_pkg_.a
2025-08-20T21:59:52.8470641Z [00:03:54.618]➜  packagefile crypto/internal/entropy=/tmp/go-build282983591/b078/_pkg_.a
2025-08-20T21:59:52.8471598Z [00:03:54.618]➜  packagefile crypto/sha3=/tmp/go-build282983591/b125/_pkg_.a
2025-08-20T21:59:52.8472601Z [00:03:54.618]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build282983591/b111/_pkg_.a
2025-08-20T21:59:52.8473802Z [00:03:54.618]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build282983591/b114/_pkg_.a
2025-08-20T21:59:52.8475024Z [00:03:54.618]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build282983591/b131/_pkg_.a
2025-08-20T21:59:52.8476116Z [00:03:54.618]➜  packagefile unique=/tmp/go-build282983591/b164/_pkg_.a
2025-08-20T21:59:52.8476968Z [00:03:54.618]➜  packagefile container/heap=/tmp/go-build282983591/b332/_pkg_.a
2025-08-20T21:59:52.8478104Z [00:03:54.618]➜  packagefile github.com/projectdiscovery/retryabledns/doh=/tmp/go-build282983591/b334/_pkg_.a
2025-08-20T21:59:52.8479495Z [00:03:54.618]➜  packagefile github.com/projectdiscovery/retryabledns/hostsfile=/tmp/go-build282983591/b335/_pkg_.a
2025-08-20T21:59:52.8480999Z [00:03:54.618]➜  packagefile golang.org/x/net/internal/socks=/tmp/go-build282983591/b340/_pkg_.a
2025-08-20T21:59:52.8482125Z [00:03:54.618]➜  packagefile github.com/caddyserver/certmagic=/tmp/go-build282983591/b585/_pkg_.a
2025-08-20T21:59:52.8483215Z [00:03:54.618]➜  packagefile github.com/libdns/libdns=/tmp/go-build282983591/b587/_pkg_.a
2025-08-20T21:59:52.8484302Z [00:03:54.618]➜  packagefile go.uber.org/zap=/tmp/go-build282983591/b590/_pkg_.a
2025-08-20T21:59:52.8485375Z [00:03:54.618]➜  packagefile github.com/lor00x/goldap/message=/tmp/go-build282983591/b613/_pkg_.a
2025-08-20T21:59:52.8486487Z [00:03:54.618]➜  packagefile goftp.io/server/v2/ratelimit=/tmp/go-build282983591/b615/_pkg_.a
2025-08-20T21:59:52.8487554Z [00:03:54.618]➜  packagefile net/http/internal/testcert=/tmp/go-build282983591/b618/_pkg_.a
2025-08-20T21:59:52.8488735Z [00:03:54.618]➜  packagefile github.com/syndtr/goleveldb/leveldb/cache=/tmp/go-build282983591/b421/_pkg_.a
2025-08-20T21:59:52.8490189Z [00:03:54.618]➜  packagefile github.com/syndtr/goleveldb/leveldb/comparer=/tmp/go-build282983591/b423/_pkg_.a
2025-08-20T21:59:52.8491496Z [00:03:54.618]➜  packagefile github.com/syndtr/goleveldb/leveldb/errors=/tmp/go-build282983591/b424/_pkg_.a
2025-08-20T21:59:52.8492917Z [00:03:54.618]➜  packagefile github.com/syndtr/goleveldb/leveldb/filter=/tmp/go-build282983591/b426/_pkg_.a
2025-08-20T21:59:52.8494213Z [00:03:54.618]➜  packagefile github.com/syndtr/goleveldb/leveldb/iterator=/tmp/go-build282983591/b427/_pkg_.a
2025-08-20T21:59:52.8495511Z [00:03:54.618]➜  packagefile github.com/syndtr/goleveldb/leveldb/journal=/tmp/go-build282983591/b428/_pkg_.a
2025-08-20T21:59:52.8496785Z [00:03:54.618]➜  packagefile github.com/syndtr/goleveldb/leveldb/memdb=/tmp/go-build282983591/b429/_pkg_.a
2025-08-20T21:59:52.8498057Z [00:03:54.618]➜  packagefile github.com/syndtr/goleveldb/leveldb/storage=/tmp/go-build282983591/b425/_pkg_.a
2025-08-20T21:59:52.8499344Z [00:03:54.618]➜  packagefile github.com/syndtr/goleveldb/leveldb/table=/tmp/go-build282983591/b431/_pkg_.a
2025-08-20T21:59:52.8500785Z [00:03:54.618]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build282983591/b422/_pkg_.a
2025-08-20T21:59:52.8501979Z [00:03:54.618]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build282983591/b476/_pkg_.a
2025-08-20T21:59:52.8503057Z [00:03:54.618]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build282983591/b477/_pkg_.a
2025-08-20T21:59:52.8504188Z [00:03:54.618]➜  packagefile golang.org/x/net/internal/httpcommon=/tmp/go-build282983591/b478/_pkg_.a
2025-08-20T21:59:52.8505410Z [00:03:54.618]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build282983591/b208/_pkg_.a
2025-08-20T21:59:52.8506619Z [00:03:54.618]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build282983591/b210/_pkg_.a
2025-08-20T21:59:52.8507795Z [00:03:54.618]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build282983591/b211/_pkg_.a
2025-08-20T21:59:52.8509041Z [00:03:54.618]➜  packagefile mime/quotedprintable=/tmp/go-build282983591/b217/_pkg_.a
2025-08-20T21:59:52.8510380Z [00:03:54.618]➜  packagefile github.com/bytedance/sonic/ast=/tmp/go-build282983591/b628/_pkg_.a
2025-08-20T21:59:52.8511536Z [00:03:54.618]➜  packagefile github.com/bytedance/sonic/decoder=/tmp/go-build282983591/b677/_pkg_.a
2025-08-20T21:59:52.8512710Z [00:03:54.618]➜  packagefile github.com/bytedance/sonic/encoder=/tmp/go-build282983591/b629/_pkg_.a
2025-08-20T21:59:52.8513907Z [00:03:54.618]➜  packagefile github.com/bytedance/sonic/internal/rt=/tmp/go-build282983591/b634/_pkg_.a
2025-08-20T21:59:52.8515250Z [00:03:54.618]➜  packagefile github.com/bytedance/sonic/option=/tmp/go-build282983591/b635/_pkg_.a
2025-08-20T21:59:52.8516342Z [00:03:54.618]➜  packagefile github.com/dlclark/regexp2=/tmp/go-build282983591/b487/_pkg_.a
2025-08-20T21:59:52.8517532Z [00:03:54.618]➜  packagefile github.com/alecthomas/chroma/formatters/html=/tmp/go-build282983591/b802/_pkg_.a
2025-08-20T21:59:52.8518861Z [00:03:54.618]➜  packagefile github.com/alecthomas/chroma/formatters/svg=/tmp/go-build282983591/b803/_pkg_.a
2025-08-20T21:59:52.8520336Z [00:03:54.618]➜  packagefile github.com/alecthomas/chroma/lexers/a=/tmp/go-build282983591/b805/_pkg_.a
2025-08-20T21:59:52.8521570Z [00:03:54.618]➜  packagefile github.com/alecthomas/chroma/lexers/b=/tmp/go-build282983591/b807/_pkg_.a
2025-08-20T21:59:52.8522753Z [00:03:54.618]➜  packagefile github.com/alecthomas/chroma/lexers/c=/tmp/go-build282983591/b808/_pkg_.a
2025-08-20T21:59:52.8524143Z [00:03:54.618]➜  packagefile github.com/alecthomas/chroma/lexers/circular=/tmp/go-build282983591/b810/_pkg_.a
2025-08-20T21:59:52.8525415Z [00:03:54.618]➜  packagefile github.com/alecthomas/chroma/lexers/d=/tmp/go-build282983591/b813/_pkg_.a
2025-08-20T21:59:52.8526620Z [00:03:54.618]➜  packagefile github.com/alecthomas/chroma/lexers/e=/tmp/go-build282983591/b814/_pkg_.a
2025-08-20T21:59:52.8527821Z [00:03:54.618]➜  packagefile github.com/alecthomas/chroma/lexers/f=/tmp/go-build282983591/b815/_pkg_.a
2025-08-20T21:59:52.8529037Z [00:03:54.618]➜  packagefile github.com/alecthomas/chroma/lexers/g=/tmp/go-build282983591/b816/_pkg_.a
2025-08-20T21:59:52.8530495Z [00:03:54.618]➜  packagefile github.com/alecthomas/chroma/lexers/h=/tmp/go-build282983591/b811/_pkg_.a
2025-08-20T21:59:52.8531862Z [00:03:54.618]➜  packagefile github.com/alecthomas/chroma/lexers/i=/tmp/go-build282983591/b817/_pkg_.a
2025-08-20T21:59:52.8533132Z [00:03:54.618]➜  packagefile github.com/alecthomas/chroma/lexers/internal=/tmp/go-build282983591/b806/_pkg_.a
2025-08-20T21:59:52.8534385Z [00:03:54.618]➜  packagefile github.com/alecthomas/chroma/lexers/j=/tmp/go-build282983591/b812/_pkg_.a
2025-08-20T21:59:52.8535572Z [00:03:54.618]➜  packagefile github.com/alecthomas/chroma/lexers/k=/tmp/go-build282983591/b818/_pkg_.a
2025-08-20T21:59:52.8536769Z [00:03:54.618]➜  packagefile github.com/alecthomas/chroma/lexers/l=/tmp/go-build282983591/b819/_pkg_.a
2025-08-20T21:59:52.8537972Z [00:03:54.618]➜  packagefile github.com/alecthomas/chroma/lexers/m=/tmp/go-build282983591/b820/_pkg_.a
2025-08-20T21:59:52.8539159Z [00:03:54.618]➜  packagefile github.com/alecthomas/chroma/lexers/n=/tmp/go-build282983591/b821/_pkg_.a
2025-08-20T21:59:52.8540555Z [00:03:54.618]➜  packagefile github.com/alecthomas/chroma/lexers/o=/tmp/go-build282983591/b822/_pkg_.a
2025-08-20T21:59:52.8541765Z [00:03:54.618]➜  packagefile github.com/alecthomas/chroma/lexers/p=/tmp/go-build282983591/b809/_pkg_.a
2025-08-20T21:59:52.8542964Z [00:03:54.618]➜  packagefile github.com/alecthomas/chroma/lexers/q=/tmp/go-build282983591/b823/_pkg_.a
2025-08-20T21:59:52.8544158Z [00:03:54.619]➜  packagefile github.com/alecthomas/chroma/lexers/r=/tmp/go-build282983591/b824/_pkg_.a
2025-08-20T21:59:52.8545366Z [00:03:54.619]➜  packagefile github.com/alecthomas/chroma/lexers/s=/tmp/go-build282983591/b825/_pkg_.a
2025-08-20T21:59:52.8546563Z [00:03:54.619]➜  packagefile github.com/alecthomas/chroma/lexers/t=/tmp/go-build282983591/b826/_pkg_.a
2025-08-20T21:59:52.8547891Z [00:03:54.619]➜  packagefile github.com/alecthomas/chroma/lexers/v=/tmp/go-build282983591/b827/_pkg_.a
2025-08-20T21:59:52.8549102Z [00:03:54.619]➜  packagefile github.com/alecthomas/chroma/lexers/w=/tmp/go-build282983591/b828/_pkg_.a
2025-08-20T21:59:52.8550514Z [00:03:54.619]➜  packagefile github.com/alecthomas/chroma/lexers/x=/tmp/go-build282983591/b829/_pkg_.a
2025-08-20T21:59:52.8551702Z [00:03:54.619]➜  packagefile github.com/alecthomas/chroma/lexers/y=/tmp/go-build282983591/b830/_pkg_.a
2025-08-20T21:59:52.8552899Z [00:03:54.619]➜  packagefile github.com/alecthomas/chroma/lexers/z=/tmp/go-build282983591/b831/_pkg_.a
2025-08-20T21:59:52.8554346Z [00:03:54.619]➜  packagefile github.com/gabriel-vasile/mimetype/internal/charset=/tmp/go-build282983591/b835/_pkg_.a
2025-08-20T21:59:52.8555754Z [00:03:54.619]➜  packagefile github.com/gabriel-vasile/mimetype/internal/magic=/tmp/go-build282983591/b836/_pkg_.a
2025-08-20T21:59:52.8556996Z [00:03:54.619]➜  packagefile github.com/go-playground/locales=/tmp/go-build282983591/b840/_pkg_.a
2025-08-20T21:59:52.8558174Z [00:03:54.619]➜  packagefile github.com/leodido/go-urn/scim/schema=/tmp/go-build282983591/b843/_pkg_.a
2025-08-20T21:59:52.8559243Z [00:03:54.619]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build282983591/b358/_pkg_.a
2025-08-20T21:59:52.8560556Z [00:03:54.619]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build282983591/b531/_pkg_.a
2025-08-20T21:59:52.8561924Z [00:03:54.619]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build282983591/b533/_pkg_.a
2025-08-20T21:59:52.8563134Z [00:03:54.619]➜  packagefile github.com/akrylysov/pogreb=/tmp/go-build282983591/b416/_pkg_.a
2025-08-20T21:59:52.8564184Z [00:03:54.619]➜  packagefile github.com/tidwall/buntdb=/tmp/go-build282983591/b433/_pkg_.a
2025-08-20T21:59:52.8565163Z [00:03:54.619]➜  packagefile go.etcd.io/bbolt=/tmp/go-build282983591/b439/_pkg_.a
2025-08-20T21:59:52.8566202Z [00:03:54.619]➜  packagefile github.com/andybalholm/cascadia=/tmp/go-build282983591/b708/_pkg_.a
2025-08-20T21:59:52.8567283Z [00:03:54.619]➜  packagefile github.com/gaissmai/bart=/tmp/go-build282983591/b443/_pkg_.a
2025-08-20T21:59:52.8568364Z [00:03:54.619]➜  packagefile github.com/cloudflare/cfssl/log=/tmp/go-build282983591/b717/_pkg_.a
2025-08-20T21:59:52.8569712Z [00:03:54.619]➜  packagefile github.com/cloudflare/cfssl/revoke=/tmp/go-build282983591/b718/_pkg_.a
2025-08-20T21:59:52.8571191Z [00:03:54.619]➜  packagefile github.com/projectdiscovery/tlsx/assets=/tmp/go-build282983591/b730/_pkg_.a
2025-08-20T21:59:52.8572359Z [00:03:54.619]➜  packagefile github.com/zmap/zcrypto/x509=/tmp/go-build282983591/b457/_pkg_.a
2025-08-20T21:59:52.8573493Z [00:03:54.619]➜  packagefile github.com/zmap/zcrypto/x509/pkix=/tmp/go-build282983591/b469/_pkg_.a
2025-08-20T21:59:52.8574770Z [00:03:54.619]➜  packagefile github.com/projectdiscovery/tlsx/pkg/output/stats=/tmp/go-build282983591/b732/_pkg_.a
2025-08-20T21:59:52.8576170Z [00:03:54.619]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/ztls/ja3=/tmp/go-build282983591/b733/_pkg_.a
2025-08-20T21:59:52.8577567Z [00:03:54.619]➜  packagefile github.com/projectdiscovery/utils/conn/connpool=/tmp/go-build282983591/b734/_pkg_.a
2025-08-20T21:59:52.8578731Z [00:03:54.619]➜  packagefile github.com/zmap/rc2=/tmp/go-build282983591/b453/_pkg_.a
2025-08-20T21:59:52.8579763Z [00:03:54.619]➜  packagefile github.com/zmap/zcrypto/dsa=/tmp/go-build282983591/b454/_pkg_.a
2025-08-20T21:59:52.8581068Z [00:03:54.619]➜  packagefile github.com/zmap/zcrypto/json=/tmp/go-build282983591/b456/_pkg_.a
2025-08-20T21:59:52.8581921Z [00:03:54.619]➜  packagefile github.com/zmap/zcrypto/x509/ct=/tmp/go-build282983591/b468/_pkg_.a
2025-08-20T21:59:52.8582616Z [00:03:54.619]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build282983591/b371/_pkg_.a
2025-08-20T21:59:52.8583270Z [00:03:54.619]➜  packagefile golang.org/x/net/html/atom=/tmp/go-build282983591/b200/_pkg_.a
2025-08-20T21:59:52.8583921Z [00:03:54.619]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build282983591/b267/_pkg_.a
2025-08-20T21:59:52.8584737Z [00:03:54.619]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build282983591/b265/_pkg_.a
2025-08-20T21:59:52.8585577Z [00:03:54.619]➜  packagefile encoding/xml=/tmp/go-build282983591/b486/_pkg_.a
2025-08-20T21:59:52.8586303Z [00:03:54.619]➜  packagefile github.com/labstack/gommon/color=/tmp/go-build282983591/b1120/_pkg_.a
2025-08-20T21:59:52.8587115Z [00:03:54.619]➜  packagefile github.com/labstack/gommon/log=/tmp/go-build282983591/b1121/_pkg_.a
2025-08-20T21:59:52.8587894Z [00:03:54.619]➜  packagefile golang.org/x/crypto/acme=/tmp/go-build282983591/b1123/_pkg_.a
2025-08-20T21:59:52.8588780Z [00:03:54.619]➜  packagefile golang.org/x/crypto/acme/autocert=/tmp/go-build282983591/b1124/_pkg_.a
2025-08-20T21:59:52.8589612Z [00:03:54.619]➜  packagefile golang.org/x/net/http2/h2c=/tmp/go-build282983591/b963/_pkg_.a
2025-08-20T21:59:52.8590631Z [00:03:54.619]➜  packagefile github.com/labstack/gommon/bytes=/tmp/go-build282983591/b1126/_pkg_.a
2025-08-20T21:59:52.8591342Z [00:03:54.619]➜  packagefile text/template/parse=/tmp/go-build282983591/b514/_pkg_.a
2025-08-20T21:59:52.8592140Z [00:03:54.619]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build282983591/b1451/_pkg_.a
2025-08-20T21:59:52.8593345Z [00:03:54.619]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/runtime=/tmp/go-build282983591/b1474/_pkg_.a
2025-08-20T21:59:52.8594346Z [00:03:54.619]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud=/tmp/go-build282983591/b1459/_pkg_.a
2025-08-20T21:59:52.8595395Z [00:03:54.619]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build282983591/b1458/_pkg_.a
2025-08-20T21:59:52.8596410Z [00:03:54.619]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build282983591/b1461/_pkg_.a
2025-08-20T21:59:52.8597377Z [00:03:54.619]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build282983591/b1469/_pkg_.a
2025-08-20T21:59:52.8598289Z [00:03:54.619]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azidentity/internal=/tmp/go-build282983591/b1477/_pkg_.a
2025-08-20T21:59:52.8599256Z [00:03:54.619]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/errorinfo=/tmp/go-build282983591/b1471/_pkg_.a
2025-08-20T21:59:52.8600225Z [00:03:54.619]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/log=/tmp/go-build282983591/b1455/_pkg_.a
2025-08-20T21:59:52.8601211Z [00:03:54.619]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/confidential=/tmp/go-build282983591/b1479/_pkg_.a
2025-08-20T21:59:52.8602384Z [00:03:54.619]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors=/tmp/go-build282983591/b1481/_pkg_.a
2025-08-20T21:59:52.8603493Z [00:03:54.619]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/managedidentity=/tmp/go-build282983591/b1500/_pkg_.a
2025-08-20T21:59:52.8604557Z [00:03:54.619]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/public=/tmp/go-build282983591/b1501/_pkg_.a
2025-08-20T21:59:52.8605507Z [00:03:54.619]➜  packagefile golang.org/x/crypto/pkcs12=/tmp/go-build282983591/b728/_pkg_.a
2025-08-20T21:59:52.8606309Z [00:03:54.619]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob=/tmp/go-build282983591/b1505/_pkg_.a
2025-08-20T21:59:52.8607311Z [00:03:54.619]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blockblob=/tmp/go-build282983591/b1513/_pkg_.a
2025-08-20T21:59:52.8608239Z [00:03:54.619]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/container=/tmp/go-build282983591/b1514/_pkg_.a
2025-08-20T21:59:52.8609314Z [00:03:54.619]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build282983591/b1509/_pkg_.a
2025-08-20T21:59:52.8610476Z [00:03:54.619]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build282983591/b1510/_pkg_.a
2025-08-20T21:59:52.8611536Z [00:03:54.619]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build282983591/b1507/_pkg_.a
2025-08-20T21:59:52.8612529Z [00:03:54.619]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build282983591/b1511/_pkg_.a
2025-08-20T21:59:52.8613451Z [00:03:54.619]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build282983591/b1512/_pkg_.a
2025-08-20T21:59:52.8614340Z [00:03:54.619]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/service=/tmp/go-build282983591/b1517/_pkg_.a
2025-08-20T21:59:52.8615209Z [00:03:54.619]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build282983591/b1267/_pkg_.a
2025-08-20T21:59:52.8615967Z [00:03:54.619]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build282983591/b1268/_pkg_.a
2025-08-20T21:59:52.8616782Z [00:03:54.619]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sync/singleflight=/tmp/go-build282983591/b1269/_pkg_.a
2025-08-20T21:59:52.8617589Z [00:03:54.619]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build282983591/b1270/_pkg_.a
2025-08-20T21:59:52.8618305Z [00:03:54.619]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build282983591/b1274/_pkg_.a
2025-08-20T21:59:52.8619174Z [00:03:54.619]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build282983591/b1273/_pkg_.a
2025-08-20T21:59:52.8620075Z [00:03:54.619]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build282983591/b1282/_pkg_.a
2025-08-20T21:59:52.8620909Z [00:03:54.619]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build282983591/b1291/_pkg_.a
2025-08-20T21:59:52.8621801Z [00:03:54.619]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds=/tmp/go-build282983591/b1293/_pkg_.a
2025-08-20T21:59:52.8622689Z [00:03:54.619]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds=/tmp/go-build282983591/b1301/_pkg_.a
2025-08-20T21:59:52.8623627Z [00:03:54.619]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/processcreds=/tmp/go-build282983591/b1303/_pkg_.a
2025-08-20T21:59:52.8624492Z [00:03:54.619]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ssocreds=/tmp/go-build282983591/b1305/_pkg_.a
2025-08-20T21:59:52.8625325Z [00:03:54.619]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/stscreds=/tmp/go-build282983591/b1325/_pkg_.a
2025-08-20T21:59:52.8626147Z [00:03:54.619]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds=/tmp/go-build282983591/b1294/_pkg_.a
2025-08-20T21:59:52.8626938Z [00:03:54.619]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/ini=/tmp/go-build282983591/b1334/_pkg_.a
2025-08-20T21:59:52.8627762Z [00:03:54.619]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/shareddefaults=/tmp/go-build282983591/b1306/_pkg_.a
2025-08-20T21:59:52.8628562Z [00:03:54.619]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso=/tmp/go-build282983591/b1307/_pkg_.a
2025-08-20T21:59:52.8629231Z [00:03:54.619]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc=/tmp/go-build282983591/b1320/_pkg_.a
2025-08-20T21:59:52.8630157Z [00:03:54.619]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts=/tmp/go-build282983591/b1326/_pkg_.a
2025-08-20T21:59:52.8630898Z [00:03:54.619]➜  packagefile github.com/aws/smithy-go/private/requestcompression=/tmp/go-build282983591/b1335/_pkg_.a
2025-08-20T21:59:52.8631588Z [00:03:54.619]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/arn=/tmp/go-build282983591/b1519/_pkg_.a
2025-08-20T21:59:52.8632396Z [00:03:54.619]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build282983591/b1284/_pkg_.a
2025-08-20T21:59:52.8633179Z [00:03:54.619]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/awsutil=/tmp/go-build282983591/b1520/_pkg_.a
2025-08-20T21:59:52.8633866Z [00:03:54.619]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build282983591/b1297/_pkg_.a
2025-08-20T21:59:52.8634677Z [00:03:54.619]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdkio=/tmp/go-build282983591/b1304/_pkg_.a
2025-08-20T21:59:52.8635355Z [00:03:54.619]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/types=/tmp/go-build282983591/b1534/_pkg_.a
2025-08-20T21:59:52.8636142Z [00:03:54.619]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build282983591/b1275/_pkg_.a
2025-08-20T21:59:52.8636840Z [00:03:54.619]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build282983591/b1308/_pkg_.a
2025-08-20T21:59:52.8637553Z [00:03:54.619]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream=/tmp/go-build282983591/b1522/_pkg_.a
2025-08-20T21:59:52.8638375Z [00:03:54.619]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/eventstreamapi=/tmp/go-build282983591/b1523/_pkg_.a
2025-08-20T21:59:52.8639147Z [00:03:54.620]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/xml=/tmp/go-build282983591/b1328/_pkg_.a
2025-08-20T21:59:52.8639972Z [00:03:54.620]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build282983591/b1295/_pkg_.a
2025-08-20T21:59:52.8640686Z [00:03:54.620]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build282983591/b1288/_pkg_.a
2025-08-20T21:59:52.8641398Z [00:03:54.620]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build282983591/b1310/_pkg_.a
2025-08-20T21:59:52.8642238Z [00:03:54.620]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build282983591/b1311/_pkg_.a
2025-08-20T21:59:52.8643080Z [00:03:54.620]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build282983591/b1312/_pkg_.a
2025-08-20T21:59:52.8643933Z [00:03:54.620]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build282983591/b1313/_pkg_.a
2025-08-20T21:59:52.8644690Z [00:03:54.620]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build282983591/b1314/_pkg_.a
2025-08-20T21:59:52.8645369Z [00:03:54.620]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a=/tmp/go-build282983591/b1524/_pkg_.a
2025-08-20T21:59:52.8646131Z [00:03:54.620]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding=/tmp/go-build282983591/b1329/_pkg_.a
2025-08-20T21:59:52.8646919Z [00:03:54.620]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/checksum=/tmp/go-build282983591/b1527/_pkg_.a
2025-08-20T21:59:52.8647707Z [00:03:54.620]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/presigned-url=/tmp/go-build282983591/b1330/_pkg_.a
2025-08-20T21:59:52.8648493Z [00:03:54.620]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared=/tmp/go-build282983591/b1528/_pkg_.a
2025-08-20T21:59:52.8649292Z [00:03:54.620]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/config=/tmp/go-build282983591/b1530/_pkg_.a
2025-08-20T21:59:52.8650231Z [00:03:54.620]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations=/tmp/go-build282983591/b1531/_pkg_.a
2025-08-20T21:59:52.8651039Z [00:03:54.620]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints=/tmp/go-build282983591/b1533/_pkg_.a
2025-08-20T21:59:52.8651781Z [00:03:54.620]➜  packagefile github.com/aws/smithy-go=/tmp/go-build282983591/b1276/_pkg_.a
2025-08-20T21:59:52.8652359Z [00:03:54.620]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build282983591/b1277/_pkg_.a
2025-08-20T21:59:52.8653021Z [00:03:54.620]➜  packagefile github.com/aws/smithy-go/container/private/cache=/tmp/go-build282983591/b1535/_pkg_.a
2025-08-20T21:59:52.8653765Z [00:03:54.620]➜  packagefile github.com/aws/smithy-go/container/private/cache/lru=/tmp/go-build282983591/b1536/_pkg_.a
2025-08-20T21:59:52.8654512Z [00:03:54.620]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build282983591/b1318/_pkg_.a
2025-08-20T21:59:52.8655179Z [00:03:54.620]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build282983591/b1289/_pkg_.a
2025-08-20T21:59:52.8655850Z [00:03:54.620]➜  packagefile github.com/aws/smithy-go/encoding/xml=/tmp/go-build282983591/b1333/_pkg_.a
2025-08-20T21:59:52.8656521Z [00:03:54.620]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build282983591/b1319/_pkg_.a
2025-08-20T21:59:52.8657313Z [00:03:54.620]➜  packagefile github.com/aws/smithy-go/endpoints/private/rulesfn=/tmp/go-build282983591/b1537/_pkg_.a
2025-08-20T21:59:52.8657964Z [00:03:54.620]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build282983591/b1300/_pkg_.a
2025-08-20T21:59:52.8658558Z [00:03:54.620]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build282983591/b1278/_pkg_.a
2025-08-20T21:59:52.8659153Z [00:03:54.620]➜  packagefile github.com/aws/smithy-go/rand=/tmp/go-build282983591/b1285/_pkg_.a
2025-08-20T21:59:52.8659735Z [00:03:54.620]➜  packagefile github.com/aws/smithy-go/sync=/tmp/go-build282983591/b1538/_pkg_.a
2025-08-20T21:59:52.8660468Z [00:03:54.620]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build282983591/b1279/_pkg_.a
2025-08-20T21:59:52.8661055Z [00:03:54.620]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build282983591/b1280/_pkg_.a
2025-08-20T21:59:52.8661656Z [00:03:54.620]➜  packagefile github.com/aws/smithy-go/waiter=/tmp/go-build282983591/b1539/_pkg_.a
2025-08-20T21:59:52.8662200Z [00:03:54.620]➜  packagefile dario.cat/mergo=/tmp/go-build282983591/b1541/_pkg_.a
2025-08-20T21:59:52.8662776Z [00:03:54.620]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/tmp/go-build282983591/b1542/_pkg_.a
2025-08-20T21:59:52.8663577Z [00:03:54.620]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/tmp/go-build282983591/b1559/_pkg_.a
2025-08-20T21:59:52.8664267Z [00:03:54.620]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build282983591/b1565/_pkg_.a
2025-08-20T21:59:52.8664862Z [00:03:54.620]➜  packagefile github.com/go-git/go-billy/v5/osfs=/tmp/go-build282983591/b1566/_pkg_.a
2025-08-20T21:59:52.8665458Z [00:03:54.620]➜  packagefile github.com/go-git/go-billy/v5/util=/tmp/go-build282983591/b1570/_pkg_.a
2025-08-20T21:59:52.8666047Z [00:03:54.620]➜  packagefile github.com/go-git/go-git/v5/config=/tmp/go-build282983591/b1571/_pkg_.a
2025-08-20T21:59:52.8666706Z [00:03:54.620]➜  packagefile github.com/go-git/go-git/v5/internal/path_util=/tmp/go-build282983591/b1584/_pkg_.a
2025-08-20T21:59:52.8667623Z [00:03:54.620]➜  packagefile github.com/go-git/go-git/v5/internal/revision=/tmp/go-build282983591/b1585/_pkg_.a
2025-08-20T21:59:52.8668783Z [00:03:54.620]➜  packagefile github.com/go-git/go-git/v5/internal/url=/tmp/go-build282983591/b1572/_pkg_.a
2025-08-20T21:59:52.8669422Z [00:03:54.620]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build282983591/b1573/_pkg_.a
2025-08-20T21:59:52.8670184Z [00:03:54.620]➜  packagefile github.com/go-git/go-git/v5/plumbing/cache=/tmp/go-build282983591/b1586/_pkg_.a
2025-08-20T21:59:52.8670856Z [00:03:54.620]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build282983591/b1587/_pkg_.a
2025-08-20T21:59:52.8671559Z [00:03:54.620]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/config=/tmp/go-build282983591/b1578/_pkg_.a
2025-08-20T21:59:52.8672297Z [00:03:54.620]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/gitignore=/tmp/go-build282983591/b1588/_pkg_.a
2025-08-20T21:59:52.8673121Z [00:03:54.620]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/index=/tmp/go-build282983591/b1591/_pkg_.a
2025-08-20T21:59:52.8673863Z [00:03:54.620]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/packfile=/tmp/go-build282983591/b1593/_pkg_.a
2025-08-20T21:59:52.8674559Z [00:03:54.620]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build282983591/b1574/_pkg_.a
2025-08-20T21:59:52.8675225Z [00:03:54.620]➜  packagefile github.com/go-git/go-git/v5/plumbing/object=/tmp/go-build282983591/b1597/_pkg_.a
2025-08-20T21:59:52.8676029Z [00:03:54.620]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build282983591/b1612/_pkg_.a
2025-08-20T21:59:52.8676818Z [00:03:54.620]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build282983591/b1615/_pkg_.a
2025-08-20T21:59:52.8677642Z [00:03:54.620]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband=/tmp/go-build282983591/b1616/_pkg_.a
2025-08-20T21:59:52.8678389Z [00:03:54.620]➜  packagefile github.com/go-git/go-git/v5/plumbing/revlist=/tmp/go-build282983591/b1618/_pkg_.a
2025-08-20T21:59:52.8679061Z [00:03:54.620]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build282983591/b1595/_pkg_.a
2025-08-20T21:59:52.8679747Z [00:03:54.620]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build282983591/b1619/_pkg_.a
2025-08-20T21:59:52.8680708Z [00:03:54.620]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/client=/tmp/go-build282983591/b1620/_pkg_.a
2025-08-20T21:59:52.8681389Z [00:03:54.620]➜  packagefile github.com/go-git/go-git/v5/storage=/tmp/go-build282983591/b1606/_pkg_.a
2025-08-20T21:59:52.8682041Z [00:03:54.620]➜  packagefile github.com/go-git/go-git/v5/storage/filesystem=/tmp/go-build282983591/b1624/_pkg_.a
2025-08-20T21:59:52.8682811Z [00:03:54.620]➜  packagefile github.com/go-git/go-git/v5/storage/filesystem/dotgit=/tmp/go-build282983591/b1626/_pkg_.a
2025-08-20T21:59:52.8683615Z [00:03:54.620]➜  packagefile github.com/go-git/go-git/v5/storage/memory=/tmp/go-build282983591/b1617/_pkg_.a
2025-08-20T21:59:52.8684256Z [00:03:54.620]➜  packagefile github.com/go-git/go-git/v5/utils/diff=/tmp/go-build282983591/b1607/_pkg_.a
2025-08-20T21:59:52.8685032Z [00:03:54.620]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build282983591/b1589/_pkg_.a
2025-08-20T21:59:52.8685782Z [00:03:54.620]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie=/tmp/go-build282983591/b1609/_pkg_.a
2025-08-20T21:59:52.8686521Z [00:03:54.620]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/filesystem=/tmp/go-build282983591/b1635/_pkg_.a
2025-08-20T21:59:52.8687275Z [00:03:54.620]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/index=/tmp/go-build282983591/b1636/_pkg_.a
2025-08-20T21:59:52.8687990Z [00:03:54.620]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build282983591/b1611/_pkg_.a
2025-08-20T21:59:52.8688664Z [00:03:54.620]➜  packagefile github.com/go-git/go-git/v5/utils/sync=/tmp/go-build282983591/b1596/_pkg_.a
2025-08-20T21:59:52.8689327Z [00:03:54.620]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build282983591/b1608/_pkg_.a
2025-08-20T21:59:52.8690162Z [00:03:54.620]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/pktline=/tmp/go-build282983591/b1613/_pkg_.a
2025-08-20T21:59:52.8690952Z [00:03:54.620]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/internal/common=/tmp/go-build282983591/b1622/_pkg_.a
2025-08-20T21:59:52.8691667Z [00:03:54.620]➜  packagefile github.com/golang/groupcache/lru=/tmp/go-build282983591/b755/_pkg_.a
2025-08-20T21:59:52.8692285Z [00:03:54.620]➜  packagefile github.com/hashicorp/go-cleanhttp=/tmp/go-build282983591/b1230/_pkg_.a
2025-08-20T21:59:52.8692922Z [00:03:54.620]➜  packagefile github.com/hashicorp/go-retryablehttp=/tmp/go-build282983591/b1231/_pkg_.a
2025-08-20T21:59:52.8693566Z [00:03:54.620]➜  packagefile github.com/projectdiscovery/freeport=/tmp/go-build282983591/b1143/_pkg_.a
2025-08-20T21:59:52.8694281Z [00:03:54.620]➜  packagefile github.com/julienschmidt/httprouter=/tmp/go-build282983591/b1649/_pkg_.a
2025-08-20T21:59:52.8694898Z [00:03:54.620]➜  packagefile github.com/spf13/cast/internal=/tmp/go-build282983591/b789/_pkg_.a
2025-08-20T21:59:52.8695574Z [00:03:54.620]➜  packagefile github.com/projectdiscovery/gcache/internal/list=/tmp/go-build282983591/b1148/_pkg_.a
2025-08-20T21:59:52.8696287Z [00:03:54.620]➜  packagefile github.com/Mzack9999/gcache/internal/list=/tmp/go-build282983591/b346/_pkg_.a
2025-08-20T21:59:52.8697027Z [00:03:54.620]➜  packagefile github.com/projectdiscovery/utils/sysutil=/tmp/go-build282983591/b1348/_pkg_.a
2025-08-20T21:59:52.8697659Z [00:03:54.620]➜  packagefile github.com/Mzack9999/goja/ast=/tmp/go-build282983591/b848/_pkg_.a
2025-08-20T21:59:52.8698244Z [00:03:54.620]➜  packagefile github.com/Mzack9999/goja/file=/tmp/go-build282983591/b849/_pkg_.a
2025-08-20T21:59:52.8698828Z [00:03:54.620]➜  packagefile github.com/Mzack9999/goja/ftoa=/tmp/go-build282983591/b854/_pkg_.a
2025-08-20T21:59:52.8699414Z [00:03:54.620]➜  packagefile github.com/Mzack9999/goja/token=/tmp/go-build282983591/b852/_pkg_.a
2025-08-20T21:59:52.8700121Z [00:03:54.620]➜  packagefile github.com/Mzack9999/goja/unistring=/tmp/go-build282983591/b853/_pkg_.a
2025-08-20T21:59:52.8700726Z [00:03:54.620]➜  packagefile golang.org/x/text/collate=/tmp/go-build282983591/b859/_pkg_.a
2025-08-20T21:59:52.8701303Z [00:03:54.620]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build282983591/b462/_pkg_.a
2025-08-20T21:59:52.8701833Z [00:03:54.620]➜  packagefile hash/maphash=/tmp/go-build282983591/b861/_pkg_.a
2025-08-20T21:59:52.8702377Z [00:03:54.620]➜  packagefile github.com/go-sourcemap/sourcemap=/tmp/go-build282983591/b850/_pkg_.a
2025-08-20T21:59:52.8702994Z [00:03:54.620]➜  packagefile golang.org/x/text/unicode/rangetable=/tmp/go-build282983591/b857/_pkg_.a
2025-08-20T21:59:52.8703599Z [00:03:54.620]➜  packagefile github.com/go-rod/rod/lib/assets=/tmp/go-build282983591/b879/_pkg_.a
2025-08-20T21:59:52.8704179Z [00:03:54.620]➜  packagefile github.com/go-rod/rod/lib/cdp=/tmp/go-build282983591/b880/_pkg_.a
2025-08-20T21:59:52.8704766Z [00:03:54.620]➜  packagefile github.com/go-rod/rod/lib/defaults=/tmp/go-build282983591/b881/_pkg_.a
2025-08-20T21:59:52.8705446Z [00:03:54.620]➜  packagefile github.com/go-rod/rod/lib/devices=/tmp/go-build282983591/b885/_pkg_.a
2025-08-20T21:59:52.8706074Z [00:03:54.620]➜  packagefile github.com/go-rod/rod/lib/js=/tmp/go-build282983591/b887/_pkg_.a
2025-08-20T21:59:52.8706623Z [00:03:54.620]➜  packagefile github.com/ysmood/goob=/tmp/go-build282983591/b894/_pkg_.a
2025-08-20T21:59:52.8707179Z [00:03:54.620]➜  packagefile github.com/ysmood/got/lib/lcs=/tmp/go-build282983591/b895/_pkg_.a
2025-08-20T21:59:52.8707726Z [00:03:54.620]➜  packagefile github.com/ysmood/gson=/tmp/go-build282983591/b884/_pkg_.a
2025-08-20T21:59:52.8708266Z [00:03:54.620]➜  packagefile filippo.io/edwards25519=/tmp/go-build282983591/b897/_pkg_.a
2025-08-20T21:59:52.8708941Z [00:03:54.620]➜  packagefile github.com/projectdiscovery/utils/memoize/simpleflight=/tmp/go-build282983591/b903/_pkg_.a
2025-08-20T21:59:52.8709549Z [00:03:54.620]➜  packagefile go/format=/tmp/go-build282983591/b904/_pkg_.a
2025-08-20T21:59:52.8710161Z [00:03:54.620]➜  packagefile go/printer=/tmp/go-build282983591/b905/_pkg_.a
2025-08-20T21:59:52.8710609Z [00:03:54.620]➜  packagefile go/types=/tmp/go-build282983591/b906/_pkg_.a
2025-08-20T21:59:52.8711117Z [00:03:54.620]➜  packagefile golang.org/x/tools/imports=/tmp/go-build282983591/b913/_pkg_.a
2025-08-20T21:59:52.8711712Z [00:03:54.620]➜  packagefile github.com/valyala/bytebufferpool=/tmp/go-build282983591/b786/_pkg_.a
2025-08-20T21:59:52.8712289Z [00:03:54.620]➜  packagefile github.com/ysmood/fetchup=/tmp/go-build282983591/b890/_pkg_.a
2025-08-20T21:59:52.8712840Z [00:03:54.620]➜  packagefile github.com/ysmood/leakless=/tmp/go-build282983591/b891/_pkg_.a
2025-08-20T21:59:52.8713320Z [00:03:54.620]➜  packagefile image=/tmp/go-build282983591/b499/_pkg_.a
2025-08-20T21:59:52.8713832Z [00:03:54.620]➜  packagefile image/jpeg=/tmp/go-build282983591/b555/_pkg_.a
2025-08-20T21:59:52.8714285Z [00:03:54.620]➜  packagefile image/png=/tmp/go-build282983591/b501/_pkg_.a
2025-08-20T21:59:52.8714723Z [00:03:54.620]➜  packagefile testing=/tmp/go-build282983591/b866/_pkg_.a
2025-08-20T21:59:52.8715248Z [00:03:54.620]➜  packagefile go.mongodb.org/mongo-driver/mongo=/tmp/go-build282983591/b1161/_pkg_.a
2025-08-20T21:59:52.8715890Z [00:03:54.620]➜  packagefile go.mongodb.org/mongo-driver/mongo/options=/tmp/go-build282983591/b1185/_pkg_.a
2025-08-20T21:59:52.8716553Z [00:03:54.620]➜  packagefile code.gitea.io/sdk/gitea=/tmp/go-build282983591/b1217/_pkg_.a
2025-08-20T21:59:52.8717124Z [00:03:54.620]➜  packagefile github.com/andygrunwald/go-jira=/tmp/go-build282983591/b1233/_pkg_.a
2025-08-20T21:59:52.8717730Z [00:03:54.620]➜  packagefile github.com/trivago/tgo/tcontainer=/tmp/go-build282983591/b1236/_pkg_.a
2025-08-20T21:59:52.8718557Z [00:03:54.620]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/reporting/trackers/linear/jsonutil=/tmp/go-build282983591/b1239/_pkg_.a
2025-08-20T21:59:52.8719320Z [00:03:54.620]➜  packagefile github.com/shurcooL/graphql=/tmp/go-build282983591/b1240/_pkg_.a
2025-08-20T21:59:52.8720091Z [00:03:54.620]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build282983591/b741/_pkg_.a
2025-08-20T21:59:52.8720671Z [00:03:54.620]➜  packagefile github.com/seh-msft/burpxml=/tmp/go-build282983591/b1405/_pkg_.a
2025-08-20T21:59:52.8721242Z [00:03:54.620]➜  packagefile github.com/clbanning/mxj/v2=/tmp/go-build282983591/b1361/_pkg_.a
2025-08-20T21:59:52.8721865Z [00:03:54.620]➜  packagefile github.com/getkin/kin-openapi/openapi3=/tmp/go-build282983591/b1408/_pkg_.a
2025-08-20T21:59:52.8722507Z [00:03:54.620]➜  packagefile github.com/getkin/kin-openapi/openapi2=/tmp/go-build282983591/b1418/_pkg_.a
2025-08-20T21:59:52.8723205Z [00:03:54.620]➜  packagefile github.com/getkin/kin-openapi/openapi2conv=/tmp/go-build282983591/b1419/_pkg_.a
2025-08-20T21:59:52.8723819Z [00:03:54.620]➜  packagefile github.com/invopop/yaml=/tmp/go-build282983591/b1420/_pkg_.a
2025-08-20T21:59:52.8724407Z [00:03:54.620]➜  packagefile github.com/bits-and-blooms/bloom/v3=/tmp/go-build282983591/b1424/_pkg_.a
2025-08-20T21:59:52.8725111Z [00:03:54.620]➜  packagefile github.com/hashicorp/golang-lru/v2=/tmp/go-build282983591/b259/_pkg_.a
2025-08-20T21:59:52.8725823Z [00:03:54.620]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build282983591/b485/_pkg_.a
2025-08-20T21:59:52.8727126Z [00:03:54.620]➜  packagefile github.com/alecthomas/chroma/v2/quick=/tmp/go-build282983591/b489/_pkg_.a
2025-08-20T21:59:52.8728327Z [00:03:54.620]➜  packagefile github.com/alecthomas/chroma/v2/styles=/tmp/go-build282983591/b494/_pkg_.a
2025-08-20T21:59:52.8729564Z [00:03:54.620]➜  packagefile github.com/charmbracelet/glamour/internal/autolink=/tmp/go-build282983591/b495/_pkg_.a
2025-08-20T21:59:52.8730923Z [00:03:54.620]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build282983591/b496/_pkg_.a
2025-08-20T21:59:52.8732056Z [00:03:54.620]➜  packagefile github.com/charmbracelet/lipgloss/table=/tmp/go-build282983591/b515/_pkg_.a
2025-08-20T21:59:52.8733149Z [00:03:54.620]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build282983591/b497/_pkg_.a
2025-08-20T21:59:52.8734238Z [00:03:54.620]➜  packagefile github.com/charmbracelet/x/exp/slice=/tmp/go-build282983591/b516/_pkg_.a
2025-08-20T21:59:52.8735336Z [00:03:54.620]➜  packagefile github.com/muesli/reflow/indent=/tmp/go-build282983591/b517/_pkg_.a
2025-08-20T21:59:52.8736407Z [00:03:54.620]➜  packagefile github.com/muesli/reflow/padding=/tmp/go-build282983591/b519/_pkg_.a
2025-08-20T21:59:52.8737476Z [00:03:54.620]➜  packagefile github.com/muesli/reflow/wordwrap=/tmp/go-build282983591/b520/_pkg_.a
2025-08-20T21:59:52.8738556Z [00:03:54.621]➜  packagefile github.com/yuin/goldmark-emoji/ast=/tmp/go-build282983591/b521/_pkg_.a
2025-08-20T21:59:52.8739613Z [00:03:54.621]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build282983591/b523/_pkg_.a
2025-08-20T21:59:52.8740705Z [00:03:54.621]➜  packagefile github.com/yuin/goldmark/extension/ast=/tmp/go-build282983591/b526/_pkg_.a
2025-08-20T21:59:52.8741367Z [00:03:54.621]➜  packagefile github.com/aymanbagabas/go-osc52/v2=/tmp/go-build282983591/b512/_pkg_.a
2025-08-20T21:59:52.8742206Z [00:03:54.621]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build282983591/b503/_pkg_.a
2025-08-20T21:59:52.8743222Z [00:03:54.621]➜  packagefile github.com/rivo/uniseg=/tmp/go-build282983591/b505/_pkg_.a
2025-08-20T21:59:52.8744193Z [00:03:54.621]➜  packagefile image/color=/tmp/go-build282983591/b500/_pkg_.a
2025-08-20T21:59:52.8745229Z [00:03:54.621]➜  packagefile github.com/yuin/goldmark/renderer/html=/tmp/go-build282983591/b537/_pkg_.a
2025-08-20T21:59:52.8746339Z [00:03:54.621]➜  packagefile github.com/yuin/goldmark/text=/tmp/go-build282983591/b524/_pkg_.a
2025-08-20T21:59:52.8747204Z [00:03:54.621]➜  packagefile github.com/yuin/goldmark-emoji/definition=/tmp/go-build282983591/b522/_pkg_.a
2025-08-20T21:59:52.8748370Z [00:03:54.621]➜  packagefile github.com/olekukonko/ll/lx=/tmp/go-build282983591/b1642/_pkg_.a
2025-08-20T21:59:52.8749476Z [00:03:54.621]➜  packagefile github.com/bahlo/generic-list-go=/tmp/go-build282983591/b691/_pkg_.a
2025-08-20T21:59:52.8750745Z [00:03:54.621]➜  packagefile github.com/buger/jsonparser=/tmp/go-build282983591/b692/_pkg_.a
2025-08-20T21:59:52.8751904Z [00:03:54.621]➜  packagefile github.com/mailru/easyjson/jwriter=/tmp/go-build282983591/b693/_pkg_.a
2025-08-20T21:59:52.8752956Z [00:03:54.621]➜  packagefile go/scanner=/tmp/go-build282983591/b696/_pkg_.a
2025-08-20T21:59:52.8753841Z [00:03:54.621]➜  packagefile go/doc/comment=/tmp/go-build282983591/b699/_pkg_.a
2025-08-20T21:59:52.8754857Z [00:03:54.621]➜  packagefile internal/lazyregexp=/tmp/go-build282983591/b700/_pkg_.a
2025-08-20T21:59:52.8755862Z [00:03:54.621]➜  packagefile go/build/constraint=/tmp/go-build282983591/b702/_pkg_.a
2025-08-20T21:59:52.8756910Z [00:03:54.621]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build282983591/b085/_pkg_.a
2025-08-20T21:59:52.8758002Z [00:03:54.621]➜  packagefile golang.org/x/net/bpf=/tmp/go-build282983591/b227/_pkg_.a
2025-08-20T21:59:52.8759070Z [00:03:54.621]➜  packagefile golang.org/x/net/internal/iana=/tmp/go-build282983591/b228/_pkg_.a
2025-08-20T21:59:52.8760584Z [00:03:54.621]➜  packagefile golang.org/x/net/internal/socket=/tmp/go-build282983591/b229/_pkg_.a
2025-08-20T21:59:52.8761590Z [00:03:54.621]➜  packagefile hash/adler32=/tmp/go-build282983591/b171/_pkg_.a
2025-08-20T21:59:52.8762726Z [00:03:54.621]➜  packagefile github.com/hdm/jarm-go=/tmp/go-build282983591/b775/_pkg_.a
2025-08-20T21:59:52.8763959Z [00:03:54.621]➜  packagefile github.com/sashabaranov/go-openai/internal=/tmp/go-build282983591/b770/_pkg_.a
2025-08-20T21:59:52.8765139Z [00:03:54.621]➜  packagefile golang.org/x/text/internal=/tmp/go-build282983591/b529/_pkg_.a
2025-08-20T21:59:52.8766260Z [00:03:54.621]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build282983591/b135/_pkg_.a
2025-08-20T21:59:52.8767303Z [00:03:54.621]➜  packagefile crypto/fips140=/tmp/go-build282983591/b152/_pkg_.a
2025-08-20T21:59:52.8768377Z [00:03:54.621]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build282983591/b143/_pkg_.a
2025-08-20T21:59:52.8769647Z [00:03:54.621]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build282983591/b144/_pkg_.a
2025-08-20T21:59:52.8771105Z [00:03:54.621]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build282983591/b145/_pkg_.a
2025-08-20T21:59:52.8772332Z [00:03:54.621]➜  packagefile vendor/golang.org/x/sys/cpu=/tmp/go-build282983591/b146/_pkg_.a
2025-08-20T21:59:52.8773328Z [00:03:54.621]➜  packagefile crypto/mlkem=/tmp/go-build282983591/b351/_pkg_.a
2025-08-20T21:59:52.8774389Z [00:03:54.621]➜  packagefile github.com/cloudflare/circl/hpke=/tmp/go-build282983591/b352/_pkg_.a
2025-08-20T21:59:52.8775561Z [00:03:54.621]➜  packagefile github.com/cloudflare/circl/kem=/tmp/go-build282983591/b362/_pkg_.a
2025-08-20T21:59:52.8776846Z [00:03:54.621]➜  packagefile github.com/cloudflare/circl/pki=/tmp/go-build282983591/b376/_pkg_.a
2025-08-20T21:59:52.8778007Z [00:03:54.621]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build282983591/b377/_pkg_.a
2025-08-20T21:59:52.8779256Z [00:03:54.621]➜  packagefile github.com/cloudflare/circl/sign/eddilithium3=/tmp/go-build282983591/b393/_pkg_.a
2025-08-20T21:59:52.8780800Z [00:03:54.621]➜  packagefile github.com/refraction-networking/utls/dicttls=/tmp/go-build282983591/b400/_pkg_.a
2025-08-20T21:59:52.8782205Z [00:03:54.621]➜  packagefile github.com/refraction-networking/utls/internal/boring=/tmp/go-build282983591/b401/_pkg_.a
2025-08-20T21:59:52.8783855Z [00:03:54.621]➜  packagefile github.com/refraction-networking/utls/internal/byteorder=/tmp/go-build282983591/b402/_pkg_.a
2025-08-20T21:59:52.8785355Z [00:03:54.621]➜  packagefile github.com/refraction-networking/utls/internal/fips140tls=/tmp/go-build282983591/b403/_pkg_.a
2025-08-20T21:59:52.8786891Z [00:03:54.621]➜  packagefile github.com/refraction-networking/utls/internal/helper=/tmp/go-build282983591/b404/_pkg_.a
2025-08-20T21:59:52.8788361Z [00:03:54.621]➜  packagefile github.com/refraction-networking/utls/internal/hkdf=/tmp/go-build282983591/b405/_pkg_.a
2025-08-20T21:59:52.8789957Z [00:03:54.621]➜  packagefile github.com/refraction-networking/utls/internal/hpke=/tmp/go-build282983591/b406/_pkg_.a
2025-08-20T21:59:52.8791457Z [00:03:54.621]➜  packagefile github.com/refraction-networking/utls/internal/quicvarint=/tmp/go-build282983591/b407/_pkg_.a
2025-08-20T21:59:52.8792971Z [00:03:54.621]➜  packagefile github.com/refraction-networking/utls/internal/tls12=/tmp/go-build282983591/b409/_pkg_.a
2025-08-20T21:59:52.8794421Z [00:03:54.621]➜  packagefile github.com/refraction-networking/utls/internal/tls13=/tmp/go-build282983591/b410/_pkg_.a
2025-08-20T21:59:52.8795729Z [00:03:54.621]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build282983591/b356/_pkg_.a
2025-08-20T21:59:52.8796832Z [00:03:54.621]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build282983591/b375/_pkg_.a
2025-08-20T21:59:52.8797992Z [00:03:54.621]➜  packagefile golang.org/x/text/secure/bidirule=/tmp/go-build282983591/b460/_pkg_.a
2025-08-20T21:59:52.8799121Z [00:03:54.621]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build282983591/b461/_pkg_.a
2025-08-20T21:59:52.8800588Z [00:03:54.621]➜  packagefile github.com/leslie-qiwa/flat=/tmp/go-build282983591/b1358/_pkg_.a
2025-08-20T21:59:52.8802074Z [00:03:54.621]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/fuzz/dataformat=/tmp/go-build282983591/b1360/_pkg_.a
2025-08-20T21:59:52.8803421Z [00:03:54.621]➜  packagefile golang.org/x/net/html/charset=/tmp/go-build282983591/b756/_pkg_.a
2025-08-20T21:59:52.8804544Z [00:03:54.621]➜  packagefile github.com/itchyny/timefmt-go=/tmp/go-build282983591/b762/_pkg_.a
2025-08-20T21:59:52.8805828Z [00:03:54.621]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4=/tmp/go-build282983591/b1286/_pkg_.a
2025-08-20T21:59:52.8807133Z [00:03:54.621]➜  packagefile github.com/dsnet/compress/internal=/tmp/go-build282983591/b307/_pkg_.a
2025-08-20T21:59:52.8808366Z [00:03:54.621]➜  packagefile github.com/dsnet/compress/internal/errors=/tmp/go-build282983591/b308/_pkg_.a
2025-08-20T21:59:52.8809598Z [00:03:54.621]➜  packagefile github.com/klauspost/compress/flate=/tmp/go-build282983591/b279/_pkg_.a
2025-08-20T21:59:52.8810978Z [00:03:54.621]➜  packagefile github.com/klauspost/compress=/tmp/go-build282983591/b296/_pkg_.a
2025-08-20T21:59:52.8812146Z [00:03:54.621]➜  packagefile github.com/klauspost/compress/huff0=/tmp/go-build282983591/b297/_pkg_.a
2025-08-20T21:59:52.8813478Z [00:03:54.621]➜  packagefile github.com/klauspost/compress/internal/cpuinfo=/tmp/go-build282983591/b299/_pkg_.a
2025-08-20T21:59:52.8814780Z [00:03:54.621]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build282983591/b280/_pkg_.a
2025-08-20T21:59:52.8816113Z [00:03:54.621]➜  packagefile github.com/klauspost/compress/internal/snapref=/tmp/go-build282983591/b300/_pkg_.a
2025-08-20T21:59:52.8817670Z [00:03:54.621]➜  packagefile github.com/klauspost/compress/zstd/internal/xxhash=/tmp/go-build282983591/b301/_pkg_.a
2025-08-20T21:59:52.8818943Z [00:03:54.621]➜  packagefile github.com/Mzack9999/goja_nodejs/util=/tmp/go-build282983591/b864/_pkg_.a
2025-08-20T21:59:52.8820471Z [00:03:54.621]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/bytes=/tmp/go-build282983591/b873/_pkg_.a
2025-08-20T21:59:52.8821937Z [00:03:54.621]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/fs=/tmp/go-build282983591/b876/_pkg_.a
2025-08-20T21:59:52.8823633Z [00:03:54.621]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/ikev2=/tmp/go-build282983591/b933/_pkg_.a
2025-08-20T21:59:52.8825096Z [00:03:54.621]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/kerberos=/tmp/go-build282983591/b967/_pkg_.a
2025-08-20T21:59:52.8826515Z [00:03:54.621]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/ldap=/tmp/go-build282983591/b1006/_pkg_.a
2025-08-20T21:59:52.8827946Z [00:03:54.621]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/mssql=/tmp/go-build282983591/b1011/_pkg_.a
2025-08-20T21:59:52.8829322Z [00:03:54.621]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/mysql=/tmp/go-build282983591/b1031/_pkg_.a
2025-08-20T21:59:52.8830953Z [00:03:54.621]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/net=/tmp/go-build282983591/b1034/_pkg_.a
2025-08-20T21:59:52.8832566Z [00:03:54.621]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/oracle=/tmp/go-build282983591/b1036/_pkg_.a
2025-08-20T21:59:52.8833986Z [00:03:54.621]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/pop3=/tmp/go-build282983591/b1039/_pkg_.a
2025-08-20T21:59:52.8835380Z [00:03:54.621]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/postgres=/tmp/go-build282983591/b1042/_pkg_.a
2025-08-20T21:59:52.8836795Z [00:03:54.621]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/rdp=/tmp/go-build282983591/b1060/_pkg_.a
2025-08-20T21:59:52.8838141Z [00:03:54.621]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/redis=/tmp/go-build282983591/b1063/_pkg_.a
2025-08-20T21:59:52.8839489Z [00:03:54.621]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/rsync=/tmp/go-build282983591/b1077/_pkg_.a
2025-08-20T21:59:52.8841162Z [00:03:54.621]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/smb=/tmp/go-build282983591/b1080/_pkg_.a
2025-08-20T21:59:52.8842484Z [00:03:54.621]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/smtp=/tmp/go-build282983591/b1097/_pkg_.a
2025-08-20T21:59:52.8843765Z [00:03:54.621]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/ssh=/tmp/go-build282983591/b1101/_pkg_.a
2025-08-20T21:59:52.8845063Z [00:03:54.621]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/structs=/tmp/go-build282983591/b874/_pkg_.a
2025-08-20T21:59:52.8846374Z [00:03:54.621]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/telnet=/tmp/go-build282983591/b1107/_pkg_.a
2025-08-20T21:59:52.8847648Z [00:03:54.621]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/libs/vnc=/tmp/go-build282983591/b1110/_pkg_.a
2025-08-20T21:59:52.8848912Z [00:03:54.621]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/utils=/tmp/go-build282983591/b871/_pkg_.a
2025-08-20T21:59:52.8850291Z [00:03:54.621]➜  packagefile github.com/ditashi/jsbeautifier-go/optargs=/tmp/go-build282983591/b1253/_pkg_.a
2025-08-20T21:59:52.8851557Z [00:03:54.621]➜  packagefile github.com/ditashi/jsbeautifier-go/tokenizer=/tmp/go-build282983591/b1254/_pkg_.a
2025-08-20T21:59:52.8852820Z [00:03:54.621]➜  packagefile github.com/ditashi/jsbeautifier-go/unpackers=/tmp/go-build282983591/b1256/_pkg_.a
2025-08-20T21:59:52.8854047Z [00:03:54.621]➜  packagefile github.com/ditashi/jsbeautifier-go/utils=/tmp/go-build282983591/b1255/_pkg_.a
2025-08-20T21:59:52.8855256Z [00:03:54.621]➜  packagefile github.com/projectdiscovery/gozero/cmdexec=/tmp/go-build282983591/b1258/_pkg_.a
2025-08-20T21:59:52.8856494Z [00:03:54.621]➜  packagefile github.com/h2non/filetype/matchers=/tmp/go-build282983591/b1352/_pkg_.a
2025-08-20T21:59:52.8857540Z [00:03:54.621]➜  packagefile github.com/h2non/filetype/types=/tmp/go-build282983591/b1354/_pkg_.a
2025-08-20T21:59:52.8858686Z [00:03:54.621]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/auto=/tmp/go-build282983591/b1376/_pkg_.a
2025-08-20T21:59:52.8860178Z [00:03:54.621]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/jarm=/tmp/go-build282983591/b1379/_pkg_.a
2025-08-20T21:59:52.8861694Z [00:03:54.621]➜  packagefile github.com/projectdiscovery/tlsx/pkg/tlsx/tls=/tmp/go-build282983591/b1378/_pkg_.a
2025-08-20T21:59:52.8862742Z [00:03:54.621]➜  packagefile github.com/gobwas/httphead=/tmp/go-build282983591/b1382/_pkg_.a
2025-08-20T21:59:52.8863703Z [00:03:54.621]➜  packagefile github.com/gobwas/pool/pbufio=/tmp/go-build282983591/b1383/_pkg_.a
2025-08-20T21:59:52.8864675Z [00:03:54.621]➜  packagefile github.com/gobwas/pool=/tmp/go-build282983591/b1384/_pkg_.a
2025-08-20T21:59:52.8865268Z [00:03:54.621]➜  packagefile github.com/gobwas/pool/pbytes=/tmp/go-build282983591/b1387/_pkg_.a
2025-08-20T21:59:52.8865880Z [00:03:54.621]➜  packagefile github.com/openrdap/rdap/bootstrap=/tmp/go-build282983591/b1339/_pkg_.a
2025-08-20T21:59:52.8866537Z [00:03:54.621]➜  packagefile github.com/openrdap/rdap/bootstrap/cache=/tmp/go-build282983591/b1340/_pkg_.a
2025-08-20T21:59:52.8867287Z [00:03:54.621]➜  packagefile github.com/openrdap/rdap/sandbox=/tmp/go-build282983591/b1342/_pkg_.a
2025-08-20T21:59:52.8867908Z [00:03:54.621]➜  packagefile gopkg.in/alecthomas/kingpin.v2=/tmp/go-build282983591/b1343/_pkg_.a
2025-08-20T21:59:52.8868671Z [00:03:54.621]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/flow/builtin=/tmp/go-build282983591/b1393/_pkg_.a
2025-08-20T21:59:52.8869508Z [00:03:54.621]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/tmplexec/utils=/tmp/go-build282983591/b1395/_pkg_.a
2025-08-20T21:59:52.8870477Z [00:03:54.621]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build282983591/b113/_pkg_.a
2025-08-20T21:59:52.8871094Z [00:03:54.621]➜  packagefile github.com/aymerick/douceur/css=/tmp/go-build282983591/b196/_pkg_.a
2025-08-20T21:59:52.8871774Z [00:03:54.621]➜  packagefile github.com/gorilla/css/scanner=/tmp/go-build282983591/b197/_pkg_.a
2025-08-20T21:59:52.8872382Z [00:03:54.621]➜  packagefile golang.org/x/crypto/openpgp/armor=/tmp/go-build282983591/b549/_pkg_.a
2025-08-20T21:59:52.8873013Z [00:03:54.621]➜  packagefile golang.org/x/crypto/openpgp/errors=/tmp/go-build282983591/b550/_pkg_.a
2025-08-20T21:59:52.8873644Z [00:03:54.621]➜  packagefile golang.org/x/crypto/openpgp/packet=/tmp/go-build282983591/b551/_pkg_.a
2025-08-20T21:59:52.8874256Z [00:03:54.621]➜  packagefile golang.org/x/crypto/openpgp/s2k=/tmp/go-build282983591/b554/_pkg_.a
2025-08-20T21:59:52.8874840Z [00:03:54.622]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build282983591/b559/_pkg_.a
2025-08-20T21:59:52.8875407Z [00:03:54.622]➜  packagefile golang.org/x/crypto/scrypt=/tmp/go-build282983591/b560/_pkg_.a
2025-08-20T21:59:52.8875935Z [00:03:54.622]➜  packagefile compress/bzip2=/tmp/go-build282983591/b277/_pkg_.a
2025-08-20T21:59:52.8876493Z [00:03:54.622]➜  packagefile github.com/shirou/gopsutil/v3/cpu=/tmp/go-build282983591/b567/_pkg_.a
2025-08-20T21:59:52.8877159Z [00:03:54.622]➜  packagefile github.com/shirou/gopsutil/v3/internal/common=/tmp/go-build282983591/b568/_pkg_.a
2025-08-20T21:59:52.8877818Z [00:03:54.622]➜  packagefile github.com/shirou/gopsutil/v3/mem=/tmp/go-build282983591/b572/_pkg_.a
2025-08-20T21:59:52.8878420Z [00:03:54.622]➜  packagefile github.com/shirou/gopsutil/v3/net=/tmp/go-build282983591/b573/_pkg_.a
2025-08-20T21:59:52.8879011Z [00:03:54.622]➜  packagefile github.com/tklauser/go-sysconf=/tmp/go-build282983591/b570/_pkg_.a
2025-08-20T21:59:52.8879655Z [00:03:54.622]➜  packagefile github.com/andybalholm/brotli/matchfinder=/tmp/go-build282983591/b255/_pkg_.a
2025-08-20T21:59:52.8880537Z [00:03:54.622]➜  packagefile github.com/bodgit/plumbing=/tmp/go-build282983591/b257/_pkg_.a
2025-08-20T21:59:52.8881161Z [00:03:54.622]➜  packagefile github.com/bodgit/sevenzip/internal/aes7z=/tmp/go-build282983591/b258/_pkg_.a
2025-08-20T21:59:52.8881838Z [00:03:54.622]➜  packagefile github.com/bodgit/sevenzip/internal/bcj2=/tmp/go-build282983591/b270/_pkg_.a
2025-08-20T21:59:52.8882504Z [00:03:54.622]➜  packagefile github.com/bodgit/sevenzip/internal/bra=/tmp/go-build282983591/b274/_pkg_.a
2025-08-20T21:59:52.8883178Z [00:03:54.622]➜  packagefile github.com/bodgit/sevenzip/internal/brotli=/tmp/go-build282983591/b275/_pkg_.a
2025-08-20T21:59:52.8883921Z [00:03:54.622]➜  packagefile github.com/bodgit/sevenzip/internal/bzip2=/tmp/go-build282983591/b276/_pkg_.a
2025-08-20T21:59:52.8884268Z [00:03:54.622]➜  packagefile github.com/bodgit/sevenzip/internal/deflate=/tmp/go-build282983591/b278/_pkg_.a
2025-08-20T21:59:52.8884595Z [00:03:54.622]➜  packagefile github.com/bodgit/sevenzip/internal/delta=/tmp/go-build282983591/b281/_pkg_.a
2025-08-20T21:59:52.8884924Z [00:03:54.622]➜  packagefile github.com/bodgit/sevenzip/internal/lz4=/tmp/go-build282983591/b282/_pkg_.a
2025-08-20T21:59:52.8885247Z [00:03:54.622]➜  packagefile github.com/bodgit/sevenzip/internal/lzma=/tmp/go-build282983591/b288/_pkg_.a
2025-08-20T21:59:52.8885585Z [00:03:54.622]➜  packagefile github.com/bodgit/sevenzip/internal/lzma2=/tmp/go-build282983591/b292/_pkg_.a
2025-08-20T21:59:52.8885905Z [00:03:54.622]➜  packagefile github.com/bodgit/sevenzip/internal/pool=/tmp/go-build282983591/b293/_pkg_.a
2025-08-20T21:59:52.8886298Z [00:03:54.622]➜  packagefile github.com/bodgit/sevenzip/internal/util=/tmp/go-build282983591/b271/_pkg_.a
2025-08-20T21:59:52.8886625Z [00:03:54.622]➜  packagefile github.com/bodgit/sevenzip/internal/zstd=/tmp/go-build282983591/b294/_pkg_.a
2025-08-20T21:59:52.8886902Z [00:03:54.622]➜  packagefile github.com/bodgit/windows=/tmp/go-build282983591/b302/_pkg_.a
2025-08-20T21:59:52.8887210Z [00:03:54.622]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build282983591/b272/_pkg_.a
2025-08-20T21:59:52.8887467Z [00:03:54.622]➜  packagefile go4.org/readerutil=/tmp/go-build282983591/b303/_pkg_.a
2025-08-20T21:59:52.8887768Z [00:03:54.622]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build282983591/b263/_pkg_.a
2025-08-20T21:59:52.8888188Z [00:03:54.622]➜  packagefile github.com/dsnet/compress/bzip2/internal/sais=/tmp/go-build282983591/b306/_pkg_.a
2025-08-20T21:59:52.8888520Z [00:03:54.622]➜  packagefile github.com/dsnet/compress/internal/prefix=/tmp/go-build282983591/b309/_pkg_.a
2025-08-20T21:59:52.8888870Z [00:03:54.622]➜  packagefile github.com/klauspost/compress/internal/race=/tmp/go-build282983591/b313/_pkg_.a
2025-08-20T21:59:52.8889221Z [00:03:54.622]➜  packagefile github.com/klauspost/compress/internal/godebug=/tmp/go-build282983591/b315/_pkg_.a
2025-08-20T21:59:52.8889444Z [00:03:54.622]➜  packagefile hash/crc64=/tmp/go-build282983591/b319/_pkg_.a
2025-08-20T21:59:52.8889755Z [00:03:54.622]➜  packagefile github.com/minio/minlz/internal/race=/tmp/go-build282983591/b321/_pkg_.a
2025-08-20T21:59:52.8890290Z [00:03:54.622]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4block=/tmp/go-build282983591/b284/_pkg_.a
2025-08-20T21:59:52.8890647Z [00:03:54.622]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4errors=/tmp/go-build282983591/b285/_pkg_.a
2025-08-20T21:59:52.8890999Z [00:03:54.622]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4stream=/tmp/go-build282983591/b286/_pkg_.a
2025-08-20T21:59:52.8891289Z [00:03:54.622]➜  packagefile github.com/ulikunitz/xz/lzma=/tmp/go-build282983591/b289/_pkg_.a
2025-08-20T21:59:52.8891617Z [00:03:54.622]➜  packagefile github.com/ulikunitz/xz/internal/xlog=/tmp/go-build282983591/b291/_pkg_.a
2025-08-20T21:59:52.8891933Z [00:03:54.622]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build282983591/b132/_pkg_.a
2025-08-20T21:59:52.8892224Z [00:03:54.622]➜  packagefile github.com/klauspost/cpuid/v2=/tmp/go-build282983591/b586/_pkg_.a
2025-08-20T21:59:52.8892482Z [00:03:54.622]➜  packagefile github.com/mholt/acmez=/tmp/go-build282983591/b588/_pkg_.a
2025-08-20T21:59:52.8892843Z [00:03:54.622]➜  packagefile github.com/mholt/acmez/acme=/tmp/go-build282983591/b589/_pkg_.a
2025-08-20T21:59:52.8893108Z [00:03:54.622]➜  packagefile github.com/zeebo/blake3=/tmp/go-build282983591/b598/_pkg_.a
2025-08-20T21:59:52.8893369Z [00:03:54.622]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build282983591/b594/_pkg_.a
2025-08-20T21:59:52.8893637Z [00:03:54.622]➜  packagefile golang.org/x/crypto/ocsp=/tmp/go-build282983591/b608/_pkg_.a
2025-08-20T21:59:52.8893952Z [00:03:54.622]➜  packagefile go.uber.org/zap/buffer=/tmp/go-build282983591/b591/_pkg_.a
2025-08-20T21:59:52.8894210Z [00:03:54.622]➜  packagefile go.uber.org/zap/internal=/tmp/go-build282983591/b593/_pkg_.a
2025-08-20T21:59:52.8894517Z [00:03:54.622]➜  packagefile go.uber.org/zap/internal/bufferpool=/tmp/go-build282983591/b595/_pkg_.a
2025-08-20T21:59:52.8894791Z [00:03:54.622]➜  packagefile go.uber.org/zap/internal/pool=/tmp/go-build282983591/b592/_pkg_.a
2025-08-20T21:59:52.8895063Z [00:03:54.622]➜  packagefile github.com/golang/snappy=/tmp/go-build282983591/b432/_pkg_.a
2025-08-20T21:59:52.8895369Z [00:03:54.622]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build282983591/b209/_pkg_.a
2025-08-20T21:59:52.8895722Z [00:03:54.622]➜  packagefile github.com/bytedance/sonic/internal/caching=/tmp/go-build282983591/b633/_pkg_.a
2025-08-20T21:59:52.8896059Z [00:03:54.622]➜  packagefile github.com/bytedance/sonic/internal/native=/tmp/go-build282983591/b647/_pkg_.a
2025-08-20T21:59:52.8896493Z [00:03:54.622]➜  packagefile github.com/bytedance/sonic/internal/native/types=/tmp/go-build282983591/b650/_pkg_.a
2025-08-20T21:59:52.8896830Z [00:03:54.622]➜  packagefile github.com/bytedance/sonic/internal/utils=/tmp/go-build282983591/b675/_pkg_.a
2025-08-20T21:59:52.8897135Z [00:03:54.622]➜  packagefile github.com/bytedance/sonic/unquote=/tmp/go-build282983591/b676/_pkg_.a
2025-08-20T21:59:52.8897426Z [00:03:54.622]➜  packagefile github.com/bytedance/sonic/utf8=/tmp/go-build282983591/b674/_pkg_.a
2025-08-20T21:59:52.8897795Z [00:03:54.622]➜  packagefile github.com/bytedance/sonic/internal/decoder/api=/tmp/go-build282983591/b678/_pkg_.a
2025-08-20T21:59:52.8898132Z [00:03:54.622]➜  packagefile github.com/bytedance/sonic/internal/encoder=/tmp/go-build282983591/b630/_pkg_.a
2025-08-20T21:59:52.8898490Z [00:03:54.622]➜  packagefile github.com/cloudwego/base64x=/tmp/go-build282983591/b636/_pkg_.a
2025-08-20T21:59:52.8898771Z [00:03:54.622]➜  packagefile golang.org/x/arch/x86/x86asm=/tmp/go-build282983591/b646/_pkg_.a
2025-08-20T21:59:52.8899079Z [00:03:54.622]➜  packagefile github.com/dlclark/regexp2/syntax=/tmp/go-build282983591/b488/_pkg_.a
2025-08-20T21:59:52.8899299Z [00:03:54.622]➜  packagefile debug/macho=/tmp/go-build282983591/b837/_pkg_.a
2025-08-20T21:59:52.8899665Z [00:03:54.622]➜  packagefile github.com/gabriel-vasile/mimetype/internal/json=/tmp/go-build282983591/b838/_pkg_.a
2025-08-20T21:59:52.8900158Z [00:03:54.622]➜  packagefile github.com/go-playground/locales/currency=/tmp/go-build282983591/b841/_pkg_.a
2025-08-20T21:59:52.8900464Z [00:03:54.622]➜  packagefile golang.org/x/text/internal/tag=/tmp/go-build282983591/b532/_pkg_.a
2025-08-20T21:59:52.8900669Z [00:03:54.622]➜  packagefile expvar=/tmp/go-build282983591/b304/_pkg_.a
2025-08-20T21:59:52.8900966Z [00:03:54.622]➜  packagefile github.com/akrylysov/pogreb/fs=/tmp/go-build282983591/b417/_pkg_.a
2025-08-20T21:59:52.8901303Z [00:03:54.622]➜  packagefile github.com/akrylysov/pogreb/internal/errors=/tmp/go-build282983591/b418/_pkg_.a
2025-08-20T21:59:52.8901652Z [00:03:54.622]➜  packagefile github.com/akrylysov/pogreb/internal/hash=/tmp/go-build282983591/b419/_pkg_.a
2025-08-20T21:59:52.8901947Z [00:03:54.622]➜  packagefile github.com/tidwall/btree=/tmp/go-build282983591/b434/_pkg_.a
2025-08-20T21:59:52.8902210Z [00:03:54.622]➜  packagefile github.com/tidwall/grect=/tmp/go-build282983591/b435/_pkg_.a
2025-08-20T21:59:52.8902468Z [00:03:54.622]➜  packagefile github.com/tidwall/rtred=/tmp/go-build282983591/b436/_pkg_.a
2025-08-20T21:59:52.8902870Z [00:03:54.622]➜  packagefile github.com/gaissmai/bart/internal/allot=/tmp/go-build282983591/b444/_pkg_.a
2025-08-20T21:59:52.8903186Z [00:03:54.622]➜  packagefile github.com/gaissmai/bart/internal/art=/tmp/go-build282983591/b446/_pkg_.a
2025-08-20T21:59:52.8903519Z [00:03:54.622]➜  packagefile github.com/gaissmai/bart/internal/bitset=/tmp/go-build282983591/b445/_pkg_.a
2025-08-20T21:59:52.8903829Z [00:03:54.622]➜  packagefile github.com/gaissmai/bart/internal/lpm=/tmp/go-build282983591/b447/_pkg_.a
2025-08-20T21:59:52.8904221Z [00:03:54.622]➜  packagefile github.com/gaissmai/bart/internal/sparse=/tmp/go-build282983591/b448/_pkg_.a
2025-08-20T21:59:52.8904533Z [00:03:54.622]➜  packagefile github.com/cloudflare/cfssl/helpers=/tmp/go-build282983591/b719/_pkg_.a
2025-08-20T21:59:52.8904832Z [00:03:54.622]➜  packagefile github.com/zmap/zcrypto/cryptobyte=/tmp/go-build282983591/b464/_pkg_.a
2025-08-20T21:59:52.8905158Z [00:03:54.622]➜  packagefile github.com/zmap/zcrypto/cryptobyte/asn1=/tmp/go-build282983591/b465/_pkg_.a
2025-08-20T21:59:52.8905439Z [00:03:54.622]➜  packagefile github.com/zmap/zcrypto/util=/tmp/go-build282983591/b467/_pkg_.a
2025-08-20T21:59:52.8905718Z [00:03:54.622]➜  packagefile golang.org/x/crypto/ed25519=/tmp/go-build282983591/b470/_pkg_.a
2025-08-20T21:59:52.8906052Z [00:03:54.622]➜  packagefile github.com/zmap/zcrypto/internal/randutil=/tmp/go-build282983591/b455/_pkg_.a
2025-08-20T21:59:52.8906389Z [00:03:54.623]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build282983591/b372/_pkg_.a
2025-08-20T21:59:52.8906695Z [00:03:54.623]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build282983591/b373/_pkg_.a
2025-08-20T21:59:52.8907022Z [00:03:54.623]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build282983591/b374/_pkg_.a
2025-08-20T21:59:52.8907451Z [00:03:54.623]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build282983591/b1452/_pkg_.a
2025-08-20T21:59:52.8907870Z [00:03:54.623]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build282983591/b1456/_pkg_.a
2025-08-20T21:59:52.8908245Z [00:03:54.623]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing=/tmp/go-build282983591/b1460/_pkg_.a
2025-08-20T21:59:52.8908749Z [00:03:54.623]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/internal/resource=/tmp/go-build282983591/b1475/_pkg_.a
2025-08-20T21:59:52.8909138Z [00:03:54.623]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/policy=/tmp/go-build282983591/b1476/_pkg_.a
2025-08-20T21:59:52.8909529Z [00:03:54.623]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/temporal=/tmp/go-build282983591/b1472/_pkg_.a
2025-08-20T21:59:52.8910089Z [00:03:54.623]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build282983591/b1453/_pkg_.a
2025-08-20T21:59:52.8910525Z [00:03:54.623]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers=/tmp/go-build282983591/b1462/_pkg_.a
2025-08-20T21:59:52.8910979Z [00:03:54.623]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/async=/tmp/go-build282983591/b1464/_pkg_.a
2025-08-20T21:59:52.8911422Z [00:03:54.623]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/body=/tmp/go-build282983591/b1465/_pkg_.a
2025-08-20T21:59:52.8911855Z [00:03:54.623]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/fake=/tmp/go-build282983591/b1466/_pkg_.a
2025-08-20T21:59:52.8912291Z [00:03:54.623]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/loc=/tmp/go-build282983591/b1467/_pkg_.a
2025-08-20T21:59:52.8912717Z [00:03:54.623]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/op=/tmp/go-build282983591/b1468/_pkg_.a
2025-08-20T21:59:52.8913099Z [00:03:54.623]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/diag=/tmp/go-build282983591/b1470/_pkg_.a
2025-08-20T21:59:52.8913596Z [00:03:54.623]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/exported=/tmp/go-build282983591/b1457/_pkg_.a
2025-08-20T21:59:52.8913988Z [00:03:54.623]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build282983591/b1463/_pkg_.a
2025-08-20T21:59:52.8914356Z [00:03:54.623]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/uuid=/tmp/go-build282983591/b1473/_pkg_.a
2025-08-20T21:59:52.8914825Z [00:03:54.623]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache=/tmp/go-build282983591/b1478/_pkg_.a
2025-08-20T21:59:52.8915387Z [00:03:54.623]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base=/tmp/go-build282983591/b1480/_pkg_.a
2025-08-20T21:59:52.8915904Z [00:03:54.623]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/exported=/tmp/go-build282983591/b1488/_pkg_.a
2025-08-20T21:59:52.8916404Z [00:03:54.623]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth=/tmp/go-build282983591/b1487/_pkg_.a
2025-08-20T21:59:52.8916925Z [00:03:54.623]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops=/tmp/go-build282983591/b1489/_pkg_.a
2025-08-20T21:59:52.8917522Z [00:03:54.623]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build282983591/b1490/_pkg_.a
2025-08-20T21:59:52.8918190Z [00:03:54.623]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build282983591/b1491/_pkg_.a
2025-08-20T21:59:52.8918710Z [00:03:54.623]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/options=/tmp/go-build282983591/b1499/_pkg_.a
2025-08-20T21:59:52.8919208Z [00:03:54.623]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared=/tmp/go-build282983591/b1495/_pkg_.a
2025-08-20T21:59:52.8919532Z [00:03:54.623]➜  packagefile github.com/kylelemons/godebug/pretty=/tmp/go-build282983591/b1482/_pkg_.a
2025-08-20T21:59:52.8920219Z [00:03:54.623]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base/storage=/tmp/go-build282983591/b1484/_pkg_.a
2025-08-20T21:59:52.8920803Z [00:03:54.623]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/local=/tmp/go-build282983591/b1502/_pkg_.a
2025-08-20T21:59:52.8921066Z [00:03:54.623]➜  packagefile github.com/pkg/browser=/tmp/go-build282983591/b1503/_pkg_.a
2025-08-20T21:59:52.8921412Z [00:03:54.623]➜  packagefile golang.org/x/crypto/pkcs12/internal/rc2=/tmp/go-build282983591/b729/_pkg_.a
2025-08-20T21:59:52.8921830Z [00:03:54.623]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror=/tmp/go-build282983591/b1506/_pkg_.a
2025-08-20T21:59:52.8922185Z [00:03:54.623]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/to=/tmp/go-build282983591/b1508/_pkg_.a
2025-08-20T21:59:52.8922609Z [00:03:54.623]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/appendblob=/tmp/go-build282983591/b1515/_pkg_.a
2025-08-20T21:59:52.8923057Z [00:03:54.623]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/pageblob=/tmp/go-build282983591/b1516/_pkg_.a
2025-08-20T21:59:52.8923416Z [00:03:54.623]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/log=/tmp/go-build282983591/b1454/_pkg_.a
2025-08-20T21:59:52.8923724Z [00:03:54.623]➜  packagefile github.com/aws/smithy-go/context=/tmp/go-build282983591/b1271/_pkg_.a
2025-08-20T21:59:52.8924109Z [00:03:54.623]➜  packagefile github.com/aws/smithy-go/internal/sync/singleflight=/tmp/go-build282983591/b1272/_pkg_.a
2025-08-20T21:59:52.8924571Z [00:03:54.623]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client=/tmp/go-build282983591/b1302/_pkg_.a
2025-08-20T21:59:52.8924912Z [00:03:54.623]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/types=/tmp/go-build282983591/b1332/_pkg_.a
2025-08-20T21:59:52.8925394Z [00:03:54.623]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config=/tmp/go-build282983591/b1299/_pkg_.a
2025-08-20T21:59:52.8925757Z [00:03:54.623]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/restjson=/tmp/go-build282983591/b1309/_pkg_.a
2025-08-20T21:59:52.8926171Z [00:03:54.623]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints=/tmp/go-build282983591/b1315/_pkg_.a
2025-08-20T21:59:52.8926519Z [00:03:54.623]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/types=/tmp/go-build282983591/b1317/_pkg_.a
2025-08-20T21:59:52.8926997Z [00:03:54.623]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints=/tmp/go-build282983591/b1321/_pkg_.a
2025-08-20T21:59:52.8927359Z [00:03:54.623]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/types=/tmp/go-build282983591/b1322/_pkg_.a
2025-08-20T21:59:52.8927686Z [00:03:54.623]➜  packagefile github.com/aws/smithy-go/encoding/json=/tmp/go-build282983591/b1323/_pkg_.a
2025-08-20T21:59:52.8928037Z [00:03:54.623]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/query=/tmp/go-build282983591/b1327/_pkg_.a
2025-08-20T21:59:52.8928436Z [00:03:54.623]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints=/tmp/go-build282983591/b1331/_pkg_.a
2025-08-20T21:59:52.8928817Z [00:03:54.623]➜  packagefile github.com/aws/smithy-go/transport/http/internal/io=/tmp/go-build282983591/b1281/_pkg_.a
2025-08-20T21:59:52.8929202Z [00:03:54.623]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/ratelimit=/tmp/go-build282983591/b1296/_pkg_.a
2025-08-20T21:59:52.8929556Z [00:03:54.623]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/timeconv=/tmp/go-build282983591/b1298/_pkg_.a
2025-08-20T21:59:52.8930155Z [00:03:54.623]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a/internal/crypto=/tmp/go-build282983591/b1525/_pkg_.a
2025-08-20T21:59:52.8930546Z [00:03:54.623]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a/internal/v4=/tmp/go-build282983591/b1526/_pkg_.a
2025-08-20T21:59:52.8930947Z [00:03:54.623]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn=/tmp/go-build282983591/b1529/_pkg_.a
2025-08-20T21:59:52.8931321Z [00:03:54.623]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/arn=/tmp/go-build282983591/b1532/_pkg_.a
2025-08-20T21:59:52.8931764Z [00:03:54.623]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build282983591/b1316/_pkg_.a
2025-08-20T21:59:52.8932075Z [00:03:54.623]➜  packagefile github.com/aws/smithy-go/encoding=/tmp/go-build282983591/b1324/_pkg_.a
2025-08-20T21:59:52.8932430Z [00:03:54.623]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/armor=/tmp/go-build282983591/b1543/_pkg_.a
2025-08-20T21:59:52.8940283Z [00:03:54.623]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdh=/tmp/go-build282983591/b1545/_pkg_.a
2025-08-20T21:59:52.8940779Z [00:03:54.623]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdsa=/tmp/go-build282983591/b1555/_pkg_.a
2025-08-20T21:59:52.8941185Z [00:03:54.623]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed25519=/tmp/go-build282983591/b1556/_pkg_.a
2025-08-20T21:59:52.8941556Z [00:03:54.623]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed448=/tmp/go-build282983591/b1557/_pkg_.a
2025-08-20T21:59:52.8941910Z [00:03:54.623]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/eddsa=/tmp/go-build282983591/b1558/_pkg_.a
2025-08-20T21:59:52.8942274Z [00:03:54.623]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build282983591/b1544/_pkg_.a
2025-08-20T21:59:52.8942698Z [00:03:54.623]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build282983591/b1547/_pkg_.a
2025-08-20T21:59:52.8943088Z [00:03:54.623]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build282983591/b1551/_pkg_.a
2025-08-20T21:59:52.8943440Z [00:03:54.623]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x25519=/tmp/go-build282983591/b1563/_pkg_.a
2025-08-20T21:59:52.8943909Z [00:03:54.623]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x448=/tmp/go-build282983591/b1564/_pkg_.a
2025-08-20T21:59:52.8944272Z [00:03:54.623]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/elgamal=/tmp/go-build282983591/b1560/_pkg_.a
2025-08-20T21:59:52.8944686Z [00:03:54.623]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/encoding=/tmp/go-build282983591/b1554/_pkg_.a
2025-08-20T21:59:52.8945029Z [00:03:54.623]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/s2k=/tmp/go-build282983591/b1561/_pkg_.a
2025-08-20T21:59:52.8945363Z [00:03:54.623]➜  packagefile github.com/cyphar/filepath-securejoin=/tmp/go-build282983591/b1567/_pkg_.a
2025-08-20T21:59:52.8945782Z [00:03:54.623]➜  packagefile github.com/go-git/go-billy/v5/helper/chroot=/tmp/go-build282983591/b1568/_pkg_.a
2025-08-20T21:59:52.8946048Z [00:03:54.623]➜  packagefile github.com/go-git/gcfg=/tmp/go-build282983591/b1579/_pkg_.a
2025-08-20T21:59:52.8946372Z [00:03:54.623]➜  packagefile github.com/go-git/go-git/v5/utils/binary=/tmp/go-build282983591/b1592/_pkg_.a
2025-08-20T21:59:52.8946751Z [00:03:54.623]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/idxfile=/tmp/go-build282983591/b1594/_pkg_.a
2025-08-20T21:59:52.8947020Z [00:03:54.623]➜  packagefile github.com/pjbgf/sha1cd=/tmp/go-build282983591/b1575/_pkg_.a
2025-08-20T21:59:52.8947374Z [00:03:54.623]➜  packagefile github.com/emirpasic/gods/trees/binaryheap=/tmp/go-build282983591/b1598/_pkg_.a
2025-08-20T21:59:52.8947788Z [00:03:54.623]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/diff=/tmp/go-build282983591/b1604/_pkg_.a
2025-08-20T21:59:52.8948165Z [00:03:54.623]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/file=/tmp/go-build282983591/b1621/_pkg_.a
2025-08-20T21:59:52.8948526Z [00:03:54.623]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/git=/tmp/go-build282983591/b1628/_pkg_.a
2025-08-20T21:59:52.8948880Z [00:03:54.623]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/ssh=/tmp/go-build282983591/b1630/_pkg_.a
2025-08-20T21:59:52.8949249Z [00:03:54.623]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/objfile=/tmp/go-build282983591/b1625/_pkg_.a
2025-08-20T21:59:52.8949542Z [00:03:54.623]➜  packagefile github.com/jbenet/go-context/io=/tmp/go-build282983591/b1590/_pkg_.a
2025-08-20T21:59:52.8950238Z [00:03:54.623]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/internal/frame=/tmp/go-build282983591/b1610/_pkg_.a
2025-08-20T21:59:52.8950571Z [00:03:54.623]➜  packagefile github.com/go-git/go-git/v5/utils/trace=/tmp/go-build282983591/b1614/_pkg_.a
2025-08-20T21:59:52.8951104Z [00:03:54.623]➜  packagefile github.com/Mzack9999/goja/ftoa/internal/fast=/tmp/go-build282983591/b855/_pkg_.a
2025-08-20T21:59:52.8951442Z [00:03:54.623]➜  packagefile golang.org/x/text/internal/colltab=/tmp/go-build282983591/b860/_pkg_.a
2025-08-20T21:59:52.8951831Z [00:03:54.623]➜  packagefile github.com/go-sourcemap/sourcemap/internal/base64vlq=/tmp/go-build282983591/b851/_pkg_.a
2025-08-20T21:59:52.8952122Z [00:03:54.623]➜  packagefile filippo.io/edwards25519/field=/tmp/go-build282983591/b898/_pkg_.a
2025-08-20T21:59:52.8952358Z [00:03:54.623]➜  packagefile go/constant=/tmp/go-build282983591/b907/_pkg_.a
2025-08-20T21:59:52.8952572Z [00:03:54.623]➜  packagefile go/version=/tmp/go-build282983591/b908/_pkg_.a
2025-08-20T21:59:52.8952826Z [00:03:54.623]➜  packagefile internal/buildcfg=/tmp/go-build282983591/b910/_pkg_.a
2025-08-20T21:59:52.8953072Z [00:03:54.623]➜  packagefile internal/goversion=/tmp/go-build282983591/b911/_pkg_.a
2025-08-20T21:59:52.8953336Z [00:03:54.623]➜  packagefile internal/types/errors=/tmp/go-build282983591/b912/_pkg_.a
2025-08-20T21:59:52.8953754Z [00:03:54.623]➜  packagefile golang.org/x/tools/internal/gocommand=/tmp/go-build282983591/b914/_pkg_.a
2025-08-20T21:59:52.8954071Z [00:03:54.623]➜  packagefile golang.org/x/tools/internal/imports=/tmp/go-build282983591/b920/_pkg_.a
2025-08-20T21:59:52.8954383Z [00:03:54.623]➜  packagefile github.com/ysmood/leakless/pkg/shared=/tmp/go-build282983591/b892/_pkg_.a
2025-08-20T21:59:52.8954766Z [00:03:54.623]➜  packagefile github.com/ysmood/leakless/pkg/utils=/tmp/go-build282983591/b893/_pkg_.a
2025-08-20T21:59:52.8955043Z [00:03:54.623]➜  packagefile image/internal/imageutil=/tmp/go-build282983591/b556/_pkg_.a
2025-08-20T21:59:52.8955292Z [00:03:54.623]➜  packagefile internal/sysinfo=/tmp/go-build282983591/b867/_pkg_.a
2025-08-20T21:59:52.8955589Z [00:03:54.623]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build282983591/b1162/_pkg_.a
2025-08-20T21:59:52.8955933Z [00:03:54.623]➜  packagefile go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build282983591/b1163/_pkg_.a
2025-08-20T21:59:52.8956256Z [00:03:54.623]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonrw=/tmp/go-build282983591/b1165/_pkg_.a
2025-08-20T21:59:52.8956589Z [00:03:54.623]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build282983591/b1166/_pkg_.a
2025-08-20T21:59:52.8956919Z [00:03:54.623]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build282983591/b1167/_pkg_.a
2025-08-20T21:59:52.8957226Z [00:03:54.623]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build282983591/b1169/_pkg_.a
2025-08-20T21:59:52.8957572Z [00:03:54.623]➜  packagefile go.mongodb.org/mongo-driver/internal/codecutil=/tmp/go-build282983591/b1177/_pkg_.a
2025-08-20T21:59:52.8957971Z [00:03:54.623]➜  packagefile go.mongodb.org/mongo-driver/internal/csfle=/tmp/go-build282983591/b1178/_pkg_.a
2025-08-20T21:59:52.8958307Z [00:03:54.623]➜  packagefile go.mongodb.org/mongo-driver/internal/csot=/tmp/go-build282983591/b1179/_pkg_.a
2025-08-20T21:59:52.8958721Z [00:03:54.623]➜  packagefile go.mongodb.org/mongo-driver/internal/httputil=/tmp/go-build282983591/b1180/_pkg_.a
2025-08-20T21:59:52.8959062Z [00:03:54.623]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build282983591/b1181/_pkg_.a
2025-08-20T21:59:52.8959392Z [00:03:54.623]➜  packagefile go.mongodb.org/mongo-driver/internal/uuid=/tmp/go-build282983591/b1182/_pkg_.a
2025-08-20T21:59:52.8959742Z [00:03:54.623]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build282983591/b1171/_pkg_.a
2025-08-20T21:59:52.8960215Z [00:03:54.623]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build282983591/b1187/_pkg_.a
2025-08-20T21:59:52.8960552Z [00:03:54.623]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build282983591/b1175/_pkg_.a
2025-08-20T21:59:52.8960905Z [00:03:54.623]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build282983591/b1188/_pkg_.a
2025-08-20T21:59:52.8961251Z [00:03:54.623]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build282983591/b1168/_pkg_.a
2025-08-20T21:59:52.8961590Z [00:03:54.623]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build282983591/b1189/_pkg_.a
2025-08-20T21:59:52.8961942Z [00:03:54.623]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth=/tmp/go-build282983591/b1195/_pkg_.a
2025-08-20T21:59:52.8962326Z [00:03:54.623]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt=/tmp/go-build282983591/b1191/_pkg_.a
2025-08-20T21:59:52.8962822Z [00:03:54.623]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options=/tmp/go-build282983591/b1192/_pkg_.a
2025-08-20T21:59:52.8963207Z [00:03:54.623]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/operation=/tmp/go-build282983591/b1205/_pkg_.a
2025-08-20T21:59:52.8963573Z [00:03:54.623]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build282983591/b1193/_pkg_.a
2025-08-20T21:59:52.8963949Z [00:03:54.623]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/topology=/tmp/go-build282983591/b1209/_pkg_.a
2025-08-20T21:59:52.8964281Z [00:03:54.623]➜  packagefile github.com/youmark/pkcs8=/tmp/go-build282983591/b1186/_pkg_.a
2025-08-20T21:59:52.8964576Z [00:03:54.623]➜  packagefile go.mongodb.org/mongo-driver/tag=/tmp/go-build282983591/b1176/_pkg_.a
2025-08-20T21:59:52.8964951Z [00:03:54.623]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/connstring=/tmp/go-build282983591/b1207/_pkg_.a
2025-08-20T21:59:52.8965344Z [00:03:54.623]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage=/tmp/go-build282983591/b1194/_pkg_.a
2025-08-20T21:59:52.8965617Z [00:03:54.623]➜  packagefile github.com/42wim/httpsig=/tmp/go-build282983591/b1218/_pkg_.a
2025-08-20T21:59:52.8965892Z [00:03:54.623]➜  packagefile github.com/go-fed/httpsig=/tmp/go-build282983591/b1223/_pkg_.a
2025-08-20T21:59:52.8966160Z [00:03:54.623]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build282983591/b1220/_pkg_.a
2025-08-20T21:59:52.8966459Z [00:03:54.623]➜  packagefile golang.org/x/crypto/ssh/agent=/tmp/go-build282983591/b1225/_pkg_.a
2025-08-20T21:59:52.8966745Z [00:03:54.623]➜  packagefile github.com/golang-jwt/jwt/v4=/tmp/go-build282983591/b1235/_pkg_.a
2025-08-20T21:59:52.8967042Z [00:03:54.623]➜  packagefile github.com/trivago/tgo/treflect=/tmp/go-build282983591/b1237/_pkg_.a
2025-08-20T21:59:52.8967352Z [00:03:54.623]➜  packagefile github.com/shurcooL/graphql/ident=/tmp/go-build282983591/b1241/_pkg_.a
2025-08-20T21:59:52.8967713Z [00:03:54.623]➜  packagefile github.com/shurcooL/graphql/internal/jsonutil=/tmp/go-build282983591/b1242/_pkg_.a
2025-08-20T21:59:52.8968016Z [00:03:54.623]➜  packagefile github.com/go-openapi/jsonpointer=/tmp/go-build282983591/b1409/_pkg_.a
2025-08-20T21:59:52.8968353Z [00:03:54.623]➜  packagefile github.com/mohae/deepcopy=/tmp/go-build282983591/b1413/_pkg_.a
2025-08-20T21:59:52.8968620Z [00:03:54.623]➜  packagefile github.com/oasdiff/yaml=/tmp/go-build282983591/b1414/_pkg_.a
2025-08-20T21:59:52.8968979Z [00:03:54.623]➜  packagefile github.com/perimeterx/marshmallow=/tmp/go-build282983591/b1416/_pkg_.a
2025-08-20T21:59:52.8969284Z [00:03:54.623]➜  packagefile github.com/bits-and-blooms/bitset=/tmp/go-build282983591/b1425/_pkg_.a
2025-08-20T21:59:52.8969629Z [00:03:54.623]➜  packagefile github.com/hashicorp/golang-lru/v2/simplelru=/tmp/go-build282983591/b260/_pkg_.a
2025-08-20T21:59:52.8970079Z [00:03:54.623]➜  packagefile github.com/alecthomas/chroma/v2/formatters=/tmp/go-build282983591/b490/_pkg_.a
2025-08-20T21:59:52.8970410Z [00:03:54.623]➜  packagefile github.com/alecthomas/chroma/v2/lexers=/tmp/go-build282983591/b493/_pkg_.a
2025-08-20T21:59:52.8970715Z [00:03:54.623]➜  packagefile github.com/charmbracelet/x/cellbuf=/tmp/go-build282983591/b506/_pkg_.a
2025-08-20T21:59:52.8971036Z [00:03:54.623]➜  packagefile github.com/charmbracelet/x/ansi/kitty=/tmp/go-build282983591/b498/_pkg_.a
2025-08-20T21:59:52.8971361Z [00:03:54.623]➜  packagefile github.com/charmbracelet/x/ansi/parser=/tmp/go-build282983591/b502/_pkg_.a
2025-08-20T21:59:52.8971647Z [00:03:54.623]➜  packagefile github.com/muesli/reflow/ansi=/tmp/go-build282983591/b518/_pkg_.a
2025-08-20T21:59:52.8971949Z [00:03:54.623]➜  packagefile github.com/mailru/easyjson/buffer=/tmp/go-build282983591/b694/_pkg_.a
2025-08-20T21:59:52.8972258Z [00:03:54.623]➜  packagefile github.com/cloudflare/circl/dh/x25519=/tmp/go-build282983591/b353/_pkg_.a
2025-08-20T21:59:52.8972567Z [00:03:54.623]➜  packagefile github.com/cloudflare/circl/dh/x448=/tmp/go-build282983591/b359/_pkg_.a
2025-08-20T21:59:52.8972968Z [00:03:54.623]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build282983591/b361/_pkg_.a
2025-08-20T21:59:52.8973336Z [00:03:54.623]➜  packagefile github.com/cloudflare/circl/kem/kyber/kyber768=/tmp/go-build282983591/b363/_pkg_.a
2025-08-20T21:59:52.8973651Z [00:03:54.623]➜  packagefile github.com/cloudflare/circl/kem/xwing=/tmp/go-build282983591/b369/_pkg_.a
2025-08-20T21:59:52.8973989Z [00:03:54.623]➜  packagefile github.com/cloudflare/circl/sign/schemes=/tmp/go-build282983591/b378/_pkg_.a
2025-08-20T21:59:52.8974411Z [00:03:54.623]➜  packagefile github.com/cloudflare/circl/sign/dilithium/mode3=/tmp/go-build282983591/b383/_pkg_.a
2025-08-20T21:59:52.8974729Z [00:03:54.623]➜  packagefile github.com/cloudflare/circl/sign/ed448=/tmp/go-build282983591/b389/_pkg_.a
2025-08-20T21:59:52.8975182Z [00:03:54.623]➜  packagefile github.com/refraction-networking/utls/internal/quicvarint/protocol=/tmp/go-build282983591/b408/_pkg_.a
2025-08-20T21:59:52.8975498Z [00:03:54.623]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build282983591/b357/_pkg_.a
2025-08-20T21:59:52.8975766Z [00:03:54.623]➜  packagefile github.com/imdario/mergo=/tmp/go-build282983591/b1359/_pkg_.a
2025-08-20T21:59:52.8976074Z [00:03:54.623]➜  packagefile golang.org/x/text/encoding/charmap=/tmp/go-build282983591/b757/_pkg_.a
2025-08-20T21:59:52.8976382Z [00:03:54.623]➜  packagefile golang.org/x/text/encoding/htmlindex=/tmp/go-build282983591/b758/_pkg_.a
2025-08-20T21:59:52.8976737Z [00:03:54.623]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/strings=/tmp/go-build282983591/b1287/_pkg_.a
2025-08-20T21:59:52.8977040Z [00:03:54.623]➜  packagefile github.com/klauspost/compress/fse=/tmp/go-build282983591/b298/_pkg_.a
2025-08-20T21:59:52.8977414Z [00:03:54.624]➜  packagefile github.com/projectdiscovery/n3iwf/pkg/ike/message=/tmp/go-build282983591/b934/_pkg_.a
2025-08-20T21:59:52.8977762Z [00:03:54.624]➜  packagefile github.com/projectdiscovery/n3iwf/pkg/logger=/tmp/go-build282983591/b935/_pkg_.a
2025-08-20T21:59:52.8978082Z [00:03:54.624]➜  packagefile github.com/jcmturner/gokrb5/v8/client=/tmp/go-build282983591/b968/_pkg_.a
2025-08-20T21:59:52.8978389Z [00:03:54.624]➜  packagefile github.com/jcmturner/gokrb5/v8/config=/tmp/go-build282983591/b969/_pkg_.a
2025-08-20T21:59:52.8978807Z [00:03:54.624]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/errorcode=/tmp/go-build282983591/b994/_pkg_.a
2025-08-20T21:59:52.8979187Z [00:03:54.624]➜  packagefile github.com/jcmturner/gokrb5/v8/messages=/tmp/go-build282983591/b999/_pkg_.a
2025-08-20T21:59:52.8979473Z [00:03:54.624]➜  packagefile github.com/go-ldap/ldap/v3=/tmp/go-build282983591/b1007/_pkg_.a
2025-08-20T21:59:52.8979770Z [00:03:54.624]➜  packagefile github.com/microsoft/go-mssqldb=/tmp/go-build282983591/b1012/_pkg_.a
2025-08-20T21:59:52.8980324Z [00:03:54.624]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/mssql=/tmp/go-build282983591/b1027/_pkg_.a
2025-08-20T21:59:52.8980706Z [00:03:54.624]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins=/tmp/go-build282983591/b1028/_pkg_.a
2025-08-20T21:59:52.8981149Z [00:03:54.624]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/mysql=/tmp/go-build282983591/b1032/_pkg_.a
2025-08-20T21:59:52.8981608Z [00:03:54.624]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/oracledb=/tmp/go-build282983591/b1037/_pkg_.a
2025-08-20T21:59:52.8982052Z [00:03:54.624]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/pop3=/tmp/go-build282983591/b1040/_pkg_.a
2025-08-20T21:59:52.8982315Z [00:03:54.624]➜  packagefile github.com/go-pg/pg=/tmp/go-build282983591/b1043/_pkg_.a
2025-08-20T21:59:52.8982775Z [00:03:54.624]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/postgresql=/tmp/go-build282983591/b1054/_pkg_.a
2025-08-20T21:59:52.8983192Z [00:03:54.624]➜  packagefile github.com/projectdiscovery/nuclei/v3/pkg/js/utils/pgwrap=/tmp/go-build282983591/b1055/_pkg_.a
2025-08-20T21:59:52.8983690Z [00:03:54.624]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/rdp=/tmp/go-build282983591/b1061/_pkg_.a
2025-08-20T21:59:52.8984135Z [00:03:54.624]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/redis=/tmp/go-build282983591/b1064/_pkg_.a
2025-08-20T21:59:52.8984419Z [00:03:54.624]➜  packagefile github.com/redis/go-redis/v9=/tmp/go-build282983591/b1065/_pkg_.a
2025-08-20T21:59:52.8984860Z [00:03:54.624]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/rsync=/tmp/go-build282983591/b1078/_pkg_.a
2025-08-20T21:59:52.8985349Z [00:03:54.624]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/smb=/tmp/go-build282983591/b1081/_pkg_.a
2025-08-20T21:59:52.8985667Z [00:03:54.624]➜  packagefile github.com/projectdiscovery/go-smb2=/tmp/go-build282983591/b1082/_pkg_.a
2025-08-20T21:59:52.8985970Z [00:03:54.624]➜  packagefile github.com/zmap/zgrab2/lib/smb/smb=/tmp/go-build282983591/b1092/_pkg_.a
2025-08-20T21:59:52.8986415Z [00:03:54.624]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/smtp=/tmp/go-build282983591/b1098/_pkg_.a
2025-08-20T21:59:52.8986629Z [00:03:54.624]➜  packagefile net/smtp=/tmp/go-build282983591/b1099/_pkg_.a
2025-08-20T21:59:52.8986932Z [00:03:54.624]➜  packagefile github.com/zmap/zgrab2/lib/ssh=/tmp/go-build282983591/b1102/_pkg_.a
2025-08-20T21:59:52.8987385Z [00:03:54.624]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/telnet=/tmp/go-build282983591/b1108/_pkg_.a
2025-08-20T21:59:52.8987822Z [00:03:54.624]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/services/vnc=/tmp/go-build282983591/b1111/_pkg_.a
2025-08-20T21:59:52.8988166Z [00:03:54.624]➜  packagefile github.com/h2non/filetype/matchers/isobmff=/tmp/go-build282983591/b1353/_pkg_.a
2025-08-20T21:59:52.8988494Z [00:03:54.624]➜  packagefile github.com/gobwas/pool/internal/pmath=/tmp/go-build282983591/b1385/_pkg_.a
2025-08-20T21:59:52.8988788Z [00:03:54.624]➜  packagefile github.com/mitchellh/go-homedir=/tmp/go-build282983591/b1341/_pkg_.a
2025-08-20T21:59:52.8989083Z [00:03:54.624]➜  packagefile github.com/alecthomas/template=/tmp/go-build282983591/b1344/_pkg_.a
2025-08-20T21:59:52.8989361Z [00:03:54.624]➜  packagefile github.com/alecthomas/units=/tmp/go-build282983591/b1346/_pkg_.a
2025-08-20T21:59:52.8989703Z [00:03:54.624]➜  packagefile golang.org/x/crypto/cast5=/tmp/go-build282983591/b552/_pkg_.a
2025-08-20T21:59:52.8990297Z [00:03:54.624]➜  packagefile golang.org/x/crypto/openpgp/elgamal=/tmp/go-build282983591/b553/_pkg_.a
2025-08-20T21:59:52.8990594Z [00:03:54.624]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build282983591/b561/_pkg_.a
2025-08-20T21:59:52.8990906Z [00:03:54.624]➜  packagefile github.com/shirou/gopsutil/v3/common=/tmp/go-build282983591/b569/_pkg_.a
2025-08-20T21:59:52.8991192Z [00:03:54.624]➜  packagefile github.com/tklauser/numcpus=/tmp/go-build282983591/b571/_pkg_.a
2025-08-20T21:59:52.8991433Z [00:03:54.624]➜  packagefile go4.org/syncutil=/tmp/go-build282983591/b262/_pkg_.a
2025-08-20T21:59:52.8991724Z [00:03:54.624]➜  packagefile github.com/hashicorp/errwrap=/tmp/go-build282983591/b273/_pkg_.a
2025-08-20T21:59:52.8992059Z [00:03:54.624]➜  packagefile golang.org/x/text/internal/utf8internal=/tmp/go-build282983591/b268/_pkg_.a
2025-08-20T21:59:52.8992330Z [00:03:54.624]➜  packagefile golang.org/x/text/runes=/tmp/go-build282983591/b269/_pkg_.a
2025-08-20T21:59:52.8992599Z [00:03:54.624]➜  packagefile github.com/dsnet/compress=/tmp/go-build282983591/b310/_pkg_.a
2025-08-20T21:59:52.8992943Z [00:03:54.624]➜  packagefile github.com/pierrec/lz4/v4/internal/xxh32=/tmp/go-build282983591/b287/_pkg_.a
2025-08-20T21:59:52.8993257Z [00:03:54.624]➜  packagefile github.com/ulikunitz/xz/internal/hash=/tmp/go-build282983591/b290/_pkg_.a
2025-08-20T21:59:52.8993571Z [00:03:54.624]➜  packagefile github.com/zeebo/blake3/internal/alg=/tmp/go-build282983591/b599/_pkg_.a
2025-08-20T21:59:52.8993889Z [00:03:54.624]➜  packagefile github.com/zeebo/blake3/internal/consts=/tmp/go-build282983591/b602/_pkg_.a
2025-08-20T21:59:52.8994275Z [00:03:54.624]➜  packagefile github.com/zeebo/blake3/internal/utils=/tmp/go-build282983591/b607/_pkg_.a
2025-08-20T21:59:52.8994561Z [00:03:54.624]➜  packagefile go.uber.org/zap/internal/color=/tmp/go-build282983591/b596/_pkg_.a
2025-08-20T21:59:52.8994847Z [00:03:54.624]➜  packagefile go.uber.org/zap/internal/exit=/tmp/go-build282983591/b597/_pkg_.a
2025-08-20T21:59:52.8995172Z [00:03:54.624]➜  packagefile github.com/bytedance/sonic/internal/cpu=/tmp/go-build282983591/b648/_pkg_.a
2025-08-20T21:59:52.8995599Z [00:03:54.624]➜  packagefile github.com/bytedance/sonic/internal/native/avx2=/tmp/go-build282983591/b649/_pkg_.a
2025-08-20T21:59:52.8995952Z [00:03:54.624]➜  packagefile github.com/bytedance/sonic/internal/native/sse=/tmp/go-build282983591/b651/_pkg_.a
2025-08-20T21:59:52.8996333Z [00:03:54.624]➜  packagefile github.com/bytedance/sonic/internal/decoder/consts=/tmp/go-build282983591/b679/_pkg_.a
2025-08-20T21:59:52.8996706Z [00:03:54.624]➜  packagefile github.com/bytedance/sonic/internal/decoder/errors=/tmp/go-build282983591/b680/_pkg_.a
2025-08-20T21:59:52.8997077Z [00:03:54.624]➜  packagefile github.com/bytedance/sonic/internal/decoder/jitdec=/tmp/go-build282983591/b681/_pkg_.a
2025-08-20T21:59:52.8997445Z [00:03:54.624]➜  packagefile github.com/bytedance/sonic/internal/decoder/optdec=/tmp/go-build282983591/b682/_pkg_.a
2025-08-20T21:59:52.8997777Z [00:03:54.624]➜  packagefile github.com/bytedance/sonic/internal/envs=/tmp/go-build282983591/b683/_pkg_.a
2025-08-20T21:59:52.8998140Z [00:03:54.624]➜  packagefile github.com/bytedance/sonic/internal/encoder/alg=/tmp/go-build282983591/b631/_pkg_.a
2025-08-20T21:59:52.8998499Z [00:03:54.624]➜  packagefile github.com/bytedance/sonic/internal/encoder/ir=/tmp/go-build282983591/b653/_pkg_.a
2025-08-20T21:59:52.8998866Z [00:03:54.624]➜  packagefile github.com/bytedance/sonic/internal/encoder/vars=/tmp/go-build282983591/b632/_pkg_.a
2025-08-20T21:59:52.8999220Z [00:03:54.624]➜  packagefile github.com/bytedance/sonic/internal/encoder/vm=/tmp/go-build282983591/b654/_pkg_.a
2025-08-20T21:59:52.8999582Z [00:03:54.624]➜  packagefile github.com/bytedance/sonic/internal/encoder/x86=/tmp/go-build282983591/b655/_pkg_.a
2025-08-20T21:59:52.9000114Z [00:03:54.624]➜  packagefile github.com/bytedance/sonic/internal/resolver=/tmp/go-build282983591/b652/_pkg_.a
2025-08-20T21:59:52.9000472Z [00:03:54.624]➜  packagefile github.com/cloudwego/base64x/internal/native=/tmp/go-build282983591/b637/_pkg_.a
2025-08-20T21:59:52.9000819Z [00:03:54.624]➜  packagefile github.com/tidwall/rtred/base=/tmp/go-build282983591/b437/_pkg_.a
2025-08-20T21:59:52.9001159Z [00:03:54.624]➜  packagefile github.com/cloudflare/cfssl/crypto/pkcs7=/tmp/go-build282983591/b720/_pkg_.a
2025-08-20T21:59:52.9001463Z [00:03:54.624]➜  packagefile github.com/cloudflare/cfssl/errors=/tmp/go-build282983591/b721/_pkg_.a
2025-08-20T21:59:52.9001821Z [00:03:54.624]➜  packagefile github.com/cloudflare/cfssl/helpers/derhelpers=/tmp/go-build282983591/b722/_pkg_.a
2025-08-20T21:59:52.9002181Z [00:03:54.624]➜  packagefile github.com/google/certificate-transparency-go=/tmp/go-build282983591/b723/_pkg_.a
2025-08-20T21:59:52.9002555Z [00:03:54.624]➜  packagefile github.com/google/certificate-transparency-go/tls=/tmp/go-build282983591/b724/_pkg_.a
2025-08-20T21:59:52.9002929Z [00:03:54.624]➜  packagefile github.com/google/certificate-transparency-go/x509=/tmp/go-build282983591/b726/_pkg_.a
2025-08-20T21:59:52.9003494Z [00:03:54.624]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json/types/time=/tmp/go-build282983591/b1486/_pkg_.a
2025-08-20T21:59:52.9004054Z [00:03:54.624]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust=/tmp/go-build282983591/b1493/_pkg_.a
2025-08-20T21:59:52.9004630Z [00:03:54.624]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust/defs=/tmp/go-build282983591/b1494/_pkg_.a
2025-08-20T21:59:52.9005268Z [00:03:54.624]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/comm=/tmp/go-build282983591/b1497/_pkg_.a
2025-08-20T21:59:52.9005859Z [00:03:54.624]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/grant=/tmp/go-build282983591/b1492/_pkg_.a
2025-08-20T21:59:52.9006146Z [00:03:54.624]➜  packagefile github.com/golang-jwt/jwt/v5=/tmp/go-build282983591/b1496/_pkg_.a
2025-08-20T21:59:52.9006461Z [00:03:54.624]➜  packagefile github.com/kylelemons/godebug/diff=/tmp/go-build282983591/b1483/_pkg_.a
2025-08-20T21:59:52.9007054Z [00:03:54.624]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json=/tmp/go-build282983591/b1485/_pkg_.a
2025-08-20T21:59:52.9007440Z [00:03:54.624]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/tmp/go-build282983591/b1546/_pkg_.a
2025-08-20T21:59:52.9007767Z [00:03:54.624]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/tmp/go-build282983591/b387/_pkg_.a
2025-08-20T21:59:52.9008088Z [00:03:54.624]➜  packagefile github.com/ProtonMail/go-crypto/eax=/tmp/go-build282983591/b1548/_pkg_.a
2025-08-20T21:59:52.9008393Z [00:03:54.624]➜  packagefile github.com/ProtonMail/go-crypto/ocb=/tmp/go-build282983591/b1550/_pkg_.a
2025-08-20T21:59:52.9008735Z [00:03:54.624]➜  packagefile github.com/ProtonMail/go-crypto/bitcurves=/tmp/go-build282983591/b1552/_pkg_.a
2025-08-20T21:59:52.9009068Z [00:03:54.624]➜  packagefile github.com/ProtonMail/go-crypto/brainpool=/tmp/go-build282983591/b1553/_pkg_.a
2025-08-20T21:59:52.9009357Z [00:03:54.624]➜  packagefile golang.org/x/crypto/argon2=/tmp/go-build282983591/b1562/_pkg_.a
2025-08-20T21:59:52.9009701Z [00:03:54.624]➜  packagefile github.com/go-git/go-billy/v5/helper/polyfill=/tmp/go-build282983591/b1569/_pkg_.a
2025-08-20T21:59:52.9010096Z [00:03:54.624]➜  packagefile github.com/go-git/gcfg/scanner=/tmp/go-build282983591/b1580/_pkg_.a
2025-08-20T21:59:52.9010377Z [00:03:54.624]➜  packagefile github.com/go-git/gcfg/token=/tmp/go-build282983591/b1581/_pkg_.a
2025-08-20T21:59:52.9010659Z [00:03:54.624]➜  packagefile github.com/go-git/gcfg/types=/tmp/go-build282983591/b1582/_pkg_.a
2025-08-20T21:59:52.9010915Z [00:03:54.624]➜  packagefile gopkg.in/warnings.v0=/tmp/go-build282983591/b1583/_pkg_.a
2025-08-20T21:59:52.9011295Z [00:03:54.624]➜  packagefile github.com/pjbgf/sha1cd/internal=/tmp/go-build282983591/b1576/_pkg_.a
2025-08-20T21:59:52.9011630Z [00:03:54.624]➜  packagefile github.com/pjbgf/sha1cd/ubc=/tmp/go-build282983591/b1577/_pkg_.a
2025-08-20T21:59:52.9011962Z [00:03:54.624]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build282983591/b1599/_pkg_.a
2025-08-20T21:59:52.9012307Z [00:03:54.624]➜  packagefile github.com/emirpasic/gods/lists/arraylist=/tmp/go-build282983591/b1601/_pkg_.a
2025-08-20T21:59:52.9012602Z [00:03:54.624]➜  packagefile github.com/emirpasic/gods/trees=/tmp/go-build282983591/b1603/_pkg_.a
2025-08-20T21:59:52.9012896Z [00:03:54.624]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build282983591/b1600/_pkg_.a
2025-08-20T21:59:52.9013233Z [00:03:54.624]➜  packagefile github.com/go-git/go-git/v5/plumbing/color=/tmp/go-build282983591/b1605/_pkg_.a
2025-08-20T21:59:52.9013617Z [00:03:54.624]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/server=/tmp/go-build282983591/b1623/_pkg_.a
2025-08-20T21:59:52.9013895Z [00:03:54.624]➜  packagefile golang.org/x/sys/execabs=/tmp/go-build282983591/b1627/_pkg_.a
2025-08-20T21:59:52.9014202Z [00:03:54.624]➜  packagefile github.com/kevinburke/ssh_config=/tmp/go-build282983591/b1631/_pkg_.a
2025-08-20T21:59:52.9014485Z [00:03:54.624]➜  packagefile github.com/skeema/knownhosts=/tmp/go-build282983591/b1632/_pkg_.a
2025-08-20T21:59:52.9014761Z [00:03:54.624]➜  packagefile github.com/xanzy/ssh-agent=/tmp/go-build282983591/b1634/_pkg_.a
2025-08-20T21:59:52.9014993Z [00:03:54.624]➜  packagefile internal/gover=/tmp/go-build282983591/b909/_pkg_.a
2025-08-20T21:59:52.9015259Z [00:03:54.624]➜  packagefile golang.org/x/mod/semver=/tmp/go-build282983591/b915/_pkg_.a
2025-08-20T21:59:52.9015618Z [00:03:54.624]➜  packagefile golang.org/x/tools/internal/event=/tmp/go-build282983591/b916/_pkg_.a
2025-08-20T21:59:52.9015946Z [00:03:54.624]➜  packagefile golang.org/x/tools/internal/event/keys=/tmp/go-build282983591/b918/_pkg_.a
2025-08-20T21:59:52.9016271Z [00:03:54.624]➜  packagefile golang.org/x/tools/internal/event/label=/tmp/go-build282983591/b919/_pkg_.a
2025-08-20T21:59:52.9016485Z [00:03:54.624]➜  packagefile go/build=/tmp/go-build282983591/b921/_pkg_.a
2025-08-20T21:59:52.9016806Z [00:03:54.624]➜  packagefile golang.org/x/mod/module=/tmp/go-build282983591/b925/_pkg_.a
2025-08-20T21:59:52.9017089Z [00:03:54.624]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build282983591/b927/_pkg_.a
2025-08-20T21:59:52.9017384Z [00:03:54.624]➜  packagefile golang.org/x/tools/go/ast/astutil=/tmp/go-build282983591/b928/_pkg_.a
2025-08-20T21:59:52.9017707Z [00:03:54.624]➜  packagefile golang.org/x/tools/internal/gopathwalk=/tmp/go-build282983591/b929/_pkg_.a
2025-08-20T21:59:52.9018018Z [00:03:54.624]➜  packagefile golang.org/x/tools/internal/modindex=/tmp/go-build282983591/b930/_pkg_.a
2025-08-20T21:59:52.9018323Z [00:03:54.624]➜  packagefile golang.org/x/tools/internal/stdlib=/tmp/go-build282983591/b931/_pkg_.a
2025-08-20T21:59:52.9018673Z [00:03:54.624]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonoptions=/tmp/go-build282983591/b1164/_pkg_.a
2025-08-20T21:59:52.9019012Z [00:03:54.624]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build282983591/b1170/_pkg_.a
2025-08-20T21:59:52.9019361Z [00:03:54.624]➜  packagefile go.mongodb.org/mongo-driver/internal/randutil=/tmp/go-build282983591/b1183/_pkg_.a
2025-08-20T21:59:52.9019705Z [00:03:54.624]➜  packagefile go.mongodb.org/mongo-driver/internal/bsonutil=/tmp/go-build282983591/b1172/_pkg_.a
2025-08-20T21:59:52.9020201Z [00:03:54.624]➜  packagefile go.mongodb.org/mongo-driver/internal/handshake=/tmp/go-build282983591/b1173/_pkg_.a
2025-08-20T21:59:52.9020553Z [00:03:54.624]➜  packagefile go.mongodb.org/mongo-driver/internal/ptrutil=/tmp/go-build282983591/b1174/_pkg_.a
2025-08-20T21:59:52.9020907Z [00:03:54.624]➜  packagefile go.mongodb.org/mongo-driver/internal/driverutil=/tmp/go-build282983591/b1190/_pkg_.a
2025-08-20T21:59:52.9021248Z [00:03:54.624]➜  packagefile github.com/xdg-go/scram=/tmp/go-build282983591/b1196/_pkg_.a
2025-08-20T21:59:52.9021525Z [00:03:54.624]➜  packagefile github.com/xdg-go/stringprep=/tmp/go-build282983591/b1198/_pkg_.a
2025-08-20T21:59:52.9021993Z [00:03:54.624]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/credentials=/tmp/go-build282983591/b1199/_pkg_.a
2025-08-20T21:59:52.9022367Z [00:03:54.624]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/signer/v4=/tmp/go-build282983591/b1201/_pkg_.a
2025-08-20T21:59:52.9022735Z [00:03:54.624]➜  packagefile go.mongodb.org/mongo-driver/internal/credproviders=/tmp/go-build282983591/b1203/_pkg_.a
2025-08-20T21:59:52.9023144Z [00:03:54.624]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth/creds=/tmp/go-build282983591/b1204/_pkg_.a
2025-08-20T21:59:52.9023457Z [00:03:54.624]➜  packagefile go.mongodb.org/mongo-driver/version=/tmp/go-build282983591/b1206/_pkg_.a
2025-08-20T21:59:52.9023746Z [00:03:54.624]➜  packagefile github.com/montanaflynn/stats=/tmp/go-build282983591/b1210/_pkg_.a
2025-08-20T21:59:52.9024101Z [00:03:54.624]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/dns=/tmp/go-build282983591/b1208/_pkg_.a
2025-08-20T21:59:52.9024463Z [00:03:54.624]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/ocsp=/tmp/go-build282983591/b1211/_pkg_.a
2025-08-20T21:59:52.9024748Z [00:03:54.624]➜  packagefile golang.org/x/crypto/blake2s=/tmp/go-build282983591/b1219/_pkg_.a
2025-08-20T21:59:52.9025041Z [00:03:54.624]➜  packagefile golang.org/x/crypto/ripemd160=/tmp/go-build282983591/b1224/_pkg_.a
2025-08-20T21:59:52.9025330Z [00:03:54.624]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build282983591/b1104/_pkg_.a
2025-08-20T21:59:52.9025754Z [00:03:54.624]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/tmp/go-build282983591/b1221/_pkg_.a
2025-08-20T21:59:52.9026029Z [00:03:54.624]➜  packagefile github.com/go-openapi/swag=/tmp/go-build282983591/b1410/_pkg_.a
2025-08-20T21:59:52.9026303Z [00:03:54.624]➜  packagefile github.com/oasdiff/yaml3=/tmp/go-build282983591/b1415/_pkg_.a
2025-08-20T21:59:52.9026611Z [00:03:54.624]➜  packagefile github.com/mailru/easyjson/jlexer=/tmp/go-build282983591/b1411/_pkg_.a
2025-08-20T21:59:52.9026959Z [00:03:54.624]➜  packagefile github.com/hashicorp/golang-lru/v2/internal=/tmp/go-build282983591/b261/_pkg_.a
2025-08-20T21:59:52.9027380Z [00:03:54.624]➜  packagefile github.com/alecthomas/chroma/v2/formatters/html=/tmp/go-build282983591/b491/_pkg_.a
2025-08-20T21:59:52.9027734Z [00:03:54.624]➜  packagefile github.com/alecthomas/chroma/v2/formatters/svg=/tmp/go-build282983591/b492/_pkg_.a
2025-08-20T21:59:52.9028051Z [00:03:54.624]➜  packagefile github.com/charmbracelet/colorprofile=/tmp/go-build282983591/b507/_pkg_.a
2025-08-20T21:59:52.9028351Z [00:03:54.624]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build282983591/b508/_pkg_.a
2025-08-20T21:59:52.9028683Z [00:03:54.624]➜  packagefile github.com/cloudflare/circl/math/fp25519=/tmp/go-build282983591/b354/_pkg_.a
2025-08-20T21:59:52.9029011Z [00:03:54.624]➜  packagefile github.com/cloudflare/circl/math/fp448=/tmp/go-build282983591/b360/_pkg_.a
2025-08-20T21:59:52.9029362Z [00:03:54.624]➜  packagefile github.com/cloudflare/circl/pke/kyber/kyber768=/tmp/go-build282983591/b364/_pkg_.a
2025-08-20T21:59:52.9029717Z [00:03:54.624]➜  packagefile github.com/cloudflare/circl/kem/mlkem/mlkem768=/tmp/go-build282983591/b370/_pkg_.a
2025-08-20T21:59:52.9030318Z [00:03:54.624]➜  packagefile github.com/cloudflare/circl/sign/dilithium/mode2=/tmp/go-build282983591/b379/_pkg_.a
2025-08-20T21:59:52.9030701Z [00:03:54.624]➜  packagefile github.com/cloudflare/circl/sign/dilithium/mode5=/tmp/go-build282983591/b385/_pkg_.a
2025-08-20T21:59:52.9031057Z [00:03:54.624]➜  packagefile github.com/cloudflare/circl/sign/eddilithium2=/tmp/go-build282983591/b392/_pkg_.a
2025-08-20T21:59:52.9031434Z [00:03:54.624]➜  packagefile github.com/cloudflare/circl/sign/mldsa/mldsa44=/tmp/go-build282983591/b394/_pkg_.a
2025-08-20T21:59:52.9031791Z [00:03:54.624]➜  packagefile github.com/cloudflare/circl/sign/mldsa/mldsa65=/tmp/go-build282983591/b396/_pkg_.a
2025-08-20T21:59:52.9032229Z [00:03:54.624]➜  packagefile github.com/cloudflare/circl/sign/mldsa/mldsa87=/tmp/go-build282983591/b398/_pkg_.a
2025-08-20T21:59:52.9032695Z [00:03:54.624]➜  packagefile github.com/cloudflare/circl/sign/dilithium/mode3/internal=/tmp/go-build282983591/b384/_pkg_.a
2025-08-20T21:59:52.9033087Z [00:03:54.624]➜  packagefile github.com/cloudflare/circl/sign/internal/dilithium=/tmp/go-build282983591/b381/_pkg_.a
2025-08-20T21:59:52.9033429Z [00:03:54.624]➜  packagefile github.com/cloudflare/circl/ecc/goldilocks=/tmp/go-build282983591/b390/_pkg_.a
2025-08-20T21:59:52.9033751Z [00:03:54.624]➜  packagefile golang.org/x/text/encoding/japanese=/tmp/go-build282983591/b759/_pkg_.a
2025-08-20T21:59:52.9034049Z [00:03:54.624]➜  packagefile github.com/free5gc/util/logger=/tmp/go-build282983591/b936/_pkg_.a
2025-08-20T21:59:52.9034328Z [00:03:54.624]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build282983591/b964/_pkg_.a
2025-08-20T21:59:52.9034671Z [00:03:54.624]➜  packagefile github.com/jcmturner/gokrb5/v8/credentials=/tmp/go-build282983591/b973/_pkg_.a
2025-08-20T21:59:52.9034990Z [00:03:54.624]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto=/tmp/go-build282983591/b977/_pkg_.a
2025-08-20T21:59:52.9035338Z [00:03:54.624]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/etype=/tmp/go-build282983591/b979/_pkg_.a
2025-08-20T21:59:52.9035675Z [00:03:54.624]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/flags=/tmp/go-build282983591/b995/_pkg_.a
2025-08-20T21:59:52.9036017Z [00:03:54.624]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/keyusage=/tmp/go-build282983591/b996/_pkg_.a
2025-08-20T21:59:52.9036360Z [00:03:54.624]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/nametype=/tmp/go-build282983591/b975/_pkg_.a
2025-08-20T21:59:52.9036755Z [00:03:54.624]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/patype=/tmp/go-build282983591/b988/_pkg_.a
2025-08-20T21:59:52.9037075Z [00:03:54.624]➜  packagefile github.com/jcmturner/gokrb5/v8/kadmin=/tmp/go-build282983591/b997/_pkg_.a
2025-08-20T21:59:52.9037390Z [00:03:54.625]➜  packagefile github.com/jcmturner/gokrb5/v8/keytab=/tmp/go-build282983591/b976/_pkg_.a
2025-08-20T21:59:52.9037718Z [00:03:54.625]➜  packagefile github.com/jcmturner/gokrb5/v8/krberror=/tmp/go-build282983591/b998/_pkg_.a
2025-08-20T21:59:52.9038082Z [00:03:54.625]➜  packagefile github.com/jcmturner/gokrb5/v8/types=/tmp/go-build282983591/b989/_pkg_.a
2025-08-20T21:59:52.9038384Z [00:03:54.625]➜  packagefile github.com/jcmturner/dnsutils/v2=/tmp/go-build282983591/b970/_pkg_.a
2025-08-20T21:59:52.9038717Z [00:03:54.625]➜  packagefile github.com/jcmturner/gofork/encoding/asn1=/tmp/go-build282983591/b971/_pkg_.a
2025-08-20T21:59:52.9039062Z [00:03:54.625]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/etypeID=/tmp/go-build282983591/b972/_pkg_.a
2025-08-20T21:59:52.9039395Z [00:03:54.625]➜  packagefile github.com/jcmturner/gokrb5/v8/asn1tools=/tmp/go-build282983591/b990/_pkg_.a
2025-08-20T21:59:52.9039708Z [00:03:54.625]➜  packagefile github.com/jcmturner/gokrb5/v8/iana=/tmp/go-build282983591/b991/_pkg_.a
2025-08-20T21:59:52.9040182Z [00:03:54.625]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/adtype=/tmp/go-build282983591/b1000/_pkg_.a
2025-08-20T21:59:52.9040542Z [00:03:54.625]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/asnAppTag=/tmp/go-build282983591/b993/_pkg_.a
2025-08-20T21:59:52.9040890Z [00:03:54.625]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/msgtype=/tmp/go-build282983591/b1001/_pkg_.a
2025-08-20T21:59:52.9041193Z [00:03:54.625]➜  packagefile github.com/jcmturner/gokrb5/v8/pac=/tmp/go-build282983591/b1002/_pkg_.a
2025-08-20T21:59:52.9041478Z [00:03:54.625]➜  packagefile github.com/Azure/go-ntlmssp=/tmp/go-build282983591/b1008/_pkg_.a
2025-08-20T21:59:52.9041772Z [00:03:54.625]➜  packagefile github.com/go-asn1-ber/asn1-ber=/tmp/go-build282983591/b1009/_pkg_.a
2025-08-20T21:59:52.9042043Z [00:03:54.625]➜  packagefile golang.org/x/crypto/md4=/tmp/go-build282983591/b985/_pkg_.a
2025-08-20T21:59:52.9042393Z [00:03:54.625]➜  packagefile github.com/golang-sql/civil=/tmp/go-build282983591/b1013/_pkg_.a
2025-08-20T21:59:52.9042678Z [00:03:54.625]➜  packagefile github.com/golang-sql/sqlexp=/tmp/go-build282983591/b1014/_pkg_.a
2025-08-20T21:59:52.9043053Z [00:03:54.625]➜  packagefile github.com/microsoft/go-mssqldb/aecmk=/tmp/go-build282983591/b1015/_pkg_.a
2025-08-20T21:59:52.9043418Z [00:03:54.625]➜  packagefile github.com/microsoft/go-mssqldb/integratedauth=/tmp/go-build282983591/b1016/_pkg_.a
2025-08-20T21:59:52.9043795Z [00:03:54.625]➜  packagefile github.com/microsoft/go-mssqldb/integratedauth/ntlm=/tmp/go-build282983591/b1018/_pkg_.a
2025-08-20T21:59:52.9044140Z [00:03:54.625]➜  packagefile github.com/microsoft/go-mssqldb/internal/cp=/tmp/go-build282983591/b1019/_pkg_.a
2025-08-20T21:59:52.9044502Z [00:03:54.625]➜  packagefile github.com/microsoft/go-mssqldb/internal/decimal=/tmp/go-build282983591/b1020/_pkg_.a
2025-08-20T21:59:52.9045086Z [00:03:54.625]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/algorithms=/tmp/go-build282983591/b1021/_pkg_.a
2025-08-20T21:59:52.9045661Z [00:03:54.625]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/encryption=/tmp/go-build282983591/b1023/_pkg_.a
2025-08-20T21:59:52.9046210Z [00:03:54.625]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/keys=/tmp/go-build282983591/b1024/_pkg_.a
2025-08-20T21:59:52.9046581Z [00:03:54.625]➜  packagefile github.com/microsoft/go-mssqldb/internal/querytext=/tmp/go-build282983591/b1026/_pkg_.a
2025-08-20T21:59:52.9046901Z [00:03:54.625]➜  packagefile github.com/microsoft/go-mssqldb/msdsn=/tmp/go-build282983591/b1017/_pkg_.a
2025-08-20T21:59:52.9047402Z [00:03:54.625]➜  packagefile github.com/praetorian-inc/fingerprintx/pkg/plugins/pluginutils=/tmp/go-build282983591/b1029/_pkg_.a
2025-08-20T21:59:52.9047689Z [00:03:54.625]➜  packagefile github.com/go-pg/pg/internal=/tmp/go-build282983591/b1044/_pkg_.a
2025-08-20T21:59:52.9047999Z [00:03:54.625]➜  packagefile github.com/go-pg/pg/internal/pool=/tmp/go-build282983591/b1045/_pkg_.a
2025-08-20T21:59:52.9048293Z [00:03:54.625]➜  packagefile github.com/go-pg/pg/orm=/tmp/go-build282983591/b1046/_pkg_.a
2025-08-20T21:59:52.9048625Z [00:03:54.625]➜  packagefile github.com/go-pg/pg/types=/tmp/go-build282983591/b1048/_pkg_.a
2025-08-20T21:59:52.9048869Z [00:03:54.625]➜  packagefile mellium.im/sasl=/tmp/go-build282983591/b1053/_pkg_.a
2025-08-20T21:59:52.9049116Z [00:03:54.625]➜  packagefile github.com/lib/pq=/tmp/go-build282983591/b1056/_pkg_.a
2025-08-20T21:59:52.9049405Z [00:03:54.625]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build282983591/b1066/_pkg_.a
2025-08-20T21:59:52.9049706Z [00:03:54.625]➜  packagefile github.com/dgryski/go-rendezvous=/tmp/go-build282983591/b1067/_pkg_.a
2025-08-20T21:59:52.9050111Z [00:03:54.625]➜  packagefile github.com/redis/go-redis/v9/auth=/tmp/go-build282983591/b1068/_pkg_.a
2025-08-20T21:59:52.9050429Z [00:03:54.625]➜  packagefile github.com/redis/go-redis/v9/internal=/tmp/go-build282983591/b1069/_pkg_.a
2025-08-20T21:59:52.9050783Z [00:03:54.625]➜  packagefile github.com/redis/go-redis/v9/internal/hashtag=/tmp/go-build282983591/b1072/_pkg_.a
2025-08-20T21:59:52.9051189Z [00:03:54.625]➜  packagefile github.com/redis/go-redis/v9/internal/hscan=/tmp/go-build282983591/b1073/_pkg_.a
2025-08-20T21:59:52.9051589Z [00:03:54.625]➜  packagefile github.com/redis/go-redis/v9/internal/pool=/tmp/go-build282983591/b1074/_pkg_.a
2025-08-20T21:59:52.9052074Z [00:03:54.625]➜  packagefile github.com/redis/go-redis/v9/internal/proto=/tmp/go-build282983591/b1075/_pkg_.a
2025-08-20T21:59:52.9052426Z [00:03:54.625]➜  packagefile github.com/redis/go-redis/v9/internal/rand=/tmp/go-build282983591/b1070/_pkg_.a
2025-08-20T21:59:52.9052766Z [00:03:54.625]➜  packagefile github.com/redis/go-redis/v9/internal/util=/tmp/go-build282983591/b1071/_pkg_.a
2025-08-20T21:59:52.9053182Z [00:03:54.625]➜  packagefile github.com/projectdiscovery/go-smb2/internal/crypto/ccm=/tmp/go-build282983591/b1083/_pkg_.a
2025-08-20T21:59:52.9053688Z [00:03:54.625]➜  packagefile github.com/projectdiscovery/go-smb2/internal/crypto/cmac=/tmp/go-build282983591/b1084/_pkg_.a
2025-08-20T21:59:52.9054071Z [00:03:54.625]➜  packagefile github.com/projectdiscovery/go-smb2/internal/erref=/tmp/go-build282983591/b1085/_pkg_.a
2025-08-20T21:59:52.9054442Z [00:03:54.625]➜  packagefile github.com/projectdiscovery/go-smb2/internal/msrpc=/tmp/go-build282983591/b1086/_pkg_.a
2025-08-20T21:59:52.9054814Z [00:03:54.625]➜  packagefile github.com/projectdiscovery/go-smb2/internal/ntlm=/tmp/go-build282983591/b1088/_pkg_.a
2025-08-20T21:59:52.9055179Z [00:03:54.625]➜  packagefile github.com/projectdiscovery/go-smb2/internal/smb2=/tmp/go-build282983591/b1089/_pkg_.a
2025-08-20T21:59:52.9055565Z [00:03:54.625]➜  packagefile github.com/projectdiscovery/go-smb2/internal/spnego=/tmp/go-build282983591/b1090/_pkg_.a
2025-08-20T21:59:52.9055878Z [00:03:54.625]➜  packagefile github.com/zmap/zgrab2/lib/smb/gss=/tmp/go-build282983591/b1093/_pkg_.a
2025-08-20T21:59:52.9056205Z [00:03:54.625]➜  packagefile github.com/zmap/zgrab2/lib/smb/ntlmssp=/tmp/go-build282983591/b1095/_pkg_.a
2025-08-20T21:59:52.9056554Z [00:03:54.625]➜  packagefile github.com/zmap/zgrab2/lib/smb/smb/encoder=/tmp/go-build282983591/b1094/_pkg_.a
2025-08-20T21:59:52.9056861Z [00:03:54.625]➜  packagefile github.com/zmap/zgrab2/tools/keys=/tmp/go-build282983591/b1103/_pkg_.a
2025-08-20T21:59:52.9057180Z [00:03:54.625]➜  packagefile github.com/alecthomas/template/parse=/tmp/go-build282983591/b1345/_pkg_.a
2025-08-20T21:59:52.9057540Z [00:03:54.625]➜  packagefile github.com/zeebo/blake3/internal/alg/compress=/tmp/go-build282983591/b600/_pkg_.a
2025-08-20T21:59:52.9057940Z [00:03:54.625]➜  packagefile github.com/zeebo/blake3/internal/alg/hash=/tmp/go-build282983591/b604/_pkg_.a
2025-08-20T21:59:52.9058245Z [00:03:54.625]➜  packagefile github.com/bytedance/sonic/loader=/tmp/go-build282983591/b639/_pkg_.a
2025-08-20T21:59:52.9058576Z [00:03:54.625]➜  packagefile github.com/bytedance/sonic/internal/jit=/tmp/go-build282983591/b656/_pkg_.a
2025-08-20T21:59:52.9058908Z [00:03:54.625]➜  packagefile github.com/twitchyliquid64/golang-asm/obj=/tmp/go-build282983591/b658/_pkg_.a
2025-08-20T21:59:52.9059266Z [00:03:54.625]➜  packagefile github.com/twitchyliquid64/golang-asm/obj/x86=/tmp/go-build282983591/b673/_pkg_.a
2025-08-20T21:59:52.9059683Z [00:03:54.625]➜  packagefile github.com/bytedance/sonic/internal/optcaching=/tmp/go-build282983591/b684/_pkg_.a
2025-08-20T21:59:52.9060183Z [00:03:54.625]➜  packagefile github.com/cloudwego/base64x/internal/native/avx2=/tmp/go-build282983591/b638/_pkg_.a
2025-08-20T21:59:52.9060555Z [00:03:54.625]➜  packagefile github.com/cloudwego/base64x/internal/native/sse=/tmp/go-build282983591/b645/_pkg_.a
2025-08-20T21:59:52.9060892Z [00:03:54.625]➜  packagefile github.com/cloudwego/base64x/internal/rt=/tmp/go-build282983591/b644/_pkg_.a
2025-08-20T21:59:52.9061178Z [00:03:54.625]➜  packagefile github.com/tidwall/tinyqueue=/tmp/go-build282983591/b438/_pkg_.a
2025-08-20T21:59:52.9061562Z [00:03:54.625]➜  packagefile github.com/google/certificate-transparency-go/asn1=/tmp/go-build282983591/b725/_pkg_.a
2025-08-20T21:59:52.9062025Z [00:03:54.625]➜  packagefile github.com/google/certificate-transparency-go/x509/pkix=/tmp/go-build282983591/b727/_pkg_.a
2025-08-20T21:59:52.9062553Z [00:03:54.625]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/version=/tmp/go-build282983591/b1498/_pkg_.a
2025-08-20T21:59:52.9062885Z [00:03:54.625]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build282983591/b355/_pkg_.a
2025-08-20T21:59:52.9063186Z [00:03:54.625]➜  packagefile github.com/cloudflare/circl/math=/tmp/go-build282983591/b388/_pkg_.a
2025-08-20T21:59:52.9063554Z [00:03:54.625]➜  packagefile github.com/ProtonMail/go-crypto/internal/byteutil=/tmp/go-build282983591/b1549/_pkg_.a
2025-08-20T21:59:52.9063855Z [00:03:54.625]➜  packagefile github.com/emirpasic/gods/lists=/tmp/go-build282983591/b1602/_pkg_.a
2025-08-20T21:59:52.9064229Z [00:03:54.625]➜  packagefile golang.org/x/crypto/ssh/knownhosts=/tmp/go-build282983591/b1633/_pkg_.a
2025-08-20T21:59:52.9064557Z [00:03:54.625]➜  packagefile golang.org/x/tools/internal/event/core=/tmp/go-build282983591/b917/_pkg_.a
2025-08-20T21:59:52.9064799Z [00:03:54.625]➜  packagefile internal/goroot=/tmp/go-build282983591/b922/_pkg_.a
2025-08-20T21:59:52.9065045Z [00:03:54.625]➜  packagefile internal/platform=/tmp/go-build282983591/b923/_pkg_.a
2025-08-20T21:59:52.9065279Z [00:03:54.625]➜  packagefile internal/syslist=/tmp/go-build282983591/b924/_pkg_.a
2025-08-20T21:59:52.9065599Z [00:03:54.625]➜  packagefile golang.org/x/mod/internal/lazyregexp=/tmp/go-build282983591/b926/_pkg_.a
2025-08-20T21:59:52.9065935Z [00:03:54.625]➜  packagefile go.mongodb.org/mongo-driver/internal/rand=/tmp/go-build282983591/b1184/_pkg_.a
2025-08-20T21:59:52.9066208Z [00:03:54.625]➜  packagefile github.com/xdg-go/pbkdf2=/tmp/go-build282983591/b1197/_pkg_.a
2025-08-20T21:59:52.9066566Z [00:03:54.625]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/awserr=/tmp/go-build282983591/b1200/_pkg_.a
2025-08-20T21:59:52.9066891Z [00:03:54.625]➜  packagefile go.mongodb.org/mongo-driver/internal/aws=/tmp/go-build282983591/b1202/_pkg_.a
2025-08-20T21:59:52.9067183Z [00:03:54.625]➜  packagefile golang.org/x/crypto/blowfish=/tmp/go-build282983591/b1222/_pkg_.a
2025-08-20T21:59:52.9067466Z [00:03:54.625]➜  packagefile github.com/josharian/intern=/tmp/go-build282983591/b1412/_pkg_.a
2025-08-20T21:59:52.9067722Z [00:03:54.625]➜  packagefile github.com/xo/terminfo=/tmp/go-build282983591/b509/_pkg_.a
2025-08-20T21:59:52.9068126Z [00:03:54.625]➜  packagefile github.com/cloudflare/circl/pke/kyber/kyber768/internal=/tmp/go-build282983591/b365/_pkg_.a
2025-08-20T21:59:52.9068594Z [00:03:54.625]➜  packagefile github.com/cloudflare/circl/sign/dilithium/mode2/internal=/tmp/go-build282983591/b380/_pkg_.a
2025-08-20T21:59:52.9069002Z [00:03:54.625]➜  packagefile github.com/cloudflare/circl/sign/dilithium/mode5/internal=/tmp/go-build282983591/b386/_pkg_.a
2025-08-20T21:59:52.9069396Z [00:03:54.625]➜  packagefile github.com/cloudflare/circl/sign/mldsa/mldsa44/internal=/tmp/go-build282983591/b395/_pkg_.a
2025-08-20T21:59:52.9069964Z [00:03:54.625]➜  packagefile github.com/cloudflare/circl/sign/mldsa/mldsa65/internal=/tmp/go-build282983591/b397/_pkg_.a
2025-08-20T21:59:52.9070520Z [00:03:54.625]➜  packagefile github.com/cloudflare/circl/sign/mldsa/mldsa87/internal=/tmp/go-build282983591/b399/_pkg_.a
2025-08-20T21:59:52.9070885Z [00:03:54.625]➜  packagefile github.com/cloudflare/circl/simd/keccakf1600=/tmp/go-build282983591/b368/_pkg_.a
2025-08-20T21:59:52.9071306Z [00:03:54.625]➜  packagefile github.com/cloudflare/circl/sign/internal/dilithium/params=/tmp/go-build282983591/b382/_pkg_.a
2025-08-20T21:59:52.9071646Z [00:03:54.625]➜  packagefile github.com/cloudflare/circl/math/mlsbset=/tmp/go-build282983591/b391/_pkg_.a
2025-08-20T21:59:52.9071921Z [00:03:54.625]➜  packagefile github.com/gin-gonic/gin=/tmp/go-build282983591/b937/_pkg_.a
2025-08-20T21:59:52.9072271Z [00:03:54.625]➜  packagefile github.com/tim-ywliu/nested-logrus-formatter=/tmp/go-build282983591/b965/_pkg_.a
2025-08-20T21:59:52.9072619Z [00:03:54.625]➜  packagefile github.com/hashicorp/go-uuid=/tmp/go-build282983591/b974/_pkg_.a
2025-08-20T21:59:52.9072970Z [00:03:54.625]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/common=/tmp/go-build282983591/b978/_pkg_.a
2025-08-20T21:59:52.9073322Z [00:03:54.625]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/rfc3961=/tmp/go-build282983591/b980/_pkg_.a
2025-08-20T21:59:52.9073667Z [00:03:54.625]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/rfc3962=/tmp/go-build282983591/b981/_pkg_.a
2025-08-20T21:59:52.9074017Z [00:03:54.625]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/rfc4757=/tmp/go-build282983591/b984/_pkg_.a
2025-08-20T21:59:52.9074358Z [00:03:54.625]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/rfc8009=/tmp/go-build282983591/b986/_pkg_.a
2025-08-20T21:59:52.9074775Z [00:03:54.625]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/chksumtype=/tmp/go-build282983591/b987/_pkg_.a
2025-08-20T21:59:52.9075115Z [00:03:54.625]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/addrtype=/tmp/go-build282983591/b992/_pkg_.a
2025-08-20T21:59:52.9075441Z [00:03:54.625]➜  packagefile github.com/jcmturner/rpc/v2/mstypes=/tmp/go-build282983591/b1003/_pkg_.a
2025-08-20T21:59:52.9075735Z [00:03:54.625]➜  packagefile github.com/jcmturner/rpc/v2/ndr=/tmp/go-build282983591/b1004/_pkg_.a
2025-08-20T21:59:52.9076301Z [00:03:54.625]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/crypto=/tmp/go-build282983591/b1022/_pkg_.a
2025-08-20T21:59:52.9076853Z [00:03:54.625]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/utils=/tmp/go-build282983591/b1025/_pkg_.a
2025-08-20T21:59:52.9077165Z [00:03:54.625]➜  packagefile github.com/go-pg/pg/internal/iszero=/tmp/go-build282983591/b1047/_pkg_.a
2025-08-20T21:59:52.9077470Z [00:03:54.625]➜  packagefile github.com/go-pg/pg/internal/parser=/tmp/go-build282983591/b1049/_pkg_.a
2025-08-20T21:59:52.9077802Z [00:03:54.625]➜  packagefile github.com/go-pg/pg/internal/struct_filter=/tmp/go-build282983591/b1050/_pkg_.a
2025-08-20T21:59:52.9078099Z [00:03:54.625]➜  packagefile github.com/go-pg/pg/internal/tag=/tmp/go-build282983591/b1051/_pkg_.a
2025-08-20T21:59:52.9078392Z [00:03:54.625]➜  packagefile github.com/jinzhu/inflection=/tmp/go-build282983591/b1052/_pkg_.a
2025-08-20T21:59:52.9078649Z [00:03:54.625]➜  packagefile github.com/lib/pq/oid=/tmp/go-build282983591/b1057/_pkg_.a
2025-08-20T21:59:52.9078917Z [00:03:54.625]➜  packagefile github.com/lib/pq/scram=/tmp/go-build282983591/b1058/_pkg_.a
2025-08-20T21:59:52.9079370Z [00:03:54.625]➜  packagefile github.com/projectdiscovery/go-smb2/internal/utf16le=/tmp/go-build282983591/b1087/_pkg_.a
2025-08-20T21:59:52.9079658Z [00:03:54.625]➜  packagefile github.com/geoffgarside/ber=/tmp/go-build282983591/b1091/_pkg_.a
2025-08-20T21:59:52.9080194Z [00:03:54.625]➜  packagefile github.com/zeebo/blake3/internal/alg/compress/compress_pure=/tmp/go-build282983591/b601/_pkg_.a
2025-08-20T21:59:52.9080623Z [00:03:54.625]➜  packagefile github.com/zeebo/blake3/internal/alg/compress/compress_sse41=/tmp/go-build282983591/b603/_pkg_.a
2025-08-20T21:59:52.9081067Z [00:03:54.625]➜  packagefile github.com/zeebo/blake3/internal/alg/hash/hash_avx2=/tmp/go-build282983591/b605/_pkg_.a
2025-08-20T21:59:52.9081445Z [00:03:54.625]➜  packagefile github.com/zeebo/blake3/internal/alg/hash/hash_pure=/tmp/go-build282983591/b606/_pkg_.a
2025-08-20T21:59:52.9081800Z [00:03:54.625]➜  packagefile github.com/bytedance/sonic/loader/internal/abi=/tmp/go-build282983591/b640/_pkg_.a
2025-08-20T21:59:52.9082158Z [00:03:54.625]➜  packagefile github.com/bytedance/sonic/loader/internal/rt=/tmp/go-build282983591/b643/_pkg_.a
2025-08-20T21:59:52.9082508Z [00:03:54.625]➜  packagefile github.com/twitchyliquid64/golang-asm/asm/arch=/tmp/go-build282983591/b657/_pkg_.a
2025-08-20T21:59:52.9082859Z [00:03:54.625]➜  packagefile github.com/twitchyliquid64/golang-asm/objabi=/tmp/go-build282983591/b661/_pkg_.a
2025-08-20T21:59:52.9083187Z [00:03:54.625]➜  packagefile github.com/twitchyliquid64/golang-asm/bio=/tmp/go-build282983591/b659/_pkg_.a
2025-08-20T21:59:52.9083592Z [00:03:54.625]➜  packagefile github.com/twitchyliquid64/golang-asm/dwarf=/tmp/go-build282983591/b660/_pkg_.a
2025-08-20T21:59:52.9083933Z [00:03:54.625]➜  packagefile github.com/twitchyliquid64/golang-asm/goobj=/tmp/go-build282983591/b662/_pkg_.a
2025-08-20T21:59:52.9084268Z [00:03:54.625]➜  packagefile github.com/twitchyliquid64/golang-asm/src=/tmp/go-build282983591/b664/_pkg_.a
2025-08-20T21:59:52.9084594Z [00:03:54.625]➜  packagefile github.com/twitchyliquid64/golang-asm/sys=/tmp/go-build282983591/b665/_pkg_.a
2025-08-20T21:59:52.9084987Z [00:03:54.625]➜  packagefile github.com/cloudflare/circl/pke/kyber/internal/common=/tmp/go-build282983591/b366/_pkg_.a
2025-08-20T21:59:52.9085317Z [00:03:54.625]➜  packagefile github.com/gin-contrib/sse=/tmp/go-build282983591/b938/_pkg_.a
2025-08-20T21:59:52.9085612Z [00:03:54.625]➜  packagefile github.com/gin-gonic/gin/binding=/tmp/go-build282983591/b939/_pkg_.a
2025-08-20T21:59:52.9085951Z [00:03:54.625]➜  packagefile github.com/gin-gonic/gin/internal/bytesconv=/tmp/go-build282983591/b940/_pkg_.a
2025-08-20T21:59:52.9086275Z [00:03:54.625]➜  packagefile github.com/gin-gonic/gin/internal/json=/tmp/go-build282983591/b941/_pkg_.a
2025-08-20T21:59:52.9086567Z [00:03:54.625]➜  packagefile github.com/gin-gonic/gin/render=/tmp/go-build282983591/b962/_pkg_.a
2025-08-20T21:59:52.9086855Z [00:03:54.625]➜  packagefile github.com/jcmturner/aescts/v2=/tmp/go-build282983591/b982/_pkg_.a
2025-08-20T21:59:52.9087208Z [00:03:54.625]➜  packagefile github.com/jcmturner/gofork/x/crypto/pbkdf2=/tmp/go-build282983591/b983/_pkg_.a
2025-08-20T21:59:52.9087596Z [00:03:54.625]➜  packagefile github.com/bytedance/sonic/loader/internal/iasm/x86_64=/tmp/go-build282983591/b641/_pkg_.a
2025-08-20T21:59:52.9087950Z [00:03:54.625]➜  packagefile github.com/twitchyliquid64/golang-asm/obj/arm=/tmp/go-build282983591/b666/_pkg_.a
2025-08-20T21:59:52.9088305Z [00:03:54.625]➜  packagefile github.com/twitchyliquid64/golang-asm/obj/arm64=/tmp/go-build282983591/b667/_pkg_.a
2025-08-20T21:59:52.9088667Z [00:03:54.625]➜  packagefile github.com/twitchyliquid64/golang-asm/obj/mips=/tmp/go-build282983591/b668/_pkg_.a
2025-08-20T21:59:52.9089019Z [00:03:54.625]➜  packagefile github.com/twitchyliquid64/golang-asm/obj/ppc64=/tmp/go-build282983591/b669/_pkg_.a
2025-08-20T21:59:52.9089373Z [00:03:54.625]➜  packagefile github.com/twitchyliquid64/golang-asm/obj/riscv=/tmp/go-build282983591/b670/_pkg_.a
2025-08-20T21:59:52.9089929Z [00:03:54.625]➜  packagefile github.com/twitchyliquid64/golang-asm/obj/s390x=/tmp/go-build282983591/b671/_pkg_.a
2025-08-20T21:59:52.9090294Z [00:03:54.625]➜  packagefile github.com/twitchyliquid64/golang-asm/obj/wasm=/tmp/go-build282983591/b672/_pkg_.a
2025-08-20T21:59:52.9090668Z [00:03:54.625]➜  packagefile github.com/twitchyliquid64/golang-asm/unsafeheader=/tmp/go-build282983591/b663/_pkg_.a
2025-08-20T21:59:52.9091093Z [00:03:54.625]➜  packagefile github.com/cloudflare/circl/pke/kyber/internal/common/params=/tmp/go-build282983591/b367/_pkg_.a
2025-08-20T21:59:52.9091389Z [00:03:54.625]➜  packagefile github.com/pelletier/go-toml/v2=/tmp/go-build282983591/b942/_pkg_.a
2025-08-20T21:59:52.9091730Z [00:03:54.625]➜  packagefile github.com/ugorji/go/codec=/tmp/go-build282983591/b947/_pkg_.a
2025-08-20T21:59:52.9092021Z [00:03:54.625]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build282983591/b949/_pkg_.a
2025-08-20T21:59:52.9092404Z [00:03:54.625]➜  packagefile github.com/bytedance/sonic/loader/internal/iasm/expr=/tmp/go-build282983591/b642/_pkg_.a
2025-08-20T21:59:52.9092776Z [00:03:54.625]➜  packagefile github.com/pelletier/go-toml/v2/internal/characters=/tmp/go-build282983591/b943/_pkg_.a
2025-08-20T21:59:52.9093126Z [00:03:54.625]➜  packagefile github.com/pelletier/go-toml/v2/internal/danger=/tmp/go-build282983591/b944/_pkg_.a
2025-08-20T21:59:52.9093480Z [00:03:54.625]➜  packagefile github.com/pelletier/go-toml/v2/internal/tracker=/tmp/go-build282983591/b945/_pkg_.a
2025-08-20T21:59:52.9093862Z [00:03:54.625]➜  packagefile github.com/pelletier/go-toml/v2/unstable=/tmp/go-build282983591/b946/_pkg_.a
2025-08-20T21:59:52.9094078Z [00:03:54.625]➜  packagefile net/rpc=/tmp/go-build282983591/b948/_pkg_.a
2025-08-20T21:59:52.9094430Z [00:03:54.625]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build282983591/b950/_pkg_.a
2025-08-20T21:59:52.9094821Z [00:03:54.625]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build282983591/b953/_pkg_.a
2025-08-20T21:59:52.9095162Z [00:03:54.625]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build282983591/b951/_pkg_.a
2025-08-20T21:59:52.9095487Z [00:03:54.625]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build282983591/b956/_pkg_.a
2025-08-20T21:59:52.9095963Z [00:03:54.625]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build282983591/b957/_pkg_.a
2025-08-20T21:59:52.9096284Z [00:03:54.625]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build282983591/b958/_pkg_.a
2025-08-20T21:59:52.9096625Z [00:03:54.625]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build282983591/b955/_pkg_.a
2025-08-20T21:59:52.9096949Z [00:03:54.625]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build282983591/b959/_pkg_.a
2025-08-20T21:59:52.9097311Z [00:03:54.626]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build282983591/b954/_pkg_.a
2025-08-20T21:59:52.9097668Z [00:03:54.626]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build282983591/b960/_pkg_.a
2025-08-20T21:59:52.9098021Z [00:03:54.626]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build282983591/b961/_pkg_.a
2025-08-20T21:59:52.9098357Z [00:03:54.626]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build282983591/b952/_pkg_.a
2025-08-20T21:59:52.9230500Z [00:03:54.626]➜  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/bytedance/sonic/loader\tv0.3.0\th1:dskwH8edlzNMctoruo8FPTJDF3vLtDT0sXZwvZJyqeA=\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/cloudwego/base64x\tv0.1.5\th1:XPciSp1xaq2VCSt6lF0phncD4koWyULpl5bUxbfCyP4=\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/twitchyliquid64/golang-asm\tv0.15.1\th1:SU5vSMR7hnwNxj24w34ZyCi/FmDZTkS4MhqMhdFk5YI=\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=amd64\nbuild\tGOOS=linux\nbuild\tGOAMD64=v1\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:59:52.9231410Z [00:03:54.626]➜  EOF
2025-08-20T21:59:52.9231565Z [00:03:54.626]➜  mkdir -p $WORK/b001/exe/
2025-08-20T21:59:52.9231664Z [00:03:54.626]➜  cd .
2025-08-20T21:59:52.9233448Z [00:03:54.626]➜  GOROOT='' /root/.go/pkg/tool/linux_amd64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -X=runtime.godebugDefault=containermaxprocs=0,decoratemappings=0,tlssha1=1,updatemaxprocs=0,x509sha256skid=0 -buildmode=pie -buildid=dG0a6mjg0PQOUuZEggRw/iOY7MNWwwkof0dnSvAC0/OxKVjfYSLlK6NR_9pe_B/dG0a6mjg0PQOUuZEggRw -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T22:00:12.8113360Z [00:04:14.637]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T22:00:12.9031696Z [00:04:14.728]➜  mkdir -p /build-bins/
2025-08-20T22:00:12.9035662Z [00:04:14.729]➜  cp $WORK/b001/exe/a.out /build-bins/nuclei
2025-08-20T22:00:12.9864311Z [00:04:14.812]➜  rm -rf $WORK/b001/
2025-08-20T22:00:13.5611931Z [00:04:15.386]➜  '/tmp/tmp.uU6nIRp2JA/TEMPREPO/LICENSE.md' -> '/build-bins/LICENSE'
2025-08-20T22:00:13.6022785Z [00:04:15.427]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T22:00:13.8769595Z [00:04:15.702]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T22:00:13.8772600Z [00:04:15.703]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T22:00:13.9095766Z [00:04:15.735]➜  copy from `/build-bins/nuclei' [elf64-x86-64] to `/build-bins/stfjoCIC' [elf64-x86-64]
2025-08-20T22:00:14.2161803Z [00:04:16.041]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T22:00:14.2192624Z [00:04:16.045]➜  
2025-08-20T22:00:14.2209526Z [00:04:16.046]➜  /build-bins/nuclei
2025-08-20T22:00:14.2255928Z [00:04:16.051]➜  There are 24 section headers, starting at offset 0x6aa4fb8:
2025-08-20T22:00:14.2258850Z [00:04:16.051]➜  
2025-08-20T22:00:14.2259309Z [00:04:16.051]➜  Section Headers:
2025-08-20T22:00:14.2260139Z [00:04:16.051]➜    [Nr] Name              Type             Address           Offset
2025-08-20T22:00:14.2261231Z [00:04:16.051]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T22:00:14.2262273Z [00:04:16.051]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T22:00:14.2263124Z [00:04:16.051]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T22:00:14.2264069Z [00:04:16.051]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000238  00000238
2025-08-20T22:00:14.2264811Z [00:04:16.051]➜         000000000000005c  0000000000000000   A       2     0     8
2025-08-20T22:00:14.2265260Z [00:04:16.051]➜    [ 2] .dynsym           DYNSYM           0000000000000298  00000298
2025-08-20T22:00:14.2265690Z [00:04:16.051]➜         0000000000000138  0000000000000018   A       3     1     8
2025-08-20T22:00:14.2266281Z [00:04:16.051]➜    [ 3] .dynstr           STRTAB           00000000000003d0  000003d0
2025-08-20T22:00:14.2266708Z [00:04:16.051]➜         00000000000000d8  0000000000000000   A       0     0     1
2025-08-20T22:00:14.2267140Z [00:04:16.051]➜    [ 4] .rela.dyn         RELA             00000000000004a8  000004a8
2025-08-20T22:00:14.2267564Z [00:04:16.051]➜         0000000000ad6fe8  0000000000000018   A       2     0     8
2025-08-20T22:00:14.2267988Z [00:04:16.051]➜    [ 5] .init             PROGBITS         0000000000ad8000  00ad8000
2025-08-20T22:00:14.2268407Z [00:04:16.051]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T22:00:14.2269011Z [00:04:16.051]➜    [ 6] .text             PROGBITS         0000000000ad8040  00ad8040
2025-08-20T22:00:14.2269456Z [00:04:16.051]➜         000000000298b01b  0000000000000000  AX       0     0     64
2025-08-20T22:00:14.2270084Z [00:04:16.051]➜    [ 7] .fini             PROGBITS         000000000346305b  0346305b
2025-08-20T22:00:14.2270526Z [00:04:16.051]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T22:00:14.2270963Z [00:04:16.051]➜    [ 8] .rodata           PROGBITS         0000000003464000  03464000
2025-08-20T22:00:14.2271412Z [00:04:16.051]➜         0000000000ebe10c  0000000000000000   A       0     0     64
2025-08-20T22:00:14.2271848Z [00:04:16.051]➜    [ 9] .eh_frame_hdr     PROGBITS         000000000432210c  0432210c
2025-08-20T22:00:14.2272266Z [00:04:16.051]➜         000000000000431c  0000000000000000   A       0     0     4
2025-08-20T22:00:14.2272684Z [00:04:16.051]➜    [10] .eh_frame         PROGBITS         0000000004326428  04326428
2025-08-20T22:00:14.2273220Z [00:04:16.051]➜         000000000001aed4  0000000000000000   A       0     0     8
2025-08-20T22:00:14.2273659Z [00:04:16.051]➜    [11] .tbss             NOBITS           00000000043427f0  043417f0
2025-08-20T22:00:14.2274068Z [00:04:16.051]➜         0000000000000008  0000000000000000 WAT       0     0     8
2025-08-20T22:00:14.2274502Z [00:04:16.051]➜    [12] .init_array       INIT_ARRAY       00000000043427f0  043417f0
2025-08-20T22:00:14.2274936Z [00:04:16.051]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:00:14.2275444Z [00:04:16.051]➜    [13] .fini_array       FINI_ARRAY       00000000043427f8  043417f8
2025-08-20T22:00:14.2275865Z [00:04:16.051]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:00:14.2276290Z [00:04:16.051]➜    [14] .data.rel.ro      PROGBITS         0000000004342800  04341800
2025-08-20T22:00:14.2276808Z [00:04:16.051]➜         000000000224b650  0000000000000000  WA       0     0     32
2025-08-20T22:00:14.2277297Z [00:04:16.051]➜    [15] .dynamic          DYNAMIC          000000000658de50  0658ce50
2025-08-20T22:00:14.2277714Z [00:04:16.051]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T22:00:14.2278122Z [00:04:16.051]➜    [16] .got              PROGBITS         000000000658dfc0  0658cfc0
2025-08-20T22:00:14.2278565Z [00:04:16.051]➜         0000000000000038  0000000000000008  WA       0     0     8
2025-08-20T22:00:14.2278974Z [00:04:16.051]➜    [17] .data             PROGBITS         000000000658e000  0658d000
2025-08-20T22:00:14.2279576Z [00:04:16.051]➜         0000000000145370  0000000000000000  WA       0     0     32
2025-08-20T22:00:14.2280433Z [00:04:16.051]➜    [18] .go.buildinfo     PROGBITS         00000000066d3370  066d2370
2025-08-20T22:00:14.2280886Z [00:04:16.052]➜         0000000000007ab0  0000000000000000  WA       0     0     16
2025-08-20T22:00:14.2281322Z [00:04:16.052]➜    [19] .go.fipsinfo      PROGBITS         00000000066dae20  066d9e20
2025-08-20T22:00:14.2281759Z [00:04:16.052]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T22:00:14.2282198Z [00:04:16.052]➜    [20] .noptrdata        PROGBITS         00000000066daea0  066d9ea0
2025-08-20T22:00:14.2282632Z [00:04:16.052]➜         00000000003cb041  0000000000000000  WA       0     0     32
2025-08-20T22:00:14.2283144Z [00:04:16.052]➜    [21] .bss              NOBITS           0000000006aa5f00  06aa4ee1
2025-08-20T22:00:14.2283552Z [00:04:16.052]➜         0000000000050c20  0000000000000000  WA       0     0     32
2025-08-20T22:00:14.2283985Z [00:04:16.052]➜    [22] .noptrbss         NOBITS           0000000006af6b20  06aa4ee1
2025-08-20T22:00:14.2284408Z [00:04:16.052]➜         0000000000040440  0000000000000000  WA       0     0     32
2025-08-20T22:00:14.2284836Z [00:04:16.052]➜    [23] .shstrtab         STRTAB           0000000000000000  06aa4ee1
2025-08-20T22:00:14.2285258Z [00:04:16.052]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T22:00:14.2285729Z [00:04:16.052]➜  Key to Flags:
2025-08-20T22:00:14.2286756Z [00:04:16.052]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T22:00:14.2287502Z [00:04:16.052]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T22:00:14.2287981Z [00:04:16.052]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T22:00:14.2288391Z [00:04:16.052]➜    D (mbind), l (large), p (processor specific)
2025-08-20T22:00:14.2288701Z [00:04:16.054]➜  
2025-08-20T22:00:14.2303510Z [00:04:16.056]➜  /build-bins/LICENSE
2025-08-20T22:00:14.2318695Z [00:04:16.057]➜  + file /build-bins/LICENSE /build-bins/nuclei
2025-08-20T22:00:14.2526320Z [00:04:16.078]➜  /build-bins/LICENSE: ASCII text
2025-08-20T22:00:14.2567240Z [00:04:16.082]➜  /build-bins/nuclei:  ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T22:00:14.2576436Z [00:04:16.083]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/nuclei
2025-08-20T22:00:14.2597703Z [00:04:16.085]➜  /build-bins/LICENSE:         1079 Bytes
2025-08-20T22:00:14.2598277Z [00:04:16.085]➜  /build-bins/nuclei:         111826360 Bytes
2025-08-20T22:00:14.2601203Z [00:04:16.085]➜  + du /build-bins/LICENSE /build-bins/nuclei --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T22:00:14.2615075Z [00:04:16.087]➜  1.1K	2025-08-20 22:00:13.559200761 +0000	/build-bins/LICENSE
2025-08-20T22:00:14.2615557Z [00:04:16.087]➜  107M	2025-08-20 22:00:14.126206113 +0000	/build-bins/nuclei
2025-08-20T22:00:14.2618155Z [00:04:16.087]➜  + popd
2025-08-20T22:00:14.4666919Z [00:04:16.292]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T22:00:14.7120890Z [00:04:16.537]➜  + '[' -s /tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T22:00:14.7122087Z [00:04:16.537]➜  + cp -fv /tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T22:00:14.7158440Z [00:04:16.541]➜  '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T22:00:14.7164553Z [00:04:16.542]➜  + find /tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:00:14.7166533Z [00:04:16.542]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:00:14.7174220Z [00:04:16.542]➜  + cut -d: -f1
2025-08-20T22:00:14.7174804Z [00:04:16.542]➜  + xargs realpath --no-symlinks
2025-08-20T22:00:14.7175721Z [00:04:16.542]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR
2025-08-20T22:00:14.9139561Z [00:04:16.739]➜  sending incremental file list
2025-08-20T22:00:14.9320056Z [00:04:16.757]➜  nuclei
2025-08-20T22:00:15.1012897Z [00:04:16.926]➜  
2025-08-20T22:00:15.1013551Z [00:04:16.926]➜  sent 111.85M bytes  received 35 bytes  74.57M bytes/sec
2025-08-20T22:00:15.1014147Z [00:04:16.927]➜  total size is 111.83M  speedup is 1.00
2025-08-20T22:00:15.1027115Z [00:04:16.928]➜  
2025-08-20T22:00:17.4503413Z [00:04:19.276]➜  
2025-08-20T22:00:17.4611685Z [00:04:19.286]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/Dockerfile.goreleaser' from root:root to runner:runner
2025-08-20T22:00:17.4613620Z [00:04:19.286]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/examples/advanced/advanced.go' from root:root to runner:runner
2025-08-20T22:00:17.4614959Z [00:04:19.286]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/examples/advanced' from root:root to runner:runner
2025-08-20T22:00:17.4616501Z [00:04:19.286]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/examples/simple/simple.go' from root:root to runner:runner
2025-08-20T22:00:17.4618309Z [00:04:19.286]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/examples/simple' from root:root to runner:runner
2025-08-20T22:00:17.4619601Z [00:04:19.286]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/examples/with_speed_control/main.go' from root:root to runner:runner
2025-08-20T22:00:17.4621332Z [00:04:19.286]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/examples/with_speed_control' from root:root to runner:runner
2025-08-20T22:00:17.4622673Z [00:04:19.286]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/examples' from root:root to runner:runner
2025-08-20T22:00:17.4625012Z [00:04:19.286]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T22:00:17.4626282Z [00:04:19.286]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/README_CN.md' from root:root to runner:runner
2025-08-20T22:00:17.4627550Z [00:04:19.286]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/colorizer/colorizer.go' from root:root to runner:runner
2025-08-20T22:00:17.4628837Z [00:04:19.286]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/colorizer' from root:root to runner:runner
2025-08-20T22:00:17.4631231Z [00:04:19.286]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/server/requests_worker.go' from root:root to runner:runner
2025-08-20T22:00:17.4633007Z [00:04:19.286]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/server/dedupe.go' from root:root to runner:runner
2025-08-20T22:00:17.4634450Z [00:04:19.286]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/server/scope/extensions.go' from root:root to runner:runner
2025-08-20T22:00:17.4636659Z [00:04:19.286]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/server/scope/scope_test.go' from root:root to runner:runner
2025-08-20T22:00:17.4638471Z [00:04:19.287]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/server/scope/scope.go' from root:root to runner:runner
2025-08-20T22:00:17.4639767Z [00:04:19.287]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/server/scope' from root:root to runner:runner
2025-08-20T22:00:17.4641305Z [00:04:19.287]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/server/nuclei_sdk.go' from root:root to runner:runner
2025-08-20T22:00:17.4643729Z [00:04:19.287]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/server/templates/index.html' from root:root to runner:runner
2025-08-20T22:00:17.4645196Z [00:04:19.287]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/server/templates' from root:root to runner:runner
2025-08-20T22:00:17.4646468Z [00:04:19.287]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/server/server.go' from root:root to runner:runner
2025-08-20T22:00:17.4648174Z [00:04:19.287]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/server' from root:root to runner:runner
2025-08-20T22:00:17.4650357Z [00:04:19.287]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/pdcp/writer.go' from root:root to runner:runner
2025-08-20T22:00:17.4651638Z [00:04:19.287]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/pdcp/utils.go' from root:root to runner:runner
2025-08-20T22:00:17.4653303Z [00:04:19.287]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/pdcp' from root:root to runner:runner
2025-08-20T22:00:17.4655419Z [00:04:19.287]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/runner/proxy.go' from root:root to runner:runner
2025-08-20T22:00:17.4656717Z [00:04:19.287]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/runner/templates.go' from root:root to runner:runner
2025-08-20T22:00:17.4658039Z [00:04:19.287]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/runner/options_test.go' from root:root to runner:runner
2025-08-20T22:00:17.4660335Z [00:04:19.287]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/runner/lazy.go' from root:root to runner:runner
2025-08-20T22:00:17.4662049Z [00:04:19.287]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/runner/options.go' from root:root to runner:runner
2025-08-20T22:00:17.4663332Z [00:04:19.287]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/runner/inputs.go' from root:root to runner:runner
2025-08-20T22:00:17.4665027Z [00:04:19.287]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/runner/healthcheck.go' from root:root to runner:runner
2025-08-20T22:00:17.4667223Z [00:04:19.287]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/runner/runner_test.go' from root:root to runner:runner
2025-08-20T22:00:17.4668531Z [00:04:19.287]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/runner/runner.go' from root:root to runner:runner
2025-08-20T22:00:17.4670324Z [00:04:19.287]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/runner/banner.go' from root:root to runner:runner
2025-08-20T22:00:17.4671999Z [00:04:19.287]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/runner' from root:root to runner:runner
2025-08-20T22:00:17.4673275Z [00:04:19.287]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/httpapi/apiendpoint.go' from root:root to runner:runner
2025-08-20T22:00:17.4674538Z [00:04:19.287]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/httpapi' from root:root to runner:runner
2025-08-20T22:00:17.4676007Z [00:04:19.287]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal' from root:root to runner:runner
2025-08-20T22:00:17.4677378Z [00:04:19.287]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/Dockerfile' from root:root to runner:runner
2025-08-20T22:00:17.4678543Z [00:04:19.287]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/THANKS.md' from root:root to runner:runner
2025-08-20T22:00:17.4679714Z [00:04:19.287]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/README_ID.md' from root:root to runner:runner
2025-08-20T22:00:17.4681309Z [00:04:19.287]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/README_ES.md' from root:root to runner:runner
2025-08-20T22:00:17.4683163Z [00:04:19.287]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/DEBUG.md' from root:root to runner:runner
2025-08-20T22:00:17.4684305Z [00:04:19.287]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T22:00:17.4685474Z [00:04:19.287]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/helm/values.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4686670Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/helm/Chart.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4688816Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/helm/templates/interactsh-service.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4690392Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/helm/templates/interactsh-ingress.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4691780Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/helm/templates/nuclei-configmap.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4693793Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/helm/templates/interactsh-deployment.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4695532Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/helm/templates/_helpers.tpl' from root:root to runner:runner
2025-08-20T22:00:17.4696813Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/helm/templates/hpa.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4698532Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/helm/templates/nuclei-cron.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4700410Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/helm/templates/NOTES.txt' from root:root to runner:runner
2025-08-20T22:00:17.4701786Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/helm/templates/serviceaccount.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4703304Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/helm/templates' from root:root to runner:runner
2025-08-20T22:00:17.4704990Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/helm' from root:root to runner:runner
2025-08-20T22:00:17.4706222Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/gh_retry.sh' from root:root to runner:runner
2025-08-20T22:00:17.4707434Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/SYNTAX-REFERENCE.md' from root:root to runner:runner
2025-08-20T22:00:17.4709363Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/nuclei-jsonschema.json' from root:root to runner:runner
2025-08-20T22:00:17.4711257Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.run/IntegrationTests.run.xml' from root:root to runner:runner
2025-08-20T22:00:17.4712529Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.run/UnitTests.run.xml' from root:root to runner:runner
2025-08-20T22:00:17.4713794Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.run/DSLFunctionsIT.run.xml' from root:root to runner:runner
2025-08-20T22:00:17.4715688Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.run/RegressionTests.run.xml' from root:root to runner:runner
2025-08-20T22:00:17.4717563Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.run' from root:root to runner:runner
2025-08-20T22:00:17.4718724Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/LICENSE.md' from root:root to runner:runner
2025-08-20T22:00:17.4720080Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/README_JP.md' from root:root to runner:runner
2025-08-20T22:00:17.4721452Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/generate-checksum/main.go' from root:root to runner:runner
2025-08-20T22:00:17.4723626Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/generate-checksum' from root:root to runner:runner
2025-08-20T22:00:17.4725795Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei/srv.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4727137Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei/main_benchmark_test.go' from root:root to runner:runner
2025-08-20T22:00:17.4728732Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei/main.go' from root:root to runner:runner
2025-08-20T22:00:17.4730882Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei/issue-tracker-config.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4732475Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei/testdata/benchmark/multiproto/basic-template-multiproto.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4734215Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei/testdata/benchmark/multiproto/basic-template-multiproto-raw.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4736399Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei/testdata/benchmark/multiproto/basic-template-multiproto-mixed.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4739134Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei/testdata/benchmark/multiproto' from root:root to runner:runner
2025-08-20T22:00:17.4741479Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei/testdata/benchmark' from root:root to runner:runner
2025-08-20T22:00:17.4742885Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei/testdata' from root:root to runner:runner
2025-08-20T22:00:17.4744771Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei' from root:root to runner:runner
2025-08-20T22:00:17.4746397Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/scan-charts/main.go' from root:root to runner:runner
2025-08-20T22:00:17.4747631Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/scan-charts' from root:root to runner:runner
2025-08-20T22:00:17.4748909Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/tools/fuzzplayground/main.go' from root:root to runner:runner
2025-08-20T22:00:17.4751129Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/tools/fuzzplayground' from root:root to runner:runner
2025-08-20T22:00:17.4752564Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/tools/signer/main.go' from root:root to runner:runner
2025-08-20T22:00:17.4753801Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/tools/signer' from root:root to runner:runner
2025-08-20T22:00:17.4755126Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/tools' from root:root to runner:runner
2025-08-20T22:00:17.4756373Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/ssl.go' from root:root to runner:runner
2025-08-20T22:00:17.4758369Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/fuzz.go' from root:root to runner:runner
2025-08-20T22:00:17.4760454Z [00:04:19.288]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/multi.go' from root:root to runner:runner
2025-08-20T22:00:17.4761842Z [00:04:19.289]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/integration-test.go' from root:root to runner:runner
2025-08-20T22:00:17.4763227Z [00:04:19.289]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/whois.go' from root:root to runner:runner
2025-08-20T22:00:17.4765183Z [00:04:19.289]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/workflow.go' from root:root to runner:runner
2025-08-20T22:00:17.4767193Z [00:04:19.289]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/matcher-status.go' from root:root to runner:runner
2025-08-20T22:00:17.4768638Z [00:04:19.289]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/template-path.go' from root:root to runner:runner
2025-08-20T22:00:17.4770469Z [00:04:19.289]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/dns.go' from root:root to runner:runner
2025-08-20T22:00:17.4772014Z [00:04:19.289]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/websocket.go' from root:root to runner:runner
2025-08-20T22:00:17.4774353Z [00:04:19.289]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/loader.go' from root:root to runner:runner
2025-08-20T22:00:17.4775745Z [00:04:19.289]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/interactsh.go' from root:root to runner:runner
2025-08-20T22:00:17.4777104Z [00:04:19.289]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/network.go' from root:root to runner:runner
2025-08-20T22:00:17.4779280Z [00:04:19.289]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/dsl.go' from root:root to runner:runner
2025-08-20T22:00:17.4780976Z [00:04:19.289]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/flow.go' from root:root to runner:runner
2025-08-20T22:00:17.4782309Z [00:04:19.289]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/javascript.go' from root:root to runner:runner
2025-08-20T22:00:17.4783641Z [00:04:19.289]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/library.go' from root:root to runner:runner
2025-08-20T22:00:17.4786198Z [00:04:19.289]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/template-dir.go' from root:root to runner:runner
2025-08-20T22:00:17.4787681Z [00:04:19.289]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/code.go' from root:root to runner:runner
2025-08-20T22:00:17.4788973Z [00:04:19.289]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/file.go' from root:root to runner:runner
2025-08-20T22:00:17.4790474Z [00:04:19.289]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/generic.go' from root:root to runner:runner
2025-08-20T22:00:17.4792997Z [00:04:19.289]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/headless.go' from root:root to runner:runner
2025-08-20T22:00:17.4794366Z [00:04:19.289]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/custom-dir.go' from root:root to runner:runner
2025-08-20T22:00:17.4795719Z [00:04:19.289]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/offline-http.go' from root:root to runner:runner
2025-08-20T22:00:17.4797163Z [00:04:19.289]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/profile-loader.go' from root:root to runner:runner
2025-08-20T22:00:17.4799524Z [00:04:19.289]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/http.go' from root:root to runner:runner
2025-08-20T22:00:17.4801048Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test' from root:root to runner:runner
2025-08-20T22:00:17.4802389Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/docgen/docgen.go' from root:root to runner:runner
2025-08-20T22:00:17.4803594Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/docgen' from root:root to runner:runner
2025-08-20T22:00:17.4805885Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/memogen/memogen.go' from root:root to runner:runner
2025-08-20T22:00:17.4807203Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/memogen/function.tpl' from root:root to runner:runner
2025-08-20T22:00:17.4808424Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/memogen' from root:root to runner:runner
2025-08-20T22:00:17.4810196Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/functional-test/targets-150.txt' from root:root to runner:runner
2025-08-20T22:00:17.4812490Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/functional-test/targets.txt' from root:root to runner:runner
2025-08-20T22:00:17.4813865Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/functional-test/targets-250.txt' from root:root to runner:runner
2025-08-20T22:00:17.4815375Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/functional-test/targets-1000.txt' from root:root to runner:runner
2025-08-20T22:00:17.4817312Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/functional-test/run.sh' from root:root to runner:runner
2025-08-20T22:00:17.4819114Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/functional-test/testcases.txt' from root:root to runner:runner
2025-08-20T22:00:17.4820641Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/functional-test/main.go' from root:root to runner:runner
2025-08-20T22:00:17.4821994Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/functional-test' from root:root to runner:runner
2025-08-20T22:00:17.4824210Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/tmc/types.go' from root:root to runner:runner
2025-08-20T22:00:17.4825444Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/tmc/main.go' from root:root to runner:runner
2025-08-20T22:00:17.4826605Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/tmc' from root:root to runner:runner
2025-08-20T22:00:17.4827847Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd' from root:root to runner:runner
2025-08-20T22:00:17.4830134Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/Makefile' from root:root to runner:runner
2025-08-20T22:00:17.4831350Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/README_KR.md' from root:root to runner:runner
2025-08-20T22:00:17.4832604Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/go.sum' from root:root to runner:runner
2025-08-20T22:00:17.4834060Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/static/projectdiscovery-browse-results.gif' from root:root to runner:runner
2025-08-20T22:00:17.4836358Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/static/nuclei-template-example.png' from root:root to runner:runner
2025-08-20T22:00:17.4837704Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/static/Join-Discord.png' from root:root to runner:runner
2025-08-20T22:00:17.4839002Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/static/nuclei-flow.jpg' from root:root to runner:runner
2025-08-20T22:00:17.4841367Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/static/nuclei-getting-started.png' from root:root to runner:runner
2025-08-20T22:00:17.4843006Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/static/nuclei-write-your-first-template.png' from root:root to runner:runner
2025-08-20T22:00:17.4844412Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/static/nuclei-templates-teamcity.png' from root:root to runner:runner
2025-08-20T22:00:17.4846319Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/static/nuclei-cover.png' from root:root to runner:runner
2025-08-20T22:00:17.4848249Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/static/nuclei-templates-teamcity-example.png' from root:root to runner:runner
2025-08-20T22:00:17.4849651Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/static/regression-with-nuclei.jpg' from root:root to runner:runner
2025-08-20T22:00:17.4851406Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/static/regression-cycle.md' from root:root to runner:runner
2025-08-20T22:00:17.4853591Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/static/check-nuclei-documentation.png' from root:root to runner:runner
2025-08-20T22:00:17.4854937Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/static/nuclei-logo.png' from root:root to runner:runner
2025-08-20T22:00:17.4856236Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/static/learn-more-button.png' from root:root to runner:runner
2025-08-20T22:00:17.4858232Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/static/teamcity-example.png' from root:root to runner:runner
2025-08-20T22:00:17.4860145Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/static/nuclei-cover-image.png' from root:root to runner:runner
2025-08-20T22:00:17.4861386Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/static' from root:root to runner:runner
2025-08-20T22:00:17.4862604Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/go.mod' from root:root to runner:runner
2025-08-20T22:00:17.4864960Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/dsl/show-version-warning.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4866446Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/dsl/hide-version-warning.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4867786Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/dsl' from root:root to runner:runner
2025-08-20T22:00:17.4870312Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/multimatch-value-share-template.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4872268Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/match-1.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4873739Z [00:04:19.290]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/basic.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4876711Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/code-template-1.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4878355Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/http-value-share-template-1.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4880139Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/code-template-2.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4882743Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/http-value-share-template-2.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4884323Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/condition-matched.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4885835Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/dns-value-share-workflow.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4888453Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/multiprotocol-value-share-template.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4890394Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/dns-value-share-template-1.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4891959Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/dns-value-share-template-2.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4894554Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/http-3.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4896118Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/shared-cookie.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4897562Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/headless-1.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4900164Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/matcher-name.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4901931Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/nomatch-1.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4903525Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/match-3.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4905778Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/http-1.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4907311Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/multimatch-value-share-workflow.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4909373Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/match-2.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4911679Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/multiprotocol-value-share-workflow.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4913280Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/code-value-share-workflow.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4914953Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/dns-value-share-template-3.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4917267Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/http-value-share-workflow.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4918781Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/condition-unmatched.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4920394Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/http-2.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4922412Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/complex-conditions.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4924287Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow' from root:root to runner:runner
2025-08-20T22:00:17.4925752Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/profile-loader/basic.yml' from root:root to runner:runner
2025-08-20T22:00:17.4927116Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/profile-loader' from root:root to runner:runner
2025-08-20T22:00:17.4928846Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/subdomains.txt' from root:root to runner:runner
2025-08-20T22:00:17.4930968Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/loader/basic.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4932369Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/loader/template-list.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4933742Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/loader/get.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4935521Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/loader/condition-matched.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4937507Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/loader/excluded-template.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4939080Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/loader/get-headers.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4940750Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/loader/workflow-list.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4942401Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/loader' from root:root to runner:runner
2025-08-20T22:00:17.4944853Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/fuzz/fuzz-type.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4946257Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/fuzz/fuzz-path-sqli.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4947701Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/fuzz/fuzz-cookie-error-sqli.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4949332Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/fuzz/fuzz-query.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4951795Z [00:04:19.291]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/fuzz/fuzz-headless.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4953264Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/fuzz/fuzz-body-params-sqli.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4954731Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/fuzz/fuzz-body-generic-sqli.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4957208Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/fuzz/fuzz-multi-mode.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4958709Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/fuzz/fuzz-host-header-injection.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4960386Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/fuzz/fuzz-body-xml-sqli.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4961916Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/fuzz/fuzz-mode.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4964589Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/fuzz/fuzz-query-num-replace.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4966624Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/fuzz/fuzz-body-multipart-form-sqli.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4969095Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/fuzz/testData/ginandjuice.proxify.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4972213Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/fuzz/testData' from root:root to runner:runner
2025-08-20T22:00:17.4974796Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/fuzz/fuzz-body-json-sqli.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4977249Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/fuzz' from root:root to runner:runner
2025-08-20T22:00:17.4978613Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/run.sh' from root:root to runner:runner
2025-08-20T22:00:17.4980173Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/library/test.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4981556Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/library/test.json' from root:root to runner:runner
2025-08-20T22:00:17.4982860Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/library' from root:root to runner:runner
2025-08-20T22:00:17.4984338Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/test-issue-tracker-config2.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4985816Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/test-issue-tracker-config1.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4987179Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/debug.sh' from root:root to runner:runner
2025-08-20T22:00:17.4988651Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/generic/auth/certificate/http-get.yaml' from root:root to runner:runner
2025-08-20T22:00:17.4990378Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/generic/auth/certificate/assets/client.crt' from root:root to runner:runner
2025-08-20T22:00:17.4991945Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/generic/auth/certificate/assets/server.crt' from root:root to runner:runner
2025-08-20T22:00:17.4993497Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/generic/auth/certificate/assets/client.key' from root:root to runner:runner
2025-08-20T22:00:17.4994996Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/generic/auth/certificate/assets' from root:root to runner:runner
2025-08-20T22:00:17.4996428Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/generic/auth/certificate' from root:root to runner:runner
2025-08-20T22:00:17.4997780Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/generic/auth' from root:root to runner:runner
2025-08-20T22:00:17.4999214Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/generic' from root:root to runner:runner
2025-08-20T22:00:17.5000762Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/ssl/basic-ztls.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5002190Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/ssl/basic.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5003636Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/ssl/custom-version.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5005115Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/ssl/custom-cipher.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5006581Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/ssl/ssl-with-vars.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5008026Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/ssl/multi-req.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5009467Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/ssl' from root:root to runner:runner
2025-08-20T22:00:17.5011069Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/headless/headless-local.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5012631Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/headless/headless-header-action.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5014255Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/headless/headless-dsl.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5015830Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/headless/headless-header-status-test.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5017431Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/headless/headless-waitevent.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5018974Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/headless/headless-basic.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5020703Z [00:04:19.292]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/headless/headless-payloads.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5022226Z [00:04:19.293]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/headless/variables.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5023841Z [00:04:19.293]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/headless/file-upload-negative.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5025432Z [00:04:19.293]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/headless/file-upload.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5026984Z [00:04:19.293]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/headless/headless-self-contained.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5028580Z [00:04:19.293]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/headless/headless-extract-values.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5030255Z [00:04:19.293]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/headless' from root:root to runner:runner
2025-08-20T22:00:17.5031645Z [00:04:19.293]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/dns/aaaa.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5033026Z [00:04:19.293]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/dns/a.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5034552Z [00:04:19.293]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/dns/dsl-matcher-variable.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5036014Z [00:04:19.293]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/dns/srv.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5037461Z [00:04:19.293]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/dns/cname-fingerprint.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5039197Z [00:04:19.293]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/dns/tlsa.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5040786Z [00:04:19.293]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/dns/txt.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5042182Z [00:04:19.293]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/dns/cname.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5043755Z [00:04:19.293]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/dns/caa.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5045204Z [00:04:19.293]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/dns/payload.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5046607Z [00:04:19.293]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/dns/ns.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5048016Z [00:04:19.293]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/dns/variables.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5049567Z [00:04:19.293]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/dns/ptr.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5051366Z [00:04:19.293]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/dns' from root:root to runner:runner
2025-08-20T22:00:17.5052760Z [00:04:19.293]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/file/extract.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5054241Z [00:04:19.293]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/file/matcher-with-and.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5055720Z [00:04:19.293]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/file/data/test3.txt' from root:root to runner:runner
2025-08-20T22:00:17.5057541Z [00:04:19.293]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/file/data/test1.txt' from root:root to runner:runner
2025-08-20T22:00:17.5059175Z [00:04:19.293]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/file/data/test2.txt' from root:root to runner:runner
2025-08-20T22:00:17.5061078Z [00:04:19.294]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/file/data' from root:root to runner:runner
2025-08-20T22:00:17.5062564Z [00:04:19.294]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/file/matcher-with-or.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5071871Z [00:04:19.294]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/file/matcher-with-nested-and.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5073490Z [00:04:19.294]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/file' from root:root to runner:runner
2025-08-20T22:00:17.5074977Z [00:04:19.294]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/offlinehttp/offline-allowed-paths.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5076617Z [00:04:19.294]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/offlinehttp/data/req-resp-with-http-keywords.txt' from root:root to runner:runner
2025-08-20T22:00:17.5078226Z [00:04:19.294]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/offlinehttp/data' from root:root to runner:runner
2025-08-20T22:00:17.5079709Z [00:04:19.294]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/offlinehttp/rfc-req-resp.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5081438Z [00:04:19.294]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/offlinehttp/offline-raw.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5082881Z [00:04:19.294]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/offlinehttp' from root:root to runner:runner
2025-08-20T22:00:17.5084456Z [00:04:19.294]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/whois/basic.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5085860Z [00:04:19.294]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/whois' from root:root to runner:runner
2025-08-20T22:00:17.5087311Z [00:04:19.294]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/javascript/net-multi-step.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5088878Z [00:04:19.294]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/javascript/ssh-server-fingerprint.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5090723Z [00:04:19.294]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/javascript/net-https.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5092271Z [00:04:19.294]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/javascript/redis-pass-brute.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5093834Z [00:04:19.294]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/javascript' from root:root to runner:runner
2025-08-20T22:00:17.5095255Z [00:04:19.294]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/code/py-env-var.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5096724Z [00:04:19.294]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/code/pre-condition.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5098239Z [00:04:19.294]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/code/py-nosig.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5099676Z [00:04:19.294]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/code/unsigned.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5101371Z [00:04:19.294]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/code/py-interactsh.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5102917Z [00:04:19.294]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/code/py-snippet.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5104348Z [00:04:19.294]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/code/pyfile.py' from root:root to runner:runner
2025-08-20T22:00:17.5105777Z [00:04:19.294]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/code/ps1-snippet.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5107217Z [00:04:19.294]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/code/py-file.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5108652Z [00:04:19.294]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/code' from root:root to runner:runner
2025-08-20T22:00:17.5110362Z [00:04:19.294]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/keys/ci.crt' from root:root to runner:runner
2025-08-20T22:00:17.5111945Z [00:04:19.294]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/keys/README.md' from root:root to runner:runner
2025-08-20T22:00:17.5113388Z [00:04:19.294]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/keys/ci-private-key.pem' from root:root to runner:runner
2025-08-20T22:00:17.5114790Z [00:04:19.294]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/keys' from root:root to runner:runner
2025-08-20T22:00:17.5116418Z [00:04:19.294]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/multi/evaluate-variables.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5117948Z [00:04:19.294]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/multi/dynamic-values.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5119586Z [00:04:19.294]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/multi/exported-response-vars.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5121165Z [00:04:19.294]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/multi' from root:root to runner:runner
2025-08-20T22:00:17.5122571Z [00:04:19.294]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/websocket/basic.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5124105Z [00:04:19.294]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/websocket/no-cswsh.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5125566Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/websocket/cswsh.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5127013Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/websocket/path.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5129235Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/websocket' from root:root to runner:runner
2025-08-20T22:00:17.5132222Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/network/same-address.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5135096Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/network/self-contained.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5137862Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/network/basic.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5139671Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/network/net-https-timeout.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5141460Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/network/multi-step.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5142908Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/network/hex.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5144348Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/network/net-https.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5145832Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/network/network-port.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5147313Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/network/variables.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5148713Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/network' from root:root to runner:runner
2025-08-20T22:00:17.5150434Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/variable-dsl-function.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5151984Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/get-override-sni.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5153544Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/self-contained.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5155039Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/request-condition.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5156571Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/raw-path-trailing-slash.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5158094Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/http-paths.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5159675Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/get-redirects-chain-headers.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5161440Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/annotation-timeout.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5162966Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/raw-unsafe-request.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5164604Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/request-condition-new.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5166174Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/disable-path-automerge.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5167702Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/raw-with-params.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5169225Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/dsl-matcher-variable.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5170957Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/raw-get-query.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5172475Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/raw-dynamic-extractor.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5173943Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/get.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5175455Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/get-all-ips.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5177018Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/raw-unsafe-path-single-slash.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5178555Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/raw-post-body.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5180297Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/raw-payload.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5181805Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/disable-redirects.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5183322Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/redirect-match-url.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5184880Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/race-simple.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5186364Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/raw-cookie-reuse.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5187872Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/post-multipart-body.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5189418Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/self-contained-with-path.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5191505Z [00:04:19.295]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/default-matcher-condition.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5193011Z [00:04:19.296]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/get-sni.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5194487Z [00:04:19.296]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/cli-with-constants.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5196050Z [00:04:19.296]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/interactsh-stop-at-first-match.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5197616Z [00:04:19.296]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/get-host-redirects.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5199147Z [00:04:19.296]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/cl-body-without-header.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5201626Z [00:04:19.296]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/http-matcher-extractor-dy-extractor.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5204800Z [00:04:19.296]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/self-contained-file-input.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5207683Z [00:04:19.296]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/interactsh.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5210714Z [00:04:19.296]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/multi-http-var-sharing.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5212292Z [00:04:19.296]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/matcher-status.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5213795Z [00:04:19.296]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/stop-at-first-match.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5215452Z [00:04:19.296]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/interactsh-requests-mc-and.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5217001Z [00:04:19.296]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/get-query-string.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5218542Z [00:04:19.296]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/self-contained-with-params.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5220388Z [00:04:19.296]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/get-case-insensitive.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5221931Z [00:04:19.296]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/http-preprocessor.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5223421Z [00:04:19.296]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/get-sni-unsafe.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5224909Z [00:04:19.296]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/race-multiple.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5226389Z [00:04:19.296]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/post-json-body.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5227890Z [00:04:19.296]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/cl-body-with-header.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5229373Z [00:04:19.296]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/get-headers.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5231145Z [00:04:19.296]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/raw-path-single-slash.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5232680Z [00:04:19.296]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/get-without-scheme.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5234195Z [00:04:19.296]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/custom-attack-type.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5235789Z [00:04:19.296]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/raw-unsafe-with-params.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5237290Z [00:04:19.296]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/dsl-functions.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5238748Z [00:04:19.296]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/variables.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5240460Z [00:04:19.296]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/multi-request.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5241989Z [00:04:19.296]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/raw-get.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5243557Z [00:04:19.296]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/stop-at-first-match-with-extractors.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5245101Z [00:04:19.296]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/post-body.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5246632Z [00:04:19.296]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/get-redirects.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5248116Z [00:04:19.296]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/raw-unsafe-path.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5249536Z [00:04:19.296]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http' from root:root to runner:runner
2025-08-20T22:00:17.5251024Z [00:04:19.296]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols' from root:root to runner:runner
2025-08-20T22:00:17.5252394Z [00:04:19.296]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/flow/conditional-flow.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5254018Z [00:04:19.296]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/flow/dns-ns-probe.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5255431Z [00:04:19.296]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/flow/iterate-values-flow.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5256968Z [00:04:19.296]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/flow/iterate-one-value-flow.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5258627Z [00:04:19.297]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/flow/conditional-flow-negative.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5260588Z [00:04:19.297]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/flow/flow-hide-matcher.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5261947Z [00:04:19.297]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/flow' from root:root to runner:runner
2025-08-20T22:00:17.5263178Z [00:04:19.297]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests' from root:root to runner:runner
2025-08-20T22:00:17.5264388Z [00:04:19.297]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.goreleaser.yml' from root:root to runner:runner
2025-08-20T22:00:17.5265695Z [00:04:19.297]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.github/dependabot.yml' from root:root to runner:runner
2025-08-20T22:00:17.5266973Z [00:04:19.297]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.github/workflows/tests.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5268258Z [00:04:19.297]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.github/workflows/stale.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5269580Z [00:04:19.297]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.github/workflows/generate-docs.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5271797Z [00:04:19.297]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.github/workflows/auto-merge.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5274375Z [00:04:19.297]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.github/workflows/release.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5276900Z [00:04:19.297]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.github/workflows/govulncheck.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5279455Z [00:04:19.297]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.github/workflows/perf-regression.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5281672Z [00:04:19.297]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.github/workflows/compat-checks.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5283040Z [00:04:19.297]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.github/workflows/generate-pgo.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5284376Z [00:04:19.297]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.github/workflows/perf-test.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5285749Z [00:04:19.297]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T22:00:17.5287016Z [00:04:19.297]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.github/PULL_REQUEST_TEMPLATE.md' from root:root to runner:runner
2025-08-20T22:00:17.5288281Z [00:04:19.297]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.github/release.yml' from root:root to runner:runner
2025-08-20T22:00:17.5289584Z [00:04:19.297]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.github/auto_assign.yml' from root:root to runner:runner
2025-08-20T22:00:17.5291077Z [00:04:19.297]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.github/ISSUE_TEMPLATE/config.yml' from root:root to runner:runner
2025-08-20T22:00:17.5292407Z [00:04:19.297]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.github/ISSUE_TEMPLATE/bug-report.yml' from root:root to runner:runner
2025-08-20T22:00:17.5293775Z [00:04:19.297]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.github/ISSUE_TEMPLATE/feature-request.yml' from root:root to runner:runner
2025-08-20T22:00:17.5295195Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.github/ISSUE_TEMPLATE' from root:root to runner:runner
2025-08-20T22:00:17.5296385Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T22:00:17.5297551Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/CONTRIBUTING.md' from root:root to runner:runner
2025-08-20T22:00:17.5298822Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T22:00:17.5300447Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T22:00:17.5301789Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T22:00:17.5303091Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T22:00:17.5304375Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T22:00:17.5305695Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T22:00:17.5307014Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T22:00:17.5308311Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T22:00:17.5309600Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T22:00:17.5311186Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T22:00:17.5312472Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T22:00:17.5313766Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T22:00:17.5315150Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T22:00:17.5316493Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T22:00:17.5317731Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T22:00:17.5318994Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/logs/refs/heads/dev' from root:root to runner:runner
2025-08-20T22:00:17.5320499Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T22:00:17.5321799Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:00:17.5323322Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:00:17.5324688Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T22:00:17.5325894Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T22:00:17.5327066Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T22:00:17.5328371Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T22:00:17.5329551Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/refs/heads/dev' from root:root to runner:runner
2025-08-20T22:00:17.5331178Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T22:00:17.5332430Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:00:17.5333703Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:00:17.5335020Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T22:00:17.5336211Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T22:00:17.5337373Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T22:00:17.5338582Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T22:00:17.5339969Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T22:00:17.5341885Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T22:00:17.5344155Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T22:00:17.5346937Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/objects/pack/pack-7fdf70b125fd93553f5afa40764511b74154443f.rev' from root:root to runner:runner
2025-08-20T22:00:17.5350155Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/objects/pack/pack-f5c5e69c95fb4022f115c6ef603b241f57747df0.idx' from root:root to runner:runner
2025-08-20T22:00:17.5351998Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/objects/pack/pack-f5c5e69c95fb4022f115c6ef603b241f57747df0.promisor' from root:root to runner:runner
2025-08-20T22:00:17.5353626Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/objects/pack/pack-7fdf70b125fd93553f5afa40764511b74154443f.pack' from root:root to runner:runner
2025-08-20T22:00:17.5355332Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/objects/pack/pack-f5c5e69c95fb4022f115c6ef603b241f57747df0.rev' from root:root to runner:runner
2025-08-20T22:00:17.5356934Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/objects/pack/pack-f5c5e69c95fb4022f115c6ef603b241f57747df0.pack' from root:root to runner:runner
2025-08-20T22:00:17.5358585Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/objects/pack/pack-7fdf70b125fd93553f5afa40764511b74154443f.promisor' from root:root to runner:runner
2025-08-20T22:00:17.5360424Z [00:04:19.298]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/objects/pack/pack-7fdf70b125fd93553f5afa40764511b74154443f.idx' from root:root to runner:runner
2025-08-20T22:00:17.5361839Z [00:04:19.299]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T22:00:17.5363047Z [00:04:19.299]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T22:00:17.5364302Z [00:04:19.299]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T22:00:17.5365489Z [00:04:19.299]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T22:00:17.5366654Z [00:04:19.299]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T22:00:17.5367795Z [00:04:19.299]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T22:00:17.5368976Z [00:04:19.299]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T22:00:17.5370310Z [00:04:19.299]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/README_PT-BR.md' from root:root to runner:runner
2025-08-20T22:00:17.5371485Z [00:04:19.299]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/DESIGN.md' from root:root to runner:runner
2025-08-20T22:00:17.5372646Z [00:04:19.299]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/lib/config.go' from root:root to runner:runner
2025-08-20T22:00:17.5373900Z [00:04:19.299]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/lib/multi.go' from root:root to runner:runner
2025-08-20T22:00:17.5375077Z [00:04:19.299]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/lib/README.md' from root:root to runner:runner
2025-08-20T22:00:17.5376257Z [00:04:19.299]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/lib/sdk_test.go' from root:root to runner:runner
2025-08-20T22:00:17.5377440Z [00:04:19.299]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/lib/helper.go' from root:root to runner:runner
2025-08-20T22:00:17.5378714Z [00:04:19.299]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/lib/tests/sdk_test.go' from root:root to runner:runner
2025-08-20T22:00:17.5380089Z [00:04:19.299]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/lib/tests' from root:root to runner:runner
2025-08-20T22:00:17.5381274Z [00:04:19.299]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/lib/sdk_private.go' from root:root to runner:runner
2025-08-20T22:00:17.5382450Z [00:04:19.299]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/lib/sdk.go' from root:root to runner:runner
2025-08-20T22:00:17.5383644Z [00:04:19.299]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/lib/example_test.go' from root:root to runner:runner
2025-08-20T22:00:17.5384814Z [00:04:19.299]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/lib' from root:root to runner:runner
2025-08-20T22:00:17.5386095Z [00:04:19.299]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/extractors/extractor_types.go' from root:root to runner:runner
2025-08-20T22:00:17.5387473Z [00:04:19.299]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/extractors/util.go' from root:root to runner:runner
2025-08-20T22:00:17.5388872Z [00:04:19.299]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/extractors/doc.go' from root:root to runner:runner
2025-08-20T22:00:17.5390411Z [00:04:19.299]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/extractors/extractors.go' from root:root to runner:runner
2025-08-20T22:00:17.5391819Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/extractors/extract_test.go' from root:root to runner:runner
2025-08-20T22:00:17.5393265Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/extractors/extract.go' from root:root to runner:runner
2025-08-20T22:00:17.5394868Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/extractors/compile.go' from root:root to runner:runner
2025-08-20T22:00:17.5396187Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/extractors' from root:root to runner:runner
2025-08-20T22:00:17.5397569Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/common/dsl/dsl.go' from root:root to runner:runner
2025-08-20T22:00:17.5399093Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/common/dsl/dsl_test.go' from root:root to runner:runner
2025-08-20T22:00:17.5400617Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/common/dsl' from root:root to runner:runner
2025-08-20T22:00:17.5401874Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/common' from root:root to runner:runner
2025-08-20T22:00:17.5403259Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/operators_test.go' from root:root to runner:runner
2025-08-20T22:00:17.5404563Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/operators.go' from root:root to runner:runner
2025-08-20T22:00:17.5405897Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/matchers/match_test.go' from root:root to runner:runner
2025-08-20T22:00:17.5407258Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/matchers/validate.go' from root:root to runner:runner
2025-08-20T22:00:17.5408595Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/matchers/doc.go' from root:root to runner:runner
2025-08-20T22:00:17.5410197Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/matchers/validate_test.go' from root:root to runner:runner
2025-08-20T22:00:17.5412145Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/matchers/matchers_types.go' from root:root to runner:runner
2025-08-20T22:00:17.5414946Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/matchers/matchers.go' from root:root to runner:runner
2025-08-20T22:00:17.5417517Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/matchers/match.go' from root:root to runner:runner
2025-08-20T22:00:17.5420225Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/matchers/compile.go' from root:root to runner:runner
2025-08-20T22:00:17.5422419Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/matchers' from root:root to runner:runner
2025-08-20T22:00:17.5423686Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators' from root:root to runner:runner
2025-08-20T22:00:17.5424931Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/README.md' from root:root to runner:runner
2025-08-20T22:00:17.5426239Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/bindgen/output.go' from root:root to runner:runner
2025-08-20T22:00:17.5427678Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/bindgen/README.md' from root:root to runner:runner
2025-08-20T22:00:17.5429037Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/bindgen/INSTALL.md' from root:root to runner:runner
2025-08-20T22:00:17.5430648Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/bindgen/cmd/bindgen/main.go' from root:root to runner:runner
2025-08-20T22:00:17.5432047Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/bindgen/cmd/bindgen' from root:root to runner:runner
2025-08-20T22:00:17.5433468Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/bindgen/cmd' from root:root to runner:runner
2025-08-20T22:00:17.5434814Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/bindgen/generator.go' from root:root to runner:runner
2025-08-20T22:00:17.5436232Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/bindgen/templates/js_class.tmpl' from root:root to runner:runner
2025-08-20T22:00:17.5437724Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/bindgen/templates/markdown_class.tmpl' from root:root to runner:runner
2025-08-20T22:00:17.5439215Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/bindgen/templates/go_class.tmpl' from root:root to runner:runner
2025-08-20T22:00:17.5440938Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/bindgen/templates' from root:root to runner:runner
2025-08-20T22:00:17.5442342Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/bindgen' from root:root to runner:runner
2025-08-20T22:00:17.5443701Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/tsgen/README.md' from root:root to runner:runner
2025-08-20T22:00:17.5445026Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/tsgen/types.go' from root:root to runner:runner
2025-08-20T22:00:17.5446349Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/tsgen/scrape.go' from root:root to runner:runner
2025-08-20T22:00:17.5447669Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/tsgen/parser.go' from root:root to runner:runner
2025-08-20T22:00:17.5449033Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/tsgen/cmd/tsgen/main.go' from root:root to runner:runner
2025-08-20T22:00:17.5450671Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/tsgen/cmd/tsgen/tsmodule.go.tmpl' from root:root to runner:runner
2025-08-20T22:00:17.5452074Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/tsgen/cmd/tsgen' from root:root to runner:runner
2025-08-20T22:00:17.5453445Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/tsgen/cmd' from root:root to runner:runner
2025-08-20T22:00:17.5454752Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/tsgen/astutil.go' from root:root to runner:runner
2025-08-20T22:00:17.5456037Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/tsgen' from root:root to runner:runner
2025-08-20T22:00:17.5457349Z [00:04:19.300]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/scrapefuncs/README.md' from root:root to runner:runner
2025-08-20T22:00:17.5458785Z [00:04:19.301]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/scrapefuncs/main.go' from root:root to runner:runner
2025-08-20T22:00:17.5460395Z [00:04:19.301]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/scrapefuncs' from root:root to runner:runner
2025-08-20T22:00:17.5461662Z [00:04:19.301]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools' from root:root to runner:runner
2025-08-20T22:00:17.5462973Z [00:04:19.301]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/THANKS.md' from root:root to runner:runner
2025-08-20T22:00:17.5464249Z [00:04:19.301]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/compiler/compiler_test.go' from root:root to runner:runner
2025-08-20T22:00:17.5465777Z [00:04:19.301]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/compiler/pool.go' from root:root to runner:runner
2025-08-20T22:00:17.5467145Z [00:04:19.301]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/compiler/non-pool.go' from root:root to runner:runner
2025-08-20T22:00:17.5468418Z [00:04:19.301]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/compiler/init.go' from root:root to runner:runner
2025-08-20T22:00:17.5469973Z [00:04:19.301]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/compiler/compiler.go' from root:root to runner:runner
2025-08-20T22:00:17.5471497Z [00:04:19.301]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/compiler' from root:root to runner:runner
2025-08-20T22:00:17.5472734Z [00:04:19.301]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/global/scripts.go' from root:root to runner:runner
2025-08-20T22:00:17.5474044Z [00:04:19.301]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/global/js/active_directory.js' from root:root to runner:runner
2025-08-20T22:00:17.5475349Z [00:04:19.301]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/global/js/dump.js' from root:root to runner:runner
2025-08-20T22:00:17.5476685Z [00:04:19.301]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/global/js' from root:root to runner:runner
2025-08-20T22:00:17.5477976Z [00:04:19.301]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/global/helpers.go' from root:root to runner:runner
2025-08-20T22:00:17.5479264Z [00:04:19.301]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/global/scripts_test.go' from root:root to runner:runner
2025-08-20T22:00:17.5480827Z [00:04:19.301]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/global/exports.js' from root:root to runner:runner
2025-08-20T22:00:17.5482109Z [00:04:19.301]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/global' from root:root to runner:runner
2025-08-20T22:00:17.5483988Z [00:04:19.301]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/gojs/set.go' from root:root to runner:runner
2025-08-20T22:00:17.5486379Z [00:04:19.301]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/gojs/gojs.go' from root:root to runner:runner
2025-08-20T22:00:17.5488642Z [00:04:19.301]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/gojs' from root:root to runner:runner
2025-08-20T22:00:17.5491215Z [00:04:19.301]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/CONTRIBUTE.md' from root:root to runner:runner
2025-08-20T22:00:17.5493183Z [00:04:19.301]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/README.md' from root:root to runner:runner
2025-08-20T22:00:17.5494524Z [00:04:19.301]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/librdp/rdp.go' from root:root to runner:runner
2025-08-20T22:00:17.5495966Z [00:04:19.302]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/librdp' from root:root to runner:runner
2025-08-20T22:00:17.5497334Z [00:04:19.302]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libkerberos/kerberos.go' from root:root to runner:runner
2025-08-20T22:00:17.5498713Z [00:04:19.302]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libkerberos' from root:root to runner:runner
2025-08-20T22:00:17.5500334Z [00:04:19.302]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libikev2/ikev2.go' from root:root to runner:runner
2025-08-20T22:00:17.5501738Z [00:04:19.302]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libikev2' from root:root to runner:runner
2025-08-20T22:00:17.5503091Z [00:04:19.302]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libsmtp/smtp.go' from root:root to runner:runner
2025-08-20T22:00:17.5504414Z [00:04:19.302]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libsmtp' from root:root to runner:runner
2025-08-20T22:00:17.5505781Z [00:04:19.302]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libpostgres/postgres.go' from root:root to runner:runner
2025-08-20T22:00:17.5507320Z [00:04:19.302]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libpostgres' from root:root to runner:runner
2025-08-20T22:00:17.5508694Z [00:04:19.302]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/liboracle/oracle.go' from root:root to runner:runner
2025-08-20T22:00:17.5510236Z [00:04:19.302]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/liboracle' from root:root to runner:runner
2025-08-20T22:00:17.5511606Z [00:04:19.302]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libstructs/structs.go' from root:root to runner:runner
2025-08-20T22:00:17.5512971Z [00:04:19.302]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libstructs' from root:root to runner:runner
2025-08-20T22:00:17.5514314Z [00:04:19.302]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libpop3/pop3.go' from root:root to runner:runner
2025-08-20T22:00:17.5515642Z [00:04:19.302]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libpop3' from root:root to runner:runner
2025-08-20T22:00:17.5517020Z [00:04:19.302]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libfs/fs.go' from root:root to runner:runner
2025-08-20T22:00:17.5518324Z [00:04:19.302]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libfs' from root:root to runner:runner
2025-08-20T22:00:17.5519634Z [00:04:19.302]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libsmb/smb.go' from root:root to runner:runner
2025-08-20T22:00:17.5521294Z [00:04:19.302]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libsmb' from root:root to runner:runner
2025-08-20T22:00:17.5522672Z [00:04:19.302]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libgoconsole/goconsole.go' from root:root to runner:runner
2025-08-20T22:00:17.5524059Z [00:04:19.302]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libgoconsole' from root:root to runner:runner
2025-08-20T22:00:17.5525398Z [00:04:19.302]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libssh/ssh.go' from root:root to runner:runner
2025-08-20T22:00:17.5526702Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libssh' from root:root to runner:runner
2025-08-20T22:00:17.5528025Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libvnc/vnc.go' from root:root to runner:runner
2025-08-20T22:00:17.5529329Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libvnc' from root:root to runner:runner
2025-08-20T22:00:17.5531221Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libnet/net.go' from root:root to runner:runner
2025-08-20T22:00:17.5532627Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libnet' from root:root to runner:runner
2025-08-20T22:00:17.5533973Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/librsync/rsync.go' from root:root to runner:runner
2025-08-20T22:00:17.5535317Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/librsync' from root:root to runner:runner
2025-08-20T22:00:17.5536884Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libredis/redis.go' from root:root to runner:runner
2025-08-20T22:00:17.5538240Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libredis' from root:root to runner:runner
2025-08-20T22:00:17.5539609Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libbytes/bytes.go' from root:root to runner:runner
2025-08-20T22:00:17.5541349Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libbytes' from root:root to runner:runner
2025-08-20T22:00:17.5542811Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libmysql/mysql.go' from root:root to runner:runner
2025-08-20T22:00:17.5544155Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libmysql' from root:root to runner:runner
2025-08-20T22:00:17.5545511Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libtelnet/telnet.go' from root:root to runner:runner
2025-08-20T22:00:17.5546941Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libtelnet' from root:root to runner:runner
2025-08-20T22:00:17.5548277Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libldap/ldap.go' from root:root to runner:runner
2025-08-20T22:00:17.5549608Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libldap' from root:root to runner:runner
2025-08-20T22:00:17.5551244Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libmssql/mssql.go' from root:root to runner:runner
2025-08-20T22:00:17.5552588Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libmssql' from root:root to runner:runner
2025-08-20T22:00:17.5554320Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go' from root:root to runner:runner
2025-08-20T22:00:17.5556735Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/kerberos.ts' from root:root to runner:runner
2025-08-20T22:00:17.5559385Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/mssql.ts' from root:root to runner:runner
2025-08-20T22:00:17.5562197Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/smb.ts' from root:root to runner:runner
2025-08-20T22:00:17.5564311Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/rdp.ts' from root:root to runner:runner
2025-08-20T22:00:17.5565623Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/telnet.ts' from root:root to runner:runner
2025-08-20T22:00:17.5566943Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/goconsole.ts' from root:root to runner:runner
2025-08-20T22:00:17.5568278Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/postgres.ts' from root:root to runner:runner
2025-08-20T22:00:17.5569585Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/vnc.ts' from root:root to runner:runner
2025-08-20T22:00:17.5571121Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/fs.ts' from root:root to runner:runner
2025-08-20T22:00:17.5572507Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/bytes.ts' from root:root to runner:runner
2025-08-20T22:00:17.5573803Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/net.ts' from root:root to runner:runner
2025-08-20T22:00:17.5575091Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/rsync.ts' from root:root to runner:runner
2025-08-20T22:00:17.5576458Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/structs.ts' from root:root to runner:runner
2025-08-20T22:00:17.5577754Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/mysql.ts' from root:root to runner:runner
2025-08-20T22:00:17.5579036Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/ssh.ts' from root:root to runner:runner
2025-08-20T22:00:17.5580509Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/index.ts' from root:root to runner:runner
2025-08-20T22:00:17.5581813Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/smtp.ts' from root:root to runner:runner
2025-08-20T22:00:17.5583105Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/pop3.ts' from root:root to runner:runner
2025-08-20T22:00:17.5584398Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/redis.ts' from root:root to runner:runner
2025-08-20T22:00:17.5585780Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/oracle.ts' from root:root to runner:runner
2025-08-20T22:00:17.5587129Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/ldap.ts' from root:root to runner:runner
2025-08-20T22:00:17.5588427Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/ikev2.ts' from root:root to runner:runner
2025-08-20T22:00:17.5589694Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts' from root:root to runner:runner
2025-08-20T22:00:17.5591216Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated' from root:root to runner:runner
2025-08-20T22:00:17.5592444Z [00:04:19.303]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/net/net.go' from root:root to runner:runner
2025-08-20T22:00:17.5593673Z [00:04:19.304]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/net' from root:root to runner:runner
2025-08-20T22:00:17.5594921Z [00:04:19.304]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/bytes/buffer.go' from root:root to runner:runner
2025-08-20T22:00:17.5596244Z [00:04:19.304]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/bytes' from root:root to runner:runner
2025-08-20T22:00:17.5597503Z [00:04:19.304]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/goconsole/log.go' from root:root to runner:runner
2025-08-20T22:00:17.5598779Z [00:04:19.304]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/goconsole' from root:root to runner:runner
2025-08-20T22:00:17.5600338Z [00:04:19.304]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/postgres/memo.postgres.go' from root:root to runner:runner
2025-08-20T22:00:17.5601707Z [00:04:19.304]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/postgres/postgres.go' from root:root to runner:runner
2025-08-20T22:00:17.5602989Z [00:04:19.304]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/postgres' from root:root to runner:runner
2025-08-20T22:00:17.5604234Z [00:04:19.304]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/smtp/msg.go' from root:root to runner:runner
2025-08-20T22:00:17.5605494Z [00:04:19.304]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/smtp/smtp.go' from root:root to runner:runner
2025-08-20T22:00:17.5606804Z [00:04:19.304]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/smtp' from root:root to runner:runner
2025-08-20T22:00:17.5608203Z [00:04:19.304]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/mysql/memo.mysql.go' from root:root to runner:runner
2025-08-20T22:00:17.5609532Z [00:04:19.304]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/mysql/mysql_private.go' from root:root to runner:runner
2025-08-20T22:00:17.5611290Z [00:04:19.304]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/mysql/mysql.go' from root:root to runner:runner
2025-08-20T22:00:17.5612794Z [00:04:19.304]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/mysql/memo.mysql_private.go' from root:root to runner:runner
2025-08-20T22:00:17.5614091Z [00:04:19.304]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/mysql' from root:root to runner:runner
2025-08-20T22:00:17.5615338Z [00:04:19.304]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/ikev2/ikev2.go' from root:root to runner:runner
2025-08-20T22:00:17.5616575Z [00:04:19.304]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/ikev2' from root:root to runner:runner
2025-08-20T22:00:17.5617876Z [00:04:19.304]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/rsync/memo.rsync.go' from root:root to runner:runner
2025-08-20T22:00:17.5619186Z [00:04:19.304]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/rsync/rsync.go' from root:root to runner:runner
2025-08-20T22:00:17.5620942Z [00:04:19.304]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/rsync' from root:root to runner:runner
2025-08-20T22:00:17.5622245Z [00:04:19.304]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/structs/smbexploit.js' from root:root to runner:runner
2025-08-20T22:00:17.5623577Z [00:04:19.304]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/structs/structs.go' from root:root to runner:runner
2025-08-20T22:00:17.5625390Z [00:04:19.304]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/structs' from root:root to runner:runner
2025-08-20T22:00:17.5627778Z [00:04:19.304]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/redis/redis.go' from root:root to runner:runner
2025-08-20T22:00:17.5630454Z [00:04:19.304]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/redis/memo.redis.go' from root:root to runner:runner
2025-08-20T22:00:17.5632842Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/redis' from root:root to runner:runner
2025-08-20T22:00:17.5634988Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/smb/smb_private.go' from root:root to runner:runner
2025-08-20T22:00:17.5636285Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/smb/smb.go' from root:root to runner:runner
2025-08-20T22:00:17.5637613Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/smb/memo.smb_private.go' from root:root to runner:runner
2025-08-20T22:00:17.5638945Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/smb/memo.smbghost.go' from root:root to runner:runner
2025-08-20T22:00:17.5640602Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/smb/smbghost.go' from root:root to runner:runner
2025-08-20T22:00:17.5642012Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/smb/memo.smb.go' from root:root to runner:runner
2025-08-20T22:00:17.5643262Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/smb' from root:root to runner:runner
2025-08-20T22:00:17.5644492Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/LICENSE.md' from root:root to runner:runner
2025-08-20T22:00:17.5645760Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/ssh/memo.ssh.go' from root:root to runner:runner
2025-08-20T22:00:17.5647032Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/ssh/ssh.go' from root:root to runner:runner
2025-08-20T22:00:17.5648249Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/ssh' from root:root to runner:runner
2025-08-20T22:00:17.5649456Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/fs/fs.go' from root:root to runner:runner
2025-08-20T22:00:17.5650951Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/fs' from root:root to runner:runner
2025-08-20T22:00:17.5652207Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/oracle/oracle.go' from root:root to runner:runner
2025-08-20T22:00:17.5653539Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/oracle/memo.oracle.go' from root:root to runner:runner
2025-08-20T22:00:17.5654879Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/oracle' from root:root to runner:runner
2025-08-20T22:00:17.5656134Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/rdp/memo.rdp.go' from root:root to runner:runner
2025-08-20T22:00:17.5657396Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/rdp/rdp.go' from root:root to runner:runner
2025-08-20T22:00:17.5658615Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/rdp' from root:root to runner:runner
2025-08-20T22:00:17.5660055Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/mssql/memo.mssql.go' from root:root to runner:runner
2025-08-20T22:00:17.5661361Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/mssql/mssql.go' from root:root to runner:runner
2025-08-20T22:00:17.5662608Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/mssql' from root:root to runner:runner
2025-08-20T22:00:17.5663879Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/telnet/memo.telnet.go' from root:root to runner:runner
2025-08-20T22:00:17.5665327Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/telnet/telnet.go' from root:root to runner:runner
2025-08-20T22:00:17.5666593Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/telnet' from root:root to runner:runner
2025-08-20T22:00:17.5667887Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/kerberos/sendtokdc.go' from root:root to runner:runner
2025-08-20T22:00:17.5669232Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/kerberos/kerberosx.go' from root:root to runner:runner
2025-08-20T22:00:17.5670695Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/kerberos' from root:root to runner:runner
2025-08-20T22:00:17.5671975Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/pop3/memo.pop3.go' from root:root to runner:runner
2025-08-20T22:00:17.5673261Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/pop3/pop3.go' from root:root to runner:runner
2025-08-20T22:00:17.5674563Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/pop3' from root:root to runner:runner
2025-08-20T22:00:17.5675824Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/ldap/utils.go' from root:root to runner:runner
2025-08-20T22:00:17.5677123Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/ldap/adenum.go' from root:root to runner:runner
2025-08-20T22:00:17.5678722Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/ldap/ldap.go' from root:root to runner:runner
2025-08-20T22:00:17.5680143Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/ldap' from root:root to runner:runner
2025-08-20T22:00:17.5681387Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/vnc/vnc.go' from root:root to runner:runner
2025-08-20T22:00:17.5682815Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/vnc/memo.vnc.go' from root:root to runner:runner
2025-08-20T22:00:17.5684078Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/vnc' from root:root to runner:runner
2025-08-20T22:00:17.5685259Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs' from root:root to runner:runner
2025-08-20T22:00:17.5686505Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/utils/pgwrap/pgwrap.go' from root:root to runner:runner
2025-08-20T22:00:17.5687776Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/utils/pgwrap' from root:root to runner:runner
2025-08-20T22:00:17.5689095Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/utils/util.go' from root:root to runner:runner
2025-08-20T22:00:17.5690840Z [00:04:19.305]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/utils/nucleijs.go' from root:root to runner:runner
2025-08-20T22:00:17.5692086Z [00:04:19.306]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/utils' from root:root to runner:runner
2025-08-20T22:00:17.5693278Z [00:04:19.306]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/DESIGN.md' from root:root to runner:runner
2025-08-20T22:00:17.5694433Z [00:04:19.306]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js' from root:root to runner:runner
2025-08-20T22:00:17.5696320Z [00:04:19.306]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/aws/catalog_test.go' from root:root to runner:runner
2025-08-20T22:00:17.5698867Z [00:04:19.306]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/aws/catalog.go' from root:root to runner:runner
2025-08-20T22:00:17.5701399Z [00:04:19.306]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/aws' from root:root to runner:runner
2025-08-20T22:00:17.5703890Z [00:04:19.306]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/catalog.go' from root:root to runner:runner
2025-08-20T22:00:17.5705923Z [00:04:19.306]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/config/ignorefile.go' from root:root to runner:runner
2025-08-20T22:00:17.5707284Z [00:04:19.306]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/config/constants.go' from root:root to runner:runner
2025-08-20T22:00:17.5708720Z [00:04:19.306]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/config/nucleiconfig.go' from root:root to runner:runner
2025-08-20T22:00:17.5710278Z [00:04:19.306]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/config/template.go' from root:root to runner:runner
2025-08-20T22:00:17.5711563Z [00:04:19.306]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/config' from root:root to runner:runner
2025-08-20T22:00:17.5712882Z [00:04:19.306]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/loader/filter/path_filter.go' from root:root to runner:runner
2025-08-20T22:00:17.5714223Z [00:04:19.306]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/loader/filter' from root:root to runner:runner
2025-08-20T22:00:17.5715543Z [00:04:19.306]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/loader/remote_loader.go' from root:root to runner:runner
2025-08-20T22:00:17.5716872Z [00:04:19.306]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/loader/loader.go' from root:root to runner:runner
2025-08-20T22:00:17.5718187Z [00:04:19.306]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/loader/ai_loader.go' from root:root to runner:runner
2025-08-20T22:00:17.5719660Z [00:04:19.306]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/loader/loader_test.go' from root:root to runner:runner
2025-08-20T22:00:17.5721139Z [00:04:19.306]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/loader' from root:root to runner:runner
2025-08-20T22:00:17.5722398Z [00:04:19.306]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/disk/path.go' from root:root to runner:runner
2025-08-20T22:00:17.5723698Z [00:04:19.306]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/disk/catalog.go' from root:root to runner:runner
2025-08-20T22:00:17.5724976Z [00:04:19.306]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/disk/find.go' from root:root to runner:runner
2025-08-20T22:00:17.5726278Z [00:04:19.306]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/disk/known-files.go' from root:root to runner:runner
2025-08-20T22:00:17.5727542Z [00:04:19.306]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/disk' from root:root to runner:runner
2025-08-20T22:00:17.5728803Z [00:04:19.306]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog' from root:root to runner:runner
2025-08-20T22:00:17.5730340Z [00:04:19.306]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/interface.go' from root:root to runner:runner
2025-08-20T22:00:17.5731681Z [00:04:19.306]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/multiproto/multi.go' from root:root to runner:runner
2025-08-20T22:00:17.5733101Z [00:04:19.306]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/multiproto/README.md' from root:root to runner:runner
2025-08-20T22:00:17.5734557Z [00:04:19.306]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/multiproto/testcases/multiprotodynamic.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5736142Z [00:04:19.306]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/multiproto/testcases/multiprotowithprefix.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5737625Z [00:04:19.306]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/multiproto/testcases' from root:root to runner:runner
2025-08-20T22:00:17.5738962Z [00:04:19.306]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/multiproto/doc.go' from root:root to runner:runner
2025-08-20T22:00:17.5740607Z [00:04:19.306]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/multiproto/multi_test.go' from root:root to runner:runner
2025-08-20T22:00:17.5741983Z [00:04:19.306]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/multiproto' from root:root to runner:runner
2025-08-20T22:00:17.5743247Z [00:04:19.306]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/README.md' from root:root to runner:runner
2025-08-20T22:00:17.5744649Z [00:04:19.306]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/doc.go' from root:root to runner:runner
2025-08-20T22:00:17.5745928Z [00:04:19.307]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/utils/utils.go' from root:root to runner:runner
2025-08-20T22:00:17.5747189Z [00:04:19.307]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/utils' from root:root to runner:runner
2025-08-20T22:00:17.5748453Z [00:04:19.307]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/generic/exec.go' from root:root to runner:runner
2025-08-20T22:00:17.5749724Z [00:04:19.307]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/generic' from root:root to runner:runner
2025-08-20T22:00:17.5751290Z [00:04:19.307]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/exec.go' from root:root to runner:runner
2025-08-20T22:00:17.5752567Z [00:04:19.307]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/flow/README.md' from root:root to runner:runner
2025-08-20T22:00:17.5753934Z [00:04:19.307]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/flow/util.go' from root:root to runner:runner
2025-08-20T22:00:17.5755339Z [00:04:19.307]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/flow/testcases/nuclei-flow-dns-id.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5756885Z [00:04:19.307]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/flow/testcases/condition-flow-extractors.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5758497Z [00:04:19.307]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/flow/testcases/nuclei-flow-dns-prefix.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5760258Z [00:04:19.307]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/flow/testcases/condition-flow.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5761806Z [00:04:19.307]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/flow/testcases/condition-flow-no-operators.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5763342Z [00:04:19.307]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/flow/testcases/nuclei-flow-dns.yaml' from root:root to runner:runner
2025-08-20T22:00:17.5764726Z [00:04:19.307]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/flow/testcases' from root:root to runner:runner
2025-08-20T22:00:17.5766003Z [00:04:19.307]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/flow/doc.go' from root:root to runner:runner
2025-08-20T22:00:17.5767591Z [00:04:19.307]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/flow/flow_executor.go' from root:root to runner:runner
2025-08-20T22:00:17.5770184Z [00:04:19.307]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/flow/flow_executor_test.go' from root:root to runner:runner
2025-08-20T22:00:17.5772955Z [00:04:19.307]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/flow/flow_internal.go' from root:root to runner:runner
2025-08-20T22:00:17.5775524Z [00:04:19.307]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/flow/builtin/dedupe.go' from root:root to runner:runner
2025-08-20T22:00:17.5777854Z [00:04:19.307]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/flow/builtin' from root:root to runner:runner
2025-08-20T22:00:17.5779197Z [00:04:19.307]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/flow/vm.go' from root:root to runner:runner
2025-08-20T22:00:17.5780705Z [00:04:19.307]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/flow' from root:root to runner:runner
2025-08-20T22:00:17.5781932Z [00:04:19.307]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec' from root:root to runner:runner
2025-08-20T22:00:17.5783194Z [00:04:19.307]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/core/workflow_execute_test.go' from root:root to runner:runner
2025-08-20T22:00:17.5784579Z [00:04:19.307]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/core/workpool.go' from root:root to runner:runner
2025-08-20T22:00:17.5785881Z [00:04:19.307]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/core/execute_options.go' from root:root to runner:runner
2025-08-20T22:00:17.5787146Z [00:04:19.307]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/core/executors.go' from root:root to runner:runner
2025-08-20T22:00:17.5788481Z [00:04:19.307]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/core/workflow_execute.go' from root:root to runner:runner
2025-08-20T22:00:17.5789732Z [00:04:19.307]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/core/engine.go' from root:root to runner:runner
2025-08-20T22:00:17.5791247Z [00:04:19.307]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/core/engine_test.go' from root:root to runner:runner
2025-08-20T22:00:17.5792454Z [00:04:19.307]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/core' from root:root to runner:runner
2025-08-20T22:00:17.5793679Z [00:04:19.307]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/multi_writer.go' from root:root to runner:runner
2025-08-20T22:00:17.5794934Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/output.go' from root:root to runner:runner
2025-08-20T22:00:17.5796209Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/standard_writer.go' from root:root to runner:runner
2025-08-20T22:00:17.5797492Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/output_test.go' from root:root to runner:runner
2025-08-20T22:00:17.5798876Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/doc.go' from root:root to runner:runner
2025-08-20T22:00:17.5800337Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/format_json.go' from root:root to runner:runner
2025-08-20T22:00:17.5801663Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/stats/waf/waf.go' from root:root to runner:runner
2025-08-20T22:00:17.5802978Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/stats/waf/waf_test.go' from root:root to runner:runner
2025-08-20T22:00:17.5804313Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/stats/waf/regexes.json' from root:root to runner:runner
2025-08-20T22:00:17.5805598Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/stats/waf' from root:root to runner:runner
2025-08-20T22:00:17.5806852Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/stats/stats.go' from root:root to runner:runner
2025-08-20T22:00:17.5808214Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/stats/stats_test.go' from root:root to runner:runner
2025-08-20T22:00:17.5809479Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/stats' from root:root to runner:runner
2025-08-20T22:00:17.5810937Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/format_screen.go' from root:root to runner:runner
2025-08-20T22:00:17.5812297Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/output_stats.go' from root:root to runner:runner
2025-08-20T22:00:17.5813590Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/file_output_writer.go' from root:root to runner:runner
2025-08-20T22:00:17.5814822Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output' from root:root to runner:runner
2025-08-20T22:00:17.5816037Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/scan/charts/charts.go' from root:root to runner:runner
2025-08-20T22:00:17.5817314Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/scan/charts/echarts.go' from root:root to runner:runner
2025-08-20T22:00:17.5818547Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/scan/charts' from root:root to runner:runner
2025-08-20T22:00:17.5820171Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/scan/events/utils.go' from root:root to runner:runner
2025-08-20T22:00:17.5821480Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/scan/events/scan_noop.go' from root:root to runner:runner
2025-08-20T22:00:17.5822932Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/scan/events/stats_build.go' from root:root to runner:runner
2025-08-20T22:00:17.5824182Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/scan/events' from root:root to runner:runner
2025-08-20T22:00:17.5825599Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/scan/scan_context.go' from root:root to runner:runner
2025-08-20T22:00:17.5826813Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/scan' from root:root to runner:runner
2025-08-20T22:00:17.5828046Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/workflows/workflows_test.go' from root:root to runner:runner
2025-08-20T22:00:17.5829339Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/workflows/doc.go' from root:root to runner:runner
2025-08-20T22:00:17.5831032Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/workflows/workflows.go' from root:root to runner:runner
2025-08-20T22:00:17.5832277Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/workflows' from root:root to runner:runner
2025-08-20T22:00:17.5833671Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/loader/workflow/workflow_loader.go' from root:root to runner:runner
2025-08-20T22:00:17.5834981Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/loader/workflow' from root:root to runner:runner
2025-08-20T22:00:17.5836254Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/loader/parser/parser.go' from root:root to runner:runner
2025-08-20T22:00:17.5838031Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/loader/parser' from root:root to runner:runner
2025-08-20T22:00:17.5840338Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/loader' from root:root to runner:runner
2025-08-20T22:00:17.5842670Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/fuzz.go' from root:root to runner:runner
2025-08-20T22:00:17.5844962Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/parts.go' from root:root to runner:runner
2025-08-20T22:00:17.5847494Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/component/cookie_test.go' from root:root to runner:runner
2025-08-20T22:00:17.5848902Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/component/path.go' from root:root to runner:runner
2025-08-20T22:00:17.5850418Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/component/cookie.go' from root:root to runner:runner
2025-08-20T22:00:17.5851745Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/component/path_test.go' from root:root to runner:runner
2025-08-20T22:00:17.5853164Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/component/value_test.go' from root:root to runner:runner
2025-08-20T22:00:17.5854492Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/component/component.go' from root:root to runner:runner
2025-08-20T22:00:17.5855809Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/component/value.go' from root:root to runner:runner
2025-08-20T22:00:17.5857103Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/component/headers.go' from root:root to runner:runner
2025-08-20T22:00:17.5858401Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/component/query.go' from root:root to runner:runner
2025-08-20T22:00:17.5859713Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/component/query_test.go' from root:root to runner:runner
2025-08-20T22:00:17.5861308Z [00:04:19.308]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/component/headers_test.go' from root:root to runner:runner
2025-08-20T22:00:17.5862722Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/component/body_test.go' from root:root to runner:runner
2025-08-20T22:00:17.5864033Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/component/body.go' from root:root to runner:runner
2025-08-20T22:00:17.5865298Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/component' from root:root to runner:runner
2025-08-20T22:00:17.5866572Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/doc.go' from root:root to runner:runner
2025-08-20T22:00:17.5867852Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/analyzers/time/analyzer.go' from root:root to runner:runner
2025-08-20T22:00:17.5869219Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/analyzers/time/time_delay.go' from root:root to runner:runner
2025-08-20T22:00:17.5870823Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/analyzers/time/time_delay_test.go' from root:root to runner:runner
2025-08-20T22:00:17.5872231Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/analyzers/time' from root:root to runner:runner
2025-08-20T22:00:17.5873557Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/analyzers/analyzers.go' from root:root to runner:runner
2025-08-20T22:00:17.5874827Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/analyzers' from root:root to runner:runner
2025-08-20T22:00:17.5876072Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/stats/db_test.go' from root:root to runner:runner
2025-08-20T22:00:17.5877389Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/stats/db.go' from root:root to runner:runner
2025-08-20T22:00:17.5878635Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/stats/stats.go' from root:root to runner:runner
2025-08-20T22:00:17.5880095Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/stats/simple.go' from root:root to runner:runner
2025-08-20T22:00:17.5881348Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/stats' from root:root to runner:runner
2025-08-20T22:00:17.5882567Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/fuzz_test.go' from root:root to runner:runner
2025-08-20T22:00:17.5883786Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/type.go' from root:root to runner:runner
2025-08-20T22:00:17.5884999Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/execute.go' from root:root to runner:runner
2025-08-20T22:00:17.5886304Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/parts_test.go' from root:root to runner:runner
2025-08-20T22:00:17.5887586Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/frequency/tracker.go' from root:root to runner:runner
2025-08-20T22:00:17.5888852Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/frequency' from root:root to runner:runner
2025-08-20T22:00:17.5890418Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/dataformat/dataformat_test.go' from root:root to runner:runner
2025-08-20T22:00:17.5891747Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/dataformat/kv.go' from root:root to runner:runner
2025-08-20T22:00:17.5893035Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/dataformat/raw.go' from root:root to runner:runner
2025-08-20T22:00:17.5894350Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/dataformat/multipart.go' from root:root to runner:runner
2025-08-20T22:00:17.5895735Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/dataformat/xml.go' from root:root to runner:runner
2025-08-20T22:00:17.5897053Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/dataformat/dataformat.go' from root:root to runner:runner
2025-08-20T22:00:17.5898365Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/dataformat/form.go' from root:root to runner:runner
2025-08-20T22:00:17.5899651Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/dataformat/json.go' from root:root to runner:runner
2025-08-20T22:00:17.5901248Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/dataformat' from root:root to runner:runner
2025-08-20T22:00:17.5902439Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz' from root:root to runner:runner
2025-08-20T22:00:17.5903652Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/model/worflow_loader.go' from root:root to runner:runner
2025-08-20T22:00:17.5904900Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/model/model.go' from root:root to runner:runner
2025-08-20T22:00:17.5906134Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/model/model_test.go' from root:root to runner:runner
2025-08-20T22:00:17.5907460Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/model/types/severity/severities.go' from root:root to runner:runner
2025-08-20T22:00:17.5909598Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/model/types/severity/severity.go' from root:root to runner:runner
2025-08-20T22:00:17.5912472Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/model/types/severity/severity_test.go' from root:root to runner:runner
2025-08-20T22:00:17.5915156Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/model/types/severity' from root:root to runner:runner
2025-08-20T22:00:17.5917676Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/model/types/userAgent/user_agent.go' from root:root to runner:runner
2025-08-20T22:00:17.5919558Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/model/types/userAgent' from root:root to runner:runner
2025-08-20T22:00:17.5921363Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/model/types/stringslice/stringslice_raw.go' from root:root to runner:runner
2025-08-20T22:00:17.5922814Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/model/types/stringslice/stringslice.go' from root:root to runner:runner
2025-08-20T22:00:17.5924175Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/model/types/stringslice' from root:root to runner:runner
2025-08-20T22:00:17.5925526Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/model/types' from root:root to runner:runner
2025-08-20T22:00:17.5926710Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/model' from root:root to runner:runner
2025-08-20T22:00:17.5927924Z [00:04:19.309]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/client.go' from root:root to runner:runner
2025-08-20T22:00:17.5929204Z [00:04:19.310]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/reporting.go' from root:root to runner:runner
2025-08-20T22:00:17.5930820Z [00:04:19.310]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/format/format_utils_test.go' from root:root to runner:runner
2025-08-20T22:00:17.5932171Z [00:04:19.310]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/format/format.go' from root:root to runner:runner
2025-08-20T22:00:17.5933516Z [00:04:19.310]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/format/format_utils.go' from root:root to runner:runner
2025-08-20T22:00:17.5934816Z [00:04:19.310]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/format' from root:root to runner:runner
2025-08-20T22:00:17.5936113Z [00:04:19.310]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/dedupe/dedupe_test.go' from root:root to runner:runner
2025-08-20T22:00:17.5937453Z [00:04:19.310]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/dedupe/dedupe.go' from root:root to runner:runner
2025-08-20T22:00:17.5938716Z [00:04:19.310]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/dedupe' from root:root to runner:runner
2025-08-20T22:00:17.5940155Z [00:04:19.310]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/options.go' from root:root to runner:runner
2025-08-20T22:00:17.5941601Z [00:04:19.310]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/trackers/gitea/gitea.go' from root:root to runner:runner
2025-08-20T22:00:17.5942945Z [00:04:19.310]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/trackers/gitea' from root:root to runner:runner
2025-08-20T22:00:17.5944298Z [00:04:19.310]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/trackers/github/github.go' from root:root to runner:runner
2025-08-20T22:00:17.5945710Z [00:04:19.310]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/trackers/github' from root:root to runner:runner
2025-08-20T22:00:17.5947119Z [00:04:19.310]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/trackers/linear/jsonutil/jsonutil.go' from root:root to runner:runner
2025-08-20T22:00:17.5948557Z [00:04:19.310]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/trackers/linear/jsonutil' from root:root to runner:runner
2025-08-20T22:00:17.5950260Z [00:04:19.310]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/trackers/linear/linear.go' from root:root to runner:runner
2025-08-20T22:00:17.5951657Z [00:04:19.310]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/trackers/linear' from root:root to runner:runner
2025-08-20T22:00:17.5953017Z [00:04:19.310]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/trackers/jira/jira_test.go' from root:root to runner:runner
2025-08-20T22:00:17.5954391Z [00:04:19.310]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/trackers/jira/jira.go' from root:root to runner:runner
2025-08-20T22:00:17.5955788Z [00:04:19.310]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/trackers/jira' from root:root to runner:runner
2025-08-20T22:00:17.5957150Z [00:04:19.310]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/trackers/filters/filters.go' from root:root to runner:runner
2025-08-20T22:00:17.5958508Z [00:04:19.310]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/trackers/filters' from root:root to runner:runner
2025-08-20T22:00:17.5960081Z [00:04:19.310]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/trackers/gitlab/gitlab.go' from root:root to runner:runner
2025-08-20T22:00:17.5961830Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/trackers/gitlab' from root:root to runner:runner
2025-08-20T22:00:17.5963134Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/trackers' from root:root to runner:runner
2025-08-20T22:00:17.5964462Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/jsonl/jsonl.go' from root:root to runner:runner
2025-08-20T22:00:17.5965888Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/jsonl' from root:root to runner:runner
2025-08-20T22:00:17.5967400Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/mongo/mongo.go' from root:root to runner:runner
2025-08-20T22:00:17.5968744Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/mongo' from root:root to runner:runner
2025-08-20T22:00:17.5970364Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/sarif/sarif.go' from root:root to runner:runner
2025-08-20T22:00:17.5971716Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/sarif' from root:root to runner:runner
2025-08-20T22:00:17.5973103Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/markdown/markdown.go' from root:root to runner:runner
2025-08-20T22:00:17.5974592Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/markdown/util/markdown_utils.go' from root:root to runner:runner
2025-08-20T22:00:17.5976217Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/markdown/util/markdown_utils_test.go' from root:root to runner:runner
2025-08-20T22:00:17.5977799Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/markdown/util/markdown_formatter.go' from root:root to runner:runner
2025-08-20T22:00:17.5979967Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/markdown/util' from root:root to runner:runner
2025-08-20T22:00:17.5982742Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/markdown' from root:root to runner:runner
2025-08-20T22:00:17.5985486Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/jsonexporter/jsonexporter.go' from root:root to runner:runner
2025-08-20T22:00:17.5988208Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/jsonexporter' from root:root to runner:runner
2025-08-20T22:00:17.5990214Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/splunk/splunkhec.go' from root:root to runner:runner
2025-08-20T22:00:17.5991608Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/splunk' from root:root to runner:runner
2025-08-20T22:00:17.5992996Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/es/elasticsearch.go' from root:root to runner:runner
2025-08-20T22:00:17.5994357Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/es' from root:root to runner:runner
2025-08-20T22:00:17.5995628Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters' from root:root to runner:runner
2025-08-20T22:00:17.5996955Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting' from root:root to runner:runner
2025-08-20T22:00:17.5998176Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/installer/util.go' from root:root to runner:runner
2025-08-20T22:00:17.5999412Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/installer/doc.go' from root:root to runner:runner
2025-08-20T22:00:17.6000962Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/installer/zipslip_unix_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6002293Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/installer/template_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6003590Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/installer/template.go' from root:root to runner:runner
2025-08-20T22:00:17.6004960Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/installer/versioncheck.go' from root:root to runner:runner
2025-08-20T22:00:17.6006302Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/installer/versioncheck_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6007560Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/installer' from root:root to runner:runner
2025-08-20T22:00:17.6008763Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/README.md' from root:root to runner:runner
2025-08-20T22:00:17.6010283Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/provider/interface.go' from root:root to runner:runner
2025-08-20T22:00:17.6011656Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/provider/list/utils.go' from root:root to runner:runner
2025-08-20T22:00:17.6013033Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/provider/list/tests/AS14421.txt' from root:root to runner:runner
2025-08-20T22:00:17.6014453Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/provider/list/tests/AS134029.txt' from root:root to runner:runner
2025-08-20T22:00:17.6015807Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/provider/list/tests' from root:root to runner:runner
2025-08-20T22:00:17.6017133Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/provider/list/hmap.go' from root:root to runner:runner
2025-08-20T22:00:17.6018480Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/provider/list/hmap_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6019968Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/provider/list' from root:root to runner:runner
2025-08-20T22:00:17.6021356Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/provider/chunked.go' from root:root to runner:runner
2025-08-20T22:00:17.6022716Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/provider/http/multiformat.go' from root:root to runner:runner
2025-08-20T22:00:17.6024037Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/provider/http' from root:root to runner:runner
2025-08-20T22:00:17.6025382Z [00:04:19.311]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/provider/simple.go' from root:root to runner:runner
2025-08-20T22:00:17.6026642Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/provider' from root:root to runner:runner
2025-08-20T22:00:17.6027909Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/transform_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6029303Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/openapi/openapi.go' from root:root to runner:runner
2025-08-20T22:00:17.6030921Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/openapi/openapi_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6032311Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/openapi/examples.go' from root:root to runner:runner
2025-08-20T22:00:17.6033699Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/openapi/generator.go' from root:root to runner:runner
2025-08-20T22:00:17.6035106Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/openapi' from root:root to runner:runner
2025-08-20T22:00:17.6036392Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/README.md' from root:root to runner:runner
2025-08-20T22:00:17.6037759Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/swagger/swagger_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6039144Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/swagger/swagger.go' from root:root to runner:runner
2025-08-20T22:00:17.6040743Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/swagger' from root:root to runner:runner
2025-08-20T22:00:17.6042107Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/burp/burp.go' from root:root to runner:runner
2025-08-20T22:00:17.6043466Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/burp/burp_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6044771Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/burp' from root:root to runner:runner
2025-08-20T22:00:17.6046128Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/formats.go' from root:root to runner:runner
2025-08-20T22:00:17.6047488Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/yaml/multidoc_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6049395Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/yaml/multidoc.go' from root:root to runner:runner
2025-08-20T22:00:17.6051776Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/yaml' from root:root to runner:runner
2025-08-20T22:00:17.6054283Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/json/json_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6056841Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/json/json.go' from root:root to runner:runner
2025-08-20T22:00:17.6059178Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/json' from root:root to runner:runner
2025-08-20T22:00:17.6060963Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/testdata/openapi.yaml' from root:root to runner:runner
2025-08-20T22:00:17.6062448Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/testdata/ginandjuice.proxify.yaml' from root:root to runner:runner
2025-08-20T22:00:17.6063891Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/testdata/burp.xml' from root:root to runner:runner
2025-08-20T22:00:17.6065376Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/testdata/postman.json' from root:root to runner:runner
2025-08-20T22:00:17.6066775Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/testdata/swagger.yaml' from root:root to runner:runner
2025-08-20T22:00:17.6068228Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/testdata/ginandjuice.proxify.json' from root:root to runner:runner
2025-08-20T22:00:17.6069622Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/testdata' from root:root to runner:runner
2025-08-20T22:00:17.6071104Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats' from root:root to runner:runner
2025-08-20T22:00:17.6072339Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/transform.go' from root:root to runner:runner
2025-08-20T22:00:17.6073612Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/types/http_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6074972Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/types/probe.go' from root:root to runner:runner
2025-08-20T22:00:17.6083867Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/types/http.go' from root:root to runner:runner
2025-08-20T22:00:17.6085158Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/types' from root:root to runner:runner
2025-08-20T22:00:17.6086460Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input' from root:root to runner:runner
2025-08-20T22:00:17.6087695Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/template_sign.go' from root:root to runner:runner
2025-08-20T22:00:17.6089033Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/templates_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6090572Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/cluster_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6092013Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/parser_stats.go' from root:root to runner:runner
2025-08-20T22:00:17.6093372Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/compile_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6094652Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/cache.go' from root:root to runner:runner
2025-08-20T22:00:17.6095907Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/stats.go' from root:root to runner:runner
2025-08-20T22:00:17.6097255Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/templates.go' from root:root to runner:runner
2025-08-20T22:00:17.6098626Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/extensions/extensions.go' from root:root to runner:runner
2025-08-20T22:00:17.6100134Z [00:04:19.312]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/extensions' from root:root to runner:runner
2025-08-20T22:00:17.6101740Z [00:04:19.313]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/parser_validate.go' from root:root to runner:runner
2025-08-20T22:00:17.6103064Z [00:04:19.313]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/log_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6104391Z [00:04:19.313]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/validator_singleton.go' from root:root to runner:runner
2025-08-20T22:00:17.6105688Z [00:04:19.313]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/doc.go' from root:root to runner:runner
2025-08-20T22:00:17.6107132Z [00:04:19.313]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/parser_config.go' from root:root to runner:runner
2025-08-20T22:00:17.6108533Z [00:04:19.313]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/parser_error.go' from root:root to runner:runner
2025-08-20T22:00:17.6110055Z [00:04:19.313]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/tests/match-1.yaml' from root:root to runner:runner
2025-08-20T22:00:17.6111416Z [00:04:19.313]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/tests/workflow.yaml' from root:root to runner:runner
2025-08-20T22:00:17.6112855Z [00:04:19.313]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/tests/multiproto.json' from root:root to runner:runner
2025-08-20T22:00:17.6114254Z [00:04:19.313]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/tests/workflow-invalid.yaml' from root:root to runner:runner
2025-08-20T22:00:17.6115626Z [00:04:19.313]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/tests/no-author.yaml' from root:root to runner:runner
2025-08-20T22:00:17.6117020Z [00:04:19.313]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/tests/no-req.yaml' from root:root to runner:runner
2025-08-20T22:00:17.6118387Z [00:04:19.313]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/tests/multiproto.yaml' from root:root to runner:runner
2025-08-20T22:00:17.6120983Z [00:04:19.313]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/tests/json-template.json' from root:root to runner:runner
2025-08-20T22:00:17.6123535Z [00:04:19.313]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/tests' from root:root to runner:runner
2025-08-20T22:00:17.6126113Z [00:04:19.313]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/templates_doc.go' from root:root to runner:runner
2025-08-20T22:00:17.6128603Z [00:04:19.313]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/cache_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6130589Z [00:04:19.313]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/parser.go' from root:root to runner:runner
2025-08-20T22:00:17.6131918Z [00:04:19.313]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/workflows.go' from root:root to runner:runner
2025-08-20T22:00:17.6133230Z [00:04:19.313]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/tag_filter_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6134548Z [00:04:19.313]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/tag_filter.go' from root:root to runner:runner
2025-08-20T22:00:17.6135870Z [00:04:19.313]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/preprocessors.go' from root:root to runner:runner
2025-08-20T22:00:17.6137152Z [00:04:19.313]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/log.go' from root:root to runner:runner
2025-08-20T22:00:17.6138533Z [00:04:19.313]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/parser_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6140044Z [00:04:19.313]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/types/types.go' from root:root to runner:runner
2025-08-20T22:00:17.6141359Z [00:04:19.313]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/types' from root:root to runner:runner
2025-08-20T22:00:17.6142767Z [00:04:19.313]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/templates_doc_examples.go' from root:root to runner:runner
2025-08-20T22:00:17.6144097Z [00:04:19.313]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/compile.go' from root:root to runner:runner
2025-08-20T22:00:17.6145364Z [00:04:19.313]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/cluster.go' from root:root to runner:runner
2025-08-20T22:00:17.6146756Z [00:04:19.313]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/signer/handler_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6148115Z [00:04:19.313]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/signer/handler.go' from root:root to runner:runner
2025-08-20T22:00:17.6149475Z [00:04:19.313]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/signer/tmpl_signer_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6151125Z [00:04:19.313]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/signer/tmpl_signer.go' from root:root to runner:runner
2025-08-20T22:00:17.6152559Z [00:04:19.313]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/signer/default.go' from root:root to runner:runner
2025-08-20T22:00:17.6154034Z [00:04:19.313]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/signer/.nuclei-config/nuclei/.templates-config.json' from root:root to runner:runner
2025-08-20T22:00:17.6155546Z [00:04:19.313]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/signer/.nuclei-config/nuclei' from root:root to runner:runner
2025-08-20T22:00:17.6156926Z [00:04:19.313]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/signer/.nuclei-config' from root:root to runner:runner
2025-08-20T22:00:17.6158219Z [00:04:19.314]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/signer' from root:root to runner:runner
2025-08-20T22:00:17.6159432Z [00:04:19.314]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates' from root:root to runner:runner
2025-08-20T22:00:17.6160906Z [00:04:19.314]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/interface.go' from root:root to runner:runner
2025-08-20T22:00:17.6162283Z [00:04:19.314]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/multi.go' from root:root to runner:runner
2025-08-20T22:00:17.6163565Z [00:04:19.314]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/file.go' from root:root to runner:runner
2025-08-20T22:00:17.6164896Z [00:04:19.314]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/authx/query_auth.go' from root:root to runner:runner
2025-08-20T22:00:17.6166330Z [00:04:19.314]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/authx/bearer_auth.go' from root:root to runner:runner
2025-08-20T22:00:17.6167712Z [00:04:19.314]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/authx/dynamic_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6169102Z [00:04:19.314]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/authx/cookies_auth.go' from root:root to runner:runner
2025-08-20T22:00:17.6170898Z [00:04:19.314]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/authx/file.go' from root:root to runner:runner
2025-08-20T22:00:17.6172524Z [00:04:19.314]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/authx/testData/example-auth.yaml' from root:root to runner:runner
2025-08-20T22:00:17.6174159Z [00:04:19.314]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/authx/testData' from root:root to runner:runner
2025-08-20T22:00:17.6175525Z [00:04:19.314]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/authx/basic_auth.go' from root:root to runner:runner
2025-08-20T22:00:17.6176890Z [00:04:19.314]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/authx/file_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6178478Z [00:04:19.314]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/authx/strategy.go' from root:root to runner:runner
2025-08-20T22:00:17.6180046Z [00:04:19.314]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/authx/dynamic.go' from root:root to runner:runner
2025-08-20T22:00:17.6181454Z [00:04:19.314]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/authx/headers_auth.go' from root:root to runner:runner
2025-08-20T22:00:17.6182776Z [00:04:19.314]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/authx' from root:root to runner:runner
2025-08-20T22:00:17.6184014Z [00:04:19.314]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider' from root:root to runner:runner
2025-08-20T22:00:17.6185232Z [00:04:19.314]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/keys/nuclei.crt' from root:root to runner:runner
2025-08-20T22:00:17.6186441Z [00:04:19.314]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/keys/key.go' from root:root to runner:runner
2025-08-20T22:00:17.6187695Z [00:04:19.314]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/keys' from root:root to runner:runner
2025-08-20T22:00:17.6188883Z [00:04:19.314]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/types/types.go' from root:root to runner:runner
2025-08-20T22:00:17.6190295Z [00:04:19.314]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/types/resume.go' from root:root to runner:runner
2025-08-20T22:00:17.6192376Z [00:04:19.314]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/types/interfaces.go' from root:root to runner:runner
2025-08-20T22:00:17.6194974Z [00:04:19.314]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/types/scanstrategy/scan_strategy.go' from root:root to runner:runner
2025-08-20T22:00:17.6197497Z [00:04:19.314]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/types/scanstrategy' from root:root to runner:runner
2025-08-20T22:00:17.6200125Z [00:04:19.314]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/types/nucleierr/kinds.go' from root:root to runner:runner
2025-08-20T22:00:17.6201990Z [00:04:19.314]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/types/nucleierr' from root:root to runner:runner
2025-08-20T22:00:17.6203207Z [00:04:19.314]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/types' from root:root to runner:runner
2025-08-20T22:00:17.6204449Z [00:04:19.314]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/projectfile/httputil.go' from root:root to runner:runner
2025-08-20T22:00:17.6205749Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/projectfile/project.go' from root:root to runner:runner
2025-08-20T22:00:17.6207087Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/projectfile' from root:root to runner:runner
2025-08-20T22:00:17.6208377Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/insertion_ordered_map.go' from root:root to runner:runner
2025-08-20T22:00:17.6209091Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/insertion_ordered_map_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6209968Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/monitor/monitor_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6210697Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/monitor/monitor.go' from root:root to runner:runner
2025-08-20T22:00:17.6211340Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/monitor' from root:root to runner:runner
2025-08-20T22:00:17.6212050Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/utils.go' from root:root to runner:runner
2025-08-20T22:00:17.6212706Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/http_probe.go' from root:root to runner:runner
2025-08-20T22:00:17.6213426Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/stats/stats.go' from root:root to runner:runner
2025-08-20T22:00:17.6214072Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/stats/doc.go' from root:root to runner:runner
2025-08-20T22:00:17.6214694Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/stats' from root:root to runner:runner
2025-08-20T22:00:17.6215318Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/index.go' from root:root to runner:runner
2025-08-20T22:00:17.6215989Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/capture_writer.go' from root:root to runner:runner
2025-08-20T22:00:17.6216648Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/expand/expand.go' from root:root to runner:runner
2025-08-20T22:00:17.6217334Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/expand' from root:root to runner:runner
2025-08-20T22:00:17.6218030Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/utils_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6218714Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/yaml/preprocess.go' from root:root to runner:runner
2025-08-20T22:00:17.6219423Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/yaml/yaml_decode_wrapper.go' from root:root to runner:runner
2025-08-20T22:00:17.6220210Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/yaml' from root:root to runner:runner
2025-08-20T22:00:17.6220902Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/json/jsoncodec.go' from root:root to runner:runner
2025-08-20T22:00:17.6221542Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/json/doc.go' from root:root to runner:runner
2025-08-20T22:00:17.6222204Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/json/message.go' from root:root to runner:runner
2025-08-20T22:00:17.6222957Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/json/json_fallback.go' from root:root to runner:runner
2025-08-20T22:00:17.6223609Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/json/json.go' from root:root to runner:runner
2025-08-20T22:00:17.6224219Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/json' from root:root to runner:runner
2025-08-20T22:00:17.6224939Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/template_path.go' from root:root to runner:runner
2025-08-20T22:00:17.6225536Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils' from root:root to runner:runner
2025-08-20T22:00:17.6226235Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/testutils/fuzzplayground/db.go' from root:root to runner:runner
2025-08-20T22:00:17.6226964Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/testutils/fuzzplayground/server.go' from root:root to runner:runner
2025-08-20T22:00:17.6227639Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/testutils/fuzzplayground' from root:root to runner:runner
2025-08-20T22:00:17.6228395Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/testutils/testheadless/headless_runtime.go' from root:root to runner:runner
2025-08-20T22:00:17.6229140Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/testutils/testheadless/headless_local.go' from root:root to runner:runner
2025-08-20T22:00:17.6230082Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/testutils/testheadless' from root:root to runner:runner
2025-08-20T22:00:17.6230839Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/testutils/testutils.go' from root:root to runner:runner
2025-08-20T22:00:17.6231525Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/testutils/integration.go' from root:root to runner:runner
2025-08-20T22:00:17.6232139Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/testutils' from root:root to runner:runner
2025-08-20T22:00:17.6232802Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/protocols.go' from root:root to runner:runner
2025-08-20T22:00:17.6233468Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/ssl/ssl.go' from root:root to runner:runner
2025-08-20T22:00:17.6234142Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/ssl/ssl_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6234773Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/ssl' from root:root to runner:runner
2025-08-20T22:00:17.6235543Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/engine/util.go' from root:root to runner:runner
2025-08-20T22:00:17.6236269Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/engine/action.go' from root:root to runner:runner
2025-08-20T22:00:17.6237020Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/engine/page_actions.go' from root:root to runner:runner
2025-08-20T22:00:17.6237829Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/engine/action_types.go' from root:root to runner:runner
2025-08-20T22:00:17.6238555Z [00:04:19.315]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/engine/hijack.go' from root:root to runner:runner
2025-08-20T22:00:17.6239268Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/engine/page.go' from root:root to runner:runner
2025-08-20T22:00:17.6240316Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/engine/engine.go' from root:root to runner:runner
2025-08-20T22:00:17.6241078Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/engine/rules.go' from root:root to runner:runner
2025-08-20T22:00:17.6241856Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/engine/page_actions_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6242594Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/engine/http_client.go' from root:root to runner:runner
2025-08-20T22:00:17.6243506Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/engine/instance.go' from root:root to runner:runner
2025-08-20T22:00:17.6244420Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/engine' from root:root to runner:runner
2025-08-20T22:00:17.6245143Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/request.go' from root:root to runner:runner
2025-08-20T22:00:17.6245884Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/operators_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6246595Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/operators.go' from root:root to runner:runner
2025-08-20T22:00:17.6247304Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/headless.go' from root:root to runner:runner
2025-08-20T22:00:17.6247957Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless' from root:root to runner:runner
2025-08-20T22:00:17.6248906Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/protocolstate/js.go' from root:root to runner:runner
2025-08-20T22:00:17.6249684Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/protocolstate/memoizer.go' from root:root to runner:runner
2025-08-20T22:00:17.6250656Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/protocolstate/memguardian.go' from root:root to runner:runner
2025-08-20T22:00:17.6251500Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/protocolstate/context.go' from root:root to runner:runner
2025-08-20T22:00:17.6252253Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/protocolstate/dialers.go' from root:root to runner:runner
2025-08-20T22:00:17.6253001Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/protocolstate/file.go' from root:root to runner:runner
2025-08-20T22:00:17.6253749Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/protocolstate/state.go' from root:root to runner:runner
2025-08-20T22:00:17.6254513Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/protocolstate/headless.go' from root:root to runner:runner
2025-08-20T22:00:17.6255219Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/protocolstate' from root:root to runner:runner
2025-08-20T22:00:17.6255940Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/contextargs/doc.go' from root:root to runner:runner
2025-08-20T22:00:17.6256768Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/contextargs/contextargs.go' from root:root to runner:runner
2025-08-20T22:00:17.6257571Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/contextargs/variables.go' from root:root to runner:runner
2025-08-20T22:00:17.6258330Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/contextargs/metainput.go' from root:root to runner:runner
2025-08-20T22:00:17.6259023Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/contextargs' from root:root to runner:runner
2025-08-20T22:00:17.6259756Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/interactsh/const.go' from root:root to runner:runner
2025-08-20T22:00:17.6260712Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/interactsh/interactsh.go' from root:root to runner:runner
2025-08-20T22:00:17.6261893Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/interactsh/options.go' from root:root to runner:runner
2025-08-20T22:00:17.6262995Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/interactsh' from root:root to runner:runner
2025-08-20T22:00:17.6264414Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/variables/doc.go' from root:root to runner:runner
2025-08-20T22:00:17.6265883Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/variables/variables.go' from root:root to runner:runner
2025-08-20T22:00:17.6267461Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/variables/variables_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6268760Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/variables' from root:root to runner:runner
2025-08-20T22:00:17.6270627Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/helpers/responsehighlighter/response_highlighter.go' from root:root to runner:runner
2025-08-20T22:00:17.6272036Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/helpers/responsehighlighter/hexdump.go' from root:root to runner:runner
2025-08-20T22:00:17.6272966Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/helpers/responsehighlighter/response_highlighter_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6273741Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/helpers/responsehighlighter' from root:root to runner:runner
2025-08-20T22:00:17.6274552Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/helpers/deserialization/helpers.go' from root:root to runner:runner
2025-08-20T22:00:17.6275563Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/helpers/deserialization/deserialization.go' from root:root to runner:runner
2025-08-20T22:00:17.6276359Z [00:04:19.316]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/helpers/deserialization/java.go' from root:root to runner:runner
2025-08-20T22:00:17.6277201Z [00:04:19.317]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/helpers/deserialization/testdata/README.md' from root:root to runner:runner
2025-08-20T22:00:17.6278085Z [00:04:19.317]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/helpers/deserialization/testdata/Deserialize.java' from root:root to runner:runner
2025-08-20T22:00:17.6278969Z [00:04:19.317]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/helpers/deserialization/testdata/ValueObject.java' from root:root to runner:runner
2025-08-20T22:00:17.6279761Z [00:04:19.317]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/helpers/deserialization/testdata' from root:root to runner:runner
2025-08-20T22:00:17.6280843Z [00:04:19.317]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/helpers/deserialization' from root:root to runner:runner
2025-08-20T22:00:17.6281672Z [00:04:19.317]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/helpers/eventcreator/eventcreator.go' from root:root to runner:runner
2025-08-20T22:00:17.6282421Z [00:04:19.317]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/helpers/eventcreator' from root:root to runner:runner
2025-08-20T22:00:17.6283224Z [00:04:19.317]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/helpers/writer/writer.go' from root:root to runner:runner
2025-08-20T22:00:17.6283934Z [00:04:19.317]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/helpers/writer' from root:root to runner:runner
2025-08-20T22:00:17.6284610Z [00:04:19.317]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/helpers' from root:root to runner:runner
2025-08-20T22:00:17.6285349Z [00:04:19.317]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/protocolinit/init.go' from root:root to runner:runner
2025-08-20T22:00:17.6286051Z [00:04:19.317]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/protocolinit' from root:root to runner:runner
2025-08-20T22:00:17.6286771Z [00:04:19.317]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/generators/load.go' from root:root to runner:runner
2025-08-20T22:00:17.6287534Z [00:04:19.317]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/generators/attack_types.go' from root:root to runner:runner
2025-08-20T22:00:17.6288273Z [00:04:19.317]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/generators/load_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6289130Z [00:04:19.317]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/generators/validate.go' from root:root to runner:runner
2025-08-20T22:00:17.6290012Z [00:04:19.317]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/generators/env.go' from root:root to runner:runner
2025-08-20T22:00:17.6290752Z [00:04:19.317]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/generators/maps.go' from root:root to runner:runner
2025-08-20T22:00:17.6291496Z [00:04:19.317]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/generators/maps_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6292226Z [00:04:19.317]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/generators/slice.go' from root:root to runner:runner
2025-08-20T22:00:17.6292963Z [00:04:19.317]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/generators/options.go' from root:root to runner:runner
2025-08-20T22:00:17.6293730Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/generators/generators_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6294556Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/generators/generators.go' from root:root to runner:runner
2025-08-20T22:00:17.6295251Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/generators' from root:root to runner:runner
2025-08-20T22:00:17.6295965Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/marker/marker.go' from root:root to runner:runner
2025-08-20T22:00:17.6296693Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/marker' from root:root to runner:runner
2025-08-20T22:00:17.6297450Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/randomip/randomip_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6298180Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/randomip/randomip.go' from root:root to runner:runner
2025-08-20T22:00:17.6298861Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/randomip' from root:root to runner:runner
2025-08-20T22:00:17.6299648Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/expressions/expressions_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6300665Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/expressions/variables.go' from root:root to runner:runner
2025-08-20T22:00:17.6301461Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/expressions/variables_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6302373Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/expressions/expressions.go' from root:root to runner:runner
2025-08-20T22:00:17.6303079Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/expressions' from root:root to runner:runner
2025-08-20T22:00:17.6303802Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/uncover/uncover.go' from root:root to runner:runner
2025-08-20T22:00:17.6304484Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/uncover' from root:root to runner:runner
2025-08-20T22:00:17.6305298Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/hosterrorscache/hosterrorscache.go' from root:root to runner:runner
2025-08-20T22:00:17.6306125Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/hosterrorscache/hosterrorscache_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6306837Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/hosterrorscache' from root:root to runner:runner
2025-08-20T22:00:17.6307675Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/automaticscan/automaticscan.go' from root:root to runner:runner
2025-08-20T22:00:17.6308426Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/automaticscan/util.go' from root:root to runner:runner
2025-08-20T22:00:17.6309158Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/automaticscan/doc.go' from root:root to runner:runner
2025-08-20T22:00:17.6310227Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/automaticscan/automaticscan_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6310944Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/automaticscan' from root:root to runner:runner
2025-08-20T22:00:17.6311679Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/utils/vardump/vars.go' from root:root to runner:runner
2025-08-20T22:00:17.6312446Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/utils/vardump/dump_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6313181Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/utils/vardump/dump.go' from root:root to runner:runner
2025-08-20T22:00:17.6313886Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/utils/vardump' from root:root to runner:runner
2025-08-20T22:00:17.6314927Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/utils/excludematchers/excludematchers.go' from root:root to runner:runner
2025-08-20T22:00:17.6315942Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/utils/excludematchers/excludematchers_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6316692Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/utils/excludematchers' from root:root to runner:runner
2025-08-20T22:00:17.6317360Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/utils' from root:root to runner:runner
2025-08-20T22:00:17.6318158Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/globalmatchers/globalmatchers.go' from root:root to runner:runner
2025-08-20T22:00:17.6318871Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/globalmatchers' from root:root to runner:runner
2025-08-20T22:00:17.6319931Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/replacer/replacer_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6320803Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/replacer/replacer.go' from root:root to runner:runner
2025-08-20T22:00:17.6321582Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/replacer' from root:root to runner:runner
2025-08-20T22:00:17.6322230Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common' from root:root to runner:runner
2025-08-20T22:00:17.6322909Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/dns/request.go' from root:root to runner:runner
2025-08-20T22:00:17.6323627Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/dns/dns.go' from root:root to runner:runner
2025-08-20T22:00:17.6324330Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/dns/operators_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6325010Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/dns/operators.go' from root:root to runner:runner
2025-08-20T22:00:17.6325706Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/dns/request_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6326463Z [00:04:19.318]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/dns/dnsclientpool/clientpool.go' from root:root to runner:runner
2025-08-20T22:00:17.6327147Z [00:04:19.319]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/dns/dnsclientpool' from root:root to runner:runner
2025-08-20T22:00:17.6327826Z [00:04:19.319]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/dns/dns_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6328555Z [00:04:19.319]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/dns/cluster.go' from root:root to runner:runner
2025-08-20T22:00:17.6329288Z [00:04:19.319]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/dns/dns_types.go' from root:root to runner:runner
2025-08-20T22:00:17.6330183Z [00:04:19.319]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/dns' from root:root to runner:runner
2025-08-20T22:00:17.6330988Z [00:04:19.319]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/file/find.go' from root:root to runner:runner
2025-08-20T22:00:17.6331668Z [00:04:19.319]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/file/request.go' from root:root to runner:runner
2025-08-20T22:00:17.6332817Z [00:04:19.319]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/file/operators_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6333853Z [00:04:19.319]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/file/operators.go' from root:root to runner:runner
2025-08-20T22:00:17.6335213Z [00:04:19.319]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/file/request_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6336681Z [00:04:19.319]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/file/find_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6337976Z [00:04:19.319]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/file/file.go' from root:root to runner:runner
2025-08-20T22:00:17.6339195Z [00:04:19.319]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/file' from root:root to runner:runner
2025-08-20T22:00:17.6340805Z [00:04:19.319]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/offlinehttp/find.go' from root:root to runner:runner
2025-08-20T22:00:17.6342190Z [00:04:19.319]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/offlinehttp/request.go' from root:root to runner:runner
2025-08-20T22:00:17.6343073Z [00:04:19.319]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/offlinehttp/operators_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6343840Z [00:04:19.319]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/offlinehttp/read_response_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6344580Z [00:04:19.319]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/offlinehttp/read_response.go' from root:root to runner:runner
2025-08-20T22:00:17.6345299Z [00:04:19.319]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/offlinehttp/operators.go' from root:root to runner:runner
2025-08-20T22:00:17.6346015Z [00:04:19.319]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/offlinehttp/find_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6346898Z [00:04:19.319]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/offlinehttp/offlinehttp.go' from root:root to runner:runner
2025-08-20T22:00:17.6347573Z [00:04:19.319]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/offlinehttp' from root:root to runner:runner
2025-08-20T22:00:17.6348343Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/whois/rdapclientpool/clientpool.go' from root:root to runner:runner
2025-08-20T22:00:17.6349046Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/whois/rdapclientpool' from root:root to runner:runner
2025-08-20T22:00:17.6349719Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/whois/whois.go' from root:root to runner:runner
2025-08-20T22:00:17.6350606Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/whois' from root:root to runner:runner
2025-08-20T22:00:17.6351302Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/javascript/js.go' from root:root to runner:runner
2025-08-20T22:00:17.6352167Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/javascript/testcases/ms-sql-detect.yaml' from root:root to runner:runner
2025-08-20T22:00:17.6353009Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/javascript/testcases/ssh-server-fingerprint.yaml' from root:root to runner:runner
2025-08-20T22:00:17.6353819Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/javascript/testcases/redis-pass-brute.yaml' from root:root to runner:runner
2025-08-20T22:00:17.6354582Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/javascript/testcases' from root:root to runner:runner
2025-08-20T22:00:17.6355288Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/javascript/js_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6355941Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/javascript' from root:root to runner:runner
2025-08-20T22:00:17.6356632Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/code/helpers.go' from root:root to runner:runner
2025-08-20T22:00:17.6357297Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/code/code.go' from root:root to runner:runner
2025-08-20T22:00:17.6357983Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/code/code_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6358613Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/code' from root:root to runner:runner
2025-08-20T22:00:17.6359323Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/websocket/websocket.go' from root:root to runner:runner
2025-08-20T22:00:17.6360408Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/websocket' from root:root to runner:runner
2025-08-20T22:00:17.6361109Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/utils/fields.go' from root:root to runner:runner
2025-08-20T22:00:17.6361786Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/utils/utils.go' from root:root to runner:runner
2025-08-20T22:00:17.6362471Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/utils/variables.go' from root:root to runner:runner
2025-08-20T22:00:17.6363184Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/utils/variables_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6363877Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/utils/utils_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6364609Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/utils/http/requtils_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6365372Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/utils/http/requtils.go' from root:root to runner:runner
2025-08-20T22:00:17.6366036Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/utils/http' from root:root to runner:runner
2025-08-20T22:00:17.6366675Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/utils' from root:root to runner:runner
2025-08-20T22:00:17.6367419Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/network/request.go' from root:root to runner:runner
2025-08-20T22:00:17.6368144Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/network/operators_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6368825Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/network/network.go' from root:root to runner:runner
2025-08-20T22:00:17.6369531Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/network/operators.go' from root:root to runner:runner
2025-08-20T22:00:17.6370421Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/network/request_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6371141Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/network/network_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6371934Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/network/networkclientpool/clientpool.go' from root:root to runner:runner
2025-08-20T22:00:17.6372740Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/network/networkclientpool' from root:root to runner:runner
2025-08-20T22:00:17.6373535Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/network/network_input_types.go' from root:root to runner:runner
2025-08-20T22:00:17.6374182Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/network' from root:root to runner:runner
2025-08-20T22:00:17.6374921Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/request_generator_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6375630Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/http_method_types.go' from root:root to runner:runner
2025-08-20T22:00:17.6376334Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/cluster_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6377012Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/validate.go' from root:root to runner:runner
2025-08-20T22:00:17.6377813Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/race/syncedreadcloser.go' from root:root to runner:runner
2025-08-20T22:00:17.6378468Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/race' from root:root to runner:runner
2025-08-20T22:00:17.6379184Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/httputils/spm.go' from root:root to runner:runner
2025-08-20T22:00:17.6380195Z [00:04:19.320]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/httputils/misc.go' from root:root to runner:runner
2025-08-20T22:00:17.6380880Z [00:04:19.321]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/httputils' from root:root to runner:runner
2025-08-20T22:00:17.6381581Z [00:04:19.321]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/request_fuzz.go' from root:root to runner:runner
2025-08-20T22:00:17.6382249Z [00:04:19.321]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/utils.go' from root:root to runner:runner
2025-08-20T22:00:17.6383020Z [00:04:19.321]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/httpclientpool/clientpool.go' from root:root to runner:runner
2025-08-20T22:00:17.6383765Z [00:04:19.321]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/httpclientpool/options.go' from root:root to runner:runner
2025-08-20T22:00:17.6384510Z [00:04:19.321]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/httpclientpool/errors.go' from root:root to runner:runner
2025-08-20T22:00:17.6385206Z [00:04:19.321]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/httpclientpool' from root:root to runner:runner
2025-08-20T22:00:17.6386274Z [00:04:19.321]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/request.go' from root:root to runner:runner
2025-08-20T22:00:17.6387012Z [00:04:19.321]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/operators_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6387685Z [00:04:19.321]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/raw/doc.go' from root:root to runner:runner
2025-08-20T22:00:17.6388365Z [00:04:19.321]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/raw/raw.go' from root:root to runner:runner
2025-08-20T22:00:17.6389060Z [00:04:19.321]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/raw/raw_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6389708Z [00:04:19.321]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/raw' from root:root to runner:runner
2025-08-20T22:00:17.6390963Z [00:04:19.321]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/build_request_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6391816Z [00:04:19.321]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/http_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6392572Z [00:04:19.321]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/signerpool/signerpool.go' from root:root to runner:runner
2025-08-20T22:00:17.6393261Z [00:04:19.321]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/signerpool' from root:root to runner:runner
2025-08-20T22:00:17.6394040Z [00:04:19.321]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/request_condition.go' from root:root to runner:runner
2025-08-20T22:00:17.6394727Z [00:04:19.321]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/operators.go' from root:root to runner:runner
2025-08-20T22:00:17.6395424Z [00:04:19.321]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/build_request.go' from root:root to runner:runner
2025-08-20T22:00:17.6396118Z [00:04:19.321]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/request_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6396808Z [00:04:19.321]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/signature.go' from root:root to runner:runner
2025-08-20T22:00:17.6397530Z [00:04:19.322]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/request_annotations.go' from root:root to runner:runner
2025-08-20T22:00:17.6398246Z [00:04:19.322]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/request_generator.go' from root:root to runner:runner
2025-08-20T22:00:17.6398979Z [00:04:19.322]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/cluster.go' from root:root to runner:runner
2025-08-20T22:00:17.6399931Z [00:04:19.322]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/request_annotations_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6400665Z [00:04:19.322]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/http.go' from root:root to runner:runner
2025-08-20T22:00:17.6401365Z [00:04:19.322]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/signer/signer.go' from root:root to runner:runner
2025-08-20T22:00:17.6402080Z [00:04:19.322]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/signer/aws-sign.go' from root:root to runner:runner
2025-08-20T22:00:17.6402746Z [00:04:19.322]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/signer' from root:root to runner:runner
2025-08-20T22:00:17.6403715Z [00:04:19.322]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http' from root:root to runner:runner
2025-08-20T22:00:17.6404507Z [00:04:19.322]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols' from root:root to runner:runner
2025-08-20T22:00:17.6405884Z [00:04:19.322]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/progress/doc.go' from root:root to runner:runner
2025-08-20T22:00:17.6407195Z [00:04:19.322]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/progress/progress.go' from root:root to runner:runner
2025-08-20T22:00:17.6408379Z [00:04:19.322]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/progress' from root:root to runner:runner
2025-08-20T22:00:17.6410130Z [00:04:19.322]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/external/customtemplates/github.go' from root:root to runner:runner
2025-08-20T22:00:17.6411484Z [00:04:19.322]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/external/customtemplates/s3.go' from root:root to runner:runner
2025-08-20T22:00:17.6412948Z [00:04:19.322]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/external/customtemplates/templates_provider.go' from root:root to runner:runner
2025-08-20T22:00:17.6414053Z [00:04:19.322]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/external/customtemplates/gitlab.go' from root:root to runner:runner
2025-08-20T22:00:17.6414810Z [00:04:19.322]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/external/customtemplates/azure_blob.go' from root:root to runner:runner
2025-08-20T22:00:17.6415544Z [00:04:19.322]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/external/customtemplates/github_test.go' from root:root to runner:runner
2025-08-20T22:00:17.6416223Z [00:04:19.322]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/external/customtemplates' from root:root to runner:runner
2025-08-20T22:00:17.6416934Z [00:04:19.322]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/external' from root:root to runner:runner
2025-08-20T22:00:17.6417555Z [00:04:19.322]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg' from root:root to runner:runner
2025-08-20T22:00:17.6418110Z [00:04:19.322]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO' from root:root to runner:runner
2025-08-20T22:00:17.6418620Z [00:04:19.322]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA' from root:root to runner:runner
2025-08-20T22:00:17.6419103Z [00:04:19.322]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from runner:docker to runner:runner
2025-08-20T22:00:17.6419585Z [00:04:19.322]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/nuclei' from runner:docker to runner:runner
2025-08-20T22:00:17.6420295Z [00:04:19.322]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' from runner:docker to runner:runner
2025-08-20T22:00:17.6420814Z [00:04:19.322]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T22:00:17.6421272Z [00:04:19.322]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-20T22:00:17.6421706Z [00:04:19.322]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/nuclei' from runner:docker to runner:runner
2025-08-20T22:00:17.6422216Z [00:04:19.322]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T22:00:17.6422693Z [00:04:19.322]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/nuclei.version' from runner:docker to runner:runner
2025-08-20T22:00:17.6423139Z [00:04:19.322]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/LICENSE' from runner:docker to runner:runner
2025-08-20T22:00:17.6423696Z [00:04:19.322]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/nuclei.static.version' from runner:docker to runner:runner
2025-08-20T22:00:17.6424114Z [00:04:19.322]➜  changed ownership of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T22:00:17.6424784Z [00:04:19.331]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/Dockerfile.goreleaser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.6425474Z [00:04:19.338]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/examples/advanced/advanced.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.6426213Z [00:04:19.345]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/examples/simple/simple.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.6426935Z [00:04:19.352]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/examples/with_speed_control/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.6427551Z [00:04:19.359]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.6428165Z [00:04:19.366]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/README_CN.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.6428926Z [00:04:19.374]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/colorizer/colorizer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.6429637Z [00:04:19.381]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/server/requests_worker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.6430503Z [00:04:19.388]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/server/dedupe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.6431235Z [00:04:19.395]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/server/scope/extensions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.6431936Z [00:04:19.402]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/server/scope/scope_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.6432632Z [00:04:19.409]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/server/scope/scope.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.6433306Z [00:04:19.416]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/server/nuclei_sdk.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.6434022Z [00:04:19.423]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/server/templates/index.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.6434752Z [00:04:19.430]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/server/server.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.6435448Z [00:04:19.437]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/pdcp/writer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.6436101Z [00:04:19.444]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/pdcp/utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.6436825Z [00:04:19.451]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/runner/proxy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.6437521Z [00:04:19.459]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/runner/templates.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.6438211Z [00:04:19.466]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/runner/options_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.6476561Z [00:04:19.473]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/runner/lazy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.6544907Z [00:04:19.480]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/runner/options.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.6612102Z [00:04:19.486]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/runner/inputs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.6679304Z [00:04:19.493]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/runner/healthcheck.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.6745956Z [00:04:19.500]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/runner/runner_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.6812393Z [00:04:19.506]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/runner/runner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.6880281Z [00:04:19.513]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/runner/banner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.6948962Z [00:04:19.520]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/internal/httpapi/apiendpoint.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.7016282Z [00:04:19.527]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.7082869Z [00:04:19.534]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/THANKS.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.7149683Z [00:04:19.540]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/README_ID.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.7216770Z [00:04:19.547]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/README_ES.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.7284746Z [00:04:19.554]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/DEBUG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.7351207Z [00:04:19.560]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.7418294Z [00:04:19.567]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/helm/values.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.7485215Z [00:04:19.574]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/helm/Chart.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.7552455Z [00:04:19.580]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/helm/templates/interactsh-service.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.7618763Z [00:04:19.587]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/helm/templates/interactsh-ingress.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.7686079Z [00:04:19.594]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/helm/templates/nuclei-configmap.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.7754676Z [00:04:19.601]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/helm/templates/interactsh-deployment.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.7822392Z [00:04:19.607]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/helm/templates/_helpers.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.7888843Z [00:04:19.614]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/helm/templates/hpa.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.7955902Z [00:04:19.621]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/helm/templates/nuclei-cron.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.8024861Z [00:04:19.628]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/helm/templates/NOTES.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.8092186Z [00:04:19.634]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/helm/templates/serviceaccount.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.8160080Z [00:04:19.641]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/gh_retry.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:17.8227455Z [00:04:19.648]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/SYNTAX-REFERENCE.md' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:17.8294901Z [00:04:19.655]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/nuclei-jsonschema.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.8362794Z [00:04:19.661]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.run/IntegrationTests.run.xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.8430270Z [00:04:19.668]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.run/UnitTests.run.xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.8498904Z [00:04:19.675]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.run/DSLFunctionsIT.run.xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.8565815Z [00:04:19.682]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.run/RegressionTests.run.xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.8634997Z [00:04:19.689]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.8701166Z [00:04:19.695]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/README_JP.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.8769466Z [00:04:19.702]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/generate-checksum/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.8837095Z [00:04:19.709]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei/srv.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.8905719Z [00:04:19.716]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei/main_benchmark_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.8973803Z [00:04:19.723]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.9041153Z [00:04:19.729]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei/issue-tracker-config.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.9109712Z [00:04:19.736]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei/testdata/benchmark/multiproto/basic-template-multiproto.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.9180649Z [00:04:19.743]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei/testdata/benchmark/multiproto/basic-template-multiproto-raw.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.9248046Z [00:04:19.750]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/nuclei/testdata/benchmark/multiproto/basic-template-multiproto-mixed.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.9315970Z [00:04:19.757]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/scan-charts/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.9383741Z [00:04:19.764]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/tools/fuzzplayground/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.9452308Z [00:04:19.770]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/tools/signer/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.9519596Z [00:04:19.777]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/ssl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.9586945Z [00:04:19.784]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/fuzz.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.9655123Z [00:04:19.791]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/multi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.9722902Z [00:04:19.797]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/integration-test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.9790213Z [00:04:19.804]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/whois.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.9858134Z [00:04:19.811]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/workflow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.9925595Z [00:04:19.818]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/matcher-status.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:17.9993059Z [00:04:19.824]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/template-path.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.0059970Z [00:04:19.831]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/dns.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.0127274Z [00:04:19.838]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/websocket.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.0194365Z [00:04:19.845]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/loader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.0262808Z [00:04:19.851]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/interactsh.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.0330165Z [00:04:19.858]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/network.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.0398021Z [00:04:19.865]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/dsl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.0465345Z [00:04:19.872]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/flow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.0532649Z [00:04:19.878]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/javascript.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.0600384Z [00:04:19.885]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/library.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.0668182Z [00:04:19.892]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/template-dir.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.0735668Z [00:04:19.899]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/code.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.0802722Z [00:04:19.905]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.0870457Z [00:04:19.912]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/generic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.0937657Z [00:04:19.919]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/headless.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.1005597Z [00:04:19.926]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/custom-dir.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.1075283Z [00:04:19.933]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/offline-http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.1142888Z [00:04:19.939]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/profile-loader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.1209710Z [00:04:19.946]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/integration-test/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.1278102Z [00:04:19.953]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/docgen/docgen.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.1345789Z [00:04:19.960]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/memogen/memogen.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.1413239Z [00:04:19.967]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/memogen/function.tpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.1481180Z [00:04:19.973]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/functional-test/targets-150.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.1548794Z [00:04:19.980]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/functional-test/targets.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.1616552Z [00:04:19.987]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/functional-test/targets-250.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.1685567Z [00:04:19.994]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/functional-test/targets-1000.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.1752788Z [00:04:20.000]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/functional-test/run.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:18.1820259Z [00:04:20.007]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/functional-test/testcases.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.1887461Z [00:04:20.014]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/functional-test/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.1955172Z [00:04:20.021]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/tmc/types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.2022655Z [00:04:20.027]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/cmd/tmc/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.2090507Z [00:04:20.034]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.2157399Z [00:04:20.041]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/README_KR.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.2223937Z [00:04:20.048]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.2293332Z [00:04:20.055]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/static/projectdiscovery-browse-results.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.2361254Z [00:04:20.061]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/static/nuclei-template-example.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.2428990Z [00:04:20.068]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/static/Join-Discord.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.2497884Z [00:04:20.075]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/static/nuclei-flow.jpg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.2566115Z [00:04:20.082]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/static/nuclei-getting-started.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.2634769Z [00:04:20.089]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/static/nuclei-write-your-first-template.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.2703480Z [00:04:20.096]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/static/nuclei-templates-teamcity.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.2770826Z [00:04:20.102]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/static/nuclei-cover.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.2838248Z [00:04:20.109]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/static/nuclei-templates-teamcity-example.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.2906571Z [00:04:20.116]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/static/regression-with-nuclei.jpg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.2974374Z [00:04:20.123]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/static/regression-cycle.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.3041385Z [00:04:20.129]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/static/check-nuclei-documentation.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.3106943Z [00:04:20.136]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/static/nuclei-logo.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.3174475Z [00:04:20.143]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/static/learn-more-button.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.3242150Z [00:04:20.149]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/static/teamcity-example.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.3308187Z [00:04:20.156]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/static/nuclei-cover-image.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.3375408Z [00:04:20.163]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.3443783Z [00:04:20.170]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/dsl/show-version-warning.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.3511616Z [00:04:20.176]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/dsl/hide-version-warning.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.3579373Z [00:04:20.183]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/multimatch-value-share-template.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.3647375Z [00:04:20.190]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/match-1.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.3714828Z [00:04:20.197]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/basic.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.3784376Z [00:04:20.204]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/code-template-1.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.3852027Z [00:04:20.210]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/http-value-share-template-1.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.3918566Z [00:04:20.217]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/code-template-2.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.3986161Z [00:04:20.224]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/http-value-share-template-2.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.4055599Z [00:04:20.231]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/condition-matched.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.4124920Z [00:04:20.238]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/dns-value-share-workflow.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.4193485Z [00:04:20.245]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/multiprotocol-value-share-template.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.4262004Z [00:04:20.251]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/dns-value-share-template-1.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.4328708Z [00:04:20.258]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/dns-value-share-template-2.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.4396681Z [00:04:20.265]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/http-3.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.4463568Z [00:04:20.272]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/shared-cookie.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.4531529Z [00:04:20.278]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/headless-1.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.4599043Z [00:04:20.285]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/matcher-name.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.4666831Z [00:04:20.292]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/nomatch-1.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.4734968Z [00:04:20.299]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/match-3.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.4804225Z [00:04:20.306]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/http-1.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.4872004Z [00:04:20.312]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/multimatch-value-share-workflow.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.4940407Z [00:04:20.319]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/match-2.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.5008133Z [00:04:20.326]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/multiprotocol-value-share-workflow.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.5075990Z [00:04:20.333]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/code-value-share-workflow.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.5143395Z [00:04:20.340]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/dns-value-share-template-3.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.5210691Z [00:04:20.346]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/http-value-share-workflow.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.5278506Z [00:04:20.353]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/condition-unmatched.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.5347444Z [00:04:20.360]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/http-2.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.5415730Z [00:04:20.367]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/workflow/complex-conditions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.5483354Z [00:04:20.374]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/profile-loader/basic.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.5550289Z [00:04:20.380]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/subdomains.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.5618291Z [00:04:20.387]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/loader/basic.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.5685962Z [00:04:20.394]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/loader/template-list.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.5753656Z [00:04:20.401]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/loader/get.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.5821266Z [00:04:20.407]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/loader/condition-matched.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.5890307Z [00:04:20.414]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/loader/excluded-template.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.5957641Z [00:04:20.421]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/loader/get-headers.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.6026065Z [00:04:20.428]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/loader/workflow-list.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.6094334Z [00:04:20.435]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/fuzz/fuzz-type.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.6162577Z [00:04:20.441]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/fuzz/fuzz-path-sqli.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.6230684Z [00:04:20.448]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/fuzz/fuzz-cookie-error-sqli.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.6298422Z [00:04:20.455]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/fuzz/fuzz-query.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.6366681Z [00:04:20.462]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/fuzz/fuzz-headless.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.6434172Z [00:04:20.469]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/fuzz/fuzz-body-params-sqli.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.6502463Z [00:04:20.475]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/fuzz/fuzz-body-generic-sqli.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.6570631Z [00:04:20.482]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/fuzz/fuzz-multi-mode.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.6638569Z [00:04:20.489]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/fuzz/fuzz-host-header-injection.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.6706248Z [00:04:20.496]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/fuzz/fuzz-body-xml-sqli.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.6773949Z [00:04:20.503]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/fuzz/fuzz-mode.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.6841664Z [00:04:20.509]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/fuzz/fuzz-query-num-replace.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.6908858Z [00:04:20.516]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/fuzz/fuzz-body-multipart-form-sqli.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.6976429Z [00:04:20.523]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/fuzz/testData/ginandjuice.proxify.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.7043197Z [00:04:20.529]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/fuzz/fuzz-body-json-sqli.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.7108888Z [00:04:20.536]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/run.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:18.7176377Z [00:04:20.543]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/library/test.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.7243299Z [00:04:20.550]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/library/test.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.7310914Z [00:04:20.556]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/test-issue-tracker-config2.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.7377753Z [00:04:20.563]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/test-issue-tracker-config1.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.7444253Z [00:04:20.570]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/debug.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:18.7511642Z [00:04:20.576]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/generic/auth/certificate/http-get.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.7579193Z [00:04:20.583]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/generic/auth/certificate/assets/client.crt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.7646429Z [00:04:20.590]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/generic/auth/certificate/assets/server.crt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.7713362Z [00:04:20.597]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/generic/auth/certificate/assets/client.key' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.7779654Z [00:04:20.603]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/ssl/basic-ztls.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.7847178Z [00:04:20.610]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/ssl/basic.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.7914521Z [00:04:20.617]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/ssl/custom-version.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.7983145Z [00:04:20.624]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/ssl/custom-cipher.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.8051818Z [00:04:20.630]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/ssl/ssl-with-vars.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.8118459Z [00:04:20.637]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/ssl/multi-req.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.8187942Z [00:04:20.644]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/headless/headless-local.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.8255313Z [00:04:20.651]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/headless/headless-header-action.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.8323742Z [00:04:20.658]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/headless/headless-dsl.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.8393189Z [00:04:20.664]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/headless/headless-header-status-test.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.8460599Z [00:04:20.671]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/headless/headless-waitevent.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.8528429Z [00:04:20.678]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/headless/headless-basic.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.8596632Z [00:04:20.685]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/headless/headless-payloads.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.8664575Z [00:04:20.692]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/headless/variables.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.8732049Z [00:04:20.698]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/headless/file-upload-negative.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.8800764Z [00:04:20.705]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/headless/file-upload.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.8868351Z [00:04:20.712]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/headless/headless-self-contained.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.8936588Z [00:04:20.719]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/headless/headless-extract-values.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.9005486Z [00:04:20.726]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/dns/aaaa.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.9074217Z [00:04:20.733]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/dns/a.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.9141968Z [00:04:20.739]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/dns/dsl-matcher-variable.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.9209708Z [00:04:20.746]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/dns/srv.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.9278423Z [00:04:20.753]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/dns/cname-fingerprint.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.9346540Z [00:04:20.760]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/dns/tlsa.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.9414658Z [00:04:20.767]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/dns/txt.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.9481771Z [00:04:20.773]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/dns/cname.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.9548916Z [00:04:20.780]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/dns/caa.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.9616356Z [00:04:20.787]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/dns/payload.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.9685488Z [00:04:20.794]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/dns/ns.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.9753901Z [00:04:20.801]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/dns/variables.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.9821552Z [00:04:20.807]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/dns/ptr.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.9889964Z [00:04:20.814]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/file/extract.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:18.9959177Z [00:04:20.821]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/file/matcher-with-and.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.0027520Z [00:04:20.828]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/file/data/test3.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.0095919Z [00:04:20.835]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/file/data/test1.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.0164433Z [00:04:20.842]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/file/data/test2.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.0232730Z [00:04:20.848]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/file/matcher-with-or.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.0301224Z [00:04:20.855]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/file/matcher-with-nested-and.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.0368847Z [00:04:20.862]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/offlinehttp/offline-allowed-paths.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.0437610Z [00:04:20.869]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/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-20T22:00:19.0505370Z [00:04:20.876]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/offlinehttp/rfc-req-resp.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.0573807Z [00:04:20.883]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/offlinehttp/offline-raw.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.0642407Z [00:04:20.889]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/whois/basic.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.0710694Z [00:04:20.896]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/javascript/net-multi-step.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.0778489Z [00:04:20.903]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/javascript/ssh-server-fingerprint.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.0847377Z [00:04:20.910]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/javascript/net-https.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.0915506Z [00:04:20.917]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/javascript/redis-pass-brute.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.0983963Z [00:04:20.924]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/code/py-env-var.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.1051989Z [00:04:20.930]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/code/pre-condition.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.1120416Z [00:04:20.937]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/code/py-nosig.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.1188088Z [00:04:20.944]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/code/unsigned.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.1255700Z [00:04:20.951]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/code/py-interactsh.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.1323490Z [00:04:20.958]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/code/py-snippet.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.1391457Z [00:04:20.964]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/code/pyfile.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.1458797Z [00:04:20.971]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/code/ps1-snippet.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.1526629Z [00:04:20.978]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/code/py-file.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.1593448Z [00:04:20.985]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/keys/ci.crt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.1660406Z [00:04:20.991]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/keys/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.1727311Z [00:04:20.998]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/keys/ci-private-key.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.1794824Z [00:04:21.005]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/multi/evaluate-variables.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.1861325Z [00:04:21.011]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/multi/dynamic-values.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.1929440Z [00:04:21.018]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/multi/exported-response-vars.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.1998342Z [00:04:21.025]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/websocket/basic.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.2064776Z [00:04:21.032]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/websocket/no-cswsh.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.2132135Z [00:04:21.038]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/websocket/cswsh.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.2198677Z [00:04:21.045]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/websocket/path.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.2265507Z [00:04:21.052]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/network/same-address.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.2332482Z [00:04:21.058]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/network/self-contained.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.2399714Z [00:04:21.065]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/network/basic.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.2466053Z [00:04:21.072]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/network/net-https-timeout.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.2533312Z [00:04:21.079]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/network/multi-step.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.2600762Z [00:04:21.085]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/network/hex.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.2666895Z [00:04:21.092]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/network/net-https.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.2733100Z [00:04:21.099]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/network/network-port.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.2800557Z [00:04:21.105]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/network/variables.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.2869218Z [00:04:21.112]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/variable-dsl-function.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.2938328Z [00:04:21.119]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/get-override-sni.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.3004606Z [00:04:21.126]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/self-contained.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.3071606Z [00:04:21.132]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/request-condition.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.3139350Z [00:04:21.139]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/raw-path-trailing-slash.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.3207238Z [00:04:21.146]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/http-paths.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.3275250Z [00:04:21.153]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/get-redirects-chain-headers.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.3342305Z [00:04:21.159]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/annotation-timeout.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.3408913Z [00:04:21.166]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/raw-unsafe-request.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.3476053Z [00:04:21.173]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/request-condition-new.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.3542617Z [00:04:21.179]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/disable-path-automerge.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.3611465Z [00:04:21.186]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/raw-with-params.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.3678153Z [00:04:21.193]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/dsl-matcher-variable.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.3747503Z [00:04:21.200]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/raw-get-query.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.3815836Z [00:04:21.207]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/raw-dynamic-extractor.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.3884123Z [00:04:21.214]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/get.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.3953461Z [00:04:21.221]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/get-all-ips.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.4021480Z [00:04:21.227]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/raw-unsafe-path-single-slash.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.4087776Z [00:04:21.234]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/raw-post-body.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.4156279Z [00:04:21.241]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/raw-payload.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.4222725Z [00:04:21.247]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/disable-redirects.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.4290330Z [00:04:21.254]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/redirect-match-url.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.4356976Z [00:04:21.261]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/race-simple.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.4424141Z [00:04:21.268]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/raw-cookie-reuse.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.4490908Z [00:04:21.274]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/post-multipart-body.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.4558216Z [00:04:21.281]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/self-contained-with-path.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.4626324Z [00:04:21.288]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/default-matcher-condition.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.4692181Z [00:04:21.294]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/get-sni.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.4760202Z [00:04:21.301]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/cli-with-constants.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.4826342Z [00:04:21.308]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/interactsh-stop-at-first-match.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.4892131Z [00:04:21.314]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/get-host-redirects.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.4960499Z [00:04:21.321]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/cl-body-without-header.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.5030494Z [00:04:21.328]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/http-matcher-extractor-dy-extractor.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.5097282Z [00:04:21.335]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/self-contained-file-input.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.5164008Z [00:04:21.342]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/interactsh.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.5230404Z [00:04:21.348]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/multi-http-var-sharing.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.5296931Z [00:04:21.355]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/matcher-status.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.5363887Z [00:04:21.362]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/stop-at-first-match.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.5430482Z [00:04:21.368]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/interactsh-requests-mc-and.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.5497330Z [00:04:21.375]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/get-query-string.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.5565605Z [00:04:21.382]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/self-contained-with-params.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.5632504Z [00:04:21.388]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/get-case-insensitive.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.5699488Z [00:04:21.395]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/http-preprocessor.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.5766191Z [00:04:21.402]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/get-sni-unsafe.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.5833686Z [00:04:21.409]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/race-multiple.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.5900006Z [00:04:21.415]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/post-json-body.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.5966262Z [00:04:21.422]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/cl-body-with-header.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.6033113Z [00:04:21.429]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/get-headers.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.6100512Z [00:04:21.435]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/raw-path-single-slash.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.6166954Z [00:04:21.442]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/get-without-scheme.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.6235593Z [00:04:21.449]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/custom-attack-type.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.6301794Z [00:04:21.455]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/raw-unsafe-with-params.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.6368371Z [00:04:21.462]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/dsl-functions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.6434887Z [00:04:21.469]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/variables.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.6502633Z [00:04:21.475]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/multi-request.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.6569171Z [00:04:21.482]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/raw-get.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.6637835Z [00:04:21.489]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/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-20T22:00:19.6706044Z [00:04:21.496]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/post-body.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.6773231Z [00:04:21.502]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/get-redirects.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.6840203Z [00:04:21.509]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/protocols/http/raw-unsafe-path.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.6908026Z [00:04:21.516]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/flow/conditional-flow.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.6975480Z [00:04:21.523]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/flow/dns-ns-probe.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.7042779Z [00:04:21.529]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/flow/iterate-values-flow.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.7110175Z [00:04:21.536]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/flow/iterate-one-value-flow.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.7177335Z [00:04:21.543]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/flow/conditional-flow-negative.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.7244884Z [00:04:21.550]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/integration_tests/flow/flow-hide-matcher.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.7311833Z [00:04:21.556]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.goreleaser.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.7379487Z [00:04:21.563]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.7446698Z [00:04:21.570]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.github/workflows/tests.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.7513862Z [00:04:21.577]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.github/workflows/stale.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.7581469Z [00:04:21.583]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.github/workflows/generate-docs.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.7648337Z [00:04:21.590]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.github/workflows/auto-merge.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.7716156Z [00:04:21.597]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.github/workflows/release.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.7783256Z [00:04:21.604]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.github/workflows/govulncheck.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.7849614Z [00:04:21.610]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.github/workflows/perf-regression.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.7917193Z [00:04:21.617]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.github/workflows/compat-checks.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.7984987Z [00:04:21.624]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.github/workflows/generate-pgo.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.8056226Z [00:04:21.631]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.github/workflows/perf-test.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.8124118Z [00:04:21.638]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.github/PULL_REQUEST_TEMPLATE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.8192823Z [00:04:21.644]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.github/release.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.8260161Z [00:04:21.651]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.github/auto_assign.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.8327309Z [00:04:21.658]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.github/ISSUE_TEMPLATE/config.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.8396495Z [00:04:21.665]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.github/ISSUE_TEMPLATE/bug-report.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.8463363Z [00:04:21.672]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.github/ISSUE_TEMPLATE/feature-request.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.8531502Z [00:04:21.678]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/CONTRIBUTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.8599486Z [00:04:21.685]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:19.8666533Z [00:04:21.692]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:19.8735685Z [00:04:21.699]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:19.8804229Z [00:04:21.706]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:19.8871575Z [00:04:21.712]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:19.8939041Z [00:04:21.719]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:19.9006349Z [00:04:21.726]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:19.9073914Z [00:04:21.733]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:19.9142332Z [00:04:21.739]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:19.9209490Z [00:04:21.746]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:19.9276283Z [00:04:21.753]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:19.9344673Z [00:04:21.760]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:19.9412045Z [00:04:21.766]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:19.9478990Z [00:04:21.773]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:19.9547069Z [00:04:21.780]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/logs/refs/heads/dev' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.9615632Z [00:04:21.787]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.9682523Z [00:04:21.793]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.9750505Z [00:04:21.800]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/refs/heads/dev' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.9817767Z [00:04:21.807]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.9885375Z [00:04:21.814]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:19.9952630Z [00:04:21.820]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.0019720Z [00:04:21.827]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.0087417Z [00:04:21.834]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.0155460Z [00:04:21.841]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/objects/pack/pack-7fdf70b125fd93553f5afa40764511b74154443f.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.0224646Z [00:04:21.848]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/objects/pack/pack-f5c5e69c95fb4022f115c6ef603b241f57747df0.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.0291969Z [00:04:21.854]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/objects/pack/pack-f5c5e69c95fb4022f115c6ef603b241f57747df0.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.0359981Z [00:04:21.861]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/objects/pack/pack-7fdf70b125fd93553f5afa40764511b74154443f.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.0427289Z [00:04:21.868]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/objects/pack/pack-f5c5e69c95fb4022f115c6ef603b241f57747df0.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.0495368Z [00:04:21.875]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/objects/pack/pack-f5c5e69c95fb4022f115c6ef603b241f57747df0.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.0562887Z [00:04:21.881]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/objects/pack/pack-7fdf70b125fd93553f5afa40764511b74154443f.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.0631428Z [00:04:21.888]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/objects/pack/pack-7fdf70b125fd93553f5afa40764511b74154443f.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.0699347Z [00:04:21.895]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.0767341Z [00:04:21.902]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.0835222Z [00:04:21.909]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/README_PT-BR.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.0902614Z [00:04:21.915]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/DESIGN.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.0971556Z [00:04:21.922]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/lib/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.1040098Z [00:04:21.929]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/lib/multi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.1107464Z [00:04:21.936]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/lib/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.1175239Z [00:04:21.943]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/lib/sdk_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.1242732Z [00:04:21.950]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/lib/helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.1309669Z [00:04:21.956]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/lib/tests/sdk_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.1377549Z [00:04:21.963]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/lib/sdk_private.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.1443897Z [00:04:21.970]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/lib/sdk.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.1512201Z [00:04:21.976]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/lib/example_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.1581882Z [00:04:21.983]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/extractors/extractor_types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.1649367Z [00:04:21.990]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/extractors/util.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.1716742Z [00:04:21.997]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/extractors/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.1785011Z [00:04:22.004]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/extractors/extractors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.1852757Z [00:04:22.010]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/extractors/extract_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.1920402Z [00:04:22.017]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/extractors/extract.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.1986935Z [00:04:22.024]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/extractors/compile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.2054497Z [00:04:22.031]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/common/dsl/dsl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.2122874Z [00:04:22.037]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/common/dsl/dsl_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.2190294Z [00:04:22.044]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/operators_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.2258294Z [00:04:22.051]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/operators.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.2326063Z [00:04:22.058]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/matchers/match_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.2394041Z [00:04:22.065]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/matchers/validate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.2461864Z [00:04:22.071]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/matchers/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.2530576Z [00:04:22.078]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/matchers/validate_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.2598413Z [00:04:22.085]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/matchers/matchers_types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.2666849Z [00:04:22.092]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/matchers/matchers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.2734461Z [00:04:22.099]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/matchers/match.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.2801588Z [00:04:22.105]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/operators/matchers/compile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.2869511Z [00:04:22.112]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.2938326Z [00:04:22.119]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/bindgen/output.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.3005253Z [00:04:22.126]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/bindgen/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.3072675Z [00:04:22.132]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/bindgen/INSTALL.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.3139522Z [00:04:22.139]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/bindgen/cmd/bindgen/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.3208187Z [00:04:22.146]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/bindgen/generator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.3276415Z [00:04:22.153]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/bindgen/templates/js_class.tmpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.3343006Z [00:04:22.159]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/bindgen/templates/markdown_class.tmpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.3410870Z [00:04:22.166]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/bindgen/templates/go_class.tmpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.3478338Z [00:04:22.173]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/tsgen/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.3544926Z [00:04:22.180]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/tsgen/types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.3612013Z [00:04:22.186]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/tsgen/scrape.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.3679305Z [00:04:22.193]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/tsgen/parser.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.3746630Z [00:04:22.200]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/tsgen/cmd/tsgen/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.3813889Z [00:04:22.207]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/tsgen/cmd/tsgen/tsmodule.go.tmpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.3881029Z [00:04:22.213]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/tsgen/astutil.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.3950561Z [00:04:22.220]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/scrapefuncs/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.4018981Z [00:04:22.227]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/devtools/scrapefuncs/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.4085937Z [00:04:22.234]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/THANKS.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.4154654Z [00:04:22.241]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/compiler/compiler_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.4222979Z [00:04:22.248]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/compiler/pool.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.4290695Z [00:04:22.254]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/compiler/non-pool.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.4357908Z [00:04:22.261]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/compiler/init.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.4425271Z [00:04:22.268]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/compiler/compiler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.4492517Z [00:04:22.274]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/global/scripts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.4560865Z [00:04:22.281]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/global/js/active_directory.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.4627696Z [00:04:22.288]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/global/js/dump.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.4694930Z [00:04:22.295]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/global/helpers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.4763308Z [00:04:22.302]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/global/scripts_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.4831038Z [00:04:22.308]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/global/exports.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.4898324Z [00:04:22.315]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/gojs/set.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.4965461Z [00:04:22.322]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/gojs/gojs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.5033450Z [00:04:22.329]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/CONTRIBUTE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.5101158Z [00:04:22.335]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.5169428Z [00:04:22.342]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/librdp/rdp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.5236289Z [00:04:22.349]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libkerberos/kerberos.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.5304465Z [00:04:22.356]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libikev2/ikev2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.5372800Z [00:04:22.362]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libsmtp/smtp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.5440077Z [00:04:22.369]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libpostgres/postgres.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.5506470Z [00:04:22.376]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/liboracle/oracle.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.5573636Z [00:04:22.383]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libstructs/structs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.5640513Z [00:04:22.389]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libpop3/pop3.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.5708182Z [00:04:22.396]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libfs/fs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.5774936Z [00:04:22.403]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libsmb/smb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.5843259Z [00:04:22.409]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libgoconsole/goconsole.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.5910400Z [00:04:22.416]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libssh/ssh.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.5977823Z [00:04:22.423]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libvnc/vnc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.6045473Z [00:04:22.430]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libnet/net.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.6113186Z [00:04:22.437]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/librsync/rsync.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.6180241Z [00:04:22.443]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libredis/redis.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.6248026Z [00:04:22.450]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libbytes/bytes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.6315256Z [00:04:22.457]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libmysql/mysql.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.6382116Z [00:04:22.463]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libtelnet/telnet.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.6449434Z [00:04:22.470]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libldap/ldap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.6516876Z [00:04:22.477]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/go/libmssql/mssql.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.6584108Z [00:04:22.484]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/kerberos.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:20.6651350Z [00:04:22.490]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/mssql.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:20.6718471Z [00:04:22.497]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/smb.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:20.6786284Z [00:04:22.504]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/rdp.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:20.6853771Z [00:04:22.511]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/telnet.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:20.6920918Z [00:04:22.517]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/goconsole.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:20.6988236Z [00:04:22.524]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/postgres.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:20.7055821Z [00:04:22.531]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/vnc.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:20.7123307Z [00:04:22.538]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/fs.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:20.7190058Z [00:04:22.544]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/bytes.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:20.7257219Z [00:04:22.551]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/net.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:20.7324538Z [00:04:22.558]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/rsync.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:20.7391815Z [00:04:22.564]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/structs.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:20.7458617Z [00:04:22.571]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/mysql.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:20.7525369Z [00:04:22.578]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/ssh.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:20.7593889Z [00:04:22.585]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/index.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:20.7662489Z [00:04:22.591]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/smtp.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:20.7729691Z [00:04:22.598]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/pop3.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:20.7797616Z [00:04:22.605]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/redis.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:20.7865119Z [00:04:22.612]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/oracle.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:20.7932747Z [00:04:22.618]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/ldap.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:20.7999613Z [00:04:22.625]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/generated/ts/ikev2.ts' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:20.8072334Z [00:04:22.632]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/net/net.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.8139123Z [00:04:22.639]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/bytes/buffer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.8207538Z [00:04:22.646]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/goconsole/log.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.8274893Z [00:04:22.653]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/postgres/memo.postgres.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:20.8342930Z [00:04:22.659]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/postgres/postgres.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.8411295Z [00:04:22.666]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/smtp/msg.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.8479118Z [00:04:22.673]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/smtp/smtp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.8546334Z [00:04:22.680]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/mysql/memo.mysql.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:20.8613719Z [00:04:22.687]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/mysql/mysql_private.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.8681694Z [00:04:22.693]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/mysql/mysql.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.8748629Z [00:04:22.700]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/mysql/memo.mysql_private.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:20.8816011Z [00:04:22.707]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/ikev2/ikev2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.8883686Z [00:04:22.714]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/rsync/memo.rsync.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:20.8949724Z [00:04:22.720]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/rsync/rsync.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.9017008Z [00:04:22.727]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/structs/smbexploit.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.9083879Z [00:04:22.734]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/structs/structs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.9152431Z [00:04:22.740]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/redis/redis.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.9218600Z [00:04:22.747]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/redis/memo.redis.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:20.9286160Z [00:04:22.754]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/smb/smb_private.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.9354185Z [00:04:22.761]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/smb/smb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.9420835Z [00:04:22.767]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/smb/memo.smb_private.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:20.9487785Z [00:04:22.774]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/smb/memo.smbghost.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:20.9555150Z [00:04:22.781]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/smb/smbghost.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.9622394Z [00:04:22.787]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/smb/memo.smb.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:20.9689392Z [00:04:22.794]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.9757461Z [00:04:22.801]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/ssh/memo.ssh.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:20.9825092Z [00:04:22.808]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/ssh/ssh.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.9893255Z [00:04:22.815]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/fs/fs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:20.9960825Z [00:04:22.821]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/oracle/oracle.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.0029712Z [00:04:22.828]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/oracle/memo.oracle.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:21.0098379Z [00:04:22.835]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/rdp/memo.rdp.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:21.0166717Z [00:04:22.842]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/rdp/rdp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.0235242Z [00:04:22.849]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/mssql/memo.mssql.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:21.0302909Z [00:04:22.855]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/mssql/mssql.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.0370651Z [00:04:22.862]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/telnet/memo.telnet.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:21.0438274Z [00:04:22.869]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/telnet/telnet.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.0505799Z [00:04:22.876]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/kerberos/sendtokdc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.0573243Z [00:04:22.883]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/kerberos/kerberosx.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.0641223Z [00:04:22.889]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/pop3/memo.pop3.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:21.0708703Z [00:04:22.896]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/pop3/pop3.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.0776170Z [00:04:22.903]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/ldap/utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.0843453Z [00:04:22.910]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/ldap/adenum.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.0911908Z [00:04:22.916]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/ldap/ldap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.0979032Z [00:04:22.923]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/vnc/vnc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.1046764Z [00:04:22.930]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/libs/vnc/memo.vnc.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:21.1115695Z [00:04:22.937]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/utils/pgwrap/pgwrap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.1183452Z [00:04:22.944]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/utils/util.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.1251270Z [00:04:22.950]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/utils/nucleijs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.1318386Z [00:04:22.957]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/js/DESIGN.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.1390303Z [00:04:22.964]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/aws/catalog_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.1461460Z [00:04:22.971]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/aws/catalog.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.1530406Z [00:04:22.978]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/catalog.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.1598139Z [00:04:22.985]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/config/ignorefile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.1666455Z [00:04:22.992]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/config/constants.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.1734056Z [00:04:22.999]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/config/nucleiconfig.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.1803950Z [00:04:23.006]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/config/template.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.1872124Z [00:04:23.012]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/loader/filter/path_filter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.1939765Z [00:04:23.019]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/loader/remote_loader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.2008259Z [00:04:23.026]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/loader/loader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.2076339Z [00:04:23.033]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/loader/ai_loader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.2144325Z [00:04:23.040]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/loader/loader_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.2212295Z [00:04:23.046]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/disk/path.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.2279428Z [00:04:23.053]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/disk/catalog.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.2347380Z [00:04:23.060]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/disk/find.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.2414760Z [00:04:23.067]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/catalog/disk/known-files.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.2481477Z [00:04:23.073]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/interface.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.2548668Z [00:04:23.080]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/multiproto/multi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.2616141Z [00:04:23.087]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/multiproto/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.2684302Z [00:04:23.094]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/multiproto/testcases/multiprotodynamic.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.2752855Z [00:04:23.100]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/multiproto/testcases/multiprotowithprefix.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.2818006Z [00:04:23.107]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/multiproto/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.2884940Z [00:04:23.114]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/multiproto/multi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.2951519Z [00:04:23.120]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.3019566Z [00:04:23.127]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.3088015Z [00:04:23.134]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/utils/utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.3155934Z [00:04:23.141]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/generic/exec.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.3224134Z [00:04:23.148]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/exec.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.3291634Z [00:04:23.154]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/flow/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.3358990Z [00:04:23.161]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/flow/util.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.3426110Z [00:04:23.168]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/flow/testcases/nuclei-flow-dns-id.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.3494902Z [00:04:23.175]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/flow/testcases/condition-flow-extractors.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.3561459Z [00:04:23.181]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/flow/testcases/nuclei-flow-dns-prefix.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.3628341Z [00:04:23.188]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/flow/testcases/condition-flow.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.3696573Z [00:04:23.195]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/flow/testcases/condition-flow-no-operators.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.3763813Z [00:04:23.202]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/flow/testcases/nuclei-flow-dns.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.3833247Z [00:04:23.209]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/flow/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.3900005Z [00:04:23.215]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/flow/flow_executor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.3967503Z [00:04:23.222]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/flow/flow_executor_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.4034815Z [00:04:23.229]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/flow/flow_internal.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.4101945Z [00:04:23.235]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/flow/builtin/dedupe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.4169324Z [00:04:23.242]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/tmplexec/flow/vm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.4238732Z [00:04:23.249]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/core/workflow_execute_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.4305967Z [00:04:23.256]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/core/workpool.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.4372521Z [00:04:23.262]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/core/execute_options.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.4439103Z [00:04:23.269]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/core/executors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.4506534Z [00:04:23.276]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/core/workflow_execute.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.4574218Z [00:04:23.283]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/core/engine.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.4642671Z [00:04:23.289]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/core/engine_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.4710413Z [00:04:23.296]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/multi_writer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.4778751Z [00:04:23.303]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/output.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.4845208Z [00:04:23.310]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/standard_writer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.4912995Z [00:04:23.316]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/output_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.4979244Z [00:04:23.323]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.5047964Z [00:04:23.330]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/format_json.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.5114873Z [00:04:23.337]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/stats/waf/waf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.5181605Z [00:04:23.343]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/stats/waf/waf_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.5248559Z [00:04:23.350]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/stats/waf/regexes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.5315734Z [00:04:23.357]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/stats/stats.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.5383093Z [00:04:23.364]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/stats/stats_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.5450008Z [00:04:23.370]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/format_screen.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.5516968Z [00:04:23.377]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/output_stats.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.5583534Z [00:04:23.384]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/output/file_output_writer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.5651261Z [00:04:23.390]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/scan/charts/charts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.5718516Z [00:04:23.397]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/scan/charts/echarts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.5785198Z [00:04:23.404]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/scan/events/utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.5852417Z [00:04:23.410]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/scan/events/scan_noop.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.5921620Z [00:04:23.417]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/scan/events/stats_build.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.5987727Z [00:04:23.424]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/scan/scan_context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.6054467Z [00:04:23.431]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/workflows/workflows_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.6123132Z [00:04:23.438]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/workflows/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.6189687Z [00:04:23.444]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/workflows/workflows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.6258348Z [00:04:23.451]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/loader/workflow/workflow_loader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.6324544Z [00:04:23.458]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/loader/parser/parser.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.6391347Z [00:04:23.464]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/fuzz.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.6458346Z [00:04:23.471]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/parts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.6524910Z [00:04:23.478]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/component/cookie_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.6592095Z [00:04:23.484]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/component/path.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.6660437Z [00:04:23.491]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/component/cookie.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.6728773Z [00:04:23.498]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/component/path_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.6795368Z [00:04:23.505]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/component/value_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.6863739Z [00:04:23.512]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/component/component.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.6930278Z [00:04:23.518]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/component/value.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.6997594Z [00:04:23.525]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/component/headers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.7065068Z [00:04:23.532]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/component/query.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.7132262Z [00:04:23.538]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/component/query_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.7199700Z [00:04:23.545]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/component/headers_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.7266923Z [00:04:23.552]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/component/body_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.7333886Z [00:04:23.559]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/component/body.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.7402550Z [00:04:23.565]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.7469969Z [00:04:23.572]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/analyzers/time/analyzer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.7536660Z [00:04:23.579]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/analyzers/time/time_delay.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.7603949Z [00:04:23.586]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/analyzers/time/time_delay_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.7670979Z [00:04:23.592]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/analyzers/analyzers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.7738584Z [00:04:23.599]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/stats/db_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.7806593Z [00:04:23.606]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/stats/db.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.7874334Z [00:04:23.613]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/stats/stats.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.7942159Z [00:04:23.619]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/stats/simple.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.8009190Z [00:04:23.626]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/fuzz_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.8078504Z [00:04:23.633]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/type.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.8146348Z [00:04:23.640]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/execute.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.8214853Z [00:04:23.647]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/parts_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.8282761Z [00:04:23.653]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/frequency/tracker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.8350603Z [00:04:23.660]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/dataformat/dataformat_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.8418159Z [00:04:23.667]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/dataformat/kv.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.8486397Z [00:04:23.674]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/dataformat/raw.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.8554689Z [00:04:23.681]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/dataformat/multipart.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.8621633Z [00:04:23.687]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/dataformat/xml.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.8688273Z [00:04:23.694]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/dataformat/dataformat.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.8756647Z [00:04:23.701]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/dataformat/form.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.8824853Z [00:04:23.708]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/fuzz/dataformat/json.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.8892652Z [00:04:23.714]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/model/worflow_loader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.8961017Z [00:04:23.721]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/model/model.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.9028667Z [00:04:23.728]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/model/model_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.9098143Z [00:04:23.735]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/model/types/severity/severities.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.9166916Z [00:04:23.742]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/model/types/severity/severity.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.9234304Z [00:04:23.749]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/model/types/severity/severity_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.9302713Z [00:04:23.755]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/model/types/userAgent/user_agent.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.9370659Z [00:04:23.762]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/model/types/stringslice/stringslice_raw.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.9438051Z [00:04:23.769]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/model/types/stringslice/stringslice.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.9506527Z [00:04:23.776]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.9575351Z [00:04:23.783]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/reporting.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.9643167Z [00:04:23.790]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/format/format_utils_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.9710200Z [00:04:23.796]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/format/format.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.9777627Z [00:04:23.803]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/format/format_utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.9845147Z [00:04:23.810]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/dedupe/dedupe_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.9913109Z [00:04:23.817]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/dedupe/dedupe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:21.9981157Z [00:04:23.823]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/options.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.0049759Z [00:04:23.830]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/trackers/gitea/gitea.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.0120524Z [00:04:23.837]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/trackers/github/github.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.0191400Z [00:04:23.844]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/trackers/linear/jsonutil/jsonutil.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.0267412Z [00:04:23.852]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/trackers/linear/linear.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.0339183Z [00:04:23.859]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/trackers/jira/jira_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.0408154Z [00:04:23.866]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/trackers/jira/jira.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.0476797Z [00:04:23.873]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/trackers/filters/filters.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.0546276Z [00:04:23.880]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/trackers/gitlab/gitlab.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.0615225Z [00:04:23.887]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/jsonl/jsonl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.0683056Z [00:04:23.893]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/mongo/mongo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.0750807Z [00:04:23.900]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/sarif/sarif.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.0819287Z [00:04:23.907]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/markdown/markdown.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.0886774Z [00:04:23.914]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/markdown/util/markdown_utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.0955146Z [00:04:23.921]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/markdown/util/markdown_utils_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.1023212Z [00:04:23.927]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/markdown/util/markdown_formatter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.1090407Z [00:04:23.934]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/jsonexporter/jsonexporter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.1158688Z [00:04:23.941]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/splunk/splunkhec.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.1226530Z [00:04:23.948]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/reporting/exporters/es/elasticsearch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.1294579Z [00:04:23.955]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/installer/util.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.1362388Z [00:04:23.961]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/installer/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.1429395Z [00:04:23.968]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/installer/zipslip_unix_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.1496735Z [00:04:23.975]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/installer/template_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.1565344Z [00:04:23.982]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/installer/template.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.1633287Z [00:04:23.989]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/installer/versioncheck.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.1700672Z [00:04:23.995]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/installer/versioncheck_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.1769317Z [00:04:24.002]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.1838195Z [00:04:24.009]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/provider/interface.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.1906679Z [00:04:24.016]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/provider/list/utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.1974568Z [00:04:24.023]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/provider/list/tests/AS14421.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.2042326Z [00:04:24.029]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/provider/list/tests/AS134029.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.2111160Z [00:04:24.036]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/provider/list/hmap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.2180730Z [00:04:24.043]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/provider/list/hmap_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.2247722Z [00:04:24.050]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/provider/chunked.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.2314750Z [00:04:24.057]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/provider/http/multiformat.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.2382122Z [00:04:24.063]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/provider/simple.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.2450308Z [00:04:24.070]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/transform_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.2518037Z [00:04:24.077]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/openapi/openapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.2586510Z [00:04:24.084]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/openapi/openapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.2654406Z [00:04:24.091]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/openapi/examples.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.2722073Z [00:04:24.097]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/openapi/generator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.2789520Z [00:04:24.104]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.2857435Z [00:04:24.111]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/swagger/swagger_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.2924293Z [00:04:24.118]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/swagger/swagger.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.2991397Z [00:04:24.124]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/burp/burp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.3059690Z [00:04:24.131]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/burp/burp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.3126522Z [00:04:24.138]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/formats.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.3195720Z [00:04:24.145]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/yaml/multidoc_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.3264038Z [00:04:24.152]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/yaml/multidoc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.3332027Z [00:04:24.158]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/json/json_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.3400465Z [00:04:24.165]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/json/json.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.3469648Z [00:04:24.172]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/testdata/openapi.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.3536867Z [00:04:24.179]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/testdata/ginandjuice.proxify.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.3604666Z [00:04:24.186]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/testdata/burp.xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.3672816Z [00:04:24.192]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/testdata/postman.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.3739611Z [00:04:24.199]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/testdata/swagger.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.3810164Z [00:04:24.206]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/formats/testdata/ginandjuice.proxify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.3878172Z [00:04:24.213]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/transform.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.3946869Z [00:04:24.220]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/types/http_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.4015467Z [00:04:24.227]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/types/probe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.4082717Z [00:04:24.233]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/input/types/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.4151123Z [00:04:24.240]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/template_sign.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.4218085Z [00:04:24.247]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/templates_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.4286976Z [00:04:24.254]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/cluster_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.4355362Z [00:04:24.261]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/parser_stats.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.4422818Z [00:04:24.267]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/compile_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.4489672Z [00:04:24.274]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/cache.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.4557417Z [00:04:24.281]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/stats.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.4624917Z [00:04:24.288]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/templates.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.4692678Z [00:04:24.294]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/extensions/extensions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.4760477Z [00:04:24.301]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/parser_validate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.4828118Z [00:04:24.308]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/log_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.4896558Z [00:04:24.315]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/validator_singleton.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.4964874Z [00:04:24.322]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.5033528Z [00:04:24.329]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/parser_config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.5101120Z [00:04:24.335]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/parser_error.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.5168753Z [00:04:24.342]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/tests/match-1.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.5236048Z [00:04:24.349]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/tests/workflow.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.5305092Z [00:04:24.356]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/tests/multiproto.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.5372617Z [00:04:24.362]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/tests/workflow-invalid.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.5440137Z [00:04:24.369]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/tests/no-author.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.5509164Z [00:04:24.376]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/tests/no-req.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.5575906Z [00:04:24.383]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/tests/multiproto.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.5643283Z [00:04:24.390]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/tests/json-template.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.5711505Z [00:04:24.396]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/templates_doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.5778626Z [00:04:24.403]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/cache_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.5847642Z [00:04:24.410]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/parser.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.5915694Z [00:04:24.417]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/workflows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.5982686Z [00:04:24.423]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/tag_filter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.6050512Z [00:04:24.430]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/tag_filter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.6117874Z [00:04:24.437]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/preprocessors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.6187161Z [00:04:24.444]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/log.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.6255140Z [00:04:24.451]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/parser_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.6323279Z [00:04:24.458]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/types/types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.6391690Z [00:04:24.464]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/templates_doc_examples.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.6459744Z [00:04:24.471]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/compile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.6530406Z [00:04:24.478]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/cluster.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.6598160Z [00:04:24.485]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/signer/handler_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.6666742Z [00:04:24.492]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/signer/handler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.6736002Z [00:04:24.499]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/signer/tmpl_signer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.6805105Z [00:04:24.506]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/signer/tmpl_signer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.6874754Z [00:04:24.513]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/signer/default.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.6943781Z [00:04:24.520]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/templates/signer/.nuclei-config/nuclei/.templates-config.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.7013825Z [00:04:24.527]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/interface.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.7083352Z [00:04:24.534]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/multi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.7150349Z [00:04:24.540]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.7219580Z [00:04:24.547]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/authx/query_auth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.7290176Z [00:04:24.554]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/authx/bearer_auth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.7358342Z [00:04:24.561]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/authx/dynamic_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.7426112Z [00:04:24.568]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/authx/cookies_auth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.7496256Z [00:04:24.575]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/authx/file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.7566715Z [00:04:24.582]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/authx/testData/example-auth.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.7634948Z [00:04:24.589]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/authx/basic_auth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.7702568Z [00:04:24.595]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/authx/file_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.7770199Z [00:04:24.602]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/authx/strategy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.7837399Z [00:04:24.609]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/authx/dynamic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.7905056Z [00:04:24.616]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/authprovider/authx/headers_auth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.7973950Z [00:04:24.623]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/keys/nuclei.crt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.8041277Z [00:04:24.629]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/keys/key.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.8112780Z [00:04:24.636]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/types/types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.8180892Z [00:04:24.643]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/types/resume.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.8250448Z [00:04:24.650]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/types/interfaces.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.8318013Z [00:04:24.657]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/types/scanstrategy/scan_strategy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.8385919Z [00:04:24.664]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/types/nucleierr/kinds.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.8454977Z [00:04:24.671]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/projectfile/httputil.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.8524396Z [00:04:24.678]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/projectfile/project.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.8591951Z [00:04:24.684]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/insertion_ordered_map.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.8659183Z [00:04:24.691]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/insertion_ordered_map_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.8727905Z [00:04:24.698]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/monitor/monitor_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.8796284Z [00:04:24.705]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/monitor/monitor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.8864212Z [00:04:24.712]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.8933706Z [00:04:24.719]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/http_probe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.9000892Z [00:04:24.725]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/stats/stats.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.9068058Z [00:04:24.732]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/stats/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.9137511Z [00:04:24.739]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/index.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.9204353Z [00:04:24.746]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/capture_writer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.9272870Z [00:04:24.752]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/expand/expand.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.9340317Z [00:04:24.759]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/utils_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.9408499Z [00:04:24.766]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/yaml/preprocess.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.9476080Z [00:04:24.773]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/yaml/yaml_decode_wrapper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.9543757Z [00:04:24.780]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/json/jsoncodec.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.9611631Z [00:04:24.786]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/json/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.9678909Z [00:04:24.793]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/json/message.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.9745769Z [00:04:24.800]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/json/json_fallback.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.9813554Z [00:04:24.807]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/json/json.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.9881047Z [00:04:24.813]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/utils/template_path.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:22.9948610Z [00:04:24.820]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/testutils/fuzzplayground/db.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.0016413Z [00:04:24.827]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/testutils/fuzzplayground/server.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.0084312Z [00:04:24.834]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/testutils/testheadless/headless_runtime.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.0150747Z [00:04:24.840]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/testutils/testheadless/headless_local.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.0217466Z [00:04:24.847]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/testutils/testutils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.0284700Z [00:04:24.854]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/testutils/integration.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.0352482Z [00:04:24.860]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/protocols.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.0420040Z [00:04:24.867]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/ssl/ssl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.0487634Z [00:04:24.874]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/ssl/ssl_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.0555817Z [00:04:24.881]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/engine/util.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.0623160Z [00:04:24.888]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/engine/action.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.0690605Z [00:04:24.894]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/engine/page_actions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.0758069Z [00:04:24.901]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/engine/action_types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.0826174Z [00:04:24.908]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/engine/hijack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.0894120Z [00:04:24.915]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/engine/page.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.0962145Z [00:04:24.921]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/engine/engine.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.1030615Z [00:04:24.928]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/engine/rules.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.1097416Z [00:04:24.935]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/engine/page_actions_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.1165491Z [00:04:24.942]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/engine/http_client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.1233392Z [00:04:24.949]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/engine/instance.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.1300478Z [00:04:24.955]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/request.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.1367899Z [00:04:24.962]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/operators_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.1435744Z [00:04:24.969]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/operators.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.1503135Z [00:04:24.975]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/headless/headless.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.1571460Z [00:04:24.982]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/protocolstate/js.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.1639280Z [00:04:24.989]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/protocolstate/memoizer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.1707361Z [00:04:24.996]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/protocolstate/memguardian.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.1774588Z [00:04:25.003]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/protocolstate/context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.1841945Z [00:04:25.009]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/protocolstate/dialers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.1910174Z [00:04:25.016]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/protocolstate/file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.1977215Z [00:04:25.023]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/protocolstate/state.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.2044966Z [00:04:25.030]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/protocolstate/headless.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.2111294Z [00:04:25.036]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/contextargs/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.2177686Z [00:04:25.043]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/contextargs/contextargs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.2245455Z [00:04:25.050]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/contextargs/variables.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.2312072Z [00:04:25.056]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/contextargs/metainput.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.2380341Z [00:04:25.063]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/interactsh/const.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.2447092Z [00:04:25.070]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/interactsh/interactsh.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.2514017Z [00:04:25.077]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/interactsh/options.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.2582934Z [00:04:25.083]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/variables/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.2650043Z [00:04:25.090]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/variables/variables.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.2717328Z [00:04:25.097]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/variables/variables_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.2785394Z [00:04:25.104]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/helpers/responsehighlighter/response_highlighter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.2852430Z [00:04:25.110]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/helpers/responsehighlighter/hexdump.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.2921396Z [00:04:25.117]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/helpers/responsehighlighter/response_highlighter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.2989088Z [00:04:25.124]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/helpers/deserialization/helpers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.3056607Z [00:04:25.131]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/helpers/deserialization/deserialization.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.3124144Z [00:04:25.138]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/helpers/deserialization/java.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.3192782Z [00:04:25.144]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/helpers/deserialization/testdata/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.3260008Z [00:04:25.151]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/helpers/deserialization/testdata/Deserialize.java' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.3328095Z [00:04:25.158]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/helpers/deserialization/testdata/ValueObject.java' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.3395793Z [00:04:25.165]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/helpers/eventcreator/eventcreator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.3464087Z [00:04:25.172]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/helpers/writer/writer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.3532050Z [00:04:25.178]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/protocolinit/init.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.3599177Z [00:04:25.185]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/generators/load.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.3666016Z [00:04:25.192]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/generators/attack_types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.3733820Z [00:04:25.199]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/generators/load_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.3801887Z [00:04:25.205]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/generators/validate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.3870300Z [00:04:25.212]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/generators/env.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.3938776Z [00:04:25.219]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/generators/maps.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.4007065Z [00:04:25.226]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/generators/maps_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.4074372Z [00:04:25.233]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/generators/slice.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.4142370Z [00:04:25.239]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/generators/options.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.4211022Z [00:04:25.246]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/generators/generators_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.4279706Z [00:04:25.253]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/generators/generators.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.4348086Z [00:04:25.260]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/marker/marker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.4415582Z [00:04:25.267]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/randomip/randomip_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.4483620Z [00:04:25.274]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/randomip/randomip.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.4552227Z [00:04:25.280]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/expressions/expressions_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.4619994Z [00:04:25.287]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/expressions/variables.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.4686828Z [00:04:25.294]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/expressions/variables_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.4754655Z [00:04:25.301]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/expressions/expressions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.4823023Z [00:04:25.307]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/uncover/uncover.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.4891782Z [00:04:25.314]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/hosterrorscache/hosterrorscache.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.4961834Z [00:04:25.321]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/hosterrorscache/hosterrorscache_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.5030202Z [00:04:25.328]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/automaticscan/automaticscan.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.5097776Z [00:04:25.335]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/automaticscan/util.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.5166367Z [00:04:25.342]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/automaticscan/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.5234165Z [00:04:25.349]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/automaticscan/automaticscan_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.5302790Z [00:04:25.355]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/utils/vardump/vars.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.5371100Z [00:04:25.362]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/utils/vardump/dump_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.5438242Z [00:04:25.369]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/utils/vardump/dump.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.5507301Z [00:04:25.376]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/utils/excludematchers/excludematchers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.5575753Z [00:04:25.383]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/utils/excludematchers/excludematchers_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.5643433Z [00:04:25.390]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/globalmatchers/globalmatchers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.5711006Z [00:04:25.396]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/replacer/replacer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.5778624Z [00:04:25.403]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/common/replacer/replacer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.5846699Z [00:04:25.410]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/dns/request.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.5913829Z [00:04:25.417]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/dns/dns.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.5982212Z [00:04:25.423]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/dns/operators_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.6049184Z [00:04:25.430]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/dns/operators.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.6116068Z [00:04:25.437]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/dns/request_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.6185087Z [00:04:25.444]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/dns/dnsclientpool/clientpool.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.6251743Z [00:04:25.450]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/dns/dns_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.6320410Z [00:04:25.457]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/dns/cluster.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.6387497Z [00:04:25.464]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/dns/dns_types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.6455790Z [00:04:25.471]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/file/find.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.6522904Z [00:04:25.477]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/file/request.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.6590644Z [00:04:25.484]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/file/operators_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.6658067Z [00:04:25.491]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/file/operators.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.6725501Z [00:04:25.498]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/file/request_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.6793740Z [00:04:25.505]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/file/find_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.6861118Z [00:04:25.511]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/file/file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.6928685Z [00:04:25.518]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/offlinehttp/find.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.6996893Z [00:04:25.525]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/offlinehttp/request.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.7063868Z [00:04:25.532]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/offlinehttp/operators_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.7131884Z [00:04:25.538]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/offlinehttp/read_response_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.7198910Z [00:04:25.545]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/offlinehttp/read_response.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.7266403Z [00:04:25.552]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/offlinehttp/operators.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.7334862Z [00:04:25.559]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/offlinehttp/find_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.7402409Z [00:04:25.565]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/offlinehttp/offlinehttp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.7470673Z [00:04:25.572]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/whois/rdapclientpool/clientpool.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.7538537Z [00:04:25.579]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/whois/whois.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.7606272Z [00:04:25.586]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/javascript/js.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.7674070Z [00:04:25.593]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/javascript/testcases/ms-sql-detect.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.7742397Z [00:04:25.599]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/javascript/testcases/ssh-server-fingerprint.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.7811981Z [00:04:25.606]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/javascript/testcases/redis-pass-brute.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.7880757Z [00:04:25.613]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/javascript/js_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.7947698Z [00:04:25.620]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/code/helpers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.8017011Z [00:04:25.627]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/code/code.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.8088047Z [00:04:25.634]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/code/code_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.8155504Z [00:04:25.641]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/websocket/websocket.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.8223508Z [00:04:25.648]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/utils/fields.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.8291281Z [00:04:25.654]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/utils/utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.8358930Z [00:04:25.661]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/utils/variables.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.8425971Z [00:04:25.668]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/utils/variables_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.8494289Z [00:04:25.675]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/utils/utils_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.8561479Z [00:04:25.681]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/utils/http/requtils_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.8629467Z [00:04:25.688]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/utils/http/requtils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.8696926Z [00:04:25.695]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/network/request.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.8763617Z [00:04:25.702]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/network/operators_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.8831196Z [00:04:25.708]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/network/network.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.8898298Z [00:04:25.715]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/network/operators.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.8965829Z [00:04:25.722]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/network/request_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.9033928Z [00:04:25.729]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/network/network_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.9101753Z [00:04:25.735]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/network/networkclientpool/clientpool.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.9171187Z [00:04:25.742]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/network/network_input_types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.9240770Z [00:04:25.749]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/request_generator_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.9307527Z [00:04:25.756]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/http_method_types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.9375347Z [00:04:25.763]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/cluster_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.9443020Z [00:04:25.769]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/validate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.9511178Z [00:04:25.776]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/race/syncedreadcloser.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.9577754Z [00:04:25.783]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/httputils/spm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.9644723Z [00:04:25.790]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/httputils/misc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.9714986Z [00:04:25.797]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/request_fuzz.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.9784452Z [00:04:25.804]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.9853044Z [00:04:25.810]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/httpclientpool/clientpool.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.9920875Z [00:04:25.817]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/httpclientpool/options.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:23.9988664Z [00:04:25.824]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/httpclientpool/errors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:24.0057587Z [00:04:25.831]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/request.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:24.0125295Z [00:04:25.838]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/operators_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:24.0194311Z [00:04:25.845]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/raw/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:24.0263638Z [00:04:25.852]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/raw/raw.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:24.0331928Z [00:04:25.858]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/raw/raw_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:24.0400443Z [00:04:25.865]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/build_request_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:24.0468752Z [00:04:25.872]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/http_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:24.0538169Z [00:04:25.879]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/signerpool/signerpool.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:24.0606397Z [00:04:25.886]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/request_condition.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:24.0676041Z [00:04:25.893]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/operators.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:24.0744146Z [00:04:25.900]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/build_request.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:24.0812491Z [00:04:25.906]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/request_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:24.0881231Z [00:04:25.913]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/signature.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:24.0948888Z [00:04:25.920]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/request_annotations.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:24.1017315Z [00:04:25.927]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/request_generator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:24.1085502Z [00:04:25.934]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/cluster.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:24.1153833Z [00:04:25.941]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/request_annotations_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:24.1221633Z [00:04:25.947]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:24.1289450Z [00:04:25.954]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/signer/signer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:24.1358385Z [00:04:25.961]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/protocols/http/signer/aws-sign.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:24.1426753Z [00:04:25.968]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/progress/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:24.1495268Z [00:04:25.975]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/progress/progress.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:24.1564583Z [00:04:25.982]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/external/customtemplates/github.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:24.1633383Z [00:04:25.989]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/external/customtemplates/s3.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:24.1700935Z [00:04:25.995]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/external/customtemplates/templates_provider.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:24.1768966Z [00:04:26.002]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/external/customtemplates/gitlab.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:24.1837625Z [00:04:26.009]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/external/customtemplates/azure_blob.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:24.1905662Z [00:04:26.016]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.uU6nIRp2JA/TEMPREPO/pkg/external/customtemplates/github_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:24.1973840Z [00:04:26.023]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/nuclei' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:24.2042175Z [00:04:26.029]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:24.2110346Z [00:04:26.036]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:24.2178108Z [00:04:26.043]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/nuclei' retained as 0755 (rwxr-xr-x)
2025-08-20T22:00:24.2246587Z [00:04:26.050]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:24.2315026Z [00:04:26.057]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/nuclei.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:24.2383417Z [00:04:26.064]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:24.2458403Z [00:04:26.070]➜  mode of '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/nuclei.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:00:24.2974434Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T22:00:24.2975602Z [00:04:26.123]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T22:01:02.4290484Z 
2025-08-20T22:01:02.4291487Z [+] Sanitizing /tmp/pkgforge/T9QQMjGog_SBUILD/BUILD.log ==> /tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/nuclei.static.log
2025-08-20T22:01:05.2886579Z '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/nuclei.static.log' -> '/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/nuclei.log'
2025-08-20T22:01:05.2975005Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/nuclei/official/nuclei?tag=HEAD-b4644af-250820T052823-x86_64-linux&download=nuclei.log
2025-08-20T22:01:05.2975935Z 
2025-08-20T22:01:05.2976860Z [+] Parsing/Uploading nuclei/nuclei --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fnuclei%2Fnuclei [x86_64-Linux]
2025-08-20T22:01:05.3017166Z {
2025-08-20T22:01:05.3017660Z   "_disabled": "false",
2025-08-20T22:01:05.3018146Z   "host": "x86_64-Linux",
2025-08-20T22:01:05.3018396Z   "rank": "",
2025-08-20T22:01:05.3018715Z   "pkg": "nuclei.static",
2025-08-20T22:01:05.3019094Z   "pkg_family": "nuclei",
2025-08-20T22:01:05.3019543Z   "pkg_id": "github.com.projectdiscovery.nuclei",
2025-08-20T22:01:05.3020228Z   "pkg_name": "nuclei",
2025-08-20T22:01:05.3020599Z   "pkg_type": "static",
2025-08-20T22:01:05.3021249Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/nuclei/official/nuclei",
2025-08-20T22:01:05.3021955Z   "app_id": "",
2025-08-20T22:01:05.3022271Z   "appstream": "",
2025-08-20T22:01:05.3022586Z   "category": [
2025-08-20T22:01:05.3022888Z     "ConsoleOnly",
2025-08-20T22:01:05.3023188Z     "Utility"
2025-08-20T22:01:05.3023465Z   ],
2025-08-20T22:01:05.3024049Z   "description": "Fast and customizable vulnerability scanner based on simple YAML based DSL",
2025-08-20T22:01:05.3024753Z   "desktop": "",
2025-08-20T22:01:05.3025067Z   "homepage": [
2025-08-20T22:01:05.3025292Z     "https://github.com/projectdiscovery/nuclei"
2025-08-20T22:01:05.3025554Z   ],
2025-08-20T22:01:05.3026097Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/nuclei/official/nuclei?tag=HEAD-b4644af-250820T052823-x86_64-linux&download=nuclei.png",
2025-08-20T22:01:05.3026721Z   "license": [
2025-08-20T22:01:05.3026895Z     "MIT"
2025-08-20T22:01:05.3027183Z   ],
2025-08-20T22:01:05.3027347Z   "maintainer": [
2025-08-20T22:01:05.3027571Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:01:05.3027832Z   ],
2025-08-20T22:01:05.3027997Z   "provides": [
2025-08-20T22:01:05.3028177Z     "nuclei"
2025-08-20T22:01:05.3028344Z   ],
2025-08-20T22:01:05.3028497Z   "note": [
2025-08-20T22:01:05.3028847Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/projectdiscovery/nuclei"
2025-08-20T22:01:05.3029336Z   ],
2025-08-20T22:01:05.3029495Z   "repology": [
2025-08-20T22:01:05.3029670Z     "nuclei"
2025-08-20T22:01:05.3030332Z   ],
2025-08-20T22:01:05.3030502Z   "screenshots": [],
2025-08-20T22:01:05.3030700Z   "src_url": [
2025-08-20T22:01:05.3030917Z     "https://github.com/projectdiscovery/nuclei"
2025-08-20T22:01:05.3031175Z   ],
2025-08-20T22:01:05.3031327Z   "tag": [
2025-08-20T22:01:05.3031493Z     "bug-bounty",
2025-08-20T22:01:05.3031674Z     "recon",
2025-08-20T22:01:05.3031838Z     "security"
2025-08-20T22:01:05.3032007Z   ],
2025-08-20T22:01:05.3032185Z   "version": "HEAD-b4644af-250820T052823",
2025-08-20T22:01:05.3032451Z   "version_upstream": "3.4.7",
2025-08-20T22:01:05.3032785Z   "bsum": "e889db23f6130334a9892b9313a324c624509176b985c2a17a0f769cbfa5ceda",
2025-08-20T22:01:05.3033151Z   "build_date": "2025-08-20T22:00:25Z",
2025-08-20T22:01:05.3033518Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17108612079",
2025-08-20T22:01:05.3033882Z   "build_id": "17108612079",
2025-08-20T22:01:05.3034661Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/nuclei/official/nuclei?tag=HEAD-b4644af-250820T052823-x86_64-linux&download=nuclei.log",
2025-08-20T22:01:05.3036213Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/nuclei/static.official.source.yaml",
2025-08-20T22:01:05.3037717Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/nuclei/official/nuclei?tag=HEAD-b4644af-250820T052823-x86_64-linux&download=nuclei",
2025-08-20T22:01:05.3039164Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/nuclei/official/nuclei:HEAD-b4644af-250820T052823-x86_64-linux",
2025-08-20T22:01:05.3040327Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/nuclei/official/nuclei",
2025-08-20T22:01:05.3041707Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/nuclei/official/nuclei?tag=HEAD-b4644af-250820T052823-x86_64-linux&manifest",
2025-08-20T22:01:05.3042978Z   "shasum": "23369409ac41ef0ae73ed5d0b4fa76f727e3191649029bad0b503b8aa68eea1d",
2025-08-20T22:01:05.3043752Z   "size": "107 MB",
2025-08-20T22:01:05.3044100Z   "size_raw": "111826360",
2025-08-20T22:01:05.3044465Z   "snapshots": [
2025-08-20T22:01:05.3044856Z     "HEAD-e4a0b8e-250115T002930-x86_64-linux[3.3.8]",
2025-08-20T22:01:05.3045361Z     "HEAD-a0c3075-250122T120903-x86_64-linux",
2025-08-20T22:01:05.3045829Z     "HEAD-53748c4-250131T185355-x86_64-linux",
2025-08-20T22:01:05.3046287Z     "HEAD-82a5d35-250204T134452-x86_64-linux",
2025-08-20T22:01:05.3046780Z     "HEAD-d2d5ee9-250208T210539-x86_64-linux[3.3.8]",
2025-08-20T22:01:05.3047270Z     "HEAD-622c550-250211T030137-x86_64-linux",
2025-08-20T22:01:05.3047732Z     "HEAD-047d49f-250221T120404-x86_64-linux",
2025-08-20T22:01:05.3048213Z     "HEAD-940885a-250224T165257-x86_64-linux[3.3.9]",
2025-08-20T22:01:05.3048771Z     "HEAD-aefe32d-250227T164236-x86_64-linux[NA-2025-02-27]",
2025-08-20T22:01:05.3049365Z     "HEAD-3a3f5e2-250303T161916-x86_64-linux[NA-2025-03-03]",
2025-08-20T22:01:05.3050133Z     "HEAD-0d6d50d-250307T230642-x86_64-linux[NA-2025-03-07]",
2025-08-20T22:01:05.3050709Z     "HEAD-a4859df-250527T154820-x86_64-linux[3.4.4]",
2025-08-20T22:01:05.3051225Z     "HEAD-6cc9c2e-250618T150541-x86_64-linux[3.4.5]",
2025-08-20T22:01:05.3051737Z     "HEAD-c242b11-250619T200759-x86_64-linux[3.4.5]",
2025-08-20T22:01:05.3052254Z     "HEAD-eccd90d-250704T215109-x86_64-linux[3.4.7]",
2025-08-20T22:01:05.3052804Z     "HEAD-f26996c-250710T011726-x86_64-linux[3.4.7]",
2025-08-20T22:01:05.3053319Z     "HEAD-1079498-250712T025047-x86_64-linux[3.4.7]",
2025-08-20T22:01:05.3053935Z     "HEAD-3e9bee7-250715T151902-x86_64-linux[3.4.7]",
2025-08-20T22:01:05.3054460Z     "HEAD-9133e0d-250719T001250-x86_64-linux[3.4.7]",
2025-08-20T22:01:05.3054969Z     "HEAD-5daf84d-250721T110248-x86_64-linux[3.4.7]",
2025-08-20T22:01:05.3055498Z     "HEAD-91adfeb-250728T194644-x86_64-linux[3.4.7]",
2025-08-20T22:01:05.3056004Z     "HEAD-b0fe565-250802T020603-x86_64-linux[3.4.7]",
2025-08-20T22:01:05.3056518Z     "HEAD-cff86b5-250802T214948-x86_64-linux[3.4.7]",
2025-08-20T22:01:05.3057136Z     "HEAD-8ef3662-250806T015803-x86_64-linux[3.4.7]",
2025-08-20T22:01:05.3057650Z     "HEAD-44eeb5a-250817T015022-x86_64-linux[3.4.7]"
2025-08-20T22:01:05.3058100Z   ]
2025-08-20T22:01:05.3058371Z }
2025-08-20T22:01:05.3058532Z 
2025-08-20T22:01:05.3058537Z 
2025-08-20T22:01:05.5417541Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/nuclei/official/nuclei:HEAD-b4644af-250820T052823-x86_64-linux": ghcr.io/pkgforge/bincache/nuclei/official/nuclei:HEAD-b4644af-250820T052823-x86_64-linux: not found
2025-08-20T22:01:05.5460878Z Uploading empty artifact
2025-08-20T22:01:05.5466254Z time=2025-08-20T22:01:05Z level=debug msg=Request #0
2025-08-20T22:01:05.5467207Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/nuclei/official/nuclei/manifests/sha256:214263b6d0e1c3ea33d8443d0dbd0c74e95cfe1f33096b62d25688e67159a48b"
2025-08-20T22:01:05.5467959Z > Request method: "HEAD"
2025-08-20T22:01:05.5468180Z > Request headers:
2025-08-20T22:01:05.5469212Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T22:01:05.5470899Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:01:05.6435912Z time=2025-08-20T22:01:05Z level=debug msg=Response #0
2025-08-20T22:01:05.6436554Z < Response Status: "401 Unauthorized"
2025-08-20T22:01:05.6437000Z < Response headers:
2025-08-20T22:01:05.6437305Z    "Date": "Wed, 20 Aug 2025 22:01:05 GMT"
2025-08-20T22:01:05.6437646Z    "Content-Length": "73"
2025-08-20T22:01:05.6438017Z    "X-Github-Request-Id": "F029:37246F:69B5F:72B07:68A645A1"
2025-08-20T22:01:05.6438709Z    "Content-Type": "application/json"
2025-08-20T22:01:05.6440535Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/nuclei/official/nuclei:pull\""
2025-08-20T22:01:05.6442047Z time=2025-08-20T22:01:05Z level=debug msg=Request #1
2025-08-20T22:01:05.6443469Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Fnuclei%2Fofficial%2Fnuclei%3Apull%2Cpush&service=ghcr.io"
2025-08-20T22:01:05.6444598Z > Request method: "GET"
2025-08-20T22:01:05.6445016Z > Request headers:
2025-08-20T22:01:05.6445424Z    "Authorization": "*****"
2025-08-20T22:01:05.6445870Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:01:05.7255368Z time=2025-08-20T22:01:05Z level=debug msg=Response #1
2025-08-20T22:01:05.7255976Z < Response Status: "200 OK"
2025-08-20T22:01:05.7256353Z < Response headers:
2025-08-20T22:01:05.7256677Z    "X-Github-Request-Id": "F029:37246F:69B65:72B0B:68A645A1"
2025-08-20T22:01:05.7257080Z    "Content-Type": "application/json"
2025-08-20T22:01:05.7257474Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:01:05.7257993Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:01:05.7258528Z    "Date": "Wed, 20 Aug 2025 22:01:05 GMT"
2025-08-20T22:01:05.7258853Z    "Content-Length": "69"
2025-08-20T22:01:05.7259173Z time=2025-08-20T22:01:05Z level=debug msg=Request #2
2025-08-20T22:01:05.7260331Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/nuclei/official/nuclei/manifests/sha256:214263b6d0e1c3ea33d8443d0dbd0c74e95cfe1f33096b62d25688e67159a48b"
2025-08-20T22:01:05.7261179Z > Request method: "HEAD"
2025-08-20T22:01:05.7261438Z > Request headers:
2025-08-20T22:01:05.7262798Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T22:01:05.7264094Z    "Authorization": "*****"
2025-08-20T22:01:05.7264364Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:01:05.7656592Z time=2025-08-20T22:01:05Z level=debug msg=Response #2
2025-08-20T22:01:05.7657367Z < Response Status: "404 Not Found"
2025-08-20T22:01:05.7657939Z < Response headers:
2025-08-20T22:01:05.7658482Z    "Content-Type": "application/json"
2025-08-20T22:01:05.7658917Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:01:05.7659493Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:01:05.7660230Z    "Date": "Wed, 20 Aug 2025 22:01:05 GMT"
2025-08-20T22:01:05.7660557Z    "Content-Length": "70"
2025-08-20T22:01:05.7660911Z    "X-Github-Request-Id": "F029:37246F:69B82:72B26:68A645A1"
2025-08-20T22:01:05.7661405Z time=2025-08-20T22:01:05Z level=debug msg=Request #3
2025-08-20T22:01:05.7662322Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/nuclei/official/nuclei/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T22:01:05.7663197Z > Request method: "HEAD"
2025-08-20T22:01:05.7663476Z > Request headers:
2025-08-20T22:01:05.7663738Z    "Authorization": "*****"
2025-08-20T22:01:05.7664033Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:01:05.8115153Z time=2025-08-20T22:01:05Z level=debug msg=Response #3
2025-08-20T22:01:05.8115768Z < Response Status: "200 OK"
2025-08-20T22:01:05.8116094Z < Response headers:
2025-08-20T22:01:05.8116709Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:01:05.8117466Z    "Date": "Wed, 20 Aug 2025 22:01:05 GMT"
2025-08-20T22:01:05.8117911Z    "X-Github-Request-Id": "F029:37246F:69B8C:72B30:68A645A1"
2025-08-20T22:01:05.8118305Z    "Content-Length": "0"
2025-08-20T22:01:05.8118580Z    "Content-Type": ""
2025-08-20T22:01:05.8119113Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T22:01:05.8120012Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:01:05.8120807Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T22:01:05.8121369Z time=2025-08-20T22:01:05Z level=debug msg=Request #4
2025-08-20T22:01:05.8122254Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/nuclei/official/nuclei/manifests/HEAD-b4644af-250820T052823-x86_64-linux"
2025-08-20T22:01:05.8122910Z > Request method: "PUT"
2025-08-20T22:01:05.8123117Z > Request headers:
2025-08-20T22:01:05.8123314Z    "Authorization": "*****"
2025-08-20T22:01:05.8123534Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:01:05.8123837Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T22:01:09.6865988Z time=2025-08-20T22:01:09Z level=debug msg=Response #4
2025-08-20T22:01:09.6866592Z < Response Status: "201 Created"
2025-08-20T22:01:09.6867018Z < Response headers:
2025-08-20T22:01:09.6868047Z    "Location": "/v2/pkgforge/bincache/nuclei/official/nuclei/manifests/sha256:214263b6d0e1c3ea33d8443d0dbd0c74e95cfe1f33096b62d25688e67159a48b"
2025-08-20T22:01:09.6869308Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:01:09.6870196Z    "Date": "Wed, 20 Aug 2025 22:01:09 GMT"
2025-08-20T22:01:09.6870625Z    "Content-Length": "0"
2025-08-20T22:01:09.6871093Z    "X-Github-Request-Id": "F029:37246F:69B96:72B3C:68A645A1"
2025-08-20T22:01:09.6871638Z    "Content-Type": "application/json"
2025-08-20T22:01:09.6872425Z    "Docker-Content-Digest": "sha256:214263b6d0e1c3ea33d8443d0dbd0c74e95cfe1f33096b62d25688e67159a48b"
2025-08-20T22:01:09.6873300Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:01:09.6874218Z Pushed [registry] ghcr.io/pkgforge/bincache/nuclei/official/nuclei:HEAD-b4644af-250820T052823-x86_64-linux
2025-08-20T22:01:09.6875121Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:01:09.6876062Z Digest: sha256:214263b6d0e1c3ea33d8443d0dbd0c74e95cfe1f33096b62d25688e67159a48b
2025-08-20T22:01:14.6909249Z Uploading 07519b0704fc nuclei.sig
2025-08-20T22:01:14.6910150Z Uploading de79639f33d5 CHECKSUM
2025-08-20T22:01:14.6977500Z Uploading e4ec97af4028 CHECKSUM.sig
2025-08-20T22:01:15.6704889Z Uploaded  de79639f33d5 CHECKSUM
2025-08-20T22:01:15.6729315Z Uploaded  e4ec97af4028 CHECKSUM.sig
2025-08-20T22:01:15.7186212Z Exists    5fa6644d2dd1 LICENSE
2025-08-20T22:01:15.7252058Z Uploading 8abcb1410055 LICENSE.sig
2025-08-20T22:01:15.7655318Z Exists    3a7aaf481443 SBUILD
2025-08-20T22:01:15.8448151Z Uploading f32b36015602 SBUILD.sig
2025-08-20T22:01:16.4294918Z Uploading 23369409ac41 nuclei
2025-08-20T22:01:16.7555273Z Uploaded  8abcb1410055 LICENSE.sig
2025-08-20T22:01:16.8448103Z Uploading 7a93b8c6276c nuclei.json
2025-08-20T22:01:16.8654896Z Uploaded  f32b36015602 SBUILD.sig
2025-08-20T22:01:16.9660594Z Uploading 876e6dfbe9b7 nuclei.json.sig
2025-08-20T22:01:17.8770132Z Uploaded  7a93b8c6276c nuclei.json
2025-08-20T22:01:17.9207585Z Uploading 27d50d7252ed nuclei.log
2025-08-20T22:01:18.0052376Z Uploaded  876e6dfbe9b7 nuclei.json.sig
2025-08-20T22:01:18.0518641Z Uploading 47a066d05358 nuclei.log.sig
2025-08-20T22:01:18.4403167Z Exists    11cf0313013e nuclei.png
2025-08-20T22:01:18.6222704Z Uploaded  23369409ac41 nuclei
2025-08-20T22:01:18.6693457Z Uploading 7946cf75c345 nuclei.version.sig
2025-08-20T22:01:19.0097626Z Uploaded  27d50d7252ed nuclei.log
2025-08-20T22:01:19.0217201Z Uploaded  47a066d05358 nuclei.log.sig
2025-08-20T22:01:20.2159376Z Uploaded  07519b0704fc nuclei.sig
2025-08-20T22:01:20.2964117Z Exists    2bd9438004da nuclei.version
2025-08-20T22:01:21.3338780Z Uploaded  7946cf75c345 nuclei.version.sig
2025-08-20T22:01:21.3339509Z Uploading b27fe4b2db86 nuclei
2025-08-20T22:01:21.6883331Z Uploaded  b27fe4b2db86 nuclei
2025-08-20T22:01:21.6884310Z Pushed [registry] ghcr.io/pkgforge/bincache/nuclei/official/nuclei:HEAD-b4644af-250820T052823-x86_64-linux
2025-08-20T22:01:21.6885092Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:01:21.6885679Z Digest: sha256:b27fe4b2db8609bf75a42a2468a797977e117f8f54032d5e077de547e64dfbe0
2025-08-20T22:01:27.0477004Z 
2025-08-20T22:01:27.0477881Z [+] Registry --> https://ghcr.io/pkgforge/bincache/nuclei/official/nuclei
2025-08-20T22:01:27.0479025Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/nuclei/official/nuclei?tag=HEAD-b4644af-250820T052823-x86_64-linux&manifest 
2025-08-20T22:01:27.0480077Z 
2025-08-20T22:01:29.2470712Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T22:01:30.3103089Z ./BUILD_ARTIFACTS.tar : 37.18%   (   255 MiB =>   94.8 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T22:01:30.3650832Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T22:01:30.3690230Z 
2025-08-20T22:01:30.3691342Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nuclei/static.official.source.yaml :: 00(Hr):05(Min):32(Sec)
2025-08-20T22:01:30.3692019Z 
2025-08-20T22:01:30.3706094Z 
2025-08-20T22:01:30.3706428Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (10:01:30 PM) UTC
2025-08-20T22:01:30.3706847Z 
2025-08-20T22:01:31.6089478Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T22:01:31.6135584Z ##[group]Run ##Presets
2025-08-20T22:01:31.6135926Z [36;1m##Presets[0m
2025-08-20T22:01:31.6136121Z [36;1mset +x ; set +e[0m
2025-08-20T22:01:31.6136329Z [36;1m#-------------#[0m
2025-08-20T22:01:31.6136526Z [36;1m##Debug?[0m
2025-08-20T22:01:31.6136770Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:01:31.6137059Z [36;1m  set -x[0m
2025-08-20T22:01:31.6137245Z [36;1mfi[0m
2025-08-20T22:01:31.6137420Z [36;1m#-------------#[0m
2025-08-20T22:01:31.6137616Z [36;1m##Set ENV[0m
2025-08-20T22:01:31.6137847Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T22:01:31.6138342Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-b4644af-250820T052823-x86_64-linux"[0m
2025-08-20T22:01:31.6138868Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-b4644af-250820T052823-x86_64-linux"[0m
2025-08-20T22:01:31.6139427Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/nuclei/official/nuclei-srcbuild-17108612079"[0m
2025-08-20T22:01:31.6140084Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T22:01:31.6140481Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:01:31.6140964Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:01:31.6141417Z [36;1m fi[0m
2025-08-20T22:01:31.6141594Z [36;1m##Push[0m
2025-08-20T22:01:31.6141820Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T22:01:31.6142098Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T22:01:31.6142473Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T22:01:31.6142942Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:01:31.6143382Z [36;1m     ls -sh "/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T22:01:31.6143717Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T22:01:31.6143934Z [36;1m       {[0m
2025-08-20T22:01:31.6144127Z [36;1m        for i in {1..10}; do[0m
2025-08-20T22:01:31.6144467Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T22:01:31.6144907Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T22:01:31.6145333Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T22:01:31.6145863Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-b4644af-250820T052823-x86_64-linux")[0m
2025-08-20T22:01:31.6146565Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17108612079")[0m
2025-08-20T22:01:31.6147154Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17108612079")[0m
2025-08-20T22:01:31.6147832Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/nuclei/official/nuclei:HEAD-b4644af-250820T052823-x86_64-linux")[0m
2025-08-20T22:01:31.6148622Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T22:00:25Z")[0m
2025-08-20T22:01:31.6149118Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-b4644af-250820T052823")[0m
2025-08-20T22:01:31.6149632Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T22:00:25Z")[0m
2025-08-20T22:01:31.6150417Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/nuclei/official/nuclei")[0m
2025-08-20T22:01:31.6151067Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T22:01:31.6151586Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-b4644af-250820T052823")[0m
2025-08-20T22:01:31.6152297Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-b4644af-250820T052823")[0m
2025-08-20T22:01:31.6153029Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/nuclei/official/nuclei")[0m
2025-08-20T22:01:31.6153708Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-nuclei")[0m
2025-08-20T22:01:31.6154302Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/projectdiscovery/nuclei")[0m
2025-08-20T22:01:31.6154859Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T22:01:31.6155362Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-b4644af-250820T052823")[0m
2025-08-20T22:01:31.6155839Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T22:01:31.6156328Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T22:01:31.6156762Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T22:01:31.6157014Z [36;1m         #Check[0m
2025-08-20T22:01:31.6157595Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "2025-08-20T22:00:25Z" ]]; then[0m
2025-08-20T22:01:31.6158380Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T22:01:31.6158726Z [36;1m            break[0m
2025-08-20T22:01:31.6158932Z [36;1m          else[0m
2025-08-20T22:01:31.6159329Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T22:01:31.6159752Z [36;1m          fi[0m
2025-08-20T22:01:31.6160084Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T22:01:31.6160341Z [36;1m        done[0m
2025-08-20T22:01:31.6160525Z [36;1m       }[0m
2025-08-20T22:01:31.6160733Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T22:01:31.6160979Z [36;1m       ghcr_push_cmd[0m
2025-08-20T22:01:31.6161565Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T22:00:25Z" ]]; then[0m
2025-08-20T22:01:31.6162331Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:01:31.6162741Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T22:01:31.6162996Z [36;1m          ghcr_push_cmd[0m
2025-08-20T22:01:31.6163606Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T22:00:25Z" ]]; then[0m
2025-08-20T22:01:31.6164328Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T22:01:31.6164912Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:01:31.6165307Z [36;1m             return 1 || exit 1[0m
2025-08-20T22:01:31.6165532Z [36;1m           fi[0m
2025-08-20T22:01:31.6165721Z [36;1m       fi[0m
2025-08-20T22:01:31.6165904Z [36;1m   fi[0m
2025-08-20T22:01:31.6166073Z [36;1m fi[0m
2025-08-20T22:01:31.6166257Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:01:31.6275786Z shell: /usr/bin/bash -e {0}
2025-08-20T22:01:31.6276020Z env:
2025-08-20T22:01:31.6276191Z   CROSS_COMPILING: NO
2025-08-20T22:01:31.6276406Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:01:31.6276628Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:01:31.6276835Z   ON_QEMU: NO
2025-08-20T22:01:31.6277002Z   DEBUG: 0
2025-08-20T22:01:31.6277175Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:01:31.6277392Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:01:31.6277670Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nuclei/official
2025-08-20T22:01:31.6278120Z   KEEP_LOGS: YES
2025-08-20T22:01:31.6278320Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:01:31.6278533Z   PKG_FAMILY_LOCAL: nuclei
2025-08-20T22:01:31.6278744Z   SBUILD_REBUILD: false
2025-08-20T22:01:31.6279271Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nuclei/static.official.source.yaml
2025-08-20T22:01:31.6279971Z   BUILD_SYS: docker://go
2025-08-20T22:01:31.6280185Z   BUILD_ON_HOST: FALSE
2025-08-20T22:01:31.6280373Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:01:31.6280559Z   SYSTMP: /tmp
2025-08-20T22:01:31.6280735Z   GHA_MODE: MATRIX
2025-08-20T22:01:31.6281157Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:01:31.6281656Z   INPUT_SBUILD: /tmp/pkgforge/ynv5YXVeD_build.yaml
2025-08-20T22:01:31.6281999Z   BUILD_DIR: /tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml
2025-08-20T22:01:31.6282373Z   SBUILD_OUTDIR: /tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR
2025-08-20T22:01:31.6282842Z   SBUILD_TMPDIR: /tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:01:31.6283211Z   PKG_TYPE: static
2025-08-20T22:01:31.6283404Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:01:31.6283632Z   SBUILD_PKGVER: HEAD-b4644af-250820T052823
2025-08-20T22:01:31.6284089Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108612079
2025-08-20T22:01:31.6284455Z   BUILD_ID: 17108612079
2025-08-20T22:01:31.6284646Z   PKG_NAME: nuclei
2025-08-20T22:01:31.6284842Z   PKG_DATE: 2025-08-20T22:00:25Z
2025-08-20T22:01:31.6285077Z   PKG_VERSION: HEAD-b4644af-250820T052823
2025-08-20T22:01:31.6285326Z   PKG_VERSION_UPSTREAM: 3.4.7
2025-08-20T22:01:31.6285613Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/nuclei/official/nuclei
2025-08-20T22:01:31.6285972Z   GHCRPKG_TAG: HEAD-b4644af-250820T052823-x86_64-linux
2025-08-20T22:01:31.6286404Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/nuclei/official/nuclei
2025-08-20T22:01:31.6286864Z   PKG_SRCURL: https://github.com/projectdiscovery/nuclei
2025-08-20T22:01:31.6287149Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:01:31.6287527Z   GHCR_TOKEN: ***
2025-08-20T22:01:31.6287810Z   GITHUB_TOKEN: ***
2025-08-20T22:01:31.6288040Z   GITLAB_TOKEN: ***
2025-08-20T22:01:31.6289161Z   MINISIGN_KEY: ***
2025-08-20T22:01:31.6289378Z ##[endgroup]
2025-08-20T22:01:31.6380166Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T22:01:31.6390502Z 95M	./BUILD_ARTIFACTS.zstd
2025-08-20T22:01:31.6403533Z total 115M
2025-08-20T22:01:31.6403868Z 4.0K CHECKSUM
2025-08-20T22:01:31.6404174Z 4.0K CHECKSUM.sig
2025-08-20T22:01:31.6404485Z 4.0K LICENSE
2025-08-20T22:01:31.6404794Z 4.0K LICENSE.sig
2025-08-20T22:01:31.6405111Z 8.0K SBUILD
2025-08-20T22:01:31.6405400Z 4.0K SBUILD.sig
2025-08-20T22:01:31.6405706Z 4.0K SBUILD_TEMP
2025-08-20T22:01:31.6406019Z 107M nuclei
2025-08-20T22:01:31.6406305Z 4.0K nuclei.json
2025-08-20T22:01:31.6406610Z 4.0K nuclei.json.sig
2025-08-20T22:01:31.6406931Z 4.1M nuclei.log
2025-08-20T22:01:31.6407388Z 4.0K nuclei.log.sig
2025-08-20T22:01:31.6407706Z  40K nuclei.png
2025-08-20T22:01:31.6408008Z 4.0K nuclei.sig
2025-08-20T22:01:31.6408333Z 4.1M nuclei.static.log
2025-08-20T22:01:31.6408691Z 4.0K nuclei.static.version
2025-08-20T22:01:31.6409081Z 4.0K nuclei.static.version.sig
2025-08-20T22:01:31.6409454Z 4.0K nuclei.version
2025-08-20T22:01:31.6409773Z 4.0K nuclei.version.sig
2025-08-20T22:01:31.9885385Z Uploading 49b26c067449 BUILD_ARTIFACTS.zstd
2025-08-20T22:01:33.9674020Z Uploaded  49b26c067449 BUILD_ARTIFACTS.zstd
2025-08-20T22:01:33.9674593Z Uploading 17d7fedf7b47 SRCBUILD-nuclei
2025-08-20T22:01:34.2334525Z Uploaded  17d7fedf7b47 SRCBUILD-nuclei
2025-08-20T22:01:34.2336050Z Pushed [registry] ghcr.io/pkgforge/bincache/nuclei/official/nuclei-srcbuild-17108612079:HEAD-b4644af-250820T052823-x86_64-linux
2025-08-20T22:01:34.2337576Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:01:34.2338614Z Digest: sha256:17d7fedf7b4744b2b0553bd69c5b8a156ec2106efffd108acfb23fe20d7ff195
2025-08-20T22:01:39.4678228Z 
2025-08-20T22:01:39.4679337Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/nuclei/official/nuclei-srcbuild-17108612079
2025-08-20T22:01:39.4680085Z 
2025-08-20T22:01:39.7859158Z ##[group]Run ##Presets
2025-08-20T22:01:39.7859420Z [36;1m##Presets[0m
2025-08-20T22:01:39.7859624Z [36;1mset +x ; set +e[0m
2025-08-20T22:01:39.7860122Z [36;1m#-------------#[0m
2025-08-20T22:01:39.7860379Z [36;1m##Debug?[0m
2025-08-20T22:01:39.7860620Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:01:39.7860906Z [36;1m  set -x[0m
2025-08-20T22:01:39.7861084Z [36;1mfi[0m
2025-08-20T22:01:39.7861257Z [36;1m#-------------#[0m
2025-08-20T22:01:39.7861506Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T22:01:39.7861831Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:01:39.7909666Z shell: /usr/bin/bash -e {0}
2025-08-20T22:01:39.7910108Z env:
2025-08-20T22:01:39.7910292Z   CROSS_COMPILING: NO
2025-08-20T22:01:39.7910519Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:01:39.7910737Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:01:39.7910945Z   ON_QEMU: NO
2025-08-20T22:01:39.7911142Z   DEBUG: 0
2025-08-20T22:01:39.7911319Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:01:39.7911533Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:01:39.7911923Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nuclei/official
2025-08-20T22:01:39.7912213Z   KEEP_LOGS: YES
2025-08-20T22:01:39.7912402Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:01:39.7912613Z   PKG_FAMILY_LOCAL: nuclei
2025-08-20T22:01:39.7912817Z   SBUILD_REBUILD: false
2025-08-20T22:01:39.7913347Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nuclei/static.official.source.yaml
2025-08-20T22:01:39.7913894Z   BUILD_SYS: docker://go
2025-08-20T22:01:39.7914105Z   BUILD_ON_HOST: FALSE
2025-08-20T22:01:39.7914297Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:01:39.7914484Z   SYSTMP: /tmp
2025-08-20T22:01:39.7914663Z   GHA_MODE: MATRIX
2025-08-20T22:01:39.7915090Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:01:39.7915601Z   INPUT_SBUILD: /tmp/pkgforge/ynv5YXVeD_build.yaml
2025-08-20T22:01:39.7915917Z   BUILD_DIR: /tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml
2025-08-20T22:01:39.7916294Z   SBUILD_OUTDIR: /tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR
2025-08-20T22:01:39.7916757Z   SBUILD_TMPDIR: /tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:01:39.7917125Z   PKG_TYPE: static
2025-08-20T22:01:39.7917316Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:01:39.7917540Z   SBUILD_PKGVER: HEAD-b4644af-250820T052823
2025-08-20T22:01:39.7917914Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108612079
2025-08-20T22:01:39.7918276Z   BUILD_ID: 17108612079
2025-08-20T22:01:39.7918472Z   PKG_NAME: nuclei
2025-08-20T22:01:39.7918665Z   PKG_DATE: 2025-08-20T22:00:25Z
2025-08-20T22:01:39.7918904Z   PKG_VERSION: HEAD-b4644af-250820T052823
2025-08-20T22:01:39.7919257Z   PKG_VERSION_UPSTREAM: 3.4.7
2025-08-20T22:01:39.7919546Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/nuclei/official/nuclei
2025-08-20T22:01:39.7920127Z   GHCRPKG_TAG: HEAD-b4644af-250820T052823-x86_64-linux
2025-08-20T22:01:39.7920702Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/nuclei/official/nuclei
2025-08-20T22:01:39.7921156Z   PKG_SRCURL: https://github.com/projectdiscovery/nuclei
2025-08-20T22:01:39.7921446Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:01:39.7921705Z   GHCRPKG_TAG_SRCBUILD: HEAD-b4644af-250820T052823-x86_64-linux
2025-08-20T22:01:39.7922169Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nuclei/official/nuclei-srcbuild-17108612079
2025-08-20T22:01:39.7922572Z ##[endgroup]
2025-08-20T22:01:39.8078222Z ##[group]Run actions/upload-artifact@v4
2025-08-20T22:01:39.8078525Z with:
2025-08-20T22:01:39.8078724Z   name: Bincache_nuclei_x86_64-Linux
2025-08-20T22:01:39.8079020Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T22:01:39.8079318Z   compression-level: 0
2025-08-20T22:01:39.8079524Z   retention-days: 30
2025-08-20T22:01:39.8079715Z   overwrite: true
2025-08-20T22:01:39.8080181Z   if-no-files-found: warn
2025-08-20T22:01:39.8080406Z   include-hidden-files: false
2025-08-20T22:01:39.8080623Z env:
2025-08-20T22:01:39.8080798Z   CROSS_COMPILING: NO
2025-08-20T22:01:39.8080997Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:01:39.8081215Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:01:39.8081423Z   ON_QEMU: NO
2025-08-20T22:01:39.8081596Z   DEBUG: 0
2025-08-20T22:01:39.8081770Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:01:39.8081986Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:01:39.8082260Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nuclei/official
2025-08-20T22:01:39.8082587Z   KEEP_LOGS: YES
2025-08-20T22:01:39.8082783Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:01:39.8082994Z   PKG_FAMILY_LOCAL: nuclei
2025-08-20T22:01:39.8083195Z   SBUILD_REBUILD: false
2025-08-20T22:01:39.8083726Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nuclei/static.official.source.yaml
2025-08-20T22:01:39.8084303Z   BUILD_SYS: docker://go
2025-08-20T22:01:39.8084510Z   BUILD_ON_HOST: FALSE
2025-08-20T22:01:39.8084701Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:01:39.8084892Z   SYSTMP: /tmp
2025-08-20T22:01:39.8085190Z   GHA_MODE: MATRIX
2025-08-20T22:01:39.8085617Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:01:39.8086118Z   INPUT_SBUILD: /tmp/pkgforge/ynv5YXVeD_build.yaml
2025-08-20T22:01:39.8086432Z   BUILD_DIR: /tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml
2025-08-20T22:01:39.8086810Z   SBUILD_OUTDIR: /tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR
2025-08-20T22:01:39.8087278Z   SBUILD_TMPDIR: /tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:01:39.8087650Z   PKG_TYPE: static
2025-08-20T22:01:39.8087837Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:01:39.8088065Z   SBUILD_PKGVER: HEAD-b4644af-250820T052823
2025-08-20T22:01:39.8088444Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108612079
2025-08-20T22:01:39.8088801Z   BUILD_ID: 17108612079
2025-08-20T22:01:39.8088992Z   PKG_NAME: nuclei
2025-08-20T22:01:39.8089176Z   PKG_DATE: 2025-08-20T22:00:25Z
2025-08-20T22:01:39.8089414Z   PKG_VERSION: HEAD-b4644af-250820T052823
2025-08-20T22:01:39.8089665Z   PKG_VERSION_UPSTREAM: 3.4.7
2025-08-20T22:01:39.8090075Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/nuclei/official/nuclei
2025-08-20T22:01:39.8090423Z   GHCRPKG_TAG: HEAD-b4644af-250820T052823-x86_64-linux
2025-08-20T22:01:39.8090869Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/nuclei/official/nuclei
2025-08-20T22:01:39.8091328Z   PKG_SRCURL: https://github.com/projectdiscovery/nuclei
2025-08-20T22:01:39.8091615Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:01:39.8091878Z   GHCRPKG_TAG_SRCBUILD: HEAD-b4644af-250820T052823-x86_64-linux
2025-08-20T22:01:39.8092353Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nuclei/official/nuclei-srcbuild-17108612079
2025-08-20T22:01:39.8092854Z   UTC_TIME: 2025_08_20T10_01_39_PM
2025-08-20T22:01:39.8093076Z ##[endgroup]
2025-08-20T22:01:40.1468002Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T22:01:40.1472675Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T22:01:40.1473429Z With the provided path, there will be 2 files uploaded
2025-08-20T22:01:40.3254722Z Artifact name is valid!
2025-08-20T22:01:40.3255991Z Root directory input is valid!
2025-08-20T22:01:40.4172848Z Beginning upload of artifact content to blob storage
2025-08-20T22:01:41.0530015Z Uploaded bytes 8388608
2025-08-20T22:01:41.1727636Z Uploaded bytes 16777216
2025-08-20T22:01:41.2604491Z Uploaded bytes 25165824
2025-08-20T22:01:41.2702825Z Uploaded bytes 33554432
2025-08-20T22:01:41.3081797Z Uploaded bytes 41943040
2025-08-20T22:01:41.4790675Z Uploaded bytes 50331648
2025-08-20T22:01:41.5202828Z Uploaded bytes 58720256
2025-08-20T22:01:41.5253370Z Uploaded bytes 67108864
2025-08-20T22:01:41.5897504Z Uploaded bytes 75497472
2025-08-20T22:01:41.6904238Z Uploaded bytes 83886080
2025-08-20T22:01:41.7397388Z Uploaded bytes 92274688
2025-08-20T22:01:41.7440544Z Uploaded bytes 100663296
2025-08-20T22:01:41.9048562Z Uploaded bytes 104105254
2025-08-20T22:01:41.9495931Z Finished uploading artifact content to blob storage!
2025-08-20T22:01:41.9499583Z SHA256 digest of uploaded artifact zip is 7e52a2a3b87560fd15f337558e2e199bb709a2b77a64974b8c46486dbe6ad10a
2025-08-20T22:01:41.9500618Z Finalizing artifact upload
2025-08-20T22:01:42.0531205Z Artifact Bincache_nuclei_x86_64-Linux.zip successfully finalized. Artifact ID 3813627159
2025-08-20T22:01:42.0532421Z Artifact Bincache_nuclei_x86_64-Linux has been successfully uploaded! Final size is 104105254 bytes. Artifact ID is 3813627159
2025-08-20T22:01:42.0538797Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17108612079/artifacts/3813627159
2025-08-20T22:01:42.0773678Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T22:01:42.0774000Z with:
2025-08-20T22:01:42.0774297Z   subject-name: nuclei-17108612079-HEAD-b4644af-250820T052823-x86_64-linux
2025-08-20T22:01:42.0775137Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:01:42.0776161Z   show-summary: true
2025-08-20T22:01:42.0776375Z   push-to-registry: false
2025-08-20T22:01:42.0776723Z   github-token: ***
2025-08-20T22:01:42.0776919Z env:
2025-08-20T22:01:42.0777093Z   CROSS_COMPILING: NO
2025-08-20T22:01:42.0777303Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:01:42.0777531Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:01:42.0777749Z   ON_QEMU: NO
2025-08-20T22:01:42.0777926Z   DEBUG: 0
2025-08-20T22:01:42.0778106Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:01:42.0778331Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:01:42.0778641Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nuclei/official
2025-08-20T22:01:42.0778943Z   KEEP_LOGS: YES
2025-08-20T22:01:42.0779133Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:01:42.0779346Z   PKG_FAMILY_LOCAL: nuclei
2025-08-20T22:01:42.0779558Z   SBUILD_REBUILD: false
2025-08-20T22:01:42.0780250Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nuclei/static.official.source.yaml
2025-08-20T22:01:42.0780809Z   BUILD_SYS: docker://go
2025-08-20T22:01:42.0781018Z   BUILD_ON_HOST: FALSE
2025-08-20T22:01:42.0781214Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:01:42.0781408Z   SYSTMP: /tmp
2025-08-20T22:01:42.0781589Z   GHA_MODE: MATRIX
2025-08-20T22:01:42.0782016Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:01:42.0782526Z   INPUT_SBUILD: /tmp/pkgforge/ynv5YXVeD_build.yaml
2025-08-20T22:01:42.0782842Z   BUILD_DIR: /tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml
2025-08-20T22:01:42.0783334Z   SBUILD_OUTDIR: /tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR
2025-08-20T22:01:42.0783802Z   SBUILD_TMPDIR: /tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:01:42.0784175Z   PKG_TYPE: static
2025-08-20T22:01:42.0784369Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:01:42.0784602Z   SBUILD_PKGVER: HEAD-b4644af-250820T052823
2025-08-20T22:01:42.0784978Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108612079
2025-08-20T22:01:42.0785332Z   BUILD_ID: 17108612079
2025-08-20T22:01:42.0785531Z   PKG_NAME: nuclei
2025-08-20T22:01:42.0785725Z   PKG_DATE: 2025-08-20T22:00:25Z
2025-08-20T22:01:42.0785966Z   PKG_VERSION: HEAD-b4644af-250820T052823
2025-08-20T22:01:42.0786230Z   PKG_VERSION_UPSTREAM: 3.4.7
2025-08-20T22:01:42.0786529Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/nuclei/official/nuclei
2025-08-20T22:01:42.0786889Z   GHCRPKG_TAG: HEAD-b4644af-250820T052823-x86_64-linux
2025-08-20T22:01:42.0787327Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/nuclei/official/nuclei
2025-08-20T22:01:42.0787790Z   PKG_SRCURL: https://github.com/projectdiscovery/nuclei
2025-08-20T22:01:42.0788081Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:01:42.0788351Z   GHCRPKG_TAG_SRCBUILD: HEAD-b4644af-250820T052823-x86_64-linux
2025-08-20T22:01:42.0788826Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nuclei/official/nuclei-srcbuild-17108612079
2025-08-20T22:01:42.0789243Z   UTC_TIME: 2025_08_20T10_01_39_PM
2025-08-20T22:01:42.0789474Z ##[endgroup]
2025-08-20T22:01:42.0860494Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T22:01:42.0860928Z env:
2025-08-20T22:01:42.0861110Z   CROSS_COMPILING: NO
2025-08-20T22:01:42.0861322Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:01:42.0861547Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:01:42.0861761Z   ON_QEMU: NO
2025-08-20T22:01:42.0861934Z   DEBUG: 0
2025-08-20T22:01:42.0862117Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:01:42.0862539Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:01:42.0862836Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nuclei/official
2025-08-20T22:01:42.0863138Z   KEEP_LOGS: YES
2025-08-20T22:01:42.0863336Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:01:42.0863557Z   PKG_FAMILY_LOCAL: nuclei
2025-08-20T22:01:42.0863846Z   SBUILD_REBUILD: false
2025-08-20T22:01:42.0864381Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nuclei/static.official.source.yaml
2025-08-20T22:01:42.0864937Z   BUILD_SYS: docker://go
2025-08-20T22:01:42.0865148Z   BUILD_ON_HOST: FALSE
2025-08-20T22:01:42.0865352Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:01:42.0865547Z   SYSTMP: /tmp
2025-08-20T22:01:42.0865736Z   GHA_MODE: MATRIX
2025-08-20T22:01:42.0866169Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:01:42.0866682Z   INPUT_SBUILD: /tmp/pkgforge/ynv5YXVeD_build.yaml
2025-08-20T22:01:42.0867018Z   BUILD_DIR: /tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml
2025-08-20T22:01:42.0867401Z   SBUILD_OUTDIR: /tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR
2025-08-20T22:01:42.0867872Z   SBUILD_TMPDIR: /tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:01:42.0868250Z   PKG_TYPE: static
2025-08-20T22:01:42.0868450Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:01:42.0868685Z   SBUILD_PKGVER: HEAD-b4644af-250820T052823
2025-08-20T22:01:42.0869065Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108612079
2025-08-20T22:01:42.0869425Z   BUILD_ID: 17108612079
2025-08-20T22:01:42.0869622Z   PKG_NAME: nuclei
2025-08-20T22:01:42.0869932Z   PKG_DATE: 2025-08-20T22:00:25Z
2025-08-20T22:01:42.0870181Z   PKG_VERSION: HEAD-b4644af-250820T052823
2025-08-20T22:01:42.0870444Z   PKG_VERSION_UPSTREAM: 3.4.7
2025-08-20T22:01:42.0870746Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/nuclei/official/nuclei
2025-08-20T22:01:42.0871101Z   GHCRPKG_TAG: HEAD-b4644af-250820T052823-x86_64-linux
2025-08-20T22:01:42.0871614Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/nuclei/official/nuclei
2025-08-20T22:01:42.0872068Z   PKG_SRCURL: https://github.com/projectdiscovery/nuclei
2025-08-20T22:01:42.0872358Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:01:42.0872631Z   GHCRPKG_TAG_SRCBUILD: HEAD-b4644af-250820T052823-x86_64-linux
2025-08-20T22:01:42.0873107Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nuclei/official/nuclei-srcbuild-17108612079
2025-08-20T22:01:42.0873523Z   UTC_TIME: 2025_08_20T10_01_39_PM
2025-08-20T22:01:42.0873750Z ##[endgroup]
2025-08-20T22:01:42.6409339Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T22:01:42.6409678Z with:
2025-08-20T22:01:42.6410586Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:01:42.6411412Z   subject-name: nuclei-17108612079-HEAD-b4644af-250820T052823-x86_64-linux
2025-08-20T22:01:42.6411851Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T22:01:42.6414477Z   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-20T22:01:42.6417032Z   push-to-registry: false
2025-08-20T22:01:42.6417255Z   show-summary: true
2025-08-20T22:01:42.6417832Z   github-token: ***
2025-08-20T22:01:42.6418049Z env:
2025-08-20T22:01:42.6418229Z   CROSS_COMPILING: NO
2025-08-20T22:01:42.6418444Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:01:42.6418674Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:01:42.6418891Z   ON_QEMU: NO
2025-08-20T22:01:42.6419152Z   DEBUG: 0
2025-08-20T22:01:42.6419337Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:01:42.6419570Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:01:42.6420045Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nuclei/official
2025-08-20T22:01:42.6420353Z   KEEP_LOGS: YES
2025-08-20T22:01:42.6420548Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:01:42.6420767Z   PKG_FAMILY_LOCAL: nuclei
2025-08-20T22:01:42.6420983Z   SBUILD_REBUILD: false
2025-08-20T22:01:42.6421512Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nuclei/static.official.source.yaml
2025-08-20T22:01:42.6422089Z   BUILD_SYS: docker://go
2025-08-20T22:01:42.6422303Z   BUILD_ON_HOST: FALSE
2025-08-20T22:01:42.6422517Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:01:42.6422715Z   SYSTMP: /tmp
2025-08-20T22:01:42.6422905Z   GHA_MODE: MATRIX
2025-08-20T22:01:42.6423339Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:01:42.6423851Z   INPUT_SBUILD: /tmp/pkgforge/ynv5YXVeD_build.yaml
2025-08-20T22:01:42.6424177Z   BUILD_DIR: /tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml
2025-08-20T22:01:42.6424561Z   SBUILD_OUTDIR: /tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR
2025-08-20T22:01:42.6425033Z   SBUILD_TMPDIR: /tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:01:42.6425414Z   PKG_TYPE: static
2025-08-20T22:01:42.6425614Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:01:42.6425848Z   SBUILD_PKGVER: HEAD-b4644af-250820T052823
2025-08-20T22:01:42.6426234Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108612079
2025-08-20T22:01:42.6426600Z   BUILD_ID: 17108612079
2025-08-20T22:01:42.6426902Z   PKG_NAME: nuclei
2025-08-20T22:01:42.6427103Z   PKG_DATE: 2025-08-20T22:00:25Z
2025-08-20T22:01:42.6427347Z   PKG_VERSION: HEAD-b4644af-250820T052823
2025-08-20T22:01:42.6427614Z   PKG_VERSION_UPSTREAM: 3.4.7
2025-08-20T22:01:42.6427921Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/nuclei/official/nuclei
2025-08-20T22:01:42.6428283Z   GHCRPKG_TAG: HEAD-b4644af-250820T052823-x86_64-linux
2025-08-20T22:01:42.6428718Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/nuclei/official/nuclei
2025-08-20T22:01:42.6429179Z   PKG_SRCURL: https://github.com/projectdiscovery/nuclei
2025-08-20T22:01:42.6429472Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:01:42.6429752Z   GHCRPKG_TAG_SRCBUILD: HEAD-b4644af-250820T052823-x86_64-linux
2025-08-20T22:01:42.6430402Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nuclei/official/nuclei-srcbuild-17108612079
2025-08-20T22:01:42.6430824Z   UTC_TIME: 2025_08_20T10_01_39_PM
2025-08-20T22:01:42.6431059Z ##[endgroup]
2025-08-20T22:01:44.4604661Z Attestation created for 18 subjects
2025-08-20T22:01:44.4608770Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T22:01:44.4609564Z -----BEGIN CERTIFICATE-----
2025-08-20T22:01:44.4610359Z MIIG7zCCBnSgAwIBAgIUd9NFRj+alZ1H50Lsq4M1dcCHw1QwCgYIKoZIzj0EAwMw
2025-08-20T22:01:44.4610980Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T22:01:44.4611576Z cm1lZGlhdGUwHhcNMjUwODIwMjIwMTQzWhcNMjUwODIwMjIxMTQzWjAAMFkwEwYH
2025-08-20T22:01:44.4612161Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEJbk86gzmEUDlq3smaMkUPRpgoUnYVyD12o2e
2025-08-20T22:01:44.4612709Z dx4joF4whZnk/ZUx3bUJ9N+S2VS1cijV4xJAh4kRF5jrzTMrb6OCBZMwggWPMA4G
2025-08-20T22:01:44.4613248Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUzFfw
2025-08-20T22:01:44.4613805Z JFWkd6SFD0BiHzSNS0ItT3owHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T22:01:44.4614352Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T22:01:44.4615143Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T22:01:44.4615842Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T22:01:44.4616433Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T22:01:44.4616937Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T22:01:44.4617525Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T22:01:44.4618016Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T22:01:44.4618502Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T22:01:44.4619180Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T22:01:44.4619650Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T22:01:44.4620353Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T22:01:44.4620832Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T22:01:44.4621308Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T22:01:44.4621784Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T22:01:44.4622269Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T22:01:44.4622755Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T22:01:44.4623465Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T22:01:44.4623946Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T22:01:44.4624513Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T22:01:44.4625036Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T22:01:44.4625507Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T22:01:44.4625990Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T22:01:44.4626478Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T22:01:44.4626955Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA4NjEyMDc5L2F0
2025-08-20T22:01:44.4627541Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYkGCisGAQQB1nkCBAIE
2025-08-20T22:01:44.4628021Z ewR5AHcAdQDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJgJPr
2025-08-20T22:01:44.4628481Z AAAEAwBGMEQCIEiIdS2enOp5Yz0+AdK0ZvjnP5EkAgi3W/Ia8XGbGozdAiAxyGtB
2025-08-20T22:01:44.4628945Z ywQnu9zUErKT4yVOGO+LVpsZ4JLh2K7MCXIfZDAKBggqhkjOPQQDAwNpADBmAjEA
2025-08-20T22:01:44.4629401Z 4tCiKaKdXGyn6F/BgdIYxJlFLy3XKd1b7jNXmkK2GwccoSp/FQ1O3E7Azqcozwxs
2025-08-20T22:01:44.4630035Z AjEApTM/+52N/PsmUvsMR1FCG9uM43zBw8onv69d4n3RoAmDD/1PhelSEsbloajH
2025-08-20T22:01:44.4630419Z 8WX4
2025-08-20T22:01:44.4630607Z -----END CERTIFICATE-----
2025-08-20T22:01:44.4630761Z 
2025-08-20T22:01:44.4631119Z ##[endgroup]
2025-08-20T22:01:44.4631510Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T22:01:44.4631902Z https://search.sigstore.dev?logIndex=414482622
2025-08-20T22:01:44.4632259Z [36mAttestation uploaded to repository[39m
2025-08-20T22:01:44.4632605Z https://github.com/pkgforge/bincache/attestations/9875009
2025-08-20T22:01:44.5435174Z ##[group]Run ##Presets
2025-08-20T22:01:44.5435443Z [36;1m##Presets[0m
2025-08-20T22:01:44.5435664Z [36;1mset +x ; set +e[0m
2025-08-20T22:01:44.5435886Z [36;1m#-------------#[0m
2025-08-20T22:01:44.5436102Z [36;1m##Debug?[0m
2025-08-20T22:01:44.5436353Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:01:44.5436652Z [36;1m  set -x[0m
2025-08-20T22:01:44.5436843Z [36;1mfi[0m
2025-08-20T22:01:44.5437026Z [36;1m#-------------#[0m
2025-08-20T22:01:44.5437338Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:01:44.5437862Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/nuclei/official"[0m
2025-08-20T22:01:44.5438264Z [36;1m exit 1[0m
2025-08-20T22:01:44.5438454Z [36;1mfi[0m
2025-08-20T22:01:44.5486377Z shell: /usr/bin/bash -e {0}
2025-08-20T22:01:44.5486623Z env:
2025-08-20T22:01:44.5503071Z   CROSS_COMPILING: NO
2025-08-20T22:01:44.5503345Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:01:44.5503583Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:01:44.5503801Z   ON_QEMU: NO
2025-08-20T22:01:44.5503976Z   DEBUG: 0
2025-08-20T22:01:44.5504158Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:01:44.5504514Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:01:44.5504803Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nuclei/official
2025-08-20T22:01:44.5505111Z   KEEP_LOGS: YES
2025-08-20T22:01:44.5505305Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:01:44.5505520Z   PKG_FAMILY_LOCAL: nuclei
2025-08-20T22:01:44.5505735Z   SBUILD_REBUILD: false
2025-08-20T22:01:44.5506283Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nuclei/static.official.source.yaml
2025-08-20T22:01:44.5506859Z   BUILD_SYS: docker://go
2025-08-20T22:01:44.5507073Z   BUILD_ON_HOST: FALSE
2025-08-20T22:01:44.5507277Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:01:44.5507478Z   SYSTMP: /tmp
2025-08-20T22:01:44.5507667Z   GHA_MODE: MATRIX
2025-08-20T22:01:44.5508106Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:01:44.5508622Z   INPUT_SBUILD: /tmp/pkgforge/ynv5YXVeD_build.yaml
2025-08-20T22:01:44.5508951Z   BUILD_DIR: /tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml
2025-08-20T22:01:44.5509349Z   SBUILD_OUTDIR: /tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR
2025-08-20T22:01:44.5509947Z   SBUILD_TMPDIR: /tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:01:44.5510329Z   PKG_TYPE: static
2025-08-20T22:01:44.5510528Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:01:44.5510762Z   SBUILD_PKGVER: HEAD-b4644af-250820T052823
2025-08-20T22:01:44.5511147Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108612079
2025-08-20T22:01:44.5511512Z   BUILD_ID: 17108612079
2025-08-20T22:01:44.5511717Z   PKG_NAME: nuclei
2025-08-20T22:01:44.5511917Z   PKG_DATE: 2025-08-20T22:00:25Z
2025-08-20T22:01:44.5512271Z   PKG_VERSION: HEAD-b4644af-250820T052823
2025-08-20T22:01:44.5512534Z   PKG_VERSION_UPSTREAM: 3.4.7
2025-08-20T22:01:44.5512839Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/nuclei/official/nuclei
2025-08-20T22:01:44.5513196Z   GHCRPKG_TAG: HEAD-b4644af-250820T052823-x86_64-linux
2025-08-20T22:01:44.5513641Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/nuclei/official/nuclei
2025-08-20T22:01:44.5514567Z   PKG_SRCURL: https://github.com/projectdiscovery/nuclei
2025-08-20T22:01:44.5514869Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:01:44.5515148Z   GHCRPKG_TAG_SRCBUILD: HEAD-b4644af-250820T052823-x86_64-linux
2025-08-20T22:01:44.5515735Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nuclei/official/nuclei-srcbuild-17108612079
2025-08-20T22:01:44.5516169Z   UTC_TIME: 2025_08_20T10_01_39_PM
2025-08-20T22:01:44.5516398Z ##[endgroup]
2025-08-20T22:01:44.5604353Z ##[group]Run ##Presets
2025-08-20T22:01:44.5604606Z [36;1m##Presets[0m
2025-08-20T22:01:44.5604825Z [36;1mset +x ; set +e[0m
2025-08-20T22:01:44.5605036Z [36;1m#-------------#[0m
2025-08-20T22:01:44.5605242Z [36;1m##Debug?[0m
2025-08-20T22:01:44.5605485Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:01:44.5605771Z [36;1m  set -x[0m
2025-08-20T22:01:44.5605963Z [36;1mfi[0m
2025-08-20T22:01:44.5606145Z [36;1m#-------------#[0m
2025-08-20T22:01:44.5606389Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:01:44.5606842Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/nuclei/official"[0m
2025-08-20T22:01:44.5607295Z [36;1m exit 1[0m
2025-08-20T22:01:44.5607483Z [36;1mfi[0m
2025-08-20T22:01:44.5650580Z shell: /usr/bin/bash -e {0}
2025-08-20T22:01:44.5650824Z env:
2025-08-20T22:01:44.5651007Z   CROSS_COMPILING: NO
2025-08-20T22:01:44.5651224Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:01:44.5651479Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:01:44.5651696Z   ON_QEMU: NO
2025-08-20T22:01:44.5651876Z   DEBUG: 0
2025-08-20T22:01:44.5652056Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:01:44.5652279Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:01:44.5652567Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nuclei/official
2025-08-20T22:01:44.5652875Z   KEEP_LOGS: YES
2025-08-20T22:01:44.5653166Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:01:44.5653385Z   PKG_FAMILY_LOCAL: nuclei
2025-08-20T22:01:44.5653596Z   SBUILD_REBUILD: false
2025-08-20T22:01:44.5654135Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nuclei/static.official.source.yaml
2025-08-20T22:01:44.5654713Z   BUILD_SYS: docker://go
2025-08-20T22:01:44.5654926Z   BUILD_ON_HOST: FALSE
2025-08-20T22:01:44.5655121Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:01:44.5655319Z   SYSTMP: /tmp
2025-08-20T22:01:44.5655504Z   GHA_MODE: MATRIX
2025-08-20T22:01:44.5655941Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:01:44.5656452Z   INPUT_SBUILD: /tmp/pkgforge/ynv5YXVeD_build.yaml
2025-08-20T22:01:44.5656775Z   BUILD_DIR: /tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml
2025-08-20T22:01:44.5657152Z   SBUILD_OUTDIR: /tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR
2025-08-20T22:01:44.5657628Z   SBUILD_TMPDIR: /tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:01:44.5658007Z   PKG_TYPE: static
2025-08-20T22:01:44.5658203Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:01:44.5658436Z   SBUILD_PKGVER: HEAD-b4644af-250820T052823
2025-08-20T22:01:44.5658826Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108612079
2025-08-20T22:01:44.5659186Z   BUILD_ID: 17108612079
2025-08-20T22:01:44.5659384Z   PKG_NAME: nuclei
2025-08-20T22:01:44.5659592Z   PKG_DATE: 2025-08-20T22:00:25Z
2025-08-20T22:01:44.5660049Z   PKG_VERSION: HEAD-b4644af-250820T052823
2025-08-20T22:01:44.5660362Z   PKG_VERSION_UPSTREAM: 3.4.7
2025-08-20T22:01:44.5660666Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/nuclei/official/nuclei
2025-08-20T22:01:44.5661162Z   GHCRPKG_TAG: HEAD-b4644af-250820T052823-x86_64-linux
2025-08-20T22:01:44.5661608Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/nuclei/official/nuclei
2025-08-20T22:01:44.5662072Z   PKG_SRCURL: https://github.com/projectdiscovery/nuclei
2025-08-20T22:01:44.5662375Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:01:44.5662653Z   GHCRPKG_TAG_SRCBUILD: HEAD-b4644af-250820T052823-x86_64-linux
2025-08-20T22:01:44.5663142Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nuclei/official/nuclei-srcbuild-17108612079
2025-08-20T22:01:44.5663568Z   UTC_TIME: 2025_08_20T10_01_39_PM
2025-08-20T22:01:44.5663799Z ##[endgroup]
2025-08-20T22:01:44.5746076Z ##[group]Run ##Presets
2025-08-20T22:01:44.5746329Z [36;1m##Presets[0m
2025-08-20T22:01:44.5746539Z [36;1mset +x ; set +e[0m
2025-08-20T22:01:44.5746753Z [36;1m#-------------#[0m
2025-08-20T22:01:44.5746957Z [36;1m##Debug?[0m
2025-08-20T22:01:44.5747207Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:01:44.5747509Z [36;1m  set -x[0m
2025-08-20T22:01:44.5747699Z [36;1mfi[0m
2025-08-20T22:01:44.5747883Z [36;1m#-------------#[0m
2025-08-20T22:01:44.5748228Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:01:44.5748630Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T22:01:44.5748929Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:01:44.5749194Z [36;1mfi[0m
2025-08-20T22:01:44.5791735Z shell: /usr/bin/bash -e {0}
2025-08-20T22:01:44.5791970Z env:
2025-08-20T22:01:44.5792148Z   CROSS_COMPILING: NO
2025-08-20T22:01:44.5792387Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:01:44.5792616Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:01:44.5792833Z   ON_QEMU: NO
2025-08-20T22:01:44.5793013Z   DEBUG: 0
2025-08-20T22:01:44.5793195Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:01:44.5793417Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:01:44.5793709Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nuclei/official
2025-08-20T22:01:44.5794016Z   KEEP_LOGS: YES
2025-08-20T22:01:44.5794214Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:01:44.5794434Z   PKG_FAMILY_LOCAL: nuclei
2025-08-20T22:01:44.5794651Z   SBUILD_REBUILD: false
2025-08-20T22:01:44.5795186Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nuclei/static.official.source.yaml
2025-08-20T22:01:44.5795830Z   BUILD_SYS: docker://go
2025-08-20T22:01:44.5796043Z   BUILD_ON_HOST: FALSE
2025-08-20T22:01:44.5796246Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:01:44.5796439Z   SYSTMP: /tmp
2025-08-20T22:01:44.5796625Z   GHA_MODE: MATRIX
2025-08-20T22:01:44.5797058Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:01:44.5797568Z   INPUT_SBUILD: /tmp/pkgforge/ynv5YXVeD_build.yaml
2025-08-20T22:01:44.5797895Z   BUILD_DIR: /tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml
2025-08-20T22:01:44.5798278Z   SBUILD_OUTDIR: /tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR
2025-08-20T22:01:44.5798748Z   SBUILD_TMPDIR: /tmp/pkgforge/v0jYtT0_ynv5YVeD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:01:44.5799124Z   PKG_TYPE: static
2025-08-20T22:01:44.5799327Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:01:44.5799566Z   SBUILD_PKGVER: HEAD-b4644af-250820T052823
2025-08-20T22:01:44.5800165Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108612079
2025-08-20T22:01:44.5800549Z   BUILD_ID: 17108612079
2025-08-20T22:01:44.5800758Z   PKG_NAME: nuclei
2025-08-20T22:01:44.5800962Z   PKG_DATE: 2025-08-20T22:00:25Z
2025-08-20T22:01:44.5801217Z   PKG_VERSION: HEAD-b4644af-250820T052823
2025-08-20T22:01:44.5801481Z   PKG_VERSION_UPSTREAM: 3.4.7
2025-08-20T22:01:44.5801788Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/nuclei/official/nuclei
2025-08-20T22:01:44.5802145Z   GHCRPKG_TAG: HEAD-b4644af-250820T052823-x86_64-linux
2025-08-20T22:01:44.5802578Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/nuclei/official/nuclei
2025-08-20T22:01:44.5803127Z   PKG_SRCURL: https://github.com/projectdiscovery/nuclei
2025-08-20T22:01:44.5803422Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:01:44.5803694Z   GHCRPKG_TAG_SRCBUILD: HEAD-b4644af-250820T052823-x86_64-linux
2025-08-20T22:01:44.5804170Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nuclei/official/nuclei-srcbuild-17108612079
2025-08-20T22:01:44.5804595Z   UTC_TIME: 2025_08_20T10_01_39_PM
2025-08-20T22:01:44.5804826Z ##[endgroup]
2025-08-20T22:01:44.5876606Z EXITED
2025-08-20T22:01:44.5917445Z Cleaning up orphan processes
